@charset "utf-8";
/* CSS Document */

body dd {
	font-weight:normal;
}

div.top_menu{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 40px;
    background: #000;
}


div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;  
	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}


div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}

div.vote-success{
	clear: both;
	color: #ccc;
	font-size: 14px;
	margin-right: 120px;
	margin-top: 10px;
}

div.top_menu  div.home{
    margin: 9px 25px;
}
div.top_menu  a{
    color: #fff;    
    text-decoration: none;
}

div.top_menu a:hover{
    text-decoration: underline;
}

div.top_menu div.title{
    margin: 0 25px;
    float: right;
}

div.top_menu div.title h1{
    font-size: 100%;
    font-weight: normal;
}

div.wrap{
    margin: 50px auto;
    width: 300px;
    
}

div.border-wrap{
	margin: 10px auto;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 300px;
	left: 70px;
	top: -20px;
}

div.border-wrap h1{
	text-align: center;
	font-size: 24px;
}

div.border-wrap h2{
	font-size: 20px;
}

*{ 
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
	height: 100%;
}

body {
	padding: 0 40px;
	background: url(../images/body_bg.jpg) left top repeat #968f92;
	margin:0;
	min-width: 910px;
}

/* index */
.index_container {
	padding: 0 0 0 30px;
	background:url(../images/cont_bg.jpg) left top repeat #fff;
	box-shadow: 0 0 20px #3a3a3a;
	height: auto !important;
  	height: 100%;
  	min-height: 100%;
 	position: relative;
}

.index_menu_top {
	text-align: right;
	padding: 27px 40px 0 0;
}

.ertext
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

.index_menu_top a {
	background: url(../images/top_menu_sep.png) right 2px no-repeat;
	padding: 0 12px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform:uppercase;
	text-decoration:none;
}

.index_menu_top a:hover {
	color: #5ea68a;
}

.index_menu_top .last {
	background: none;
}

.index_info {
	padding: 0 40px 0 0;
}

.index_info h1 {
	font: bold 18px Verdana, Geneva, sans-serif;
	color: #8384af;
	padding: 27px 0 15px 0;
	height: auto;
	background: none;
}

.index_info p {
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	color: #7b7b7a;
}

.index_menu_center{
	vertical-align: middle;
	padding: 10% 0 0 0;
	position: relative;
}
.index_menu_center:after {
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
}

.index_logo {
	float: left;
}

.index_menu_search {
	margin: 0 0 0 220px;
}

.index_menu {
	text-align: left;
	padding: 0 0 0 7px;
}

.index_menu a{
	margin: 0 18px 0 0;	
}



.index_search_cont {
	background:url(../images/srch_bg_lft.png) left top no-repeat;
	height: auto;
	padding: 0 9px 20px 46px;
	position:relative;
}

.index_search {
	background:url(../images/srch_bg_str.png) left top repeat-x;
	height: 54px;
	padding: 15px 145px 0 0;
}

.index_search .srch_fld {
	display:block;
	background: #FFF;
	border-top: 2px solid #69788c;
	border-left: 2px solid #69788c;	
	border-bottom: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;	
	padding: 0 0 0 12px;
}

.index_search .srch_fld input {
	display:block;
	width: 100%;
	height: 25px;
	background: #FFF;
	font: bold italic 14px Arial, Helvetica, sans-serif;
	color: #949494;
	outline:none;

}

.qr {
	position:absolute;
	background: #FFF;
	color: #949494;
	top: 0px;
	left:auto;
	right:0px;

}


.index_search .srch_btn {
	position:absolute;
	right: 30px;
	top: 15px;
	display:block;
	padding: 0 20px;
	height: 29px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #4a586a;
	text-transform:uppercase;
	text-shadow: 0 1px 0 #a3a8b0;
	background: #77889d;
	cursor:pointer;
}

.index_search .srch_btn:hover {
	color: #394351;	
}

.index_search_cornr {
	width: 27px;
	height: 69px;
	background:url(../images/srch_bg_rght.png) left top no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	outline: none;
	position:absolute;
	right: -18px;
	top: 0;	
}

.index_empty {
	height:100px;
}

.index_footer {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.index_footer a {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #5ea68a;
}

/* index */

.container {
	background:url(../images/cont_bg.jpg) left top repeat #fff;
	box-shadow: 0 0 20px #3a3a3a;
	height: auto !important;
  	height: 100%;
  	min-height: 100%;
 	position: relative; 
}

.slogan, .brdcrmbs_cont{
	background:url(../images/slogan_bg_left.png) left top no-repeat;
	height: 42px;
	padding: 0 0 0 74px;
}

h1, .brdcrmbs {
	height: 32px;
	background:url(../images/slogan_bg_rght.jpg) right top no-repeat #0e0e0e;
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#CCC;
	padding: 10px 0 0 0;
}

.top_menu_search {
}

.logo_cont {
	float: left;
}

.logo_cont a{
	padding: 0 0 0 30px;
}

.menu_search {
	margin: 0 0 0 225px;
}

.menu {
	text-align: right;
	padding: 27px 0 10px 0;
}

.menu a {
	background: url(../images/top_menu_sep.png) right 2px no-repeat;
	padding: 0 10px 0 8px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #777;
	text-transform:uppercase;
	text-decoration:none;
}

.menu a.first {
	padding: 0 10px 0 0;
}

.menu a:hover {
	color: #5ea68a;
}

.menu a.last {
	background: none;
}

.search_cont {
	background:url(../images/srch_bg_lft.png) left top no-repeat;
	height: 69px;
	padding: 0 9px 0 46px;
	position:relative;
}

.search {
	background:url(../images/srch_bg_str.png) left top repeat-x;
	height: 54px;
	padding: 15px 145px 0 0;
}

.srch_fld {
	display:block;
	background: #FFF;
	border-top: 2px solid #69788c;
	border-left: 2px solid #69788c;	
	border-bottom: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
	padding: 0 0 0 12px;
}

.srch_fld input {
	display:block;
	width: 100%;
	height: 25px;
	background: #FFF;
	font: bold italic 14px Arial, Helvetica, sans-serif;
	color: #949494;
	outline:none;

}

.srch_btn {
	position:absolute;
	right: 30px;
	top: 15px;
	display:block;
	padding: 0 20px;
	height: 29px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #4a586a;
	text-transform:uppercase;
	text-shadow: 0 1px 0 #a3a8b0;
	background: #77889d;
	cursor:pointer;
}

.srch_btn:hover {
	color: #394351;	
}

.search_cornr {
	width: 27px;
	height: 69px;
	background:url(../images/srch_bg_rght.png) left top no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	outline: none;
	position:absolute;
	right: -18px;
	top: 0;	
}

.brdcrmbs_cont {
	margin: 24px 0 0 0;
}

.brdcrmbs a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	background: url(../images/brdcrmbs_arrow.png)right 5px no-repeat;
	text-decoration: none;
	padding: 0 20px 0 7px;
}

.brdcrmbs a:hover {
	color: #63b092;
}

.brdcrmbs .last {
	background:none;
	color: #63b092;
	cursor: default;
	
	
}

/*item*/

.item_info {
	min-height: 400px;
	margin: 50px 15px 40px 15px;
	background:url(../images/item_menu_bg.jpg) left top repeat;
	box-shadow: 0 4px 10px #3a3a3a;
	position: relative;
}

.img_cont {
	width: 466px;
	height: 385px;
	background:url(../images/img_cont_bg.png) left top no-repeat;
	position: absolute;
	top: -30px;
	left: -29px;
	text-align: center;
	padding: 80px 0 0 29px;	
	
}

.img_cont img{
	min-height: 250px;
	max-height:260px;
	max-width:340px;
}

.col_rght {
	padding: 30px 30px 30px 0;
	margin-left: 460px;
}

.col_rght h2 {
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #686868;
	padding: 0;
	margin-top: 0;
	margin-right: 55px;
	margin-bottom: 0;
	margin-left: 0;
	background:none;

}


.col_rght h1 {
	text-align: center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #686868;
	height: auto;
	padding: 0 0 0 40px;
	margin-top: 0;
	margin-right: 55px;
	margin-bottom: 0;
	margin-left: 0;
	background:none;
}


.information {
	display:block;
	padding: 15px 0 0 40px;
}

.information li {
	list-style: none;
	font: bold 16px Arial, Helvetica, sans-serif; 
	color: #a39fb9;
	padding: 0 0 10px 0;	
}

.description li {
	list-style:circle;
	  font: bold 14px Arial, Helvetica, sans-serif;
  color: #898989;
  	padding: 0 0 3px 0;
	  text-indent: 2px;
}

.description ul {
padding: 0 25px 0 0;
}

.information li span, li p {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #898989;
}

.information a {
	background: none;
	color: #63b092;
font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.information a:hover {
	background: none;
	color: #666666;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.options {
	padding: 15px 0 0 50px;
	overflow: hidden;
}

.options .lft{
	display: block;
	float: left;
}

.options .rght{
	display: block;
	float: right;
	padding: 0 30px 0 0;
}

.options span, a {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #5ea68a;
}

.last_comments {
	padding: 0 0 0 50px;
}

h2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #606060;
	padding: 0 0 10px 0;
}

.comment {
	padding: 0 0 25px 0;
}

.comment p {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #606060;
}

.bottom_menu_top {
	background:url(../images/bttm_mnu_cont_bg.png) left bottom repeat-x;
	height: 60px;
	overflow: hidden;
}

.bottom_menu_top div {
	float: left;
	padding: 0 0 0 10px;
}


.bottom_menu_top a {
	float: right;
	text-decoration: none;
	display: block;
	padding: 0 0 0 43px;
	color: #686859;
	font: bold 16px Tahoma, Geneva, sans-serif; 
	background: url(../images/bttm_mnu_bg_lft.png) left 1px no-repeat;
	text-align: center;
	height: 65px;
	margin: 0 0 0 -5px;
}


.bottom_menu_top a span {
	display:block;
	height: 42px;
	background: url(../images/bttm_mnu_bg_rght.png) right 1px no-repeat;
	padding: 23px 40px 0 0;
}



.bottom_menu_top a:hover {
	color: #000;
	background: url(../images/bttm_mnu_bg_lft_act.png) left 1px no-repeat;
}

.bottom_menu_top a:hover span {
	background: url(../images/bttm_mnu_bg_rght_act.png) right 1px no-repeat;	
}

.bottom_menu_top .act {
	background: url(../images/bttm_mnu_bg_lft_act.png) left 1px no-repeat;
}

.bottom_menu_top .act span{
	background: url(../images/bttm_mnu_bg_rght_act.png) right 1px no-repeat;
}

.bottom_menu_bottom {
	background:url(../images/item_menu_bg.jpg) left top repeat;
	overflow: hidden;
	min-height: 750px;
	
}

.bottom_menu_bottom .text {
	width:50%;  
	padding: 25px 35px 70px 35px;

}
.bottom_menu_bottom .text2 {
	width:95%;  
	padding: 25px 35px 70px 35px;

}

.bottom_menu_bottom .text2 {
	position: relative;
	padding: 25px 35px 70px 35px;

}

.bottom_menu_bottom .text h3 {
	text-decoration: underline;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #767676;
	padding: 10px;
}

.bottom_menu_bottom .text2 h3 {
	text-decoration: underline;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #767676;
	padding: 10px;
}

.left_column {
	width:55%;
	float:left;
	padding:0 0 0 15px;
	overflow: hidden;
}

.left_column a {
	display: inline-block;
	padding: 10px 0 0 0;
}

.left_column .img{
	float: left;
	padding: 0 10px 0 0;
}

.exit {
	width: 100%;
	position: absolute;
	left: 50px;
}

.right_column {
	width:40%;
	float:right;
}
.right_column div {
	margin: 0 0 25px 0;
}

.bottom_menu_bottom .text p {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #767676;
}

.contact_us {
	width: 320px;
	height: 340px;
	float: right;
	background: url(../images/contact_us_bg.png) right top no-repeat;
	margin: 20px 50px 0 0;
	padding: 80px 0 100px 50px;
}

.contact_us h4 {
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #6e6191;
}

.contact_us span {
	display:block;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #686769;
	padding: 10px 0 0 0;
}

.contact_us span input, textarea {
	border: 1px solid #999;
	height: 25px;
	width: 270px;
	outline: none;
}

.regform {

}
.regform h3{
	
	font-size: 14px;
	font-weight: bolder;
	color: #333;
}

.regform span input, textarea {
	border: 1px solid #999;
	height: 20px;
	max-width: 300px;
	outline: none;
	margin-bottom: 6px;
}

.edxform span input, select,button {
	border: 1px solid #999;
	height: 20px;
	max-width: 500px;
	outline: none;
	margin-bottom: 6px;
	margin-right: 6px;
}

.edxform span textarea {
	border: 1px solid #999;
	height: 70px;
	max-width: 500px;
	outline: none;
	margin-bottom: 6px;
	margin-right: 6px;
}



.contact_us .mssg textarea {
	height: 110px;
	max-width: 270px;
	min-width: 270px;
	
}

.snd {
	
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #6e6191;
	text-decoration:none;
}

.snd:hover {
	text-decoration: underline;
	color: #606;
}

/* catalog */

.ctlg_top {
	padding: 55px 80px 25px 80px;
}

.info {
	float: left;
	width: 205px;
}

.info p {
	font: normal 14px Arial, Helvetica, sans-serif;
}

.info a {
	color: #595c8e;
}

.ctlg_srch {
	float:right;
	width: 235px;
	position: relative;
	top: 20px;
}

.title {
	padding: 0 290px 0 0;
	text-align:center;
}

.ctlg_srch select {
	border: 1px solid #999;
	width: 235px;
	height: 25px;
	padding: 0 0 0 5px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #333;
	float:right;
	outline:none;
	border-radius: 2px;
}

.ctlg {
	padding: 25px 0 0 90px;
	min-height:440px;
}

.categories {
	list-style: none;
}

.categories li {
	padding: 0 0 15px 0;
	display:block;
}

.categories li a {
	text-decoration: none;
	overflow: hidden;
	display: block;
}

.categories li a img {
	padding: 0 25px 0 0;
	float:left;
}

.categories li a span {
	display:inline-block;
	background:url(../images/ctlg_ctgry_arrow.png) left 1px no-repeat;
	padding: 0 0 0 35px;
	font: bold 16px  Arial, Helvetica, sans-serif;
	margin: 13px 0 0 0;
	text-transform:uppercase;
	color: #999bbf;
}

	.categories li.active a span {
		background: url(../images/ctlg_ctgry_arrow_active.png) left 4px no-repeat;
	}
	
	.active .inner_cat {
		padding: 0 0 0 105px;
	}
	
	.active .inner_cat li {
		padding: 15px 0 0 0;
		display: block;
	}
	
	.active .inner_cat li a {
		display:block;
		height: 20px;
		background: url(../images/ctlg_inner_ctgry_arrow.png) left 2px no-repeat;
		padding: 0 0 0 20px;
		color: #909090;
		font: bold 14px Arial, Helvetica, sans-serif;
	}
	
	.active .inner_cat li ul {
		padding: 0 0 0 60px;
	}
	
	.inner_cat li a.inner_active {
		background:url(../images/ctlg_inner_ctgry_arrow_active.png) left 3px no-repeat;
		padding: 0 0 0 21px;
	}

.ctlg_bttm {
	text-align: center;
	padding: 0 0 70px 0;
}

.ctlg_bttm a {
	color: #8586b2;
	font: normal 16px Arial, Helvetica, sans-serif;
}

.ctlg_bttm a:hover {
	color: #5ea68a;
}

.ctlg_bttm .mid {
	display:inline-block;
	padding: 0 10%;
}

.pusher {
	height: 123px;
	background: url(../images/item_menu_bg.jpg) left top repeat;
}

.footer_cont_cont {
	left: 0;
	position: absolute;
	bottom: 0;
	height: 193px;
	width: 100%;
}

.footer_cont {
	height: 193px;
	background:url(../images/ftr_bg_lft.png) left top no-repeat;
	padding: 0 0 0 80px;
}

.footer {
	height: 133px;
	background:url(../images/ftr_bg_rght.png) right top no-repeat;
	padding: 60px 80px 0 0;
}

.footer_menu {
	height: 103px;
	background:url(../images/ftr_bg_str.png) left top repeat-x;
	list-style: none;
	overflow: hidden;
	padding: 30px 0 0 0;
}

.footer_menu li {
	display:block;
	float: left;
	background: url(../images/ftr_menu_str.png) right top no-repeat;
	padding: 0 5% 0 5%;
	width: 10%
}

.footer_menu .last {
	background: none;
}

.footer_menu li a {
	display:block;
	font: normal 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration:none;
	text-align: center;
}

.footer_menu li a:hover {
	color: #333;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


TD.pnum{
	color: #999;
	font-size: 12px;
}

a.pages
{
	margin-right: 10px;
	font-weight: bolder;
}


div.top_menu{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    height: 40px;
    background: #000;
}


div.top_menu  div.home{
    margin: 9px 25px;
}
div.top_menu  a{
    color: #fff;    
    text-decoration: none;
}

div.top_menu a:hover{
    text-decoration: underline;
}

div.top_menu div.title{
    margin: 0 25px;
    float: right;
}

div.top_menu div.title h1{
    font-size: 100%;
    font-weight: normal;
}

