/**
 * 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/rounded-search-input-top.png") 0px -1px no-repeat;
}
#navMainWrapper {
	background: url("../images/jds-header-nav.png") no-repeat;
}
h3.leftBoxHeading, h3.rightBoxHeading {
	background: url("../images/red/sideboxbg.gif");
}
#navMain a {
	background:url("../images/red/tableftE.gif") no-repeat left top;
}
#navMain a span {
	background:url("../images/red/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
	background:url("../images/red/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */


/* other background color or image changes */
body {
	background:#fff;
}
.main_body {
	background-color:#f6f6f6;
}
a:focus {
	outline: none;
}
#card_box {
	margin-top:8px;
	margin-right:15px;
	width:500px;
	float:right;
}
#categoriesContent {
	font-size:104%;
	line-height:20px;
}
#informationContent {
	font-size:100%;
	line-height:20px;
}
#phone_box {
	margin-top:33px;
	padding-top:0px;
	color:#fff;
	text-align:right;
	font-size:130%;
}
#phone_box strong {
	color:#FF0;
}
#phone_box span {
	font-size:70%;
	font-style:italic;
	color:#fff;
}
#catBoxDivider {
	visibility:hidden;
}
#bannerboxHeading, #bannerbox2Heading, #bannerboxallHeading {
	visibility:hidden;
}
#bannerbox img, #bannerbox2 img {
	text-align:center;
	margin-top:-20px;
	margin-left:4px;
}
#bannerboxall img {
	text-align:center;
	margin-top:-20px;
	margin-left:10px;
}
#headerWrapper {
	background:#fff url("../images/jds-header-top.png") 0px -2px no-repeat;
}
input:focus, select:focus, textarea:focus {
	background:#e0e8ef; /* background color for input boxes, light blue default */
}
.messageStackWarning, .messageStackError {
	background:#fff;
	color:#990000;  /* background color for warning messages, red default */
}
.messageStackSuccess {
	background:#fff;
	color:#090;
	font-weight:bold;
	 /* background color for success messages, grey default */
}
.messageStackCaution {
	background:#FFFF99;  /* background color for caution messages, yellow default */
}
h2.centerBoxHeading, .rowOdd {
	background:url("../images/table_gradient_1.gif") center center repeat-x;  /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}
TR.tableHeading {
	background:#dee6f7; /* background color for various table headings (including shopping cart heading), medium grey default */
}
.rowEven {
	background:url("../images/table_gradient_1.gif") center center repeat-x;  /* background color for even listings, very light grey default */
}
#navEZPagesTop {
	background:url("../images/ezbg.gif") repeat-x;  /* grey background image behind ezpages section */
}
#contentMainWrapper {
	/*background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
	background-color:#fff; /*background color for the main "content" of the site */
}
#contentMainWrapperb {
/*background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}
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:#111;  /* main site font color*/
}
a:link {
	color:#003366; /* main site links color */
	text-decoration:none;
}
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#313131;
}
a:hover {
	color:#CC0000; /* color when links are hovered over */
	text-decoration:none;
}
h3.leftBoxHeading, h3.rightBoxHeading {
	color:#d00000; /* right and left box heading color */
}
#specialsHeading a {
	color:#000033;
}
.leftBoxHeading a, .rightBoxHeading a {
	color:#fff; /* right and left box LINK heading color */
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
}
#navMain a span {
	color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}
#navMain a:hover span {
	color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}
#tagline {
	color:#333; /* tagline text color */
}
#productPrices {
	color:#000033; /* color of price */
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#CC0000; /* color of sale prices and alerts */
	font-weight:bold;
}
.productSpecialPrice {
	font-size:120%;
}
.productPriceDiscount {
	visibility:hidden;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.messageStackWarning, .messageStackError {
	text-align:center;
	font-weight:bold;/* color of warning message text */
}
/* bold text */
.bold, .important, #tagline, #navEZPagesTop, LEGEND, #navSupp ul li a, #navCatTabs ul li a, #navEZPagesTOCWrapper, #cartSubTotal, .cartBoxTotal, #cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight:700;
	font-size:90%;
}
/* end of site font color changes */

#cartSubTotal {
	font-size:110%;
}
/* site and main content width section */
	
html>body {
	width: auto;
}
#nw {
	width:1020px; /* 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:1020px; /* 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? "1020px" : "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%;
}
#navMainWrapper {
	height:30px;
	width:100%;
	font-size:12px;
}
#logoWrapper {
	width:auto;
}
#logo {
	float:left;
	padding-left:15px;
	text-align:center;
	height:80px;
}
#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: 180px; /* Same width as margin-left for the float-wrap div *//*padding-right: 150px; /* Our right column width */
}
.inner {
	width: 100%;
}
.float-wrap {
	float: left;
	width: 97%;
	margin-left: -180px; /* Same length as .outer padding-left but with negative value */
}
#content {
	float: right;
	margin-right: -180px; /* Same length as .outer padding-left but with negative value */
	width: 100%;
	line-height:1.6;
	position: relative; /* IE needs this  */
}
.centerColumn {
	padding-left:10px;
	padding-right:10px;
}
.contentWrap {
	padding: 5px 0 5px 5px;
}
#navColumnOne {
	float: left;
	margin-left:16px;
	position: relative; /* IE needs this  */
}
#navColumnTwo {
	float: right;
	margin-right: -170px; /* This negative margin-right value is in this example the same as the right column width. */
	position: relative; /* IE needs this  */
}
* html #navColumnTwo {
	margin-right: -170px !important; /* Fixes IE6 Issue */
}
/* end wrappers - page or section containers*/

* {
	margin:0;
	padding:0;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size:75%;
	color:#161e44;
}
a img {
	border:none;
}
ul, ol {
	text-align:left;
	padding-left:25px;
	margin:0 0 10px 10px;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
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 {
	margin:.3em 0;
}
CODE {
	font-family:tahoma, arial, verdana, helvetica, sans-serif;
	font-size:1em;
}
FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:.5em;
}
option {
	padding-right:.5em;
}
INPUT {
	margin:.3em .5em;
}
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:0.4em;
	margin:.4em 0;
	border: 1px solid #d4ddf1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 3px 3px #ccc;
	-moz-box-shadow:0px 3px 3px #ccc;
	-webkit-box-shadow:0px 3px 3px #ccc;

	background: url("../images/fieldset_background.png") center bottom repeat-x;
}
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 {
	background: url("../images/fieldset_background.png") center bottom repeat-x;
	font-weight:bold;
	font-style:normal;
	padding: 10px 20px 10px 20px;
	border:1px solid #D4DDF1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:110%;
	color:#333333;
}
.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-top:15px;
	margin-bottom:15px;
	border:none;
	width:90%;
	background:#d4ddf1;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:.2em;
}
/* product info page css */

#category-title {
	text-align:center;
	font-weight:bold;
	font-size:130%;
}
.central_hr {
	width:100%;
	text-align:center;
	color:fff;
	background-color:#fff;
	height:1px;
	border-bottom:1px solid #d0d9ee;
}
#productPrices {
	margin-left:100px;
}
#cart_box {
	width:200px;
	float:right;
	padding:20px;
}
#cartAdd {
	margin-right:140px;
	float:right;
	padding:10px;
}
#iframe_holder {
	float:right;
}
#cartAdd input {
	margin:.3em 0 0 0;
}
#productDescription {
	padding:20px;
	clear:both;
}
#rightFloat {
	float:left;
	width:45%;
}
#leftFloat {
	float:left;
	text-align:center;
}
#productDetailsList {
	text-align:center;
}
#productAttributes {
	width:100%;
	float:left;
	border:1px solid #bfbfbf;
	padding-left:5px;
	margin:5px 0 0 10px;
}
#productImage {
	margin:0 auto;
	text-align:center;
}
.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
}
#friendReview {
	width:200px;
	padding:0;
	float:left;
	clear:left;
	text-align:left;
}
.reviewCount {
	float:left;
	padding-left:2px;
}
#productReviewLink {
	padding:5px 0;
}
.wrapperAttribsOptions {
	line-height:2em;
	width:auto;
	float:left;
}
.wrapperAttribsOptions h4 {
	padding-right:15px;
}
/* end product info page css */

/* css for top menu tabs */

#navMain {
	float:left;
	width:750px;
	line-height:normal;
	height:32px;
	line-height:12px;
}
#navMain ul {
	float:right;
	list-style:none;
}
#navMain li {
	display:inline;
}
#navMain a {
	float:left;
	text-decoration:none;
}
#navMain a span {
	float:left;
	display:block;
	padding: 7px 15px 0 15px;
	text-align:center;
	width:90px;
	cursor:pointer;
	height:25px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {
	float:none;
}
/* End IE5-Mac hack */

#navMain a:hover {
	background-position:0% -32px;
}
#navMain a:hover span {
	background-position:100% -32px;
}
/* end css for top menu tabs */
	
.navNextPrevWrapper {
	margin-bottom:0;
}
.navPrevCounter {
	font-size:.9em;
}
.navNextPrevList {
	list-style-type:none;
	float:left;
	text-transform:uppercase;
	margin-top:-40px;
	font-size:80%;
}
#navSuppWrapper {
	padding-top:20px;
	width:100%;
	margin:0 auto;
	float:left;
}
#navSupp {
	margin:0 auto;
	background:#ffffff url("../images/footer-bg1.png") center top no-repeat;
	border-top:1px solid #a7a7a7;
	text-align:center;
	height:30px;
}
#navSupp ul {
	list-style-type:none;
	text-align:center;
	line-height:24px;
	padding:0;
}
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
}
#navSupp li, #navCatTabs li {
	display:inline;
	color:#ccc;
}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	font-weight:normal;
	width:0;
	color:#ffffff;
	padding:0px 10px 0px 10px;
}
#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;
}
#navMainSearch {
	float:right;
	width:120px;
	margin-right:70px;
}
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: 11px;
}
* html input#searchTop {
	background-attachment: fixed;
}
#navBreadCrumb {
	text-align:left;
	line-height:18px;
	font-size:90%;
	padding:.2em 0;
	padding-left:30px;
	background:#fff;
}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .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;
	color:#98B0E1;
	clear:both;
	background: url("../images/legal-bg1.png") center top no-repeat;
	border-bottom:1px solid #ccc;
}
#siteinfoLegal a:link, #siteinfoLegal a:active, #siteinfoLegal a:visited {
	color:#98B0E1;
}
.tableHeading TH {
	border-bottom:1px solid #cccccc;
}
#cartSubTotal {
	text-align:right;
	padding-right:20px;
}
.tableRow, .tableHeading, #cartSubTotal {
	height:2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
}
#cartProdTitle {
	text-align:center;
	font-size:110%;
}
.cartProductDisplay img {
	padding:2px;
	border:1px solid #ccc;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	font-size:105%;
	width:60px;
}
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
}
#scUpdateQuantity {
	width:1.8em;
}
#scProductsHeading {
	padding-left:2em;
}
.cartQuantity {
	width:2em;
}
.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;
	color:#000033;
	font-size:110%;
	font-weight:normal;
}
.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, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
}
.centerBoxContentsProducts {
	margin:0 auto;
	text-align:center;
	width:95%
}
h3.leftBoxHeading, h3.rightBoxHeading {
	color:#011856;
	font-size:1.1em;
	font-weight:normal;
	height:22px;
	padding:.2em 0 0 0;
	background: url("../images/sidemenu_header.png") 0 0 no-repeat;
	margin-top:10px;
	margin-bottom:0px !important;
}
h2.centerBoxHeading {
	margin:5px auto;
	padding:.5em 0;
	text-align:center;
	border:1px solid #bababa;
	line-height:normal;
	width:100%;
}
.leftBoxHeading, .rightBoxHeading {
}
.sideBoxContent {
	font-size:1.1em;
	padding:5px;
	background:#ea0700 url("../images/sidebar_contents.png") 0 0 repeat-x;
	color:#fff;
	border:1px solid #011856;
}
.sideBoxCartContent {
	font-size:1.1em;
	padding:5px;
	background:#489f03 url("../images/css_sidebar_cart_contents.png") 0 0 repeat-x;
	color:#fff;
	border:1px solid #011856;
}
.sideBoxContent a:link, .sideBoxCartContent a:link {
	color:#fff !important;
	list-style-type:none;
}
.sideBoxContent a:hover, .sideBoxCartContent a:hover {
	color:#FFFF00 !important;
	list-style-type:none;
}
.sideBoxContent a:visited, .sideBoxCartContent a:visited {
	color:#fff;
	list-style-type:none;
}
.sideBoxContent a:active, .sideBoxCartContent a:active {
	color:#fff;
	list-style-type:none;
}
.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;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align:center;
}
.productListing-data {
	text-align:left;
}
.listingDescription, .itemTitle {
	padding: 0px 20px 0px 5px;
}
.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;
}
.rowEven {
	height:1.5em;
}
.rowEven input {
	margin-top:5px;
}
.rowOdd input {
	margin-top:5px;
}
.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;
}
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
}
#cart_header {
	float:right;
}
h2#productPrices {
	text-align:center;
	font-size:140%;
}
h1#productName {
	font-size:180%;
	text-align:center;
}
h6.additional_image_text {
	font-weight:normal;
	font-size:100%;
	text-align:center;
	margin-left:-80px;
}
#additional_images_box {
	clear:both;
	width:90%;
	border-top:0px solid #D0D9EE;
	padding-left:80px;
	margin-left:auto;
	margin-right:auto;
}
#productAdditionalImages {
	margin-left:-70px;
	float:left;
}
#productAdditionalImages img {
	float:left;
	margin-top:5px;
	border:1px solid #e1e1e1;
	text-align:left;
}
#productMainImage img {
	border:0px solid #e1e1e1;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
}
.clearfloat {
	clear:both;
}
.cartContentsDisplay {
	background-color:#fff;
}
.postInfo_box {
	font-size:90%;
	width:33%;
	float:left;
	text-align:center;
}
.postInfo_box p {
	margin-left:10px;
	margin-right:10px;
}
.postInfo_box img {
	margin:3px;
	float:left;
}
#listing_container {
	width: 100%;
	float: left;
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d9ee;
}
#listing_leftBox {
	width: 45%;
	padding: 3px;
	margin-left: 10px;
	padding-right:20px;
	float: left;
	border-right:1px dotted #d0d9ee;
}
#listing_rightBox {
	width: 45%;
	padding: 3px;
	margin-right:10px;
	float: right;
}
h3.spec_style {
	text-align:center;
	padding-bottom:10px;
}
.categoryIcon {
	font-size:110%;
}
.navSplitPagesLinks {
	padding-bottom:30px;
}
.sidebar_checkout_button {
	text-align:right;
	text-transform:uppercase;
	font-size:70%;
}
.cart_sidebox_totals {
	margin-top:5px;
	border-top:1px solid #fff;
	float:right;
	text-transform:uppercase;
	font-size:80%;
}
#shoppingcartHeading a {
	color:#010856;
}
.cart_table {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.cart_table_header {
	color:#010856;
	background: url("../images/basket_heading_tile.png") left bottom repeat-x;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #ccc;
}
.cart_total_bar {
	color:#010856;
	font-size:130%;
	border:1px solid #ccc;
	border-bottom:1px solid #999;
	background: url("../images/basket_total_tile.png") left top repeat-x;
	border-radius:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#navCurrenciesWrapper {
	background:#fff;
	font-size:90%;
}
#navCurrenciesWrapper a {
	color:#003366;
	text-decoration: none;
}
#navCurrenciesWrapper a:hover {
	color:#CC0000;
	text-decoration: none;
}
.CeonSagePayDirectFormGadgetError {
	background: #ff6633;
}
.CeonSagePayDirectCardIcon {
	margin-right: 4px;
	margin-bottom: 4px;
}
label.inputLabelPayment {
	margin-bottom: 0.5em;
}
#threed_secure_necessary_intro img.CeonSagePayDirect3DSecureIcon {
	margin-left: 1em;
	margin-bottom: 2em;
	float: right;
	clear: right;
}
.CeonSagePayDirectCardsAcceptedSideboxCardIcon {
	margin-left: 4px;
	margin-bottom: 4px;
}
.CeonSagePayDirectCardsAcceptedSidebox3DSecureIcon {
	margin-left: 4px;
	margin-bottom: 4px;
}
#maintenanceDefault {
	text-align:center
}
tr .productListing-rowheading {
	visibility:hidden;
	height:1px;
}
.listingPrice {
}
.productListing-data {
	border-bottom:1px dotted #cccccc;
}
#comodo-box {
	padding-top:8px;
	margin-left:14px;
}
.tabTable {
	margin-top:-40px;
}
.comments_slideshow {
	height: 100px;
	width: 140px;
	margin: auto;
	font-family:Georgia, 'Times New Roman', Times, serif;
	overflow:hidden;
}
.comments_slideshow strong {
	float:right;
	font-size:80%;
}
/*#categoriesIndexBg	{
	border-top:0px solid #d0d9ee;
	border-bottom:1px solid #d0d9ee;
	border-left: 1px solid #d0d9ee;
		border-right: 0px solid #d0d9ee;
	padding:5px 0px 25px 0px;
	background: url("../images/indexCatBg.png") center bottom repeat-x;
} */

.categoriesContainer {
	width:800px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
}
.categoryBox {
	float:left;
	width:106px;
	height:106px;
	border:1px solid #ccc;
	margin:5px;
	/* CSS3 tweaks for modern browsers */
	border-radius:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 3px 3px #ccc;
	-moz-box-shadow:0px 3px 3px #ccc;
	-webkit-box-shadow:0px 3px 3px #ccc;

}
.categoryTitle {
	width:100%;
	height:30px;
	background: url("../images/titleBg-1.png") repeat-x center center;
	border-bottom:1px solid #93a1c2;
	/* CSS3 tweaks for modern browsers */
	border-radius:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 3px 3px #ccc;
	-moz-box-shadow:0px 3px 3px #ccc;
	-webkit-box-shadow:0px 3px 3px #ccc;

}
.categoryTitle h2 {
	line-height:30px;
	padding:0;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	font-size:90%;
}
.categoryImg {
	width:118px;
	height:119px;
}
.categoryImg img {
	padding-left:3px;
	padding-top:3px;
}
.clearFloat {
	clear:left;
}
.green_legend {
	border:1px solid #9ca6c4;
	border-radius:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 3px 3px #ccc;
	-moz-box-shadow:0px 3px 3px #ccc;
	-webkit-box-shadow:0px 3px 3px #ccc;

	background: url("../images/basket_heading_tile.png") left bottom repeat-x;
	color: #036;
	padding-left:10px;
	padding-right:10px;
}
#checkoutPaymentHeadingTotal {
	font-size:140%;
	font-weight:bold;
	color:#dd0000;
}
#checkoutOrderTotals {
	font-size:110%;
}
.totalBox {
	font-weight:bold;
	color:#dd0000;
}
.floatboxLeft {
	width:47%;
	float:left;
	padding:10px;
}
.floatboxRight {
	width:47%;
	float:right;
	padding:10px;
}
#indexDefaultHeading {
	font-size:140%;
	color:#336;
	text-align:center;
}
.seoTextLower {
	font-size:90%;
}


.free-delivery-text	{
	line-height:30px;
	font-size:120%;
	background:#FFC;
	border:1px solid #ccc;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 3px 3px #ccc;
	-moz-box-shadow:0px 3px 3px #ccc;
	-webkit-box-shadow:0px 3px 3px #ccc;
}
