/* Main Fox's Stylesheet -- (Semi)Organised

   TOC:
   - Global Styles
   - Header
   - Page Structure
   - Navigation
   - Headings
   - Lists
   - Forms
   - Links
   - Tables
   - Misc
   
   Wisdom Solutions Ltd. 2006
   www.wisdom.co.uk
   
----------------------------------------------- 
-----------------------------------------------*/


/* Global Styles
----------------------------------------------- */
* {
  padding:0;
  margin: 0;
}

html, body {
    height: 100%;
}

.topHeader1{
	 background: url(../images/topheader_01.jpg) no-repeat;
	 width:640px;
	height:60px;
	float:right;
	margin-top:60px;
}
.page-header1{
	width:270px; float:left;

}
.page-header2{
	width:670px; float:left; margin-top:40px;

}
.page-header2-col-1{
	padding:10px 20px 0px 40px; float:left;
}

.nextDayDD{
/*
	 background: url(../images/next-day1.jpg) no-repeat;
	 width:640px;
	height:80px;*/
}


.topHeader2{
	 background: url(../images/topheader_02.jpg) no-repeat;
	 width:640px;
	height:385px;	
}
body{
	font-family:Lucida Sans;
	
	font-size:12px;
	margin : 0;
	padding : 0;
/*	background:#b0dcb8; */ background: #72a32e url(../images/pageBg.gif) no-repeat;
}

#offer_advert h1{
    #font-size:20px !important;
}

#offer_advert h2{
    #font-size:15px !important;
}


/* Header
----------------------------------------------- */
#header {
  position:relative;
  margin-bottom: 20px;
}

#header-bar {
  height: 41px;
  background: url(../images/header/header-bar.jpg) top left no-repeat;
  margin-top:5px;
  font-size: 1.1em;
  position: relative;
}
#search-bar {
  height: 41px;
  background: url(../images/header/search-bar.jpg) top left no-repeat;
  margin-top:5px;
  font-size: 1.1em;
  position: relative;
}
#header-bar *,#search-bar * {
  float: left;
}

#header-bar #search-text,#search-bar #search-text {
  color: #000;
  font-weight: bold;
  padding-top: 12px;
  margin-left: 15px;
}

#header-bar #search-box,#search-bar #search-box {
  width: 197px;
  height:20px;
  margin-left: 10px;
  margin-top: 9px;
  font-size: 1.1em;
  background: url(../images/header/header-search-background.jpg) top left no-repeat;
  border:0;
  padding: 4px 5px 0px 5px; 
  letter-spacing: 1px;
}


#header-bar #search-go,#search-bar #search-go {
  margin-top: 5px;
  margin-left: -5px;
}

#header-bar a {
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  position: absolute;
  font-weight: bold;
  top: 12px;
}

#header-bar a:hover {
  text-decoration: underline;
}

#header-bar #news {
  left: 495px;
}

#header-bar #contact-us {
  left: 595px;
}

#header-bar #customer-services {
  left: 700px;
}

#header #my-account-links {
  position: absolute;
  right:25px;
	_right:0;
  top: -30px;
}

#header #my-account-links span {
  display: block;
  height: 20px;
  float: left;
  padding: 5px 10px 5px 10px;
}

#header #my-account-links #my-account {
  border-left: 1px dotted #045012;
  border-right: 1px dotted #045012;
  padding-top: 10px;
  padding-bottom: 2px;
}

#header #my-account-links #visit-store {
  padding-top: 10px;
  padding-bottom: 2px;
}

#header #my-account-links img {
  margin-right: 5px;
}

/* Page Structure
----------------------------------------------- */

#main-content {
  float: left; 
  width: 640px;
  background:#FF0000;
  margin-left: 25px;
  margin-top: -20px;
}

.prod-slider {
  border: 1px solid #9EBD3B;
  position: relative;
}

.prod-slider .sli-button {
  position: absolute;
}
.prod-slider #leftb {
  top: -1px;
  left:-1px;
}

.prod-slider #rightb {
  top: -1px;
  right:-1px;
}

#featured-slider {
  width: 644px;
  height: 135px;
  _height: 130px;
}

#featured-slider #slider-contents{
	margin-left:25px;
	width:auto;
	height:135px;
    _height: 130px;
	padding-right:35px;
	padding-top:5px;
}

#featured-slider .featured_content {
	width:110px;
	padding-right:10px;
	margin-top:0px;
	margin-right:10px;
	border-right:1px dotted #8F8F8F;
}

#featured-slider .featured_title{
	color:#3F5C40;
	font-size:1em;
	font-weight:bold;
	padding-left:5px;
}

#featured-slider .featured_description{
	color:#3E5D3E;
	margin-top:0px;
	font-size:1em;
	padding-left:5px;
	margin-right:5px;
}

#featured-slider .featured_price{
	color:#3E5D3E;
	font-size:1em;
	padding-left:5px;
}

#featured-slider .show_more{
	margin-top:0px;
	padding-left:5px;
}


#small-slider {
  width: 644px;
  height: 85px;
}

#small-slider #slider-contents{
	margin-left:17px;
	width:auto;
	padding-right:30px;
	padding-top:7px;
}

#small-slider img{
	padding-right:10px;
	padding-left:10px;
	border-right:1px dotted #8F8F8F;
}


#featured-slider .sli-button {
  width: 27px;
  height: 137px;
}

#small-slider .sli-button {
  width: 27px;
  height: 89px;
}

#featured-slider #leftb {
	background: url(../images/big-left-button.jpg) top left no-repeat;
}

#featured-slider #leftb:hover {
	cursor:pointer;
    background: url(../images/big-left-button-hover.jpg) top left no-repeat;
}

#featured-slider #rightb {
	background: url(../images/big-right-button.jpg) top left no-repeat;
}

#featured-slider #rightb:hover {
	cursor:pointer;
	background: url(../images/big-right-button-hover.jpg) top left no-repeat;
}

#small-slider #leftb {
  background: url(../images/small-left-button.jpg) top left no-repeat;
}

#small-slider #leftb:hover {
	cursor:pointer;
	background: url(../images/small-left-button-hover.jpg) top left no-repeat;
}

#small-slider #rightb {
  background: url(../images/small-right-button.jpg) top left no-repeat;
}

#small-slider #rightb:hover {
	cursor:pointer;
	background: url(../images/small-right-button-hover.jpg) top left no-repeat;
}

#other-features {
  margin-top: 40px;
  padding-bottom: 20px;
  position:relative;
  width:615px;
}

/*#other-features #catalogue, #other-features #signup {
  width: 156px;
  height: 152px;
  margin-top: 40px;
  float: left;
}*/

#other-features #signup {
  width: 156px;
  height: 152px;
  margin-top: 40px;
  float: left;
}

#other-features #catalogue {
	width: 420px;
	height: 160px;
	float: right;
	margin-top: 39px;
}

#other-features #catalogue #thumb {
  text-align: center;
  margin-top: 17px;
}
 
#other-features #catalogue #thumb img {
  margin-left: -10px;
}

#other-features #signup p {
  width: 125px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
}

#other-features #signup {
  float:left;
}

#other-features #signup .text {
  width: 93px;
  height: 17px;
  border: 0;
  background: url(../images/signup-email-background.jpg) repeat-x;
  padding-top: 4px;
  padding-left: 4px;
  color: #fff;
  position: relative;
  top: -7px;
  margin-left: 10px;
  font-size: 1em;
}

#other-features #signup .sub {
  margin-top: 5px;
}

#top-message #basket-msg{
	background-color:#FFFFFF;
	color:#FF0000;
	font-weight:bold;
	margin-left:28px;
	margin-top:20px;
	font-size:1.2em;
	width:570px !important;
	padding:10px;
}

#other-features #info_msg{
	background-color:#FFFFFF;
    color:#FF0000;
	font-weight:bold;
	margin-left:28px;
	margin-top:20px;
	font-size:1.2em;
	width:570px !important;
	padding:10px;
}

#top-message #basket-msg a{
	color:#FFF;
}

#top-message #basket-msg a:hover{
	color:#FFF;
	text-decoration:none;
}

#need-rhs .basket-msg{
	background-color:#c8f4d0;
	font-weight:bold;
	font-size:1em;
	padding:10px;
}

#need-rhs .basket-msg a{
	color:#FFF;
}

#need-rhs .basket-msg a:hover{
	color:#FFF;
	text-decoration:none;
}

.green-outline {
  border: 1px solid #9EBD3B;
  position: relative;
}

.solid-green {
  position: relative;
}

.green-outline .corner, .solid-green .corner {
  position: absolute;
  width: 10px;
  height: 10px;
  background-position: top left;
  background-repeat: no-repeat;
}

.green-outline .tleft{
  top:-1px;
  left:-1px;
  background-image: url(../images/corners/top-left.gif);
}

.green-outline .tright{
  top:-1px;
  right:-1px;
  background-image: url(../images/corners/top-right.gif);
}

.green-outline .bleft{
  bottom:-1px;
  left:-1px;
  background-image: url(../images/corners/bottom-left.gif);
}

.green-outline .bright {
  bottom:-1px;
  right:-1px;
  background-image: url(../images/corners/bottom-right.gif);
}

.solid-green .tleft{
  top:0px;
  left:0px;
  background-image: url(../images/corners/options-top-left.gif);
}

.solid-green .tright{
  top:0px;
  right:0px;
  background-image: url(../images/corners/options-top-right.gif);
}

.solid-green .bleft{
  bottom:0px;
  left:0px;
  background-image: url(../images/corners/options-bottom-left.gif);
}

.solid-green .bright {
  bottom:0px;
  right:0px;
  background-image: url(../images/corners/options-bottom-right.gif);
}

#explore-brands {
  position: relative;
  top: 40px;
  margin-bottom: 20px;
  height:45px;
  _height:40px;
  width: 644px;
  clear:left;
}

#explore-brands h3,  #explore-brands select {
  float: left;
}

#explore-brands select {
  margin-top: 15px;
  margin-left: 10px;
  font-family:verdana;
  font-weight:bold;
  font-size: 1em;
}

#subrange-table, #product-table {
  /*margin-left: 15px;
  margin-top: 10px;
  background:#FF0000; */
}

#product-table {
  
  margin-left: 5px;
  width: 640px;
}

#subrange-table td {
  border-left: 1px dotted #045012;
  border-top: 1px dotted #045012;
  padding: 20px 25px 20px 25px;
  text-align: center;
}

#product-table td {
  padding: 20px 15px 20px 15px;
  border-bottom: 1px dotted #045012;
  position: relative;
  width: 315px;
  vertical-align: top;
}

#search-table td {
  padding: 20px 15px 20px 15px;
  border-bottom: 1px dotted #045012;
  position: relative;  
  vertical-align: top;
}

#list-table td {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px dotted #045012;
  position: relative;  
}

#list-table .greentd {
  width:44px;
  background-color:#f5f9e8;
  vertical-align:bottom;
  text-align:center;
  border-left:1px dotted #045012;
}

#subrange-table .top-row {
  border-top: none;
}

#product-table .btm-row {
  border-bottom: none;
}

#subrange-table .left-col {
  border-left: none;
}

#product-table .left-col {
  border-right: 1px dotted #045012;
}

#breadcrumb, #breadcrumb a {
  font-size: 1em;
  font-weight: bold;
}
  
#breadcrumb {
  color: #3E5C40;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 1.1em;
  
}

#breadcrumb a {
  color: #86AE0F;
}

#product-table td .left-image,#search-table td .left-image,#list-table td .left-image {
  float: left;
  margin-right: 15px;
  position: relative;
}

#product-table td .left-image .next-day,#search-table td .left-image .next-day,#list-table td .left-image .next-day {
  position: absolute;
  top:0;
  left:0;
  border: 0;
}

#product-table td .left-image .main-image,#search-table td .left-image .main-image,#list-table td .left-image .main-image {
  width: 133px;
  height: 140px;
  border: 1px solid green;
  padding-top: 15px;
	 float: left;
}
  
#product-table td .right-details {
  float: right;
  width: 140px;

}

#search-table td .list {
  float: left;
  width: 100%;
}
  
#list-table td .list {
  float: left;
  width: 100%;
}

#product-table td .right-details .title, #search-table td .list .title, #list-table td .list .title {
  font-weight: bold;
  color: #055113;
  font-size: 1em;
  display: block;
}

#product-table td .right-details p,#search-table td .list p,#list-table td .list p {
  margin-top: 35px;
  margin-bottom: 5px;
}

#product-table td .right-details .price, #search-table td .list .price,#list-table td .list .price {
  display: block;
  font-weight: bold;
  color: #055113;
  margin-bottom: 5px;
}

.list .on_sale{
	color:#FF2F2F;
	font-weight:bold;

	
}



.list ._price{
text-decoration:line-through; 
display: block;
font-weight: bold;
color: #0000FF;
margin-bottom:3px; 
margin-right:5px;


}

.list .new_price {
text-decoration:none;
color:#FF2F2F;
font-weight: bold;


} 


.right-details .on_sale{
	color:#FF2F2F;
	font-weight:bold;
}

#product-table td .right-details .old_price {
text-decoration:line-through; 
    display: block;
  font-weight: bold;
  color: #0000FF;
  margin-bottom:3px; 
  margin-right:2px;
  
}
#product-table td .right-details .new_price {
    text-decoration:none;
    color:#FF2F2F;
	font-weight: bold;

   
}

#product-details {
  width: 640px;
  position: relative;
}

#product-details #left-image {
  float: left;
  width: 382px;
  border: 1px dotted #045012;
  height: 450px;
}

#product-details #right-details {
  width: 255px;
  border-right: 1px dotted #045012;
  border-top: 1px dotted #045012;
  height:450px;
  float: left;
}

#product-details #right-details #price {
width: 100px;
  position: absolute;
  top: -45px;
  right:0px;
  height: 25px;
  border-right: 1px dotted #045012;
  padding-top:10px;
  font-size: 1.1em;
  font-weight: bold;
  padding-right: 15px;
  color:#055113;
}

#product-details #right-details #price #old_price {
  text-decoration:line-through;
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #0000FF;
  margin-bottom:3px;
  float:left;
  margin-right:5px;
}

#product-details #right-details #price #was_lbl{
  float:left;
  padding-right:5px;
  color:#FF2F2F;
  font-size:1.3em;
  margin-top:-3px;
}

#product-details #right-details #price #new_price {
  text-decoration:none;
    color:#FF2F2F;

}

#product-details #right-details #long-desc {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.3;
  margin-bottom:20px;
  color:#055113;
}
 
#product-details #right-details #options {
  width: 217px;
  height: 70px;
  background-color: #c8f4d0;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Navigation
----------------------------------------------- */



/* Headings
----------------------------------------------- */
h1 {}
  
.h3
{
font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;
}
h2 {}  
  #next-day-bar,#kits-bar {
    width: 651px;
    height: 101px;
    margin: 5px 0px 5px 0px;
  }
  
  #next-day-bar span {
    background-image: url(../images/next-day-bar.jpg);
  }
  
  #kits-bar span {
    background-image: url(../images/banner-kits.jpg);
  }
  
  #other-features h2 {
    width: 203px;
    height:15px;
  }
  
  #other-features h2 span {
    background-image: url(../images/homepage-most-from-foxs.gif);
  }
  
  #range-header, #srange-header {
    color: #045013;
	margin-top: 15px;
    margin-left:20px;
	font-size:16px;
  }
  
  #product-header {
    margin-top: 20px;
	font-size:18px; font-family:verdana;
	color:#045013;
  }
h3 {}
  #header h3 {
    position: absolute; 
    top: 8px;
    right: 30px;
    width: 450px;
    height: 21px;
  }
  
  #header h3 span {
    background-image: url(../images/header/header-please-call.gif);
  }
  
  #explore-brands h3 {
    width: 317px;
    height: 19px;
    margin-left: 17px;
    margin-top: 14px;
  }
  
  #explore-brands h3 span {
    background-image: url(../images/homepage-foxs-brands-header.gif);
  }
  
  #other-features #signup h3 {
    width: 110px;
    height: 36px;
    top: 10px;
    margin-left: 10px;
  }
  
  #other-features #signup h3 span {
    background-image: url(../images/homepage-uptodate.gif);
  }
  
  #other-features #catalogue h3 {
    width: 132px;
    height: 23px;
    top: 10px;
    margin-left: 12px;
  }
  
  #other-features #catalogue h3 span {
    background-image: url(../images/homepage-catalogue-header.gif);
  }
  
  #product-details #right-details h3 {
    font-size: 1.1em;
    font-color: #395638;
    margin: 20px 10px 10px 15px;
    line-height: 1.3em;
    
  }
  
  #related-products h3 {
    width: 144px;
    height: 20px;
    --margin-top: 20px;
    clear: both;
   }
  
  #related-products h3 span {
    background-image: url(../images/you-may-also-need.gif);
  }

  .homepage h3 span {
    background-image: url(../images/highly-recommended.gif) !important;
  }
  
h4 {}
 
h5 {}
  

#view_basket #page-header {
	float:left;	
	margin: 0px 0px 0px 0px; /*change by priya 09-11-09*/

}
  
/* Lists
----------------------------------------------- */

/* Forms
----------------------------------------------- */

#product-details #add-to-basket{
	text-align:right;
	margin-right:20px;
	height:40px;
	border:none;
}
/* start change by priya 09-11-09*/
.enter_code{
	color:#055113;
	font-size:1.5em;
    font-weight: bold;
	border:none;
	background-color:#FFF;
	cursor:pointer;
	padding-left:5px;
}
/* End change by priya 09-11-09*/


#view_basket .enter_code{
	color:#055113;
	font-size:1.5em;/*change by priya 09-11-09*/
    font-weight: bold;
	border:none;
	background-color:#FFF;
	cursor:pointer;
	padding-left:5px;
}

/* Links
----------------------------------------------- */
a{
	color:#045012;
	text-decoration:none;
}
a:hover{
	color:#045012;
	text-decoration:underline;
}

#header #my-account-links a {
  color: #045012;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}

#header #my-account-links a:hover {
  text-decoration: underline;
}

#account_basket a {
  color: #045012;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}

#account_basket a:hover {
  text-decoration: underline;
}

.sr-button {
  display: block;
  width: 160px;
  height: 28px;
  text-align: center;
  font-weight: bold;

  background: url(../images/subranges/srange-button.jpg) top left no-repeat;
  font-size: 1em;
  padding-top: 8px;
  margin-top: 10px;
}

.sr-button:hover {
  color: #457d00;
}

#product-table td .right-details .show-button,#search-table td .list .show-button, .featured_content .show-button {
  display: block;
  width: 89px;
  height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../images/subranges/show-me-button.jpg) top left no-repeat;
  font-size: 1em;
  padding-top: 8px;
  margin-top: 5px;
}

#product-table td .right-details .show-button:hover,#search-table td .list .show-button:hover, .featured_content .show-button:hover {
  color: #fff;
}

#product-details #right-details .sr-button {
  margin-left: 70px;
}

#view_basket .continue-button {
  display: block;
  width: 149px;
  height: 31px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../images/continue-shopping.jpg) top left no-repeat;
  font-size: 1em;
  padding-top: 8px;
  margin-top: 5px;
  margin-left:245px;
}

#view_basket .continue-button:hover {
	color: #fff;
}


#view_basket .continue-shopping {
  display: block;
  width: 149px;
  height: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
 background: url(../images/continue-shopping1.jpg)  top left no-repeat; 
  
  font-size: 1em;
  padding-top: 3px;
  margin-top: 2px;
  margin-left:245px;
}

#view_basket .continue-shopping:hover {
	color: #fff;
}
#view_basket .proceed-button {
 display: block;
  width: 149px;
  height: 31px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../images/continue-shopping.jpg) top left no-repeat;
  font-size: 1em;
  
  margin-top: 5px;
  margin-left:245px;
}

.header_link {
	font-size:0.8em !important;
	color:#80A902 !important;
}

.header_link:hover {
	text-decoration:none;
}

/* Tables
----------------------------------------------- */

#view_basket #basket th {
	vertical-align:center;
	font-size:1.2em;
	font-weight:normal;
}

#view_basket1{
	font-weight:normal;

}
#view_basket table {
	margin-top:10px;
}

#view_basket #table_header {
	height:26px;
	background-color:#346633;
	color:#FFF;	
}

#view_basket1 #basket .delete {
	color:#86AE0F;
	width:55px;
	font-size:1em;
	border:none;
	background-color:#FFF;
	cursor:pointer;
}


#view_basket #basket #items td {
	font-size:1.1em;
	border-bottom: 1px dotted #f2f2f2;
}
.makenBorder{
	border:1px dotted #006600;
	padding:5px;
}

#view_basket #basket #items strong {
	color:#055113;
}

#view_basket #basket .highlight_cell{
	background-color:#f2f2f2;
}

#view_basket #basket #basket_total{
	background-color:#E5E5E5;
	border-top:2px solid #FFF;
}

#view_basket #basket .detail_cell{
	padding:10px;
	font-size:1.1em;
}


#view_basket .voucher-form label{
	padding-right:5px;
}

#view_basket .voucher-form a{
	padding-left:5px;
}

#view_basket .voucher-msg{
	padding:3px;
	font-weight:bold;
	font-size:1em;
	background-color:#FFFFFF;
       color:#FF0000;
	margin-top:3px;
}
.voucher-msg{
	padding:3px;
	font-weight:bold;
	font-size:1em;
	background-color:#FFFFFF;
       color:#0000FF;
	margin-top:3px;
}

/* Misc
----------------------------------------------- */

.ir {
  position: relative;
  overflow: hidden;
}

.ir span {
  width:100%;
  height: 100%;
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*

.sIFR-hasFlash #range-header, .sIFR-hasFlash #srange-header, .sIFR-hasFlash #product-header, .sIFR-hasFlash #page-header , .sIFR-hasFlash .sub-header {
  font-size: 28px;
  visibility: hidden;
	letter-spacing: 0px;
	height:35px !important;
	_height:35px !important;
	width: 520px;
}

.sIFR-hasFlash .sub-header {
  font-size: 28px;
  visibility: hidden;
	letter-spacing: 0px;
	height:35px !important;
	_height:35px !important;
	width:auto;
}

*/

#order-details .sIFR-replaced{
	font-size:20px;
	visibility: hidden;
	letter-spacing: 0px;
}
#related-products {
    clear:both;
}

#view_basket #order-details {
	font-size:1.1em;
	margin-top:30px;
}

#view_basket #order-details p {
	color:#3B5C3D;
	position:relative;
	left:10px;
	padding-top:10px;
}

#view_basket #order-details a {
	color:#3B5C3D;
}

#view_basket #order-details #basket_left{
	float:left;
	margin-top:20px;
	margin-left:0px;
	border:1px dotted #BFDB6A;
	padding:20px 10px 50px 10px;
}

#view_basket #order-details #basket_right{
	float:left;
	margin-top:20px;
	margin-left:0;
	border-top:1px dotted #BFDB6A;
	border-bottom:1px dotted #BFDB6A;
	border-right:1px dotted #BFDB6A;
	padding:20px 10px 45px 10px;
}

#view_basket #basket_left .label, #view_basket #basket_right .label{
	width:100px;
}

#view_basket #basket_right #additional{
	vertical-align:top;
}

#view_basket #order-details #basket_left .text-box, #view_basket #order-details #basket_right .text-box{
	width:164px;
	margin-top:3px;
	margin-bottom:3px;
}

#view_basket #order-details #basket_right textarea {
	width:164px;
	margin-top:3px;
	margin-bottom:3px;
}

#view_basket #order-details #basket_right .check_box{
	padding-top:3px;
	padding-bottom:3px;
	height:26px;
}

#view_basket #order-details #bottom-details{
	clear:both;
}

#view_basket #order-details #bottom-details table{
	margin-left:185px;
	margin-top:20px;
}

#view_basket .voucher-form {
	float:left;	
	position:absolute;
	right:100px;
	top:225px;
}

#view_basket .shopping-basket {
	clear:both;
}

#view_basket .displayMsg{
	font-size:13px;
	background-color:#c8f4d0;
	clear:both;
	font-weight:bold;
	padding:4px;
}

#order-complete .thank-you{
	font-size:1.4em;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}

#order-complete .body{
	font-size:1.2em;
	line-height:130%;
	margin-top:20px;
	margin-bottom:20px;
}

#order-complete .link a{
	font-size:1.2em;
	color:#336633;
	margin-top:20px;
	margin-bottom:20px;
	text-decoration:none;
}

#order-complete .link a:hover{
	text-decoration:underline;
}

#panel-login {
	float:left;
	width:126px;
	padding-left:20px;
	padding-top:40px;
	padding-bottom:60px;
}
}

#panel-login th{
	font-size:1.3em;
	padding-bottom:20px;
}

#panel-login td{
	padding-bottom:10px;
}

#panel-login .label{
	padding-right:10px;
}

#panel-sign-up {
	float:left;
    margin-left:14px;
	border-left:1px dotted #045012;
	width:126px;
	padding-top:40px;
	padding-bottom:60px;
    padding-left:12px;
}

#panel-sign-up th{
	font-size:1.3em;
	padding-bottom:20px;
}

#panel-sign-up td{
	padding-bottom:10px;
}

#panel-sign-up .label{
	padding-right:10px;
}

.sizechart td {
  background-color: #EFEFEF;
  border: 1px solid #fff;
  color: #33665C;
  padding:5px;
  padding-left: 10px;
  padding-right: 10px;
}

.order_details {
	font-size:1.2em;
	padding-bottom:50px;
	border-bottom:1px dotted #97B92F;
	float:left;
	margin-bottom:50px;
	margin-top:20px;
}

.order_details td{
	padding-bottom:5px;
}

.order_details th{
	font-size:1.2em;
}

.order_details .order{
	width:600px;
	margin-bottom:30px;
}

.customer_details {
	font-size:1.2em;
	padding-bottom:20px;
	border-bottom:1px dotted #97B92F;
	float:left;
	margin-bottom:20px;
}

.customer_details td{
	padding-bottom:5px;
}

.customer_details th{
	font-size:1.2em;
}

.customer_details .address{
	float:left;
	width:200px;
	margin-left:175px;
}

.customer_details .blank_row{
	width:125px;
}

.login-error {
	color:red;
	font-size:1.1em;
	font-weight:bold;
}

#logout {
	margin-left:469px;
}

#footer a{
	color:#336633;
	text-decoration:none;
}

#footer a:hover{
	font-weight:bold;
}

.account-button {
  display:block;
  width: 89px;
  height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../images/subranges/show-me-button.jpg) top left no-repeat;
  font-size: 1em;
  margin-top: 5px;
  border-style:none;
  
  cursor:pointer;
}

.account-button:hover {
	color: #fff;text-decoration:underline;
}
/* Start Change by priya 13-12-09*/
.tableOne{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.makeBB{
	font-weight:bold;
	color:#a4181b;
}
.captionGreen{
	background:url(../images/caption-panel-bg.jpg) repeat-x;
	height:28px;
	line-height:26px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:10px;
}
.tableOne{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.searchBar{
	height:60px;
	background:#bee69d;
	margin-top:2px;
}
.button1{
	height:22px;
	width:75px;
	font-size:10px;

	font-weight:bold;
}
.inputField2{
	font-size:10px;
	font-weight:bold;
	color:#036e04;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.makeB{
font-weight:bold;
}
/* End Change by priya 13-12-09*/
#sub-container{
	width:960px;
	padding:0px 15px 0px 15px;
	margin:auto;
}
#container{
	width:990px;
	margin:auto;
	background:#ffffff;
	clear:both;
}
#page-header{
	width:100%;
	/*background:url(../images/topHeader.jpg) no-repeat; */
	font-size:15px;
	font-family:"Lucida Sans", Arial, Georgia, Garamond;
}
#page-header form{
padding:0;
margin:0;
}
.topLine{
	width:100%;
/*	background:#045012; */
}
#topMenu{
	width:960px;
	margin:auto;
	margin:20px 0px 20px 0px;
	
}

.topMenu1{
	background:url(../images/menu-Left.jpg) no-repeat; height:40px; width:12px; float:left;
}
.topMenu2{
	width:594px; float:left; height:40px; line-height:36px; background:#045012 url(../images/menubar.gif); color:#FFFFFF;
}
.topMenu2 a{
	color:#fff;
}
.topMenu3{
	background:url(../images/menu-Ryt.jpg) no-repeat; height:40px; width:12px; float:left;
}
.productPanel{margin-left:20px; margin:10px 20px 20px 20px;}
.productBox{
		background:url(../images/productBox.gif) no-repeat; height:132px;
		width:230px; height:150px; padding:10px 5px 5px 5px;
		margin-bottom:15px;
		color:#000000;
}
.productBox1{
		width:300px; float:left; padding:5px 5px 5px 7px;
}
.productTitle{
	font-size:12px; font-weight:bold; color:#045013;

}
.priceTag{
	background:url(../images/priceButton.gif) no-repeat; width:75px; height:22px;
	color:#000; font-weight:bold; text-align:center; padding-top:6px; margin:10px 0px 10px 0px;
	float:left;
	
}
.shopNow{
	padding:13px 0px 0px 125px; color:#FFFFFF; font-size:12px; font-weight:bold; font-family:Tahoma, Arial;
	
}
.shopNow1{
	 color:#FFFFFF; font-size:12px; font-weight:bold; font-family:Tahoma, Arial;
	background:url(../images/shopnowBg.gif) no-repeat; width:120px; height:35px;
	margin-bottom:15px; line-height:30px; text-align:center;
	
}
.shopNow1 a{
	color:#FFFFFF;
	text-decoration:none;
	
}
.shopNow1 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	
}
.shopNow a{
	color:#FFFFFF;
	text-decoration:none;
	
}
.shopNow a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	
}
.col-left{
	width:248px; float:left;
}
.col-right{
	width:640px; float:left; padding-left:72px;
}
.col-main{
	width:960px;
	margin:0px 0px 10px 0px;
}
.col-footer{
	width:960px;
	margin:20px 0px 20px 0px;
	text-align:center;
}

.greenBox{
	width:640px;
	margin-bottom:20px;
}
.greenBox1{
	background:url(../images/greenboxTop.gif) no-repeat; width:640px; height:12px;
}
.greenBox2{
	background:url(../images/greenboxMiddle.gif) repeat-y; width:600px;
	padding:20px;
}
.greenBox2-01{
	background:url(../images/greenboxMiddle.gif) repeat-y; width:640px;
}
.greenBox3{
	background:url(../images/greenboxBottom.gif) no-repeat; width:640px; height:12px;
}

.greenBt-01{
	/*background:url(../images/greenshw-Left.jpg) no-repeat; width:19px; height:52px; float:left;*/
}
.greenBt-02{
	background:url(../images/next-day-bar1.jpg) no-repeat; height:52px;
	width:638px;
	font-size:18px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; float:left;
	text-align:center; line-height:40px;
}
.greenBt-022{
	background:url(../images/button1.gif) no-repeat; height:52px;
	width:240px;
	font-size:18px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; float:left;
	text-align:center; line-height:40px; margin-left:20px;
}

.greenBt-02a{
	background:url(../images/mostpplr-bg.gif) no-repeat; height:40px;
	width:640px;
	font-size:18px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; float:left;
	text-align:center; line-height:40px;
}


.greenBt-03{
	/*background:url(../images/greenshw-Ryt.jpg) no-repeat; width:29px; height:52px; float:left;*/
}


.home-logos{
	width:450px; margin:auto;
	padding:30px 0px 20px 0px;
}


#left-col{
	width:210px;
	background:#0779bf;
	float:left;
	color:#FFFFFF;	font-size:12px;
	font-weight:bold;
	min-height:500px;
}
#left-col a{
	color:#FFFFFF;
	text-decoration:none;
}
#left-col a:hover{

	text-decoration:underline;
}
#left-col  .menuOn a{
	color: #ff7200;
}
.menuOff{
	height:30px;
	padding-left:10px;
	line-height:28px;
	margin-bottom:10px;
}
.menuOn{
	height:30px;
	background:#FFFFFF;
	color: #ff7200;
	padding-left:10px;
	line-height:28px;
	margin-bottom:10px;	
}
#right-col{
	width:720px;
	float:left;
	margin:20px 29px 20px 30px;
}
.pageTitle{
	color:#00426b;
	font-size:20px;
	font-weight:bold;
	line-height:200%;
	border-bottom:3px #ff7200 solid;
	margin-bottom:30px;
}
.pageTitle1{
	font-size:14px; color:#004c7b; font-weight:bold;
}
.alertBox{
	background:#fff7d0;
	padding:10px;
	border:1px solid #c5c5c5;
	color:#b30000;
	font-weight:bold;
	font-size:15px;
}

#page-footer{
	width:989px;
	float:left;
	height:40px;
	font-size:11px;
	background:url(../images/foooterBg.gif) no-repeat;
}

.makeClear{
	clear:both;
}
.makeFloat{
	float:left;	
}
.makeBold{
	font-weight:bold;
}
.makeOrange{
	color:#ff7200;
}
.makeFontSmall{
	font-size:11px;
}
.loginPanel-1{

	width:424px; height:424px; margin:auto; background:url(../images/loginBg.jpg) no-repeat;
	margin-top:100px;
}
.loginPanel-2{

	width: 330px; margin:auto; padding-top:180px;

}
.loginButton{

	width:59px; height:27px; background:url(../images/buttonBg.gif) no-repeat;
	border:0; color:#FFFFFF; font-weight:bold;

}
.loginFields{
	width:200px;
}
.searchBg{
	width:170px;
	padding-left:16px;
	padding-top:11px;
	height:32px;
	background:url(../images/searchBg.gif) no-repeat;
	float:left;
}
.searchBg input{
	border:0;
	width:150px;
}
.searchButton{
	width:68px;
	height:37px;
	background:url(../images/search-button.jpg) no-repeat;
	color:#FFFFFF; border:0;
}

/* menu starts */


#info {height:400px;}

#lists {padding:0; margin:8px 0 50px 15px; list-style:none; position:relative; height:25px; float:left; z-index:500;} 
#lists li {display:inline; float:left; height:25px; }
#lists li a.tl {display:block; padding-right: 10px; height:25px; text-decoration:none; line-height:20px; font-size:15px; font-weight:bold; text-indent:10px; font-weight:normal; color:#000; color:#FFFFFF;}

#lists div {display:none; }

#lists li a:hover {text-decoration:none; white-space:normal; background-position:130px 15px; color:#FFFFFF;	}
#lists li:hover > a {text-decoration:none; white-space:normal; background:#be011f;}

/*#lists :hover div
{display:block; width:923px; background:url(../images/dropdownBg.gif) no-repeat; position:absolute; left:0; top:25px; border:0px solid #888; padding-bottom:10px;  min-height:300px; height:300px;
}
#lists :hover div.pos2 {background:#fff;}*/

#lists :hover div
{display:block; width:923px; background:url(../images/dropdownBg3.gif) no-repeat; position:absolute; left:0; top:25px; border:2px solid #C83346; padding-bottom:10px;   
}
#lists :hover div.pos2 {background:#fff;}
 

#lists .two:hover {position:relative;}
#lists .single:hover {position:relative;}

#lists .two:hover div.pos3 {background:#f5eef0; width:300px;}
#lists .single:hover div.pos4 {background:#ffefd5; width:150px;}

#lists :hover div dl {display:inline; padding:0; margin:0 10px 10px 10px; float:left; width:179px;}
#lists :hover div dl dt {background:#208132; text-indent:10px; margin:5px 0 10px 0; text-decoration:none; height:20px; line-height:20px; color:#333333; font-weight:bold;}

#lists .two:hover div {left:-150px;}
#lists .two:hover div dl {width:129px;}
#lists .two:hover div dl dt {width:129px;}

#lists .single:hover div dl {width:129px;}
#lists .single:hover div dl dt {width:129px;}

#lists :hover div dl dd {padding:0; margin:0;}

#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal; color:#fff;}
#lists :hover div dd a {display:block; text-decoration:none; font-weight:normal; font-size:11px; color:#000; text-indent:10px; line-height:15px;}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}

h3{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
