@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,p,blockquote,th,td {
    margin:0;
    padding:0;
    font: 12px/1.5 Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

select, input {
    color:#454545;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:normal;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border:0;}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
    margin:0;
    padding:0;
 	background: #393939 url(../images/winter/winter_bg.jpg) top center no-repeat;
 }

a {
    outline:none;
    color:#797979;
    text-decoration:none;
}

a:hover {
   	text-decoration:none;
}

h1 span {
    display:none;
}

h2, h3 {
    font-weight:bold;
    font-family:Arial;
}


sup {
    vertical-align:baseline;
    font-size:0.8em;
    position:relative;
    top:-0.4em;
}

.clear { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.loader {
    width:100%;
    height:30px;
    background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
}

/**************** MAIN ***********************/
#main {
	width: 980px;
	margin: 0 auto 0 auto;
}

#header {
	height: 203px;
}

#cont {
	width: 960px;
	float: left;
	background: #fff url(../images/main_top.png) no-repeat top left;
	min-height: 400px;
	padding:10px 10px 0 10px;
}

#foot_cont  {
	width: 980px;
	float: left;
	padding-bottom:15px;
	background: url(../images/main_foot.gif) no-repeat bottom left;
	margin-bottom: 12px;
}

#left_side {
	float: left;
	width: 190px;
}

#main_side {
	width: 769px;
	float: right;
}

#footer {
	height: 43px;
	background:#000 url(../images/footer.gif) no-repeat top left;
	clear: both;
	padding: 15px 15px 0 15px;
}

#content {
	width: 760px;
	float: right;
}

#content h2{
	font-size: 13pt;
	font-family: Arial;
	color: #0E8431;
	margin:8px 0 15px 0;
}

#content a{
	color: #0E8431;
}

/**************** BOX ***********************/
#logo {
	float: left;
}

#qsearch {
	float: right;
	width: 574px;
	background: url(../images/winter/qsearch.jpg) no-repeat top left;
	height: 110px;
}

.title {
	background: url(../images/box_title.gif) repeat-x top left;
	height: 28px;
	line-height: 28px;
	margin-bottom: 3px;
	color: #fff;
}

.intitle {
	background: url(../images/title_right.jpg) no-repeat top right;
	height: 28px;
	line-height: 28px;
}

.title a{
	color: #fff;
}

.title a:hover{
	text-decoration: underline;
}

#left_side h2{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:40px;
}

#left_side ul {
}

#left_side ul li{
	height: 22px;
}

#left_side ul li a {
	background: url(../images/manifact.jpg) no-repeat top left;
	height: 21px;
	display: block;
	padding-left: 40px;
	color: #01611d;
	font-size:10px;
	line-height: 21px;
}

#footer p {
	float: left;
	width: 185px;
	padding-left: 15px;
	color: #fff;
	font-size: 10px;
}

#footer p a{
	color: #fff;
}

#footer ul{
	float: left;
}

#footer ul li{
	float: left;
	padding-right: 16px;
}

#footer ul li a{
	color: #fff;
	font-size: 11px;
}

.myname {
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 11px !important;
	padding-left: 20px;
}

.mybasket {
	float: right;
	height: 28px;
	line-height: 28px;
	font-size: 11px !important;
	text-align: right;
	padding-right: 7px;
}

p.mybasket a {
	color: #fff;  
}

#qsearch p {
	padding:12px 0 0 15px;
	width: 540px;
	float: left;
}

#qsearch p.inputs {
	padding:10px 0 3px 15px;
	width: 555px;
	float: left;
}

#qsearch p.links {
	color: #fff;
	font-size: 10px;
	text-align: left;
	width: 545px;
	padding-right: 10px;
}

#qsearch p.links a {
	color: #fff;
}

#qsearch p .blink {
	font-size:11px;
}

#qsearch p.cats {
	
}

#qsearch p.cats a{
	font-size: 11px;
	color: #888;
	height:28px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 30px;
	float: left;
	line-height: 11px;
}

#qsearch p.cats a span{
	font-size: 9px;
	display: block;
	text-align: center;
	text-transform: lowercase;
}

#qsearch p a.bold{
	font-size: 11px;
	color: #000;
	background: url(../images/searc_cat_bold.gif) bottom center no-repeat;
}

#qsearch select {
	border: 1px solid #a5acb2;
	margin:0 10px 0 0;
	font-size:10px;
	padding:0;
}

#qsearch select.small {
	width: 56px;
}

#qsearch input[type=checkbox] {
	border: 0;
	margin: 0px 3px 0 0;
}

#qsearch input[type=submit] {
	background: url(../images/btn_submit.gif) no-repeat top left;
	width: 99px;
	height: 27px;
	border:0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding:0 10px 0 10px;
}

#qsearch label {
	font-size: 10px;
}

#banners {
}

#banners a{
	float: left;
	margin-left:3px;
}

#banners a:first-child{
	margin-left:0;
}

#indexAbout {
	height: 228px;
	width: 100%;
	float: left;
	/*background: url(../images/index_about.jpg) no-repeat bottom left ;*/ 
	
}

#indexAbout .left {
	width: 383px;
	padding: 2px 0px 5px 0px;
	float: left;
	overflow: hidden;
	height: 209px;
}

#indexAbout .right{
	width: 190px;
	height: 218px;
	float: left;
	margin-left:3px;
	background: #e6f0e7 url(../images/index_info.jpg) no-repeat bottom right;
}

#indexAbout h2 {
	margin: 8px 0 8px 15px;
	font-weight: bold;
}

#indexAbout .right h2 {
	color: #0e8431;
}

#indexAbout .right p a{
	color: #fff;
}

#indexAbout ul {
	height: 142px;
	position: relative;
	/*
	list-style-type: none;
	list-style-position: inside;
	*/	
}

#indexAbout ul li{
	line-height: 25px;
	padding-left:25px;
	font-size: 11px;
	background: #0F8531;
	margin-bottom: 3px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/useful_bg.gif) no-repeat top left;
	position: relative;
	
}

#indexAbout ul li a{
	color: #fff;
}

#indexAbout ul li div{
	display: none;
	position: absolute;
	top: -140px;
	left:0;
	background: url(../images/tooltip.gif) no-repeat top left; 
	height: 130px;
	padding: 5px;
	text-transform: none;
	width: 180px;
	z-index: 100;
}

#indexAbout p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding:3px 0 0 15px;
}

#indexAbout p span{
	font-size:11px;
}

#indexAbout .right p {
	font-size: 12px;
}

#newprod {
	float: left;
	width: 100%;
}

#newprod h2 {
	margin: 8px 0 8px 15px;
	font-weight: bold;
	color: #0e8431;	
}

#newprod h1.lowest {
	margin: 0px 0 0px 15px !important;
	padding: 40px 0 0 140px;
	height:60px;
	font-weight: bold;
	color: #0e8431;	
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 16pt;
	background-color: #fff;
}

#newprod ul {
	padding:0 0 0 158px;
	height: 143px;
	background-position: top left;
	background-repeat: no-repeat;
}

#newprod ul.auto {
	background-image: url(../images/auto_img.jpg);
}

#newprod ul.bus {
	background-image: url(../images/bus_img.jpg);
}

#newprod ul.geep {
	background-image: url(../images/geep_img.jpg);
}

#newprod ul.moto {
	background-image: url(../images/moto_img.jpg);
}

#newprod ul li {
	width: 203px;
	height:125px;
	float: left;
	padding:18px 0 0 0;
	position: relative;
}

#newprod ul li.col {
	width: 148px;
	font-size:26pt;
	color: #1CA344;
	text-align: center;
	height: 61px;
	padding-top:74px;
	line-height: 100%;
}

#newprod ul li.col p{
	font-size: 26pt;
	padding:0;
	line-height: 100% !important;
	border-bottom: 1px solid #BECDC2;
	font-weight: bold;
}

#newprod ul li.col span {
	font-size:10pt !important;
	display: block;
	padding:0 !important;
	margin:0 !important;
	line-height: 100%;
	font-weight: bold;
}

#newprod ul li img.type{
	position: absolute;
	z-index: 100;
	top: 23px;
	left: 8px;
}

#newprod ul li a.image{
	width: 110px;
	height: 90px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 1px;
}

#newprod ul li div {
	float: right;
	width: 90px;
	padding-top:10px;
}

#newprod ul li div h3 {
	font-size: 11px;
	overflow: hidden;
	height: 16px;
}

#newprod ul li div p {
	padding: 4px 0 3px 0;
	overflow-y:hidden;
	width: 90px;
	height: 14px;
}

#newprod ul li div p.oldprice {
	color: #0e8431;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0 !important;
	height: 15px;
	text-decoration: line-through;
}

#newprod ul li div p.price {
	color: #CF0C0C;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 0 !important;
	height: 18px;
}

#newprod ul li p.mani{
	border-top: 1px solid #becdc2;
	float: left;
	width: 192px;
	padding:2px 0 0 10px;
}

#newprod p.more {
	color: #0F8531;
	text-align: right;
	padding-left:162px;
	background: url(../images/more_bg.jpg) no-repeat top right;
	height: 23px;
	padding:5px 5px 0 0;
	margin-bottom: 20px;
}

#newprod p.more a{
	color: #0F8531;
	font-weight: bold;
}

.breakc {
	background: #e6f0e7;
	color: #0e8431;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding-left:20px;
}

.breakc a{
	color: #0e8431;
}

.breakc form {
	float: right;
}

#list{
	border-spacing: 0;
	border-collapse: collapse;
	width: 750px;
	float: right;
}

#list tr th{
	display: none;
}

#list tr {

}

#list tr td {
	border-bottom: 1px solid #becdc2;
	vertical-align: top;
	height: 120px;
}

#list tr td p {
	
}

#list tr td.image {
	width: 125px;
	vertical-align: bottom;
}

#list tr td p{
	position: relative;
}

#list tr td img.type {
	position: absolute;
	top: 10px;
	display: block;
}

#list tr td.image img.image{
	
}

#list tr td.name {
	width: 220px;
	vertical-align: bottom;
}

#list tr td.name p a{
	color: #000;
	font-weight: bold;
}

#list tr td.name p.brand{
	height: 20px;
	padding-top:13px;
	margin-top:15px;
	margin-bottom: 2px;
}

#list tr td.name p.werec {
	padding-left:30px;
	background: url(../images/werec.png) no-repeat top left;
}

#list tr td.info {
	color: #383838;
	font-weight: bold;
	vertical-align: bottom;
	height: 100px;
	padding-bottom: 20px;
}

#list tr td.buy {
	width: 122px;
	vertical-align: bottom;
}

#list tr td.buy p.price {
	text-align: right;
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
	color: #14a13e;
}

#list tr td.buy p.promo_price {
	text-align: right;
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
	color: #96231e;
}


#list tr td.buy p.old_price {
	color: #000 !important;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0 !important;
	height: 15px;
	text-decoration: line-through;
}

#list tr td a.add_to_cart {
	width: 105px;
	height: 24px;
	display: block;
	padding:0 0 0 15px;
	background: url(../images/buy_btn.gif) no-repeat top left;
	color: #fff;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 10px;
}

#list h2{
	color: #0E8431;
	font-size: 15px;
}

#list h2 a{
	color: #0E8431;
	font-size: 15px;
}


#toplogin {
	width: 520px;
	float: left;
	padding:2px 0 0 15px;
}

#toplogin label{
	font-weight: bold;
	padding-right: 2px;
}

#toplogin input[type=text], #toplogin input[type=password]  {
	width: 100px;
	margin-right: 6px;
}


/*///////////////////////// forms //////////////////////////*/
#content form p {
    margin-bottom:10px;
    float:left;
    width:100%;
}

#content fieldset {
    width:96%;
    border:1px solid #dbdbdb;
    background:#f8f9fb;
    padding:10px;
    float:left;
    margin:0 0 10px 0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px; 
    border-radius: 3px;
}

#content label {
    float:left;
    width:130px;
}

#content p.error, #form_review p.error {
	border: 1px solid #C10800;
	float: left;
	padding: 2px 20px 2px 20px;
	width: 700px;
	background: #EFA8A4;
}

#form_review p.error { 
	width: 680px;
	margin:5px 0 10px 0;
}

#content p.success, #form_review p.success {
	border: 1px solid #077F00;
	float: left;
	padding: 2px 20px 2px 20px;
	background: #B3FFAF;
	width: 700px;
}

#form_review p.success {
	width: 680px;
	margin:5px 0 10px 0;
}

#content label.error {
   	display:block;
   	width:400px;
   	float: left;
    margin-left:10px;
    color:#ff0000;
    font-size:11px;
}

table.content {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 5px;
}

table.content tr th{
	background: #E6F0E7;
	padding:2px 18px 2px 18px;
	color: #047223;
	font-weight: bold;
}

table.content tr td{
	text-align: center;
}

#content h3 {
	color: #047223;
	font-weight: bold;
}

#regForm input{
	float: left;
}

#regForm h3 {
	padding:0 0 5px 5px;
	color: #0E8431;
}


.rightlabel input[type=radio] {
	float: left;
	margin:2px 5px 0 0;
}

.rightlabel label {
	float: left ;
	width: auto !important;
}

label span, #output p.error {
    color:#ff0000;
}

/* pagination */

.pagination {
	padding: 10px 3px 3px 3px;
	margin: 3px;
	text-align:center;
	clear:both;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0E8431;
	text-decoration: none;
	color: #0E8431;
}

.pagination a:hover, .pagination a:active {
	border: 1px solid #0E8431;
	color: #666;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #22B14C;
	font-weight: bold;
	background-color: #06a;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}


/************ PRODUCT INFO ***************/

#product_info {
	border-bottom: 1px solid #becdc2;
	width: 745px;
	float: right;
	padding-bottom: 2px;
}

#product_images {
	float: left;
	width: 260px;
	height: 250px;
}

#product_image p {
	
}

#product_images p img.type {
	z-index: 100;
	position: relative;
	top: 35px;
	left:5px;
}

#product_images .image {
	margin-top:-15px;
	z-index: 1;
	position: relative;
}

#product_details {
	float: left;
	width: 280px;
}

#product_details h2{
	color: #0e8431;
	font-size: 10pt;
	margin: 25px 0 10px 0;
}

#product_details p {
	color: #383838;
	font-size: 12px;
}

#product_details p.price {
	color: #0e8431;
	font-size: 14pt;
	font-family: Arial;
}

#product_details p.old_price {
	color: #000 !important;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0 !important;
	height: 15px;
	text-decoration: line-through;
	margin: 5px 0 5px 0;
}

#product_details p.promo_price {
	color: #96231e;
	font-size: 14pt;
	font-family: Arial;
}

#product_details p.descr {
	font-weight: bold;
	margin-bottom: 5px;
}

#product_details p.descr a{
	color: #000;
}

#product_buy {
	float: left;
	width: 205px;
}

.mlogo {
	padding: 5px 0 0 30px;
	width:700px;
	float: left;
}

.mlogo * {
	float:left;
	margin-right:5px;
	margin-left:0;
	padding:0;
}

.qtty_bg {
	margin:25px 0 4px 0;
	background: url(../images/qtty.gif) no-repeat top left;
	height: 24px;
	width: 120px;
}

.qtty_bg a{
	float: left;
	width: 40px;
	height: 24px;
	display: block;
}

.qtty_bg input{
	float: left;
	width: 40px;
	height: 18px;
	display: block;
	border: 0;
	margin-top: 3px;
	text-align: center;
	font-weight: bold;
}

form#product_form a.submit_form {
	width: 105px;
	height: 24px;
	display: block;
	padding:0 0 0 15px;
	background: url(../images/buy_btn.gif) no-repeat top left;
	color: #fff;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	margin-bottom: 10px;
}

/*/////////////////// shopping cart //////////////////*/
#shopping_cart_tbl {
    width:100%;
    background: #fff;
    padding: 14px;
}

#shopping_cart_tbl th {
    font-weight:bold;
    text-align:center;
    border-bottom:1px solid #dbdbdb;
    padding-bottom:12px;
    color:#5e5b5b;
}

#shopping_cart_tbl td {
    vertical-align:top;
    border-bottom:1px solid #dbdbdb;
    padding: 0px 5px 2px 5px;
}

#shopping_cart_tbl td h3 {
   	margin:5px 0 10px 0px;
    float: right;
    width: 60%;
}

#shopping_cart_tbl td p.sizes {
   	float: right;
    width: 60%;
}

#shopping_cart_tbl td a.image {
    display:block;
    text-align:center;
    float: left;
}

#shopping_cart_tbl td.product {
    width:40%;
}

#shopping_cart_tbl td.product p.option {
    font-size:11px;
    float: right;
    width: 60%;
}

#shopping_cart_tbl td.product p.packed {
    font-size:11px;
   	font-weight: bold;
    text-align: left;
    float: right;
    width: 60%;
    color: #B50B00;
}

#shopping_cart_tbl td.product p.oos {
    font-size:11px;
   	font-weight: bold;
    text-align: left;
    float: right;
    width: 60%;
    color: #B50B00;
}

#shopping_cart_tbl td.qtty {
    width:16%;
    border-left:1px solid #dbdbdb;
    text-align:center;
    vertical-align: middle;
}

#shopping_cart_tbl td.qtty input {
    width:25px;

}

#shopping_cart_tbl td.qtty a img{
    vertical-align:middle;
}

#shopping_cart_tbl td.price, #shopping_cart_tbl td.sum {
    width:22%;
    border-left:1px solid #dbdbdb;
    text-align:right;
    font-size:16px;
    font-weight:bold;
}

#shopping_cart_tbl td.sum {
    color: #14A13E;
}

#shopping_cart_tbl td.total_lbl, #shopping_cart_tbl td.total {
    text-align:right;
    font-size:16px;
    font-weight:bold;
}

#shopping_cart_tbl td.total {
    color: #c83b00;
    font-size:20px;
    font-weight:normal;
    line-height:100%;
    padding: 5px 5px 5px 5px;
}

#shopping_cart_tbl td.subtotal_lbl {
    color: #000;
    font-size:13px;
    font-weight:bold;
    line-height:100%;
    text-align: right;
    padding: 5px 5px 5px 5px;
}

#shopping_cart_btn a.button, a.orange_button, #shopping_cart_btn a.or_button {
    float:left;
    margin:10px 0 0 0px;
    
}

#shopping_cart_tbl p.oldprice span{
	text-decoration: line-through;
	color: #9B9B9B;
}

.button {
    display:block;
  	padding-right: 20px;
    height:24px;
   	background:url(../images/eshop/btn_right_bg.gif) 100% 0 no-repeat;
    color:#fff !important;
    text-decoration:none !important;
    text-align:center;
    line-height:24px;
    cursor:pointer;	  
}

.button span {
    display:block;
    width:100%;
    height:24px;
    background:url(../images/eshop/btn_left_bg.gif) 0 0 no-repeat;
    padding:0 0 0 4px;
}

.or_button {
    display:block;
  	padding-right: 20px;
    height:24px;
   	background:url(../images/eshop/btn_or_right_bg.gif) 100% 0 no-repeat;
    color:#fff !important;
    text-decoration:none !important;
    text-align:center;
    line-height:24px;
    cursor:pointer;	  
}

.or_button span {
    display:block;
    width:100%;
    height:24px;
    background:url(../images/eshop/btn_or_left_bg.gif) 0 0 no-repeat;
    padding:0 0 0 4px;
}

.orange_button {
    display:block;
    padding-left:4px;
    height:24px;
    background:url(../images/eshop/orange_btn_left_bg.gif) 0 0 no-repeat;
    color:#000 !important;
    text-decoration:none !important;
    text-align:center;
    line-height:23px;
    cursor:pointer;
}

.orange_button span {
    display:block;
    width:100%;
    height:24px;
    background:url(../images/eshop/orange_btn_right_bg.gif) 100% 0 no-repeat;
    padding-right:4px;
}

input.submit {
    border:none;
    display:block;
    width:100%;
    height:24px;
    background:url(../images/eshop/btn_left_bg.gif) 0 0 no-repeat;
    padding-right:4px;
    color:#fff;
    cursor:pointer;
}

input.orange_submit {
    border:none;
    display:block;
    width:100%;
    height:24px;
    background:url(../images/eshop/orange_btn_right_bg.gif) 100% 0 no-repeat;
    padding-right:4px;
    color:#000;
    cursor:pointer;
}

#manufacturer {
	
}

#manufacturer li{
	float: left;
	width: 190px;
	height: 70px;
}

#manufacturer li h3{
	margin-bottom: 2px;
}

#addresses {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
}

#addresses tr th{
	color: #0E8431;
	font-weight: bold;
	background: #E6F0E7;
	padding: 4px;
}

#addresses tr td{
	border-bottom: 1px solid #E6F0E7;
	padding: 4px;
	color: #000;
}

.related {
	float: right;
}

.related li {
	float: left;
}

.related li a{
	font-size: 15px;
	color: #0E8431;
	margin: 25px 10px 0px 5px;
	padding-bottom: 5px;
	display: block;
	
	font-weight: bold;
	padding:4px 8px 4px 8px;
	border: 1px solid #0E8431;
	border-bottom: 1px solid #fff;
	
	border-top-right-radius: 5px;	
	-moz-border-radius-topright: 5px;	
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;	
	-webkit-border-top-left-radius: 5px;
	background: #fff;
	position: relative;
	z-index: 100;
}

a.no {
	color: #757470 !important;
	border: 1px solid #757470 !important;
	border-bottom: 1px solid #0E8431 !important;
	background: #eee !important;
}

#shopping_cart_mini {
	position: relative;
}

#popup_cart_mini {
    position:absolute;
    display:none;
    z-index:150;
    width:202px;
    background:url(../images/eshop/popup_minicart_top.gif) 0 0 no-repeat;
    padding-top:25px;
    top: 24px;
 	left: -72px;
}

#popup_cart_mini_info {
    width:100%;
    list-style:none;
    color:#535151 !important;
    min-height:20px;
    background:url(../images/eshop/col_bg.gif) 0 80px repeat-y;
}

#popup_cart_mini_info li {
    padding:5px 10px 5px 10px;
    text-align: left !important;
}

#popup_cart_mini_info li a{
	color:#535151 !important;
}

.column_bottom {
    width:202px;
    height:4px;
    background:url(../images/eshop/col_bot_bg.gif) 0 100% no-repeat;
}

#calculator {
	
}

#calculator p{
	color:#000;
	font-size: 11px !important;
	font-weight: normal;
}

#calculator p a{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-top: 2px;
	display: block;
	line-height: 14px;
}

#calculator input {
	width: 27px;
	border:0;
	background-color: none;
	text-align: right;
	font-size: 10px;
}

#calculator select {
	height: 16px;
	margin:0 4px 0 0;
	width: 52px;
	padding:0;
	font-size: 10px;
}

#calculator table {
	margin:6px 0 0 12px;
	width: 178px
}

#calculator table tr td {
	font-size: 11px;
	vertical-align: top;
}

#calculator table tr td span{
	font-size: 8pt;
}

.lastnews {
	margin-top: 10px;
	width: 370px;
	float: left;
}

.lastnews h2{
	margin: 8px 0 8px 15px;
	font-weight: bold;
	color: #0e8431;	
}

.lastnews ul {
	list-style-type: disc;
	list-style-position: inside;
}

.lastnews ul li {
	margin: 10px 5px 10px 18px;
}

.lastnews ul li a {
	color: #0e8431;
}

.lastnews ul li a:hover {
	text-decoration: underline;
}

.lastnews ul li p.quote{
	font-style: italic;
	margin-left: 10px;
}

.lastnews p.more {
	font-weight: bold;
	margin-left: 25px;
}

.lastnews p.more a {
	color: #0F8531;
	text-decoration: underline;
}

.addmenu {
	border: 1px solid #fff;
	border-top: 0;
	z-index: 100;
	position: absolute;
	float: left;
	background: #15832D;
	top: 28px;
	left: 80px;
	padding: 6px 10px 6px 10px;
	width: 200px;
	display:none;
}

.prof_link {
	background: no-repeat bottom center;
	background-image: url(../images/arrow_back.gif);
	padding: 0 4px 5px 0;
}


#userorders {
	background: #fff;
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
	border: 4px solid #fff;
}

#userorders tr td, #userorders tr th{
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #DBDBDB;
}

#userorders tr th{
	font-weight: bold;
}

.vieworder {
	background: #fff;
	width: 100%;
	border:5px solid #fff;
	border-collapse:collapse;
	border-spacing: 0;
}

.vieworder  tr td{
	vertical-align: top;
	padding: 4px 6px 4px 6px;
}

.vieworder  tr td{
	border-bottom: 1px solid #DBDBDB;	
}

#list_news {
	
}

#list_news li{
	padding:10px 10px 10px 10px;
}

.half_box {
	width: 355px;
	height:120px; 
	float: left;
	margin: 2px;
	padding: 8px;
	border: 1px solid #E6F0E7;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.half_box div {
	height: 66px;
}

#popup_box {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #000;
	z-index: 1000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

#popup_promo {
	width: 560px;
	height: 500px;
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left:-280px;
	overflow: hidden;
	background: url(../images/winter/popup.png) top left;
	display: none;
}

#popup_promo .close {
	float: right;
	color: #fff;
	font-size: 10pt;
	color: #CC1915;
	margin: 18px;
}

#popup_promo .facebook{
	display: block;
	width: 113px;
	height: 25px;
	margin: 445px auto 0 60px;
}

#mapCont {
	width: 350px;
	float: right;
}

#map, #map2 {
	width: 350px;
	height: 220px;
	float: right;
	margin-bottom: 20px;
}

div.terms p {
	margin-bottom:5px;
}

div.terms h3 {
	margin-top:10px;
	margin-bottom:5px;
}

div.sitelinks {
	padding:20px;
}

.beforeTabs {
	border-top: 1px solid #0E8431;
	width: 745px;
	margin: -1px 0 0 24px;
	position: relative;
	z-index: 1;
}

.ratingbody {
	background: url(../images/rating/star.gif) 0 0px;
	width: 125px;
	height: 25px;
}

p.rating {
	height: 25px;
	background: url(../images/rating/star.gif) 0 -50px;
}

.ratingbody_small {
	background: url(../images/rating/star_small.gif) 0 0px;
	width: 75px;
	height: 15px;
}

p.rating_small {
	height: 15px;
	background: url(../images/rating/star_small.gif) 0 -30px;
}

.review_comment {
	font-style: italic;
	font-family: Georgia; 
	font-size: 13px;
	color: #4F4F4F;
}

.review_authort {
	margin-top: 12px;
}
	
#reviews {
	width: 742px;
	float: right;
	padding-top: 10px;
}

#reviews table{
	border-bottom: 1px solid #E6F0E7;
	width: 740px;
}

#reviews table tr td {
	border-top: 1px solid #E6F0E7;
	border-bottom: 4px solid #fff;
	vertical-align: top;
	padding: 4px;
}

#reviews table tr td.user {
	background: #E6F0E7;
	width: 142px;
	color: #01611D;
}

#reviews table tr td.user em{
	font-style: italic;
}

#reviews form#form_review {
	padding:10px;
	background: #E6F0E7;
	height:25px;
	overflow: hidden;
	margin-bottom: 10px;
}

#reviews form#form_review h3{
	font-size: 12pt;
	color: #01611D;
}

#reviews form#form_review label {
	margin-top: 10px;
	display: block;
}

#reviews form#form_review label.error {
	color:#ff0000;
}

#reviews form#form_review input[type=text] {
	width: 420px;
	margin: 12px 0 0 0;
	height: 23px;
	border: 1px solid #B5D4DF;
	line-height: 23px;
	padding:0 5px 0 5px;

}

#reviews form#form_review textarea {
	width: 570px;
	height: 23px;
	border: 1px solid #B5D4DF;
	line-height: 23px;
	padding:0 5px 0 5px;
	color: #454545;
}

#reviews form#form_review fieldset {
	float: right;
	width: 580px;
}

#reviews h3 {
	color: #0E8431;
	margin-bottom: 5px;
}

#reviews span.item, #reviews span.rating{
	display: none;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/rating/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	float: left;
}
.star-rating li{
	display: inline;
	padding: 0 !important;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left center;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left bottom;
}

#promo_code {
	padding:10px 0 0 10px;
	background: #E6F0E7;
}

#promo_code p{
	padding:5px 10px 0 5px;
	width: 730px !important;
}

#promo_code strong { 
	float: left;
	font-size: 13px;
	color: #0E8431;
	margin-right: 50px;
}

#promo_code label {
	width: auto !important;
	float: right;
}

#promo_code input {
	float: right;
}

#promo_code input[type=text]{
	margin-left: 10px;
	margin-right: 10px;
}

#code_msg {
	padding:10px 0 0 10px
}

#leasing_form p{
	margin-bottom: 8px;
}

#leasing_form div {
	float: right; 
	background: #E6F0E7; 
	width:320px; 
	padding:4px 10px 4px 10px; 
	margin-left: 15px
}

#leasing_form div p span{
	font-weight: bold;
}

.manufacturer_info {
	padding: 10px 10px 5px 20px;
}

.manufacturer_info img{
	float: left;
	margin:6px 10px 6px 0;
}

#showClientPrice span { 
	display: none;
}

#letniColove, #zimniColove {
	float: left;
	width: 750px;
	height: 32px;
	line-height: 32px; 
	margin-left:19px;
}

#zimniColove {
	background: url(../images/snow_bar.png) no-repeat 0 0;
}

#letniColove {
	background: url(../images/sun_bar.png) no-repeat 0 0;
	margin-top: 5px;
	border-bottom: 1px solid #BECDC2;
	padding-bottom: 5px;
}

#letniColove p, #zimniColove p{
	float: right;
	width:495px;
	line-height: 32px; 
}

#letniColove a, #zimniColove a{
	color: #0E8431;
	margin:0 3px 0 3px;
}

#letniColove img, #zimniColove img {
	vertical-align: middle;
	margin:0 0 2px 0;
}

#letniColove strong, #zimniColove strong {
	margin-left: 35px;
	float: left;
}

.priceList {
	width: 100%;
	background: #E6F0E7;
	
}

.priceList td{
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	padding:0 4px 0 4px;
}

.priceList {
}

#steps {
	background-color: #E5F1E7;
	height: 28px;
	float: left;
	width: 758px;
	margin-bottom: 10px;
	border-left: 1px solid #E5F1E7;
	border-right: 1px solid #E5F1E7;
}

#steps li{
	float: left;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
}

#steps li a{
	display: block;
	line-height: 26px;
	height:26px;
	padding:0 35px 0 25px;
	margin-top: 1px;
	background: #0e8431;
	color: #fff;
	background:#0E8431 url(../images/step_link.png) no-repeat top right;
}

#steps li a.selected {
	background: url(../images/step_back.png) no-repeat top right;
}

#steps li span{
	display: block;
	line-height: 26px;
	height:26px;
	padding:0 35px 0 25px;
	margin-top: 1px;
	color: #0E8431;
	background: url(../images/step_span.png) no-repeat top right;
}

.mstext {
	padding:0 5px 0 25px;
}

.mstext h3{
	margin-top:10px
}

#rims_search{
	width: 364px;
	background: #CFCFCF url(../images/rim_back.jpg) no-repeat bottom right;
	padding:10px;
}

table.rims_simple {
	width: 100%;
	height: 140px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 7px;
}


table.rims_simple tr td{
	width: 33%;
	vertical-align: top;
	padding:0 !important;
	
}

table.rims_simple tr td select{
	width: 110px;
}

table.rims_simple input[type=submit] {
	background: #22B14C;
	border:1px solid #fff;
	padding:1px 0px 1px 0px;
	color: #fff;
	width: 109px;
	text-transform: uppercase;
}

#rims_adv_search {
	width: 364px;
	background: #3F3F3F;
	padding:10px;
	color: #fff;
}

#rims_adv_search h2, #rims_search h2{
	margin:0;
	padding:0;
	font-size:14px;
	text-transform: uppercase;
	height: 15px;
	cursor: pointer;
	
}

.rims_list {
	border-spacing:0;
	border:1px solid #E6F0E7;
	width: 300px;
}

.rims_list tr th {
	background: #E6F0E7;
	padding:3px 5px 3px 5px;
	color: #047223;
	font-weight: bold;
	
	
}

.rims_list tr td {
	border-left:1px solid #E6F0E7;
	border-top:1px solid #E6F0E7;
	padding:3px 5px 3px 5px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color: #047223;
}

.rims_list tr td a{

}

.rims_list tr:hover {
	cursor: pointer;
	background: #EFFFF0;
}

.rims_list tr.tit {
	background: #22B14C;
	color: #fff;
	margin:2px 0 2px 0;
}

.rims_list tr.tit  td{
	color: #fff;
}

.rims_list tr.res {
	display: none;
}

.productTooltop {
	border: solid 2px #000;
	padding:10px;
	background: #fff;
}

#testove {
	width: 742px;
	float: right;
	padding-top: 10px;
}

#testove table {
	margin-top: 20px;
}

#testove table tr td, #testove table tr th{
	border-bottom: 1px solid #eee;
	height: 30px;
}

#testove table tr th span{
	font-size:10px;
	text-align: center;
	display: inline-table;
	width: 100%;
}

#testove table tr td span{
	color: #13993b;
	font-weight: bold;
	padding-left: 5px;
}

#testove table tr th{
	font-weight: bold;
}

.testBtn {
	color: #17983e;
	font-weight: bold;
}

.testBtn img{
	vertical-align: middle;
}

/* WINTER */

#winterBanner{
	width: 570px;
	height: 73px;
	float: right;
	margin-bottom: 20px;
	display: none;
}

#detailsBox{
	float: left;
	width: 361px;
	height: 72px;
	background: url(../images/winter/winter_info.jpg) top center no-repeat;
	margin-bottom: 21px;
}

#winterOrders{
	display: block;
	float: left;
	margin: 2px 9px 0 15px;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	text-decoration: underline;	
}

#winterPhone{
	display: block;
	float: right;
	margin-right: 20px;
	padding-top: 3px;
	height: 32px;
	line-height: 32px;
	font-family: Arial;
	font-size: 22px;
}

#detailsBox p{
	height: 35px;
	line-height: 35px;
}

#detailsBox img{
	margin-top: 7px;
}

#snWinter{
	padding: 0 10px 0 15px;
	float: left;
}

#snWinter a{
	display: block;
	float: left;
	margin-right: 5px;
}

#snWinter span{
	float: left;
	margin-right: 18px;
}

.clientComent {
	padding-left:15px;	
}

.clientComent label{
	display: block;
	width: auto !important;
}

.clientComent textarea{
	border:1px solid #ccc;
	width: 730px;
	height: 38px;
}
