/** Список товаров */
#goods
{
	clear: both;
}

#goods .sub_rubr
{
	font-size: 18px;
	color: #6e5448;
	clear: both;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#goods .products_collection
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #a01c1c;
	padding-bottom: 5px;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	clear: both;
	
}

#goods .sub_rubr a
{
	text-decoration: none;
	color: #6e5448;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}

#goods .sub_rubr a:hover
{
	color: #666;
}

#goods .sub_rubr_menu
{
	clear: both;
	padding: 0;
	margin: 0;
	padding-left: 1px;
}

#goods .sub_rubr_menu li
{
	font-size: 14px;
	list-style: none;
	color: #999;
	float: left;
	padding: 10px 20px 10px 0;
	margin: 0;
}

#goods .sub_rubr_menu li a
{
	color: #333;
}

#goods .sub_rubr_menu li a:hover
{
	color: #999;
}

#goods #count
{
	padding-bottom: 10px;
	font-size: 12px;
	color: #999;
	clear: both;
	padding-top: 10px;
}

#goods #count span
{
	color: #000;
}

#goods .item
{
	width: 400px;
	height: 230px;
	float: left;
	margin: 0 20px 10px 0;
	overflow: hidden;
}

#goods .item .img img , #good .img img
{
float: left;
margin-right: 10px;
border: 10px solid #dbcfa8;
width:144px; 
height:120px;
}

#goods .item .img .holder, #good .img .holder
{
	position: relative;
	overflow: hidden;
	z-index: 10;
	float: left;
	
}

#goods .item .img .holder img, #good .img .holder img
{
	position: relative;
	z-index: 5;
}

#goods img, #good img
{
	border: none;
}

#goods .item .article
{
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}

#goods .item .article a
{
margin-left: 20px;
text-decoration: none;
color: #a01c1c;
}

#goods .item .article a:hover
{
color: #999;
}

#goods .item .name
{
	padding-bottom: 10px;
}

#goods .item .name a
{
	color: #443027;
	font-size: 14px;
}

#goods .item .name a:hover
{
	color: #666;
	text-decoration: underline;
}

#goods .item .dimension
{
	font-size: 12px;
	color: #333;
}

#goods .item .dimension .bold
{
	font-weight: normal;
	color: #333;
}

#goods .item .price
{
	font-size: 14px;
	padding-top: 10px;
}


#goods .item .price .value
{
	font-size: 18px;
	color: #a01c1c;
	font-weight: bold;
}

#goods .item .price .hunit
{
	color: #999;
	font-size: 12px;
}

#goods .item .tobasket
{

	clear: both;
}

#goods .item .tobasket form
{
	margin-top: 3px;
	padding: 3px 7px 3px 7px;
	color: #8d795d;
	background-color: #f0f0f0;
	display: block;
	padding-left: 175px;
	
}

.tobasket .ord_field
{
	width: 50px;
	font-size: 12px;
	border: 1px solid #6e5448;
}

.tobasket .order
{
	position: relative;
	top: 8px;
}


#good .pics
{
	height: 300px;
	width: 200px;
	float: left;
}

#good .pics .img
{
	margin-top: 10px;
}

#good .article
{
	padding-top: 10px;
	font-size: 14px;
	color: #333;
}

#good .description
{
	font-size: 12px;
	color: #d29b40;
}

#good .params div
{
	font-size: 14px;
	padding: 3px 0 3px 0;
	color: #333;
	font-weight: bold;
}

#good .params div span
{
	font-weight: normal;
	color: #674600;
}

#good .price
{
	padding-top: 20px;
	font-size: 16px;
}

#good .price .value
{
	font-size: 28px;
	color: #a01c1c;
}

#good .price .kol
{
	font-weight: bold;
	color: #a01c1c;
}

#good .pic
{
	width: 88px;
	height: 79px;
	float: left;
}

#good .pic a
{
	width: 64px;
	height: 55px;
	position: relative;
	display: block;
	overflow: hidden;
	top: 8px;
	left: 10px;
}



div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #000;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
}

td#fancy_title_main {
	height: 32px;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
	outline:none;
}

a#fancy_right {
	right: 0px; 
	outline:none;
}

a#fancy_left:hover {
	background: transparent url(fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_nw.png) no-repeat;
}


#connected_goods
{
margin-top: 20px;
padding: 10px;
background: #f0f0f0;
}


#connected_goods .title
{
font-size: 16px;
color: #777;
}

#connected_goods .item
{
padding-top: 10px;
font-size: 14px;
}

#connected_goods .item a
{
	color: #443027;
}

#connected_goods .item a:hover
{
 color: #666;
}

#connected_goods .item .price
{
color: #a01c1c;
font-weight: bold;
}

ul.collections
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.collections li
{
	width: 205px;
	float: left;
	margin: 0 2em 2.5em 0;
}

ul.collections li a
{
	text-decoration: none;
	font-size:14px;
	padding-bottom:4px
}

ul.collections li img
{
	border: none;
}

ul.collections li div
{
	font-size: 10px;
	color: #999;
}


ul.collections_noimg
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.collections_noimg li
{
	padding: 0;
	margin: 0;
}

ul.collections_noimg div
{
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
}

