html {
	font-size: 12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ebc700 url(bg.jpg) center top;
	margin: 0;
	padding: 0;
	color: #790000;
}

h2 {
	font-size: 24px;
	color: #000;
	margin: 20px;
	padding: 0;	
}

h3 {
	padding: 0;
	margin: 0 20px;
	font-size: 14px;
	color: #363636;
}

a {
	color: #790000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	border: none;
}

a.disabled {
	color: #ddd;
}

.wrap {
	position: relative;
	min-width: 962px;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.top {
	position: relative;
	z-index: 100000;
	height: 80px;
}

.logo {
	float: left;
	width: 160px;
	height: 80px;
}

.auth {
	position: relative;
	float: right;
	width: 320px;
	height: 70px;
	border-left: 1px solid #c2a401;
	margin-top: 10px;
}

.auth .user {
	height: 50px;	
}

.auth .noAuth {
	height: 70px;
}

.auth .name {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 25px;
	padding-left: 10px;
	cursor: pointer;
}

.auth .logout {
	display: inline-block;
	border-left: 1px solid #c2a401;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 20px;
	cursor: pointer;
}

.auth .login {
	position: relative;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 50px;
	padding: 0 10px;
	cursor: pointer;
}

.auth .line {
	position: relative;
	display: block;
	float: left;
	width: 1px;
	line-height: 20px;
	margin-top: 50px;
	background: url(line_g_v.gif) left 5px no-repeat;
}

.auth .login .loginButton, .auth .register .registerButton {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	/*background: #fff url(line_g_v.gif) left 5px no-repeat;*/
	background: #fff;
	padding: 0 10px;
	height: 35px;	
}

.auth .register {
	position: relative;
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 20px;
	margin-top: 50px;
	cursor: pointer;
}

.auth .feedback {
	vertical-align: top;
	display: block;
	float: left;
	width: 96px;
	height: 43px;
	margin-left: 16px;
	text-align: center;
	background: url(baloon.png);
	cursor: pointer;
}

.auth .feedback div {
	margin: 6px 0 0 11px;
}

.noAuth .feedback {
	margin-top: 20px;
}

.loginBlock, .forgotBlock, .registerBlock {
	display: none;
	position: relative;
	margin-top: 10px;
	background: #fff;
	height: 70px;
	padding-top: 5px;
}

.registerBlock {
	height: auto;
	padding: 0 20px;
}

.registerBlock table {
	width: 100%;
	height: 210px;
}

.registerBlock table td {
	padding: 20px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.registerBlock table .tbb {
	border: 1px dashed #d1d1d1;
	border-left: none;
	border-right: none;
}

.registerBlock table .rb {
	border-right: 1px dashed #d1d1d1;
}

.registerBlock table td label {
	display: block;
	width: 400px;
}

.registerBlock table td .center {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	width: auto;
}

.registerBlock table td span {
	margin-right: 10px;
}

.registerBlock table td span b {
	color: red;
}

.registerBlock table td .input {
	width: 300px;
	border: 1px solid #bbb;
}

.registerBlock .buttonBlock {
	position: relative;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #d1d1d1;
}

.registerBlock .buttonBlock .arrow {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 11px;
	background: url(arrow_down_gray_white.gif) no-repeat center top;	
}

.forgotBlock {
	margin-top: 12px;
	color: #000;
}

.forgotBlock .text {
	margin-left: 20px;
	line-height: 24px;
}

.forgotBlock .arrowDown {
	position: absolute;
	z-index: 2;
	top: -12px;
	left: 0;
	height: 12px;
	width: 100%;
	background: url(arrow_down_transparent.png) 50px top;
}

.loginBlock .formField250, .forgotBlock .formField250 {
	float: left;
	width: 250px;
	height: 24px;
	margin-top: 5px;
	color: #000;
	text-align: right;
	line-height: 30px;
}

.loginBlock .formField250 .container, .forgotBlock .formField250 .container {
	text-align: left;
	padding: 0 0 0 10px;
}

.loginBlock .formField250 span, .forgotBlock .formField250 span {
	padding: 0 10px 0 0;
	font-weight: bold;
}

.loginBlock .formField250 span b, .forgotBlock .formField250 span b {
	padding: 0 10px;
	font-weight: normal;
}

.loginBlock .formField250 .input, .forgotBlock .formField250 .input {
	width: 160px;
	border: 1px solid #bbb;
}

.shoppingLists {
	position: relative;
	height: 20px;
	line-height: 20px;
}

.shoppingLists a {
	display: inline-block;
	width: 180px;
	height: 20px;
	background: url(top_compare_btn.gif) no-repeat;
}

.shoppingLists .button {
	display: none;
	position: absolute;
	top: 0px;
	right: 140px;
	height: 30px;
	width: 180px;
	background: url(inyour_white.gif);
	cursor: pointer;
}

.shoppingList {
	display: none;
	position: relative;
	margin-top: 10px;
	background: #fff;
	height: 120px;
	padding: 10px 10px 0 0;
}

.shoppingList .listItem {
	float: left;
	width: 20%;
	height: 85px;	
}

.shoppingList .listItem div {
	position: relative;
	height: 80px;
	border: 1px solid #d1d1d1;
	margin: 0 0 0 10px;
}

.shoppingList .listItem div img {
	position: relative;
	z-index: 1;
	vertical-align: top;
	margin: 5px;
	float: left;
	border: none;
	border: 0;
}

.shoppingList .listItem div input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 2;
}

.shoppingList .listItem .name {
	display: block;
	height: 48px;
	overflow: hidden;
	color: #790000;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin: 5px 5px 5px 0;
}

.shoppingList .listItem .price {
	font-size: 10px;
	color: #707070;
}

.shoppingList .listItem .price b {
	color: #ff6000;
}

.shoppingList table {
	width: 100%;
	color: #363636;
}

.shoppingList table td {
	text-align: right;
	white-space: nowrap;
}

.shoppingList table td a {
	font-weight: bold;
}

.top .search {
	height: 30px;
	margin: 0 355px 0 180px;
	padding-top: 50px;
}

.top .search .input {
	position: relative;
	z-index: 100;
	height: 26px;
	margin: 0 80px 0 0;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #d7d7d7;
	line-height: 30px;
	border: 2px solid #d9ba00;
}

.top .search .input input {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0;
	padding: 0 0 0 3px;
	height: 28px;
	border: 0px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	/*color: #d7d7d7;*/
	color: #636363;
	width: 65%;
	background: transparent;
}

.top .search .searchIn {
	position: absolute;
	z-index: 18;
	top: 0;
	right: 0;
	height: 26px;
	width: 170px;
	text-indent: 10px;
	font-weight: normal;
	color: #000;
	line-height: 26px;
	background: url(to_white.png) repeat-y;
}

.top .search .searchInBtn {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 140px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	padding-right: 20px;
	color: #808080;
	cursor: pointer;
	background: #fff url(arrow_down_medium_808080.gif) no-repeat right 8px;
}

.top .search .searchInlist {
	display: none;
	position: absolute;
	z-index: 200;
	top: 26px;
	right: -1px;
	text-indent: 0px;
	background-color: #fff;
	border: 1px solid #d9ba00;
	border-top: none;
	padding: 0 20px;
	text-align: right;
}

.top .search .searchInlistShadow {
	display: none;
	position: absolute;
	z-index: 15;
	top: 26px;
	right: -7px;
	width: 170px;
	height: 192px;	
	background: url(shadow.png);
}

.top .search .searchInlist a {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.top .search .searchBtn {
	position: absolute;
	bottom: 0;
	right: 355px;
	width: 70px;
	height: 30px;	
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: url(button_find_bg.gif) no-repeat;
	margin-left: 10px;
	border: none;
	cursor: pointer;
}

.banner {
	margin-top: 10px;
	height: 80px;
}

.banner .image {
	height: 80px;
	background: url(banner_bg.jpg);
	/*margin-right: 62px;*/
}

.banner .extra1, .banner .extra2 {
	float: right;
	width: 131px;
	height: 80px;
	background: url(extra1.jpg) right top no-repeat;
}

.banner .extra2 {
	background: url(extra2.jpg) right top no-repeat;
}

.menu {
	position: relative;
	z-index: 50000;
	margin-top: 10px;
	height: 30px;
	background-color: #000;
}

.menu .mainMenu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
}

.menu .mainMenu .menuItem {
	padding: 0;
	position: relative;
	line-height: 20px;
	padding-right: 20px;
}

.menu .mainMenu .menuFirstItem {
	text-align: left;
	/*padding-left: 20px;*/	
}

.menu .mainMenu .menuLastItem {
	text-align: right;
	padding-right: 0px;	
}

.menu .mainMenu .menuItem a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}

.menu .wrapSubMenu {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

.menu .wrapSubMenu .name {
	padding: 0 20px;
	white-space: nowrap;
}

.menu .subMenu {
	/*display: none;*/
	position: absolute;
	z-index: 10;
	top: 30px;
	/*left: 0;*/
	width: 200px;
}

.menu .withCoupons {
	width: 570px;
}

.menu .subMenu .subMenuShadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 6px;
	height: 100%;
	width: 100%;
	background: url(shadow.png);
}

.menu .subMenu .subMenuTitle {
	display: none;
	position: absolute;
	z-index: 101;
	top: -30px;
	height: 31px;
	color: #790000;
	background-color: #fff;
	background: #fff url(arrow_down_medium.gif) right 14px no-repeat;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	white-space: nowrap;
}

.menuLastItem .subMenuTitle, .menuLastItem .subMenu {
	right: 0;
}

.menu .subMenu .subMenuTitle a.subTitle {
	color: #790000;
}

.menu .subMenu a {
	color: #790000;
	margin: 0 20px;
}

.subMenu .subMenuContent {
	display: none;
	position: relative;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	text-align: left;
	padding: 15px 0 20px 0;
}

.subMenuContent .lBlock {
	padding: 0 20px;	
}

.subMenuContent .rBlock {
	border-left: 1px solid #d1d1d1;
	padding: 0 20px;	
}

.subMenuContent .title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	margin-top: -4px;
}

.menu .subMenu .subMenuContent a {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
	color: #790000;
}

.menu .subMenu .subMenuContent a:hover {
	text-decoration: underline;
}

.menu .subMenu .subMenuContent a.title {
	font-size: 18px;
}

.subMenuContent .brand, .subMenuContent .coupon {
	position: relative;
	width: 320px;
	overflow: hidden;
	color: #636363;
	margin-bottom: 10px;
}

.subMenuContent .brand img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #d1d1d1;
}

.subMenuContent .coupon .content {
	background-color: #e7ffd2;
	border: 1px dashed #d1d1d1;
	padding: 10px;
	line-height: 22px;
	margin-top: 7px;
}

.subMenuContent .coupon .code {
	font-size: 12px;
	color: #790000;
	font-weight: bold;
}

.subMenuContent .coupon .price {
	color: #ff6000;
	font-size: 14px;
	font-weight: bold;
}

.subMenuContent .coupon .ico {
	position: absolute;
	top: 0;
	right: 10px;
	width: 18px;
	height: 15px;
	background: url(scissor.gif) no-repeat;
}


.sitePath {
	position: relative;
	z-index: 6;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 0;
	background-color: #fff;
	overflow: hidden;
}

.sitePath table {
	width: 100%;
	height: 40px;
}

.sitePath .path {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #d1d1d1;
	margin-left: 10px;
}

.sitePath .path a {
	padding: 0 10px;
}

.sitePath td { 
	height: 40px;
	line-height: 40px;
/*	vertical-align: text-top; */
	white-space: nowrap;
 }

.sitePath .noResults {
	line-height: 15px;
	color: #000;
	padding: 0 20px;
}

.sitePath h2, .sitePath h1 {
	float: left;
	display: block;	
	margin: 0;
	padding: 0 10px;
	color: #000;
	font-size: 24px;
	line-height: 38px;
}

.sitePath span {
	font-size: 14px;
	color: #363636;
}

.sitePath .sponsored {
	color: #707070;
	padding-right: 20px;
	text-align: right;
	line-height: 30px;
}

.sitePath .sponsored img {
	margin: -6px 0 0 10px;
	vertical-align: middle;
}

.sitePath .arrowDown, .filter .arrowDown {
	position: absolute;
	z-index: 2;
	bottom: -11px;
	height: 11px;
	width: 100%;
	background: url(arrow_down_yellow.gif) no-repeat center;
}

.filter .arrowDownUp {
	position: absolute;
	z-index: 2;
	top: -1px;
	height: 11px;
	width: 100%;
	background: url(arrow_down_yellow.gif) no-repeat center;
}

.arrowDownOW {
	position: relative;
	z-index: 10;
	height: 12px;
	background: url(arrow_down_transparent.png) -30px top;
	text-align: center;
	vertical-align: top;
}

.arrowDownOW div {
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url(arrow_down_yellow.gif) no-repeat;
}

.arrowDownW {
	position: relative;
	height: 10px;
	background: url(arrow_down_white.png) no-repeat center top;
}

.arrowUpW {
	position: relative;
	height: 10px;
	background: url(arrow_down_white.png) no-repeat center bottom;
}

.arrowUpOW {
	position: relative;
	z-index: 10;
	height: 12px;
	background: url(arrow_down_transparent.png) -30px 0px;
	text-align: center;
	vertical-align: top;
}

.arrowUpOW div {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 12px;
	top: -10px;
	background: url(arrow_up_yellow.gif) no-repeat;
}

.arrowUpW {
	position: relative;
	height: 10px;
	background: url(arrow_down_white.png) no-repeat center bottom;
}

/**/

.middle {
	position: relative;
	z-index: 1;
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}

.middle .lBlock, .middle .cBlock, .middle .rBlock {
	position: relative;
	z-index: 1;
	float: left;
	width: 33%;
	height: 297px;
	margin-top: 4px;
	overflow: hidden;
}

.middle .cBlock {
	width: 34%;
	height: 297px;
}

.middle .title {
	height: 36px;
	background: url(block_title.png) no-repeat;
	color: #000;
	font-size: 18px;
	text-indent: 20px;
	line-height: 46px;
}

.middle .lBlock .title, .middle .lBlock .categories, .middle .lBlock .itemsList {
	margin-right: 2px;
}

.middle .cBlock .title, .middle .cBlock .categories, .middle .cBlock .itemsList {
	margin-left: 2px;
	margin-right: 2px;
}

.middle .rBlock .title, .middle .rBlock .categories, .middle .rBlock .itemsList {
	margin-left: 2px;
}

.middle .categories {
	position: relative;
	z-index: 3;
	height: 80px;
	font-size: 11px;
	overflow: visible;	
}

.middle .categories .categoriesLinks {
	z-index: 2;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 80px;
}

.middle .categories a, .middle .categories span {
	display: block;
	float: left;
	/*width: 40%;*/
	width: 142px;
	height: 20px;
	line-height: 20px;
	color: #790000;
	text-indent: 20px;
	text-decoration: none;
	background-color: #fff;
}

.middle .categories a:hover {
	text-decoration: underline;
}

.middle .categories a.more {
	margin-left: 142px;
	background: #fff url(arrow_down.gif) no-repeat 20px 1px;
	text-indent: 30px;
}

.middle .categories a.less {
	margin-left: 142px;
	background: #fff url(arrow_up.gif) no-repeat 20px 1px;
	text-indent: 30px;
}

.middle .categories .m {
	display: none;
}

.middle .categories .shadow {
	clear: both;
	border-top: 5px solid #fff;
	height: 7px;
	background: url(shadow.png);
}

.middle .itemsList {
	position: relative;
	z-index: 1;
	height: 165px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 14px 20px 0 20px;
}

.middle .itemsList .item {
	margin: 0;
}

.item {
	position: relative;
	height: 150px;
	border: 1px solid #d1d1d1;
	vertical-align: top;
	overflow: hidden;
	margin: 0 5px 5px 5px;
}

.item .image {
	float: left;
	width: 130px;
	height: 130px;
	margin: 10px 20px 0 10px;
	overflow: hidden;
}

.item .image a {
	display: block;
	position: relative;
	width: 130px;
	height: 130px;
	text-align: center;
}

.item .image a .quickView {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 31px;
	height: 31px;
	background: url(quick_view.gif);
	cursor: pointer;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
}

.item a img {
	border: none;
}

.item img {
	/*
	width: 130px;
	height: 130px;
	*/
	vertical-align: top;
}

.item .descr {
	margin: 10px 10px 0 0;
	height: 130px;
}

.item .descr .gray {
	font-size: 9px;
	color: #707070;
	margin-bottom: 4px;	
}

.item .descr .gray .price {
	color: #ff6000;
	font-size: 14px;
	font-weight: bold;
}

.item .descr .gray .oldPrice {
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	text-decoration: line-through;
	padding-right: 5px;
}

.item .descr a {
	text-decoration: none;
}

.item .descr .name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	height: 74px;
	overflow: hidden;
}

.item .descr .name:hover {
	text-decoration: underline;
}

.shopIco {
	display: inline-block;
	height: 20px;
	padding-left: 20px;
	margin-left: 5px;
	background: url(shop_ico.gif) no-repeat left 2px;
}

.middle .itemsList a.leftArrow {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 20px;
	height: 179px;
	background: url(arrow_left_gray.gif) no-repeat center 82px;
}

.middle .itemsList a.leftArrow:hover {
	background-image: url(arrow_left_red.gif);
}

.middle .itemsList a.rightArrow {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 20px;
	height: 179px;
	background: url(arrow_right_gray.gif) no-repeat center 82px;
}

.middle .itemsList a.rightArrow:hover {
	background-image: url(arrow_right_red.gif);
}

.scrollBlock {
	position: relative;
	overflow: hidden;
	margin-top: 10px;	
}

.scrollBlock .title {
	background-color: #9e005d;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 30px;
}

.scrollBlock .stock {
	background-color: #f26522;
}

.scrollBlock .viewed {
	background-color: #48caa1;
}

.scrollBlock .scroller {
	position: relative;
	height: 170px;
	background-color: #fff;
	padding: 10px 20px 0 20px;
	overflow: hidden;
}

.scrollBlock .scroller25 {
	padding: 14px 25px 0 25px;
}

.scrollBlock .scroller .content {
	position: relative;
	height: 150px;
	overflow: hidden;	
}

.scrollBlock .scroller .content .sc {
	position: relative;
	height: 150px;
	white-space: nowrap;
	width: 5840px;	
}

.scrollBlock .scroller .content .item {
	display: inline-block;
	float: none;
	width: 280px;
	height: 148px;
	margin: 0 10px 0 0;
	white-space: normal;
}

.scrollBlock .scroller .content .item .name {
	height: 56px;
}

.scrollBlock .scroller .leftArrow {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 20px;
	height: 165px;
	background: #fff url(arrow_left_gray.gif) no-repeat center 82px;
}

.scrollBlock .scroller .leftArrowHover {
	background-image: url(arrow_left_red.gif);
	cursor: pointer;
}

.scrollBlock .scroller .rightArrow {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 20px;
	height: 165px;
	background: #fff url(arrow_right_gray.gif) no-repeat center 82px;
}

.scrollBlock .scroller .rightArrowHover {
	background-image: url(arrow_right_red.gif);
	cursor: pointer;
}

.scrollBlockViewed {
	float: left;
	width: 67%;
}

.scrollBlockRecent {
	float: left;
	width: 33%;
}

.scrollBlockRecent .title .rightBorder {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 30px;
	background-color: #7bd9bb;
}

.scrollBlockRecent .scrollerV .rightBorder {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 1px;
	height: 184px;
	background-color: #d1d1d1;
}

.scrollBlockRecent .scrollerV {
	position: relative;
	height: 144px;
	background-color: #fff;
	padding: 20px 15px;
	overflow: hidden;
}

.scrollBlockRecent .scrollerV .content {
	position: relative;
	height: 139px;
	overflow: hidden;
}

.scrollBlockRecent .scrollerV .content .sc {
	position: relative;		
}

.scrollBlockRecent .scrollerV .content a {
	display: block;
	padding: 5px 0 5px 0;
	color: #790000;
	text-decoration: none;
}

.scrollBlockRecent .scrollerV .content a:hover {
	text-decoration: underline;
}

.scrollBlockRecent .upArrow, .productItem .gallery .list .upArrow {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff url(arrow_up_gray.gif) no-repeat center 3px;
}

.scrollBlockRecent .upArrowHover, .productItem .gallery .list .upArrowHover {
	background-image: url(arrow_up_red.gif);
	cursor: pointer;
}

.scrollBlockRecent .downArrow, .productItem .gallery .list .downArrow {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #fff url(arrow_down_gray.gif) no-repeat center 3px;
}

.scrollBlockRecent .downArrowHover, .productItem .gallery .list .downArrowHover {
	background-image: url(arrow_down_red.gif);
	cursor: pointer;
}

.textBlocks {
	margin: 10px 0 20px 0;
	width: 100%;
}

.textBlocks .bordered {
	border-top: 1px solid #ddbc03;
}

.textBlocks .left {
	width: 33%;
	border-right: 1px solid #ddbc03;
}

.textBlocks .center {
	width: 34%;
}

.textBlocks .right {
	width: 33%;
	border-left: 1px solid #ddbc03;
}

.textBlocks .title {
	color: #000;
	font-size: 18px;
}

.textBlocks p {
	color: #6f5e00;
}

.textBlocks ul {
	margin: 0 30px 0 0;
	padding: 10px 0;
	float: left;
}

.textBlocks ul li {
	list-style: none;
	background: url(list_dot.gif) no-repeat 3px 8px;
	text-indent: 20px;
	line-height: 20px;	
}

.clear {
	clear: both;
}

input.inpGray {
	color: #c0c0c0;
	font-size: 12px;
	padding: 0;
	width: 224px;
	height: 16px;
	border: 1px solid #bbb;
}

.btn18 {
	display: inline-block;
	width: 49px;
	height: 18px;
	line-height: 18px;
	background: url(button_18.gif);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.say {
	position: relative;
	overflow: hidden;
	margin: 10px 0 10px;
}

.say div {
	position: relative;
}

.say .stleft, .say .sbleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(say_corners.png) left top;
}

.say .stcenter, .say .sbcenter {
	margin: 0 10px 0 10px;
	padding: 0;
	height: 10px;
	background: url(say_bg.png);
}

.say .stright, .say .sbright {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(say_corners.png) right top;
}

.say .sccenter {
	background: url(say_bg.png);
	padding: 0 10px 0 10px;
	color: #555555;
	font-style: italic;
}

.say .sbleft {
	background-position: left -10px;
}

.say .sbright {
	background-position: right -10px;
}

.say .nick {
	background: url(say_corners.png) right -20px no-repeat;
	padding: 10px 0 0 0;
	text-align: right;
}

.block4 {
	position: relative;
	float: left;
	width: 66%;	
}

.block4 .title {
	color: #000;
	font-size: 18px;
	padding-left: 20px;
}

.block4 p {
	color: #6f5e00;
	padding-left: 20px;
	margin-right: 30px;
}

.block2 {
	float: left;
	width: 33%;
}

.ads {
	margin: 0 20px 0 20px;
	background: url(ads_bg.png);
	padding: 5px;
}

.ads .adsContent {
	background-color: #e7e1bc;
	padding: 15px;
	color: #8e8e8e;
}

.block2 .tags {
	position: relative;
	margin-left: 12px;
	border-left: 1px solid #d5b500;
	padding: 20px;
}

.block4 .tagTitle {
	position: absolute;
	top: 0;
	right: -13px;
	width: 20px;
	height: 40px;
	background: url(tags_title.gif) no-repeat;	
}

.block2 .tags a {
	margin-right: 15px;
}

.block2 .tags .w1 {
	font-size: 10px;
}

.block2 .tags .w2 {
	font-size: 11px;
}

.block2 .tags .w3 {
	font-size: 12px;
}

.block2 .tags .w4 {
	font-size: 14px;
}

.block2 .tags .w5 {
	font-size: 16px;
}

.block2 .tags .w6 {
	font-size: 18px;
}

.block2 .tags .w7 {
	font-size: 20px;
}

.footer {
	position: relative;
	margin-top: 40px;
	height: 350px;
	background: url(logo_footer.png) center 30px no-repeat;
}

.footer .links {
	color: #6f5e00;
	padding-right: 30%;	
}

.footer .links a {
	padding: 0 5px 0 5px;
}

.footer .links p {
	font-size: 11px;
	padding-left: 5px;
}

.footer .garanty {
	position: absolute;
	left: 0;
	top: 158px;
	width: 100%;
	height: 105px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.footer .garanty a {
	display: inline-block;
}

.footer .garanty img {
	border: none;
	margin: 25px 5px 0;
}

.button100x21, .button70x25, .button90x30, .button58x21, .button130x30, .button180x30, .button132x21, .button240x30 {
	display: inline-block;
	width: 100px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(button100_21.gif) no-repeat;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.button58x21 {
	width: 58px;
	background-image: url(button58_21.gif);
}

.button132x21 {
	width: 132px;
	background-image: url(button132_21.gif);
}

.button70x25 {
	width: 70px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	background-image: url(button70_25.gif);
	margin-left: 10px;
	border: none;
}

.button90x30 {
	width: 90px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	background-image: url(button90_30.gif);
	border: none;
}

.button130x30, .button180x30, .button240x30 {
	width: 130px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background-image: url(button130_30.gif);
	border: none;
}

.button180x30 {
	width: 180px;
	background-image: url(button180_30.gif);
}

.button240x30 {
	width: 240px;
	background-image: url(button240_30.gif);
}

.button80x20 {
	display: inline-block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(button80x20.gif) no-repeat;
	font-size: 12px;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.modalBackground {
	display: none;
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
}

.modalBlock {
	position: absolute;
	z-index: 1000;
	top: 100px;
	left: 0;
}

.modalBlock .shadow {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 6px;
	height: 100%;
	width: 100%;
	background: url(shadow.png);
}

.modalBlock .content {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	border: 1px solid #d1d1d1;
	overflow: hidden;
}

.shareFeedback {
	display: none;
	width: 600px;
	height: 480px;
	top: 70px;
	left: 50%;
	margin-left: -300px;
	color: #363636;
}

.shareFeedback .close {
	position: absolute;
	z-index: 5;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(close_16.gif);
	cursor: pointer;
}

.shareRate {
	text-align: center;
	height: 100px;
	padding: 0 25px;
}

.circle {
	float: left;
	margin: 10px 0;
	width: 110px;
	height: 60px;
	text-align: center;
	background: url(circle.png) no-repeat center top;
	cursor: pointer;
}

.circle span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	height: 40px;
}

.circle div {
	margin-top: 4px;
	height: 16px;
}

.circleHover, .shareRate .selected {
	background-image: url(circle_o.png);
}

.shareFeedback p {
	padding: 0 20px;
	margin: 10px 0;
}

.shareFeedback p textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #bbb;
}

.shareFeedback input.inp {
	border: 1px solid #bbb;
}

.shareFeedback p.small {
	font-size: 10px;
}

.shareFeedback .buttons {
	text-align: center;
}

.shareFeedback .sendButton {
	display: inline-block;
	width: 70px;
	height: 30px;	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: url(button_find_bg.gif) no-repeat;
	cursor: pointer;
}

.quickView {
	display: none;
	position: absolute;
	z-index: 101000;
	width: 560px;
	height: 340px;
	top: 600px;
	left: 200px;
}

.quickView .shadow {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 6px;
	height: 100%;
	width: 100%;
	background: url(shadow.png);
}

.quickView .content {
	position: absolute;
	z-index: 2;
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #d1d1d1;
}

.quickView .content .tabs {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: bold;
}

.quickView .content .tabs .tab {
	position: relative;
	float: left;
	width: 260px;
	height: 45px;
	text-align: center;
}

.quickView .content .tabs .tab div {
	display: inline-block !important;
	display: block;
	height: 35px;
	width: 120px;
	line-height: 35px;
	margin: 5px 0;
	padding: 0 10px;
	cursor: pointer;
}

.quickView .content .tabs .tab .coupons, .quickView .content h3 {
	text-indent: 30px;
	background: url(ico_scissor.gif) no-repeat 10px 6px;
}

.quickView .content h3 {
	margin: 0 0 0 10px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-indent: 40px;
	background: url(ico_scissor.gif) no-repeat 10px 10px;
}

.quickView .content .tabs .selected .coupons {
	background: #790000 url(ico_scissor_w.gif) no-repeat 10px 6px;
}

.quickView .content .tabs .selected div {
	color: #fff;
	background-color: #790000;
}

.quickView .content .tabs .selected b {
	display: block;
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	height: 11px;
	background: url(arrow_down_gray_white.gif) no-repeat center top;
}

.quickView .tabContent {
	margin: 16px 10px 24px 10px;
}

.quickView .tabContent .image {
	float: left;
	border: 1px solid #d1d1d1;
	width: 260px;
	height: 260px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	background: url(loader24.gif) no-repeat 118px 118px;
}

.quickView .tabContent .image img {
	vertical-align: middle;
}

.quickView .tabContent .image div {
	width: 260px;
	height: 260px;
	background-position: center center;
	background-repeat: no-repeat;
}

.quickView .tabContent h2 {
	display: block;
	height: 72px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	color: #790000;
	margin-bottom: 10px;
	overflow: hidden;
}

.quickView .tabContent .price {
	color: #ff6000;
	font-size: 16px;
}

.quickView .tabContent p {
	margin: 10px 0;
	padding: 0;
	color: #363636;
}

.quickView .tabContent p .shopBlock {
	line-height: 20px;
}

.quickView .tabContent p .shopIco {
	background-position: left 2px;
}

.quickView .tabContent .btnDetail {
	height: 21px;
	margin-bottom: 10px;
	margin-right: 7px;
	background: url(qv_btn_detail.gif) no-repeat right top;
	cursor: pointer;
}

.quickView .tabContent .btnAdd {
	height: 21px;
	margin-bottom: 10px;
	background: url(qv_btn_add.gif) no-repeat right top;
	cursor: pointer;
}

.quickView .tabContent .list {
	position: relative;
	height: 250px;
	overflow: auto;
	margin: 0 0 0 10px;
}

.coupon {
	position: relative;
	color: #363636;
	width: 440px;
	height: auto;
}

.coupon .content {
	position: relative;
	z-index: 1;
	background-color: #e7ffd2;
	border: 1px dashed #d1d1d1;
	padding: 10px;
	line-height: 22px;
	margin: 10px 0 20px 0;
	overflow: hidden;
	width: 440px;
}

.coupon .content span {
	color: #6f7966;
}

.coupon .content img {
	width: 130px;
	height: 130px;
	float: left;
	margin: 0 20px 0 0;
}

.coupon a.nocode b {
	color: #000;
}

.coupon .content .price {
	color: #ff6000;
	font-weight: bold;
	font-size: 12px;
}

.coupon .ico {
	position: absolute;
	z-index: 2;
	top: -8px;
	right: 10px;
	width: 18px;
	height: 15px;
	background: url(scissor.gif) no-repeat;
}

.quickView .shop {
	padding: 10px 20px;
	height: 23px;
	line-height: 23px;
	color: #363636;
}

.quickView .shop .price {
	color: #ff6000;
	font-size: 14px;
	font-weight: bold;
}

.quickView .shop .toCart {
	display: block;
	float: right;
	width: 90px;
	height: 21px;
	background: url(to_cart_big.gif) no-repeat;
}

.quickView .close {
	position: absolute;
	z-index: 5;
	top: 14px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(close_16.gif);
	cursor: pointer;
}

.textPage {
	padding: 10px 20px;
	margin: 1px 0 30px;
	background: #fff;
}

.textPage h2 {
	font-size: 30px;
	margin: 20px 0 10px 300px;
}

.textPage p {
	margin: 0 40px;
	padding-bottom: 20px;
	color: #363636;
	font-size: 14px;
	line-height: 20px;
}

.textPage p img {
	vertical-align: middle;
}

.textList {
	margin: 0 40px;
	color: #363636;
	font-size: 14px;
	line-height: 20px;
}

.textList tr {
	vertical-align: top;
}

.textList .title {
	width: 240px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.textList td {
	padding-bottom: 20px;
}

.sararteLine {
	margin-top: 10px;
	height: 118px;
	border: 1px solid #d1d1d1;
	background: url(about_sararte.jpg) no-repeat left top;
}

.faqTable tr {
	vertical-align: top;
}

.faqTable td {
	padding-bottom: 10px;
}

.faqTable .vote {
	width: 270px;
	padding-left: 20px;
	font-weight: bold;
}

.faqTable .vote .balloon {
	position: relative;
	margin-left: 21px;
	border: 1px solid #d1d1d1;
}

.faqTable .ansver .balloon {
	position: relative;
	margin-right: 41px;
	margin-left: 10px;
	border: 1px solid #d1d1d1;
}

.faqTable .balloon .ctl {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 10px;
	width: 10px;
	background: url(border_gray.gif) top left;
}

.faqTable .balloon .ctr {
	position: absolute;
	top: -1px;
	right: -1px;
	height: 10px;
	width: 10px;
	background: url(border_gray.gif) top right;
}

.faqTable .balloon .cbl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	height: 10px;
	width: 10px;
	background: url(border_gray.gif) bottom left;
}

.faqTable .balloon .cbr {
	position: absolute;
	bottom: -1px;
	right: -1px;
	height: 10px;
	width: 10px;
	background: url(border_gray.gif) bottom right;
}

.faqTable .balloon .cl {
	position: absolute;
	top: 20px;
	left: -21px;
	height: 20px;
	width: 21px;
	background: url(review_corner.gif) top left;
}

.faqTable .balloon .cr {
	position: absolute;
	top: 20px;
	right: -21px;
	height: 20px;
	width: 21px;
	background: url(review_corner_r.gif) top left;
}

.faqTable .balloon p {
	padding: 20px;
	margin: 0;
}

.block404 {
	height: 75px;
	padding-left: 161px;
	background: url(bg_404.png) no-repeat left top;
	margin: 30px 0 10px;
}

.block404 div {
	margin: 0;
	padding: 0;
	height: 75px;
	background-color: #fff;
}

.block404 div p {
	font-size: 18px;
	color: #363636;
	padding: 17px 20px;
	margin: 0;
}

