/*////////////////////////////////////////////<FullItem>*/
img.fullItem
{
    border:3px solid #ffffff;
    width:248px;
    height:170px;
	display:block;
}
div.fullItemIcoBorder
{
    border:1px solid #a1a1a1;
	margin-bottom:5px;
}
a.fullItem:link,
a.fullItem:active,
a.fullItem:visited
{
	width:256px;
	border:0px solid red;
	display:block;
	text-decoration:none;
	float:left;
	color:#7b7b7b;
	text-align:center;
	padding:0 0 10px 0;
	margin-right:16px;
}
a.fullItem:hover
{
}


/*////////////////////////////////////////////<bigSelectCont>*/
div#bigSelectCont
{
	border:0px solid green;
	padding-bottom:11px;
	overflow:hidden;
	line-height:1.21;
}
img.bigSelectImg
{    border: 3px solid #ffffff;
    width: 248px;
    height: 170px;
}
div.bigSelectImgBorder
{
    border:1px solid #a1a1a1;
    /*width:254px;*/
}
a.firstlast:link,
a.firstlast:active,
a.firstlast:visited
{ 	width:256px;
 	border:0px solid red;
 	display:block;
 	text-decoration:none;
 	float:left;
	padding-right:16px;
}
a.firstlast:hover
{
}
div.unactiveName
{    color:#7f7f7f;
    /*font-size:14px;*/    padding:10px 0 3px 0;
}
div.unactiveTitle
{
    color:#7f7f7f;
}
div.activeName
{
    color:#7c7c7c;
    /*font-size:14px;*/
    padding:10px 0 3px 0;
}
div.activeTitle
{
    color:#7b7b7b;
    font-size:12px;
}
a#arrowLeft
{	border:0px solid red;
	width: 50px;
	height: 40px;
	display:block;
	position:absolute;
	top:60px;
	left:-26px;
	background: url('/img/arrow_big_left.png') no-repeat transparent 0 0px;

}
a#arrowRight
{
	border:0px solid red;
	width: 50px;
	height: 40px;
	display:block;
	position:absolute;
	top:60px;
	right:-26px;
	background: url('/img/arrow_big_right.png') no-repeat transparent 0px 0px;
}
a#arrowRight:hover
{
}
/*</bigSelectCont>*/
/*/////////////////////////////////////////<NavigationLine>*/
div.navigationLine
{    margin:0px auto 0px auto;
	width:830px;
	padding:8px 0 8px 30px;
	border:0px solid red;
    background:#f4eece;
	}
a.navigationLineLink:link,
a.navigationLineLink:active,
a.navigationLineLink:visited
{
 border:0px solid red;
 color:#7d7d7d;
 text-decoration:none;
 
}
a.navigationLineLink:hover
{	 text-decoration:none;

}
span.navigationLineLast
{   color:#7f7f7f;
   /*font-weight:bold;*/}

/*/////////////////////////////////////////<GoodsItemFullGoodsListItem>*/
div.goodsItemFullGoodsList
{
	border:0px solid red;
	width:540px;
}
div.GoodsItemFullGoodsListItem
{
	position:relative;
	float:left;
	width:80px;
	height:140px;
	margin:0 10px 10px 0;
	border:0px solid red;
	line-height:1.21;
	
}
img.GoodsItemFullGoodsListItemIco
{
    width:72px;
    height:100px;
	border:3px solid #ffffff;
}
div.GoodsItemFullGoodsListItemIcoBorder
{
	border:1px solid #a1a1a1;
    /*width:86px;*/
}
a.GoodsItemFullGoodsListItemName:link,
a.GoodsItemFullGoodsListItemName:active,
a.GoodsItemFullGoodsListItemName:visited
{
	border:0px solid red;
    color:#7d7d7d;
    text-decoration:none;
    display:block;
    padding: 7px 0 3px 0;

}
a.GoodsItemFullGoodsListItemName:hover div.GoodsItemFullGoodsListItemNameHover
{
	display:block;
}
div.GoodsItemFullGoodsListItemNameHover
{
	position:absolute;
	left:0px;
	bottom:135px;
	display:none;
	width:68px;
	background:#f4eece;
	padding:5px;
	border:1px solid #cccccc;
}
div.GoodsItemFullGoodsListItemTitle
{
    /*font-size:10px;*/
    color:#6b6768;
	padding-top:2px;
	font-size:13px;

}
div.GoodsItemFullGoodsListItemBasket
{
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
	width:25px;
	height:22px;
	background:url(/img/add_to_basket.png);
}
/*/////////////////////////////////////////<GoodsItem>*/
div.goodsItem
{
	position:relative;
	float:left;
	width:120px;
	height:196px;
	margin:0 16px 16px 0;
	border:0px solid red;
	line-height:1.21;
}
img.goodsItemIco
{
    width:112px;
    height:156px;
	border:3px solid #ffffff;
}
div.goodsItemIcoBorder
{
	border:1px solid #a1a1a1;
    /*width:127px;*/
}
a.goodsItemName:link,
a.goodsItemName:active,
a.goodsItemName:visited
{
    font-size:12px;
    color:#7d7d7d;
    text-decoration:none;
    display:block;
    padding: 7px 0px 3px 0;
	position:relative;
}
a.goodsItemName:hover div.goodsItemHover
{
	display:block;
}
div.goodsItemHover
{
	position:absolute;
	left:0px;
	bottom:170px;
	display:none;
	width:108px;
	background:#f4eece;
	padding:5px;
	z-index:10000;
	border:1px solid #cccccc;
}
div.goodsItemTitle
{
    /*font-size:10px;*/
    color:#6b6768;
	padding-top:2px;
	font-size:13px;
}
div.goodsItemBasket
{
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
	width:25px;
	height:22px;
	background:url(/img/add_to_basket.png);
}


/*<///////////////////////////////////////////GoodsItemFull>*/
div.goodsItemFull
{	float:left;
	width:794px;
	position:relative; 	border:0px solid red;
}
img.goodsItemFullImg
{    border:3px solid white;
    width:522px;
    height:356px;}
a.goodsItemFullImgLink:link,
a.goodsItemFullImgLink:active,
a.goodsItemFullImgLink:visited,
a.goodsItemFullImgLink:hover
{
    font-size:12px;
    color:#252320;
    text-decoration:none;
	float:left;
    margin:0px 10px 7px 0;
	border:1px solid #a1a1a1;
	display:block;
	
}
img.goodsItemFullDoubleImg
{
    border:3px solid white;
    width:252px;
    height:352px;
}
a.goodsItemFullDoubleImgLink:link,
a.goodsItemFullDoubleImgLink:active,
a.goodsItemFullDoubleImgLink:visited,
a.goodsItemFullDoubleImgLink:hover
{
    font-size:12px;
    color:#252320;
    text-decoration:none;
	float:left;
    margin:0 10px 10px 0;
	border:1px solid #a1a1a1;
/*    width:262px;
    height:366px;*/
	display:block;
	
}
div.goodsItemFullImgList
{
	clear:both;
	width:538px;
	height:20px;
	border:0px solid red;
	text-align:center;
}
a.goodsItemFullImgList:link,
a.goodsItemFullImgList:active,
a.goodsItemFullImgList:visited
{
    font-size:12px;
    color:#252320;
    text-decoration:none;
}
a.goodsItemFullImgList:hover
{    color:#d79964;
}

div.goodsItemFullName
{    color:#fc711a;
    font-size:14px;
    font-weight:bolder;
}
div.goodsItemFullTitle
{    color:#8b8b89;
    /*font-size:12px;*/
    padding:10px 0;

}
div.goodsItemFullPrice
{
    /*font-size:16px;*/
    color:#211b19;
    font-weight:bolder;
}
div.goodsItemFullBasketAdd
{
	cursor:pointer;
	position:absolute;
	right:0;
	bottom:0;
	width:40px;
	height:35px;
	background:url(/img/add_to_basketBig.png);
	z-index:1000;
}
div.goodsItemFullBasketDel
{
	cursor:pointer;
	position:absolute;
	right:50px;
	bottom:0;
	width:40px;
	height:32px;
	background:url(/img/delete_from_basketBig.png);
	z-index:1000;
}
a.goodsItemFullLighbox:link,
a.goodsItemFullLighbox:active,
a.goodsItemFullLighbox:visited
{
	display:block;
	position:absolute;
	right:100px;
	bottom:0;
	width:40px;
	height:41px;
	background:url(/img/zoom.png);
	z-index:1000;
}
a.goodsItemFullLighbox:hover
{}

/*<///////////////////////////////////////////SelectList>*/
div.selectListItem
{	clear:both;
	text-align:center;
	overflow:hidden;
    padding-bottom:10px;
    color:red;
}
span.selectListSpan
{
    color:#3c3c3c;
   /*font-size:14px;*/
}
a.selectListLink:link,
a.selectListLink:active,
a.selectListLink:visited
{   color:#7f7f7f;
   text-decoration:none;
}
a.selectListLink:hover
{
}
/*/////////////////////////////////////////<NewsItem>*/
div.newsItem
{
	position:relative;
	margin:0 0px 10px 0;
	border-bottom:1px dotted #cccccc;
	margin-right:30px;
}
img.newsItemIco
{
    width:150px;
    height:104px;
	border:0px solid red;
	float:left;
	margin: 0 10px 10px 0;
}
a.newsItemName:link,
a.newsItemName:active,
a.newsItemName:visited
{
    font-size:14px;
    color:#252320;
    text-decoration:none;
    display:block;
    padding: 3px 0 1px 0;


}
a.newsItemName:hover
{}
div.newsItemTitle
{
    color:#6b6768;
	padding: 3px 0 3px 0;
    
}
div.newsItemDate
{
    color:black;
}
/*/////////////////////////////////////////<NewsItemFull>*/
div.newsItemFull
{
	position:relative;
	margin:0 0px 10px 0;
	border-bottom:1px dotted #cccccc;
}
img.newsItemFullIco
{
    width:309px;
    height:204px;
	border:0px solid red;
	float:left;
	margin: 0 15px 10px 0;
}
div.newsItemFullName
{
    color:#252320;
    text-decoration:none;
    display:block;
    padding: 0px 0 1px 0;
    font-size:14px;
    
}
div.newsItemFullTitle
{
    color:#6b6768;
    padding: 3px 0 3px 0;
    
}
div.newsItemFullDate
{
    color:black;
}
/*<///////////////////////////////////////////Basket>*/
div.basketGoodsLine
{	width:400px;
	margin:auto;
	padding: 4px 0 ;
}
div.basketGoodsNumber
{    font-size:11px;
    float:right;
    padding-left: 6px;}
div.basketGoodsAdd
{	font-size:11px;
	color:#c7332f;
	cursor:pointer;
	float:right;
	width:25px;
	height:20px;
	background:url(/img/add_to_basketForm.png);
}
div.basketGoodsDel
{
	font-size:11px;
	color:#c7332f;
	cursor:pointer;
	float:right;
	width:25px;
	height:20px;
	background:url(/img/delete_from_basketForm.png);
	margin: 0 0 0 10px;
}
div.basketPrice
{	float:right;}
a.basketGoodsLink:link,
a.basketGoodsLink:active,
a.basketGoodsLink:visited
{     color:#cfcfcf;
     float:left;}
a.basketGoodsLink:hover
{}
a.basketSubmit:link,
a.basketSubmit:active,
a.basketSubmit:visited
{
    width:50px;
	height:40px;
	display:block;
	background:url(/img/basket_submit.png);
	color:black;
}
a.basketSubmit:hover
{
	text-decoration:none;
}
div.basketTextBefore
{	border:0px solid red;}
div.basketTextAfter
{}