body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	overflow-y: scroll;
}

.my_title{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

div.block_footer {
  width: 30%;
  height: 125px;
  padding: 10px;
  float: left;
}

div.f_l {
  padding-left:15px;
  margin: 2px 0;
  background: url(images/left.jpg) no-repeat 105px center;
}

table {
  color:#4f4f4f;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}
form, p, li {
  padding: 0;
  margin: 0;
  color:#4f4f4f;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
}

img {
  border:0;
  }
h1 { font-size:23px; font-weight:normal; color:#ba262d; padding:10px 0 10px 26px;}

a:active,
a:visited,
a:link,
a:hover {
	font-size: 12px;
	color: Red;
	text-decoration: underline;
	outline: none;
}

a:hover {
    text-decoration:none;
    outline: none;
	}

a.active:active,
a.active:visited,
a.active:link,
a.active:hover {
	font-size: 12px;
	color: Black;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

a.active:hover {
    text-decoration:none;
    outline: none;
	}

.clear {
	clear: both;
	font-size: 1px;
    line-height: 1px;
}

div.content {
  width: 1000px;
  position: relative;
  left:50%;
  margin-left: -500px;
  border:0px solid #fff;
  min-height: 100%;
}
div.error404, div.text_block {
  padding: 15px;
  margin:20px 0;
  border: 1px solid #000;
  background-color: #fff;
}

div.text_block {
  text-align: justify;
  overflow: hidden;
}

div.my_text {
  padding: 15px;
  text-align: justify;
  overflow: hidden;
  background-color: #fff;
}


div.text_block b {
    color: #EF8A13;
}

div.sa_footer a {
    color: #ccc;
}

div.block_title {
	font-size: 21px;
	color: Black;
	padding: 0 0 5px 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

div.logo {
    width:1000px;
    height: 220px;
    background:#222222 url(../images/logo.jpg) no-repeat center top;
}

div.tp {
	float: left;
	border: 0px;
	margin-top: 200px;
	width: 1000px;
	background: #444;
}

.main_menu {padding:0px 0 0 0px;}
.main_menu li { list-style:none; float:left; font-weight: bold; margin-left:10px;}
.main_menu li a:active,
.main_menu li a:visited,
.main_menu li a:link {
	height: 35px;
	font-size: 12px;
	color: White;
	padding: 3px 3px;
	font-weight: bold;
}
.main_menu li a:hover  { background:#878687; color:#fff; padding: 3px 3px;}
.main_menu li a.active:active,.main_menu li a.active:visited,.main_menu li a.active:link  { height: 30px; background:#878687; color:#fff; padding: 3px 3px; text-decoration: none;}

div.basket {
  position: absolute;
  width: 210px;
  height:50px;
  border:0px solid red;
  left:530px;
  top:85px;
  padding:0px;
  color:#fff;
}

div.footer1 {
	width: 1000px;
	background-color: #444;
	color: #fff;
}

div.footer2 {
	width: 1000px;
	background-color: #222;
	color: #fff;
}


div.tyre_producers, div.disk_producers {
  background-color: #fff;
  height:80px;
  width: 155px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  float: left;
}

div.tyre_series, div.disk_series {
  border: 0px solid #000;
  background-color: #fff;
  height:200px;
  _height:220px;
  width: 200px;
  _width: 220px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  float: left;
}

div.buying {
  border: 0px solid #000;
  width: 930px;
  margin:20px 0;
}

div.buying_cart {
  border: 0px solid #000;
  width: 960px;
  margin:20px 0;
}

table.cart_items {
    width: 960px;
}

table.cart_items th {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
}


table.tyre_items, table.disk_items {
  width: 930px;
}

table.tyre_items th, table.disk_items th {
	padding: 10px 20px;
	background-color: #333;
	color: #fff;
	font-size: 13px;
}

table.tyre_items td, table.disk_items td, table.cart_items td {
  padding: 10px 20px;
  text-align:center;
  font-weight: bold;
}

table.tyre_items td.price, table.disk_items td.price, table.cart_items td.price {
  color: green;
}

.price {
  color: green;
  font-weight: bold;
}

a.merch {
  color: silver;
  font-size: 10px;
}


form#close_cart{
   width:520px
}
form#close_cart div{
	border: 1px solid #CCCCCC;
	background: #fff;
	padding: 14px;
	position: relative;
}

form#close_cart div#er_message,
form#close_cart div#ok_message{
   padding-bottom:20px;
   margin-bottom:10px;
}


form#close_cart h1{
   font-size:1.4em;
   margin-bottom:0px;
   color:#000;
}
form#close_cart p{
	color: Black;
	margin-bottom: 20px;
	border-bottom: solid 1px #A09F9F;
	padding-bottom: 10px;
	padding-left: 0px;
}
form#close_cart label{
   display:block;
   font-weight:bold;
   text-align:right;
   width:170px;
   float:left;
   font-size:1.0em;
   position:relative;
}
form#close_cart span{
   color:#666;
   display:block;
   font-size:0.9em;
   font-weight:normal;
   text-align:right;
   width:170px
}
form#close_cart input, form#close_cart textarea{
   float:left;
   padding:4px 2px;
   border:solid 1px #A09F9F;
   width:280px;
   margin:2px 0 20px 10px;
   position:relative
}
form#close_cart button{
   clear:both;
   margin-left:180px;
   width:125px;
   height:31px;
   font-size:1.0em;
   background:#666;
   text-align:center;
   line-height:31px;
   color:#fff;
   font-weight:bold;
   border:none;
   cursor: pointer;
}

/* Pager */
div.block_page {
  width:auto;
  padding: 15px;
  background-color: #fff;
}

div.pager_block {
  width:auto;
  border-top:1px dotted #fff;
  font-size:2px;
}

div.pager {
    width:auto;
    position:relative;
    top: 0px;
    overflow: hidden;
    border:0px solid red;
  background-color: #fff;	 
}

.pager li {
    list-style:none;
    float:left;
    font-size:12px;
    width: 25px;
    margin:2px;
    padding:5px 0;
    border:0px solid red;
    text-align: center;
}

.pager li.cp {
    color:#fff;
    font-weight: bold;
    background: url("../images/page_on.gif") no-repeat center;
    width: 25px;
    text-align: center;
}

.pager li.pg a {
  padding: 5px 0px;
  text-align: center;
}
.pager li.pg a:hover  {
  background: url("../images/page_active.gif") no-repeat center;
  color:#fff;
  font-weight: bold;
  padding: 5px 7px;
}

.pager li.pg0 a {
  padding: 5px 12px;
}
.pager li.pg0 a:hover  {
  background: url("../images/page_active.gif") no-repeat center;
  color:#fff;
  font-weight: bold;
  padding: 5px 12px;
}

div.nlpage {
  white-space: nowrap;
  padding:5px 3px 6px 20px;
}

div.text {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
	color: Gray;
}

div.smalltext {
  font-size:11px;
}

div.list_season {
  width:auto;
  padding: 15px;
  background-color: #fff;
  height: 30px;
}

div.list_season div {
  float: left;
  margin: 10px;
  height: 30px;
}

div.article_title {
  padding-left: 20px;
  background: url("../images/edit.gif") no-repeat left top;
  margin:7px 0;
}

span.mid {
    margin:15px;
}


.catalog_parametrs {
	text-align: center;
    width: 590px;
}

.catalog_parametrs tr td {
	background: #CCC;
    padding:2px;
}

