body {
	font-family: tahoma, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #6F6F6F;
	margin: 0;
	background: #D5D5D5 url('../images/background1.jpg') repeat-x top left;
}

a img.button { cursor: pointer; }

p { 	color: #6F6F6F; }


#holder {
	width: 1000px;
	margin: 15px auto;
}

#clear {
	clear:both;
}

.required { color: #f00; }

#content {
	width: 980px;
	margin: 0;
	margin-left: 30px;
}

#content_top {
	visibility:hidden;
}

#header {
	width: 987px;
	height: 197px;
	background: url('../images/header.png') repeat-y top left;
	margin-left:6px;
}

#header_text{
	text-align:left;
	float: right;
	width: 640px;
	margin-top: 67px;
	margin-right: 30px;
	font-size:12px;
}

#header_text p {
	float:left;
	font-size:11pt;
	margin:-14px 64px 2px 0;
}



#header_text input {
	float: left;
	margin-top:-11px;
}

#header_text .button { 
	margin-left:4px;
	margin-top:-13px;
}

#header #advert  { position:relative; float:left; top:118px; text-align:left; left:25px; }

#header #advert #free { font-size:14pt; font-weight:lighter; }

#top_images {
	float: left;
	width:584px;
	height:0px;
	margin-top:41px;
	margin-left:12px;
}


#logo {
	margin-left: 30px;
	margin-top: 35px;
	float:left;
	position: relative;
}

#searchbar {
	height:20px;
	width:140px;
	margin-top:4px;
}


#searchbutton {
	height:20px;
	width:45px;
}

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

#nav {
	float: left;
	clear: both;
	width:945px;
	background: url(../images/nav.png) no-repeat;
	margin-left: 24px;
	margin-top: 3px;
	height: 75px;
	position:relative;
	z-index:10;
}

ul#navigation {
	float:left;
	margin:0 0 0 18px;
	padding:0;
	text-align:left;
	width:945px;
}

ul#navigation li {
	list-style: none;
	display: inline;
	margin: 0;
}

ul#navigation li a {
	border-left:0.1em solid #596064;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:3.8em;
	margin:0;
	padding:17px 31px 21px;
	position:relative;
	text-decoration:none;
}

#navigation li:first-child a {
	border-left: none;
	margin-left: 0px;
}

ul#navigation li a:hover { color: #292b53; }

/******************************************
	Main 
******************************************/

#main {
	background:transparent url(../images/main_bg.png) repeat-y scroll center top;
	float:left;
	margin-top:-72px;
	padding:68px 32px 0 30px;
	width:918px;
	z-index:-10;
}

ul#categories, ol#recently-viewed-items {
	clear: both;
	float: left;
	width:200px;
	padding: 0px;
	font-size: 16px;
}

ul#categories li, ol#recently-viewed-items li {
	list-style: none;
	display: inline;
	margin: 0 2px;
}

ul#categories li a, ol#recently-viewed-items li a {
	font-size: 15px;
	font-weight: lighter;
	padding: 13px 30px 14px;
	text-decoration: none;
}

ol#recently-viewed-items li a {
	float: left;
	padding: 0;
	margin-left: 6px;
	width: 180px;
}

ul#categories li a:hover, ol#recently-viewed-items li a:hover { color: #444; }
ul#categories li a:hover { background: url(../images/) repeat; }

#recently-compared-items a:hover { color: #444; }


ol#recently-viewed-items li a {
	margin: 5px 0;
	padding: 0 10px;
	font-weight: normal;
	text-align: left;
}




#left_col {
	float: left;
	width: 205px;
	margin-bottom: 20px;
	padding-left: 5px;
}



#categories_text {
	clear: both;
	width:201px;
}

#categories_text h1, #recentlyviewed h1, #my_cart h1 {
	font-family: tahoma;
	font-size: 16px;
	width: 172px;
	height: 33px;
	color: #fff;
	margin:0px;
	margin-left: 0px;
	padding-top:15px;
	padding-left:30px;
	background: url('../images/h1_bg_grey.png') no-repeat top center;
}

#my_cart {
	margin: 0;
}

#my_cart_main {
	float: left;
	background: url('../images/categories_bg.jpg') repeat-y top center;
	width: 202px;
}

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

#my_cart_main .actions { margin-bottom: 0px; }

#my_cart #categories_bottom { margin-top: -30px; }

#my_cart_main p { margin: 5px 0; }

ul#categories, ol#recently-viewed-items { 
	background: url('../images/categories_bg.jpg') repeat-y top center;
	width: 202px;
}

ol#recently-viewed-items { margin-top: -30px; }

ul#categories li a { 
	float: left;
	background: url('../images/categories_li_bg.jpg') no-repeat top center;
	width: 169px;
	padding: 5px 0px;
	padding-left: 31px;
	margin-left: 1px;
}

ul#categories li:first-child a, ul#categories li:first-child a:hover {
	background: none;
} 

ul#categories li ul {
	top: -5px;
	margin: -10px 0;
}

ul#categories li ul li a {
	width: 149px;
	padding: 2px 0;
	padding-left: 40px;
	background: none;
	font-size: 13px;
	font-weight: normal;
}

ul#categories li ul li a:hover { background: none; }

ul#categories li a:hover {
	background: url('../images/categories_li_bg.jpg') no-repeat top center;
}

#categories_bottom {
	float: left;
	background: url(../images/categories_bottom.png) no-repeat top center;
	width: 202px;
	height: 11px;
}

#recentlyviewed { clear: both; }
#recentlyviewed a { float: left; }




#clear {
	clear:both;
}




/******************************************
	Middle column
******************************************/

#middle {
	float: left;
	width:470px;
	margin-top:5px;
	margin-bottom: 15px;
	margin-left:9px;
}


#flash {
	width:470px;
	height:440px;
	margin-top:-5px;
}


#featureditems{
	background: url(../images/featured_items.png) no-repeat;
	height:440px;
	width:475px;
	margin-left:-5px;
	margin-top:-18px;
}

#featureditems h3 {
	font-family: tahoma;
	font-size: 16px;
	color: #fff;
	padding-top:15px;
	padding-left:30px;
	text-align:left;
}

#featureditems .featured_product {
	border-left:1px solid #BFBFBF;
	float:left;
	height:361px;
	margin-right:9px;
	margin-top:-6px;
	padding-left:10px;
	padding-right:5px;
	padding-top:19px;
	text-align:center;
	width:90px;
}

#featureditems .featured_product .button { margin-left: 2px; }

#featureditems .featured_product .fi_heading {
	margin-left: -4px;
}

#first_fi { 
	margin-left:9px;
	border-left: none !important; 
}

.fi_heading {
	height:70px;
	width:100px;
}

.fi_heading a {
	float: left;
}

.fi_heading a:hover { color: #444; }

.fi_text {
	height:60px;
	font-size: 13px;
}

.featured_product p {
	color: #6F6F6F;
}

.price p{
	color: #74AFCF;
	margin-bottom:10px;
	width:100px;
	margin-left:-5px;
}

.ratings { width: 100px; }
.ratings p a { float: left; width: 300px; }



/******************************************
	Right Column
******************************************/



#right_col{
	float:right;
	width: 214px;
	margin-right: 5px;
}

/* NOT SURE IF THIS IS SUPPOSED TO BE HERE - IT HAS BEEN REPLACED WITH COMPARED PRODUCTS
#recently_compared h2 {
	background: url('../images/h1_bg_grey_right.png') no-repeat top center;
	width: 214px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	padding-top: 20px;
	margin: 0;
}

#rc_main {
	float: left;
	background: url('../images/rc_bg.jpg') repeat-y top center;
	width: 214px;
	margin: 0;
	margin-top: -10px;
	margin-bottom: -20px;
}

#rc_bottom {
	float: left;
	background: url('../images/rc_bottom.jpg') no-repeat top center;
	width: 214px;
	height: 11px;
}
*/

#home_text_top { 
	background: url(../images/text_top.jpg) no-repeat; 
	width:473px;
	height:19px;
}

#home_text { 
	text-align: justify; 
	color: #8F8F8F; 
	background: url(../images/text.jpg) repeat-y;
	height:auto;
	width:473px;
}

#home_text p { 
	margin:0 auto;
	width:445px; 
} 

#home_text_bottom { 
	background: url(../images/text_bottom.jpg) no-repeat; 
	width:473px;
	height:19px;
}

#writingbox_top { 
	width: 218px;
	margin:0 !important;
	height: 19px;
	background: url(../images/writing_box_top.jpg) no-repeat;
}

#writingbox {
	clear: both;
	width: 218px;
	height: auto;
	margin:0 !important;
	background: url(../images/writing_box_repeat.jpg) repeat-y;
	color: #4ebde0;
}

#writingbox_bottom {  
	width: 218px;
	height: 19px;
	margin:0 !important;
	background: url(../images/writing_box_bottom.jpg) no-repeat;
}

#writingbox h2 {
	color:#4EBDE0;
	font-family:tahoma;
	font-size:18px;
	font-weight:lighter;
	margin-top:0;
	padding-bottom:5px;
	text-align:center;
}


#writingbox p {
	width:170px;
	margin-left: 22px;
	text-align:justify;
	padding-bottom:5px;
	padding-top:10px;
}


#bestsellers {
	width:220px;
	margin-top:-11px;
}

#bestsellers a {
	float: left;
	margin: 10px 0;
}

#bestsellers a:hover {
	color: #444;
}


#bestsellers h1 {
	font-family: tahoma;
	font-size: 16px;
	color: #fff;
	padding-top:16px;
	padding-left:30px;
	background: url('../images/h1_bg_blue.png') no-repeat top center;
	width: 184px;
	height: 39px;
}

#bestsellers .box * { margin:0; }

#bs_main {
	float: left;
	background: url('../images/bestsellers_bg.jpg') repeat-y top center;
	width: 194px;
	padding: 0px 10px;
	
}

#bs_bottom {
	float: left;
	background: url('../images/bestsellers_bottom.png') no-repeat top center;
	width: 214px;
	height: 11px;
	margin-top: -30px;
}

#bs_main td {
	padding: 6px 0;
}

#bestsellers .bestseller {
	float: left;
	width:90px;
	height: 373px;
	text-align:center;
	margin-right: 9px;
	border-left: solid 2px #bfbfbf;
	padding-left: 10px;
	padding-right:5px;
}

#table1{
	margin-left: 6px;
}


#first_bs { 
	margin-left:9px;
	border-left: none !important; 
	width:200px;
	height:80px;
}



.best_seller {
	float: left;
	clear: both;
	height:85px;
	padding-bottom:8px;
}

.best_seller img {
	float: left;
	margin-left: 10px;
	margin-top:5px;
}

.bs_right {
	float: right;
	width: 120px;
	height:80px;
}

.bs_right p {
	color: #6F6F6F;
	padding:0px;
	margin-left:-5px;
}


.price p{
	font-size: 13px;
	color: #74AFCF;
}

/******************************************
	Footer
******************************************/

#footer{
	clear:both;
	margin-left: 0px;
	width: 980px;
	height: 256px;
	padding-top: 50px;
	background: url('../images/footer.png') no-repeat top center;
}

#footer .links { float:left; font-size:9pt; margin-left:30px; margin-top:-5px; width:150px; color:#064C5F; }

#footer .links2 { float:left; font-size:9pt; width:152px; margin-top:-5px; color:#064C5F; }

#footer .links3 { float:left; font-size:9pt; width:183px; margin-top:-5px; color:#064C5F; }

#footer .links4 { float:left; font-size:9pt; width:150px; margin-top:-5px; color:#064C5F; }
	
#footer .links a, .links2 a, .links3 a, .links4 a{ font-size:9pt; color:#064C5F; }	
	
#footer address { float:right; color: #fff; font-size:10pt; margin-top:45px; margin-right:40px; }
#footer ul li a:hover { color: #368AAF; }

#footer p { 
	font-size: 12px;
	color: #fff;
	padding:0px;
	text-align: center;
	margin-right:39px;
	float:right;
}

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

/***********************************
 * THIS IS SOME STUFF              *
 ***********************************/
#new-products-list-table{margin:2em;}
#left_col div, #right_col div{margin-bottom:30px;}
#navigation{margin:4px;margin-left:-162px;}
#categories{text-align:left;}
.form-search .input-text{width:132px;}
.form-search .button{margin-top:-1px;float:right;height:21px; }
#bestsellers{margin-top:15px; margin-left:2px;}
h1,h4,h5{text-align:left;}
/**/

/* View Type: Grid */
.products-grid { width:100%;margin-top:-20px;}
.products-grid a{color: #000;}
.products-grid td { width:33%; border:1px solid #ddd; padding:5px;background:white; }

.products-grid  .product-image { max-height: 135px; }
.products-grid  .product-name { height: 40px; }
.products-grid  .product-name a { float: left; margin: 5px 5px; }
.products-grid input.button { margin-left: 29px; }

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px;background:white; float:left; }
.products-list a{color: #000;}
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
.products-list .desc a:hover { color: #f00; }
.products-list .product-shop .ratings { float: left; width:420px; }

.collateral-box .head h4 { visibility: hidden; }

.products-list input.button {
	background: url('../images/cart_button.png') no-repeat top center;
	border: none;
	width: 66px;
	height: 28px;
	margin: 0px 0 20px;
}

.products-list .desc a { color: #3F97B3; float: right; margin-right: 22px; font-size: 14px; }
.products-list .desc a:hover { text-decoration: underline; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {width:690px; margin-top:28px;}

.product-essential {width:270px; float:right; margin-right: 50px;}
.clear {clear:all; }
.product-collateral {width:400px; float:left;}

#products-grid-table td:hover h3 a {color:#000;}

.product-view .product-img-box p { font-style: italic; }



/* Pager */ 
.pager { background:url(../images/str.png); padding:5px; margin:0; text-align:center;font-size:90% }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li span {padding:3px;}
.pager .pages li a, .sorter a { color:#3f97b3; padding:3px; text-decoration:none;}
.pager .pages li a:hover, .sorter a:hover { color:#3f97b3; background:#fff; }
/* Sorter */ 
.sorter { background:url(../images/str.png); padding:5px; margin:0; font-size:90%}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }


.breadcrumbs{size:8px;text-align:left; font-size: 12px;}
.breadcrumbs a { font-size: 12px; }
.breadcrumbs li {
display:inline;
font-size:90%;
line-height:2em;
}


input.button {
background:transparent url(../images/sbg.gif) repeat-x scroll 0 0;
cursor:pointer;
font-size:90%;
overflow:visible;
width:auto;
border: none !important;
}



/* Product View ========================================================================== */
.product-view {width:690px; margin-top:28px;}

#product_left { float: left; width: 270px; margin-top: 20px; }
#product_left p { text-align: left; }
#product_left a:hover { color: #444; }

#products-grid-table td:hover h3 a {color:#000;}

/* Product Images */
.product-view .product-img-box img { max-width:259px; margin-bottom:5px; }
.product-view .product-img-box { float:left; width:267px; margin-left: 30px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; font-size:90%;color:#999}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h4 { display: none; }
.product-view .product-img-box .more-views ul { display:inline; float:right; position:relative; width:272px; margin-right:-4px; }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 4px; padding:1px; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }

/* Product Shop */
.product-view .product-shop {}
.product-view .product-name {}
.product-view .product-name h2 {font-size: 1.8em;letter-spacing:-0.06em;line-height: 1.05em;padding-bottom:5px;font-weight:normal; text-align:left;}
.product-view .product-collateral h3, .product-view .description h3  {font-size: 1.3em;letter-spacing:-0.06em;line-height: 2em;font-weight:normal;text-transform:uppercase;}
.product-view .price_availability {margin-top:-20px; margin-left: 140px; text-align:left;width:135px;float:left;}
.product-view .availability {color:#666;font-size:100%;margin-top:30px;text-align:left;width:135px;}
.product-view .short-description{color:#666;font-size:90%;margin-top:10px;text-align:left;padding-bottom:15px;width:325px;}

/* Rating */
.ratings {font-size:90%;}
.ratings .amount {}
.ratings a {color:#666;}
.ratings a:hover {color: #000;}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {margin-top:5px;margin-bottom:5px;font-size:17px;text-align:center; clear: both;}
.price-box .price { font-weight:normal; color:#3f97b3}

.price-box-bundle {}

.button {text-align:center;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.category-products .add-to-links {margin-top:10px;}
.add-to-links li { background:url(../images/arrow_right.gif) no-repeat 0 50%; padding-left:5px; line-height:1.35em; text-align:left; font-size:90%;float:left;}
.add-to-links a { color:#444; padding-left:5px; text-decoration:none}
.add-to-links a:hover { text-decoration:underline}
.add-to-links .separator { display:none; }



/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-top: 2px; }
.add-to-cart .qty { float:left;width:77px; margin-top: 2px; }
.add-to-cart input.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {background:url(../images/buy_box.png) no-repeat 0; margin-top:10px; margin-left: 80px; height:56px; width:250px; float:left; clear: both; }
.add-to-box .add-to-cart { float:left;margin-left:28px; margin-top:15px;}
.add-to-box .or { float:left; margin:0 10px; margin-top:20px;text-align:left;visibility:hidden;}
.add-to-box .add-to-links { width:200px;margin-top:60px;margin-left:32px;}
.add-to-box a.button { float: left; background: url('../images/add_to_cart_button.png'); width: 87px; height: 24px; cursor: pointer; margin-left: 2px; }
.add-to-box a.button:hover { background-position: 0 -24px; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {text-align:left;float:left; margin-top:40px;padding:10px; width: 660px; }

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags input.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
h3.product-name a, h4.product-name a { font-size:12px;font-weight:normal;color:#555;text-decoration:none}
h3.product-name a { font-size: 16px; font-weight: bold; }

h3.product-name a:hover, h4.product-name a:hover {text-decoration:underline;color:#000;}
h3.product-name a:hover { text-decoration: none; }

/* Product Tags */
.tags li {color:#999;}
.tags a {color:#555;text-decoration:none;padding:3px;}
.tags a:hover {background:#f06;color:#fff}
.tags-list li { display:inline; }




#new-products-list-table{width:420px;}


/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }


/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; margin-top: 2px; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:center;

    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:305px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
	width: 270px; 
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#3f97b3;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:0px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:0px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout li.section { position:relative; }
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important; }
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

#shopping-cart-table {
	margin: 5px 1px 0;

}


#big-middle {
    width: 880px;
	margin: 0 auto 15px;
}


#big-middle h3 {
	text-align:left;

}


#page-head-alt h3 {
	font-size:20px;
}



.col2-set {
	text-align:left;
}

/* Cart ===================================================================== */

.cart-main {
	width: 750px;
	margin: 0 auto;
}

.shopping-cart-collaterals .col-2 {
	float: left;
}


/* Checkout ================================================================= */

#col-main {
	width:600px;
	height:auto;
	padding-top:10px;
	float:left;
	margin-left:40px;
	background-color: #fff;
	margin-top:30px;
	border:solid #3f97b3 1px;
}


#col-main h2 {
	text-align:left;
	margin-left:10px;
	color:#3f97b3;
	font-size:15pt;	
}


.page-title {
	background-color: white;
	margin-bottom:10px;
}


#checkoutSteps {
	width:600px;
	background-color: white;
}

.step-title {
	clear: both;
	background-color: #Dff1ee;
	height:35px;
	font-size:11pt;
    text-align:center;
	color:#8f8f8f;
}

.step-title h3 {
	padding-top:7px;
	color:#3F97B3;
}

.number {
	background-color: white;
	float:left;
	margin-left:7px;
	width:25px;
	margin-top:7px;
}

#right_col .block-progress {
	background-color:white;
	margin-top:30px;
	margin-right: 35px;
	border-top:solid #3f97b3 1px;
	border-left:solid #3f97b3 1px;
	border-right:solid #3f97b3 1px;
	border-bottom:solid #3f97b3 1px;
}

#right_col .block-title {
	margin-bottom:10px;
}

#right_col .block-content {
	margin-bottom:10px;
}

#right_col .block-progress h2{
	color:#3f97b3;
	font-size:13pt;
	background-color:#DFF1EE;
	height:35px;
	padding-top:10px;
}

#right_col .block-progress .block-content dl dt{
	padding:5px;
	color:#8f8f8f;
	font-size:11pt;
}


#checkout-step-login .col2-set {
	height:270px;
	width:580px;
	background-color: white;
	margin-left:10px;
}

#checkout-step-login .col2-set .col-1 {
	height:260px;
	width:285px;
	background-color: white;
	margin-top:10px;
	border-top:solid #3f97b3 1px;
	border-left:solid #3f97b3 1px;
	border-right:solid #3f97b3 1px;

}


#checkout-step-login .col2-set .col-1  h4{
	margin-top:10px;
	margin-left:10px;
	font-size:14pt;
	color:#3f97b3;
}

#checkout-step-login .col2-set .col-1  p{
	margin-top:10px;
	margin-left:10px;
	font-size:10.5pt;

}

#checkout-step-login .col2-set .col-1 .form-list{
	margin-top:10px;
	margin-left:15px;
	font-size:11pt;

}

#checkout-step-login .col2-set .col-1 ul{
	margin-left:10px;
	font-size:11pt;

}



#checkout-step-login .col2-set .col-2 {
	height:260px;
	width:285px;
	background-color: white;
	margin-top:10px;
	border-top:solid #3f97b3 1px;
	border-left:solid #3f97b3 1px;
	border-right:solid #3f97b3 1px;

}

#checkout-step-login .col2-set .col-2  h4{
	margin-top:10px;
	margin-left:20px;
	font-size:15pt;
	color:#3f97b3;
}

#checkout-step-login .col2-set .col-2  form{
	margin-top:10px;
	margin-left:20px;
	font-size:10pt;
}

#checkout-step-login .col2-set .col-2  form fieldset{
	margin-left:20px;

}

#checkout-step-login .col2-set .col-2  form fieldset p{
	padding-bottom:5px;
}

#checkout-step-login .col2-set .col-2  form fieldset form-list{
	margin-top:20px;

}

#checkout-step-login .col3-set {
	height:50px;
	width:580px;
	background-color: white;
	margin-left:10px;

}

#checkout-step-login .col3-set .col-1 {
	background-color: white;
	width:285px;
	float:left;
	height:35px;
	border-bottom:solid #3f97b3 1px;
	border-left:solid #3f97b3 1px;
	border-right:solid #3f97b3 1px;
}

#checkout-step-login .col3-set .col-1 button{
	float:right;
	margin-right:10px;
	background: url('../images/small_new_button.png') no-repeat top center;
	width: 65px;
	height: 22px;
	border: none;
	padding-bottom:3px;
	cursor:pointer;
}

#checkout-step-login .col3-set .col-3 {
	background-color: white;
	width:285px;
	float:right;
	height:35px;
	border-bottom:solid #3f97b3 1px;
	border-left:solid #3f97b3 1px;
	border-right:solid #3f97b3 1px;
}

#checkout-step-login .col3-set .col-3 .f-left{
	margin-left:10px;
}

#billing-buttons-container .button { 	
	background: url('../images/small_new_button.png') no-repeat top center;
	width: 65px;
	height: 22px;
	border: none;
	padding-bottom:3px;
	cursor:pointer; 
}

#checkout-step-login .col3-set .col-3 button{
	float:right;
	margin-right:20px;
	background: url('../images/small_new_button.png') no-repeat top center;
	width: 65px;
	height: 22px;
	border: none;
	padding-bottom:3px;
	cursor:pointer;
}

.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    color:white !important;
    background:transparent url(../images/big_button_new.png) no-repeat;
    line-height:55px;
	width:211px;
	height:58px;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
	text-align:center;
	margin-left:4px;
    }
	
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
	width:217px;
    }
.btn-checkout span {

    }
	
	
div.page-head-alt ul.checkout-types li  {
	visibility:hidden;
}	
	
div.page-head-alt ul.checkout-types li span {
	visibility:hidden;
}
	
.success-msg {
	margin-top: 0px;
}

/* step 2  ================================================================= */

#checkout-step-billing{
	text-align:left;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
}

#checkout-step-billing label{
}


#checkout-step-billing input{
	float:right;
	margin-right:270px;
}

#checkout-step-billing select{
	float:right;
	margin-right:119px;
}

/* step 3  ================================================================= */

#co-shipping-form {
	text-align:left;
	margin-left:50px;
}

#co-shipping-form  label{
}

#co-shipping-form  fieldset{
	margin-left:25px;
}

#co-shipping-form  input{
	float:right;
	margin-right:270px;
}
#co-shipping-form  select{
	float:right;
	margin-right:119px;
}


/* step 4  ================================================================= */

#checkout-step-shipping_method {
	text-align:left;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
}

#billing-buttons-container {
	float:right;
	margin-right:20px;
}


#shipping-method-buttons-container {
	float:right;
	margin-right:20px;
}


/* step 5 ================================================================= */

#checkout-step-payment{
	text-align:left;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
}

#payment-buttons-container {
	float:right;
	margin-right:20px;
}

/* step 6 ================================================================= */

#review-buttons-container {
	float:right;
	margin-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#review-buttons-container p {
	float:left;
	margin-left:20px;
	margin-right:10px;
}

/* account login ========================================================== */

.account-login {
	width: 700px;
	margin: 0 auto;
}

.account-create { text-align: center; }
.account-create h3 { font-weight: bold; }
.account-create ul { margin: 10px 20px; }

.account-create form { float: left; margin-left: 250px; width: 500px !important; text-align: left; }
.account-create form li, .input-box { clear: both; }
.account-create form label { float: left; width: 140px; }
.account-create form input { float: left; width: 200px; }
.account-create .buttons-set { text-align: center; width: 400px; }

#co-billing-form  fieldset, #co-shipping-form  fieldset, #co-shipping-method-form  fieldset { width: 370px; }
#co-payment-form  fieldset { width: 380px; }
#co-billing-form label, #co-shipping-form label, #co-shipping-method-form label, #co-payment-form  label { float: left; width: 160px; clear: left; }
#co-payment-form  label { width: 170px; }
#co-billing-form input, #co-billing-form select, #co-shipping-form input, #co-shipping-form select, #co-shipping-method-form input, #co-payment-form  input, #co-payment-form  select { float: right; width: 200px; margin: 0; }
#co-payment-form  input { margin-bottom: 10px; }
#co-billing-form select , #co-shipping-form select, #co-shipping-method-form select, #co-payment-form  select { width: 204px; }
#co-billing-form .buttons-set, #co-shipping-form .buttons-set, #co-shipping-method-form .buttons-set, #checkout-step-payment  .buttons-set {  float: left; margin-left: 100px; }
#checkout-step-payment  .buttons-set { margin-top: 10px; margin-bottom: 15px; }
#co-shipping-method-form .buttons-set { margin-left: 0; }

.validation-advice { float: left; color: #f00; }
ul { margin: 0; }

#co-shipping-method-form fieldset { width: 500px; }
#co-shipping-method-form li { float: left; width: 200px; }
#co-shipping-method-form dt, .sp-methods dd { float: left; width: 200px; }
#co-shipping-method-form dt { clear: left; }
#co-shipping-method-form dd { width: 300px; }
#co-shipping-method-form input.radio { float: left !important; width: 10px !important; margin-top: 3px !important; }
#co-shipping-method-form label { float: right !important; width: 155px !important; margin-top: -20px; }
#co-shipping-method-form .price { float: right !important; width: 20px !important;  margin-top: 0px; }
#co-shipping-method-form .buttons-set { margin-top: 10px; }

.error-msg {	 
	color: #FF0000;
	left: 20px;
	position: relative;
	top: 19px;
}

#checkoutSteps input.button {
	float: left;
	background: url('../images/continue_button.jpg') no-repeat top center;
	width: 78px;
	height: 21px;
	color: #fff;
	padding-bottom: 3px;
	border: 0;
	font-size: 13px;
}

#checkoutSteps .buttons-set .back-link {
	float: left;
	text-align: center;
	background: url('../images/small_new_button.png') no-repeat top center;
	width: 65px;
	height: 22px;
	border: none;
	padding-bottom:2px;
	cursor:pointer;
	color: black !important;
	font-size:10pt;
}

#shipping-buttons-container .button {
	background: url('../images/small_new_button.png') no-repeat top center;
	width: 65px;
	height: 22px;
	border: none;
	padding-bottom:2px;
	cursor:pointer;
	color: black !important;
	font-size:10pt;
}

#shipping-method-buttons-container .button {
	background: url('../images/small_new_button.png') no-repeat top center;
	width: 65px;
	height: 22px;
	border: none;
	padding-bottom:2px;
	cursor:pointer;
	color: black !important;
	font-size:10pt;
}

#payment-buttons-container .button {
	background: url('../images/small_new_button.png') no-repeat top center;
	width: 65px;
	height: 22px;
	border: none;
	padding-bottom:2px;
	cursor:pointer;
	color: black !important;
	font-size:10pt;
}

#review-buttons-container .button {
	background: url('../images/new_button.png') no-repeat top center;
	width: 100px;
	height: 27px;
	border: none;
	padding-bottom:2px;
	cursor:pointer;
	color: black !important;
	font-size:10pt;
}

/*
#checkoutSteps .button { background: none; border: none; color: #8f8f8f; font-size: 15px; }
*/
.back-link { margin-right: 20px; }






/* Compare Products  ================================================================= */

#compare_products .block-content .actions { float: left; clear: both; margin: 5px 0; width: 214px; }

.actions a {
	float: left;
	text-align: center;
	background: url('../images/continue_button.jpg') no-repeat top center !important;
	width: 76px !important;
	height: 21px !important;
	color: #fff !important;
	border: 0 !important;
	font-size: 13px;
	margin-left: 15px;
}

#compare_button input.button {
	float: left;
	background: url('../images/compare_button.jpg') no-repeat top center;
	width: 100px;
	height: 21px;
	color: #fff;
	padding-bottom: 3px;
	margin-left: 10px;
	border: 0;
	font-size: 13px;
}

#compare_products .block-content {
	float: left;
	background: url('../images/rc_bg.jpg') repeat-y top center;
	width: 214px;
	margin: 0;
	margin-top: -10px;
	padding: 0;
	padding-top: 5px;
}

#compare_products .block-content p {
	padding-bottom: 4px;
}

#compare_bottom {
	float: left;
	background: url('../images/rc_bottom.png') no-repeat top center;
	width: 214px;
	height: 11px;
}

#compare_products h2 {
	background: url('../images/h1_bg_grey_right.png') no-repeat top center;
	width: 214px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	padding-top: 20px;
	margin: 0;	
}

ol#compare-items {
	width: 214px;
	text-align: left;
}

ol#compare-items li {
	float: left;
	clear: both;
	padding: 0 10px;
	margin: 5px 0;
}

ol#compare-items li a {
	float: left;
	line-height: 16px;
}

ol#compare-items li a:hover {
	color: #444;
}

ol#compare-items li a img {
	float: left;
}

ol#compare-items li a p {
	float: left;
	width: 170px;
	padding: 0;
	padding-left: 10px;
	margin: -6px 0 0;
}



/* Add Review Page  ================================================================= */

#main_col {
	width: 670px;
	padding: 10px;
	float: right;
	margin-right: 7px;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	border: solid #BFBFBF 1px;
}

#main_col .breadcrumbs { margin-left: 10px; }

#main_col .product-view { width: 670px; }
#main_col .product-name h2 { text-align: center; }
#main_col .product-collateral { width: 340px; }
#main_col .price_availability { margin-left: 105px; }
#main_col .add-to-box { margin-left: 50px; }
#main_col #product_left { width: 380px; }

#customer-reviews { clear: both; width: 670px; }
#customer-reviews a:hover { color: #444; }
#customer-reviews ol { padding: 0 20px; margin-bottom: 20px; text-align: left; }
#customer-reviews ol li { margin: 10px 0; }
#customer-reviews ol li p { margin-left: 10px; }
#customer-reviews ol li p { overflow: hidden; }

#review-form { clear: both; float: left; margin-top: 30px; }
#review-form h3, #review-form h4 { font-weight: bold; }
#review-form ul.form-list { text-align: left; margin-left: 75px; margin-top: 10px; }
#review-form  label { float: left; width: 180px; }
#review-form  input, #review-form  textarea { float: left; }
#review-form  input { width: 338px; }
#review-form input.button { margin-top: 10px; }

.product-shop a:hover { color: #444; }


#main_col2 {
	width: 670px;
	padding: 10px;
	float: right;
	margin-right: 7px;
	margin-top: 5px;
}

#middle #wrong_page { width: 690px; }
#middle #wrong_page a { font-weight: bold; }
#middle #wrong_page a:hover { text-decoration: underline; }

#middle #category_container { width: 690px; text-align: left; }
#middle #category_container #category_text { padding: 0 20px; font-size: 12px; }
#middle #category_container #category_text li { margin-left: 25px; }
#middle #category_container .category-title { left:-45px; position:relative; }

#middle .products-list { margin-bottom: -5px; }
#middle .products-list .product-shop { width: 533px; padding-left:10px;}
#middle .products-list .product-shop .buy_button { margin-bottom: 5px; }

/* category page review stuff */
.products-list .product-shop .ratings { float: left; width: 500px; height: 10px; margin-top: 8px; }
.products-list .product-shop .ratings .rating-links { margin-left: 170px; }
.products-list .product-shop .ratings .rating-links .num_of_reviews, .products-list .product-shop .ratings .rating-links .separator, .products-list .product-shop .ratings .rating-links .add_your_review  { float: left; }
.products-list .product-shop .ratings .rating-links .separator { margin: 0 10px; }
.products-list .product-shop .desc { text-align: center; padding: 0px 5px; }

/* product page review stuff */
#product_left .ratings { float: left; width: 500px; height: 10px; margin-top: 8px; }
#product_left .ratings .rating-links .num_of_reviews, #product_left .ratings .rating-links .separator, #product_left .ratings .rating-links .add_your_review  { float: left; }
#product_left .ratings .rating-links .separator { margin: 0 10px; }

#middle #category_container .category-products { text-align: center; }
#middle #category_container .category-products .price-box { text-align:center; }

p.note-msg { color: #f00; margin-left: 20px; }

dl.item-options dt, dl.item-options .truncated .truncated_full_value{display:none;}

input#checkout_button {
	background: url('../images/checkout_button.png') no-repeat top center;
	width: 100px;
	height: 27px;
	border: none;
	cursor: pointer;
}


input#add_to_cart_button {
	background: url('../images/cart_button.png') no-repeat top center;
	width: 74px;
	height: 28px;
	border: none;
	cursor: pointer;
	margin-left: 3px;
	margin-top: -3px;
	
}


.product-view .description { font-size: 13px; color:#4F4F4F; }
.product-view .description li { margin-left: 20px; }
.product-view .description li li, .product-view .description blockquote li { margin-left: 40px; } 

.product-images img { 
	left:-437px;
	position:relative;
	top:40px;
}

.product-images a { visibility:hidden; }

.listing-item {height:250px;width:200px; background: Url('../images/product_bg.png') no-repeat; }
.listing_box  { width:150px; padding-top:13px; margin-left:16px; }
.listing_box  h1{ text-align:center; width:150px; padding-bottom:3px; }
.listing_box  img{ max-width:130px; max-height:120px; }
#category_text table td{ text-align:center; }
#category_text h2{ margin-left:45px; }
#category_text table{ margin-left:30px; }
select { overflow:auto;}
textarea#comment{width:250px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	input#add_to_cart_button{
		position:relative;
		margin-left:130px;
		top:-28px;
	}	
	
	#header {
		margin-left:4px;
	}
	
	#categories_text h1, #recentlyviewed h1, #my_cart h1 {
		margin-left:1px;
	}
}