h1 {
	width: auto;
	display: block;
	margin: 0;
	padding-left: 20px;
	background: url(/img/bullet.gif) left no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}


#bar {
	width: 100%;
	height: 55px;
}


#cell-1 {
	width: 30%;
	background: url(/img/inner_left.jpg) left bottom no-repeat;
}


#cell-2 {
	width: 70%;
	background: url(/img/inner_right.jpg) right bottom no-repeat;
	padding-bottom: 70px;
}

#navBar {
	height: 35px;
	background-color: #F4F3EB;
	padding-top: 20px;
	margin-bottom: 30px; 
}


#cart {
	height: 48px;
	background-color: #F4F3EB;
	xbackground: #F4F3EB url(/img/cart.gif) left center no-repeat;
	padding-top: 7px;
	padding-left: 6px;
}
#cart a {
	color: #000;
}

#submenu {
	padding: 23px 30px 200px 42px;
}
#submenu div {
	margin: 2px 0 2px 0;
}
#submenu div.a {
	background: url(/img/menu_bull_on.gif) left center no-repeat;
	padding-left: 15px;
}
#submenu div.na {
	background: url(/img/menu_bull_off.gif) left center no-repeat;
	padding-left: 15px;
}
#submenu span {
	font-weight: bold;
	color: #000;
}
#submenu a {
	color: #6A6962;
}
#submenu a:hover {
	color: #FF6D10;
}

#submenu div.l2na {
	background: url(/img/menu_bull_small_on.gif) left center no-repeat;
	padding-left: 15px;
	font-size: 94%;
}
#submenu div.l2a {
	background: url(/img/menu_bull_small_off.gif) left center no-repeat;
	padding-left: 15px;
	font-size: 94%;
	font-weight: bold;
}





div.pageNav {
	margin: 20px 0 20px 7px;
}
div.pageNav .page-current {
	font-weight: bold;
}
div.pageNav a {
	color: #A5A395;
}

#catalogList {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}

#catalogList div.item {
	width: 270px;
	background: url(/img/picture_bg.gif) left top no-repeat;
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
}

#catalogList div.image {
	width: 215px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#catalogList div.image a.image {
	display: block;
	width: 179px;
	height: 84px;
	margin: 0;
	padding: 66px 0 0 36px;
	position: absolute;
	font-size: 11px;
	text-decoration: none;
	color: #6A6962;
}

#catalogList div.cartIcon {
	width: 25px;
	height: 25px;
	position: absolute;
	margin: 78px 0 0 193px;
	padding: 0;
}

#catalogList div.price {
	width: 80px;
	height: 45px;
	background: url(/img/price_bg_l.gif) left center no-repeat;
	position: absolute;
	margin: 113px 0 0 167px;
	padding: 0;
}
#catalogList div.price div {
	height: 39px;
	background: url(/img/price_bg_r.gif) right center no-repeat;
	color: #FFF;
	padding-top: 6px;
	padding-right: 6px;
	margin-left: 10px;
	font-weight: bold;
}

#catalogList div.description {
	padding: 15px 8px 8px 8px;
}
#catalogList div.description div.name {
	color: #7EB000;
	font-weight: bold;
	font-size: 120%;
}
#catalogList div.description div.name a {
	color: #7EB000;
	font-weight: bold;
}
#catalogList div.description div.art {
	color: #000;
	font-weight: bold;
	font-size: 100%;
}
#catalogList div.description span {
	display: block;
	color: #6A6962;
	font-size: 85%;
}




#itemBlock {
	
}
#itemBlock div.image {
	width: auto;
	height: auto;
	float: left;
	padding: 0 30px 20px 0;
}
#itemBlock div.attrib {
	width: 300px;
	height: auto;
	float: left;
}
#itemBlock div.description {
	width: 300px;
	height: auto;
	float: left;
	padding: 0 20px 20px 0;
}
#itemBlock div.cartBlock {
	float: left;
	width: 150px;
	float: none;
	padding: 0 20px 20px 0;
}
#itemBlock div.cartBlock div.price {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#itemBlock div.art {
	color: #000;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 5px 0;
}
#itemBlock span {
	display: block;
}


table.cp td {
	padding: 10px;
}
