/* MAIN */
html{
	width: 100%;
	height: 100%;
}
body{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}
table{
	border: 0px none #ffffff;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table#main{
	width: 860px;
	height: 100%;
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0px;
}
td{
	
}
td#leftColumn{
	width: 170px;
	vertical-align: top;
}
td#centerColumn{
	vertical-align: top;
}
td#rightColumn{
	width: 170px;
	vertical-align: top;
}

/* Layers */
div{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

div#blockTitle{
	width: 860px;
	height: 130;
	margin: 0 auto;
}
div#blockLogo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 175px;
	height: 70px;
	background-image: url('./images/universal/shop_logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
}
div#searchForm{
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 180px;
	width: 860px;
	height: 35px;
	background-color: #d0d0d0;
}
div#contactPhones{
	position: absolute;
	left: 0px;
	top: 80px;
	padding-left: 20px;
	height: 30px;
	text-align: left;
}


/* Блок рубрикатора */
div#blockRubrikator{
	width: 170px;
	float: left;
	clear: both;
}
/* Блок заголовка рубрикатора */
div#blockRubrikatorHeader{
	width: 170px;
	height: 29px;
	background-image: url('./images/universal/rubrikatorHeader.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	margin: 0;
	text-align: left;
	float: left;
	clear: both;
}
/* Блок рамки рубрикатора */
/* Блок внутреннего представления рубрикатора */
div#blockRubrikatorInner{
	width: 170px;
	margin-top: 1px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e5e5e5;
	float: left;
	clear: both;
}

div#blockCart{
	width: 170px;
	float: left;
	clear: both;
}
div#blockCartHeader{
	width: 170px;
	height: 29px;
	background-image: url('./images/universal/cartHeader.png');
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	text-align: left;
	float: left;
	clear: both;
}
div#blockCartBorder{
	width: 170px;
	margin-top: 1px;
	padding: 1px;
	background-color: #d6a295;
	float: left;
	clear: both;
}
div#blockCartInner{
	width: 168px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	float: left;
	clear: both;
}

div#blockContacts{
	width: 170px;
	float: left;
	clear: both;
}
div#blockContactsHeader{
	width: 170px;
	height: 29px;
	background-image: url('./images/universal/contactsHeader.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	margin: 0;
	text-align: left;
	float: left;
	clear: both;
}
div#blockContactsBorder{
	width: 170px;
	margin-top: 1px;
	padding: 1px;
	background-color: #d6a295;
	float: left;
	clear: both;
}
div#blockContactsInner{
	width: 168px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	float: left;
	clear: both;
}

div#blockADBorder{
	width: 170px;
	background-color: #000000;
	padding: 1px;
	vertical-align: top;
	float: left;
	clear: both;
}
div#blockADInner{
	width: 168px;
	background-color: #ffffff;
	float: left;
	clear: both;
}

div#blockNews{
	width: 170px;
	float: left;
	clear: both;
}
div#blockNewsHeader{
	width: 170px;
	height: 29px;
	background-image: url('./images/universal/newsHeader.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	margin: 0;
	text-align: left;
	float: left;
	clear: both;
}
div#blockNewsBorder{
	width: 170px;
	margin-top: 1px;
	padding: 1px;
	background-color: #d0d0d0;
	float: left;
	clear: both;
}
div#blockNewsInner{
	width: 168px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	float: left;
	clear: both;
}
div.block{
	width: 100%;
	float: left;
	clear: both;
}
div.blockBorder{
	width: 100%;
	background-color: #d8d4cb;
	margin-top: 1px;
	padding: 1px;
	float: left;
	clear: both;
}

div.blockInner{
	width: 100%;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	text-align: left;
	float: left;
	clear: both;
}

div.blockHeader{
	width: 100%;
	height: 29px;
	background-image: url('./images/universal/blockHeader.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	margin: 0;
	text-align: left;
	float: left;
	clear: both;
}

div.blockHeaderDark{
	width: 100%;
	height: 29px;
	background-image: url('./images/universal/newsHeader.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	margin: 0;
	text-align: left;
	float: left;
	clear: both;
}

div.blockShopFavouritesLeft{
	width: 220px;
	height: 100%;
	float: left;
	clear: left;
}
div.blockShopFavouritesRight{
	width: 220px;
	height: 100%;
	float: left;
	clear: right;
}
div.blockShopLeft{
	width: 120px;
	padding: 5px;
	float:left
}
div.blockShopRight{
	width: 100px;
	float:left;
	clear: right;
}
div.blockLeft{
	float:left;
}
div.blockRight{
	float:left;
	clear: right;
}

div.blockSiteNavigation{
	width: 860px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
	float: none;
	clear: both;
	border-bottom: 1px solid #d8d4cb;
}
div.iconbg{
	width: 860px;
	height: 35px;
	background-image: url('./images/universal/icon_divider.png');
	background-repeat: repeat-x;
	background-position: top left;
	float: none;
	clear: both;
	margin: 0 auto;
}
div.icondivider{
	width: 1px;
	height: 35px;
	background-image: url('./images/universal/icon_divider.png');
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
}
div.home{
	width: 31px;
	height: 35px;
	background-image: url('./images/universal/icon_home.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: hand;
	float: left;
}
div.icon1{
	height: 35px;
	background-image: url('./images/universal/icon_bg1.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 2px;
	float: left;
}
div.icon2{
	height: 35px;
	background-image: url('./images/universal/icon_bg2.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 2px;
	float: left;
}

div.addToCart{
	display: inline;
	height: 12px;
	background-color: #e5e5e5;
	padding: 4px;
	float: left;
}

/* SPACERS */
div.spacer5px{
	width: 100%;
	margin-top: 5px;
	float: left;
	clear: both;
	font-size: 0px;
}

div.spacer5pxcentered{
	width: 100%;
	margin-top: 5px;
	float: left;
	clear: both;
	font-size: 0px;
	text-align: center;
}

div.spacer10px{
	width: 100%;
	margin-top: 10px;
	float: left;
	clear: both;
	font-size: 0px;
}
div.spacerHR{
	width: 100%;
	height: 1px;
	float: left;
	clear: both;
	border-bottom: 1px solid #d8d4cb;
}
div.spacerVR{
	width: 1px;
	height: 100px;
	float: left;
	background-color: #d8d4cb;
}

/* ANCHORS */
a:link{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a:visited{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
a:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #cb0808;
	text-decoration: underline;
}
/*---*/
a.sub:link{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #556681;
	text-decoration: underline;
}
a.sub:visited{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #556681;
	text-decoration: underline;
}
a.sub:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #8b9bb5;
	text-decoration: underline;
}

a.path:link{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #505050;
	text-decoration: underline;
}
a.path:visited{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #505050;
	text-decoration: underline;
}
a.path:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #212020;
	text-decoration: underline;
}

a.icon:link{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #556681;
	text-decoration: underline;
}
a.icon:visited{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #556681;
	text-decoration: underline;
}
a.icon:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}

a.icondark:link{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #604d46;
	text-decoration: underline;
}
a.icondark:visited{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #604d46;
	text-decoration: underline;
}
a.icondark:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}

a.Rubrikator:link{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #556681;
	text-decoration: underline;
}
a.Rubrikator:visited{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #556681;
	text-decoration: underline;
}
a.Rubrikator:hover{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}



/* LISTS */
ul{

}

li.Rubrikator{
	list-style-image: url('./images/universal/rubrikatorListImage.png');
	margin-left : -10px;
	margin-bottom: 5px;
}

/* IMAGES */
img{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none 0px #ffffff;
}
img#cartImage{
	margin-left: 10px;
}

/* SPAN ШРИФТЫ */
span{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}
span.bold{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
}
span.sub{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #505050;
}
span.blockTitleWhite{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: 10px;
}
span.blockTitleGray{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #604d46;
	margin-left: 10px;
}
span.date{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #505050;
}
span.phones{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #363636;
}
span.phonesTop{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

span.price{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0000;
}

/* FORMS */
input.searchString{
	height: 20px;
	width: 400px;
	margin-top: 5px;
}
input.submitButton{
	width: 60px;
	height: 20px;
}

a.ad:link{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	color: #333333;
}

a.ad:visited{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	color: #333333;
}

a.ad:hover{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	color: #ff3333;
}
span.ad{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}
