/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
 
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
	background: url("../images/gray/rounded-search-input-top.gif") top left no-repeat;
}
#navMainWrapper {
	
}
h3.leftBoxHeading, h3.rightBoxHeading,h1 {
	color: #000;
	font-size:14px;
	clear:both;
}
h1 {
	font-family: "Century Gothic",Arial;
}
#attSearchDefault h4 {

	color: #fff;
	clear:both;
	padding-left: 5px;
}

#navMain a {
	font-weight:11px;
}
#navMain a span {
	
}
#navMain a span.last {
	
}
/* end main color changes */

p {
padding-bottom: 1em;
}
/* other background color or image changes */
body {
	background:#fff; /* main site background color, blue default */
}

input:focus, select:focus, textarea:focus {
	background:#e0e8ef; /* background color for input boxes, light blue default */
}
.messageStackWarning, .messageStackError {
	background:#FFD5D5;  /* background color for warning messages, red default */
	border:1px solid #FFACAD;
	color:#CF3738;
}
.messageStackSuccess {
	background:#CDEFA6;  /* background color for success messages, grey default */
	border:1px solid #9BCC54;
	color:#648434
}
.messageStackCaution {
	background:#FFE0B6;  /* background color for caution messages, yellow default */
	border:1px solid #FFBB65;
	color:#C76E34;
}
#cartSubTotal, h2.centerBoxHeading {
	background: #817E5C;
}
TR.tableHeading {
	background:#cacaca; /* background color for various table headings (including shopping cart heading), medium grey default */
}
.rowEven {
	background:#F0F0F0;  /* background color for even listings, very light grey default */
}
#navEZPagesTop {
	background:url("../images/ezbg.gif") repeat-x;  /* grey background image behind ezpages section */
}
input.search {
	background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
}
/* font color changes */

body {
	color:#000;  /* main site font color*/
}
a:link {
	color:#000; /* main site links color */
	text-decoration:none;
}
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#000;
}
a:hover {
	color:#817e5c; /* color when links are hovered over */
	text-decoration:none;
}
h3.leftBoxHeading, h3.rightBoxHeading {
	color:#000; /* right and left box heading color */
}
.leftBoxHeading a, .rightBoxHeading a {
	color:#000; /* right and left box LINK heading color */
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color:#000; /* right and left box LINK heading color when hovered over*/
}
#tagline {
	color:#333; /* tagline text color */
	display:none;
}
#productPrices {
	color:#9F1C00; /* color of price */
	text-align:center;
}
#reviewsDefault div.hreview {
	border-top: 1px solid #ccc;
}

#reviewsDefault div.hreview div.content,
#reviewsDefault div.hreview div.bold {
	margin-left:173px;
}

span.microformat {
	display:none;
}
#bestsellersContent div.wrapper ol {
	padding-left:8px;
}
#reviewsDefault div.hreview  #rating {
	width: auto;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#990000; /* color of sale prices and alerts */
}

#logo a {
	width:300px;
	height:150px;
	display:block
}
#logo a span {
	display:none;
}
/* bold text */
.bold, .important, #tagline, #navEZPagesTop, LEGEND, #navSupp ul li a, #navCatTabs ul li a, #navEZPagesTOCWrapper, #cartSubTotal, .cartBoxTotal, #cartBoxEmpty, #cartBoxVoucherBalance  {
	font-weight:700;
}
/* end of site font color changes */


/* site and main content width section */
	
html>body {
	width: auto;
	background: #fff;
}
#nw {
	width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
	max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
	min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
 width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
/* end IE only */
/* end site and main content width section */


/*wrappers - page or section containers*/
#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
}
#headerWrapper {
	float:left;
	width:100%;
	background: #817E5C;
	height:111px;
}
#navMainWrapper {
	height:32px;
	width:100%;
	font-size:12px;
}
#logoWrapper {
	width:auto;
}
#logo {
	float:left;
	padding-left:0;
	text-align:center;
}
#taglineWrapper {
	width:75%;
	float:left;
}
#tagline {
	font-size:1.1em;
	text-align:center;
	padding:25px 8px 35px;
}
#navEZPagesTop {
	width:auto;
	padding:7px 0;
}
#navEZPagesTop a {
	padding:0 8px;
}
#contentMainWrapper {
	line-height:1.4;
	min-height: 100%;
	
}
#contentMainWrapperb {
	min-height: 100%;
}
* html #contentMainWrapper {
	height: 100%;
}
.outer {
	padding-left: 200px; /* Same width as margin-left for the float-wrap div */
	padding-right: 200px; /* Our right column width */
	
}
.inner {
	width: 100%;
	background: #EFF2EA;
}
.float-wrap {
	float: left;
	width: 97%;
	margin-left: -200px; /* Same length as .outer padding-left but with negative value */
}
#content {
	float: right;
	margin-right: -200px; /* Same length as .outer padding-left but with negative value */
	width: 98%;
	line-height:1.6;
	position: relative; /* IE needs this  */
}
.contentWrap {
	padding: 5px 0 5px 5px;
}
#navColumnOne {
	float: left;
	position: relative; /* IE needs this  */
	background: #D6F84E;
}
#navColumnTwo {
	float: right;
	margin-right: -200px; /* This negative margin-right value is in this example the same as the right column width. */
	position: relative; /* IE needs this  */
	background: #D6F84E;
}
* html #navColumnTwo {
	margin-right: -200px !important; /* Fixes IE6 Issue */
}
/* end wrappers - page or section containers*/

* {
	margin:0;
	padding:0;
}
body {
	font-family: "Tahoma",Verdana,Arial,Helvetica,sans-serif;
	font-size:73.5%;
}
a img {
	border:none;
}
ul, ol {
	text-align:left;
	padding-left:25px;
	margin:0 0 10px 10px;
}
h1 {
	font-size:1.3em;
	height:28px;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.0em;
}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size:1em;
}
LEGEND {
	color:#333;
}
.biggerText {
	font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
}
CODE {
	font-family:tahoma, arial, verdana, helvetica, sans-serif;
	font-size:1em;
}
FORM, SELECT {
	display:inline;
	font-size:1em;
}
option {
	padding-right:.5em;
}
INPUT {
	margin:0.2em 0.1em;
}
html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
	float:left;
	clear:both;
}
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
	margin:0 .2em .5em 0;
	float:left;
}
.ratingRow input[type=radio] {
	float:none;
	margin:0 .5em;
}
TEXTAREA {
	margin:auto;
	display:block;
	width:95%;
}
FIELDSET {
	padding:.5em;
	margin:.5em 0;
	border:1px solid #cccccc;
}
LEGEND {
	padding:.3em;
}
h4.optionName {
	padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
}
LABEL.inputLabel {
	width:90%;
	float:left;
	margin:.3em;
}
LABEL.inputLabelPayment {
	width:15em;
	float:left;
	padding:.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width:12em;
	float:left;
}
ADDRESS {
	font-style:normal;
	padding-right:40px;
}
.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

HR {
	height:1px;
	margin:.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:.2em;
}
/* product info page css */

#cartAdd {
	text-align:center;
	margin:10px auto;
	float:right;
	padding-right:10px;
}
#cartAdd input {
	margin:.3em 0 0 0;
}
#productDescription {
	border:1px solid #bfbfbf;
	margin-top:20px;
	clear:both;
}
#rightFloat {
	float:left;
	width:45%;
}
#leftFloat {
	float:left;
	text-align:center;
}
#productDetailsList {
	float:left;
	background-color:#F6F6F6;
	border:1px solid #DDDDDD;
	overflow:hidden;
	padding:10px 0;
	width:100%;
}
img.attribsearch {
	padding-left: 4px;
}
#productAttributes {
	background-color:#f6f6f6;
	border: 1px solid #ddd;
	overflow:hidden;
	padding:10px 0;
	width:100%;
}
#productImage {
	margin:0 auto;
	text-align:center;
}
#productGeneral {
	margin-bottom:10px;
	overflow:hidden;
	width:100%;
}

#product_information {
	float:left;
	margin:0 225px 10px 0;
	width: 63%;
}

#product_right {
	float:right;
	margin-left:-220px;
	padding-top:8px;
	position:relative;
	width:220px;
}

.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
}
#friendReview {
	width:200px;
	padding:15px 0 10px 0;
	float:left;
	clear:left;
	text-align:left;
}
.reviewCount {
	float:left;
	padding-left:2px;
}
#productReviewLink {
	padding:5px 0;
}
.wrapperAttribsOptions {
	line-height:15px;
	width:100%;
	float:left;
}
.wrapperAttribsOptions h4 {
	width: 150px;
	padding-left: 5px;
}
/* end product info page css */

/* css for top menu tabs */

#navMain {
	float:right;
	width:500px;
	line-height:normal;
	margin-top:10px;
}
#navMain ul {
	float:right;
	list-style:none;
}
#navMain li {
	display:inline;
}
#navMain a {
	float:left;
	text-decoration:none;
	margin:0 5px;
	color: #fff;
}
#navMain a :hover {
	color: #fff;
	text-decoration: underline;
}
#crossSell {
	margin-top:20px;
	border: 1px solid #ddd;
}
.navNextPrevWrapper {
	margin-bottom:1em;
}
.navPrevCounter {
	font-size:.9em;
}
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
}
#navSuppWrapper {
	width:100%;
	margin:0 auto;
	float:left;
}
#navSupp {
	margin:0 auto;
	text-align:center;
	padding-top:1em;
}
#navSupp ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: .3em 0;
}
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
}
#navSupp li, #navCatTabs li {
	display:inline;
	padding:0 .5em;
}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	width:0;
}
#navEZPagesTOCWrapper {
	float:right;
	height:1%;
	border:1px solid #000;
}
#navEZPagesTOC ul {
	padding: .5em 0;
	list-style-type:none;
	line-height:1.5em;
}
#navEZPagesTOC ul li {
	white-space:nowrap;
}
#navEZPagesTOC ul li a {
	padding:0 .5em;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin:.5em;
}
#indexProductListCatDescription ,
#categoryDescription,
#indexDefault h2{
	margin: 0;
	
}

#navMainSearch {
	float:left;
	width:120px;
}
input.search {
	border: 0;
	width: 100px; /* width of text-display area */
	padding: 3px 15px 4px 20px;
	font-size: 11px;
}
input#searchTop {
	border: 0;
	width: 115px; /* width of text-display area */
	padding: 4px 15px 5px 20px;
	font-size: 12px;
}
* html input#searchTop {
	background-attachment: fixed;
}
#navBreadCrumb {
border-top: 1px solid #2c88b3;
border-bottom: 1px solid #529dc1;
background: #efefef;
clear:both;
height:18px;
line-height:17px;
padding-left:10px;
text-align:left;
}
.category-products,
.category-subs {
	background: url(../images/arrow.gif) no-repeat 0 0;
	padding-left:9px;
	border-bottom: 1px solid #eee;
	display:block;
	font-size:12px;
}
.category-subs-selected {
	color: #817e5c;
}
.category-subs-parent {
	font-size:10px;
	font-weight:bold;
}
.category-top,
.category-subs-parent {
	border-bottom: 1px solid #eee;
	background: #EFF2EA;
	margin-bottom:2px;
}
.category-subs-parent { 
	font-size:11px;
}
td.productListing-data {
	text-align:left;
}
a.keurmerk {
float:left;
}
a.keurmerk.first {
	margin-left:5px;
}

#reviewsInfoDefaultPrice {
	height:33px;
}

#reviewsInfoDefault #rating {
	width:400px;
	float: left;
}

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}

#productDescription a:link,
#productDescription a:visited {
	text-decoration:underline;
}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
}
#productDescription, .shippingEstimatorWrapper {
	padding:.5em;
}
.important {
	padding:.5em;
}
.gvBal {
	float:right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding:.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:.9em;
}
#siteinfoLegal {
	padding-bottom:1em;
	clear:both;
}
.tableHeading TH {
	border-bottom:1px solid #cccccc;
}
#cartSubTotal {
	border-top:1px solid #cccccc;
	text-align:right;
	line-height:2.2em;
	padding-right:2.5em;
	color: #fff;
}
.tableRow, .tableHeading, #cartSubTotal {
	height:2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding:.5em 0 0;
}
#cartProdTitle {
	text-align:center
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	padding-right:.2em;
}
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
}
#scUpdateQuantity {
	width:1.8em;
}
#scProductsHeading {
	padding-left:2em;
}
.cartQuantity {
	width:4em;
}
.cartNewItem {
	position:relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	position:relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align:right;
	padding-right:10px;
}
.cartRemoveItemDisplay {
	width:5em;
}
.cartAttribsList {
	margin-left:1em;
}
#mediaManager {
	width:50%;
	margin:.2em;
	padding:.5em;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration:line-through;
}
.orderHistList {
	margin:1em;
	padding:.2em 0;
}
#ezPageBoxList li {
	padding:.2em 0;
}
.totalBox {
	width:5.5em;
	text-align:right;
	padding:.2em;
}
.lineTitle, .amount {
	text-align:right;
	padding:.2em;
}
.amount {
	width:5.5em;
}
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:.5em 1em 0 0;
}
#cartImage {
	margin:.5em 1em;
}
.attribImg {
	width:20%;
	margin:.3em 0;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
}
.centerBoxContentsProducts {
	margin:0 auto;
	text-align:center;
	width:95%
}
h3.leftBoxHeading, h3.rightBoxHeading {
	color:#000;
	font-family:"Century Gothic",Arial;
	font-weight:bold;
	line-height:28px;
	text-align: left;
	padding-left:5px;
}
h2.centerBoxHeading {
	color:#fff;
	font-family:"Century Gothic",Arial;
	font-weight:bold;
	line-height:28px;
	text-indent:26px;
}
.leftBoxHeading, .rightBoxHeading {
}
.sideBoxContent {
	background: #EFF2EA url(../images/sideboxshadow.png) repeat-x scroll 0 0;
	border-width: 0 1px 1px 1px;
	border-color: #eee;
	border-style: solid;
	margin-bottom: 10px;
	padding:5px 10px 5px 6px;
}
.sideBoxContent ul {
	text-align:left;
	list-style-type:none;
	padding:0 0 0 10px!important;
	margin:0!important;
}
.sideBoxContent li {
}
#categoriesContent, #documentcategoriesContent {
	text-align:left;
	padding-left:10px;
	
}
.sideBoxContent { 
	
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, 
#navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, 
#bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, 
.center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, 
#cartBoxGVBalance, .centerBoxHeading, .productListing-data, 
.accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, 
#productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, 
.categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, 
.centerBoxContentsNew, .gvBal, .attribImg {
	text-align:center;
}

.productListing-data img {
	padding:10px;
}
#upProductsHeading {
	text-align:left;
}
#upDateHeading {
	text-align:right;
}
/*misc*/
.back {
	float:left;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.rowOdd {
	height:1.5em;
	vertical-align:top;
}
.rowEven {
	height:1.5em;
	vertical-align:top;
}
.hiddenField {
	display:none;
}
.visibleField {
	display:inline;
}
#accountLinksWrapper li {
	padding:.5em 0;
	display:block;
	list-style:none;
}
.accountTotalDisplay, .accountTaxDisplay {
	width:20%;
	text-align:right;
}
.accountQuantityDisplay {
	width:10%;
	vertical-align:top
}
TR.tableHeading {
	height:2em;
}
#siteMapList {
	width:90%;
	float:right;
}
.ratingRow {
	margin:1em 0 1.5em 0;
}
LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
}
.information {
	padding: 10px 3px;
	line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
}
.smallProductImage {
	padding:1em;
	width:150px;
}
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
}
/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

#productMainImage {
	float:left;
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
#productMainImage img {
	display: block;
	position: relative;
	background: #fff;
	margin: -3px 6px 6px -3px;
	border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	padding: 4px;
}
/* end css for product image drop shadow */
/* rokfeature */

#rows-1.rokfeature-mod {height:95px;}
#rows-2.rokfeature-mod {height:190px;}
#rows-3.rokfeature-mod {height:285px;}
#rows-4.rokfeature-mod {height:380px;}
#rows-5.rokfeature-mod {height:475px;}
#rows-6.rokfeature-mod {height:570px;}
.rokfeature-mod {width: 100%;position: relative; overflow:hidden;}
.rokfeature-image {width: 100%;height: 100%;background: #fff url(../images/loading.gif) 76% 47% no-repeat;}
.rokfeature-options {height: 100%;position: relative;z-index: 5;}
.rokfeature-option-block {width: 50%;position: relative;overflow: hidden;}
.rokfeature-tab-1, .rokfeature-tab-2, .rokfeature-tab-3, .rokfeature-tab-4, .rokfeature-tab-5, .rokfeature-tab-6 {
width: 22px;height: 100%;position: absolute;top: 0;left: 0;cursor: pointer;}
.rokfeature-block-1, .rokfeature-block-2, .rokfeature-block-3, .rokfeature-block-4, .rokfeature-block-5, .rokfeature-block-6 {
margin-left: 22px;height: 100%;overflow: hidden;position: relative;}
.rokfeature-block-bg1, .rokfeature-block-bg2, .rokfeature-block-bg3, .rokfeature-block-bg4, .rokfeature-block-bg5, .rokfeature-block-bg6 {
height: 100%;width: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.rokfeature-option-block span {padding: 12px;display: block;z-index: 5;position: relative;}
.rokfeature-option-block span.showthumb {margin-right: 83px;}
img.rokfeature-thumb {float: right;margin: 12px;width: 65px;height: 65px; z-index: 5;position: relative;}
.rokfeature-readon {position: absolute;right: 15px;bottom: 15px;}
.rokfeature-readon a {padding: 3px 5px;text-transform: uppercase;color:#fff;background:#000;}
.rokfeature-title {position: absolute;right:15px;top: 10px;width:270px;text-align:right;}
.rokfeature-title a:hover {text-decoration:none;}
.rokfeature-title span {text-align:right;font-size: 240%;color:#fff;background:#000; width:300px;line-height:135%;}

.rokfeature-tab-1, .rokfeature-tab-4 {background: #000 url(../images/arrow.png) 0 0 no-repeat; border-right: 1px solid #000;}
.rokfeature-tab-2, .rokfeature-tab-5 {background: #000 url(../images/arrow.png) 0 0 no-repeat; border-right: 1px solid #000;}
.rokfeature-tab-3, .rokfeature-tab-6 {background: #000 url(../images/arrow.png) 0 0 no-repeat; border-right: 1px solid #000;}
.rokfeature-block-bg1, .rokfeature-block-bg4 {background: #000;}
.rokfeature-block-bg2, .rokfeature-block-bg5 {background: #000;}
.rokfeature-block-bg3, .rokfeature-block-bg6 {background: #000;}
.rokfeature-option-block span {color: #fff;}
img.rokfeature-thumb {border: 3px solid #fff;}
.rokfeature-readon span {background: #666;color: #fff;}

div.rokfeature-readon {
	display: none;
}
body.js div.rokfeature-readon {
	display: block;
}

#crossSell h2 {
	text-align: left;
}
#navCatTabs ul li a,
#navCatTabs ul li a:visited {
	color: #fff;
}
#navCatTabs ul li a:hover {
	color: #990000;
}
#popupShippingEstimator,
#infoShoppingCart {
	background: #fff !important;
}

#rating {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 8px;
	overflow: hidden;
	color: #555;
	line-height: 14px;
	font-size: 11px;
	margin-left:34px;
}

#rating a.stars,
#rating a.stars0,
#rating a.stars1,
#rating a.stars2,
#rating a.stars3,
#rating a.stars4,
#rating a.stars5 {
	width: 78px;
	height: 0;
	margin-right: 5px;
	padding-top: 14px;
	float: left;
	overflow: hidden;
	background: url(../images/averagerating_background.png) no-repeat -80px 0;
}

#rating.half a.stars,
#rating.half a.stars0,
#rating.half a.stars1,
#rating.half a.stars2,
#rating.half a.stars3,
#rating.half a.stars4,
#rating.half a.stars5 {
	background-image: url(../images/averagerating_half_background.png);
}


#rating a.stars {
	background: url(../images/averagerating_empty_background.png) repeat-x;
}

#rating a.stars1 {
	background-position: -64px 0;
}

#rating a.stars2 {
	background-position: -48px 0;
}

#rating a.stars3 {
	background-position: -32px 0;
}

#rating a.stars4 {
	background-position: -16px 0;
}

#rating a.stars5 {
	background-position: 0 0;
}

#rating span {
	color: #e4e4e4;
}
#trailimageid {
	width:387px !important;
}
div.centerBoxContentsAlsoPurch {
	border:1px solid #eee;
	height:235px;
	position: relative;
}
div.centerBoxContentsAlsoPurch div.box h3 {
	height:42px;
}
div.image p {
	bottom:0;
	height:44px;
	width:100%;
	position:absolute;
	border-top: 1px solid #eee;
	background: #efefef;
}
