/*General styles
------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	border: none 0;
	}
	
/* Clearfix */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Wrappers */

body {
min-width: 1000px;
	padding: 0;
	margin: 0 ;
	position: relative;
	text-align: left;
	font-weight: normal;

	background: #fff;
	font-family: Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	color: #000;
	font-size: 11px;
	}

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}

/*Other*/
/*EndOfOther*/

/* Main */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	border: none 0;
	}

mark {
	/* Needs opera fix! */
	}

img {
	border: 0 none;
	}

p {
	margin: 15px 0;
	}
p.mark {
	margin: 25px 0 25px 20px;
	padding-left: 10px;
	border-left: solid 1px #ccc;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-style: italic;
	color: #666;
	font-size: 12px;
	}

h1 {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 8px 18px;
	margin: 8px 0;
	color: #000;
	font-weight: normal;
	}
h2 {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 18px;
	margin: 6px 0;
	color: #000;
	font-weight: normal;
	}
h3 {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 18px;
	margin: 4px 0;
	color: #000;
	font-weight: normal;
	}
h4 {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 18px;
	margin: 2px 0;
	color: #000;
	font-weight: normal;
	}
h5 {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px 18px;
	margin: 2px 0;
	color: #000;
	font-weight: normal;
	}
h6 {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px 18px;
	margin: 2px 0;
	color: #000;
	font-weight: normal;
	}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	font-size: 1em;
	text-decoration: underline;
	outline: 0 none transparent !important; /* Fix for Chrome */
	outline: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	}
a:hover {
	color: #999;
	text-decoration: none;
	}

a.disabled {
	color: #999;
}

.breadcrumbs a,
.tags_in a {
	-webkit-text-size-adjust: none;
}

.common-list-with-dashes li {
	background-image: url('/bundles/nocommentseshop/i/bullet-02.gif');
	background-repeat: no-repeat;
	background-position: 7px;
}

.non-selectable-text {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fullwidth {
	width: 100%;
}

.left {
	float: left;
	margin: 2px 5px 2px 0;
	}
.right {
	float: right;
	margin: 2px 0 2px 5px;
	}
.center {
	text-align: center;
	}
.underline {
	text-decoration: underline;
	}
.nobg {
	background: none;
	}
.noborder {
	border: none 0 !important;
	}
.nums {
	font-family: Arial, Verdana, Tahoma, "Times New Roman", "Microsoft Sans Serif", sans-serif !important;
	}
.g11up {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	}
/*--*/
.button {
	padding: 4px 14px !important;
	border: solid 1px #cbcbcb;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #666 !important;
	background: transparent url('/bundles/nocommentseshop/i/btn_back2.gif') 0 0 repeat-x;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	}
.button:hover {
	background-position: bottom;
	color: #666 !important;
	text-decoration: none;
	}
.button.black {
	background-image: url('/bundles/nocommentseshop/i/btn_black_back.gif');
	color: #fff !important;
	}
.button.disabled {
	background: #eee;
	color: #ccc;
}
/*--*/
.border_dotted_t1.t {
	border-top: dotted 1px #ccc;
	}
.border_dotted_t1.b {
	border-bottom: dotted 1px #ccc;
	}
.border_dotted_t1.tab {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	}

.border_dotted_t2 {
	position: relative;
	padding: 3px 0;
	}
.border_dotted_t2:before,
.border_dotted_t2:after {
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	background: transparent url('/bundles/nocommentseshop/i/border_dotted.gif') 0 0 repeat-x;
	}
.border_dotted_t2.t:before,
.border_dotted_t2.tab:before {
	content: "";
	top: 0;
	}
.border_dotted_t2.b:after,
.border_dotted_t2.tab:after {
	content: "";
	bottom: 0;
	}

.border_img_t1 {
	position: relative;
	padding: 5px 0;
	}
.border_img_t1:before,
.border_img_t1:after {
	position: absolute;
	left: 0;
	height: 5px;
	width: 100%;
	background: transparent url('/bundles/nocommentseshop/i/border_img_t1.gif') 0 0 repeat-x;
	}
.border_img_t1.t:before,
.border_img_t1.tab:before {
	content: "";
	top: 0;
	}
.border_img_t1.b:after,
.border_img_t1.tab:after {
	content: "";
	bottom: 0;
	}

.border_img_t2 {
	position: relative;
	padding: 9px 0;
	}
.border_img_t2:before,
.border_img_t2:after {
	position: absolute;
	left: 0;
	height: 9px;
	width: 100%;
	background: transparent url('/bundles/nocommentseshop/i/border_img_t2.gif') 0 0 repeat-x;
	}
.border_img_t2.t:before,
.border_img_t2.tab:before {
	content: "";
	top: 0;
	}
.border_img_t2.b:after,
.border_img_t2.tab:after {
	content: "";
	bottom: 0;
	}
/*--*/
.pagination {
	position: relative;
	float: left;
	left: 50%;
	padding-top: 4px !important;
	}
#main .pagination li,
.pagination li {
	position: relative;
	float: left;
	right: 50%;
	padding: 0;
	margin: 0;
	}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:active {
	padding: 2px 8px;
	background: #999;
	font-family: "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	/*font-size: 18px;*/
	color: #fff;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url('/bundles/nocommentseshop/css/pie.htc');
	line-height: 18px;
	margin: 0 2px;
	text-decoration: none;
	}
.pagination a:hover {
	background: #eee;
	color: #666;
	}

.pagination .page a {
	display: block;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 27px;
    margin-top: -0.3em;
}
.pagination .new a,
.pagination .new a:link,
.pagination .new a:visited,
.pagination .new a:hover,
.pagination .new a:active,
.pagination .old a,
.pagination .old a:link,
.pagination .old a:visited,
.pagination .old a:hover,
.pagination .old a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	background: none;
	}
.pagination .new a:hover,
.pagination .old a:hover {
	color: #999;
	}

.pagination .inactive a,
.pagination .inactive a:hover,
.nav_bottom a.inactive,
.nav_bottom a.inactive:hover {
	color: #cfcfcf;
}
/*--*/
.hlp {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
	text-align: center;
	margin: 30px 0;
	}

.hlp > .query:before {
	content: open-quote;
}


.hlp > .query:after {
	content: close-quote;
}
/*--*/
.nav_bottom {
	text-align: center;
	padding: 17px 0 18px 0;
	margin: 9px 0 0 0;
	}
.nav_bottom a,
.nav_bottom a:link,
.nav_bottom a:visited,
.nav_bottom a:hover,
.nav_bottom a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	text-decoration: none;
	color: #666;
	}
.nav_bottom a:hover {
	color: #000;
	}
.nav_bottom a.button,
.nav_bottom a.button:link,
.nav_bottom a.button:visited,
.nav_bottom a.button:hover,
.nav_bottom a.button:active {
	margin: 0 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #666;
	}
/*--*/
.tags_in {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	text-align: center;
	}
.tags_in span {
	color: #000;
	}
/*--*/
.phone {
	white-space: nowrap;
}
/*--*/
.brands_list ul {
	list-style: none;
	margin: 0 0 5px 12px !important;
	float: left;
	width: 206px;
	}
.brands_list.mod ul {
	width: 222px;
	}
.brands_list ul:nth-child(even),
.brands_list ul:nth-child(odd) {
	margin-left: 19px !important;
	}
.brands_list ul:nth-child(3n+1),
.brands_list.mod ul:nth-child(4n+1) {
	margin-left: 0 !important;
	}
.brands_list.mod ul:nth-child(even),
.brands_list.mod ul:nth-child(odd),
.brands_list.mod ul:nth-child(3n+1) {
	margin-left: 30px !important;
	}
.brands_list.mod ul:nth-child(1) {
	margin-left: 0 !important;
	}
.brands_list.mod ul
.brands_list.pd ul {
	width: 100px;
	}
.brands_list li {
	padding: 0 !important;
	margin: 3px 0 !important;
	background: none !important;
	}
.brands_list.mod li {
	padding-top: 2px !important;
	cursor: default;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	padding-left: 7px !important;
	}
.brands_list.mod li:hover {
	background: #eee !important;
	background: rgba(238,238,238,.5) !important;
	}
.brands_list li.letter {
	font-size: 24px;
	position: relative;
	padding: 2px 0 5px 2px !important;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	margin: 0 0 9px 0 !important;
	color: #000;
	font-weight: normal;
	}
.brands_list.mod li.letter:hover {
	background: none !important;
	}
.brands_list.mod li.letter {
	padding-left: 7px !important;
	margin: 10px 0 4px 0 !important;
	}
.brands_list.mod li .checker {
	margin-top: -2px;
	}
.brands_list .letter:after {
	position: absolute;
	left: 0;
	height: 5px;
	width: 100%;
	background: transparent url('/bundles/nocommentseshop/i/border_img_t1.gif') 0 0 repeat-x;
	content: "";
	bottom: 0;
	}
.brands_list a,
.brands_list a:link,
.brands_list a:visited,
.brands_list a:hover,
.brands_list a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	}
.brands_list a:hover {
	text-decoration: underline;
	}
/*--*/
.more_items a,
.more_items a:link,
.more_items a:visited,
.more_items a:hover {
	float: left;
	margin: 0 0 6px 7px;
	width: 190px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	}
.more_items a:hover {
	text-decoration: underline;
	}
.more_items a span {
	display: block;
	color: #666;
	text-transform: none;
	}
.more_items a:first-child {
	margin-left: 0;
	}
.more_items h5 {
	font-size: 18px;
	text-align: center;
	padding: 8px 18px;
	margin: 9px 0;
	}
/*--*/
ul.hlp_info {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	padding: 10px;
	float: left;
	/*Меняем логику. А чего оно?(*/
	left: auto;
	float: right;
	right: 50%;
	}
ul.hlp_info li {
	float: left;
	position: relative;
	right: 50%;
	padding: 0 8px;
	border-left: solid 1px #a7a7a7;
	/*Меняем логику. А чего оно?(*/
	left: 50%;
	right: auto;
	}
ul.hlp_info li:first-child {
	border: 0;
	}
ul.hlp_info li,
ul.hlp_info a,
ul.hlp_info a:link,
ul.hlp_info a:visited,
ul.hlp_info a:hover,
ul.hlp_info a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	}
ul.hlp_info a:hover {
	text-decoration: underline;
	}

ul.hlp_info.mod {
	padding: 6px 10px;
	}
ul.hlp_info.mod li {
	border: none 0;
	padding: 0 3px 0 0;
	height: 22px;
	line-height: 22px;
	}
ul.hlp_info.mod li:before {
	content: "•";
	color: #999;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	display: inline-block;
	padding: 0 3px 0 0;
	}
ul.hlp_info.mod li:first-child:before {
	padding: 0;
	content: "";
	}
ul.hlp_info.mod a,
ul.hlp_info.mod a:link,
ul.hlp_info.mod a:visited,
ul.hlp_info.mod a:hover,
ul.hlp_info.mod a:active {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	display: inline-block;
	}
ul.hlp_info.mod li.active a {
	background: #eae8ce url('/bundles/nocommentseshop/i/cartm_back.gif') 0 100% repeat-x;
	}
/*--*/
ul.sign {
	list-style: none;
	margin: 0;
	padding: 6px 0;
	width: 100%;
	height: 27px;
	}
ul.sign li {
	float: left;
	width: 245px;
	height: 27px;
	background: #d9d9d9;
	line-height: 25px;
	font-family: "HeliosCondCBold", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	}
ul.sign li.active {
	background: #b0bc28;
	}
ul.sign li:before,
ul.sign li:after {
	content: "";
	display: block;
	width: 7px;
	height: 27px;
	float: left;
	background: transparent url('/bundles/nocommentseshop/i/sign_before.gif') 0 0 no-repeat;
	}
ul.sign li:after {
	float: right;
	background-image: url('/bundles/nocommentseshop/i/sign_after.gif');
	}
ul.sign li.active:before {
	background-image: url('/bundles/nocommentseshop/i/sign_before_active.gif');
	}
ul.sign li.active:after {
	background-image: url('/bundles/nocommentseshop/i/sign_after_active.gif');
	}
ul.sign li:first-child:before,
ul.sign li:last-child:after {
	display: none;
	}

/*Headers
------------------------------------------------------*/

/* Head */

#top {
	position: relative;
	}

/*Other*/
	#logo {
		/*margin: 16px auto;
		padding: 0;*/
		margin: 0 auto;
		padding: 16px 0;
		width: 203px;
		height: 48px;
		}

	#city {
		position: absolute;
		top: 17px;
		left: 10px;
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		line-height: 12px;
		color: #4f4f4f;
		text-transform: uppercase;
		}
	#city a,
	#city a:link,
	#city a:visited,
	#city a:hover,
	#city a:active {
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		line-height: 12px;
		color: #4f4f4f;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: underline;
		}
	#city a:hover {
		text-decoration: none;
		}

	#acart {
		position: absolute;
		top: 17px;
		right: 15px;
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		line-height: 12px;
		color: #4f4f4f;
		text-transform: uppercase;
		padding-bottom: 28px;
		}
	#acart a,
	#acart a:link,
	#acart a:visited,
	#acart a:hover,
	#acart a:active {
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		line-height: 12px;
		color: #4f4f4f;
		text-transform: uppercase;
		padding-right: 4px;
		margin-right: 1px;
		border-right: solid 1px #c2c2c2;
		text-decoration: none;
		}
	#acart a:hover {
		color: #222;
		text-decoration: underline;;
		}
	#acart .count {
		background: #bbb4ad;
		font-family: "HeliosCondCBold", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
		color: #fff;
		font-size: 12px;
		line-height: 15px;
		position: relative;
		margin: 0 9px;
		display: inline-block;
		height: 15px;
		padding: 0 2px;
		}
	#acart .count:before,
	#acart .count:after {
		content: "";
		display: block;
		width: 5px;
		height: 15px;
		position: absolute;
		top: 0;
		left: -5px;
		background: #fff url('/bundles/nocommentseshop/i/cart_count_left.gif') 0 0 no-repeat;
		}
	#acart .count:after {
		left: auto;
		right: -5px;
		background-image: url('/bundles/nocommentseshop/i/cart_count_right.gif');
		}
	
	#site-search {
		margin-top: 0.5em;
		position: absolute;
		right: 5px;
		white-space: nowrap;
	}

	#site-search input {
		vertical-align: top;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#site-search input[name=query] {
		width: 15em;
		margin-right: 0.7em;
	}

	#top_cart {
		position: absolute;
		top: 18px;
		right: 0;
		border: dotted 1px #030303;
		border-top: none;
		padding: 44px 8px 36px 8px;
		background: rgba(255,255,255,.9);
		text-align: center;
		font-family: Georgia;
		color: #000;
		font-size: 11px;
		text-transform: uppercase;
		z-index: 11;
		line-height: 16px;
		width: 17em;
		}
	#top_cart:before {
		content: "Корзина";
		display: block;
		position: absolute;
		top: 8px;
		left: 8px;
		right: 8px;
		height: 23px;
		line-height: 23px;
		padding: 0 7px;
		background: #000 url('/bundles/nocommentseshop/i/top_cart_close.gif') 100% 50% no-repeat;
		font-size: 18px;
		font-family: "HeliosCondCBold", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
		color: #fff;
		text-transform: uppercase;
		text-align: left;
		}
	#top_cart:after {
		content: "добавлен в корзину";
		font-family: Georgia;
		color: #990000;
		font-size: 11px;
		text-transform: uppercase;
		height: 32px;
		line-height: 28px;
		bottom: 0;
		left: 8px;
		right: 8px;
		display: block;
		position: absolute;
		border-top: dotted 1px #a2a2a2;
		}
	#top_cart a,
	#top_cart a:link,
	#top_cart a:visited,
	#top_cart a:hover,
	#top_cart a:active {
		text-decoration: none;
		display: block;
		border: none;
		}
	#top_cart a:hover {
		text-decoration: underline;
		}
	#top_cart a > img {
		margin: 0 auto 5px auto;
		display: block;
		}
	#top_cart .gray {
		text-transform: none;
		color: #666;
		display: block;
		}
	#top_cart .cost {
		text-transform: none;
		font-family: "Times New Roman", times;
		display: block;
		}
	#top_cart .close,
	#top_cart .close:link,
	#top_cart .close:visited,
	#top_cart .close:hover,
	#top_cart .close:active {
		text-decoration: none;
		position: absolute;
		top: 8px;
		right: 8px;
		display: block;
		width: 27px;
		height: 23px;
		background: #000 url('/bundles/nocommentseshop/i/top_cart_close.gif') 100% 50% no-repeat;
		}
/*EndOfOther*/

/* Masthead */

#masthead {
	position: relative;
	}

/*Other*/
	.black_block {
		display: block;
		background: #000;
		margin: 6px 0;
		font-family: "HeliosExtCRegular", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
		color: #fff;
		font-size: 12px;
		line-height: 30px;
		text-align: center;
		text-transform: uppercase;
		}
	.black_block span {
		font-family: "HeliosExtCBold", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
		font-weight: bold;
		}
	
	.collections a,
	.collections a:link,
	.collections a:visited,
	.collections a:hover,
	.collections a:active	{
		float: left;
		width: 322px;
		height: 155px;
		margin-left: 7px;
		position: relative;
		text-decoration: none;
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		color: #000;
		text-align: center;
		text-shadow: 0 1px #fff;
		}
	.collections a:first-child {
		margin: 0;
		}
	.collections a:before {
		content: "смотреть";
		display: block;
		width: 112px;
		height: 20px;
		position: absolute;
		bottom: 20px;
		right: 22px;
		background: #fff url('/bundles/nocommentseshop/i/btn_back2.gif') 0 0 repeat-x;
		line-height: 20px;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		}
	.collections a:hover:before {
		background-position: bottom;
		}
	
	.dotted_menu {
		min-height: 21px;
		padding: 9px 0;
		position: relative;
		list-style: none;
		margin: 4px 0 8px 0;
		}
	.dotted_menu.more {
		min-height: 42px;
		}
	.dotted_menu li {
		float: left;
		height: 21px;
		}
	.dotted_menu a,
	.dotted_menu a:link,
	.dotted_menu a:visited,
	.dotted_menu a:hover,
	.dotted_menu a:active {
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
		color: #000;
		line-height: 21px;
		padding: 0 8px 0 7px;
		position: relative;
		display: block;
		}
	.dotted_menu a:after {
		content: "";
		display: block;
		width: 1px;
		height: 13px;
		background: #b4b4b4;
		position: absolute;
		right: 0;
		top: 4px;
		}
	.dotted_menu a:hover {
		text-decoration: underline;
		}
	.dotted_menu li:last-child a:after {
		display: none;
		}
	.dotted_menu li:first-child {
		background: #000; margin: 0 0 0 0;
		}
	.dotted_menu li:first-child a,
	.dotted_menu li:first-child a:link,
	.dotted_menu li:first-child a:visited,
	.dotted_menu li:first-child a:hover,
	.dotted_menu li:first-child a:active {
		font-family: "HeliosCondCBold", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
		font-size: 18px;
		color: #fff;
		padding: 0 9px 1px 5px;
		line-height: 20px;
		text-decoration: none;
		}
	.dotted_menu li:first-child a:after {
		top: 0;
		width: 6px;
		background: transparent url('/bundles/nocommentseshop/i/triangle_black.gif') 0 0 no-repeat;
		height: 21px;
		content: "";
		display: block;
		position: absolute;
		right: 0;
		margin: 0;
		}
		
.dotted_menu li.active { background-color: #EAE8CE; display: inline-block; height: 19px; line-height: 19px;  padding: 0 0px; border-bottom: 2px dotted white; border-top: 2px dotted white;}


	.dotted_menu li:first-child a:hover {
		color: #bebebd;
		}
	.dotted_menu.mod li:first-child,
	.dotted_menu.mod li:first-child a,
	.dotted_menu.mod li:first-child a:link,
	.dotted_menu.mod li:first-child a:visited,
	.dotted_menu.mod li:first-child a:hover,
	.dotted_menu.mod li:first-child a:active {
		background: none;
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		color: #666;
		padding: 0 8px 0 0;
		line-height: 21px;
		text-decoration: none;
		text-transform: uppercase;
		}
	.dotted_menu.mod li:first-child a:hover {
		text-decoration: underline;
		}
	.dotted_menu.mod li:first-child a:after {
		display: none;
		}
	.dotted_menu.mod2 a,
	.dotted_menu.mod2 a:link,
	.dotted_menu.mod2 a:visited,
	.dotted_menu.mod2 a:hover,
	.dotted_menu.mod2 a:active {
		padding: 0;
		text-decoration: none;
		}
	.dotted_menu.mod2 a:hover {
		color: #999;
		}
	.dotted_menu.mod2 a:after {
		content: "•";
		display: inline;
		width: auto;
		height: auto;
		background: none;
		position: static;
		margin: 0 5px;
		}
	.dotted_menu.mod2 li:first-child {
		margin-right: 8px;
		}
	.dotted_menu.mod3 li:first-child,
	.dotted_menu.mod3 li:first-child a,
	.dotted_menu.mod3 li:first-child a:link,
	.dotted_menu.mod3 li:first-child a:visited,
	.dotted_menu.mod3 li:first-child a:hover,
	.dotted_menu.mod3 li:first-child a:active {
		background: none;
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		color: #666;
		padding: 0 8px 0 0;
		line-height: 21px;
		text-decoration: none;
		text-transform: uppercase;
		}
	.dotted_menu.mod3 li:first-child a:hover {
		text-decoration: underline;
		}
	.dotted_menu.mod3 a:after {
		display: none;
		}
	.dotted_menu.mod3 a,
	.dotted_menu.mod3 a:link,
	.dotted_menu.mod3 a:visited,
	.dotted_menu.mod3 a:hover,
	.dotted_menu.mod3 a:active {
		padding: 0 3px;
		}
	.dotted_menu.mod3 a.separator {
		margin-left: 65px;
		}
	
	#masthead h3, 	#masthead h1 {
		font-size: 24px;
		text-align: center;
		margin: 25px 5px 0 5px;
		padding: 0;
		font-weight: normal;
		}
	#masthead hgroup h3 {
		margin-top: 0;
		}
	#masthead hgroup h3:first-child {
		margin-top: 25px;
		font-size: 16px;
		}
	
	.breadcrumbs {
		text-align: center;
		margin: 0 0 19px 0;
		}
	.cat_item .breadcrumbs {
		margin: 11px 0 9px 0;
		text-align: left;
		}
	.breadcrumbs a,
	.breadcrumbs a:link,
	.breadcrumbs a:visited,
	.breadcrumbs a:hover,
	.breadcrumbs a:active,
	.breadcrumbs span{
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		color: #666;
		font-style: italic;
		text-decoration: none;
		}
	.breadcrumbs span{
		text-transform: none;
		}
	.breadcrumbs a:first-child {
		text-transform: none;
		}
	.cat_item .breadcrumbs a,
	.cat_item .breadcrumbs a:link,
	.cat_item .breadcrumbs a:visited,
	.cat_item .breadcrumbs a:hover,
	.cat_item .breadcrumbs a:active {
		text-transform: uppercase;
		font-style: normal;
		}
		
	.cat_item .pgnt .current img {
		opacity: 0.5;
	}
	
	.breadcrumbs a:hover {
		color: #999;
		}
	.breadcrumbs a:after {
		content: " » ";
		}

	.nav_top {
		list-style: none;
		min-height: 21px;
		padding: 9px 0;
		width: 100%;
		position: relative;
		margin: 4px 0 8px 0;
		text-align: center;
		}
	.nav_top li {
		float: right;
		height: 21px;
		}
	.nav_top li.mid {
		position: absolute;
		top: 9px;
		left: 50%;
		}
	.nav_top li:first-child {
		float: left;
		}
	.nav_top a,
	.nav_top a:link,
	.nav_top a:visited,
	.nav_top a:hover,
	.nav_top a:active {
		font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
		font-size: 11px;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		height: 21px;
		line-height: 21px;
		}
	.nav_top a:hover {
		color: #999;
		}
	.nav_top a:after {
		content: " » ";
		}
	.nav_top li:first-child a:after {
		content: "";
		}
	.nav_top li:first-child a:before {
		content: " « ";
		}
	.nav_top li.mid a {
		position: relative;
		right: 50%;
		}
	/* Да, ничего умнее мне в голову не пришло. */
	
/*EndOfOther*/


/*Menus
------------------------------------------------------*/

/* Mainmenu */

#mainmenu {	
	width: 100%;
	min-height: 30px;
	background: #000;
	display: table;
	}

#mainmenu > ul {
	margin: 0;
	padding: 0 12px;
	list-style: none;
	display: table-row;
	}
#mainmenu > ul > li {
	height: 30px;
	display: table-cell;
	padding: 0 12px;
	position: relative;
	}
#mainmenu > ul > li:first-child {
	padding-left: 24px;
	}
#mainmenu > ul > li:last-child {
	padding-right: 24px;
	}

#mainmenu > ul > li > a,
#mainmenu > ul > li > a:link,
#mainmenu > ul > li > a:visited,
#mainmenu > ul > li > a:hover,
#mainmenu > ul > li > a:active {
	font-family: "HeliosCondCBold", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 30px;
	text-decoration: none;
	}
#mainmenu > ul > li > a:hover,
#mainmenu > ul > li.active > a {
	color: #bebebd;
	}
#mainmenu > ul > li.parent > a {
	padding-right: 5px;
	background: transparent url('/bundles/nocommentseshop/i/triangle.png') 100% 50% no-repeat;
	}

#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu ul .submenu {
	display: none;
	position: absolute;
	background: #f8eeea;
	background: rgba(248,248,248,.9);
	border: dotted 1px #010101;
	border-top: none 0;
	padding: 8px 8px 10px 9px;
	z-index: 10;
	margin-left: -9px;
	min-width: 180px;
}

#mainmenu ul li:hover > .submenu {
	display: block;
}

#mainmenu ul li > ul {
	display: none;
}

#mainmenu ul li > ul {
	display: none;
	position: absolute;
	background: #f8eeea;
	background: rgba(248,248,248,.9);
	border: dotted 1px #010101;
	border-top: none 0;
	padding: 8px 8px 10px 9px;
	z-index: 10;
	margin-left: -9px;
	min-width: 180px;
	}
#mainmenu ul li:hover ul {
	display: block;
	}
#mainmenu ul ul li {
	margin: 3px 0;
	padding: 0 6px;
	display: block;
	line-height: 13px;
	}
#mainmenu li.first {
	margin: 0 0 6px 0;
	background: #000;
	line-height: 22px;
	}
#mainmenu li.last {
	margin-top: 8px;
	padding-top: 6px;
	border-top: dotted 1px #949495;
	}


#mainmenu ul ul li a,
#mainmenu ul ul li a:link,
#mainmenu ul ul li a:visited,
#mainmenu ul ul li a:hover,
#mainmenu ul ul li a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	}
#mainmenu ul ul li > a:hover {
	text-decoration: underline;
	}
#mainmenu ul ul li.first > a,
#mainmenu ul ul li.first > a:link,
#mainmenu ul ul li.first > a:visited,
#mainmenu ul ul li.first > a:hover,
#mainmenu ul ul li.first > a:active {
	font-family: "HeliosCondCBold", "Arial Narrow", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	}
#mainmenu ul ul li.first > a:hover {
	color: #bebebd;
	text-decoration: none;
	}
#mainmenu ul ul li.last > a,
#mainmenu ul ul li.last > a:link,
#mainmenu ul ul li.last > a:visited,
#mainmenu ul ul li.last > a:hover,
#mainmenu ul ul li.last > a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #990000;
	text-decoration: none;
	}
#mainmenu ul ul li.last > a:hover {
	text-decoration: underline;;
	}
#mainmenu ul ul li.last > a:after {
	content: "»";
	}

/* Leftmenu */



/*Sections/Content
------------------------------------------------------*/

/* Sections */

#lr-wrap {
	position: relative;
	}
.create_acc #lr-wrap,
.sign_ship #lr-wrap {
	background: #f5f5f5;
	padding: 22px 22px 0 22px;
	margin-top: 7px;
	}

#main {
	width: 100%;
	/*height: 1%;*/
	position: relative;
	}
.hasleft #main {
	width: 755px;
	float: right;
	}
.hasright #main {
	float: left;
	width: 656px;
	}

#left {
	width: 208px;
	margin-right: 17px;
	/*height: 1%;*/
	position: relative;
	float: left;
	}
.catalog #lr-wrap #left {
	background: #ebebeb;
	padding-top: 14px;
	margin-top: 9px;
	}

.catalog #lr-wrap aside {
	margin-top: 7px;
	padding: 4px 14px 3px 14px;
	width: 180px;
}

#right {
	width: 304px;
	margin: 0 0 0 20px;
	float: right;
	}

/* Content */

#main ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	}
#main ul li {
	display: block;
	margin: 3px 0;
	padding: 0 0 0 20px;
	/*background: transparent url('/bundles/nocommentseshop/i/bullet-01.gif') 8px 50% no-repeat;*/
	}
#main ol {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	counter-reset: list 0;
	}
#main ol li {
	margin: 3px 0;
	padding: 0;
	counter-increment: list;
	position: relative;
	}
#main ol li:before {
	content: counter(list)".";
	display: block;
	width: 20px;
	float: left;
	margin-left: 2px;
	}

/*--*/

.main .blog > div {
	width: 655px;
	float: right;
	}
.main .blog .head {
	background: transparent url('/bundles/nocommentseshop/i/main_blog.jpg') 50% 0 no-repeat;
	height: 15px;
	padding: 20px 0 13px 0;
	}
.main .blog .head a,
.main .blog .head a:link,
.main .blog .head a:visited,
.main .blog .head a:hover,
.main .blog .head a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	}
.main .blog .head a:first-child {
	float: none;
	}
.main .blog .head a:hover {
	color: #aaa;
	}
.main .blog .item {
	float: left;
	margin: 0 0 0 7px;
	padding: 8px 0 5px 0;
	border-bottom: dotted 1px #ccc;
	width: 320px;
	}
.main .blog .item:nth-child(odd) {
	margin: 0 8px 0 0;
	}
.main .blog .item a,
.main .blog .item a:link,
.main .blog .item a:visited,
.main .blog .item a:hover,
.main .blog .item a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #999;
	font-style: italic;
	text-decoration: none;
	}
.main .blog .item a:hover {
	color: #000;
	}
.main .blog .item a:after {
	content: " »";
	}
.main .blog .item a:first-child,
.main .blog .item a:first-child:link,
.main .blog .item a:first-child:visited,
.main .blog .item a:first-child:hover,
.main .blog .item a:first-child:active {
	text-transform: uppercase;
	font-style: normal;
	color: #000;
	display: block;
	min-height: 2.5em;
	}
.main .blog .item a:first-child:hover {
	text-decoration: underline;
	}
.main .blog .item a:first-child:after {
	content: "";
	}

/*--*/
.blog_inner .item header {
	margin-bottom: 10px;
	}
.blog_inner .item h4 {
	margin: 10px 5px 10px 5px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	}
.blog_inner .item .tags_in {
	margin: 0 95px 10px 95px;
	}
.blog_inner .item .footer {
	margin: 7px 20px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	}
.blog_inner .item .footer time {
	float: right;
	}
.blog_inner .item .comments {
	padding: 7px 0;
	}
.blog_inner .item .comment {
	padding: 30px 140px 45px 75px;
	color: #666;
	position: relative;
	}
.blog_inner .item .comment:nth-child(even) {
	background: #f7f7f7;
	}
.blog_inner .item .comment span {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	position: absolute;
	bottom: 25px;
	right: 20px;
	}
.blog_inner .item form {
	padding: 5px 10px 10px 10px;
	}
.blog_inner .item form div {
	float: left;
	}
.blog_inner .item label {
	display: block;
	margin: 5px 0 4px 0;
	}
.blog_inner .item textarea {
	width: 365px;
	min-width: 130px;
	max-width: 365px;
	min-height: 174px;
	margin-right: 14px;
	}
.blog_inner .item input {
	width: 236px;
	height: 17px;
	}
.blog_inner .item .captcha,
.blog_inner #keystring {
	width: 129px;
	}
.blog_inner #captcha {
	width: 90px;
	height: 50px;
	float: right;
	background: #ccc;
	margin: -11px 0 18px 16px;
	}
.blog_inner .item form input[type="submit"] {
	font-size: 12px;
	height: 27px;
	width: 246px;
	}

#add_comment_form {
	float: none;
}

#similar-posts h4 {
	font-family: "HeliosCondCBold", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	font-size: 18px;
	padding: 22px 0 14px 0;
	}
#similar-posts ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#similar-posts li {
	padding: 7px 0;
	border-bottom: dotted 1px #ccc;
	margin-top: 3px;
	}

#similar-posts span,
#similar-posts li a,
#similar-posts li a:link,
#similar-posts li a:visited,
#similar-posts li a:hover,
#similar-posts li a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #999;
	font-style: italic;
	}
#similar-posts li a:hover {
	color: #000;
	}
#similar-posts span.with-arrow:after,
#similar-posts li a:after {
	content: " »";
	}
#similar-posts li a:first-child,
#similar-posts li a:first-child:link,
#similar-posts li a:first-child:visited,
#similar-posts li a:first-child:hover,
#similar-posts li a:first-child:active {
	text-transform: uppercase;
	font-style: normal;
	color: #000;
	display: block;
	}
#similar-posts li a:first-child:hover {
	text-decoration: underline;
	}
#similar-posts li a:first-child:after,
#similar-posts li a:last-child:after {
	content: "";
	}

/*--*/
.blog_search #main header h4,
.blog_list #main header h1 {
	font-size: 18px;
	font-style: normal;
	padding-bottom: 0;
	}
.blog_search #main header h4:before,
.blog_search #main header h4:after,
.blog_list #main header h1:before,
.blog_list #main header h1:after {
	content: "•";
	margin: 0 6px;
	}
.blog_search #main header,
.blog_list #main header {
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
	padding: 0 0 22px 0;
	}
.blog_search #main .item {
	padding: 10px 0 24px 0;
	text-align: center;
	}
.blog_search .item h5 {
	font-size: 16px;
	}
.blog_search .item p {
	margin-top: 0;
	}

/*--*/
.blog_list #main .item {
	padding: 10px 0 3px 0;
	text-align: center;
	}
.blog_list .item h5 {
	font-size: 16px;
	padding: 10px 80px;
	}
.blog_list .item p {
	margin-top: 0;
	}
.blog_list .item .button {
	clear: both;
	margin: 1px;
	}
.blog_list .item .footer {
	margin: 1px 20px 7px 20px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	text-align: left;
	}
.blog_list .item .footer time {
	float: right;
	}

/*--*/
.journal .item {
	display: inline-block;
	width: 322px;
	min-height: 220px;
	margin: 0 0 18px 2px;
	text-align: center;
	vertical-align: top;
	}
.journal .item:nth-child(even),
.journal .item:nth-child(odd) {
	margin-left: 3px;
	}
.journal .item:nth-child(3n+1) {
	margin-left: 0;
	}
.journal .item h5 {
	font-size: 16px;
	margin: 5px 0;
	}
.journal .item p {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin: 0 5px 9px 5px;
	}
.journal .item a,
.journal .item a:link,
.journal .item a:visited,
.journal .item a:hover,
.journal .item a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	}
.journal .item a:hover {
	color: #999;
	}
.journal .item a:after {
	content: " »";
	}

/*--*/
.journal_inner #main > article {
	width: 465px;
	margin: 0 auto;
	}
.journal_inner #main > article h4 {
	text-align: center;
	}
.journal_inner #main .tags_in {
	margin-bottom: 24px;
	}

/*--*/
.brand {
	padding-top: 10px;
	}
.brand > * {
	float: right;
	margin-left: 31px;
	width: 300px;
	}
.brand > img {
	margin-left: 0;
	}
.brand section {
	width: 318px;
	text-align: center;
	}
.brand section:first-child {
	width: 266px;
	background: #f9f9f6;
	padding: 0 17px;
	}
.brand h4 {
	font-size: 14px;
	padding: 7px 0 13px 0;
	margin-bottom: 0;
	}
.brand section:first-child h4 {
	padding-bottom: 15px;
	}
.brand h4 span {
	display: block;
	font-size: 11px;
	text-transform: lowercase;
	font-style: italic;
	color: #666;
	}
.brand p {
	color: #666;
	margin: 13px 0;
	}
.brand section:first-child li a,
.brand section:first-child li a:link,
.brand section:first-child li a:visited,
.brand section:first-child li a:hover,
.brand section:first-child li a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #777560;
	text-transform: uppercase;
	text-decoration: none
	}
.brand section:first-child li a:hover {
	text-decoration: underline;
	}
.brand section:first-child ul {
	margin: 8px 0 !important;
	}
.brand section:first-child li {
	background: none !important;
	}
.brand section:first-child li {
	margin: 4px 0 !important;
	padding: 0 !important;
	}
.brand .button {
	position: relative;
	top: 15px;
	}
.brand .site {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #686659;
	text-transform: uppercase;
	padding: 15px 0;
	}
.brand .site a,
.brand .site a:link,
.brand .site a:visited,
.brand .site a:hover,
.brand .site a:active {
	font-style: italic;
	text-transform: lowercase;
	color: #666;
	display: block;
	}
.brand_inner .more_items h5 {
	font-size: 18px;
	text-align: center;
	padding: 8px 18px;
	margin: 9px 0;
	}

/*--*/
.create_acc #main form {
	width: 443px;
	float: left;
	}
.create_acc form > div {
/*	height: 26px;
	line-height: 26px;*/
	padding: 8px 0;
	border-bottom: dotted 1px #ababab;
	}
.create_acc form > div > * {
	float: left;
	}
.create_acc form label {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	line-height: 26px;
	font-style: normal;
	padding: 0;
	width: 180px;
	}
.create_acc form label span {
	color: #666;
	}
.create_acc form input[type="text"],
.create_acc form input[type="email"],
.create_acc form input[type="password"] {
	width: 250px;
	margin: 0 0 0 3px;
	}
.create_acc form .black {
	float: right;
	position: relative;
	top: -37px;
	padding: 4px 8px;
	}

.create_acc form .subscribe-field {
	float: none;
}

.create_acc form label.subscribe-field {
	color: #999;
	font: 400 normal 11px Tahoma,Arial,Verdana,"Times New Roman","Microsoft Sans Serif",sans-serif;
	text-transform: none;
}

.create_acc form .subscribe-field:after {
	content: ""
}

.create_acc form p {
	color: #999;
	}
.create_acc .info {
	float: left;
	margin-left: 75px;
	}
.create_acc h5 {
	font-size: 16px;
	padding: 6px 0;
	}
.create_acc #main .info li:last-child {
	background: none;
	margin-top: 20px;
	}

/*--*/
.login #main > article {
	float: left;
	width: 443px;
	padding: 20px;
	background: #f5f5f5;
	margin-top: 7px;
	min-height: 405px;
	}
.login #main article:first-child {
	margin-right: 13px;
	position: relative;
	}
.login #main article:first-child:after {
	content: "";
	position: absolute;
	float: right;
	top: 0;
	right: -13px;
	display: block;
	height: 100%;
	width: 6px;
	border-right: dotted 1px #000;
	margin-right: 6px;
	}
.login article h5 {
	font-size: 16px;
	margin-top: 0;
	padding: 0 0 10px 0;
	}
.login article h5 span {
	font-style: italic;
	font-size: 12px;
	color: #666;
	text-transform: none;
	display: block;
	}
.login article p {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 15px 10px;
	}
.login article form {
	width: 403px;
	padding: 0 10px;
	}
.login article form div {
	margin: 7px 0;
	}
.login article form label {
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	color: #000;
	display: block;
	padding: 0;
	float: left;
	line-height: 20px;
	}
.login article form div input {
	padding: 2px;
	width: 292px;
	}
.login form .forgot {
	text-transform: lowercase;
	color: #666;
	font-style: italic;
	margin-left: 100px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	}
.login form .black {
	float: right;
	display: block;
	width: 152px;
	margin: 50px 5px 0 0;
	}

#not-registered input {
	margin-top: 46px;
}

/*--*/
.sign_cart #main > article {
	float: left;
	width: 443px;
	padding: 20px;
	background: #f5f5f5;
	margin-top: 7px;
	min-height: 405px;
	}
.sign_cart #main article:first-child {
	margin-right: 13px;
	position: relative;
	}
.sign_cart #main article:first-child:after {
	content: "";
	position: absolute;
	float: right;
	top: 0;
	right: -13px;
	display: block;
	height: 100%;
	width: 6px;
	border-right: dotted 1px #000;
	margin-right: 6px;
	}
.sign_cart article h5 {
	font-size: 16px;
	margin-top: 0;
	padding: 0 0 10px 0;
	}
.sign_cart article h5 span {
	font-style: italic;
	font-size: 12px;
	color: #666;
	text-transform: none;
	display: block;
	}
.sign_cart article p {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 15px 10px;
	}
.sign_cart article form {
	width: 403px;
	padding: 0 10px;
	height: 131px;
	position: relative;
	}
.sign_cart article form div {
	margin: 7px 0;
	}
.sign_cart article form label {
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	color: #000;
	display: block;
	padding: 0;
	float: left;
	line-height: 20px;
	}
.sign_cart article form div input {
	padding: 2px;
	width: 292px;
	}
.sign_cart form .forgot {
	text-transform: lowercase;
	color: #666;
	font-style: italic;
	margin-left: 100px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	}
.sign_cart form .black {
	/*float: right;*/
	display: block;
	width: 152px;
	/*margin: 50px 5px 0 0;*/
	position: absolute;
	bottom: 0;
	right: 15px;
	}
.sign_cart .udm {
	margin-bottom: 21px !important;
	}

/*--*/
.catalog .sort,
.catalog .goods-view-selector {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #666;
	text-transform: uppercase;
	padding: 6px 0 9px 0;
	float: left;
	}

.catalog .sort {
	width: 200px;
}	

.catalog .goods-view-selector .selected,
.catalog .sort .selected {
	color: #838383;
}

.catalog .goods-view-selector .selected:hover,
.catalog .sort .selected:hover {
	text-decoration: none;
	color: #838383;
}

.catalog .goods-view-selector a,
.catalog .goods-view-selector a:link,
.catalog .goods-view-selector a:visited,
.catalog .goods-view-selector a:hover,
.catalog .goods-view-selector a:active,
.catalog .sort a,
.catalog .sort a:link,
.catalog .sort a:visited,
.catalog .sort a:hover,
.catalog .sort a:active {
	color: #000;
	text-decoration: none;
	padding: 0 4px;
	border-left: solid 1px #b4b4b4;
	}
	
.catalog .goods-view-selector a:hover,
.catalog .sort a:hover {
	text-decoration: underline;
	}

.catalog .goods-view-selector a:first-child,
.catalog .sort a:first-child {
	border: none 0;
	}
.catalog .nav {
	float: right;
	padding: 6px 0 9px 0;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	}
.catalog .nav.bottom {
	padding: 9px 0 0 0;
	}
.catalog .nav > * {
	float: left;
	border-left: solid 1px #b4b4b4;
	padding: 0 4px;
	text-transform: uppercase;
	}
.catalog .nav > *:first-child {
	border: none 0;
	}
.catalog .nav a,
.catalog .nav a:link,
.catalog .nav a:visited,
.catalog .nav a:hover,
.catalog .nav a:active {
	text-decoration: none;
	color: #000;
	}
.catalog .nav a:hover {
	text-decoration: underline;
	}
.catalog .nav .pages {
	color: #666;
	}
.catalog .nav a.up {
	padding-right: 12px;
	background: transparent url('/bundles/nocommentseshop/i/arrow_up.gif') 100% 50% no-repeat;
	}

.catalog #main {
	min-height: 20em;
}
	
.catalog #main .item {
	display: inline-block;
	vertical-align: top;
	width: 238px;
	margin: 10px 6px 15px 6px;
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	}
.catalog #main .item:nth-child(even),
.catalog #main .item:nth-child(odd) {
	margin: 10px 0 15px 17px;
	}
.catalog #main .item:nth-child(3n+1) {
	margin-left: 0;
	}
.catalog #main .item a > img {
	background: #f2f2f2;
	}
.catalog .item a,
.catalog .item a:link,
.catalog .item a:visited,
.catalog .item a:hover,
.catalog .item a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	}
.catalog .item a:hover {
	text-decoration: underline;
	}
.catalog .item span,
.catalog .item .cost {
	display: block;
	}
.catalog .item .cost {
	font-family: "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	}
.catalog .item .type {
	color: #666;
	}
.catalog .item .type span {
	border-right: solid 1px #8f8f8f;
	display: inline;
	line-height: 11px;
	padding-right: 2px;
	margin-right: 2px;
	}
.catalog #left h5 {
	margin: 0 0 11px 0;
	padding: 0 0 12px 0;
	background: transparent url('/bundles/nocommentseshop/i/border_left_catalog.gif') 0 100% repeat-x;
	color: #666;
	font-size: 11px;
	line-height: 11px;
	}
.catalog #left a,
.catalog #left a:link,
.catalog #left a:visited,
.catalog #left a:hover,
.catalog #left a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	}
.catalog #left a:hover {
	text-decoration: underline;
	}
.catalog #left ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	}
.catalog #left ul ul {
	margin: 5px 0;
	}
.catalog #left .list li {
	padding-left: 10px;
	margin: 2px 0;
	}
.catalog #left .list li.haschilds {
	background: transparent url('/bundles/nocommentseshop/i/arrow_down.gif') 0 4px no-repeat;
	}
.catalog #left .list li {
	padding-left: 10px;
	margin: 2px 0;
	background: transparent url('/bundles/nocommentseshop/i/arrow_right.gif') 0 4px no-repeat;
	}
.catalog #left ul.list ul li {
	background: transparent url('/bundles/nocommentseshop/i/bullet-02.gif') 0 50% no-repeat;
	}
.catalog #left #catalog-categories a.current,
.catalog #left li.selected a {
	color: #838383;
}

.catalog #left #catalog-filter h5 {
	margin-bottom: 0.3em;
}

#lr-wrap #filter_selected {
	width: 160px;
}

#filter_selected {
	float: left;
	margin-left: 9px;
	margin-right: 7px;
	border: 1px solid #999;
}

#filter_selected,
#filter_selected h1 {
    font-size: 11px;
}

#filter_selected a {
	float: right;
	line-height: 1;
	/*text-decoration: none;*/
}

#filter_selected header > h1 {
	float: left;
}

#filter_selected header > a {
	color: #666;
	text-transform: none;
}

#filter_selected section {
	margin-top: 11px;
}

#filter_selected header {
	background: url("/bundles/nocommentseshop/i/border_left_catalog.gif") repeat-x scroll 0 100% transparent;
}

#filter_selected h1 {
    color: #666666;
    line-height: 11px;
    margin: 0 0 11px;
    padding: 0 0 0;
	font-family: Georgia,"Times New Roman",times,Tahoma,Verdana,Arial,"Microsoft Sans Serif",sans-serif;
}

#filter_selected ul {
	margin-left: 1em;
	list-style: none;
	padding: 0;
}

#filter_selected li + li {
	margin-top: 1em;
}

.catalog #left #catalog-filter ul {
	margin-top: 0;
}

#catalog-filter li {
	margin-top: 0.3em;
}

.catalog #left #catalog-filter li > a {
    background: url("/bundles/nocommentseshop/images/common/checkbox_off.png") no-repeat scroll 0 2px transparent;
    display: block;
    padding: 0 0 0 15px;
    text-decoration: none;
    text-transform: none;
}

.catalog #left #catalog-filter li.selected > a {
	background: url("/bundles/nocommentseshop/images/common/checkbox_on.png") no-repeat scroll 0 2px transparent;
}

#catalog-filter .two-columns > li {
	float: left;
	width: 50%;
	white-space: nowrap;
}

#catalog-filter .three-columns > li {
	float: left;
	width: 33%;	
	white-space: nowrap;
}

/*--*/
#item {
	padding: 0 25px 0 555px;
	margin-top: 7px;
	position: relative;
	min-height: 800px;
	}
#item > * {
	width: 400px;
	float: right;
	}
#item .slides_container {
	width: 521px;
	position: absolute !important;
	top: 0;
	left: 0;
	}
#item h1 {
	font-family: "HeliosCondCBold", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	font-size: 22px;
	margin: 5px 0;
	}
#item > p {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	margin: 0;
	color: #666;
	}
#item > p span {
	color: #000;
	}
#item p .cost {
	display: block;
	font-family: "HeliosCondCBold", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	padding: 4px 0;
	}
#item .props {
	margin-bottom: 4px;
	}
#item .props li {
	padding: 8px 0;
	background: transparent url('/bundles/nocommentseshop/i/plus.gif') 382px 7px no-repeat;
	border-bottom: dotted 1px #bbb;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	}
#item .props li.opened {
	background-image: url('/bundles/nocommentseshop/i/minus.gif');
	}
#item .props li:first-child {
	border-top: dotted 1px #bbb;
	}
#item .props li div {
	font-family: Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif, "Times New Roman", times;
	color: #999;
	text-transform : none;
	display: none;
	margin: 12px 0 1px 0;
	}
#item .pgnt {
	margin: 0 0 4px 0;
	}
#item .pgnt li {
	float: left;
	width: 75px;
	margin-left: 6px;
	padding: 0;
	background: none;
	}
#item .pgnt li:first-child {
	margin: 0;
	}
#item .table,
#item .table:link,
#item .table:visited,
#item .table:hover,
#item .table:active {
	float: right;
	padding-right: 22px;
	margin-right: 5px;
	background: transparent url('/bundles/nocommentseshop/i/veshalka.gif') 100% 0 no-repeat;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-style: italic;
	color: #666;
	width: auto;
	}
#item .item-quantity {
	float: right;
}

#item .item-property {
	float: left;
}

#item #form {
	float: none;
}

#item form > * {
	float: left;
	margin: 6px 0;
	}
#item form .selector span {
	width: 109px;
	height: 24px;
	}
#item form .selector {
	width: 140px;
	height: 22px;
	padding-bottom: 2px;
	margin: 6px 0 6px -2px;
	}
#item form select {
	min-width: 140px;
	margin-left: 2px;
	}
#item form .hmi {
	position: relative;
	width: 53px;
	margin: 6px 23px 6px 28px;
	}
#item form .black {
	width: 142px;
	margin-right: 6px;
	}
#item form .cart {
	width: 96px;
	margin-right: 6px;
	}
#item form .rec {
	width: 146px;
	}
#item form p {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: 12px;
	font-style: italic;
	color: #666;
	margin: 4px 0;
	}
#item form p a,
#item form p a:link,
#item form p a:visited,
#item form p a:hover,
#item form p a:active {
	color: #000;
	}
#item .hint {
	position: absolute;
	width: 521px;
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
	bottom: 3px;
	left: 0;
	text-transform: none;
	color: #999;
	}

/*--*/
.sign_ship #main form {
	width: 443px;
	float: left;
	}
.sign_ship form > div {
	height: 26px;
	line-height: 26px;
	padding: 8px 0;
	border-bottom: dotted 1px #ababab;
	}
.sign_ship form > div > * {
	float: left;
	}
.sign_ship form label  {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	line-height: 26px;
	font-style: normal;
	padding: 0;
	width: 180px;
	}
.sign_ship form label span {
	color: #666;
	}
.sign_ship form input[type="text"],
.sign_ship form input[type="email"],
.sign_ship form input[type="password"] {
	width: 250px;
	margin: 0 0 0 3px;
	}
.sign_ship form .black {
	float: right;
	position: relative;
	top: -20px;
	padding: 4px 20px;
	left: 493px;
	margin-top: 2em;
	}
.sign_ship form p {
	color: #999;
	}
.sign_ship .info {
	float: left;
	margin-left: 75px;
	}
.sign_ship h5 {
	font-size: 16px;
	padding: 0 10px 15px 10px;
	margin-top: -8px;
	}
.sign_ship h5 span {
	text-transform: none;
	font-size: 12px;
	font-style: italic;
	color: #666;
	display: block;
	margin-top: 2px;
	}
.sign_ship #main .info {
	width: 418px;
	}
.sign_ship #main .info li:last-child {
	background: none;
	margin-top: 20px;
	}
.sign_ship #main form ul {
	padding-left: 185px;
	margin: 0;
	}
.sign_ship #main form ul li {
	background: none;
	padding: 0;
	margin: 9px 0;
	}
.sign_ship #main form ul li:first-child {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	margin-bottom: 11px;
	}
.sign_ship #main form ul li:last-child {
	margin-bottom: 0;
	}

/*--*/
.sign_ship2 h4 {
	font-size: 16px;
	padding: 13px 0 12px 16px;
	margin: 0;
	}
.sign_ship2 .address h4 {
	background: #fff;
	}
.sign_ship2 h4.trp {
	padding-left: 0;
	}
.sign_ship2 form h4 > input {
	float: right;
	font-size: 12px;
	padding: 4px 16px;
	position: relative;
	top: -4px;
	}
.sign_ship2 #main form > div {
	padding: 0 0 8px 0;
	}
.sign_ship2 #main form > div > div {
	background: #f5f5f5;
	}
.sign_ship2 #main form > div > div > div {
	float: left;
	width: 490px;
	}

#packs img {
	float: left;
	margin-top: 0.2em;
	padding: 0 17px;
}

#packs figure {
	float: left;
	width: 490px;
	margin: 0;
	padding: 22px 0 30px;
}

#packs figcaption {
	width: 270px;
	margin-left: 220px;
}

#packs figcaption p {
	width: 200px;
}

.sign_ship2 #main .card  > div > div {
	width: 440px;
	}
.sign_ship2 #main .card > div > div:first-child {
	width: 540px;
	}
.sign_ship2 #main .address ul {
	margin-top: 15px;
	}
.sign_ship2 #main .address li {
	padding-left: 18px;
	background: none;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color: #000;
	}
.sign_ship2 #main .address a,
.sign_ship2 #main .address a:link,
.sign_ship2 #main .address a:visited,
.sign_ship2 #main .address a:hover,
.sign_ship2 #main .address a:active {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	margin-top: 14px;
	float: left;
	}
.sign_ship2 #main .address a.trp,
.sign_ship2 #main .address a.trp:link,
.sign_ship2 #main .address a.trp:visited,
.sign_ship2 #main .address a.trp:hover,
.sign_ship2 #main .address a.trp:active {
	margin: 0 0 0 18px;
	float: none;
	}
.sign_ship2 p.info {
	margin: 11px 0 15px 18px;
	padding: 6px 0 6px 60px;
	background: transparent url('/bundles/nocommentseshop/i/warn.png') 0 0 no-repeat;
	color: #999;
	font-style: italic;
	font-size: 12px;
	}
.sign_ship2 .address p {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	}
.sign_ship2 .box h5 {
	font-size: 12px;
	color: #000;
	padding: 6px 0;
	}
.sign_ship2 .box h5 span {
	display: block;
	font-size: 11px;
	color: #666;
	font-style: italic;
	text-transform: none;
	margin-top: 3px;
	}
.sign_ship2 .box p {
	margin: 5px 0 11px 0;
	}
.sign_ship2 .box .radio {
	margin-left: -2px;
	}
.sign_ship2 .box h4 a,
.sign_ship2 .box h4 a:link,
.sign_ship2 .box h4 a:visited,
.sign_ship2 .box h4 a:hover,
.sign_ship2 .box h4 a:active {
	float: right;
	text-transform: lowercase;
	color: #666;
	font-size: 14px;
	font-style: italic;
	margin-right: 9px;
	}
.sign_ship2 .card h5 {
	padding: 16px 2px 6px 18px;
	}
.sign_ship2 #main .card li,
.sign_ship2 #main .card ul + .last {
	background: none;
	padding-left: 18px;
	}
.sign_ship2 #main .card .radio {
	margin-left: 14px;
	}
.sign_ship2 .card .selector {
	width: 140px;
	height: 22px;
	margin: 5px 0 6px -2px;
	padding-bottom: 2px;
	}
.sign_ship2 .card select {
	width: 140px;
	min-width: 140px;
	}
.sign_ship2 .card .selector span {
	width: 109px;
	height: 24px;
	}
.sign_ship2 .card > div {
	position: relative;
	}
.sign_ship2 .card .last > * {
	float: left;
	}
.sign_ship2 .card .last label {
	text-transform: uppercase;
	color: #000;
	height: 24px;
	line-height: 24px;
	margin: 6px 0;
	font-style: normal;
	font-size: 12px;
	padding: 0 15px 0 0;
	}
.sign_ship2 .card .last label.trp {
	padding-left: 27px;
	}
.sign_ship2 .card .last input {
	margin: 6px 0;
	width: 150px;
	}
.sign_ship2 .card .last textarea {
	float: right;
	width: 297px;
	max-width: 296px;
	margin: 6px 1px 30px 0;
	height: 70px;
	}
.sign_ship2 .card .last p {
	margin-top: 7px;
	font-style: italic;
	color: #666;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	}
.sign_ship2 .card img {
	float: right;
	margin: 20px 22px 0 0;
	}
.sign_ship2 .card .black {
	padding: 4px 16px;
	position: absolute;
	bottom: 30px;
	right: 22px;
	font-size: 12px;
	}

/*--*/
.sign_bill #main h4 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 12px;
	}
.sign_bill table {
	width: 100%;
	}
.sign_bill thead tr {
	height: 34px;
	background: transparent url('/bundles/nocommentseshop/i/border_dotted.gif') 0 100% repeat-x;
	}
.sign_bill th {
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	color: #000;
	padding: 0 12px;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
	}
.sign_bill th:first-child,
.sign_bill th:nth-child(2) {
	text-align: left;
	}
.sign_bill tbody td {
	padding: 6px 0 3px 0;
	border-top: dotted 1px #ccc;
	vertical-align: top;
	position: relative;
	text-align: center;
	font-family: "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 13px;
	}
.sign_bill tbody tr:first-child td {
	border: none 0;
	}
.sign_bill tbody td:first-child,
.sign_bill tbody td:nth-child(2) {
	text-align: left;
	}
.sign_bill tbody td:nth-child(2),
.sign_bill tbody td:nth-child(3),
.sign_bill tbody td:nth-child(4) {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	}
.sign_bill tbody td > div {
	padding: 12px;
	background: #f2f2f2;
	height: 117px; /*Пожалуй стоит найти более элегантное решение*/
	min-height: 100%;
	display: block;
	position: relative;
	bottom: 0;
	}
.sign_bill .nc {
	display: block;
	text-transform: none;
	font-style: italic;
	color: #666;
	margin-top: 2px;
	}
.sign_bill .tb {
	display: block;
	font-family: Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif, "Times New Roman", times;
	color: #666;
	text-transform: none;
	margin-top: 4px;
	}
.sign_bill .tb > span {
	padding-right: 3px;
	margin-right: 3px;
	border-right: solid 1px #666;
	}
.sign_bill .itog .sum {
	margin-bottom: 7px;
	}
.sign_bill .itog {
	font-family: "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	padding-right: 30px;
	padding-left: 780px;
	}
.sign_bill .itog span {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	float: left;
	}
.sign_bill .itog .sum span {
	font-weight: bold;
	}
.sign_bill .down > div {
	border-top: dotted 2px #ccc;
	background: #f5f5f5;
	min-height: 150px;
	}
.sign_bill .down > div:after {
	display: block;
	width: 100%;
	height: 7px;
	background: #fff;
	content: "";
	}
.sign_bill .down > div:last-child:after {
	display: none;
	}
.sign_bill .down > div:first-child {
	border: none 0;
	}
.sign_bill .down > div > div {
	float: left;
	width: 490px;
	padding: 0 0 17px 0;
	position: relative;
	min-height: 92px;
	min-height: 130px;
	}
.sign_bill .down > div > div > div {
	float: left;
	width: 245px;
	}
.sign_bill .down h5 {
	font-size: 16px;
	padding: 12px 17px 10px 17px;
	background: #fff;
	margin: 0;
	}
.sign_bill .down h5.trp,
.sign_bill .down .trp > h5,
.sign_bill #main .down .trp > ul li,
.sign_bill .down .trp > a {
	padding-left: 0 !important;
	}
.sign_bill #main .down ul {
	margin-top: 15px;
	}
.sign_bill #main .down li {
	background: none;
	padding-left: 17px;
	padding-right: 17px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color; #000;
	}
.sign_bill .down a,
.sign_bill .down a:link,
.sign_bill .down a:visited,
.sign_bill .down a:hover,
.sign_bill .down a:active {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	padding-left: 17px;
	}
.sign_bill .down a.trp {
	position: relative;
	top: 17px;
	}
.sign_bill .down p {
	padding-right: 17px;
	}
.sign_bill .down h6 {
	margin: 13px 0 0 0;
	padding: 0 17px 0 0;
	}
.sign_bill .down h6 a {
	float: right;
	}
.sign_bill .down .card p {
	padding-left: 17px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	font-style: italic;
	font-size: 12px;
	}
.sign_bill .down .card p span {
	color: #666;
	}
.sign_bill .down .card img {
	padding-top: 17px;
	float: left;
	}
.sign_bill .down .card label {
	float: left;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	margin: 18px 0 9px 28px;
	font-style: normal;
	}
.sign_bill .down .card textarea {
	float: right;
	width: 298px;
	height: 40px;
	min-height: 40px;
	margin-right: 17px;
	max-width: 298px;
	min-width: 150px;
	}
.sign_bill .button.disabled,
.sign_bill .black {
	position: absolute;
	right: 17px;
	bottom: 15px;
	padding: 4px 16px;
	}

/*--*/
.shop_cart #main h4 {
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 12px;
	}
.shop_cart table {
	width: 100%;
	border-collapse: collapse;
	}
.shop_cart thead tr {
	height: 34px;
	background: transparent url('/bundles/nocommentseshop/i/border_dotted.gif') 0 100% repeat-x;
	}
.shop_cart th {
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	color: #000;
	padding: 0 12px;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
	}
/*.shop_cart th:first-child,*/
/*.shop_cart th:nth-child(2) {*/
/*	text-align: left;*/
/*	}*/
.shop_cart tbody td {
	padding: 6px 0 3px 0;
	border-top: dotted 1px #ccc;
	vertical-align: top;
	text-align: center;
	font-family: "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 13px;
	}
.shop_cart tbody tr:first-child td {
	border: none 0;
	}
.shop_cart tbody td:first-child,
.shop_cart tbody td:nth-child(2) {
	text-align: left;
	}
.shop_cart tbody td:first-child {
	width: 130px;
	}
.shop_cart tbody td:nth-child(2),
.shop_cart tbody td:nth-child(3),
.shop_cart tbody td:nth-child(4) {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	}
.shop_cart tbody td > div {
	padding: 12px;
	background: #f2f2f2;
	height: 117px; /*Пожалуй стоит найти более элегантное решение*/
	min-height: 100%;
	position: relative;
	bottom: 0;
	}
.shop_cart .nc {
	display: block;
	text-transform: none;
	font-style: italic;
	color: #666;
	margin-top: 2px;
	}
.shop_cart .tb {
	display: block;
	font-family: Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif, "Times New Roman", times;
	color: #666;
	text-transform: none;
	margin-top: 4px;
	}
.shop_cart .tb > span {
	padding-right: 3px;
	margin-right: 3px;
	border-right: solid 1px #666;
	}
.shop_cart .itog .sum {
	margin-bottom: 7px;
	}
.shop_cart .itog > div {
	font-family: "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
	padding-right: 30px;
	padding-left: 96px;
	float: left;
	width: 254px
	}

.sign_bill .not-in-stock-warning > div,
.shop_cart .not-in-stock-warning > div {
	padding-top: 0.3em;
}

.sign_bill .not-in-stock-warning,
.shop_cart .not-in-stock-warning,
.shop_cart .itog div:first-child {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #666;
	font-size: 12px;
	font-style: italic;
	line-height: auto;
	text-align: left;
	padding: 0 30px 0 140px;
	}
.shop_cart .itog div:first-child {
	width: 430px;
}
.shop_cart .itog span {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	float: left;
	}
.shop_cart .itog .sum span {
	font-weight: bold;
	}
.shop_cart .hmi {
	margin: 0 auto;
	}
.shop_cart table .button {
	/*position: absolute;*/
	/*bottom: 12px;*/
	/*right: 17px;*/
	height: 15px;
	padding: 4px 11px !important;
	font-size: 12px;
	min-width: 133px
	}
.shop_cart .button.trp {
	min-width: 69px;
	}
.shop_cart .itog .button {
	font-size: 12px;
	}
.shop_cart .itog .black {
	margin: 0 -13px 0 13px;
	}
.shop_cart .button.disabled {
	margin: 0 -13px 0 13px;
}
/*--*/
.empty .info {
	background: #f2f2f2;
	text-align: center;
	padding: 48px;
	margin-top: 7px;
	}
.empty .info h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	}
.empty .info h4 span {
	text-transform: none;
	font-style: italic;
	color: #666;
	font-size: 14px;
	display: block;
	}

/*--*/
.pay #main > div {
	text-align: center;
	padding: 90px;
	position: relative;
	min-height: 360px;
	}
.pay #main > div h4 {
	font-size: 24px;
	}
.pay #main > div h4 span {
	display: block;
	font-size: 30px;
	line-height: 15px;
	}
.pay #main > div .black {
	position: relative;
	top: 140px;
	}

/*--*/
.thank #main > div {
	text-align: center;
	padding: 90px;
	position: relative;
	min-height: 360px;
	}
.thank #main > div h4 {
	font-size: 24px;
	}
.thank #main > div h4 span {
	display: block;
	font-size: 30px;
	line-height: 15px;
	}
.thank #main > div .black {
	position: relative;
	}

/*--*/
.cab_main #main .menu,
.cab_main #main .menu:link,
.cab_main #main .menu:visited,
.cab_main #main .menu:hover,
.cab_main #main .menu:active {
	vertical-align: top;
	display: inline-block;
	width: 156px;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color: #000;
	margin: 20px 2px;
	text-decoration: none;
	}
.cab_main #main .menu:hover span {
	color: #000;
	}
.cab_main #main .menu span {
	display: block;
	font-size: 11px;
	color: #999;
	font-style: italic;
	text-transform: none;
	margin-top: 3px;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	}
.cab_main #main .menu img {
	margin-bottom: 5px;
	}
.cab_main #main > p {
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #999;
	font-style: italic;
	padding: 30px 0 23px 0;
	margin: 0;
	}

.cab_main #top .welcome {
    color: #666666;
    font-family: Georgia,"Times New Roman",times,Tahoma,Verdana,Arial,"Microsoft Sans Serif",sans-serif;
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
	margin: 0 0 19px;
    text-align: center;
}

/*--*/
.cab_addr .down .with-border {
	border-bottom: dotted 2px #ccc;
}
.cab_addr .down > div {
	background: #f5f5f5 url('/bundles/nocommentseshop/i/cah_back.gif') 0 0 repeat-x;
	min-height: 150px;
	position: relative;
	}
.cab_addr .down > div:after {
	display: block;
	width: 100%;
	height: 7px;
	background: #fff;
	content: "";
	}
/*.cab_addr .down > div:first-child {
	border: none 0;
	}*/
.cab_addr .down > div > div {
	float: left;
/*	width: 490px; */
	padding: 0 0 17px 0;
	position: relative;
	min-height: 170px;
	}
.cab_addr .down > div > div > div {
	float: left;
	width: 245px;
	padding: 0 0 10px 0;
	}
.cab_addr .down h5 {
	font-size: 16px;
	padding: 12px 17px 10px 17px;
	background: #fff;
	margin: 0;
	}
.cab_addr .down h5.trp,
.cab_addr #main .down ul.trp li,
.cab_addr .down a.trp {
	padding-left: 0 !important;
	}
.cab_addr #main .down ul {
	margin-top: 15px;
	}
.cab_addr #main .down li {
	background: none;
	padding-left: 17px;
	padding-right: 17px;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color; #000;
	}
.cab_addr .down a,
.cab_addr .down a:link,
.cab_addr .down a:visited,
.cab_addr .down a:hover,
.cab_addr .down a:active {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	color: #000;
	padding-left: 17px;
	}
.cab_addr .down a.trp {
	position: relative;
	top: 17px;
	}
.cab_addr .down p {
	padding-right: 17px;
	}
.cab_addr .down h6 {
	margin: 13px 0 0 0;
	padding: 0 17px 0 0;
	}
.cab_addr .down h6 a {
	float: right;
	}
.cab_addr .down .black {
	position: absolute;
	right: 7px;
	top: 8px;
	padding: 4px 16px !important;
	display: inline-block;
	min-height: 16px;
	line-height: 16px;
	}

.cab_addr .up {
	padding: 22px 22px 0 22px;
	background: #F5F5F5;
	margin-top: 7px;
	}
.cab_addr #main form {
	width: 443px;
	float: left;
	}
.cab_addr form .form-field {
	height: 26px;
	line-height: 26px;
	padding: 8px 0;
	border-bottom: dotted 1px #ababab;
	}
.cab_addr form .form-field > * {
	float: left;
}
.cab_addr form label {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	line-height: 26px;
	font-style: normal;
	padding: 0;
	width: 180px;
	}
.cab_addr form label span {
	color: #666;
	}
.cab_addr form input[type="text"],
.cab_addr form input[type="email"],
.cab_addr form input[type="password"] {
	width: 250px;
	margin: 0 0 0 3px;
	}
.cab_addr form .black {
	float: right;
	position: relative;
	top: -20px;
	padding: 4px 20px;
	left: 493px;
	}
.cab_addr form p {
	color: #999;
	}
.cab_addr .info {
	float: left;
	margin-left: 75px;
	}
.cab_addr h5 {
	font-size: 16px;
	padding: 0 10px 15px 10px;
	margin-top: -8px;
	}
.cab_addr h5 span {
	text-transform: none;
	font-size: 12px;
	font-style: italic;
	color: #666;
	display: block;
	margin-top: 2px;
	}
.cab_addr #main .info {
	width: 418px;
	}
.cab_addr #main .info li {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	}
.cab_addr #main .info li:last-child {
	background: none;
	margin-top: 20px;
	}
.cab_addr #main form ul {
	padding-left: 185px;
	margin: 0;
	}
.cab_addr #main form ul li {
	background: none;
	padding: 0;
	margin: 9px 0;
	}
.cab_addr #main form ul li:first-child {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	margin-bottom: 11px;
	}
.cab_addr #main form ul li:last-child {
	margin-bottom: 0;
	}

/*--*/
.cab_pers #main > form {
	width: 288px;
	float: left;
	padding: 0 19px 19px 19px;
	background: #f5f5f5;
	}
.cab_pers #main > form:nth-child(even) {
	background: #ededed;
	padding-right: 20px;
	}

.cab_pers form .form-field {
	height: 26px;
	line-height: 26px;
	padding: 8px 0;
	border-bottom: dotted 1px #ababab;
	}
.cab_pers form .form-field > * {
	float: left;
	}
.cab_pers form label {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	line-height: 26px;
	font-style: normal;
	padding: 0;
	width: 115px;
	}
.cab_pers form label span {
	color: #666;
	}
.cab_pers form input[type="text"],
.cab_pers form input[type="email"],
.cab_pers form input[type="password"] {
	width: 160px;
	margin: 1px 0 0 3px;
	}
.cab_pers form .black {
	float: right;
	padding: 4px 12px;
	margin-top: 7px;
	}
.cab_pers form .selector {
	width: 162px;
	}
.cab_pers form .selector span {
	width: 137px;
	}
.cab_pers form select {
	min-width: 170px !important;
	margin-left: 2px;
	}
.cab_pers form .star {
	display: none;
	}
.cab_pers form h5 {
	font-size: 16px;
	height: 41px;
	line-height: 41px;
	padding: 0 15px 0 25px;
	margin: 0 0 0 -19px;
	background: #fff;
	width: 288px;
	}
.cab_pers #main > p.border_dotted_t2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color: #999;
	font-style: italic;
	padding: 30px 0 23px 0;
	margin: 7px 0 0 0;
	}
.cab_pers #main > p.border_dotted_t2 span {
	display: block;
	font-size: 19px;
	color: #000;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	}

/*--*/
.cab_card #main > table {
	border-collapse: collapse;
	border: none 0;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	width: 100%;
	}
.cab_card #main > table th {
	font-size: 16px;
	padding: 0 18px 3px 32px;
	height: 40px;
	}
.cab_card #main > table th .b {
	height: 40px;
	padding: 0 18px 3px 18px;
	line-height: 40px;
	}
.cab_card #main > table th:first-child {
	padding: 0;
	}
.cab_card #main > table td {
	padding: 25px 25px 25px 32px;
	background: #f5f5f5 url('/bundles/nocommentseshop/i/nch_back.gif') 0 0 repeat-y;
	vertical-align: top;
	}
.cab_card #main > table td:first-child {
	text-align: center;
	margin: 0;
	padding: 0;
	background: none;
	}
.cab_card #main > table td:first-child > span {
	font-size: 30px;
	}
.cab_card #main table form {
	margin-top: -5px;
	}
.cab_card #main table form label {
	font-style: normal;
	color: #000;
	padding: 0;
	line-height: 23px;
	}
.cab_card #main table form > div {
	padding: 0 0 9px 0;
	margin: 0 0 9px 0;
	border-bottom: dotted 1px #ababab;
	min-height: 23px;
	}
.cab_card #main table form div input {
	width: 130px;
	float: right
	}
.cab_card #main table form #captcha {
	width: 100%;
	height: 50px;
	border: solid 1px #ccc;
	background: #fff;
	color: #fff;
	}
.cab_card #main table form .black {
	float: right;
	padding: 4px 11px;
	}

/*--*/
.cab_sub #main p.trp {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-style: italic;
	color: #666;
	text-align: center;
	font-size: 12px;
	margin: 6px 0 0 0;
	}
.cab_sub #main p.trp span {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 0 18px 0;
	display: block;
	font-style: normal;
	}
.cab_sub #main > table {
	border-collapse: collapse;
	border: none 0;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-bottom: 45px;
	}
.cab_sub #main > table th {
	padding: 0 20px 6px 20px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	}
.cab_sub #main > table th span {
	font-size: 18px;
	display: block;
	}
.cab_sub #main > table td {
	padding: 10px 45px;
	}
.cab_sub #main > table tr:first-child td {
	background: transparent url("/bundles/nocommentseshop/i/border_dotted.gif") 0 0 repeat-x;
	background: url("/bundles/nocommentseshop/i/border_dotted.gif") 0 0 repeat-x, url("/bundles/nocommentseshop/i/border_dotted.gif") 0 100% repeat-x;
	font-size: 14px;
	font-style: italic;
	color: #000;
	}
.cab_sub #main table .last a,
.cab_sub #main table .last a:link,
.cab_sub #main table .last a:visited,
.cab_sub #main table .last a:hover,
.cab_sub #main table .last a:active {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	}
.cab_sub #main table .last a .subscribe-button,
.cab_sub #main table .last a:hover .subscribe-button.disable {
	font-family: "HeliosExtCRegular","Arial Narrow",Tahoma,Arial,Verdana,"Times New Roman","Microsoft Sans Serif",sans-serif;
	font-size: 15px;
	color: #fff;
	background: #b2c243;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	margin: 0 0 10px 0;
	}
.cab_sub #main table .last a:hover .subscribe-button {
	background: #c1d539;
	}
.cab_sub #main table .last a .subscribe-button.disable {
	background: #dee1c7;
	}

/*--*/
.cab_brand #main p.trp {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-style: italic;
	color: #666;
	text-align: center;
	font-size: 12px;
	margin: 0 0 18px 0;
	}
.cab_brand #main p.trp span {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	padding: 18px 0;
	display: block;
	font-style: normal;
	}
.cab_brand #main form .tab {
	height: 34px;
	line-height: 34px;
	}
.cab_brand #main form .tab input {
	float: right;
	width: 136px;
	margin: 4px 0 0 8px;
	}
.cab_brand #main form .tab a,
.cab_brand #main form .tab a:link,
.cab_brand #main form .tab a:visited,
.cab_brand #main form .tab a:hover,
.cab_brand #main form .tab a:active {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	}
.cab_brand #main form .tab a:first-child {
	margin-right: 5px;
	padding-right: 8px;
	border-right: solid 1px #b4b4b4;
	height: 13px;
	line-height: 13px;
	display: inline-block;
	}
.cab_brand #main form .tab.cf {
	margin-top: 15px;
	}

/*--*/
.cab_res #main p.trp {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-style: italic;
	color: #666;
	text-align: center;
	font-size: 12px;
	padding: 8px 0 28px 0;
	margin: 0;
	}
.cab_res #main p.trp span {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	padding: 18px 0;
	display: block;
	font-style: normal;
	}
.cab_res #main .res {
	background: #f2f2f2;
	margin-top: 7px;
	}
.cab_res #main .res.empty {
	display: inline-block;
	width: 100%;
	height: 80px;
	text-align: center;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	padding-top: 66px;
	}

#orders-list {

	position: relative;
	width: 100%;
	border-collapse: collapse;
	margin: -0.3em 0 0.3em;
}
#orders-list  div {}

#orders-list thead tr { border: none;
	background: url("/bundles/nocommentseshop/i/border_dotted.gif") repeat-x scroll 0 100% transparent;	
	height: 2.5em;
}

#orders-list th,
#orders-list td {
	text-align: center;
	font-family: Georgia,"Times New Roman",times,Tahoma,Verdana,Arial,"Microsoft Sans Serif",sans-serif;
    font-weight: normal;
}

#orders-list td {
	padding: 0;
}

#orders-list td.status {
	text-transform: uppercase;
}

#orders-list tr > td {
	border-bottom: 1px dotted #ccc;
}

#orders-list .buttons ul,
#orders-list td > div {
	line-height: 50px;
	background: none repeat scroll 0 0 #F2F2F2; 
	margin: 5px 0;
	padding: 5px 10px;
	min-height: 50px;
}

#orders-list th {
    color: #000000;
    text-transform: uppercase;
}

#orders-list .buttons {
	max-width: 210px;
	text-align: center;
}

#orders-list .buttons ul {
	margin: 0;
	line-height: 40px;
}

#orders-list .buttons li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

#orders-list .buttons li + li {
	margin-top: 0.3em;
}

#orders-list .fancybox-popup,
#orders-list .big-letters {
	text-transform: uppercase;
}

/*Footer
------------------------------------------------------*/

#footer {
	margin-bottom: 20px;
	margin: 7px 0 25px 0;
	}

#footer .tags {
    background: url("/bundles/nocommentseshop/i/tags_back.jpg") no-repeat scroll 102px 30% transparent;
    min-height: 8em;
    padding: 12px 0 15px;
	}
#footer .tags div {
	width: 655px;
	padding-left: 325px;
	text-align: justify;
	}
#footer .tags div:first-child {
	width: 310px;
	position: absolute;
	left: 0;
	bottom: 15px;
	float: left;
	padding: 0;
	text-align: center;
	}
#footer .tags a,
#footer .tags a:link,
#footer .tags a:visited,
#footer .tags a:hover,
#footer .tags a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #424242;
	text-transform: uppercase;
	text-decoration: none;
	}
#footer .tags a:hover {
	color: #aaa;
	}
#footer .tags a:before {
	content: "•";
	margin: 0 5px;
	}
#footer .tags a:first-child:before {
	content: "";
	margin: 0;
	}
#footer .tags div:first-child a,
#footer .tags div:first-child a:link,
#footer .tags div:first-child a:visited,
#footer .tags div:first-child a:hover,
#footer .tags div:first-child a:active {
	color: #000;
	}
#footer .tags div:first-child a:hover {
	color: #999;
	}
#footer .tags div:first-child a:before {
	color: #000;
	}

#footer .menu ul {
	list-style: none;
	padding: 0;
	margin: 10px 15px 0 0;
	float: left;
	width: 150px;
	}
#footer ul.wide {
	width: 280px;
	}
#footer .menu li,
#footer .menu a,
#footer .menu a:link,
#footer .menu a:visited,
#footer .menu a:hover,
#footer .menu a:active {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #838383;
	text-decoration: none;
	display: block;
	margin: 2px 0;
	}
#footer .menu a:hover {
	color: #000;
	}
#footer .menu li:first-child,
#footer .menu li:first-child a,
#footer .menu li.upper,
#footer .menu li.upper a {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 6px;
	}

#footer .yashare-auto-init {
	height: 30px;
	margin-top: -5px;
	}
	

/*Modules
------------------------------------------------------*/

/*Slideshow
------------------------------------------------------*/

.slides {
	position: relative;
	}
.main .slides,
.slides.nonav {
	height: 491px;
	}
.slides_container a,
.slides_container img  {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	position: absolute;
	max-width: 980px;
	display: block;
	left: 0;
	top: 0;
	text-decoration: none;
	outline: none;
	}
.slides_container a > img {
	position: relative;
	}
	
.slides_container a + a {
	display: none;
}

.slides > a {
	background: transparent url('/bundles/nocommentseshop/i/prev.png') 0 50% no-repeat;
	position: absolute;
	display: block;
	z-index: 999;
	height: 100%;
	width: 24px;
	left: 0;
	top: 0;
	text-indent: -10000px;
	}
.slides > a.next {
	background-image: url('/bundles/nocommentseshop/i/next.png');
	left: auto;
	right: 0;
	}
.slides.nonav > a,
.main .slides > a {
	display: none;
	}

/*Clearing
------------------------------------------------------*/
/* Old */
.clear {
	clear: both;
	float: none;
	}

/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table;
	}
.cf:after {
    clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
	}

/*Messages
------------------------------------------------------*/
/*
	<div class="msg underconst">
	<span>Страница находится в разработке и в настоящий момент пополняется информацией.<br />
	Приносим свои извинения!</span>
	</div>
*/
.msg img {
	float: left;
	border: solid 1px #ddd;
	margin: 0 10px 0 0;
	}
.underconst {
	background: transparent url('/bundles/nocommentseshop/i/icon-underconst-01.png') 0 0 no-repeat;
	padding-left: 80px;
	height: 70px;
	}
.msg span {
	padding-top: 10px;
	line-height: 16px;
	float: left;
	height: 70px;
	}
.error-msg {
	padding: 5px;
	background: #fff;
	border: solid 1px #333;
	}
.system-message dt.message {
	font-weight: bold;
	}

/*Forms/Contacts
------------------------------------------------------*/
#main .mail{
	background: transparent url('/bundles/nocommentseshop/i/mail.png') 0 50% no-repeat;
	}
#main .adress {
	background: transparent url('/bundles/nocommentseshop/i/home.png') 0 50% no-repeat;
	}
#main .phone li {
	background: transparent url('/bundles/nocommentseshop/i/phone.png') 0 50% no-repeat;
	}
#main div.jicons-icons {
	display: none;
	}
#main .contact > p {
	margin: 5px 0;
	}
#main div.contact-misc ul {
	margin: 0;
	}
#main div.contact-misc li {
	margin: 2px 0;
	padding: 0 0 1px 22px;
	}
.nobg {
	background: none !important;
	}

textarea,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="number"] {
	padding: 4px;
	margin: 0;
	font-family: "HeliosCRegular", Tahoma, Arial, Verdana, "Times New Roman", "Microsoft Sans Serif", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #999;
	border: solid 1px #bfb8b1;
	box-shadow: 0 1px 2px 1px #EAEAEA inset;
	-o-box-shadow: 0 1px 2px 1px #EAEAEA inset;
	-moz-box-shadow: 0 1px 2px 1px #EAEAEA inset;
	-webkit-box-shadow: 0 1px 2px 1px #EAEAEA inset;
	behavior: url('/bundles/nocommentseshop/css/pie.htc');
	}
textarea:hover,
input[type="text"]:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="password"]:hoverб
input[type="number"]:hover {
	background: #fafafa;
	}
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
	border: solid 1px #888;
	}

label {
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	padding-left: 8px;
	}

input[type="submit"],
input[type="button"] {
	display: block;
	padding: 4px;
	border: solid 1px #cbcbcb;
	font-family: Georgia, "Times New Roman", times, Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #666;
	background: transparent url('/bundles/nocommentseshop/i/btn_back2.gif') 0 0 repeat-x;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
	text-align: center;
	}
input[type="submit"]:hover,
input[type="button"]:hover {
	background-position: bottom;
	}
input.black {
	min-height: 23px;
	background: transparent url('/bundles/nocommentseshop/i/btn_black_back.gif') 0 0 repeat-x;
	color: #fff;
	}

.hmi,
form .hmi {
	position: relative;
	width: 53px;
	margin: 6px 23px 6px 28px;
	}
.hmi input,
form .hmi input {
	width: 43px;
	}
.hmi a,
form .hmi a {
	display: block;
	position: absolute;
	top: 5px;
	left: -18px;
	width: 14px;
	height: 14px;
	background: transparent url('/bundles/nocommentseshop/i/minus.gif') 0 50% no-repeat;
	}
.hmi .plus,
form .hmi .plus {
	left: auto;
	right: -18px;
	background-image: url('/bundles/nocommentseshop/i/plus.gif');
	}

/*Email Form
------------------------------------------------------*/

.contact-form {
	display: block;
	margin: 10px 0;
	}

.contact-form label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold;
	color: #A5A8A9;
	}
.contact-form label span {
	font-weight: normal;
	color: red;
	}

.contact-form p input,
.contact-form p button {
	margin-right: 285px;
	background: #eee;
	border: solid 1px #000;
	padding: 3px 8px;
	cursor: pointer;
	font-size: 12px;
	}
.contact-form p button:hover {
	background: #fff;
	border: solid 1px #67594c;
	cursor: pointer;
	}
* html .contact-form .submit {
	margin-left: 159px;
	padding: 2px 0;
	}

.contact-form div {
	margin: 4px 0;
	}
.contact-form p {
	clear: both;
	text-align: right;
	}

.contact-form div input {
	width: 400px;
	}
.contact-form div textarea {
	width: 400px;
	height: 120px;
	}

.contact-form div input.invalid,
.contact-form div textarea.invalid {
	border: solid 1px red !important;
	}

.contact-form .submit {
	color: #000;
	}

.contact-form div input[type="checkbox"] {
	width: auto;
	}

.contact-form div.contact-email-copy {
	height: 10px;
	}
.contact-form div.contact-email-copy label {
	width: auto;
	float: right;
	}
.contact-form div.contact-email-copy input {
	width: auto;
	float: right;
	margin-right: 285px;
	}
.contact-form div.contact-email-copy input {
	margin-top: 7px;
	margin-bottom: 10px;
	}
* html .contact-form div.contact-email-copy input {
	border: none;
	}

.contact-form .form-required {
	color: #656565;
	text-align: left;
	margin: 5px 0 18px 0;
	}

/* -------------------- Мои отдельные правила -------------------- */

/* ОБЩИЕ */
.hidden {
	display: none;
}

/* Открытка */
#postcard > div {
	min-height: 250px;
}

/* Корзина */
#products-in-cart {
	border-collapse: collapse;
}

#products-in-cart th,
#products-in-cart td {
	text-align: left;
}

#products-in-cart .buttons div {
	padding: 0;
}

#products-in-cart .buttons div ul {
	list-style: none;
	position: absolute;
	top: 90%;
	right: 17px;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: right;
}

#products-in-cart .buttons div ul li {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0;
}

#products-in-cart .buttons div ul li + li {
	margin-left: 16px;
}

#products-in-cart th.cost,
#products-in-cart th.quantity {
	width: 11em;
}

#products-in-cart th.image {
	width: 106px;
}

#products-in-cart td.quantity  > div {
	padding-right: -2em;
}

#products-in-cart .left-align .hmi {
	margin: 0 0 0 16px;
}

#products-in-cart .left-align {
	text-align: left;
}

#products-in-cart .center-align {
	text-align: center;
}

#products-in-cart .right-align {
	text-align: right;
}

#products-in-cart .not-in-stock {
	text-transform: uppercase;
}

.sign_bill .not-in-stock-warning,
#products-in-cart .not-in-stock,
.shop_cart .not-in-stock-warning p {
	color: red;
}

/* Ошибки в формах */
form label.required sup:last-child {
	color: red;
}

form .errors > li,
form > ul:first-child > li {
	color: red !important;
	text-transform: none;
	background: none !important;
}

form .errors > li:before,
form > ul:first-child > li:before {
	content: '* '
}

form label:after {
	content: ': '
}
.shopping_event #lr-wrap{
    background-image: url('/bundles/nocommentseshop/images/action_sertificate_back.jpg');
    background-repeat: no-repeat;
}
.send_five_messages #lr-wrap{
    background-image: url('/bundles/nocommentseshop/images/action_sertificate_back2.jpg');
    background-repeat: no-repeat;
}

.shopping_event #main form{
    padding-left: 50px;
    padding-top: 100px;
}

.send_five_messages #main form {
	width: 443px;
	float: left;
	padding-bottom: 43px;
    padding-left: 145px;
    padding-top: 200px;
}
.send_five_messages form > div {
/*	height: 26px;
	line-height: 26px;*/
	padding: 8px 0;
	}

.send_five_messages form input[type="text"],
.send_five_messages form input[type="email"],
.send_five_messages form input[type="password"],
.send_five_messages form textarea {
	width: 290px;
}

.send_five_messages form input[type="submit"],
.send_five_messages form input[type="button"]
{
	width:140px;
}

.send_five_messages form input[type="submit"]
{
	float:left;
}

.send_five_messages form input[type="button"]
{
	float:right;
}

.send_five_messages form label
{
	position: relative;
	display: block;
	padding-left: 90px;
	text-transform:uppercase;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 10px;
}

.send_five_messages .button_block
{
	width: 300px;
	overflow: hidden;
}

.shopping_event #lr-wrap
{
	height: 562px;
}
/*
     */
/*
*/