@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background: url(../img/all_bg.png) repeat-x left top #33302e;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 11px;
	color: #807c79;
}
*html body {
	margin-bottom: 60px;
}
a:link, a:visited {
	color: #f37320;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f37320;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0px;
}
div.main {
	position:relative;
	width: 900px;
	background: #ffffff url(../img/main_bg.png) repeat-y left top;
	border: 5px solid #ffffff;
	margin: 35px 0px 60px 0px;
	text-align: left;
}
div.header {
	width: 100%;
	background: url(../img/header_pics.png) no-repeat right top;
}
div.left {
	float: left;
	width: 297px;
}
div.menu {
	background: #33302e;
}
div.menu a:link, div.menu a:visited {
	background: #33302e;
	border-bottom: 2px solid #ffffff;
	display: block;
	padding: 5px 0px 5px 27px;
	color: #ffffff;
}
div.menu a:hover {
	background: url(../img/menu_active_bg.png) no-repeat left top;
	border-bottom: 0px;
	display: block;
	padding: 5px 0px 7px 27px;
	color: #ffffff;
	text-decoration: none;
}
div.menu a.active:link, div.menu a.active:visited {
	background: url(../img/menu_active_bg.png) no-repeat left top;
	border-bottom: 0px;
	display: block;
	padding: 5px 0px 7px 27px;
	color: #ffffff;
	text-decoration: none;
}
div.catalog {
	background: #f3f3f3 url(../img/catalog_bg.png) repeat-x left top;
	padding: 5px 0px 15px 27px;
}
div.catalog h2 {
	padding: 5px 0px 5px 40px;
	margin: 0px 0px 3px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #33302e;
	background: url(../img/catalog_icon.png) no-repeat left center;
}
div.catalog a:link, div.catalog a:visited {
	/*display: block;
	padding: 3px 0px 3px 17px;*/
	font-weight: bold;
	color: #33302e;
	/*background: url(../img/catalog_item_bg.png) no-repeat left center;*/
}
div.login {
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 15px;
}
div.login h3 {
	background: #33302e;
	width: 80%;
	padding: 5px 0px 5px 27px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
div.login p {
	padding: 0px 27px;
	margin: 5px 0px;
}
div.login input {
	width: 240px;
	height: 16px;
	background: url(../img/login_input_bg.png) no-repeat left top;
	color: #808080;
	font-size: 11px;
	border: 0px;
	padding: 3px 10px;
	margin: 5px 0px 0px 17px;
}
div.login div.buttons {
	text-align: center;
	padding-top: 10px;
	margin: 0px 40px 0px 27px;
}
div.login div.buttons input {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: none;
	cursor: pointer;
	width: 142px;
	height: 36px;
}
div.login div.buttons a:link, div.login div.buttons a:visited {
	color: #33302e;
	font-size: 11px;
	line-height: 16px;
}
div.right {
	float: right;
	width: 601px;
}
div.title {
	background: #f5f4f4;
	padding: 8px;
	border-bottom: 2px solid #ffffff;
}
div.title h1 {
	padding: 0px;
	margin: 0px 210px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #33302e;
}
div.title div.search {
	padding: 0px;
	margin: 0px;
	float: right;
	height: 21px;
}
div.title div.search input {
	width: 163px;
	height: 16px;
	background: url(../img/search_bg.png) no-repeat left top;
	color: #808080;
	font-size: 11px;
	border: 0px;
	padding: 3px 10px;
	margin: 0px;
}
div.title div.search input.button {
	width: 24px;
	height: 21px;
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div.content {
	padding-left: 10px;
	margin-right: 40px;
	padding-bottom: 15px;
}
div.content p {
	margin: 10px 0px;
}
div.item {
	margin-top: 10px;
}
div.item-left {
	width: 120px;
	float: left;
}
div.item-left img {
	border: 1px solid #808080;
	margin-bottom: 10px;
}
div.item-right {
	margin: 0px 0px 0px 120px;
}
div.item-right a:link, div.item-right a:visited {
	font-size: 12px;
}
div.item-right span {
	font-size: 20px;
	color: #f37320;
	font-weight: bold;
}
div.item-right p.price {
	width: 200px;
}
div.item-buttons {
	position: relative;
	width: 82px;
	height: 36px;
	float: right;
	margin: 0px;
	padding: 0px;
}
div.item-buttons input {
	cursor: pointer;
}
div.clear {
	height: 4px;
	background: #f37320;
	clear: both;
	padding: 0px;
}
div.footer {
	clear: both;
	width: 846px;
	height: 72px;
	background: url(../img/footer_bg.png) repeat-x left top;
	color: #33302e;
	font-size: 12px;
	padding: 20px 27px;
	_padding: 17px 27px;
}
div.footer p {
	margin: 0px;
	float: left;
}
div.footer div {
	float: right;
	text-align: right;
}
div.footer div p {
	text-align: left;
	float: right;
	margin-top: 10px;
}

