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

button
{
 background : none;
 border: none;
}

body {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #39332e;
	background-color: #e5edf5;
/*	background-color: #ffaaaa; */
	background-image: url(../images/verlauftop2.jpg);
	background-repeat: repeat-x;

    background-color: #f1f1f1;

    line-height: 17px;

padding-bottom: 15px;	}

th { font-weight: normal; }    
    
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #5E6F80;
    text-decoration: underline;
	}
 
a:visited {
	color: #5E6F80;
    text-decoration: underline;
	}

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

a:active {
	color: #0000FF;
	}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:19px;
	color: #39332E;
	border-bottom:1px solid rgb(199,199,199);
	padding: 0 0 2px 0;
	margin: 0 0 17px 0 !important;
	}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:17px;
	padding: 5px 0 5px 0 !important;
	display: block;
	}

h3 {
	font-size:14px;
	padding-bottom: 10px;
	}
	
.itemTitle{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 12px;
	}
.biggerText {
	font-size: 13px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}
/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

h4
{
  font-size: 13px;
text-shadow: 1px 1px 4px rgb(199, 199, 199);
}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin-top: 20px;
	border: 1px solid #dfdfdf;
    
	}

LEGEND {

font-weight: bold;
color: #444;
padding: 3px 10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #aaa;
background-color: #fff;
-moz-box-shadow: 3px 3px 15px #bbb;
-webkit-box-shadow: 3px 3px 15px #bbb;
box-shadow: 3px 3px 15px #bbb;
text-align: left;
margin-bottom: 9px;
margin-top: 0px;
	}

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: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}
	
.navNextPrevWrapper {
  margin-bottom: 10px;

}	

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;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

#mainWrapper_pre {
text-align: left;
width: 100%;
vertical-align: top;
margin: auto;
}    
    
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	/*text-align: left;
	vertical-align: top;*/
	width: 1000px;
	-moz-box-shadow: 0px 0px 22px #b8b9b6;
    box-shadow: 0px 0px 22px #b8b9b6;
    margin-bottom: 20px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper
{
  padding-top: 10px;
}

#headerWrapper
{
  border-bottom: 1px solid gray;
}

#logoWrapper{
	/*background-image: url(../images/header_bg.jpg);*/
	background-image: url(../images/grey_header3.jpg); 
	background-repeat: repeat-x;
	background-color: #ffffff;
    height: 170px;
position: relative;

	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {

	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

	
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#productAttributes
{
 float: right;
 border: 1px solid rgb(199,199,199);
 padding: 1em;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}


    .list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
    float: right;

    }
    /*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper
{
  padding: 0;
}
#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
    background: #F2F2F2;
	color: ##686869;
	font-weight: bold;
	
	padding: 0.5em 0.2em;
	height: 1%;

    
    
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#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: ##686869;
	font-size:12px;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

#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;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	margin: 2px 0 15px 0;
	padding:3px;
	font-size: 12px;
	color: #000000;
	background:#F2F2F2;
	
	}
#navBreadCrumb a {
	color: #E66B1B;
}

#navEZPagesTop {
	
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	background-color: #369;
	color: #EBD6AD;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured,  .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
	

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 10px;
    text-align: center;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0;
	border: 1px solid rgb(199,199,199);
	padding: 1em;
    clear: both;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}
	
#cartContentsDisplay
{
  background-color: #58FA58;
} 


#cartContentComplete
{
  border: 2px solid green;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.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;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#login_logout_section, #login_logout_section a {
	font-size: 12px;
/* color: #ffffff; */
margin-right: 10px;
float: right;

}
#login_logout_section a:hover {
	text-decoration: none;
}
.top-nav-right {
	background: #39332E;
	height: 37px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: #39332E;
	height: 39px;
	width: 6px;
	float: left;
}
    
    
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

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

.centerBoxWrapper {
	height: 1%;
	margin: 1px 0 18px;
    
border: 1px solid rgb(199, 199, 199);
padding: 0;

	}

h2.centerBoxHeading {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color: #39332E;
	border-bottom: 1px solid rgb(199, 199, 199);
	padding: 5px 0 5px 0 !important;;
	margin: 24px 0 15px 0 !important;
	text-align:center;

    
     background: url(../images/gray_lighter.png) repeat-x 0 0;

    background-size: contain;     
     }
.centerBoxWrapper h2 {
	margin: 0 0 15px 0 !important;
}
/*sideboxes*/
.columnLeft {
	padding: 0 20px 0 3px ;
}
.columnRight {
	padding: 0 5px 0 10px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	 font-size: 12px;
  
    background: url(../images/gray_lighter.png) repeat-x 0 0;
	}


h3.leftBoxHeading a, h3.rightBoxHeading a {
	
	text-decoration: underline;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	
	text-decoration: none;
	} 
.sidebox-header-left {
	
	padding: 0;
}
.main-sidebox-header-left {
	
	padding: 0;
}
.main-sidebox-header-right {
	
	padding: 0;
}



.leftBoxHeading, .rightBoxHeading {
	/*margin: 0em;
	color: #e66b1b;
	padding: 0.4em 0.3em 0.4em 0.4em !important;
      */
    margin: 0em;
    padding: 0.2em 0.2em;
    font-size: 11px;
    background-color: #f5f5f5;
    color: #636363;
    font-weight: 700;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
}
.leftBoxContainer, .rightBoxContainer {
	/*margin: 0em;
	margin: 16px 0 4px 0;*/
    margin: 0em;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    margin-top: 2px;
   /* box-shadow: 2px 2px 2px 0px #f5f5f5;*/
}
	

.sideBoxContent {
	background-color: #FFFFFF;
   

	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font-size: 12px;
	color: #454545;
	line-height: 17px;
}

.sideBoxContent a:hover
{
 color: rgb(0,102,204);
}
.sidebox-products {
	display: block;
	color: #454545 !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f4fcfd !important;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
color: #e66b1b;
	}

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

#bestsellers .wrapper {
	margin: 0em 0em 0em 0.4em;
	}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/* categories box parent and child categories */
A.category-top {
	font-size: 13px;
	text-decoration: none;
	padding: 0;
	
	
	}
	
.category-top a:hover{
	background:#FFFFFF;
}
	
A.category-links, A.category-links:visited {
	color: #000000;
	text-decoration: none;
	font-size:12px;
	
	}

	.category-links a:hover{
		text-decoration:none;
		color: #E66B1B;
		background:#FFFFFF;
	}
	
.categories-top-list {
	padding: 4px 0;
	display:block;
	
}

.categories-top-list a:hover{
	color: #E66B1B;
	text-decoration:none;
}
.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	
}
.subcategory  {
	line-height: 12px !important;
	background:#FFFFFF;
	display:block;
	font-size:12px;
	
}

A.category-subs, A.category-products {
	color: #000000;
	text-decoration: none;
	}
A.category-subs:hover, A.category-products:hover {
	text-decoration: none;
	color: #E66B1B;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #f4f4f4;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fdfdfd;
	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-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	background-color: #369;
	color: #EBD6AD;
	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: #eeeeee;
    background-image: none;
    padding: 10px;
    }

.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;
	}

#usebbnetnavigation {
	background-color: rgb(228, 228, 228);
	border-bottom: 1px solid #7f8080;
	padding-top: 5px;
	margin: 0px;
	list-style: none;
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	color: silver;
	height: 16px;
}

#usebbnetnavigation ul { margin: 0 auto; width: 980px; padding: 0; }
#usebbnetnavigation li {
	display: inline;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 2px solid silver;
	margin-right: 7px;
}
#usebbnetnavigation li a {
	text-decoration: none !important;
	color: #369; 
}
#usebbnetnavigation li a:hover {
	color: #7F0000 !important;
}
#sb_security_payment ul
{
   padding-left: 13px; 
   text-align: left;
   font-size: 10px;
   font-style: italic;
   
}

#ezpagesContent li
{
margin-top: 0.4em;
  
}

.partner_worldmap
{
 padding-left: 73px;
}

.partner_region 
{
font-weight: bold;
font-size: 17px;
}

.partner_list
{
font-size: 14px;

padding-bottom: 100px;
padding-left: 26px;

}

.partner_list li
{
 padding-bottom: 3px;
} 

.partner_list img
{
 padding-right: 5px;
} 

.partner_list a
{
 color: #444; 
}

.partner_list td
{
 padding-bottom: 25px; 
}



.taxAddon{
	font-weight:normal;
	font-size:10px;
	color:#000000;
    display: block;        
}

.taxAddon a{
	font-size:10px;
}

#productName{
	padding:10px 0;
    font-size: 20px;   
    line-height: 20px;
    text-shadow: 3px 3px 5px rgb(207, 207, 207);
    color : #5E6F80;
    }

.listingprice{
	font-weight:bold;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
    line-height: 20px;
}

.alignme { vertical-align: middle; *vertical-align: text-bottom; width:22px; height:22px; border:none; } 

#indexDefaultHeading{
	text-align:center;
}

.product_image_col_view
{
 margin-top: 10px;
 height: 100px;
}
.centerColumn h3.itemTitle, .centerColumn h3.itemTitle a
{
  height: 35px;
 text-shadow: 3px 3px 5px rgb(207, 207, 207);
 text-decoration: none !important;
 color: #5E6F80; 
}

.centerColumn h3.itemTitle a:hover { color: #5E6F80; }

.centerColumn .listingDescription
{
 font-size: 11px;
 height: 90px;
 color: #7E7E7E; 
 
padding: 2px;
}
 
 .centerBoxContentsProducts
 {
  border: 1px solid rgb(237, 234, 234);
  margin: 8px;
  width: 194px !important;
  padding: 0;
  box-shadow: 2px 2px 15px rgb(239, 239, 239);
-moz-box-shadow: 2px 2px 15px rgb(239, 239, 239);
  
  }

 .centerBoxContentsProducts .listingprice
 {
 font-size: 20px;
 color: #5E6F80; 
 }
 
 #ezpagesContent li
 {
   padding-bottom: 5px;
 }
 
 #productInfocontainer
 {
 width: 370px;
float: right;
padding: 0;
}

#productAdditionalImages
{ float: left; 
}

#productAdditionalImages img
{
  width: 80px !important;
  padding: 5px;
/* box-shadow: 2px 2px 9px #CDCDCD;*/
margin-right: 10px;

  }

.buynow
{
background: url(../images/gray_light.png) repeat-x 0 0;
border-color: #dfdfdf;
color: #333 !important;;
display: block;
padding: 3px 3px 3px 5px;
font-size: 12px;
margin-top: 10px;
margin-bottom: 4px;
text-decoration: none !important;
font-weight: bold;
}

.buynow_soldout
{
background: url(../images/gray_light.png) repeat-x 0 0;
border-color: #dfdfdf;
color: #D32B2B !important;
display: block;
padding: 3px 3px 3px 5px;
font-size: 12px;
margin-top: 10px;
margin-bottom: 4px;
text-decoration: none !important;
text-transform: uppercase;
font-weight: bold;

}

.buynow:hover {  background-image: url(../images/gray_dark.png); }

.moreinfo
{
background: url(../images/blue_light.png) repeat-x 0 0; 
border-color: #5485cf;
color: #ffffff !important;
display: block;
padding: 3px 3px 3px 5px;
font-size: 12px;
text-decoration: none !important;
}
.moreinfo:hover{ background-image: url(../images/blue_dark.png); }


#categoriesContent { padding: 0; }
#categoriesContent ul { padding: 0; margin: 0; border-top: 1px solid #d3d3d3; border-right: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3; }
#categoriesContent li { list-style: none; border-bottom: 1px solid #d3d3d3;  display: block;}
#categoriesContent li.navNormal a , #categoriesContent li.navSelected a 
{
   color: rgb(70, 70, 70);
    text-decoration: none;
   display: block; 
    margin: 0 0 0 0px;
	padding: 3px 0 3px 6px;
	font-size: 12px;
    background-color: #f5f5f5;
    
}
#categoriesContent li.navNormal a:hover {     
    background-color: white;
    color: rgb(0,102,204);
}    
#categoriesContent li.navSelected a , li.navSelected a:hover
{
  background-color: rgb(0,102,204);
  color: white;
  background-image: url(../images/blue_dark.png); 
}

#also_purchased_slider
{
  height: 155px;
  width: 640px;

}

.productDescriptionBox
{
   border: 1px solid rgb(199,199,199);

padding: 10px;
;   
 }
 
.productDescriptionBoxHeader
{
padding: 10px;
border-left: 1px solid rgb(199,199,199);
border-top: 1px solid rgb(199,199,199);
border-right: 1px solid rgb(199,199,199);
width: 100px;
text-align: center;
/* border-bottom: 2px solid white; */
position: relative;
top: 1px;
font-weight: bold;
color: #636363;
background: url(../images/gray_light.png) repeat-x 0 0;
background-size: contain;
clear: both;

}

#productDateAdded
{
  color: rgb(178, 178, 178);
  font-size: 10px;
}
#productDetailsList
{
  color: rgb(178, 178, 178);
}

#pricecontainer{
	float: right;  
}
.productStatusInfo 
{
  float: right;
  clear: right;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 10px;
}

#productPrices, #reviewsInfoDefaultPrice {
	font-weight: bold;
	font-size: 20px;
font-family: 'Roboto', sans-serif;
	color: #5E6F80; 
	margin: 0 0 6px 0;
	display: block;
    line-height: 21px;
    
  float: right;
}


#productStatusInfoGreen { color: #009900; }
#productStatusInfoYellow { color: rgb(79, 128, 205);}
#productStatusInfoRed { color: rgb(155, 18, 165); }

#productListing #productStatusInfoGreen, #productListing #productStatusInfoYellow, #productListing #productStatusInfoRed
{
  font-size: 11px;
}

#sorter
{
 border: 1px solid #dfdfdf;
  background-color: #f5f5f5;
  padding: 5px 5px 5px;
  height: 26px;
}  

#sorter select
{
 position: relative;
top: 0;
left: 104px;
}
#columnCenter {
	padding: 14px 0 0 0;
}

.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}

#top_nav {

	font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin: 0em;

	height: 0;

    position: relative;
    top: -33px;
    float: right;
    width: 999px;
    
}


#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {

	float: left;

background-color: #5E6F80;
	padding: 0 0 0 0;
	border-right: 1px solid #ffffff;
}
#tab_nav li a {
	display: block;
background-color: #5E6F80;
	padding: 8px 20px 8px 18px;
}

#tab_nav li:hover {
	background-color: #50575E;
}
#tab_nav li:hover a {
background-color: #50575E;
}

#tab_nav .tab_active{
	background-color:#1D60C8;
    background-image: url(../images/blue_dark.png);
    background-size: contain;

}
#tab_nav .tab_active a {
	background-color:#1D60C8;
    background-image: url(../images/blue_dark.png);
    background-size: contain;
    }

	
#carthead{
position: relative;
width: 190px;
height: 60px;
top: 5px;
float: right;
}
	

.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;

}
.cart-header span {
	font-weight: bold;
}
.cart-icon {
	width: 80px;
	height: 80px;
	margin: 1px 20px 0 0;
}
.full {
	background: url("../images/cart-header-full.png") no-repeat left top;
}
.empty {
	background: url("../images/cart-header-empty.png") no-repeat left top;
}

iframe 
{
  max-width: 600px; !important;
}

#specials_image_container
{
  min-height: 120px;
  padding: 5px;
}

.buybutton
{
  margin-top: 15px;
  width: 241px;
  background-image: url(../images/blue_light.png) repeat-x 0 0; 
  height: 40px;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.cart_number
{
position: relative;
top: -49px;
right: 40px;
font-size: 16px;
color: white;
text-shadow: 2px 2px rgb(52, 52, 52);
border: 1px solid rgb(103, 103, 103);
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
border-radius: 14px;
background-color: rgb(17, 174, 17);
text-decoration: none !important;
font-weight: bold;
}

.listingProductImageNew
{
position: relative;
height: 0px;
top: -15px;
display: block;
float: left;
left: -15px;
}

.listingProductImageDiscount
{
position: relative;
height: 0px;
top: 0px;
display: block;
float: right;
left: 0px;
}
