/* =reset */
html, body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
ul { list-style: none;}
img {border:0;}
table { border-collapse: collapse; border-spacing: 0;}
/* /reset */
html, body { height: 100%; width: 100%;}
body {
	background: #fff;
	color: #000;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
/* =common styles */
h1 {
	color: #153b63;
	font: 20px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 7px;
	text-transform: uppercase;
}
h2 {
	color: #153b63;
	font: 18px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 22px 0 7px;
	text-transform: uppercase;
}
h3 {
	color: #153b63;
	font: 18px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 17px 0 7px;
}
h4 {
	color: #153b63;
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 7px;
}
h5 {
	color: #153b63;
	font: bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 14px 0 7px;
}
h6 {
	color: #153b63;
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0 7px;
}
a:link, a:visited {
	color: #153b63;
	text-decoration: underline;
}
a:hover { text-decoration: none;}
a:focus { outline: none;}
p {
	margin: 10px 0;
}
ul {
	margin: 10px 0 10px 15px;
	overflow: hidden;
	padding: 0;
}
ul li {
	background: url(../img/tick-small-white.png) no-repeat 0 0;
	margin: 3px 0;
	padding: 0 0 0 18px;
}
ol {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 30px;
}
hr {
	background: #78b0d0;		
	border: none;
	color: #78b0d0;
	height: 1px;
	margin: 5px 0;
}
table {
	border-top: 1px solid #153b63;
	border-left: 1px solid #153b63;
}
th, td {
	border-bottom: 1px solid #153b63;
	border-right: 1px solid #153b63;
	padding: 5px;
}
th {
	background: #cde1ec;
	color: #153b63;
	font-weight: bold;
	text-align: center;
}
table.nobord, .nobord td, .nobord th {
	background: none;
	border: none;
}
 select, textarea {
	background: none;
	border-top: 2px solid #427194;
	border-bottom: 1px solid #70a9ca;
	border-left: 1px solid #70a9ca;
	border-right: 1px solid #70a9ca;
}
input.nobord {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
input.noshow {
	background: #fff;
	color: #fff;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	width: 1px;
}
/* /common styles */
#wrapper, #inner_wrapper {
	min-height: 100%;
}
	#layout {
		margin: 0 auto;
		max-width: 1500px;
		overflow: hidden;
		text-align: left;
	}
/* =menu */
	.menu {
		background: #7ab1d2 url(../img/bg_menu_top.png) repeat-x 0 0;
		height: 38px;
		margin: 0 auto;
		width: 980px;
	}
	.menu a:link, .menu a:visited {
		color: #fff;
		line-height: 26px;
	}
	.menu ul {
		margin: 0;
		padding: 5px 0 0 40px;
	}
	.menu li {
		background: none;
		float: left;
		margin: 0;
		padding: 0 20px 0 0;
	}
	.menu li.actions {
		background: #eb1b24 url(../img/bg_actions.gif) no-repeat 0 100%;
		padding: 0 0 0 5px;
	}
		.menu li.actions a:link, .menu li.actions a:visited {			
			background: url(../img/bg_actions.gif) no-repeat 100% 0;
			display: block;
			padding: 0 9px 0 3px;
			text-decoration: none;
		}
		.menu li.actions a:hover { text-decoration: underline;}
/* /menu */		
/* =header */
#header {
	margin: 0 auto;
	padding: 33px 12px 58px 6px;
	width: 973px;
}
	#logo1 {
		float: left;
		margin: 0 15px 0 0;
	}
	#logo2 {
		float: right;
	}
	#header .timetable {
		float: left;
	}
/* /header */
/* =billboard */
#billboard_wrap {
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
}	
#billboard {
	margin: 0 auto 41px;
	position: relative;
	width: 980px;
}
	#billboard div {
		height: 207px;
		float: left;
		position: relative;
		text-align: right;
		width: 312px;
		z-index: 1;
	}
	#billboard .mid {
		margin: 0 22px;
	}
	#billboard img {
		cursor: pointer;
		height: 144px;
		left: 7px;
		position: absolute;
		top: 7px;
		width: 298px;
		z-index: 2;
	}
	#billboard strong {
		display:block;
		cursor:pointer;
		text-align:center;
		background: #7AB1D2 url(../img/bg_menu_top.png) repeat-x 0 bottom;
		color: #fff;
		font: 16px/21px Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		padding: 1px 7px 2px;
		position: relative;
		/*right: 5px;*/
		top: -25px;
		z-index: 3;
		text-decoration:underline;
	}
	#billboard div#girls, #billboard div#couple {
		position: absolute;
		z-index: 5;
	}
.board {	
	display: none;
	position: absolute;
	width: 312px;
	z-index: 25;
}
.board h5 {
	color:#153B63;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 5px 0 0;
}
.board .close {
	background: url(../img/btn_close.gif) no-repeat 0 0;
	cursor: pointer;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	z-index: 25;
}
.board ul {
	margin: 0;
}
.board li {
	background: #fff;
	border-left: 1px solid #639ebf;
	border-right: 1px solid #639ebf;
	margin: 0;
	padding: 3px 10px 5px;
}
.board li.f {
	background: url(../img/corners_board_inner.png) no-repeat 0 0;
	border: none;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	width: 312px;
}
.board li.l {
	background: url(../img/corners_board_bot_inner.png) no-repeat 0 0;
	border: none;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	width: 312px;
}
/* /billboard */
/* =gallery */	
#gallery {
	margin: 0 5px 25px;
	padding: 0 0 25px;
}
	#scroller_engine {
		background: #153b63;
		border: 1px solid #153b63; 
		height: 120px;
		margin: 0;
		overflow: hidden;
		position: relative;
	}
	.pic_scroll {
		cursor: pointer;
		height: 120px;
		position:absolute;
		top: 0;
		visibility:visible;
		width: 166px;
		z-index: 20;
	}
	.pic_scroll img {
		border: none;	 
		height: 120px;
		width: 166px;
	}
	.pic_scroll a {
		display: block;
	}
/* /gallery */
/* =block with rounded corners */
.block {
	position: relative;
}
	.block .c {
		background-image: url(../img/corners_bot.gif);	
		font-size: 1px;
		height: 14px;
		line-height: 1px;
		position: absolute;
		width: 15px;
	}
	.block .tr {
		background-position: 0 0;
		margin: 0 0 0 100%;
		left: -15px;
		top: 0;
	}
	.block .tl {
		background-position: 100% 0;
		left: 0;
		top: 0;
	}
	.block .br {
		background-position: 0 0;
		margin: 0 0 0 100%;
		left: -15px;
		bottom: 0;
	}
	.block .bl {
		background-position: 100% 0;
		left: 0;
		bottom: 0;
	}
/* /block with rounded corners */
/* =timetable */
.timetable {
	color: #161616;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 12px;
}
	.timetable b {
		font: bold 16px/18px Arial, Helvetica, sans-serif;
		padding: 0 0 0 15px;		
	}
	.timetable i {padding: 0 0 0 15px;background:url('../img/letter.gif') no-repeat 15px 0;width:20px;height:14px;display:block;float:left;
	}
	.timetable span {
		color: #394d59;
		font-size: 14px;
	}
/* /timetable */
/* =new goods */
#goods {	
	margin: 0 auto;
}
.new_goods {
	float: right;
	width: 200px;
}
	.new_goods h2 {
		color: #153b63;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 17px;
		text-transform: uppercase;	
	}
	.new_goods ul {
		margin: 0;
	}
	.new_goods li {
		background: none;
		line-height: 19px;
		margin: 0 0 9px;
		padding: 0;
	}
	.new_goods a {
		display: block;
	}
/* /new goods */
/* =hot offer */
.hot_offer {
	margin: 0 0 0 18px;
	/*margin: 0 200px 0 -200px;*/ /* !!! if News are shown. Uncomment margin-left:215px below*/
	padding: 0 0 30px;	 
}
	.hot_wrap {
		/*margin-left: 215px;*/  /* !!! if News are shown. Uncomment margin: 0 200px 0 -200px above*/
	}
	.align_center {
		position:relative;
		width
	}
	.align_center:after {
		content: '';
		display: block;
		clear: both;
	}
	.align_center_to_left {
		position: relative;
		right: 50%;
		float: right;
	}
	.align_center_to_right {
		position: relative;
		z-index: 1;
		right: -50%;
		text-align:center;
	}
	.hot_offer .li {
		float: left;
		height: 258px;
		margin: 0 0 20px;
		padding: 0 10px 0 0;
		width: 360px;
		zoom: 1;
	}
	.li .main-category {
		text-align:center;
		padding:0;
	}
	.li .main-category a {
		display:block;
		background: #7AB1D2 url(../img/bg_menu_top.png) repeat-x 0 bottom;
		padding:1px 3px 3px;
	}
	.li .main-category i {
		display:block;
		position:relative;
		margin:0 auto;
		width:9px;
		height:5px;
		background: url('../img/triangle.gif') no-repeat;
	}
	.hot_offer h2 {
		color: #454545;
		font-size: 18px;
		font-weight: normal;
		line-height: 20px;
		margin: 0 0 15px;
		text-transform: uppercase;
	}
	.hot_offer h3 {
		font-family:Arial,sans-serif;
		color: #121212;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.3;
		margin: 4px 0 0;
	}
	.hot_offer h4 {
		color: #153b63;
		font-size: 14px;
		font-weight: normal;
		line-height: 16px;
		margin: 0;
	}
	.hot_offer p {
		font-family:Arial,sans-serif;
		font-size:1em;
		line-height:1.5;
	}
	.hot_offer p span{
		color:#8277A3;
	}
	.hot_offer .wrap {
		overflow: hidden;

	}
	.price {
		font-size: 18px;
		margin-top:7px;
	}
	.price div {
		float: left;
		padding: 0 7px 0 0;
	}
	.price span {
		color: #e51c24;
		display: block;
		font-size: 14px;
		float: left;
	}
	.price span b {
		display: block;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 3px;
	}
.photo {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: relative;
	padding: 11px 0;
	width: 147px;
	z-index: 1;
}
	.photo a img {text-align: center;}
	.photo .wrap {
		background: #fff;
		border-left: 1px solid #639ebf;
		border-right: 1px solid #639ebf;
		position: relative;
		z-index: 2;
		min-height:100px;
		height: auto !important;
		height: 100px;
	}
	.photo .r {
		background: url(../img/r.png) no-repeat 0 0;
		height: 12px;		
		position: absolute;
		width: 294px;
	}
	.photo .tt {
		left: 0;
		top: 0;
	}
	.photo .bb {
		bottom: 0;
		left: -147px;
	}
	.offer {
		background: url(../img/offer.gif);
		height: 112px;
		left: 0;
		position: absolute;
		top: 0;
		width: 113px;
		z-index: 4;
	}

/* /hot offer */
/* =footer */
#empty { height: 83px;}
#footer { 
	margin: -83px auto 0;
	max-width: 1500px;
	position: relative;
}
#foot_wrap {
	background: url(../img/bg_bottom.png) repeat-x 0 0;
	color: #fff;
	height: 83px;
	margin: 0 5px;
	position: relative;
	text-align: left;
}
	#foot_wrap .block {
		padding: 10px 0 0;
	}
	#foot_wrap span {
		padding: 0 0 0 15px;
	}
#footer_nav {text-align:left; max-width:1500px;padding:0 0 1em 0; margin:0 auto; position:relative; border-top: 1px solid #d5d5d5; }
	#footnav_wrap {width:960px; margin:0 auto; position:relative; overflow:hidden; //zoom:1;}
	
	.col {width:300px; float:left; margin-right:15px;}
	.col ul {margin:0;}
	.col ul li {list-style-type:none; margin-bottom:0.5em;}
/* /footer */	
/* =clear fix*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	.clearfix {display: block;}
	/* End hide from IE-mac */
/* /clear fix*/
/* =buttons */
a.butt:link, a.butt:visited, b.butt {
	background: url(../img/bg_btn.png) no-repeat 0 -21px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
	a.butt:hover { background-position: 0 -63px;}
	a.butt span {
		background: url(../img/bg_btn.png) no-repeat 100% 0;
		cursor: pointer;
		display: inline-block;
		line-height: 21px;
		margin: 0 0 0 3px;		
		padding: 0 7px 0 4px;
	}	
	a.butt:hover span { background-position: 100% -42px;}	
/* /buttons */
/* =inner */
#inner_wrapper #billboard {
	margin: 0 auto 20px;
}
#day #inner_wrapper #billboard div, #night #inner_wrapper #billboard div {
	background: none;
	height: auto;
	text-align: left;
}
#inner_wrapper #billboard div strong {
	display: block;
	right: auto;
	text-align: center;
	top: 0;
}
#inner_wrapper #billboard strong {
	cursor: pointer;
	top: 17px;
}
.sidenav {
	float: left;
	margin: 0;
	padding: 0 10px;
	width: 230px;
}
.sidenav li {
	background: none;
}
#bread {
	margin: 10px auto 40px;
	width: 980px;
}
	#bread a, #bread b, #bread span {
		padding: 0 5px;
	}
	#bread b {
		color: #113254;
	}
#inner_wrapper .board {
	width: 312px;
}
	#inner_wrapper .board li {
		background: #fff;
		border-left: 1px solid #639ebf;
		border-right: 1px solid #639ebf;
		margin: 0;
		padding: 3px 10px 5px;
	}
	#inner_wrapper .board li.f {
		background: url(../img/corners_board_inner.png) no-repeat 0 0;
		border: none;
		height: 12px;
		font-size: 1px;
		line-height: 1px;
		padding: 0;
		width: 312px;
	}
	#inner_wrapper .board li.l {
		background: url(../img/corners_board_bot_inner.png) no-repeat 0 0;
		border: none;
		height: 12px;
		font-size: 1px;
		line-height: 1px;
		padding: 0;
		width: 312px;
	}
.sidenav {
	float: right;
	width: 200px;
}
.text {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 980px;
}
.filters {	
	margin: 0 auto 30px;
	line-height: 20px;
	width: 973px;
}
	.filters span {
		background: #e7f3ff;
		font-weight:bold;
		/*color: #fff;*/
		padding: 1px 3px 2px;
	}
	.filters ul {
		margin: 0;
		width: 100%;
	}
	.filters .filter-block {
		padding:0.5em 0;
		border-bottom:1px dotted #e7f3ff;
	}
	.filters .first-filter {
		border-top:1px dotted #e7f3ff;
	}
	.filters li {
		background: none;
		float: left;
		margin: 0;
		padding: 0 22px 0 0;
		/*width: 184px;*/
	}
	.filters li div {
		border-left: 1px solid #e7f3ff;
	}
	.filters li b {
		display: block;
	}
	.filters a, .filters span {
		padding-left: 5px;
		/*font-size: 14px;*/
	}
	.filters .filter-name {
		width:12em;
	}
#inner_wrapper .hot_offer, #inner_wrapper .hot_wrap {
	margin: 0;
}
.textbottom {margin:0 auto;}
a.compare:link, a.compare:visited, a.compare:active {
	color: #417094;
	padding: 0 0 3px 18px;
	background: url('../img/balance--plus.png') no-repeat;
}
a.basket_add {
	color: #417094;
	padding: 0 0 3px 18px;
	background: url('../img/cart_put.png') no-repeat;
}

table.specification  {
	border-left: none;
	margin:0.5em 0 0 0;
}
.specification td {
	/*border-right: none;*/
}
.specification th {
	text-align: left;
	border-left:1px solid #153b63;
	border-right: none;
}
.photo_big {
	float: left;
	margin: 0 30px 10px 0;
}
.product_full {
	float: left;
	margin: 0 30px 0 0;
	width: 360px;
}
	.product_full .image {
		background-color:#fff;
		text-align:center;
		padding:3px;
		border:1px solid #e5e5e5;
	}
	.product_full .add {
		font-size:20px;
		line-height:22px;
		/*height: 30px;*/
	}
	.product_full .add small {
		font-size:12px;
	}
	.product_full .wrap {
		padding:1em 0.5em;
		border:1px solid #e0e0e0;
		border-top:none;
	}
#basket {
	font-size:16px;
	border:2px solid #153B63;
	padding:1em 1.3em 0;
}
	#basket img {border:none;}
	#basket h2 {margin-top:0;}
	#basket table {
		border:none;
		border-collapse:collapse;
		border-spacing:0;
		margin:0;
		padding:0;
	}
	#basket th {
		background:none;
		border:none;
		border-bottom:1px solid #DDDDDD;
		font-size:0.8em;
		font-weight:bold;
		padding:0 2.5em 0.8em 0;
		vertical-align:top;
	}
	#basket th.name {
		text-align:left;
	}
	#basket td.name p {
		line-height:1.4;
	}
	#basket td.number, #basket th.number {
		text-align:right;
	}
	#basket td {
		border:none;
		border-bottom:1px solid #DDDDDD;
		padding:1.5em 1.5em 1em 0;
		vertical-align:top;
	}
	#basket .total td {
		border-bottom:0 none;
		color:#000000;
		text-align:right;
	}
	.order {
		background-color:#153B63;
		float:right;
		padding:10px 7px 10px 15px;
		white-space:nowrap;
	}
	.order span {
		border-bottom:1px dashed #fff;
		color:#fff;
		cursor:pointer;
		font-size:1.3em;
		margin-left:1.2em;
	}
	.order input {
		border-color:#fff #000 #000 #fff;
		border-style:solid;
		border-width:1px;
		background-color:buttonface;
	}
#basket_block {

	background-color:#fff;
	border:1px solid #2B5498;
	padding:1px 3px;
	
}
#basket_block a {
	background: url('../img/cart_go.png') no-repeat;
	padding: 0 0 3px 18px;
	color:#cc0000;
}

.compared {
	margin-bottom:1px; 
	padding: 2px;
	font-size:11px;
	background:#7AB1D2;
}
.bord {margin:0 auto; padding:1em;}
.compare {margin:0 auto;}
.compare td {text-align:center;}
.compare th {text-align:left;}
.compare th.head {text-align:center;}
.compare th.back {background-color:#fff; text-align:center;}
.compare img {border:1px solid #cfcfcf;}