/* ICOM CMS v.9.0 Copyright Студия Иком 2009
 http://www.icom-studio.com.ua/copyright.html
*/

/*
цвета:
#E4BFD6 - розовый 
#531A3A - цвет ссылок, темно- красный

*/

*, body {
	margin: 0;
	padding:0;
}

body {
	font-family: verdana, tahoma;
	font-size: small;
	color: #531A3A;
}

a {
	color: #531A3A;
}


h1 {
	margin: 0 0 5px 0;
	font-size: 110%;
	color: #531A3A;
}
h2 {
	margin: 0 0 1em 0;
	font-size: 110%;
	color: #531A3A;
}

h3 {
	font-size: 120%;
}




/* ============================================ */
#main_div {
	width: 960px;
	margin: 0px auto 0 auto;
	padding: 10px;
}

#main_relative {
	position: relative;
}

.block_search {
	display: none;
/*	visibility: hidden;*/
	position: absolute;
	background-color: #E4BFD6;
	border: 3px double #FFFFFF;
	height: 300px;
	width: 115px;
	overflow-y: auto;
	z-index: 120;
	padding: 2px;
}
.block_search a {
	text-decoration: none;
}
.block_search a:hover {
	text-decoration: underline;
}


#block_search_catalog {
	top: 200px;
	left: 260px;
}


#block_search_brands {
	top: 200px;
	left: 260px;
}

#block_search_sizes {
	top: 200px;
	left: 394px;
}

#block_search_prices {
	top: 200px;
	left: 530px;
}


#header {
	height: 205px;
	background: transparent url('/images/logo.jpg') no-repeat left 0px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 270px;
	height: 190px;
}

#logo a {
	display: block;
	width: 270px;
	height: 190px;
}

#top_banner {
	position: absolute;
	top: 20px;
	left: 320px;
}
.top_text {
	position: absolute;
	top: 3px;
	left: 320px;
}

/* ************************* */
#header_basket {
	position: absolute;
	top: 18px;
	left: 810px;
	border: 1px solid transparent;
	display: block;
/*	float: right;*/
	width: 154px;
	height: 180px;
}

#header_basket > div {
	width: 154px;
	height: 180px;	
	background: transparent url('/images/header_basket.gif') no-repeat;
}
#header_basket > div.not_empty  {
	background: transparent url('/images/header_basket_not_empty.gif') no-repeat;
}
.not_empty a {
	display: block;
	width: 154px;
	height: 150px;
}

.top_basket_summ {
	padding: 10px 0 0 8px;
	font-size: 9px;
}
.top_basket_summ strong {
	font-size: 12px;
}

#top_button_menu {
	position: absolute;
	top: 20px;
	left: 664px;
	width: 130px;
}
#top_button_menu ul {
	list-style: none;
}
#top_button_menu ul li {
	display: block;
	height: 36px;
	margin:  0 0 1px 0;
	padding: 0;
}

#top_search_button_menu {
	position: absolute;
	top: 168px;
	left: 260px;
}

#top_search_button_menu ul, #top_search_button_menu ul li {
	list-style: none;
	display: inline;
}




#top_menu { 
	float: left;
	overflow: hidden;
}

#top_menu ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#top_menu ul li {
	float: left;
	list-style: none;
	font-size: 100%;
	margin: 0.2em 0 0.2em 0;
	padding-left: 10px;
}


#top_menu ul a {
	display: block;
	padding: 0 0 2px 0;
}

#top_menu ul a:hover {
	text-decoration: underline;
	color: red;
}

#top_menu ul p {	
	color: red;
	margin: 0;
	font-weight: bold;
	background-color: #3D3D3D;
}


/* ============================================ */
#left_column {
	float: left;
	width: 225px;
}

.lbnr {
	margin: 20px 0 0 20px;
}
/* ============================================ */
#rsd_menu {
	margin: 0 10px 0 0;
}
#rsd_menu, #rsd_menu li, #rsd_menu ul li {
	list-style: none;
	margin-left: 10px;
}
#rsd_menu p {
}

#rsd_menu li ul {
	margin-left: 10px;
}

#rsd_menu li p {
/*	background-color: #DDB4C9;
	padding: 3px 10px 3px 10px;
	margin: 4px 0 4px 0;
	font-size: 110%;
	border: 4px double #fff;
	color: #864553;
	font-style: italic;*/
	cursor: pointer;

}

#rsd_menu li ul li  {
/*	border: 1px solid #999999;*/
	margin: 4px 0 4px 0;
/*	background-color: #FFF;*/
}

#rsd_menu a , #rsd_menu strong {
	color: #531A3A;
	text-decoration: none;
}

#rsd_menu a:hover {
	text-decoration: underline;
/*	color: red;*/
}


/* ============================================ */
#right_column {
	float: right;
	width: 140px;
	text-align: center;
}

#logos {
	display: block;
	width: 120px;	
	list-style: none;
	margin: 0 0 0 17px;
}
#logos li {
	display: block;
	width: 120px;		
	margin: 5px 0 5px 0;
}

#logos li a {
	display: block;
	width: 120px;
	height: 62px;
}

#right_buttons {
	list-style: none;
	margin: 0 0 0 3px;
}
#right_buttons a {
	display: block;
	width: 160px;
	height: 65px;
	background-repeat: no-repeat;
}


.right_bnr2 {
	padding: 0 0 0 10px;
}

/* ============================================ */
#content {
	float: left;
	width: 566px;
	
}


#content ul {
	margin: 1em;
}


.one_page {
	background: #E4BFD6 url('/images/bg_content_list.gif') no-repeat;
	min-height: 280px;
	padding: 10px 10px 20px 20px;
	margin: 0 0 20px 0;
}

/* ============================================ */

.content_list {
	background: #E4BFD6 url('/images/bg_content_list.gif') no-repeat;
	height: 376px;
	width: 566px;
}

.gb_list {
	margin: 0px 0 20px 0;
}

#content div.gb_list > div {
	/*border: 1px solid red;*/
/*	margin: 0px 0 20px 30px;*/
	padding: 52px 0 0 10px;
}



.home_1 {
	padding: 20px 0 0 0;
	height: 300px;
	text-align: center;
	margin: 0px 0 20px 0;
}
.home_3 > div {
	float: left;
	text-align: center;
	margin: 20px 0 0 20px;
}

.gb_list > div {
	margin: 0px 0 0 20px;
	padding: 20px 0 0 0;
}

.div_image {
	float: left;
	width: 262px;
	padding: 20px 10px 0 20px;
/*	text-align: center;*/
	position: relative;
}

.catalog_img_mini {
	cursor: pointer;
}

.catalog_img_big {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.announce {
	width: 526px;
	padding: 5px 20px 10px 20px;
}

.catalog_button_sizes {
	z-index: 2;
	position: absolute;
	top: 210px;
	left: 140px;
	cursor: pointer;
	width: 149px;
	height: 31px;
	background: transparent url('/images/catalog_button_sizes.gif') no-repeat top left; 
}
.catalog_img_sizes {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}


.div_text {
	padding: 20px 10px 0 0px;	
	float: left;
	width: 250px;
	min-height: 230px;
}

.div_text h2 {
	display: block;
	height: 2.5em;
	margin: 0 0 0 19px;
	font-size: 100%;	
	width: 200px;
	float: left;
}
.icon_promo {
	float: right;
}

.div_text table {
	font-size: 10px;
	margin: 0 0 0 19px;
	width: 215px;
}
.div_text table tr td {
	padding: 0 0 4px 0;
	vertical-align: bottom;
}


.div_text  .price {
	font-size: 180%;
	color: #8C0A0A;
	text-align: right;
	margin: 10px 10px 10px 19px;
	font-weight: bold;
}

.price_old {
	text-decoration: line-through;
}

.page_image {
	text-align: center;
	padding: 20px 0 0 0;
	height: 356px;
	margin: 0 0 20px 0;
}





/* ============================================ */
.clear {	
	clear: both;	
	height: 0;
}



/* ============================================ */
#catalog #content > div.list, #catalog_search #content > div.list {
	background-color: #E5C1D7;
	margin: 0px 0 20px 0;
/*	border: 2px dotted #999999;*/
	min-height: 300px;
}





/* ============================================ */
.basket_table {
	border-collapse: collapse;
	background-color: #DDB4C9;
	width: 100%;
	margin: 0 0 20px 0;
}

.basket_table td {
	padding: 4px;
	border: 2px solid #FFFFFF;
}	




.add_to_basket {
	position: relative;
}

.add_to_basket div.basket_button {
	width: 120px;
	height: 30px;
	background: #D54C7B url('/images/add_to_basket.gif') no-repeat top left;
	cursor: pointer;
	float: right;
}


div.add_to_basket div.basket_sizes {
	position: absolute;
	background-color: #FFFFFF;
	border: 3px double #E4BFD6;
	width: 240px;
/*	overflow-y: auto;*/
	z-index: 1;
	padding: 4px;
	top: 30px;
}

div.basket_sizes a {
	text-decoration: none;
}
div.basket_sizes a:hover {
	background-color: #E4BFD6;	
	color: #531A3A;
	text-decoration: underline;
}
/*
.basket_in_basket {
	display: block;
	width: 120px;
	height: 30px;
}*/

.basket_in_basket {
	float: right;
}
.basket_in_basket a {
	display: block;
	width: 220px;
	height: 31px;
	background: #D54C7B url('/images/basket_in_basket.gif') no-repeat top left;
}

.basket_order_buttons {
	margin: 20px 0 0 0;
}
.basket_order_buttons img {
	margin: 0 7px 0 7px;
}


.left_partnets {
	text-align: center;
	margin: 20px 0 0 0px;

}


/* ============================================ */
/*#feedback_form table {
	background-color: #E4BFD6;
	border-collapse: collapse;
	width: 100%;

}

#feedback_form table td {
	margin: 2px;
	padding: 2px;
	border: 2px solid #FFFFFF;
}
*/

/* ============================================ */
.table_form {
	background-color: #E4BFD6;
	border-collapse: collapse;
	width: 100%;
}
.table_form  td {
	margin: 2px;
	padding: 4px;
	border: 2px solid #FFFFFF;
	vertical-align: top;
}



/* ============================================ */
#footer {
	width: 960px;
	height: 76px;
	padding: 20px 0 0 0 ;
	background: transparent url('/images/bg_footer_right.jpg') no-repeat top right;
}

#footer_button_menu {
	margin:  0 0 0 208px;
}

#footer_button_menu ul {
	list-style: none;
}
#footer_button_menu ul li {
	float: left;
	margin:  0 2px 0 0px;
}

#counters_links {
	text-align: center;
	margin: 0.5em 0 0.5em 0;
	padding-bottom: 0.5em;
}
