body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	color: #000;
}
body, td, div, h1, p, input, select, textarea {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
form {
	margin: 0;
	padding: 0;
}
b {
	font-weight: 700;
}
a, img {
	border: none;
}
a {
	color:#36a;
	text-decoration: none;
	cursor:pointer;
	outline:none;
}
a:hover {
	color:#36a;
}
a:hover u{
	color:#0070ce;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	font-size:30px;
	font-weight:400;
}
h2 {
	font-size:24px;
	font-weight:400;
}
h3 {
	font-size:20px;
	font-weight:400;
}
h4 {
	font-size:18px;
	font-weight:400;
}
h5 {
	font-size:16px;
	font-weight:400;
}
h6 {
	font-size:14px;
	font-weight:400;
}
.page {
	text-align:left;
	width:980px;
	margin:0px auto;
	position:relative;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.small {
	font-size:11px;
}
.normal {
	font-size:12px !important;
}
.large {
	font-size:14px;
}
.vlarge {
	font-size:16px;
}
.clear {
	display:block;
	clear: both;
	font-size: 0px;
	overflow:hidden;
	height:0px;
}
.clear1 {
	display:block;
	clear: both;
	font-size: 0px;
	overflow:hidden;
	height:1px;
}
.clear_small2 {
	clear: both;
	font-size: 1px;
	height:2px;
	display:block;
}
.clear_small {
	clear: both;
	font-size: 1px;
	height:5px;
	display:block;
}
.clear_medium {
	clear: both;
	font-size: 1px;
	height:10px;
	display:block;
}
.clear_big {
	clear: both;
	font-size: 1px;
	height:15px;
	display:block;
}
.mrl_small {
	margin-left:5px;
}
.mrl {
	margin-left:10px !important;
}
.mrl_big {
	margin-left:15px;
}
.mrl_vbig {
	margin-left:20px !important;
}
.mrt_small {
	margin-right:5px;
}
.mrt {
	margin-right:10px;
}
.mrt_big {
	margin-right:15px;
}
.mrt_vbig {
	margin-right:20px;
}
.mrt_xbig {
	margin-right:30px;
}
.mrt_xxbig {
	margin-right:40px;
}
.padl_small {
	padding-left:5px;
}
.padl {
	padding-left:10px !important;
}
.padl_big {
	padding-left:15px;
}
.padl_vbig {
	padding-left:20px !important;
}
.padl_xbig {
	padding-left:30px;
}
.padr_small {
	padding-right:5px;
}
.padr {
	padding-right:10px;
}
.padr_big {
	padding-right:15px;
}
.padr_vbig {
	padding-right:20px;
}
.text_left {
	text-align:left;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align:right !important;
}
.vtop {
	vertical-align:top;
}
.vmid {
	vertical-align:middle;
}
.tup {
	text-transform:uppercase;
}
.pr {
	position:relative;
}
.pa {
	position:absolute;
}
.dp {
	display:block;
}
.gray {
	color:#777;
}
.red {
	color:#f00;
}
.red2 {
	color:#f84a4a;
}
.header_top {
	height:26px;
	background-color:#5e5e5e;
}
.header_top .page{
	width:935px;
	padding:5px 0px 0px 45px;
}
.header_top .page a{
	margin-right:20px;
	color:#fff;
}
.header_middle {
	height:103px;
	background: url('/img/top.jpg') top left repeat-x;
}
.header_middle .page{
	padding-right:30px;
	width:950px;
}
.header_tel {
	width:230px;
	height:78px;
	padding-top:25px;
	background: url('/img/tel.gif') center right no-repeat;
}
.header_korz {
	width:115px;
	height:78px;
	padding:25px 80px 0px 0px;
	background: url('/img/korz.gif') center right no-repeat;
}
.aria {
	font-family:arial;
}
.st_input {
	border:1px solid #a3a3a3;
	padding:5px 10px 5px 10px;
	background: url('/img/select.gif') top left repeat-x;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/css/PIE.htc);
	position:relative;
}
.st_input input{
	font-size:12px;
	border:none;
	background:none;
	outline:none;
	margin:0px;
}
.st_input textarea{
	font-size:12px;
	border:none;
	background:none;
	outline:none;
	margin:0px;
	overflow:auto;
}
.st_select {
	border:1px solid #a3a3a3;
	border:none !ie;
	padding:5px 10px 5px 10px;
	background: url('/img/select.gif') top left repeat-x;
	background:none !ie;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/css/PIE.htc);
	position:relative;
}
.st_select select{
	font-size:12px;
	border:none;
	background:none;
	outline:none;
	margin:0px;
}
.st_button {
	border:1px solid #1e59fb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(/css/PIE.htc);
	position:relative;
	background: url('/img/button.gif') top left repeat-x;
}
.st_button input{
	font-size:12px;
	border:none;
	background:none;
	color:#fff;
	outline:none;
	padding:5px 0px;
	width:128px;
	margin:0px;
	cursor:pointer;
}
.content_box {
	background: url('/img/mid.jpg') top left repeat-x;
}
.left_col {
	width:230px;
	padding-left:25px;
}
.right_col {
	width:660px;
	padding-right:35px;
}
.st_ul {
	margin:0px;
	padding:0px;
}
.st_ul li{
	margin:0px;
	padding:0px 0px 10px 20px;
	list-style-type:none;
	background: url('/img/li.gif') 0px 3px no-repeat;
}
.topslide {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0px 0px 10px 5px #ededed;
	-webkit-box-shadow: 0px 0px 10px 5px #ededed;
	box-shadow: 0px 0px 10px 5px #ededed;
	behavior: url(/css/PIE.htc);
	position:relative;
}
.perem {
	width:130px;
	margin:0px auto;
}
.perem a{
	float:left;
	width:25px;
	height:25px;
	background: url('/img/c.gif') top left no-repeat;
}
.perem a:hover{
	background: url('/img/c.gif') bottom left no-repeat;
}
.perem_current{
	background: url('/img/c.gif') bottom left no-repeat !important;
}
.tov_box {
	width:193px;
	margin-right:40px;
}
.tov_box_last {
	margin-right:0px !important;
}
.footer {
	width:900px;
	margin:0px auto;
}
.tab td{
	border-bottom:1px solid #d7d7d7;
	padding:8px 0px;
	vertical-align:top;
}
.bobbord {
	border-bottom:none !important;
}
.zam {
	width:487px;
	margin:0px auto;
}
.wcol {
	width:230px;
}
.left_tov {
	width:345px;
}
.right_tov {
	width:290px;
	margin-left:15px;
}
.right_tov .fl img{
	filter: alpha(opacity=70);
	moz-opacity: 0.7;
	opacity: 0.7;
}
.right_tov .fl:hover img{
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}
.right_tov_curent img{
	filter: alpha(opacity=100) !important;
	moz-opacity: 1 !important;
	opacity: 1 !important;
}
ul.car-category-link {
    list-style: none;
    width:100%
}
ul.car-category-link li {
        width: 120px;
        min-height: 10px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        zoom: 1;
        *display: inline;
        _height: 10px;
}
