/* ---------------------- PRODUCT DETAIL::TABLE SCROLL ---------------------------*/
div.tableScroll {

	height: 92px;
	width: 535px;
	overflow:auto;
	overflow-y:scroll;
}


/* ---------------------- MAIN CONTENT::CENTER PANEL ---------------------------*/
hr{
  color:#3d3d3d;
  background-color:#3d3d3d;
  border:none;
  margin:10px 0;
}

h2{
 font:bold 17px Arial, Helvetica, sans-serif;
 padding:10px 0 5px 0;
 margin:0px;
 color:#3d3d3d
}

h3{
 font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
 padding:10px 0 5px 0;
 margin:0px;
 color:#939393;
}

h4{
  font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding:10px 0 5px 0;
  margin:0px;
  color:#3d3d3d;
}



/* ---------------------------- BREADCRUMB NAV -----------------------------*/
div#center_panel ul#breadcrumb_nav{
  clear:left;
  list-style-type:none;  
  padding:0px 0 0 0;
  margin:0px;
  height:21px;
}

div#center_panel ul#breadcrumb_nav li{
  display:inline;
  color:#000;
  font:12px Arial, Helvetica, sans-serif;
  background:transparent url(images/breadcrumb_nav_bar.gif) no-repeat scroll 100% 55%;
  padding:0 6px 0 4px;
  text-transform:capitalize;
}

div#center_panel ul#breadcrumb_nav li.last{
  background:none;
}


div#center_panel ul#breadcrumb_nav li a{
  color:#959595;
  text-decoration:none;
  margin-right:5px;
  font:bold 12px Arial, Helvetica, sans-serif;
}

div#center_panel ul#breadcrumb_nav li a:link, div#center_panel ul#breadcrumb_nav li a:visited{
  color:#959595;
  text-decoration:none;
}


div#center_panel ul#breadcrumb_nav li a:hover{
  color:#ed1b24;
  text-decoration:none;
}


/* -------------------------- PRODUCT_BOX ----------------------*/

div#center_panel table.products{
  border-collapse:collapse;
  margin:5px 0;
  width:100%;
}

table.products td{
  padding:5px 10px 10px 0;
  border-bottom:1px solid #d5d5d5;
  vertical-align:top;
}



table.products h2.prod_title{
  font:bold 12px Arial, Helvetica, sans-serif;
  color:#ef3a41;
  margin:0px;
  padding:0 0 5px 5px;
}

table.products h3{
 padding:0 0 5px 5px;
}



div#center_panel table.products div.prod_image{
  float:left;
  width:121px;
}

div#center_panel div.prod_image a.img_wrapper{
  display:block;
  height:100px;
  width:110px;
  padding:2px;
  margin:0 0 7px 0;
}

div#center_panel div.prod_image a.img_wrapper:link, div#center_panel div.prod_image a.img_wrapper:visited{
  color:#ed5758;
  text-decoration:none;
}


div#center_panel div.prod_image a.img_wrapper:hover{
  color:#d5d5d5;
  text-decoration:none;
}

div#center_panel div.prod_image a.img_wrapper img{
  border:1px solid #ed5758;
  padding:2px;
}


div#center_panel div.prod_image a.enlarge{
  background: transparent url(images/enlarge.gif) no-repeat scroll 0 50%;
  font:10px Arial, Helvetica, sans-serif;
  color:#3d3d3d;
  padding:0 0 0 20px;
  margin-left:10px;
}

div#center_panel div.prod_image a.enlarge:link, div#center_panel div.prod_image a.enlarge:visited{
   color:#3d3d3d;
   text-decoration:none;
}

div#center_panel div.prod_image a.enlarge:hover{
   color:#ed5758;
   text-decoration:none;
}


div#center_panel table.products div.prod_short_description{
   float:right;
   width:370px;
   padding-top:2px;
   margin-left:10px;
}


table.products div.prod_short_description p{
    padding:3px 3px 10px 3px;
    margin: 0 0 5px 0;
    height:50px;
    background-color:#eaeaea;
    border:1px solid #d5d5d5;
}

table.products div.prod_short_description > p{
   min-height:50px;
   height:auto;
}

table.products div.prod_short_description div.prices{
   background:transparent url(images/prod_bar.gif) repeat-x scroll 0 100%;
   margin: 0 0 5px 0;
   padding:0 0 3px 3px;
   height:30px;
}

table.products div.prod_short_description > div.prices{
  min-height:30px;
  height:auto;
}


.exc_vat{
font-size:10px;
}


div#center_panel div.prod_short_description a.prod_action{
  display:block;
  float:left;
  width:60px;
  border:1px solid #3d3d3d;
  color:#dadada;
  background-color:#ef3a41;
  padding:2px;
  margin-right:5px;
  font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:center;
}

div#center_panel div.prod_short_description a.prod_action:link, div#center_panel div.prod_short_description a.prod_action:visited{
  text-decoration:none;
  color:#fff;
}

div#center_panel div.prod_short_description a.prod_action:hover{
  text-decoration:none;
  color:#dadada;
  background-color:#3d3d3d;
}


table.products div.prod_short_description .price_cut{
  color:#cc0000;
  text-decoration: line-through;
}


/* -------------------------- CATEGORY_DESCRIPTION ----------------------*/

div#center_panel div#category_description{
  margin:0 0 40px 0;
  /*border-bottom:1px solid #d5d5d5;*/
  padding:0px;
  background-color:#fff;
}

div#category_description p{
  margin:0px 0 5px 0;
  padding:0px;
  font:bold 13px Arial, Helvetica, sans-serif;
}

div#category_description ul{
  margin:0 0 0 25px;
  padding:0px;
}

div#product_search_results_block{
    margin:30px 0 10px 0;
}

div#product_page_block{
    padding:30px 0 10px 0;
    clear:both;
}




/* -------------------------- PRODUCT PAGE ----------------------*/
div#product_content{
  margin:15px 0 0 0;
}


div#product_content div#product_box{
    width:535px;
    height:215px;
    background:transparent url(images/product_box.gif) no-repeat scroll 0 0;
}


div#product_box h2{
    margin:0 0 25px 0;
    padding:10px 0 0 15px;
    font:bold 16px Arial, Helvetica, sans-serif;
    color:#fff;
}

div#product_content div.prod_image{
    float:left;
    width:325px;
    padding-left:15px;
}

div#product_content div.prod_image a:link, div#product_content div.prod_image a:visited{
  color:#3d3d3d;
  text-decoration:none;
}


div#product_content div.prod_image a:hover{
  color:#ef3a41;
  text-decoration:none;
}

div#product_content div.prod_image a img{
  border:none;
  padding:2px;
}


div#product_content div.prod_image a.enlarge{
  background: transparent url(images/enlarge.gif) no-repeat scroll 0 50%;
  font:10px Arial, Helvetica, sans-serif;
  color:#d2d2d2;
  padding:0 0 0 20px;
  margin-left:10px;
}
div#product_content div.prod_image a.enlarge:link, div#product_content div.prod_image a.enlarge:visited{
   color:#3d3d3d;
   text-decoration:none;
}

div#product_content div.prod_image a.enlarge:hover{
   color:#ed5758;
   text-decoration:none;
}


div#product_box div.buy_now{
    float:right;
    width:190px;
    padding-top:30px;
}

div#product_box div.buy_now span.product_code{
    margin-left:48px;
    font:12px Arial, Helvetica, sans-serif;
    color:#000;
}


div#product_content div.prod_description{
   font:13px Arial, Helvetica, sans-serif;
   color:#000;
   clear:both;
   margin-bottom:15px;   
}

div#product_content div.prices{
   margin:10px 0 10px 48px;   
   font:12px Arial, Helvetica, sans-serif;
   color:#000;
}


div.prices span.exc_vat{    
   color:#f60000; 
   font:bold 19px Arial, Helvetica, sans-serif;
}

div.prices span.inc_vat{    
   color:#000;   
   font:bold 19px Arial, Helvetica, sans-serif;
}

div.buy_now input.product_amount{
    width:18px;
    height:19px;
    border:2px solid #acacac;
    padding:5px;
    margin:0 0px 0 12px;
    vertical-align:middle;
    text-align:center; 
}

div.buy_now input.prod_add_cart{
    width:130px;
    height:34px;
    border:none;
    padding-left:15px;
    padding-bottom:4px;
    vertical-align:middle;
    background: transparent url(images/buy_new_box_bg.jpg) no-repeat scroll 0 0;
    color:#fff; 
    font:bold 14px Arial, Helvetica, sans-serif;
    text-align:left;    
}


div.buy_now_box{
    float:right;
    width:192px;
    height:113px;
    background: transparent url(images/buy_now_box.gif) no-repeat scroll 0 0;
    padding-left:10px;
}




div#product_content div.prod_description a.prod_action{
  display:block;
  float:left;
  width:60px;
  border:1px solid #3d3d3d;
  color:#dadada;
  background-color:#ef3a41;
  padding:2px;
  margin-right:5px;
  font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:center;
}

div#product_content div.prod_description a.prod_action:link, div#product_content div.prod_description a.prod_action:visited{
  text-decoration:none;
  color:#fff;
}

div#product_content div.prod_description a.prod_action:hover{
  text-decoration:none;
  color:#dadada;  
  background-color:#3d3d3d;
}

div.product_secondary_images{
    clear:both;
}

div.product_secondary_images h4{
 font:14px Arial, Helvetica, sans-serif;
 color:#000;
}

div#order_time{
    float:right;
    width:135px;
    height:60px;
    background: transparent url(images/order_time_bg.jpg) no-repeat scroll 0 0;
    color:#fff; 
    font:12px Arial, Helvetica, sans-serif;
    padding:20px 5px 0 7px;
}


/*------------------ PROPERTY IMAGES ----------------------------*/
div.product_photo_wrapper{
    display:block;
    float:left;
    margin-right:10px;
    margin-bottom:10px; 
}

div.product_photo_wrapper a img{
    border:5px solid #acacac;
}

div.product_photo_wrapper a.product_photo{
    border:none;
    text-decoration:none;
}




/* ---------------------------- FORM  ---------------------------- */
/* Added for main heading*/
.black_main_head{    
   color:#000;   
   font:bold 16px Arial, Helvetica, sans-serif;
   font-weight:bold;
}

/*Main heading ends here*/

label, form table.form_wrapper tr td label{
  font:bold 11px Arial, Helvetica, sans-serif;
  color:#3d3d3d;
}

label.sec_description,form table.form_wrapper tr td label.sec_description{
  font:normal 11px Arial, Helvetica, sans-serif;
  color:#3d3d3d;  
  vertical-align:10%;
}



select, input, textarea{
  border:1px solid #3d3d3d;
}

form input.prod_action{
  display:block;
  float:left;
  width:64px;
  border:1px solid #3d3d3d;
  color:#fff;
  background-color:#ef3a41;
  padding:1px;
  margin-right:5px;
  font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:center;
}

form input.prod_action:hover{
    color:#dadada;  
    background-color:#3d3d3d;
}


.form_wrapper  input.submit_btn, .form_wrapper  input.submit_btn_cancel{
  font:bold 12px Arial, Helvetica, sans-serif;
  border:1px solid #3d3d3d;
  color:#fff;
  width:100px;
  padding:2px 0;
  margin:15px 0px 15px 0;
  background-color:#f31c24;
  cursor:pointer;
}

.form_wrapper a.submit_btn_cancel{
  display:block;
  text-align:center;
  float:right;
  font:bold 12px Arial, Helvetica, sans-serif;
  border:1px solid #3d3d3d;
  color:#efebe1;
  width:100px;
  padding:3px 0 3px 0;
  margin:15px 10px 15px 0px;
  background-color:#f21c24;
  text-decoration:none;
}

form table.form_wrapper{
  border-collapse:collapse;
  margin-bottom:15px;
}

table.form_wrapper td{
  padding:5px 10px 5px 5px;
  vertical-align:top;
  font:11px Arial, Helvetica, sans-serif;
}

form table.form_wrapper tr td.label_info{
    width:100px;
    text-align:right;
}


form.products_cart table{
    margin:0px;
    padding:0px;
    border-collapse:collapse;
}

form.products_cart table td{
    margin:0px;
    padding:5px 10px 5px 0;
    border:none;
}

form .no_border, .form_wrapper .no_border{
    border:none;
}

/* ---------------------------- CART  ---------------------------- */
div#center_panel table#cart_table{
border-collapse:collapse;
margin-bottom:25px;
font-family: Arial,Helvetica, sans-serif;
width:100%;
}

#cart_table td{
font-size:11px;
text-align:left;
padding:4px;
border-bottom:1px solid #9c9c9c;
}

#cart_table th{
font-size:13px;
border-bottom: 2px solid #555;
background-color:#9c9c9c;
color:#fafafa;
text-transform:capitalize;
padding:4px;
text-align:left;
font-family: "Trebuchet MS", Arial, sans-serif;
}

#cart_table .altrow{
background-color:#eaeaea;
color:#333;
}

#cart_table tr:hover{
    background-color:#d2d2d2;
    color:#333;
    cursor:default;
}

#cart_table tr.cart_action:hover{
    background-color:#fff;
    color:#333;
    cursor:default;
}

#cart_table tr.cart_action td{
 border:none;
 padding-top:25px;
}

#cart_table tr.total td{
 border-bottom:1px solid #d2d2d2;
 padding:10px 0;
 font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
 color:#494949;
}

#cart_table tr.total td strong{
  margin-right:10px;
}



#cart_table a:link, #cart_table a:visited{
  text-decoration:underline;
  color:#ed5758
}


#cart_table a:hover{
 color:#494949
 text-decoration:none;
}

#cart_table td img{
   border:1px solid #3d3d3d;
   padding:2px;
}

  

table#cart_table td a.prod_action{
  display:block;
  float:left;
  width:80px;
  border:1px solid #3d3d3d;
  color:#ef3a41;
  background-color:#fff;
  padding:2px;
  margin:0 5px 10px 0;
  font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align:center;
}

table#cart_table td a.prod_action:link, table#cart_table td a.prod_action:visited{
  text-decoration:none;
  color:#ef3a41;
}

table#cart_table td a.prod_action:hover{
  text-decoration:none;
  color:#939393;
}


table#cart_table td a.cart_action{
  display:block;
  text-align:center;
  width:90px;
  padding:3px 0 3px 0;
  margin:0 0px 10px 0;
  font:bold 11px Arial, Helvetica, sans-serif;
  text-align:center;
  border:1px solid #ed1b24;
  color:#fafafa;
  background-color:#3d3d3d
  text-decoration:none;
}

table#cart_table td a.cart_action:link, table#cart td a.cart_action:visited{
  text-decoration:none;
  color:#494949;
}

table#cart_table td a.cart_action:hover{
  text-decoration:none;  
  color:#ed5758;
}


table#cart_table td#submit_btn_google input{
    border:none;
}

/* ---------------------------- TRADE LIST  ---------------------------- */
div#center_panel table#trade_list{
border-collapse:collapse;
margin-bottom:25px;
font-family: Arial,Helvetica, sans-serif;
width:100%;
}

#trade_list td{
font-size:11px;
text-align:left;
padding:4px;
border-bottom:1px solid #9c9c9c;
}

#trade_list th{
font-size:13px;
border-bottom: 2px solid #555;
background-color:#9c9c9c;
color:#fafafa;
text-transform:capitalize;
padding:4px;
text-align:left;
font-family: "Trebuchet MS", Arial, sans-serif;
}

#trade_list .altrow{
background-color:#eaeaea;
color:#333;
}

#trade_list tr:hover{
    background-color:#d2d2d2;
    color:#333;
    cursor:default;
}



table#trade_list td input.prod_add_cart{
  width:60px;
  padding:3px 0 3px 0;
  font:bold 11px Arial, Helvetica, sans-serif;
  text-align:center;
  border:1px solid #000;
  color:#fafafa;
  background-color:#ed1b24;
}


table#trade_list td input.product_amount{
    padding:3px 0 4px 0;
    width:20px;
    text-align:center;
    margin-right:5px;
}




/* ---------------------------- MY ACCOUNT  ---------------------------- */
ul#sec_navigation{
    margin:15px 0 15px 0;
    padding:0px;
    list-style-type:none;
}

ul#sec_navigation li{
    display:inline;
    font:bold 13px Arial, Helvetica, sans-serif;
    margin-right:30px;
}

ul#sec_navigation li a:link, ul#sec_navigation li a:visited{
    color:#f31c24;
}

ul#sec_navigation li a:hover{
    color:#666;
}


div#account_info{
    display:none;
}


table#invoice, table#invoice table{
    margin:0;
    padding:0px;
    width:500px;
    border-collapse:collapse;
    text-align:left;
}

table#invoice strong{
    font-size:12px;
}

table#invoice caption{
    margin:15px 0 5px 0;
    font-size:13px;    
    text-align:left;
}

table#invoice th,table#invoice td{
    padding:4px;
}

table#invoice th{
    font-size:12px;
    font-weight:bold;
}

table#invoice th.section{
    border-top:1px solid #333;
    border-bottom:2px solid #333;    
    font-weight:bold;    
    font-size:13px;
}

input.submit_btn{
  font:bold 12px Arial, Helvetica, sans-serif;
  border:1px solid #3d3d3d;
  color:#fff;
  width:100px;
  padding:2px 0;
  margin:15px 0px 15px 0;
  background-color:#f31c24;
  cursor:pointer;
}

/* ---------------------------- MESSAGES  ---------------------------- */
div.msg{
  border-top:1px solid #ed1b24;
  border-bottom: 1px solid #ed1b24;
  font:bold 12px Verdana, Arial, Helvetica, sans-serif;
  margin:10px 0;
  padding:0 5px;
  background-color:  #fafafa;
}

div.msg p{
  padding:5px 0px 5px 20px;
  margin:0px;
}


.msg_alert{
  color:#EF6B00;
  font:bold 12px Verdana, Arial, Helvetica, sans-serif;
  background: transparent url(images/error.gif) no-repeat scroll 0 50%;
}

.msg_ok{
  color:#669933;
  font:bold 12px Verdana, Arial, Helvetica, sans-serif;
  background: transparent url(images/accept.gif) no-repeat scroll 0 50%;
}

.msg_error{
  color:#cc0000;
  background: transparent url(images/exclamation.gif) no-repeat scroll 0 50%;
}

/* new class for orange text*/
.txt_Orange{
  color:#EF6B00;
  font:bold 12px Verdana, Arial, Helvetica, sans-serif;
  
}

/* orange text ends here*/

/* ---------------------------- PAGINATION  ---------------------------- */
.pagination{
  text-align:center;
  font:bold 12px Arial, Helvetica, sans-serif;
  color:#555;
  padding:5px 0;
  margin:10px 0 10px 0;
}

div#center_panel .pagination a{
  margin:0 5px;
  padding:2px;
}




div#center_panel .pagination a:link,div#center_panel .pagination a:visited{
  text-decoration:underline;
  color:#f31c24;
}

div#center_panel .pagination a:hover{
  text-decoration:none;
  color:#555;
}

div#center_panel .pagination a.current_page_pagination,
div#center_panel .pagination a.current_page_pagination:link,
div#center_panel .pagination a.current_page_pagination:visited{
  text-decoration:none;
  color:#3d3d3d;
  cursor:default;
}


/* -------------------- PREVIEW PROD ---------------------- */

p.num_prod{
    font:11px Arial, Helvetica, sans-serif;
	color:#636363;	
	padding-left:5px;
}

h2.search_result{
    font:bold 16px Arial, Helvetica, sans-serif;
	color:#898989;
	padding-left:5px;
}

div.preview_prod{
	width:528px;	
	margin-bottom:30px;	
	position:relative;
	z-index:150;
	margin-left:0px;		
}

div.prod_name{
	background:transparent url(images/preview_prod_header_bg.jpg) no-repeat scroll 0 0;
	height:30px;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#000;
	padding:7px 0 0 15px;
}

div.order_now{				
	background:transparent url(images/preview_prod_footer_bg.jpg) no-repeat scroll 0 0;
	height:32px;
	font:18px Arial, Helvetica, sans-serif;
	color:#302e2e;
	padding:12px 0 0 70px;
}

div.order_now a{				
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;	
	text-decoration:none;
	display:block;
}

div.order_now a:link, div.order_now a:visited{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}

div.order_now a:hover{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ed1b24;
}

div.prod_image{
	position:relative;
	z-index:10;
}

div#center_panel div.prod_image a.main_img_wrapper, div#center_panel div.prod_image a.main_img_wrapper:link,
div#center_panel div.prod_image a.main_img_wrapper:visited, 
div#center_panel div.prod_image a.main_img_wrapper:hover{
    border:none;
    text-decoration:none;
    color:none;
}

div#center_panel div.prod_image a.main_img_wrapper img{
    border:none;
}

div.more_info_buy{
	position:absolute;
	bottom:0px;
	right:4px;
	background:transparent url(images/preview_prod_more_buy_bg.jpg) no-repeat scroll 0 0;
	width:209px;
	height:58px;
	z-index:100;
}

* html div.more_info_buy{
   bottom:85px;
   right:2px;
}

span.more_info{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	top:9px;
	left:15px;
}

span.more_info a,span.more_info a:link, span.more_info a:visited{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}

span.more_info a:hover{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

span.price_inc_vat{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	top:12px;
	left:135px;
}

span.price_exc_vat{
	font:bold 9px Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	bottom:12px;
	left:135px;
}

div.txt{
	position:absolute;
	top:15px;
	right:5px;
	width:200px;
}

span.txt1{
	font:18px Arial, Helvetica, sans-serif;
	color:#000;
	display:block;
	margin-bottom:5px;
}

span.txt2{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;		
}


/*********************************************************************
*                       CHECKOUT
***********************************************************************/

/* ------------------------------ CART ----------------------------- */
div#center_panel label.fixed_width{
    font:12px Arial, Helvetica, sans-serif;
	color:#000;
	width:95px;
	display:block;
	float:left;
	clear:both;
	padding:0px 5px 10px 0;
}

.top_text
{
  font:12px Arial, Helvetica, sans-serif;  
}
div#center_panel label.fixed_width2{
    font:10px Arial, Helvetica, sans-serif;
    color:#000;
   
}


  div#center_panel label.fixed_width1{
    font:12px Arial, Helvetica, sans-serif;
     font-weight:bold;     
    color:#000;
    width:200px;
    display:block;
    float:left;
    clear:both;
    padding:0px 5px 10px 0;
}



  div#center_panel label.black_main_head{    
   color:#000;   
   font:bold 16px Arial, Helvetica, sans-serif;
   font-weight:bold;
}



.fixed_width3{
    font:16px Arial, Helvetica, sans-serif;
    font-weight:bold;     
    color:#000;
    width:200px;
    display:block;
    float:left;
    clear:both;
      
    padding:0px 0px 0px 0px;
}

div#center_panel label.fixed_width4{
 font:12px Arial, Helvetica, sans-serif;
    font-weight:bold;     
    color:#000;
    width:200px;
    display:block;
  /* border: double;
   border-style: solid 2px;  */   
    clear:both;
     
    padding:0px 0px 0px 70px;  
     
}


div#center_panel label{
    font-weight:normal;
    text-align:right;
}

div#center_panel input.text_field{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	width:212px;
	height:20px;
	border:2px solid  #acacac;
	vertical-align:middle;
	background-color:#fff;
	padding:2px;
	text-align:left;
}
div#center_panel input.text_field1{
    font:bold 16px Arial, Helvetica, sans-serif;
    color:#000;
    width:100px;
    height:20px;
    border:2px solid  #acacac;
    vertical-align:middle;
    background-color:#fff;
    padding:2px;
    text-align:left;
}
div#center_panel span.text_field{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	width:212px;
	height:20px;	
	vertical-align:middle;
	background-color:#fff;
	padding:2px;
	text-align:left;	
}

div#center_panel input.submit_btn_field{
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000 url(images/button_bg.gif) no-repeat scroll 90% 50%;
	width:125px;
	height:30px;
	padding:0px 0 2px 10px;
	border:2px solid #acacac;
	text-align:left;
	vertical-align:middle;
}

div#center_panel input.submit_btn_light{
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555 url(images/button_light_bg.gif) no-repeat scroll 10% 50%;
	width:150px;
	height:30px;
	padding:0px 0 2px 25px;
	border:2px solid #acacac;
	text-align:left;
	vertical-align:middle;
}

div#center_panel a.submit_btn_light{
    display:block;
    font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555 url(images/button_light_bg.gif) no-repeat scroll 10% 50%;
	width:130px;
	height:20px;
	padding:3px 0 0px 30px;
	border:2px solid #acacac;
	text-align:left;	
	text-decoration:none;
}

div#center_panel a.submit_btn_dark{
    display:block;
    font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#000 url(images/button_bg.gif) no-repeat scroll 90% 50%;
	width:130px;
	height:20px;
	padding:3px 0 0px 30px;
	border:2px solid #acacac;
	text-align:left;	
	text-decoration:none;
}


div#cart_wrapper{
	background:transparent url(images/cart_bg.gif) no-repeat scroll 0 0;
	width:533px;				
	padding:12px 0 0 0px;
	margin:0 0 25px 0;	
	font:12px Arial, Helvetica, sans-serif;
	color:#555;	
	position:relative;		
	z-index:0;
}

div#cart_wrapper input.submit_btn_field{
    width:155px;
    height:27px;
}

div#cart_wrapper a.continue_top{
    position:absolute;
    top:10px;
    right:175px;
    z-index:100;
}


div#cart_wrapper input.checkout_pay_top{
    position:absolute;
    top:10px;
    right:8px;
    z-index:100;
}

div#cart_wrapper h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 15px 17px;
	padding:0px;
}

div#cart_wrapper form{
	margin:0px;
	padding:0px 0 179px 0px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	background:transparent url(images/form_cart_footer_bg.gif) no-repeat scroll 0 100%;						
}



div#cart_wrapper table{
	width:100%;	
	border-collapse:collapse;
	margin:0 0 0 0px;
	padding:0px;	
	font:12px Arial, Helvetica, sans-serif;
	color:#555;				
}

div#cart_wrapper table th{
	font-weight:normal;
	padding:2px;
	text-align:center;
}

div#cart_wrapper table td{
	border:1px solid #dfdfdf;	
	padding:5px;
	text-align:center;
}

div#cart_wrapper table td.first, div#cart_wrapper table th.first{
    padding-left:17px;
    text-align:left;
    width:330px;
}

div#cart_wrapper table td div.prod_img_wrapper{
    float:left;
    width:120px;
    background:#fff;
}

div#cart_wrapper table td div.prod_img_wrapper img{
    margin-bottom:10px;
}

div#cart_wrapper table td div.prod_img_wrapper span.product_code{
    color:#000;
}

div#cart_wrapper table td div.short_description{
    float:right;
    width:125px;
    padding:0 5px 0px 5px;
}


div#cart_wrapper input.text_field{
    width:20px;
    height:17px;
    font:13px Arial, Helvetica, sans-serif;
	color:#000;	
	text-align:center;
	padding-top:2px;
}


div#cart_wrapper div.delivery_speed{
    position:absolute;
    bottom:135px;
    left:0px;
    text-align:right;
    width:506px;
    padding:0 10px 0 17px;
    font:12px Arial, Helvetica, sans-serif;
	color:#555;	
	z-index:100;
}

* html div#cart_wrapper div.delivery_speed{
    bottom:130px;
}

div#cart_wrapper  div.delivery_speed select{
    margin-top:5px;
    padding:0px;
}

div.delivery_speed div#delivery_speed_harrow_middlesex{
    width:210px;
    text-align:left;
    position:absolute;
    top:0px;
    left:17px;
    color:#000;
}

* html div.delivery_speed div#delivery_speed_harrow_middlesex{
    width:150px;
}


div#update_cart{
    position:absolute;
    bottom:65px;
    left:7px;
    width:270px;
    z-index:100;
}

div#update_cart span{
    display:block;
    float:right;
    width:130px;
}

div#update_cart input{
    width:130px;
    height:34px;
    border:none;
    padding-left:15px;
    padding-bottom:4px;
    vertical-align:middle;
    background: transparent url(images/buy_new_box_bg.jpg) no-repeat scroll 0 0;
    color:#fff; 
    font:bold 14px Arial, Helvetica, sans-serif;
    text-align:left;    
}


div#cart_wrapper table#charges{
    position:absolute;
    bottom:0px;
    right:5px;
    width:190px;
    border-collapse:collapse;
    padding:0px;
    margin:0px;
    z-index:100;
}

div#cart_wrapper table#charges td{
    padding:5px 2px;
    border:none;
    border-collapse:collapse;
    height:25px;
}

* html div#cart_wrapper table#charges td{
    height:14px;
    padding:4px 2px 3px 2px;
}

div#cart_wrapper table#charges td.label{
    text-align:right;
}

div#cart_wrapper table#charges td.number{
    text-align:left;
    font-weight:bold;
    padding-left:15px;
}

div#cart_wrapper table#charges td.grand_total{
 height:28px;
 font-weight:bold;
 color:#fff;
}

* html div#cart_wrapper table#charges td.grand_total{
    height:15px;
    color:#fff;
    font-weight:bold;
}


div#cart_wrapper div#cupon_code{
    position:absolute;
    bottom:10px;
    left:7px;
    width:250px;    
}

* html div#cart_wrapper div#cupon_code{
    bottom:7px;
}

div#cupon_code input.text_field{
    width:135px;    
    height:13px;
	vertical-align:middle;
	margin-top:5px;
}

div#cupon_code input.action{
    width:45px;
    height:21px;
    font:12px Arial, Helvetica, sans-serif;
	color:#fff;	
	background-color:#f60000;
	border:none;
	vertical-align:middle;	
	margin-top:5px;
}

div#cart_wrapper a.continue_bottom{
    bottom:-75px;
    right:165px;
    position:absolute;
}

div#cart_wrapper input.checkout_pay_bottom{
    position:absolute;
    bottom:-75px;
    right:0px;
    z-index:100;
}
div#cart_wrapper input.checkout_pay_bottom1{
    position:absolute;
    bottom:-25px;
    right:260px;/*asd*/
    z-index:100;
}
div#cart_wrapper label.checkout_pay_bottom2{
    position:absolute;
    bottom:-25px;
	right:0px;
    z-index:150;
}


/* ---------------------------- LOGIN2 ------------------------- */
div#login_new_customer{
	background:transparent url(images/new_customer_login_bg.gif) no-repeat scroll 0 0;
	width:518px;
	height:108px;
	padding:12px 0 0 17px;
	margin:0 0 25px 0;				
}


div#login_new_customer input.submit_btn_field{
    width:95px;
}

div#login_new_customer input.submit_btn_field1{
    width:10px;	
}

div#login_new_customer label.submit_btn_field2{
    width:150px;	
}
div#login_new_customer h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 17px 0;
	padding:0px;
}


div#login_new_customer p{
	margin:0 0 15px 0;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

div#login_new_customer form{
	margin:0px;
	padding:0px;	
}

div#login_existent_customer{
	background:transparent url(images/existing_customers_login_bg.gif) no-repeat scroll 0 0;
	width:518px;
	height:174px;
	padding:12px 0 0 17px;
	margin:0 0 25px 0;
	position:relative;		
}

div#login_existent_customer div#remember_me{
    position:absolute;
    bottom:12px;
    left:120px;
}

div#login_existent_customer input.submit_btn_field{
    width:95px;
}

div#login_existent_customer h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 17px 0;
	padding:0px;
}


div#login_existent_customer p{
	margin:0 0 15px 0;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

div#login_existent_customer p a#forgot_password{
	margin-left:335px;
}

div#login_existent_customer form{
	margin:0px;
	padding:0px;	
}
			

/* ----------------------  CUSTOMER DETAILS -------------------- */
div#customer_details{
	background:transparent url(images/customer_details_bg.gif) no-repeat scroll 0 0;
	width:533px;				
	padding:12px 0 0 0px;
	margin:0 0 25px 0;				
}

div#customer_details input{
    margin-bottom:5px;
}

div#customer_details h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 15px 17px;
	padding:0px;
}


div#customer_details p{
	margin:0 0 5px 17px;
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}

div#customer_details form{
	margin:0px;
	padding:15px 0 10px 17px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;	
}


/* ------------------------------- SEARCH BRACKET -------------------------- */
div#search_bracket{
  width:567px;
  height:280px;
  background:transparent url(images/search_bracket_bg.gif) no-repeat scroll 0 0;
}

div#search_bracket form{
  margin:0px;
  padding:163px 0 0 65px;
}

div#search_bracket form select{
  width:146px;
  height:20px; 
  padding:0 0 0 0px;
  margin:0px; 
  border:none;
}

div#search_bracket form select#make{
  margin-right:105px;
}

* html div#search_bracket{
    margin-left:-5px;
    width:547px;
}

form#search_by_model{
    margin:10px 0 15px 35px;
    padding:0px;
}

ul#popular_makes{
    margin:0 0 15px 35px;
    padding:0px;
    list-style-type:none;
}

ul#popular_makes li{
    display:inline;
    font-weight:bold;
}

ul#popular_makes li a:link, ul#popular_makes li a:visited{
    color:#333;
    text-decoration:none;
}

ul#popular_makes li a:hover{
    color:#BE161D;
}

/* ------------------------------- INDEX SEARCH -------------------------- */	

	
body#index div#main_content div#center_panel{
  /*padding:0 189px 0 178px;*/
  float:left;
  width:567px;
  padding:0px 0px 60px 1px; 
  min-height:555px;
  z-index:0;
  position:relative;
}		

* html body#index div#main_content div#center_panel{
    margin-left:-3px;
    height:555px;
}

/* ------------------------------- INDEX SEARCH -------------------------- */
body#index div#search{
  width:567px;
  height:260px;
  background:transparent url(images/index/search_bg.jpg) no-repeat scroll 0 0;
  margin:-13px -15px;
}

body#index div#search form{
  margin:0px;
  padding:163px 0 0 85px;
}

body#index div#search form select{
  width:146px;
  height:20px;
  /*background:transparent url(images/input_bg.jpg) no-repeat scroll 0 0;*/
  padding:0 0 0 0px;
  margin:0px; 
  /*outline: transparent none thin;*/
  border:none;
}

body#index div#search form select#make{
  margin-right:105px;
}		
			
/* ------------------------------- INDEX RIGHT SIDE -------------------------- 
body#index div#main_content div#right_panel{
  float:right;
  width:189px;
  padding-bottom:10px;
  margin:0px;
}

body#index div#right_panel div#delivery{
  height:180px;
  width:189px;
  background:transparent url(images/index/delivery_bg.jpg) no-repeat scroll 0 0;
  margin-bottom:10px;
  margin-top:0px;
  padding:0px;
}

body#index div#right_panel div#delivery span{
  display:block;
  text-indent:-3500px;
}

body#index div#right_panel dl#best_sellers{
  margin:0 1px 0 1px;
  padding:0px;
  width:179px;
  background:#000;
}

body#index div#right_panel dl#best_sellers dt{
  height:47px;
  margin:0px;
  padding:0px;
  display:block;
  border-bottom:7px solid #363636;
  background:transparent url(images/index/bestSellers_dt_bg.jpg) no-repeat scroll 0 0;
}

body#index div#right_panel dl#best_sellers dt span{
  display:block;
  text-indent:-3500px;
}

body#index div#right_panel dl#best_sellers dd{
  margin:0px;
  padding:0 0 21px 0;
  background:transparent url(images/index/bestSellers_dd_bg.jpg) no-repeat scroll 0 100%;
  font:12px "Trebuchet MS",Arial, Helvetica, sans-serif;
  color:#fff;
}


body#index div#right_panel dl#best_sellers dd ul{
  margin:0px;
  padding:0px;
  list-style-type:none;
}


body#index div#right_panel dl#best_sellers dd ul li{

  display:inline;
}

body#index div#right_panel dl#best_sellers dd ul li div{
  border-bottom:7px solid #363636;
  height:79px;
  padding:7px 5px 5px 7px;
}


body#index div#right_panel dl#best_sellers dd ul li span.img_wrapper{
  float:left;
  margin:0 10px 2px 0;
  width:83px;
  height:56px;
  display:block;
  background:transparent url(images/index/prod_img.jpg) no-repeat scroll 0 0;
  text-align:center;
  padding:3px 0 0 0;
}

body#index div#right_panel dl#best_sellers dd ul li span.img_wrapper img{
    border:1px solid #3d3d3d;
}


body#index div#right_panel dl#best_sellers dd ul li span.prod_price{
  display:block;
  padding:5px 0 5px 0px;
}

body#index div#right_panel dl#best_sellers dd ul li a.prod_more_info{
  display:block;
  height:20px;
  width:58px;
  float:left;
  background:transparent url(images/index/prod_moreInfo_bg.jpg) no-repeat scroll 0 0%;
}

body#index div#right_panel dl#best_sellers dd ul li div:hover{
  background-color:#252525;
}

body#index div#right_panel dl#best_sellers dd ul li.sfHover{
  background-color:#252525;
}

body#index div#right_panel dl#best_sellers dd ul li div:hover a.prod_more_info{
 background-image:url(images/index/prod_moreInfo_hover_bg.jpg);
 outline:hidden;
}

body#index div#right_panel dl#best_sellers dd ul li.sfHover a.prod_more_info{
 background-image:url(images/index/prod_moreInfo_hover_bg.jpg);
}

body#index div#right_panel a.prod_more_info span{
  display:block;
  text-indent:-3500px;
}


body#index div#right_panel dl#best_sellers dd ul li span.prod_name{
  clear:both;
  display:block;
  padding-left:2px;
  font-size:10px;
}*/


