/* Background Properties */
body {
	background: #e4e9ec;
}

/* Website Default Text & Text Color */
/*
body, th, td, input, select, textarea {
	font-family: Verdana;
	font-size: 13px;
	color: #282828;
}
*/
/* Default Link Style*/

a {
	color: #868686;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #999999;
}

/* Website Wrap */
.wrap {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 50px;
	background-color: #fff;
}
/* Page Types */
/* Three Columns (Default): #three_columns */
#three_columns {
}
/* Two Columns: #two_columns */
#two_columns {
}
/* Website Head & Elements */
#head {
	height: 44px;
	padding-top: 20px;
	position: relative;
}
/* Website Logo */
h1.logo {
	position: absolute;
	width: 108px;
	top: 20px;
	left: 10px;
}
h1.logo a {
	display: block;
	height: 36px;
	background: url(/resources/images/website-logo.gif) no-repeat left top;
}
/* Comman Elements of head elements */
#search, .top_banner, .basket {
	height: 44px;
	float: right;
}
#search, .top_banner {
	border-right: 1px solid #efefef;
}
/* Search Box */
#search {
	width: 332px;
	background: url(/resources/images/search_bg.png) no-repeat right bottom;
}
#search input, #search input.button {
	border: 0;
	float: left;
	margin-top: 9px;
}
#search input {
	padding: 5px 5px 7px;
	width: 282px;
	font-size: 11px;
	color: #252525;
	background: url(/resources/images/search-input_btn.png) no-repeat left top;
}
#search input.button {
	width: 28px;
	height: 25px;
	padding: 0;
	background: #02B678 url(/resources/images/search_btn2.png) no-repeat left top;
	cursor: pointer;
}

/* Search Box in SiteFinity */
#search-box {
	width: 332px;
	background: url(/resources/images/search_bg.png) no-repeat right bottom;
}

#search-box input {
	border: 0;
	float: left;
	margin-top: 9px;
}

#search input.button {
	border: 0;
	float: left;
	margin-top: 9px;
}

#search-box input {
	padding: 5px 5px 7px;
	width: 282px;
	font-size: 11px;
	color: #252525;
	background: url(/resources/images/search-input_btn.png) no-repeat left top;
}
#search-box input.button {
	width: 28px;
	height: 25px;
	padding: 0;
	background: #02B678 url(/resources/images/search_btn2.png) no-repeat left top;
	cursor: pointer;
}

/* Top Banner */
.top_banner {
	/*padding-top:2px;*/
	width: 220px;
	font-family: 'calibri','verdana';
	color: #868686;
	font-weight: bolder;
	font-size: 10pt;
}
/* Basket */
.basket {
	/*padding-top:2px;*/
	padding: 0px 10px 0;
	width: 153px;
	height: 39px;
	background: url(/resources/images/basket_bg.png) no-repeat left bottom;
	font-size: 9px;
	letter-spacing: -0.3px;
	color: #111111;
	font-family: 'calibri','verdana';
	font-size: 10pt;
	font-weight: bolder;
}
.basket a {
	display: block;
	width: 112px;
	height: 16px;
	background: url(/resources/images/cart_icon.png) no-repeat left top;
	padding-left: 25px;
	text-decoration: none;
}
.basket p {
	padding: 3px 0 0 26px;
	font-weight: normal;
	font-family: verdana;
	font-size: 10px;
}
.basket p span {
	float: right;
	font-weight: bold;
	color: #898989;
}
/* Site Nav */
/*#main_nav {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: #f6f6f6 url(/resources/images/main_nav_bg.gif) repeat-x left top;
	height: 32px;
	margin-bottom: 20px;
	font-size: 10px;
}*/
#main_nav{
z-index: 999999!important;}
/* User Nav */
.user_nav {
    float: right;
	width: 150px;
	height: 33px;
	margin: 0px 5px 0 0;
	*margin:10px 20px 0 0;
/* background: url(/resources/images/user-nav_bg.png) no-repeat left top; */
	font-size: 10px;
	letter-spacing: -0.3px;
}
.user_nav li {
	float:left;
}
.user_nav span.welcome {
	font-size: 10px;
	letter-spacing: -0.3px;
	font-family: verdana;
}
.user_nav .login-out {
	font-size: 10px;
	letter-spacing: -0.3px;
	font-family: verdana;
}
.user_nav .bold {
    font-weight: bold;
}
.user_nav a, .user_nav a:hover {
	float: right;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
}
.user_nav a:hover {
	color: #666;
	text-decoration: underline;
}
.user_nav .no_bold, .user_nav .no_bold:hover {
	font-weight: normal;
}
/* MyAccount Nav */
.my_account_nav {
	float: right;
	padding: 11px 10px 0 20px;
	width: 75px;
	height: 21px;
}
.my_account_nav .bold {
    font-weight: bold;
}
.my_account_nav a, .my_account_nav a:hover {
	float: left;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
}
.my_account_nav a:hover {
	color: #666;
	text-decoration: underline;
}
.my_account_nav .no_bold, .my_account_nav .no_bold:hover {
	font-weight: normal;
}
/* Content Elements */
.content {
	background: url(/resources/images/content_bg.png) repeat-x left bottom;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 20px;
	z-index: 4;
}

.left_column {
	float: left;
	width: 172px;
}
.main_content {
	float: left;
	width: 556px;
	padding-left: 20px;
}
/* .main_content area for two columns page */
#two_columns .main_content {
	width: 748px;
	float: right;
	padding: 0;
	margin: 0;
}
.right_column {
	float: right;
	width: 172px;
}
.box {
	border: 1px solid #d7d7d7;
	background: #fff;
	margin-bottom: 20px;
}
/* Product Menu */
.product_menu {
	font-size: 16px;
}
.product_menu h2 {
	background: #d7d7d7 url(/resources/images/productmenu-h1-bg.png) no-repeat left top;
	height: 30px;
	border: 1px solid #d7d7d7;
	border-bottom: 0;
}

.payment_box {
	color: #000;
}
.payment_box h2 {
	padding-bottom: 10px;
}
/* Home Page Slider */
.jflow-content-slider {
	margin-bottom: 20px;
}
#jFlowSlide {
	border: 1px solid #d6d6d6;
	z-index: 10;
}
#myController {
	border: 1px solid #d6d6d6;
	border-top: 0;
	background: #e9e9e9 url(/resources/images/myController_bg.gif) repeat-x left top;
	width: 534px;
	height: 24px;
	padding: 6px 10px 0;
	text-align: right;
}
.quick_nav {
	float: right;
}
.collection_name {
	float: left;
	padding-top: 4px;
}
.collection_name a, .collection_name a:hover {
	color: #363636;
	text-decoration: none;
}
.collection_name a strong, .collection_name a:hover strong {
	color: #02B678;
}
#myController span {
	float: left;
	width: 20px;
	height: 17px;
	padding-top: 2px;
	background: url(/resources/images/jFlowControl_bg.gif) no-repeat center top;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#myController span.jFlowSelected {
	background: url(/resources/images/jFlowControl-hover_bg.gif) no-repeat center top;
	color: #fff;
}
.jFlowControl, .jFlowSelected, .jFlowPrev, .jFlowNext {
	cursor: pointer;
	margin-left: 10px;
}
#myController .jFlowPrev, #myController .jFlowNext {
	padding-top: 0;
	height: 19px;
}
/* Default Product Box */
.products_box {
	border: 1px solid #d7d7d7;
}
.products_box h2.box_title {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 7px 10px;
	border-bottom: 1px solid #d7d7d7;
}
.products_box h2.box_title a, .products_box h2.box_title a:hover {
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #02B678;
	padding-top: 2px;
}
.products_content {
	background: url(/resources/images/products_box_bg.gif) repeat-x left top;
	padding-bottom: 20px;
}
/* Product List */
.row {
	clear:both;
}
.end {
	height: 0;
	overflow: hidden;
}
.asinItem {
	float: left;
	width: 182px;
	padding: 20px 20px 10px 10px;
	text-align: center;
}
.last {
	/*padding-right: 10px;*/
}
.asinItem .prodImage {
	padding-bottom: 8px;
	text-align: center;
}
.asinItem .prodImage img {
	width: 132px;
	height: 132px;
}
.asinItem h3{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0;
}
.asinItem h3 a, .asinItem h3 a:hover 
{
	font-size: 13px;
	text-decoration: none;
	color: #3e4450;
}
.asinItem h3 a strong, .asinItem h3 a:hover strong {
	color: #3E4450;
}
.asinItem .add-to-basket {
	padding: 9px;
}
/* Featured Collections Box */
.featured {
	border: 0;
}
.featured h2.box_title {
	color: #fff;
	background: #acd373 url(/resources/images/featured-box_bg.png) repeat-x left bottom;
	border-bottom: 0;
}
.featured h2.box_title a, .featured h2.box_title a:hover {
	background: url(/resources/images/featured-browse-btn-right.gif) no-repeat right top;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #363636;
	padding: 0;
	margin-top: -1px;
}
.featured h2 a span, .featured h2 a:hover span {
	display: block;
	background: url(/resources/images/featured-browse-btn-left.gif) no-repeat left top;
	cursor: pointer;
	padding: 3px 11px 4px;
}
.featured .products_content {
	background: url(/resources/images/featured-box-bottom_bg.gif) repeat-x left bottom;
}
.featured .top_gradient {
	background: url(/resources/images/featured-box-top_bg.gif) repeat-x left top;
}

/* BestBet Collections Box */
.bestbet {
	border: 0;
	padding-top: 15px;
}
.bestbet h2.box_title {
	color: #fff;
	background-color: #50C6D4;
	border-bottom: 0;
}
.bestbet h2.box_title a, .bestbet h2.box_title a:hover {
	background: url(/resources/images/featured-browse-btn-right.gif) no-repeat right top;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #363636;
	padding: 0;
	margin-top: -1px;
}
.bestbet h2 a span, .bestbet h2 a:hover span {
	display: block;
	background: url(/resources/images/featured-browse-btn-left.gif) no-repeat left top;
	cursor: pointer;
	padding: 3px 11px 4px;
}
.bestbet .products_content {
}
.bestbet .top_gradient {
}
.bestbet .link {
    padding: 5px;
}
.bestbet .description {
    padding: 5px;
}

/* Product Guide Box */
.product_guide {
	background: url(/resources/images/product_guide_bg.png) no-repeat left bottom;
	margin-bottom: 20px;
}
.product_guide h2.box_title {
	background: url(/resources/images/product_guide_headline_bg.png) no-repeat left top;
	height: 60px;
}
.product_guide p {
	padding: 0 10px 10px;
}
.product_guide a, .product_guide a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
/* Store Locator */
.store_locator {
	background: url(/resources/images/store-locator_bg.png) no-repeat left top;
	padding-left: 76px;
	margin-bottom: 20px;
}
.store_locator h2.box_title {
	height: 46px;
}
.store_locator p {
	padding-bottom: 10px;
}
.store_locator a, .store_locator a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
/* Best Sellers */
.right_column .asinItem {
	padding: 20px 9px 10px;
}
/* Footer */


/* Bredcrum */
.bredcrum {
	color: #999;
	margin-bottom: 0px;
	font-size: 10px;
}
.bredcrum a {
	color: #999;
	text-decoration: none;
}
.bredcrum a:hover {
	color: #000;
	text-decoration: underline;
}
/* Page Title */
h1.page_title {
  position: relative;
  clear: both;
  color: #50C6D4;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.5px;
  max-width: 364px;
  margin: 24px 0 5px;
  padding: 0;
}
/* Page Subtitle */
h2.also_ofinterest {
	font-size: 18px !important;
	color: #50C6D4;
	padding: 20px 0 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	letter-spacing: 0.4px;
}
/* Page Subtitle */
h2.page_subtitle {
	font-size: 20px;
	color: #656973;
	padding: 10px 0 4px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-weight: bold;
}
h2.no_margins {
	margin: 0;
}
/* Category List */
.category_list .asinItem h2 a, .category_list .asinItem h2 a:hover {
	font-weight: bold;
}
/* Product List */
.products_list {
}
/* Page Navigation */
.pagination {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.pagination .pager_bar
{
	float: right;
	margin-right: 15px;
}


.category_list + .pagination {
	padding: 0px;
	margin: 0px;
	clear: none;
	float: right;
	/* top: -30px; */
	position: relative;
}
.sortby {
	float: left;
	color: #909090;
	padding: 3px 6px 0 5px;
}
.pager_sort
{
    height: 23px;
    vertical-align: text-top !important;
}

ul.page_nav {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}
ul.page_nav li {
	display: inline;
	float: left;
	margin-right: 4px;
	color: #a1a1a1;
}
ul.page_nav li a {
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	height: 15px;
	padding-top: 3px;
	width: 22px;
	text-align: center;
}
ul.page_nav li a:hover {
	color: #50c6d4;
}
ul.page_nav li.prev a, ul.page_nav li.next a {
	width: auto;
	position: relative;
}
ul.page_nav li.prev a {
	padding-left: 12px;
	padding-right: 6px;
}
ul.page_nav li.next a {
	padding-right: 12px;
	padding-left: 6px;
}
ul.page_nav li.prev a img, ul.page_nav li.next a img {
	position: absolute;
	top: 6px;
	right: 4px;
}
ul.page_nav li.prev a img {
	left: 4px;
}
ul.page_nav li.current_page a, ul.current_page li.next a:hover {
	background: #fff;
	color: #b2b2b2;
}
ul.page_nav li.prev {
	margin-right: 10px;
}
ul.page_nav li.skip_pages {
	font-weight: bold;
	padding-top: 4px;
}
/* Product Details */
.product_image, .product_information {
	float: left;
	position: relative;
	width: 344px;
	margin-right: 20px;
	padding-top: 20px;
}

.product_information {
	right: 0;
	top: -25px;
	margin-top: 0px;
	padding-top:0;
}
.product__id  {
	float:left;
		line-height: 21px;
	font-size: 13px;
	 font-weight: bold;
	margin-right:23px;
}

/* Product Status In Stock / Not Available */
.product__status {
	float: left;
	line-height: 21px;
	font-size: 13px;
	 font-weight: bold;
}
.in_stock span{
	float: left;
	margin-right:100px;
	display:block;
	width:50px;
	/*background:#02B678 url("/resources/images/product_status_green.gif") repeat-y left top;*/
	/*color: #fff;*/
	/*font-weight: bold;*/
	padding: 0 5px;
	font-size: 11px;
}
 .not_available span {
	float: left;
	margin-right:100px;
	display:block;
	width:80px;
	/*background: #ed1c24 url(/resources/images/product_status_red.gif) repeat-y left top;*/
	/*color: #fff;*/
	/*font-weight: bold;*/
	font-size: 11px;
	padding: 0 5px;
}
/*
.not_available span {
	background: #b1b1b1 url(/resources/images/product_status_gray.gif) repeat-y left top;
}
*/

p.description {
	padding: 14px 0 0px;
	font-size: 14px;
	clear: both;
}

.product_options
{
	clear: both;
	padding: 10px 0 0;
	height: auto !important;
	height: 45px;
	min-height: 45px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.product_options .btn--cart { margin-left:0; }

.product_options h2, .rating_holder {
	color: #464646;
	font-size: 15px;
	line-height: 20px;
	padding: 3px 0;
	height: 20px;
	padding-top: 23px;
}
.product_options h2.price {
	margin-bottom: 10px;
}
.product_options h2 strong {
	color: #000;
}

.product_options .quantity__container {
	margin-bottom:15px;
	}

.product_options .price__container {
	margin-bottom:20px;
	}

.product_options .rating_holder span {
	float: left;
}
.product_options .add-to-basket {
	float: right;
}
.rate_banner {
	clear: both;
	line-height: 10px;
	padding-top: 7px;
	color: #a2a2a2;
	font-size: 10px;
}
.rate_banner a, .rate_banner a:hover {
	color: #000;
}
/* Product Tabs */
ul.tabs {
	float: left;
	height: 29px;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7d7d7;
	border-left: none;
	margin-bottom: -1px;
	background: #ebebeb;
	overflow: hidden;
	position: relative;
}
ul.tabs li a, ul.tabs li a:hover {
	text-decoration: none;
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 0 12px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #d7d7d7;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px 13px;
}
.tab_content p {
	padding: 10px 0 0;
}
.help_icon {
	background: url(/resources/images/help_icon.gif) no-repeat 16px 10px;
	padding-left: 62px;
	padding-top: 21px;
}
.help_icon p {
	padding: 14px 0 0;
}
a.silver_btn, a.silver_btn:hover { /* this style is for a tags*/
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #d7d7d7;
	background: #fff url(/resources/images/silver-btn_bg.gif) repeat-x left bottom;
	padding: 0 8px;
	margin-top: 4px;
	letter-spacing: 0;
}
/* Reviews List */
.review_item {
	padding-bottom: 26px;
}
.review_item h2 {
	font-size: 12px;
	color: #252525;
	padding-bottom: 7px;
}
.review_item .customer_name {
	line-height: 14px;
	height: 16px;
	font-size: 11px;
	color: #898989;
}
.review_item .customer_name strong {
	float: left;
}
.review_item p {
	padding-top: 2px;
	color: #898989;
}
/* Ratings */
/* Small Starts */
.asinItem .rating, .review_item .rating {
	display: block;
	overflow: hidden;
	width: 82px;
	height: 14px;
	background-image: url(/resources/images/rating_star_small2.png);
	background-repeat: no-repeat;
	margin: 6px auto 0;
}
.review_item .rating {
	float: left;
	margin: 0 0 0 10px;
}
.asinItem .starts5, .review_item .starts5 {
	background-position: left 0;
}
.asinItem .starts4, .review_item .starts4 {
	background-position: left -14px;
}
.asinItem .starts3, .review_item .starts3 {
	background-position: left -28px;
}
.asinItem .starts2, .review_item .starts2 {
	background-position: left -42px;
}
.asinItem .starts1, .review_item .starts1 {
	background-position: left -56px;
}
.asinItem .starts0, .review_item .starts0 {
	background-position: left -70px;
}
/* Large Starts */
.product_options .rating {
	float: left;
	overflow: hidden;
	width: 120px;
	height: 20px;
	background-image: url(/resources/images/rating_star_big2.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.product_options .starts5 {
	background-position: left 0;
}
.product_options .starts4 {
	background-position: left -20px;
}
.product_options .starts3 {
	background-position: left -40px;
}
.product_options .starts2 {
	background-position: left -60px;
}
.product_options .starts1 {
	background-position: left -80px;
}
.product_options .starts0 {
	background-position: left -100px;
}
/* Product Image */
.image_options {
	background: #50C6D4;
	height: 36px;
	padding: 0 7px;
	position: relative;
}
/* Image options Links */
.image_options a {
	cursor: pointer;
}
.image_options span {
	display: block;
}
#toggler, #prev_button, #next_button {
	margin-top: 9px;
}
#toggler {
	float: left; /* align Product Gallery Button to the left */
	width: 100px;
	padding: 0 8px 0 6px !important;
	padding: 0 8px 0 4px; /* IE6 Fix */
	white-space: nowrap;
}
#toggler span {
	background: url(/resources/images/silver-btn-gallery_icon.gif) no-repeat left 4px;
	padding-left: 14px;
}
#prev_button {
	margin-right: 10px;
}
#prev_button span {
	background: url(/resources/images/silver-btn-left-arrow.gif) no-repeat left 6px;
	padding-left: 12px;
}
#next_button span {
	background: url(/resources/images/silver-btn-right-arrow.gif) no-repeat right 6px;
	padding-right: 12px;
}
/* Thumbs Container */
#thumbs_container {
	position: absolute;
	width: 742px;
	left: 0;
	top: 26px;
	padding-top: 10px;
}
.thumbs_background {
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 0 0 17px 20px;
}
#thumbs_container h2.page_subtitle {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 15px;
	padding: 10px 0 20px;
}
#thumbs_container ul li {
	float: left;
	padding-right: 60px;
}
#thumbs_container ul li.last {
	padding-right: 0;
}
.image_gallery { list-style-type: none; padding:0; margin:0; }
.close, .close:hover {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	padding: 5px 10px 0 17px;
	background: url(/resources/images/close_icon.gif) no-repeat left center;
	letter-spacing: 0;
	color: #898989;
}

/* Basket List */
.basket_options {
	padding-top: 10px;
	text-align: right;
	/* position: absolute; */
	right: 0;
	top: 25px;
}

.basket_options.bottom {
	position: relative;
	min-height: 90px;
	}

.basket_options input {
	display: inline-block;
	vertical-align: bottom;
}

.quantity_options > div {
	margin-bottom: 15px;
	margin-left: 15px;
}

.quantity_options > div + div > input { display: inline-block; margin-left: 5px; }

input.cart__control--update {
	background: none;
	color:#656973;
	text-decoration: underline;
	}

input.cart__control--checkout {
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	}

.basket a {
background:url(/resources/images/shopping-basket_bg.png) no-repeat scroll left top transparent;
display:block;
height:16px;
width:112px;
}
.basket_options a {
	margin-left: 10px;
}
.basket_list h2
{
	margin: 0 50px 0 0;
	padding:0 0 5px 0;
	font-size:15px;
	display:block;
	width:270px;
	float:left;
}
.basket_list h2 a{
	text-decoration:none;
	color: #50C6D4;
	font-size: 14px;
	font-weight: bold;
}
.basket_list {
	padding: 16px 0;
	border-bottom: 1px solid #CCC;
}

.basket_list div.quantity-alignment {
    margin-bottom: 20px;
    padding-right: 110px
}

.basket_list div.text-align-right {
	text-align : right;
}

.basket_list table td {
	font-size: 14px;
}


.price{
	padding-right: .4in;
}
.basket_list .price {
	display:block;
	float:left;
	/*width:105px;*/
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
.basket_list .price strong {
}

input.silver_btn { /* this style is for input elements*/
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	border: 1px solid #d7d7d7;
	background: #fff url(/resources/images/silver-btn_bg.gif) repeat-x left bottom;
	padding: 2px 4px;
	vertical-align: middle;
	cursor: pointer;
}
.quantity_options {
	float:right;
	height:120px;
	text-align:right;
	font-size: 10px;
}
.basket_list label {
	float: left;
	color: #3e4450;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
.basket_list .product_img{
	float:left;
}
.basket_list .product_img img {
	margin-right:16px;
}
.basket_list input.quantity {
	width: 50px;
	height: 25px;
	padding: 2px 4px;
	border: 1px solid #d7d7d7;
	font-size: 12px;
	color: #666666;
	background: url(/resources/images/newsletter_input_shade.gif) no-repeat left top;
	vertical-align: middle;
	float: left;
}
.basket_list .update_btn {
	float: left;
}
.basket_list input.quantity, .basket_list .update_btn {
	margin-left: 10px;
}

.cart__footer--promo
{
	width:400px;
	float: left;
	}

.cart__footer--totals {
	float: right;
	}

input.cart__control--discount { margin-left: 15px; }

.remove_btn{
	display:block;
	float:right;
	clear:both;
}
.save_btn {
	margin-bottom: 7px;
	display:block;
	margin-top:40px;
	float:right;
}
/* Hide Text From Element */
h1.logo a span, .basket a span, .product_menu h2 span, .product_guide h2.box_title span, .store_locator h2.box_title span {
	position: absolute;
	left: -50000px;
}

/* Login Forms */
.login_list
{
    margin: auto;
    text-align: center;
    width: 890px;
}

input[type="password"],
input[type="text"]
{
	font-family: 'Arial' sans;
	font-size: 13px;
	color: #363636;
	font-weight: normal;
	height: 28px;
	padding-top: 5px;
}




.login_list ul
{
    display: inline;
}
.login_list ul li
{
	display:inline-block;
    vertical-align:top;
}
.login_list .login_tab
{
    text-align: left;
}
.login_tab td
{
	padding-top: 5px;
}
.login_list li.login_line
{
    float: left;
}
.login_list li.login_right
{
    float: right;
}



/* New Account Forms */
.account_list ul
{
    display: inline;
}
.account_list ul li
{
    display:inline-block;
    vertical-align: top;
}
.account_list span.font02
{
    font-weight: normal;
}
.account_list label
{
	font-family: 'Verdana'; color: #363636; font-size: 13px;
	font-weight: normal;
}
.formfield
{
	font-family: 'Verdana'; color: #363636; font-size: 13px;
	font-weight: normal;
}
.account_list input
{
	font-family: 'Verdana';
	font-size: 13px;
	color: #363636;
	font-style: 13px;
	font-weight: normal;
	height: 18px;
	padding-top: 3px;
}

select
{
	font-size: 13px;
	color: #363636;
	font-style: 13px;
	font-weight: normal;
	height: 25px;
}

.wid210
{
    width: 210px;
}

.wid110
{
    width: 110px;
}

.wid150
{
    width: 150px;
}

.col_red
{
    color: Red;
}
.bld
{
    font-weight: bold;
}

.lock_button_lg
{
	background:url(/resources/images/btn_green_lock_lg.gif);
	color: White; font-size:12px;
	text-align:center;width:183px; height:24px; line-height:22px;
	border:0px; cursor:pointer;
}

/*
.lock_button_sm
{
	background:url(/resources/images/btn_green_lock_sm.gif);
	color:#fff; font-size:12px;
	text-align:center;width:120px; height:24px; line-height:22px;
	border:0px; cursor:pointer;
}
*/
.grey_button_sm
{
	background:url(/resources/images/btn_grey_sm.png);
	color: black; font-size:12px;
	text-align:center;width:76px; height:24px; line-height:22px;
	border:0px; cursor:pointer; font-weight: bold;
}

.disablePointer
{
    cursor: default;
    color: silver;
}

.redLabel
{
    color: red;
    font-weight: bold;
}

.grey_button_med
{
	background:url(/resources/images/btn_grey_med.png);
	color: black; font-size:12px;
	text-align:center;width:150px; height:24px; line-height:22px;
	border:0px; cursor:pointer; font-weight: bold;
}
.grey_button_lg
{
	background:url(/resources/images/btn_grey_lg.png);
	color: black; font-size:12px;
	text-align:center;width:170px; height:24px; line-height:22px;
	border:0px; cursor:pointer; font-weight: bold;
}

.btn_add_to_cart
{
	background:url(/resources/images/add-to-basket_btn.png);
	color: black; font-size:12px;
	text-align:center;width:102px; height:23px; line-height:22px;
	border:0px; cursor:pointer; font-weight: bold;
}

.grey_button_xl
{
	background:url(/resources/images/btn_grey_xl.png);
	color: black; font-size:12px;
	text-align:center;width:268px; height:24px; line-height:22px;
	border:0px; cursor:pointer; font-weight: bold;
}

.btn_add_to_cart
{
  border: 0 none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  /*width: auto;*/
  margin: 8px 0 0;
  padding: 6px 10px;
  border-radius: 1px;
  background-color: #50C6D4;
}

/*Start product title*/
.pro_supp_tit01{ color:Black; font-size:24px; padding:7px 0px 0px 22px;}
.pro_supp_tit01 span{ float:right;}
.fot18{ font-size:14px; padding-left:0; font-weight: bold;}

.checkout_steps_head
{
	font-size: 27px;
	color: #282828;
}

.checkout_steps
{
	font-size: 21px;
	color: #282828;
}

.checkout_steps a
{
	color: #AEAEAE;
	text-decoration: none;
}

.lightgrey
{
	color: #AEAEAE;
}


.bld
{
	font-weight: bold;
}

.bill_l{ float:left; width:400px;}
.bill_r{ float: right; width:340px;}
.bill_r01{ width:255px; float:left; padding:10px 0; line-height:16px;}
.bill_r02{ width:145px; float:left;padding:10px 0; line-height:16px;}
.bill_tab01{ border-collapse:collapse;}
.bill_tab01 td{ border:1px solid #AEAEAE;}

.clear{clear:both;}

.col_red{ color:#ff0000;padding:5px 0 10px; font-size:12px;}
.col_red ul { list-style-type: none; margin-left: 0; padding-left: 0; }
.col_red ul li { color:#ff0000;padding:5px 0 10px; font-size:13px;}

.confirm_r{ width:858px; padding-left:25px;}
.confirm_hist{ width:585px; }

.confirm_hist table td {
	font-size: 12px;
	line-height: 15px;
	padding: 3px 0;
}

.con_place{ padding:20px 10px 0; text-align:right;}

.bill_create
{
	text-align:right;
}

.orderhist_list{
	width:556px; margin:0 auto; height:25px; line-height:29px; margin-bottom: 5px;
 }

.orderhist_list ul,
.orderhist_list_cont ul { list-style-type: none; margin: 0; padding: 0; }

.orderhist_list ul li{ float:left;}

.orderhist_list_cont
{
	width:556px; margin:0 auto; /*height:25px;*/ line-height:29px; margin-bottom: 5px;
}
.orderhist_list_cont ul li{ float:left;}

.confirm0{ width:816px; margin:0 auto;}
.confirm0hist{ width:550px; margin:0 auto;}

.confirm_r01{ width:255px; float:left; padding:10px 0; line-height:16px;}

.confirm_r01 ul { list-style-type: none; margin:0; padding:0; }

.confirm_list{
	width:806px; margin:0 auto; height:25px; line-height:29px; margin-bottom: 5px;
}
.item_hdr_left
{
	background:url(/resources/images/basket_item_hdr_left.png);
	height: 34px; width: 13px;
}
.item_hdr_middle
{
	background:url(/resources/images/basket_item_hdr_middle.png);
	height: 34px;
}
.item_hdr_right
{
	background:url(/resources/images/basket_item_hdr_right.png);
	height: 34px; width: 13px;
}
.confirm_list ul li{ float:left;}
.confirm_list01{
	width:13px; text-align:center;height:24px; padding-top:5px;
}
.confirm_list02{ width:84px; padding-left:6px;}
.confirm_list03{ width:320px; padding-left:5px;}
.confirm_list03a{ width:165px; padding-left:5px;}
.confirm_list04{ width:150px; padding-left:5px;}
.confirm_list05{ width:65px; text-align:center;}
.confirm_list06{ width:60px; padding-left:10px;}
.confirm_list07{ width:80px; text-align:right; padding-right:10px;}

.confirm_list90{ width:90px; padding-left:5px;}
.confirm_list100{ width:100px; padding-left:5px;}
.confirm_list13{ width:13px; }
.confirm_list120{ width:120px; padding-left:5px;}
.confirm_list150{ width:150px; padding-left:5px;}
.confirm_list225{ width:200px; padding-left:5px;}

.confirm_r001{ width:340px; float:right; padding:30px 0 15px 0;font-size:12px; line-height:22px;}
.confirm_r001 ul li{ padding-left:10px;font-weight:bold; }
.confirm_r001 ul li span{ float:right; padding-right:10px; font-weight: normal;}
.confirm0{ width:816px; margin:0 auto;}

.confirm_order{ padding:10px 10px 0; text-align:right;}
.confirm_list_cont ul li{ float:left;}

.confirm_total{ width:340px; padding:100px 0 15px 545px;font-size:12px; line-height:22px;}
.confirm_total ul li{ padding-left:10px;font-weight:bold; }
.confirm_total ul li span{ float:right; padding-right:10px; font-weight: normal;}


.infoheader
{
	font-family: 'Verdana'; color: #515151; font-size: 13px;
	margin-bottom: 20px;
}

.create_email{
	padding-bottom: .25in;
}

.padheader
{
	padding-top: 10px;
}
.pad40
{
	padding-top: 30px;
}

.password_email
{
	width: 6in;
}

.password_email li
{
	padding-top: 10px;
	text-align: left;
	width: 6in;
}

.password_email li input
{
	width: 2in;
	text-align: left;
}
.password_email li label
{
	width: 2in;
	font-weight: bold;
}

.wid170
{
width: 170px;
}

.error_message
{
    font-size: 12px;
    color: Red;
    padding-bottom: 5px;
    text-align:left;
}

.padbottom15
{
	padding-bottom: 15px;
}

.padtop15
{
	padding-top: 15px;
}

/* ea: Account Options Menu - New styles */
.rightnav_container
{
	background-color: #f0f1f4;
	height: 1.75in;
	color: white;
}
.rightnav_container .bkg
{
	background-color : #656973;
	font-weight: bold;
	font-size: 11pt;
	color:White;
	padding: 5px 25px 5px 25px;
	text-align:center;
}
.rightnav_container ul
{
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.rightnav_container ul li
{
	border-top: 1px solid #e4e5e5;
	font-size: 9pt;
	background-color : #f0f1f4;
    padding: 5px;
    text-align : left;
    position: relative;
    width: auto;
    font-weight : bold;
}

.rightnav_container ul li a
{
	text-decoration : none;
}

/*
.rightnav_container
{
	background-color: #02B678;
	height: 1.75in;
	color: white;
}

.rightnav_container .bkg
{
	background: url(/resources/images/account_options_bkg.png) no-repeat left bottom;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
}

.rightnav_container ul li
{
	border-bottom: 1px solid #A4D165;
	font-size: 8pt;
}
*/

.order_tab
{
	padding-top: 25px;
}

.main-content
{
	padding-top: 3px
}

.basket_customoptions
{
	display: block;
	padding-left: 5px;
	font-size: 11px;
	text-align:left;
	padding-top: 30px;
}

.ship_nav
{
	 font-family:'Verdana'; color:#AEAEAE; font-size:21px;
}

.shipping_header1
{
    width: 200px !important;
    text-align:center;
    font-weight:bold;
}

.shipping_header2
{
    width: 145px !important;
    text-align:center;
    font-weight:bold;
}

.shipping_row
{
    text-align:center;
}

.shipping_row td
{
    padding: 0 10px 0 10px;
}

.shipping_desc
{
    margin: 10px 0 7px;
}

/* Order History Pager */

.simple_pager ul /* ea : Order Histoy pager alignment */
{
    padding-left: 0;
}

.simple_pager ul li
{
    display:inline;
}

.security_box{
    width: 100px;
    float: right;
}

.float-left{float:left;}

.my-account
{
    font-size : 12px;
    padding-bottom : 20px;
    width: 75%;
    float: left;
}
