
/********************************

	Общие элементы

	Copyright (c) Аркадий Морозов
	webmail@amorozov.com

*********************************/





* {
	font-size: 100.01%;
}

html,
body,
form {
	width: 100%;
	height: 100%;
}


body {
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	line-height: 150%;
	background: white;
	color: #333333;
}

a,
a:visited {
	color: #666666;
}
a:hover {
	color: #cc2329;
}

ol, ul, li, td {
	margin: 0;
	padding: 0;
}

table, td, th {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

td {
	vertical-align: top;
	padding: 0;
}

img {
	border-width: 0;
}

form, ul {
	margin: 0;
	padding: 0;
}

.clickable {
	cursor: hand;
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #666666;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #cc2329;
}

.red {
	color: #cc2329! important;
}
.red a {
	color: #cc2329! important;
}

.orange {
	color: #dbb676! important;
}
.orange a, .orange a:visited {
	color: #dbb676! important;
}
.orange a:hover {
	color: #cc2329! important;
}


.width100 {
	width: 100%;
}






/**
 * For fading content
 * Used when displaying popup blocks
 */
#fader {
	background-color: #000000;
	filter: alpha(opacity=40);
	height: 100%;
	left: 0;
	opacity: .4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	//position: absolute;
	//top: expression( parseInt( document.documentElement.scrollTop, 10 ) + "px" );
	//left: expression( parseInt( document.documentElement.scrollLeft, 10 ) + "px" );
}


.frame { height: 100%; width: 100%; }
.frame .frametop { vertical-align: top; }
.frame .framebottom { vertical-align: bottom; }


.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	min-height: 1px;
	width: 1px;
}

#layout {
	position: relative;
	min-width: 970px;
	min-height: 100%;
	height: auto;
	width: 100%;
	width: expression(
			(document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 970)
			? 970
			: "100%"
		);
}

#measurer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	line-height: 1em;
	visibility: hidden;
}

#content {
	position: absolute;
	left: -460px;
	margin-left: 50%;
	width: 940px;
	min-height: 100%;
	height: 100%;
	z-index: 1;
	clear: both;
}


#header {
	height: 75px; 
	position: relative; 
	text-align: left; 
	z-index: 3;
	margin-bottom: 10px;
}

/*

#maincontent {
	margin-bottom: 10em;
}

#footer {
	margin: 12em 0 0 0;
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
}
*/

/*
	Header
*/

#header .logo {
	position: absolute;
	top: 15px;
	z-index: 400;
}

#header .logo span {
	padding-right: 10px;
}

#header .shop_menu {
	position: absolute;
	top: 9px;
	left: 0;
	width: 300px;
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
	clear: both;
}
#header .shop_menu li {
	float: left;
	padding: 0;
	margin: 0 2em 0 0;
}

#header .phone {
	position: absolute;
	right: 0;
	top: 9px;
	z-index: 4;
}
#header .phone div {
	text-align: right;
	color: #cccccc;
}
#header .phone div span {
	font-size: 19px;
	color: #cc2329;
}

#header .personal {
	height: 22px;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 58px;
	display: block;
	color: #999999;
}
#header .personal li {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 7px;
	padding: 0;
}
#header .personal .auth {
	padding-right: 3em;
}
#header .personal .auth span {
	padding-left: 0.5em;
}
#header .personal .auth span a,
#header .personal .auth span a:visited {
	color: #bfbbb4;
}
#header .personal .auth span a:hover {
	color: #cc2329;
}





/*
	Footer
*/

#footer {
	border-top: 1px solid #cccccc;
	position: relative;
	display: block;
}

#footer .bottom_menu {
	text-align: center;
	padding: 10px 0 10px 0;
	position: relative;
}
#footer .bottom_menu a {
	margin: 0 1em 0 1em;
}

#footer .bottom_container {
	border-top: 1px solid #cccccc;
	padding: 10px 0 0 0;
	position: relative;
	margin-bottom: 10px;
}

#footer .bottom_container .p_logo {
	width: 30%;
	position: relative;
	float: left;
}
#footer .bottom_container .p_logo img {
	margin: 0 0.2em;
}

#footer .bottom_container .counters {
	width: 40%;
	position: relative;
	float: left;
	text-align: center;
}
#footer .bottom_container .counters img {
	margin: 0 0.2em;
}

#footer .bottom_container .copyright {
	width: 30%;
	position: relative;
	float: left;
	text-align: right;
	color: #cccccc;
}
#footer .bottom_container .copyright p {
	margin: 0 0 0.2em 0;
	padding: 0;
}


/*
	Content
*/


/*
	Меню категорий v2
*/

#maincontent .category_menu {
	background: #eeeeee;
	font-size: 1.2em;
	list-style-type: none;
	display: block;
	height: 21px;
	margin: 0.3em 0 10px 0;
	padding: 0;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url('/off-line/i/back-menu.gif') repeat-x;
}
#maincontent .category_menu li {
	font-weight: bold;
	float: left;
	height: 21px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	color: #626262;
}

#maincontent .category_menu li a {
	text-decoration: none;
}
#maincontent .category_menu li a,
#maincontent .category_menu li a:visited {
	color: #898989;
}
#maincontent .category_menu li a:hover {
	color: #d51a1a;
}

#maincontent .category_menu .selected {
	/*background: url('/off-line/i/m-back.gif') repeat-x;*/
	font-weight: bold;
}

#maincontent .category_menu .selected a,
#maincontent .category_menu .selected a:visited {
	color: #000000 !important;
}
#maincontent .category_menu .selected a:hover {
	color: #d51a1a;
}

#maincontent .category_menu .sale a,
#maincontent .category_menu .sale a:visited {
	/*color: #d51a1a;*/
	color: #dbb676;
}
#maincontent .category_menu .sale a:hover {
	color: #000000;
}


.sale_columns {
	width: 100%;
}
.sale_columns td {
	width: 33%;
	padding: 10px 10px 10px 10px;
}



.columns .column_left {
	float: left;
	width: 180px;
	position: relative;
}
.columns .column_right {
	float: right;
	width: 750px;
	position: relative;
	z-index: 1;
}

.columns .column_info {
	float: left;
	width: 560px;
	position: relative;
}
.columns .column_external {
	float: right;
	width: 370px;
	position: relative;
	z-index: 1;
}

.column_right_container {
	position: relative;
	width: 750px;
	overflow: hidden;
}

.column_right_container .column_main {
	float: left;
	width: 570px;
	position: relative;
}
.column_right_container .column_brands {
	float: right;
	width: 180px;
	position: relative;
	z-index: 2;
}

.column_right_container .column_photo {
	float: left;
	width: 275px;
	position: relative;
}
.column_right_container .column_style {
	float: right;
	width: 465px;
	position: relative;
	z-index: 2;
}


.columns .reducer {
	padding: 10px;
}


.columns .column_first {
	float: left;
	width: 750px;
	position: relative;
}
.columns .column_hrefs {
	float: right;
	width: 180px;
	position: relative;
	z-index: 1;
}


.column_teaser_container {
	position: relative;
	width: 750px;
}

.column_teaser_container .tleft {
	position: relative;
	display: block;
	float: left;
	width: 370px;
}
.column_teaser_container .tright {
	width: 370px;
	margin-left: 10px;
	position: relative;
	display: block;
	float: left;
}





/*
	Бренды справа на Главной
*/

.column_hrefs .hrefs {
	width: 180px;
	text-align: center;
	margin-bottom: 10px;
}

.column_hrefs .hrefs .logo {
	border-bottom: 1px solid #ccb285;
	padding-bottom: 0.2em;
	margin: 0 20px 0.2em 20px;
	width: 140px;
}

.column_hrefs .hrefs a {
	padding: 0 0.2em 0 0.2em;
}

.column_hrefs .hrefs a,
.column_hrefs .hrefs a:visited {
	color: #bfbbb4;
	white-space: nowrap;
}

.column_hrefs .hrefs a:hover {
	color: #cc2329;
}

.column_hrefs .hrefs_all {
	text-align: center;
	margin-top: 2em;
}





/*
	Left & Right Menu
*/

.column_left h4,
.column_brands h4 {
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 1.2em;
	border-top: 1px solid #cccccc;
	color: #000000;
}

.column_left .sale_menu {
	border-top: 1px solid #cccccc;
}

.column_left .sale_menu h4 {
	border-top: 0;
}

.column_left h4 a,
.column_left h4 a:visited,
.column_brands h4 a,
.column_brands h4 a:visited {
	color: #000000;
}
.column_left h4 a:hover,
.column_brands h4 a:hover {
	color: #cc2329;
}

.column_left ul,
.column_brands ul {
	list-style-type: none;
	padding: 0 0 10px 10px;
}
.column_left ul li,
.column_brands ul li {
	padding: 0 0 0.2em 10px;
	/* color: #666666; */
	margin: 0;
}
.column_left .selected,
.column_brands .selected {
	background: url('/off-line/i/m-selected.gif') no-repeat 0 5px;
	color: #cc2329;
}

.column_left a,
.column_brands a {
	text-decoration: none;
}
.column_left ul li a,
.column_left ul li a:visited,
.column_brands ul li a,
.column_brands ul li a:visited {
	color: #666666;
}
.column_left ul li a:hover,
.column_brands ul li a:hover {
	color: #cc2329;
}

.column_left .selected a,
.column_brands .selected a {
	color: #cc2329 !important;
}

.column_left .m_items div {
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 0.2em;
}

.column_left .m_items ul {
	padding-bottom: 0;
	margin: 0 0 0.2em 10px;
}

.column_left ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
.column_left .m_items li {
	padding-bottom: 0.1em;
}



/*
	Карточка товара
*/

.card {
	list-style-type: none;
	padding: 0;
}
.card .clear {
	clear: both;
	width: 0 !important;
	height: 0 !important;
}
.card li {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

.card_text {
	position: relative;
}

.card li .preview {
	padding-right: 1px;
	background-repeat: no-repeat;
	margin-bottom: 0.3em;
}
.card li .brand {
	font-weight: bold;
}
.card li .brand,
.card li .name {
	width: 130px;
	padding-bottom: 0.2em;
	line-height: 110%;
}

.card li .price {
	color: #cc2329;
	font-weight: bold;
	line-height: 115%;
}

.card li .price_old {
	color: #666666;
	line-height: 115%;
	
}

.card li .factor {
	position: absolute;
	text-align: right;
	color: #dbb676;
	font-weight: bold;
	line-height: 115%;
	right: 10px;
}

.card a {
	text-decoration: none;
}
.card a:hover {
	text-decoration: underline;
}





/*
	Card External (Style)
*/

.card_external {
	list-style-type: none;
	padding: 0;
}
.card_external .clear {
	clear: both;
	width: 0 !important;
	height: 0 !important;
}
.card_external li {
	width: 49%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}
.card_external li .preview {
	padding-right: 10px;
	float: left;
}
.card_external li .card_desc {
	float: left;
}

.card_external li .brand,
.card_external li .name {
}
.card_external li .price {
	color: #cc2329;
	font-weight: bold;
}



.data {

}

.data th {
	padding: 0 10px 0.3em 0;
	text-align: left;
	color: #666666;
	border-bottom: 1px solid #cccccc;
}

.data td {
	padding: 0 10px 0.3em 0;
	border-bottom: 1px solid #cccccc;
}

.data .first {
	padding-right: 2.5em;
}



/*
	Content navigation, Pager, Ordnung
*/
.nav_container {
	padding: 0;
	margin: 0;
}

.nav_content {
	list-style: none;
	float: left;
	padding-bottom: 10px;
	vertical-align: middle;
}
.nav_content li {
	color: #666666;
	float: left;
	margin: 0;
	padding: 0 0.4em 0 0;
}
.nav_content a,
.nav_content a:visited{
	color: #666666;
	white-space: nowrap;
}
.nav_content a:hover{
	color: #cc2329;
}

.nav_content li img {
	padding-top: 5px;
}


.pager {
	color: #666666;
	list-style: none;
	position: relative;
	position: absolute;
	right: 190px;
}
.pager li {
	float: left;
	margin: 0;
	font-size: 1.1em;
/*	padding: 0 0 0 0.4em;	*/
}
.pager li.label {
	font-size: 0.95em;
	padding-left: 0.7em;
}
.pager a, .pager b {
	padding-left: 0.5em;
}
.pager b {
	color: #cc2329;
}
.pager li img {
	padding-top: 3px;
}


.ordnung {
	list-style: none;
	position: relative;
	float: right;
}
.ordnung li {
	color: #666666;
	float: left;
	margin: 0;
	padding: 0 0.4em 0 0;
}
.ordnung li img {
	padding-top: 2px;
}
.ordnung li.sort_desc img {
	padding-top: 4px;
}



/*
	Style
*/

.style-photo {
	width: 275px;
	height: 403px;
	margin-bottom: 10px;
}
.loading {
	background: url( '/off-line/i/i-progress.gif' ) no-repeat 50% 50% !important;
}
.preview-photo {
	list-style-type: none;
	margin-bottom: 10px;
}
.preview-photo li {
	float: left;
	margin-right: 3px;
}

.photo_panel {
	padding: 5px;
	height: 60px;
	width: 265px;
	position: absolute;
	top: 333px;
	left: 0;
	background: url("/off-line/i/back-photo.png");
}


.column_style h1 {
	padding-bottom: 0.4em;
	color: #dbb676;
}

.column_style p {
	color: #999999;
	padding-bottom: 0.2em;
}

.column_style .desc {
	font-size: 1.2em;
	color: #666666 !important;
	margin: 1.5em 0;
}




/*
	Text
*/

h1 {
	margin: 0;
	padding: 0 0 1.4em 0;
	font-size: 1.9em;
	/*color: #dbb676;*/
	color: #cc232a;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 0 0 1.1em 0;
	font-size: 1.2em;
	color: #dbb676;
}
h3 {
	margin: 0;
	padding: 0 0 1.1em 0;
	font-size: 1.3em;
	color: #dbb676;
}

h3 a,
h3 a:visited {
	color: #dbb676;
}
h3 a:hover {
	color: #cc2329;
}


p {
	margin: 0;
	padding: 0 0 1.1em 0;
	line-height: 145%;
}

.text p {
	font-size: 1.2em;
}

.text ul {
	padding: 0 0 0.6em 0;
}

.text ol {
	padding: 0 0 0.6em 1em;
}

.text li {
	font-size: 1.2em;
	padding: 0 0 0.5em 0;
	margin-left: 1.3em;
}

.text table {
	width: 100%;
}

.text table tr th {
	text-align: left;
	color: #878787;
	font-weight: normal;
}

.text table tr td {
	padding: 0.5em 10px 0.5em 0;
	border-top: 1px solid #cccccc;
}

.text .pad_left td {
	padding: 0.5em 0 0.5em 10px;
}

.text .pad_left th {
	padding-left: 10px;
}

.desc {
	color: #666666 !important;
}

.text .preview {
	float: left;
	padding: 0.2em 1em 1em 0;
}



/*
	Banners
*/


.banner {
	margin-bottom: 10px;
}


.page_banner {
	margin-bottom: 10px;
}
.page_banner.right {
	margin-right: 10px !important;
}





/*
	Teaser на главной
*/

.column_teaser_container {
	position: relative;
	margin-bottom: 10px;
}

.teaser_data {
	position: relative;
	height: 135px;
}

.teaser h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0.5em 10px 0.5em 10px;
	color: #797878;
	border-top: 1px solid #cdb285;
	border-bottom: 1px solid #cdb285;
}

.teaser h3 a {
	text-decoration: none;
}

.teaser_data img {
	left: 0;
	top: 0;
	position: absolute;
	padding: 2px 0 0 0;
}

.teaser_data div {
	margin-left: 97px;
}

.teaser p {
	padding-bottom: 0.5em;
}

.teaser .more {
	text-align: right;
}

.teaser .more a,
.teaser .more a:visited{
	color: #bfbbb4;
}

.teaser .more a:hover{
	color: #cc2329;
}




/*
	Forms
*/

.forms .row {
	clear: left;
	margin: 0 0 1em 0;
	width: 100%;
}

.forms .label {
	float: left;
	font-weight: normal;
	margin: 0 -100% 0 0;
	width: 14em;
	font-size: 1.2em;
}

.forms .field {
	margin: 0 0 0 15em;
}

.forms .field .text {
	width: 97%;
}
.forms .desc {
	display: block;
	text-decoration: none;
}
.forms .example {
	display: block !important;
	text-decoration: none;
	color: #cc2329;
}
.forms .selector {
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	min-height: 12px;
	position: relative;
	width: 100%;
}

.forms .selector input {
	height: 14px;
	left: 0;
	margin: -6px 0 0;
	position: absolute;
	top: .6em;
}

.forms .selector div {
	display: block;
	margin: 0 0 0 20px;
}

.forms .selector label {
	font-size: 105%;
	color: #dbb676;
}

.forms .selector p {
	margin: 0;
	padding: 0.3em 0 0 0;
}

.forms .required dt label {
	color: #ff3300;
}

.forms .add_address {
	font-weight: bold;
}

.forms .add_address a,
.forms .add_address a:visited {
	color: #dbb676;
}
.forms .add_address a:hover {
	color: #cc2329;
}







/*
	Decore
*/

.forms .big .label {
	font-size: 1.5em;
	width: 19em;
}

.forms .big .field {
	margin: 0 0 0 20em;
}

.forms .login,
.forms .password {
	font-size: 1.5em;
	width: 230px;
	border: 1px solid #a5acb2;
}

.forms .button {
	width: 232px;
	text-align: right;
}

.forms .row p {
	margin: 0 0 0.2em 0;
	padding: 0;
}

.forms .row textarea {
	font-size: 1.2em;
	font-family: arial, sans-serif;
}


.forms label div {
	font-weight: normal;
	margin: 0.2em 0 0.5em 0 !important;
	color: #cc232a;
}





/*
	Decore
*/

.forms .long .label {
	width: 19em;
}

.forms .long .field {
	margin: 0 0 0 20em;
}

.forms .field .input {
	width: 230px;
	border: 1px solid #a5acb2;
}

.forms .field .select {
	width: 230px;
}


.control_add_row td {
	padding-top: 0.2em;
	background-color: #f0f0f0;
}
.control_add_row td .btn-add {
	float: right;
}



/*
	Decore
*/


.forms .short .label {
	width: 6em;
}

.forms .short .field {
	margin: 0 0 0 7em;
}


.forms .helper {
	width: 320px;
	/*border: 1px solid #cccccc;*/
	padding: 5px;
	border: 0;
	margin-top: 2px;
	font-size: 1.2em;
	position: absolute;
	background: #d8e8f7;
}

.forms .helper div {
	margin-bottom: 0.2em;
}

.forms .helper .closer {
	text-align: right;
	margin: 0.3em 0 0 0;
	font-size: 0.85em;
}


/*
	Basket
*/

.bag {
	background: url('/off-line/i/i-bag.gif') no-repeat;
	padding-left: 35px;
	padding-top: 0em;
	padding-bottom: 0.4em;
}
.bag div {
	font-size: 55%;
	color: #666666;
	margin-top: 0.2em;
}

.basket_container {
	width: 100%;
}

.basket_container th {
	background: #f0f0f0;
	color: #666666;
	font-weight: normal;
	text-align: left;
	padding: 0.2em 10px 0.2em 10px;
}

.basket_container td {
	padding: 0.3em 10px 0.3em 10px;
	border-bottom: 1px solid #cccccc;
}

.basket_container .good img {
	float: left;
	padding-right: 10px;
}

.basket_container .good div {
	float: left;
	padding-right: 10px;
}

.basket_container .good h3 {
	padding-bottom: 0.3em;
	font-size: 1.1em;
}
.basket_container .good p {
	padding-bottom: 0.2em;
	color: #999999;
}

.basket_container .v90 {
	padding-top: 28px;
}

/* Плашка под товарами в корзине */

.basket_control {
	background-color: #f0f0f0;
	padding: 0.2em 10px 0.2em 10px;
	margin-bottom: 10px;
	color: #666666;
}

.basket_control .desc {
	float: left;
}

.basket_control .desc span {
	color: #cc2329;
}

.basket_control .delete_button {
	float: right;
	width: 70px;
	text-align: right;
}

.basket_control .order_sum {
	float: right;
}

.basket_control .order_sum span {
	font-size: 1.24em;
	font-weight: bold;
	color: #cc2329;
}


/* Конпки оформления заказа */

.basket_order {
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 500;
}

.basket_order .order_button {
	float: right;
	padding-right: 10px;
}

.basket_order .one_click_button {
	float: right;
	padding-right: 10px;
}

.step_back {
	position: absolute;
	right: 103px;
}

/* Хелп заказа за один шаг */

#order_params {
	width: 387px;
	display: none;
	position: absolute;
	top: 25px;
	right: 122px;
	border: 1px solid #cccccc;
	background: url('/off-line/i/back-error.gif') repeat-x;
	padding: 10px 10px 9px 10px;
	z-index: 200;
}

#order_params h4 {
	font-size: 1.125em;
	color: #dbb676;
	padding: 0;
	margin: 0 0 0.6em 0;
}

#order_params p {
	padding: 0;
	margin: 0 0 0.2em 0;
}



/*
	Навигация в корзине
*/

.order_nav {
	background-color: #f0f0f0;
	color: #666666;
	margin-bottom: 2em;
}

.order_nav ul {
}
.order_nav ul li {
	display: inline;
	list-style: none;
	float: left;
	display: block;
	padding: 0.4em 0 0.4em 10px;
}
.order_nav li img {
	padding-top: 5px;
}

.order_nav .selected {
	font-weight: bold;
}

.step_button {
	background-color: #f0f0f0;
	color: #666666;
	margin: 1em 0 2em 0;
	text-align: right;
	padding: 0.4em 10px;
}

.deliver {
	border-bottom: 1px solid #cccccc;
	margin-right: 10px;
}

.confirm {
	position: relative;
}

.confirm .deliver {
	margin: 0 0 10px 0;
}

.confirm h4 {
	margin: 0.2em 0 0 0;
	padding: 0;
	font-size: 150%;
	font-weight: normal;
}

.confirm p {
	color: #666666;
	padding: 0;
	margin: 0.2em 0 0 0;
}

.confirm .label {
	color: #ad7c62;
	font-weight: bold;
}

.confirm .confirm_label {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}
.confirm .confirm_data {
	width: 65%;
	float: right;
	margin-bottom: 10px;
}

.confirm .confirm_left {
	width: 60%;
	float: left;
}
.confirm .confirm_right {
	width: 35%;
	float: right;
}

.confirm.comment .label {
	padding: 10px;
}

.confirm.comment textarea {
	width: 538px;
	height: 100px;
	font-family: arial, sans-serif;
	line-height: 145%;
	border: 1px solid #cccccc;
	font-size: 1.2em;
	padding: 10px;
}

.confirm_data table {
	width: 100%;
}
.confirm_data table td {
	padding: 0 0.5em 0.5em 0;
	color: #666666;
	white-space: nowrap;
}

.confirm_data table td.last {
	padding: 0 0 0.5em 0;
	text-align: right;
	width: 50%;
}





/*
	Всплывающие окна
	Добавление товара
	---------------------
*/

#inPop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
}

#inPop .container {
	width: 750px;
	//width: 780px;
	position: absolute;
	/*float: left;*/
	left: 50%;
	margin-left: -375px;
	z-index: 5000 !important;
	padding: 10px;
	top: 50%;
	margin-top: -260px;
	background: #ffffff;
}

#inFrame {
	width: 750px;
	height: 520px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#icnClose {
	text-align: right;
}



/*
	Всплывающие окна
	Просмотр фото
	---------------------
*/

#popup_content {
	position: absolute;
	top: 7%;
	left: 0;
	z-index: 400;
	width: 100%;
}

#popup_content .icon_close {
	position: absolute;
	z-index: 402;
	top: 0;
	right: 2em;
	width: 52px;
	height: 52px;
	background: transparent url("/off-line/i/i-close.png") no-repeat;
}

#popup_content .icon_close:hover {
	background-position: -52px 0;
}


#popup_content .picture {
	position: absolute;
	z-index: 401;
	top: 0;
	background: #ffffff;
	padding: 10px;
	left: 50%;
	margin-left: -244px;
	width: 468px;
	height: 686px;
}

#popup_content .picture.loading {
	background: url( '/off-line/i/i-progress.gif' ) #ffffff no-repeat 50% 50% !important;
}

#popup_content .picture_prev {
	position: absolute;
	z-index: 410;
	top: 273px;
	left: 50%;
	margin-left: -270px;
	width: 26px;
}

#popup_content .picture_next {
	position: absolute;
	z-index: 410;
	top: 273px;
	left: 50%;
	margin-left: 244px;
	width: 26px;
}



#popup_content .size {
	position: fixed;
	display: block;
	z-index: 401;
	top: 2em;
	background: #ffffff;
	padding: 10px;
	left: 50%;
	margin-left: -300px;
	width: 620px;
}

.size_left {
	float: left;
	position: relative;
	width: 45%;
}

.size_right {
	float: right;
	position: relative;
	width: 45%;
}




#subscribe {
	position: absolute;
	right: 0;
	top: 0.7em;
	width: 200px;
}

#subscribe input {
	position: relative;
	float: left;
}

#subscribe .iemail {
	width: 150px;
	border: 1px solid #a5acb2;
	height: 17px;
	margin-right: 5px;
}



/* Промо код */


#promo_code {
	position: absolute;
	right: 0;
	top: 2.9em;
	right: 10px;
}

#promo_code .desc {
	vertical-align: middle;
	padding-right: 0.5em;
}

#promo_code input {
	position: relative;
	float: left;
}

#promo_code .icode {
	width: 100px;
	border: 1px solid #a5acb2;
	font-size: 11px;
	margin-right: 5px;
}




/*  Добавить друга */


#add_friend {
	margin-bottom: 40px;
	background: #f0f0f0;
	padding: 7px 10px 7px 10px;
}

#add_friend td {
	vertical-align: middle;
	padding-right: 0.5em;
	font-size: 1.2em;
}

#add_friend .itext {
	width: 100px;
	border: 1px solid #a5acb2;
	/*font-size: 12px;*/
	margin-right: 5px;
}






/* Дерьмо на страницах */

.helper {
	color: #666666;
	border-top: 1px solid #cccccc;
	padding: 10px;
}

.helper p {
	margin-bottom: 0;
	padding-bottom: 0;
	text-indent: 2em;
}





.brand_title {
	float: left;
}


.brand_href {
	float: right;
	margin-right: 10px;
}
