html, body {
	height: 100%;
}
body {
	margin-top: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #606060;
}

p {
	margin-top: 0px;
}

a {
	text-decoration: underline;
	color: #fe7101;
}
a:hover {
	text-decoration: none;
	color: #f59c55;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
}
h3 {
	font-weight: normal;
	font-size: 16px;
	color: #fe7101;
}
h4 {
	font-size: 12px;
	color: #fe7101;
}

ul {
	list-style: circle;
}

ul.errors {
	color: #d91010;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	list-style: none;
}
ul.errors li {
	height: 16px;
	background: url('/img/alert.png') no-repeat left;
	font-weight: bold;
	padding-left: 24px;
	margin: 0px 0px 6px 0px;
}

ol li {
	margin-bottom: 4px;
}

hr {
	background: none;
	height: 1px;
	border-bottom: 1px solid silver;
}

input.txt, select, textarea {
	border: 1px solid #646464;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	background: #fafafa;
}

table {
	font-size: 11px;
	width: 100%;
}

.clear {
	clear: both;
}
.red {
	color: red;
}

#main_containter {
	min-height: 100%;
}

#head {
	margin: auto;
	width: 1007px;
	height: 224px;
	background: url('/img/head-bg.jpg') no-repeat;
}

#nav_icons {
	position: relative;
	height: 11px;
	top: 15px;
	left: 30px;
}
#nav_icons a {
	display: block;
	width: 15px;
	height: 11px;
	float: left;
	margin-right: 60px;
}
#nav_icons a.home {
	background: url('/img/nav-icon-home.gif') no-repeat;
}
#nav_icons a.sitemap {
	background: url('/img/nav-icon-sitemap.gif') no-repeat;
}
#nav_icons a.contacts {
	background: url('/img/nav-icon-contacts.gif') no-repeat;
}

#slogan {
	position: relative;
	top: 106px;
	left: 34px;
	font-size: 11px;
	color: #585858;
	width: 220px;
}

#menu {
	width: 1007px;
	margin: auto;
	height: 25px;
	background: url('/img/menu-bg.gif') repeat-x;
	font-size: 11px;
	margin-bottom: 20px;
}
#menu td {
	text-align: center;
	font-weight: bold;
}
#menu a {
	color: #ffffff;
	text-decoration: underline;
}
#menu a:hover {
	color: #ffbe62;
}
#menu a.active {
	color: #ffbe62;
}
#menu td {
	width: 165px;
}
#menu td.separator {
	width: 3px;
	background: url('/img/menu-separator.gif') no-repeat;
}
#menu td div {
	position: absolute;
	background: #646464;
	width: 200px;
	text-align: left;
	top: 249px;
	opacity: 0.94;
	font-weight: normal;
	border-bottom: 1px solid black;
	font-size: 10px;
	color: #ffffff;
	display: none;
	z-index: 10;
}
#menu td div ul {
	margin: 10px 0px 10px 8px;
	padding: 0px;
	list-style: none;
}
#menu td div li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#body {
	margin: auto;
	width: 1007px;
	padding-bottom: 50px;
}

#body .leftbox {
	width: 197px;
	float: left;
}
#body .leftbox .head {
	width: 197px;
	height: 25px;
	background: url('/img/box-head.png') no-repeat;
	font-weight: bold;
	color: #ffbe62;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
}
#body .leftbox span {
	margin-left: 20px;
}
#body .leftbox p, #search p {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#body .mainbox {
	width: 604px;
	float: left;
	margin: 0px 0px 0px 20px;
}
#body .mainbox .content {
	padding-bottom: 40px;
}

#body .rightbox {
	width: 166px;
	float: right;
}
#body .rightbox .head {
	font-weight: bold;
	color: #fe7101;
	margin-bottom: 10px;
}

.box .cabinet li {
	font-weight: bold;
	font-size: 12px;
	list-style-image: url('/img/box-list-icon-dark.gif');
	margin-left: 34px;
}

.bold {
	font-weight: bold;
}

.box {
	font-size: 11px;
}
.box ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 0px;
}
.box {
	margin-bottom: 30px;
}

.box ul a {
	color: #272727;
}
.box ul a:hover {
	color: #696969;
}
.box ul li {
	margin-bottom: 4px;
}

.box ul.assortment {
	font-size: 11px;
	list-style: none;
	margin-left: 0px;
}
.box ul.assortment .bullit {
	height: 11px;
	float: left;
	background: url('/img/box-list-icon.gif') no-repeat right bottom;
	margin: 0px 6px 0px 6px;
}
.box ul.assortment li {
	margin-bottom: 6px;
}
.box ul.assortment a:hover {
	color: #696969;
}
.box ul.assortment .title {
	margin: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 12px;
}

.box.news p {
	margin-top: 5px;
}
.box.news span.title {
	color: #fe7101;
}

.box.cart li {
	font-size: 9px;
}

div.hr {
	width: 100%;
	height: 1px;
	border-top: 1px solid silver;
	margin: 5px 0px;
}

#auth, #order_info_form {
	margin-left: 8px;
}
#auth input, #order_info_form input {
	border: 1px solid #bdbdbd;
	font-size: 11px;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 6px;
}
#auth label, #order_info_form label {
	display: block;
}
#auth input.submit, #order_info_form input.submit {
	border: none;
	background: none;
	font-weight: bold;
	width: 36px;
	color: #606060;
	cursor: pointer;
}


#search {
	width: 100%;
	height: 38px;
	background: url('/img/search-bg.png') no-repeat;
	padding: 8px 0px 0px 0px;
	text-align: center;
}
#search input, #search select {
	margin-right: 10px;
	background: #ffffff;
}
#search select {
	width: 106px;
}
#search input.button {
	border: none;
	background: url('/img/button-search.png') no-repeat 0px 2px;
	width: 59px;
	height: 19px;
	cursor: pointer;
}
#query {
	width: 374px;
	padding-left: 2px;
}

#advanced_search {
	font-size: 11px;
	height: 32px;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}
#advanced_search input {
	font-size: 11px;
}

#section_switch {
	height: 38px;
	margin-bottom: 20px;
}
#section_switch a {
	display: block;
	float: left;
	width: 293px;
	height: 38px;
}

#assortment {
	width: 100%;
	clear: both;
}
#assortment th, table.cart th {
	background: #868686;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal
}
#assortment td, table.cart td {
	text-align: center;
	font-size: 11px;
	background: #d8d8d8;
	color: #000000;
}
#assortment td.name {
	font-size: 12px;
}
#assortment th.top_left {
	background: url('/img/table-corner-top-left.gif') no-repeat left top #868686;
}
#assortment th.top_right {
	background: url('/img/table-corner-top-right.gif') no-repeat right top #868686;
}
#assortment th.bottom_left {
	background: url('/img/table-corner-bottom-left.gif') no-repeat left bottom #868686;
}
#assortment th.bottom_right {
	background: url('/img/table-corner-bottom-right.gif') no-repeat right bottom #868686;
}
#assortment tr.analog td, div.analog_sq {
	background: #c9e2bb;
}
.analog_comment {
	margin: 14px 8px 14px 5px;
	font-size: 11px;
}

table.revision, table.orders {
	width: 100%;
	border: 1px solid #1e1e1e;
}
table.revision, table.orders {
	text-align: center;
}
table.revision th, table.orders th {
	background: #e9e9e9;
}
table.orders {
	font-size: 11px;
}
table tr.tr1 {
	background: #ffffff;
}
table tr.tr2 {
	background: #f6f6f6;
}

table.cart {
	width: 100%;
	font-size: 11px;
}
table.cart th.top_left {
	background: url('/img/table-corner-top-left.gif') no-repeat left top #868686;
}
table.cart th.top_right {
	background: url('/img/table-corner-top-right.gif') no-repeat right top #868686;
}

.listing {
	text-align: right;
	height: 12px;
	margin: 12px 0px;
}
.listing a {
	display: block;
	width: 12px;
	height: 12px;
	background: #5d5d5d;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	float: right;
	margin-right: 2px;
	text-decoration: none;
}
.listing a:hover {
	background: #8e8e8e;
}
.listing a.active {
	background: #f47a00;
}

.listing a.arrow.left {
	width: 6px;
	height: 12px;
	background: url('/img/arrow-left.gif') no-repeat;
	margin-right: 8px;
}
.listing a.arrow.right {
	width: 6px;
	height: 12px;
	background: url('/img/arrow-right.gif') no-repeat;
	margin-left: 6px;
}
.listing a.arrow.empty {
	width: 6px;
	height: 12px;
	margin-left: 6px;
	background: none;
}

table td.lbl {
	width: 120px;
	text-align: right;
	font-weight: bold;
}
table td.top {
	vertical-align: top;
	padding-top: 4px;
}
table div.comment {
	margin-top: 2px;
	font-size: 10px;
}

.feedback {
	font-size: 11px;
}
.feedback input.txt {
	width: 200px;
}
.feedback textarea {
	width: 360px;
	height: 200px;
}

ul.sitemap li.level_0 {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
}
ul.sitemap li.level_1 {
	margin-left: 10px;
	margin-bottom: 2px;
}

#moto_section a {
	width: 121px;
	height: 100px;
	display: block;
	float: left;
	margin-right: 39px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#moto_section a.active {
	text-decoration: none;
	color: silver;
}
#moto_section span {
	display: block;
	margin-top: 80px;
}
#moto_section a.last {
	margin-right: 0px;
}
#moto_section .moto {
	background: url('/img/moto-moto.jpg') no-repeat top;
}
#moto_section .quadro {
	background: url('/img/moto-quadro.jpg') no-repeat top;
}
#moto_section .snow {
	background: url('/img/moto-snow.jpg') no-repeat top;
}
#moto_section .hydro {
	background: url('/img/moto-hydro.jpg') no-repeat top;
}

#footer {
	margin: auto;
	clear: both;
	background: #646464;
	height: 50px;
	margin-top: -50px;
	width: 1007px;
	color: #ffffff;
	font-size: 11px;
}
#footer .copyright {
	padding: 2px 0px 0px 6px;
}
