/**
 * 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 $
 */

body {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif, arial;
	font-size: 82.5%;
	color: #333;
	background: url("../images/main_bg.gif") scroll center center #f0f0f0;
	}
img {
	max-width: 100%;
	height: auto;
	width:auto;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #05a9e6;
	text-decoration: none;
	}
 
a:visited {
	color: #05a9e6;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #19b9f4;
	}

a:active {
	color: #19b9f4;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
#contactUsForm input[type="text"], #contactUsForm input[type="password"],#loginDefault input[type="text"], #loginDefault input[type="password"],#createAcctDefault input[type="text"], #createAcctDefault input[type="password"] {
    padding:5px;
	width:40%;
	max-width:200px;
	border:1px solid #ccc;
}
#loginDefault SELECT, #contactUsForm SELECT, #createAcctDefault SELECT {
	width:33%;
}
input[type=text],input[type=password], textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, input[type=password]:focus,textarea:focus {
  box-shadow: 0 0 5px rgba(178, 178, 178, 1);
  padding: 3px 0px 3px 3px;

  border: 1px solid rgba(178, 178, 178, 1);
}
TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}


FIELDSET {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin: 1.5em 0;
    padding: 0.5em 0.5em 1.2em 1.2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#shoppingCartDefault FIELDSET {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
	border-left: none;
	border-right: none;
    margin: 1.5em 0;
    padding: 0.5em 0.5em 1.2em 1.2em;
	border-radius: 0px;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em 0;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

.centerBoxWrapper {
	position:relative;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	}

.messageStackWarning, .messageStackError {
    background-color: #FFCCCC;
    border: 1px solid #CC3333;
    color: #CC3333;
}
.messageStackSuccess {
	background-color: #d7efb8;
	color: #82b442;
	border: 1px solid #82b442;
	}

.messageStackCaution {
	background-color: #fdf7c5;
	color: #dc944d;
	border: 1px solid #dc944d;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 100%;
	vertical-align: top;
	width:1000px;
	min-width:755px;
	}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#indexHomeBody #contentMainWrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
}
#outerWrapper {

    float: left;
    margin: auto auto 20px auto;
    width: 100%;
	height:151px;
}



#headerWrapper {
    height: 100px;
    margin: auto;
    padding-top: 5px;
    position: relative;
    width: 1000px;
}

#logoWrapper {
    float: left;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 10px;
}
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 46%;
	}
.floatingBox {
	margin-bottom: 20px;
	width: 100%;

	}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
    font-size: 0.9em;
    margin: 0;
    padding: 0 0 6px;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 #444;
    float: right;
    padding: 3em;
    width: 100%;
}
#navSuppinner {
    margin: auto;
    max-width: 1000px;
    min-width: 755px;
	color:#f0f0f0;
}
#navSuppinner ul{
	margin:0px;
	padding:0px;
    list-style-type: none;
    text-align: left;
}
#navSuppinner a{
	color:#f0f0f0;
}
#refwrapper {
    margin: auto;
    max-width: 1000px;
    min-width: 755px;
    padding: 20px 0;
}
#refwrapper a{
    color:#000000;
}
#refwrapper ul{
	margin:0px;
	padding:0px;
    list-style-type: none;
    text-align: left;
}
#upp {
	width:90px;
        border:1px solid #bbb;
        background:#f0f0f0;
        text-align:center;
        padding:5px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        color:#333;
        font-family:verdana;
        font-size:11px;
}
#customerref {
    background: url("../images/footer_tags.png") repeat-x scroll left bottom #FFFFFF;
    border-top: 1px solid #DDDDDD;
    height: 240px;
    margin-top: 4em;
    padding-top: 35px;
}
.footer_heading {
	color:#FFF;
	margin:0em 0 1em 0;
	}

.footer_headings {
    font-weight: normal;
    line-height: 1.6em;
    margin-bottom: 30px;
    width: 20%;
}
#statement {
    font-weight: normal;
    line-height: 21px;
	float:right;
	width:60%;
}
.statementheader {
	margin:0;
	padding-bottom:5px;
}
#navCatTabsWrapper {
	margin: 0em;

	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navCatTabsWrapper2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    color: #333333;
    float: left;
	text-transform:uppercase;
}

#navMain {
    float: left;
    line-height: 46px;
    width: 100%;
	position:relative;
	background: #f1f1f1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f1f1f1 1%, #e2e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1f1f1), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1f1f1 1%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1f1f1 1%,#e2e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1f1f1 1%,#e2e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1f1f1 1%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-8 */
	border-top:1px solid #dedede;
	border-bottom:1px solid #ccc;
}
#navMainInner {
    margin: auto;
    width: 1000px;
}
#navCatTabsWrapper2 a.category-top {
	margin:0px;
	color:#666666;
}
#navMain ul, #navSupp ul, #navCatTabs ul, div.droptop {
    font-size: 1.2em;
    list-style-type: none;
    text-align: left;
}
#toplinks a{
	color:#666;
}

#toplinks {
    float: right;
    font-size: 11px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 10px;
}
#toplinks ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#toplinks ul li{
	padding-left:10px;
	display: inline;
}
.homeicon {
    float: left;
    padding-left: 0;
    padding-top: 15px;
    width: 25px;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li, .white_tabs_middle a {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a, div.droptop {
	text-decoration: none;
	padding:1px 13px 0;
	margin: 0;
	color: #444444;
	white-space: nowrap;
	display:inline-block;
	font-size:14px;
	}

#navMainWrapper {
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}
#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em 0;
	}


.navmainsearch {width:100%;}
.navmainsearch input {margin:0px;}

#navMainSearch {
    float: right;
    padding-top: 45px;
}
.navmainsearch input[type="text"] {
    border: #DDDDDD 1px solid;
        -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding-left: 11px;
	height:27px;
	width:186px;
	color:#777777;
	font-size:15px;
}

#navMainSearch input[type="image"] {
    left: 9px;
    position: absolute;
    top: 9px;
}

#navBreadCrumb {
    max-width: 332px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 292px;
    top: 15px;
}

#contentMainWrapper{
    position: relative;
	float:left;
	width:100%;
}
#navEZPagesTop {
	background-color: #ffff33;
	}

#navEZPagesTop {
    font-size: 1em;
    margin: 0;
    padding: 1em 3em;

}

#ezPagesHeading {padding-bottom:20px;}

#topsearchbutton {display:none;}
#navColumnOne {
    padding-right:20px;
}
#navColumnTwo {
    float: right;
    padding-left: 20px;
    width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
    float: left;
    margin: 0;
    position: relative;
    width: 25%;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
.content {
    font-size: 14px;
    line-height: 25px;
}
#productDescription {
	/*font-size: 1.2em;*/
	padding: 0.5em 0;
	text-align:left;
	}

#productDescription ul {
    margin-left: 20px;
    padding: 0.5em 0;
    text-align: left;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerTwo{
	padding: 0.8em;
	}
#bannerThree {
    float: right;
    padding: 0;
}
#bannerFive {
	padding:0;

	}
#bannerSix {
	padding:0;
	}
#bannerOne {
	padding:10px;
}
hr.footerhr { 
    border: 0; 
    height: 1px;

}
hr.footerhr:before {
    top: -0.5em;
    height: 1em;
}
hr.footerhr:after {
    content:'';
    height: 0.5em;
    top: 1px;
}
hr.footerhr:before, hr.footerhr:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    width: 980px;
}
hr.footerhr, hr.footerhr:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0) 75%);
}
hr.footerhr2 {
	height: 1px;
	margin: 2em 0;
	border: none;
	border-bottom: 1px solid #555;
	}
#bannerNine {
    float: left;
    padding: 13px 10px 10px;
}
#bannerTen {
    padding: 13px 10px 10px 17px;
}
#bannerEleven {
    float: right;
    padding: 13px 10px 10px;
}
#indexDefault.centerColumn,#klarnacartBody .centerColumn{
    border: medium none;
    padding: 10px;
    width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#klarnacheckoutBody #navColumnTwo {display:none;}
.centerColumn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:75%;
    display: block;
    padding: 0.8em 3em 3em 3em;
	float:left;
	background:#fff;
	border: 1px solid #EEEEEE;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoLegal {
	float:left;
}

.pagingtop {float:right;}
.legalCopyright {
    color: #fff;
    padding-top: 10px;
}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}

.tableHeading, #cartSubTotal {
	background-color: #f0f0f0;
	 }

#cartSubTotal {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.2em;
    padding-right: 10px;
    text-align: right;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
#cartInstructionsDisplay  {
	padding: 1.5em 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}
.alsoimage {
    min-height: 70px;
    overflow: hidden;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color:#666;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {

	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul, ul#productDetailsList {
	list-style-type: none;
	}
ul#productDetailsList {
    margin: 10px 0;
    padding: 0;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.additionalImages {
    border: 1px solid #EEEEEE;
    margin: 5px 5px 0 0;
    padding: 5px;
}
.imgLink {
    background: url("../images/enlarge.png") no-repeat scroll left center transparent;
    float: left;
    font-size: 11px;
    height: 14px;
    padding-left: 16px;
}
div.additionalImages a span.imgLink {
	float:none;
}
.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

.sideBoxContentItem {margin-bottom:15px;}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
    color: #222222;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}

.leftBoxHeading, .rightBoxHeading{
	margin: 0em;
	padding: 0.5em 0.2em 0.5em 1em;
	}
.centerBoxHeading {
	margin: 0em;
	padding: 0.2em;
	}
.centerBoxHeading a {
	color:#333;
}
.leftBoxContainer, .rightBoxContainer {
	margin-bottom: 1.5em;
	}

.sideBoxContent {
    padding: 0.3em 1.3em 1.3em 1.3em;
}
.sideBoxContent a {
	color:#333;
	}
#categoriesContent.sideBoxContent {
	line-height:25px;
}

#viewer {
    left: 153px;
    position: absolute;
    top: 68px;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #222;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree, #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
#productMainImage {
	width:100%;
	}

#prodinfobottom {
    margin-top: 50px;
}


#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
    height: 1.5em;
    vertical-align: top;
}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
    background: none repeat scroll 0 0 #F7F7F7;
    height: 2em;
}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.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;
	}
.productListing-rowheading {

    text-align: left;
}
.navSplitPagesLinks a {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #CCCCCC;
    color: #333333;
    display: inline;
    margin-left: 2px;
    padding: 3px 8px;
}
.navSplitPagesLinks a:hover {
    background: none repeat scroll 0 0 #eee;
}
.navSplitPagesLinks strong.current {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #555555;
    color: #333333;
    display: inline;
    margin-left: 2px;
    padding: 3px 8px;
}

#productsListingTopNumber, #productsListingListingTopLinks, #allProductsListingTopNumber, #allProductsListingTopLinks, #newProductsDefaultListingTopNumber, #newProductsDefaultListingTopLinks, #featuredProductsListingTopNumber, #featuredProductsListingTopLinks, #specialsListingTopNumber, #specialsListingTopLinks{
    padding: 8px 0;
	margin-bottom:20px;
}
#productsListingBottomNumber, #productsListingListingBottomLinks, #allProductsListingBottomNumber, #allProductsListingBottomLinks, #newProductsDefaultListingBottomNumber, #newProductsDefaultListingBottomLinks,  #featuredProductsListingBottomNumber, #featuredProductsListingBottomLinks, #specialsListingBottomNumber, #specialsListingBottomLinks {
    padding: 8px 0;
	margin-top:20px;
}

#mainimage {
    float: left;
    padding-right: 30px;
    width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#prodinfo {
    float: right;
    width: 50%;
}
#prodinfobottom {
    display: block;
    float: left;
    width: 100%;
}
.navNextPrevWrapper {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#productAttributes {margin:15px 0;}
#clicktocall, #attribsOptionsText,.optionName,.Mobtopcart, .toploginMob, .innerColumn div.listingDescription {
	display:none;
}

#suggestions{
    width: 300px;
    background-color: #f0f0f0;
    position: absolute;
    top: 85px;
    /*margin-left: 642px;    */
    border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:left;
    color: #333333;
    padding: 10px;        
    display:none;
	z-index:10000;
}


#suggestions hr { 
	padding: 0px;
	margin: 0px;
	border: none;
	border-bottom: #CCC dashed 1px;
}
.suggestion { 
	width:300px; 
	background-color: #f0f0f0;
	font-size:12px; 
}
.suggestion a { 
	display:block; 
	clear:left; 
	text-decoration:none; 
	padding: 6px;
	color: #333;
}
.suggestion a:hover { 
	/*color:#0080C0;*/
	background-color:#eee;
}

.suggestion a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 5px;
	margin-right:10px;
}
.suggestionName {
	font-weight:bold;
}
.suggestionModel {
	display:block;
}
.suggestionBrand {
	display:block;
}
.suggestionPrice {
	display:block;
}

#suggestionPaging {
	background-color:#6CF;
	color:#FFF;
	height: 18px;
	font-size:12px;
	font-weight:bold;
	padding: 2px;
}
#suggestionCount {
	text-align:center;
	display:block;
	font-weight:normal;
}
#suggestionPrev {
	display: block;
	cursor:pointer;
	text-align: left;
	float:left;
}

#suggestionNext {
	display: block;
	float:right;
	text-align:right;
	cursor:pointer;
}

#suggestionPrev:hover, #suggestionNext:hover {
	text-decoration: underline;
}

#suggestionMore {
	text-align: center;
}
.carttext {
    color: #333333;
    padding: 0 0 0 1em;
    width: 160px;
}
.topcart {
    cursor: pointer;
}
.topcart {
    color: #333333;
    float: right;
    line-height: 45px;
}

.languages {
    padding-right:10px;
}
#carticon {
    padding-top: 10px;
}
  #topCartContents {
    width: 340px;
    background-color: #f0f0f0;
    position: absolute;
    top: 48px;
    margin-left: 638px;    
    border: 1px solid #CCCCCC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #333333;
    padding: 0px 10px 10px 10px;        
    display:none;
	z-index:999;
	text-align:left;
}

#topCartContents > a {
	float:right;
}

.topcart {
	cursor:pointer;
}
.topcart a {
	color:#666666;
}

#topCartContentsList td {
    border-bottom: 1px dashed #cccccc;
    height: 40px;
    line-height: 14px;
    padding: 0 5px;
}

.decreaseItem, .increaseItem, .removeItem {
	font-weight: bold;
	font-size: 1.2em;
	cursor:pointer;
}
.scroller_anchor{height:0px; margin:0; padding:0;}
.scroller {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    height: 46px;
    text-align: right;
    width: 100%;
    z-index: 999;
	margin:0;
	
}
#floater {
	float:left;
    width: 100%;
}
.totalcart {
    font-size: 1.2em;
    line-height: 30px;
}

.totalamount {
    font-size: 1.2em;
    font-weight: bold;
}
.categoryListBoxContents a {
	background:#f9f9f9;
    border: 1px solid #DDDDDD;
    color: #444444;
    display: block;
    height: auto;
    margin: 10px;
    padding: 10px;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}
img, object, embed {
max-width: 100%;
}

img {
height: auto;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
@media only all and (max-width: 767px) {
#navColumnTwo, #floater, #navBreadCrumb, .languages, hr.footerhr, #toplinks, .topcart {
	display:none;
}
.carttext {
    left: 50%;
    margin-left: -25%;
    padding: 0 10px;
    position: absolute;
	border:none;
	background:none;
}
.carttext a, .toplogin a {
    color: #FFF;
}
#Mobtoplinkswrapper {
	background: #585858; /*fallback for non-CSS3 browsers*/
	font-size:13px;
    height: 39px;
    position: fixed;
    width: 100%;
    z-index: 10000;
	display:block;
}
#Mobtoplinks {
    margin: auto;
	color: #f0f0f0;
	line-height:40px;
}
td.centerBoxContentsProducts {width:50%;}
.navmainsearch input[type="text"] {

	width:125px;
    border: 2px solid #BBBBBB;
    border-radius: 0;
    color: #777777;
	height:23px;
	margin-right:10px;
}
#navMainSearch {
    display: inline;
    margin: 5px 2%;
    position: absolute;
    right:100px;
	padding:0;
	float:none;
    z-index: 1000;
   		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
           -moz-box-sizing: border-box;    /* Firefox, other Gecko */
                box-sizing: border-box;
}
.cartsymbol {
    -moz-box-sizing: border-box;
    background: url("../images/cartsymbol_big.png") no-repeat scroll center left transparent;
    display: block;
    height: 43px;
    text-align: center;
    width: 45px;
}
#cartcount a{
    background: none repeat scroll 0 0 #d13b68;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    position: relative;
    right: 9px;
    text-align: center;
    top: 3px;
    width: 20px;
}

.Mobtopcart {
	float:right;
	display:block;
	width:100%;
}
#carticonmob {
    padding-top: 10px;
}
#carticonmob a {
    display: block;
    text-align: center;
    width: 40px;
}
.toploginMob {
    display: block;
    text-align: center;
    width: 80px;
}
.toploginMob a {
    -moz-box-sizing: border-box;
    display: block;
    height: 43px;
    position: relative;
    top: 8px;
}
#indexHomeBody #contentMainWrapper {
    width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

#contentMainWrapper,#mainimage{
    width:100%;
}

#prodinfo {
    float: left;
    width: 100%;
	text-align:center;
}

.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
    width: 50%;
}
#bannerNine {
    width:33%;
    padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bannerTen {
	width:33%;
    padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bannerEleven {
	width:33%;
    float: right;
    padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.centerColumn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left:none;
	border-right:none;
	padding:10px;
}
#mainWrapper {
	width:100%;
	max-width:800px;
	min-width:0px;
}
#logoWrapper {
    padding-top: 0px;
	width:50%;
}
#logo {
    padding-left: 5px;
    padding-top: 5px;
    width: 140px;
}
#bannerSix, #bannerFive {
	width:50%;
}

#refwrapper,#navSuppinner {
    min-width: 0;
}
.footer_headings {
    width: 50%;
}

#navSuppWrapper {
    padding: 1em;
}
#bannerThree {
    float: left;
    padding: 0;
    width: 100%;
}
#refwrapper {
    float: left;
    margin: auto;
	padding:0;
	width:100%;
}

#headerWrapper {
    min-width: 0;
    width: auto;
	height:100px;
}
#navMainInner {
    margin: auto;
    width: auto;
}
#customerref {
    float: left;
    height: auto;
    margin-top: 2em;
    padding-bottom: 5%;
    padding-top: 5%;
	width:100%;
}
#statement {
	width:100%;
}
#outerWrapper {
    height: auto;
	margin:0;
}
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/  
@media only all and (max-width: 480px) {
#clicktocall {
	display:block;
}
#headerWrapper {
	height:145px;
}

.pagingtop {
    float: left;
    padding-top: 10px;
}
td.centerBoxContentsProducts {width:100%;}
td.productListing-data div.listingButtonGroup .listingButtonGroup {
    margin-bottom: 20px;
}
div.innerColumn div.listingButtonGroup {
	margin-bottom:0px;
}
.productListing-even td, .productListing-odd td {
    float: left;
    width: 100%;
}
.listingDescription {
    margin-bottom: 20px;
}
LABEL.inputLabel {
	width: 8em;
	float: left;
	}

.navmainsearch input[type="text"] {
    border: 2px solid #BBBBBB;
    border-radius: 0;
    color: #777777;

    font-size: 15px;
    height: 37px;
    margin: 0;
    width: 97%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#navMainSearch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: inline;
    float: left;
    left: 0;
    margin: 5px 2%;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 99%;
    z-index: 1000;
}
#contactUsForm input[type="text"], #contactUsForm input[type="password"],#loginDefault input[type="text"], #loginDefault input[type="password"],#createAcctDefault input[type="text"], #createAcctDefault input[type="password"] {
    padding:5px;
	width:50%;
	max-width:200px;
	border:1px solid #ccc;
}
#loginDefault SELECT, #contactUsForm SELECT, #createAcctDefault SELECT {
	width:54%;
}
#bannerSix,#bannerFive, .footer_headings{
    width: 100%;
}
#bannerFive {
    padding-bottom: 15px;
}
#bannerNine,#bannerTen,#bannerEleven{
    width:100%;
	padding:10px;
	text-align:center;
}

.toploginMob {

    width: 60px;
}
}