/**
* General CSS for page - screen media
*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset {
	padding: 0;
	margin: 0;
}
html {
	background-color: #f0f0f0;
	color: #333;
}
body {
	width: 100%;
	background: url(/images/headerTop.png) #f0f0f0 repeat-x 0% 0% scroll;
	padding-top: 10px;
	color: #333;
	font-size: 90%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	min-width: 994px;
	max-width: 1600px;
	line-height: 140%;
}
hr {
	margin: 0 5% 10px 5%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
	margin-bottom: 10px;
}
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
ul {
	margin-left: 1.5em;
	margin-bottom: 10px;
}
a {
	font-size: 100%;
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	margin: 0;
}
img.tyrePreview, img#tyrePreview {
	height: 130px;
	width: 95px;
	margin: 0 10px 10px 0;
	float: left;
}
img.wheelPreview, img#wheelPreview {
	height: 150px;
	width: 150px;
	margin: 0 0 10px 10px;
	float: right;
}
input.w, textarea.w {
	background-color: #ff9;
}
div.navigation {
	color: #666;
	padding: 3px 35px 5px 35px;
	margin: 7px -5px;
	border: 1px dashed #ccc;
}
.navigation a {
	margin-right: 10px;
	margin-left: 10px;
	color: #f00;
}
.navigation a.arrow {
	text-decoration: none;
}
.navigation a:hover {
	color: orange;
	border-bottom: 1px dashed orange;
}
p {
	text-indent: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
}
p.li {
	margin-bottom: 5px;
	margin-left: 2.8em;
	text-indent: -1.3em;
	text-align: left;
}
p.note {
	padding: 3px 10px;
	border: 1px dashed #ccc;
	border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
	background-color: #ff9;
}
.nobr {
	white-space: nowrap;
}
.clear {
	clear: both;
}
h3.entryGeneral {
	display: inline-block;
	margin: 0;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-right: 10px;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	font-size: 12px;
}
div.entryGeneral {
	padding-top: 5px;
	margin: 20px;
	margin-top: 0;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
/**
* VCARD BLOCK
*/
dl.vcard {
	display: block;
	margin: 0 20px;
	color: #fff;
	background-color: transparent;
}
dl.vcard dt, dl.vcard dd {
	display: block;
	float: left;
	margin: 0 5px;
	white-space: nowrap;
}
dl.vcard dt a.link {
	color: #fff;
	margin-left: 30px;
}
dl.vcard dd {
	font-size: 130%;
}
dl.vcard dd.tel {
	margin: 0 10px 0 5px;
}
dl.vcard dd.adr {
	font-size: 100%;
}

/**
* ADMIN BLOCK
*/
a#admin {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	text-decoration: none;
	color: #ccc;
}
a#admin:hover {
	border-bottom: 1px orange dashed;
	color: orange;
}
/**
* ContentPart: center, left, right Parts of Page
*/
div.clear {
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative;
}
div.content, div#leftBlock, div#rightBlock {
	position: relative;
	left: 100%;
	float: left;
}
div.content {
	margin-left: -100%;
	width: 100%;
}
div#leftBlock {
	padding-top: 1.4em;
	margin-left: -100%;
	width: 170px;
}
div#rightBlock {
	margin-left: -221px;
	width: 201px;
	border: 1px solid #ccc;
	border-left: none;
	padding-left: 1px;
}
div#content {
	margin: 0 220px 10px 170px;
	padding: 10px;
	border: 1px solid #ccc;
	min-height: 610px;
	height: auto !important;
	height: 610px;
	background-color: #fff;
}
div#content h1 {
	font-size: 120%;
	border-bottom: 1px dotted #ccc;
}
div#content h1 a {
	color: #999;
	font-size: 80%;
}
div#content h1 a.normal {
	font-size: 100%;
	color: #000;
}
div#content h1 a:hover {
	color: #666;
}
/**
* Left Page's Part: Menu
*/
div#leftBlock h2.ul_title {
	font-size: 80%;
	font-weight: bold;
	color: #e0e0e0;
	padding: 2px 15px 2px 0;
	margin: 20px 0 0 20px;
	text-align: right;
	background: url(/images/h2_ul_title.png) transparent no-repeat -6px 0% scroll;
}
div#leftBlock h2.ul_title.activ {
	color: #fff;
}
div#leftBlock ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
	margin-right: -1px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
div#leftBlock li {
	display: block;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
}
div#leftBlock li a, div#leftBlock li span {
	display: block;
	padding: 3px 4px 4px 15px;
	line-height: 2em;
}
div#leftBlock li a {
	text-decoration: none;
	color: #444;
	background: url(/images/buttonGrad.png) #ebebeb repeat-x 0% 0% scroll;
}
div#leftBlock li a:hover {
	background-image: none;
	background-color: #fff;
	color: #f00;
}
div#leftBlock li a.product {
	overflow: hidden;
	padding-left: 20px;
	line-height: 1em;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
	color: #666;
}
div#leftBlock li a.product span {
	display: none;
}
div#leftBlock li a.product:hover span {
	display: block;
	white-space: normal;
	position: absolute;
	left: 200px;
	margin-top: -14px;
	width: 200px;
	padding: 3px 10px;
	border: 1px dashed #ccc;
	border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
	background-color: #ff9;
}
div#leftBlock li.activ {
	border-right: 1px solid #fff;
	color: #f00;
	background-color: #fff;
}
/**
* Right Page's Part: Recomend
*/
div#rightBlock a.rec {
	display: block;
	background: url(/images/rightGrad.png) #f0f0f0 repeat-y 0% 0% scroll;
	padding: 5px;
	padding-left: 15px;
	margin: 0;
	margin-left: -1px;
	text-align: center;
	border-top: 1px #ccc solid;
	margin-top: -1px;
	font-size: 80%;
	color: #f00;
	font-weight: bold;
}
div#rightBlock a.rec:hover {
	color: #000;
}
div#rightBlock a.rec:visited {
	color: #666;
}
div#rightBlock a.rec span {
	display: block;
	margin-top: 5px;
	text-align: left;
	padding-top: 1px;
	padding-left: 1px;
	opacity: 0.95;
}
div#rightBlock a.rec:hover span {
	opacity: 1.0;
}
div#rightBlock a.tyre img {
	width: 95px;
	height: 65px;
}
div#rightBlock a.wheel img {
	width: 100px;
	height: 100px;
}
div#rightBlock a.tyre span {
	margin-left: 40px;
	background: url(/images/backgroundThmbTyre.png) #f0f0f0 no-repeat 0% 0% scroll;
	height: 74px;
}
div#rightBlock a.wheel span {
	height: 107px;
	background: url(/images/backgroundThmbWheel.png) #f0f0f0 no-repeat 0% 0% scroll;
	margin-left: 38px;
}
/**
* Footer: information about site
*/
ul#footer {
	font-family: Verdana, sans-serif;
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	color: #777;
	font-size: 10px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 5px 20px 0 20px;
}
ul#footer a {
	color: #777;
}
ul#footer li {
	display: block;
	float: left;
	width: 33%;
}
/**
* FORMS
*/
div.clear.search {
	padding-top: 0;
	border: 1px solid black;
	margin-bottom: 10px;
	background: url(/images/h2_search_title.png) #f0f0f0 repeat-x top left scroll;
}
form.search {
	text-align: center;
	padding-bottom: 3px;
}
form.search select {
	margin: auto 2px;
}
form.search div {
	float: left;
	margin-right: 20px;
}
form.search.tyres div, form.search.wheels div, form.search label, form.search h2 {
	float: none;
	margin-right: 0;
	display: block;
	padding: 2px 0 2px 10px;
	text-align: left;
}
form.search label {
	clear: left;
}
form.search.tyres label, form.search.wheels label {
	clear: none;
}
form.search div {
	padding: 2px 0 2px 8px;
}
form.search h2 {
	color: #fff;
	margin: 0;
	padding: 2px 0 10px 0;
	line-height: 100%;
	font-size: 12px;
	text-align: center;
	border-top: none;
}
form.search input[type="submit"] {
	margin-top: 5px;
}
form.search.tyres {
	border-right: 1px dotted black;
	float: left;
	width: 50%;
}
form.search.wheels {
	margin-left: 50%;
	border-left: 1px dotted black;
}
/**
* RESULT SEARCH
*/
form.searchResult {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	border: 1px solid #fff;
	border-bottom-color: #ccc;
	padding: 10px;
}
form.searchResult.activ {
	border: 1px solid #f00;
}
form.searchResult.activ a, form.searchResult.activ input {
	color: #f00;
}
form.searchResult.last {
	border-bottom-color: #fff;
	margin-bottom: 0;
}
form.searchResult:hover {
	border: 1px solid #ccc;
}
form.searchResult.activ:hover {
	border: 1px solid #f00;
}
form.searchResult h3 {
	float: left;
	margin: 0;
	font-size: 100%;
}
form.searchResult h3 a {
	margin-right: 10px;
}
form.searchResult div.clear {
	padding: 0;
}
form.searchResult div.clear .thmb {
	display: block;
	float: left;
}
form.searchResult div.clear .thmb img {
	width: 95px;
	height: 130px;
}
form.searchResult div.clear .thmb img.wheels {
	width: 150px;
	height: 150px;
}
form.searchResult dl {
	margin-left: 120px;
	display: block;
}
form.searchResult dl.wheels {
	margin-left: 175px;
}
form.searchResult dl dt {
	float: left;
	display: block;
	width: 100px;
}
form.searchResult dl.wheels dt {
	width: 140px;
}
form.searchResult dl dd {
	color: #000;
	display: block;
}
form.searchResult p {
	margin-left: 120px;
}
form.searchResult span.price {
	display: block;
	float: right;
	color: #f00;
	font-weight: bold;
	margin-left: 10px;
}
form.searchResult span.price.old {
	color: #333;
	font-weight: normal;
	text-decoration: line-through;
}
form.searchResult input.count {
	width: 20px;
	text-align: center;
}
form.searchResult .nobr, form.searchResult .nobr * {
	color: #000;
}
/**
* CATALOGS
*/
ul#catalog, ul.catalog {
	display: block;
	list-style: none;
	overflow: hidden;
	margin: 0 -5px;
	text-align: right;
}
ul.catalog {
	margin-bottom: 20px;
}
ul#catalog li, ul.catalog li {
	display: block;
	margin: 0 5px 10px 5px;
	float: left;
	width: 255px;
	overflow: hidden;
}
ul#catalog li a, ul.catalog li a {
	font-size: 80%;
	line-height: 100%;
	float: right;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px 3px 25px;
	background: url(/images/catElementHeader.png) transparent no-repeat -6px 0% scroll;
	white-space: nowrap;
}
ul#catalog li div, ul.catalog li div {
	clear: right;
	height: 50px;
	border: 1px solid #ccc;
	margin-top: -1px;
	text-align: center;
}
ul.tyres#catalog li div {
	height: 75px;
}
ul.wheels#catalog li div {
	height: 110px;
}
ul#catalog li div a, ul#catalog li a.empty, ul.catalog li div a, ul.catalog li a.empty {
	background-image: none;
	line-height: 140%;
	color: #000;
	float: none;
	padding: 0;
}
ul#catalog li a.empty, ul.catalog li a.empty {
	display: block;
	text-align: left;
}
ul#catalog li div a img, ul.catalog li div a img {
	margin: 5px 0;
	height: 40px;
	width: 250px;
}
ul.tyres#catalog li div a img {
	width: 95px;
	height: 65px;
}
ul.wheels#catalog li div a img {
	width: 100px;
	height: 100px;
}
ul.productsList, dl.productsList {
	margin-top: -10px;
	margin-left: 40px;
}
.productsList a {
	color: orange;
}
.productsList a:hover {
	color: #666;
}
.productsList s {
	color: #999;
}
dl.productsList dd {
	margin-left: 150px;
	margin-bottom: 5px;
}
table.seasonTyres {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-bottom: 30px;
}
table.seasonTyres td {
	padding: 1px 5px;
	border: 1px solid #f0f0f0;
}
table.seasonTyres td.seasonActiv {
	border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
	background-color: #ff9;
	border-style: dotted;
}
/**
* LAYERS
*/
#NewLayerPage {
	position: absolute;
	z-index: 10;
	border: 1px solid white;
	background-color: #000000;
	left: 0;
	top: 0;
	opacity: 0.9;
}
#layerPage {
	z-index: 11;
	position: absolute;
	border: 2px solid white;
	background-color: #F8F8F8;
	overflow: auto;
	width: 760px;
	height: 500px;
}
#loadLine {
	height: 2px;
	width: 0px;
	line-height: 1px;
	background-color: #000000;
	border: none;
	font-size: 1px;
}
/**
 * BY AVTO ENGINE
 */
#layerPage div#byAvto {
	margin: 10px;
	font-size: 0.8em;
}
#layerPage div#byAvto h1 {
	font-size: 120%;
	color: #666;
}
#layerPage div#byAvto select {
	margin-right: 40px;
}
#layerPage div#byAvto table {
	margin-top: 20px;
	width: 100%;
}
#layerPage div#byAvto table tr {
	color: #ccc;
}
#layerPage div#byAvto table tr a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#layerPage div#byAvto table tr a:hover {
	border-bottom-color: transparent;
}
#layerPage div#byAvto table tr.first {
	font-weight: bold;
	color: #333;
	text-align: center;
}
#layerPage div#byAvto table tr.first:first-child {
	font-size: 110%;
	color: orange;
}
#layerPage div#byAvto table tr.activ a {
	color: orange;
}

