﻿/**



 * Main CSS Stylesheet



 *



 * @package templateSystem



 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $



 */




*{
    margin: 0;
    padding: 0;
}


body { 
    background: none repeat scroll 0 0 #ffffff;
    color: #2c2c2c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a{
    color: #777;
    text-decoration: none;
	}



a:hover { color: #000; text-decoration: none;}







a img{ border:0;}







/*wrappers - page or section containers*/





.leftBoxHeading, .rightBoxHeading {
    background: url("../images/menu_arrow_down.png") no-repeat scroll 10px center #f5f5f5;
    box-shadow: 2px 2px 0 #ccc;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    margin-right: 3px;
    padding: 10px 10px 10px 25px;
    text-transform: uppercase;
}



.leftBoxHeading a, .rightBoxHeading a { 
    color: #000;
    font-size:11px;
  }
#featuredHeading{margin-bottom: 10px;}


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

#chcategoriesContent ul li{
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    line-height: 23px;
}

.sideBoxContent { 
    overflow: hidden;
    padding: 0 5px 5px;
	}



.wrapper ul { list-style:none;}



.wrapper ol{ color:#000000}



.wrapper ol li a { color:#000000}



.wrapper ol li a:hover{color:#000000 }







#000categories{/* categories box*/



	background:url(../images/leftbg.jpg) repeat-y center; margin-bottom:6px;



}



#categoriesHeading {/*categoriesheading BOX tittle*/


}



#categoriesContent{

	}



#categoriesContent ul { margin:0; padding:0; list-style-type:none; }



#categoriesContent ul li { 

	}





#categoriesContent ul li a.category-top{ 
    color: #777; 
    text-decoration:none;
    background: url("../images/submenu_arrow_right.png") no-repeat scroll 4px 10px;
    font-size: 11px;
    padding: 0 0 0 15px;
    display:block;
    height: 25px;
    line-height: 25px;
    text-transform: capitalize;
}
#categoriesContent ul li a.category-top:hover{ 
    color: #000; 
}


#categoriesContent ul li a.category-products{
    color: #777;
    padding-left: 15px;
    display:block;
    border-bottom: 1px dashed #DEDFDF;
}



#categoriesContent ul li a.category-products:hover{ color: #000; text-decoration:none}







/*categorylistboxContent*/



#categorylistboxHeading {



	background: url(../images/cheading.gif) repeat-x left top; 



	line-height:10px; 



	color: #FF6600; 



	font-size:12px; 



	font-weight:bold;



	padding-left:20px;



}



#categorylistboxContent{padding:1px; border:0px solid #CCCCCC}



#categorylistboxContent ul { margin:0; padding:0; list-style-type:none; }



#categorylistboxContent ul li { margin:1px; margin-top:5px; border-bottom:1px solid #efefef; line-height:15px; }



#categorylistboxContent ul li a.category-top{ font-weight:bold;padding-left:15px; color:#000000;}



#categorylistboxContent ul li a.category-top:hover{ color: #000; text-decoration:underline}



#categorylistboxContent ul li a.category-products{ color:#444; padding-left:15px;background:url(../images/dot00.gif) no-repeat 16px center;}



#categorylistboxContent ul li a.category-products:hover{ color: #FF6600; text-decoration:underline }



/*categorylistboxContent*/







.rightBoxContainer img { margin:3px 0;}



#ezpagesContent ul li { margin:3px; border-bottom:1px solid #ccc; }



#ezpagesContent ul li a {background:url(../images/dot.gif) no-repeat 3px center;padding-left:20px; color:#000000;}



#ezpagesContent ul li a:hover { color:#FF6600}



.centerBoxWrapper {/*center box border */ 
    display: block;
    height: 1%;
    margin-bottom: 8px;
    padding: 0 0 6px;
}


h2.centerBoxHeading {
    font-family: "gloria",sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}







#contentMainWrapper {
    width: 1320px;
    margin: 0 auto;
}



#navColumnOne, #navColumnTwo {/*table left and right td */



	background-color: transparent;



}



#navColumnOneWrapper, #navColumnTwoWrapper {
   margin: 0 10px 0 0;

}


#indexDefaultMainContent { margin-bottom:10px;text-align:center;}/*index main text*/



#indexDefaultMainContent td { padding:5px 0} 



#indexDefault .centeredContent,#shoppingCartDefault .centeredContent { /*centerbox content*/



	text-align: center;



	padding:0;	



}







h1 {
    color: #000000;
    font-size: 14px;
}







h2 {



	font-size: 1.4em;



	}







h3 {



	font-size: 1.3em;



	}







h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS,.larger{



	font-size: 1.1em;



	}















h1, h2, h3, h4, h5, h6 {



	margin: 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%;



	}



*/







CODE {



	font-family: arial, verdana, helvetica, sans-serif;



	font-size: 1em;



	}







FORM, SELECT, INPUT {



	display: inline;



	font-size: 1em;



	margin: 0.1em;
	_margin-top:3px;
	


	}







TEXTAREA {



	float: left;



	margin: auto;



	display: block;



	width: 95%;



	}







input:focus, select:focus, textarea:focus {







	}







FIELDSET {



	padding: 0.5em;



	margin: 0.5em 0em;



	border: 1px solid  #ccc;



	}







LEGEND {
    color: #000000;
    font-weight: bold;
    padding: 0.3em;
	}







LABEL, h4.optionName {




	padding: 0.2em;



	}







LABEL.checkboxLabel, LABEL.radioButtonLabel {



	margin: 0.5em 0.3em;



	}







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



	}







P, ADDRESS {



	padding: 0.2em;



	}







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;



	}















#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul,  #popupAdditionalImage, #popupImage {



	margin: 0em;



	padding: 0em;



	}



















#sendSpendWrapper {



	border: 1px solid #cacaca;



	float: right;



	margin: 0em 0em 1em 1em;



	}







.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {



	margin: 0;



	width: 47%;



	}



 #accountLinksWrapper { border:0px solid #FF9900;  padding:20px;}



.wrapperAttribsOptions {



	margin: 0.3em 0em;



	}







/*navigation*/







.navSplitPagesResult {}



.navSplitPagesLinks {}







.navNextPrevCounter {
margin: 0em;
font-size: 12px;
width: 150px;
float:left;
	}



.navNextPrevList {



	display: inline;



	white-space: nowrap;



	margin: 0;



	padding: 0.5em 0em;



	list-style-type: none;



	margin:0 5px;



	}











#navCatTabsWrapper {



	background-color: #000;



	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, #navSupp ul li a:visited, #navCatTabs ul li a {



	text-decoration: none;



	padding: 0em 0.5em;



	margin: 0;



	white-space: nowrap;



	}



#navSupp ul li a:hover {



	text-decoration:underline;



	}







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



	}



















/*The main content classes*/



#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {



	vertical-align: top;



	}


.centerBoxContentsFeatured{
    border-radius: 5px 5px 5px 5px;
    margin: 8px 3px 0 4px;

    text-align: center;
}


#whatsNew { text-align:center}



/*.content,*/ 







.alert {



	color: #FF0000;



	margin-left: 0.5em;



	}



.advisory {}



.important {



	font-weight: bold;



	}



.notice {}



.rating{}



.gvBal {



	float: right;



	}











#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {



	padding: 0 0 0 .6em;



	}



#bannerOne{



	padding:0;



	margin: .5em 0 0 0;



	}



.banners img{



	padding:0;



	}











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



	}











#mediaManager {



	width: 50%; 



	margin: 0.2em;



	padding: 0.5em;



	background-color: #E4FEf5;



	border: 1px solid #003D00;



	}







.normalprice, .productSpecialPriceSale {



	text-decoration: line-through;



	}







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







.orderHistList {



	margin: 1em;



	padding: 0.2em 0em;



	list-style-type: none;



	} 







#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 {




	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 ;



	}











#cartImage {



	margin: 0.5em 1em;



	}







/*Attributes*/



.attribImg {



	width: 20%;



	margin: 0.3em 0em;



}







.attributesComments {}







/*list box contents*/



.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

    margin: 5px 0;

	}






#bestsellersContent {



	color: #FFFF99;



	font-weight:bold;



	}



#informationContent a,#bestsellersContent, #bestsellersContent a{
    color: #000;
    font-size: 12px;
	line-height: 23px;

	}

#informationContent{
text-indent:10px;

}

	



#informationContent a:hover, #bestsellersContent, 



#bestsellersContent a:hover{



	color: #000;



	font-size:12px;



	}



#extralinks{



	padding: .5em 0 .5em 1em;



	}















#bestsellers .wrapper {







	}







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


#nameid{
    height: 20px;
    overflow: hidden;
    width: 130px;
}




#bestsellers li {

    height: 60px;
    list-style: none outside none;
    margin: 0.3em 0;
    padding: 0;

	}



.ic{



	display:none;



	}



#bannerboxHeading {



	background-color: #0000CC;



}







#upProductsHeading {



	text-align: left;



	}







#upDateHeading {



	text-align: right;



	}







/* categories box parent and child categories */



A.category-top, A.category-top:visited {
    color: #777;
    text-decoration: none;

	}



A.category-links, A.category-links:visited {



	color: #333333;



	font-weight:bold;



	}







SPAN.category-subs-parent {
    color: #000;
    font-weight: bold;
	}



SPAN.category-subs-selected {
    color: #000;
    text-decoration: none;
	}



/* end categories box links */







/*misc*/



.back { float:left;



	



	}







.forward, #shoppingCartDefault #PPECbutton {



	float: right;



	}







.bold {



	font-weight: bold;



	}















.hiddenField {



	display: none;



}



.visibleField {



	display: inline;



}







CAPTION {



	/*display: none;*/



	}







#myAccountGen li, #myAccountNotify li {



	margin: 3px;



	list-style-type:none;



	padding-left:15px;



	} 







.accountTotalDisplay, .accountTaxDisplay {



	width: 20%;



	text-align: right;



	/*vertical-align: top*/



	}







.accountQuantityDisplay {



	width: 10%;



	vertical-align: top



	}







#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 {







	}







/***IMAGE HANDLER SUPPORT ***/







#trailimageid {



  position: absolute;



  visibility: hidden;



  left: 0px;



  top: 0px;



  width: 220px;



  height: 0px;



  z-index: 1000;



}







#trailimageid div {



  padding: 5px;



  background-color: #FFF;



  border: 1px solid #888;



  text-align: center;



}







#trailimageid h1 {



  font-size: 100%;



  font-weight: normal;



  margin: 0;



  padding: 2px 0px;



  text-align: left;



  width: 100%;



}







#trailimageid img {



  margin: 2px;



  border: none;



}











#navBreadCrumb {
    font-size: 12px;

    line-height: 35px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    border-bottom: 1px dashed #DEDFDF;
	}















/*product_info*/







.product_left{
	width:450px;
	float:left;
}

#attribsOptionsText{

	font-size:12px;
}



.product_right{
    float: right;
    line-height: 30px;
    width: 640px;
    margin-top: 10px;
	}



#productDetailsList{
    overflow: hidden;
    padding: 5px 8px;
    margin: 5px 0;
    background: #f9f9f9 none repeat scroll 0 0;
    color: #000;
    width: 100%;
}
#productDetailsList li {
    padding: 0 15px;
    margin-right: 10px;
    float:left;
    background:#dedede;
}


.categoryIcon {
    float:right;
}

.categoryIcon a {
    font-family: "gloria",sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    padding: 5px 15px;
    background: #000;
    border-radius: 10px;
}
.categoryIcon a:hover {
    color:#000;
    padding: 5px 15px;
    background: #777;
}
.navNextPrevWrapper { margin-bottom:10px;}



#categoryDescription { border-bottom:1px solid  #222; background:#111; padding:5px;}



#productMainImage {
    padding: 10px;
    text-align: center;
    width: 300px;
	}



.product_right #productPrices{
    overflow: hidden;
    border-bottom: 1px solid #DEDFDF;
    height: 45px;
    line-height: 45px;
}
.product_right #productPrices .normalprice {
    display: none;
}
.product_right #productPrices .productSpecialPrice {
    font-family: "gloria",sans-serif;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background: #000;
    padding: 0 15px;
    float:left;
    display: block;
}
.product_right #productPrices .productPriceDiscount {
    font-size: 14px;
    font-family: "gloria",sans-serif;
    color: #777;
    margin-left: 10px;
}
#productName{
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 10px;
    color: #000;
    font-family: "gloria",sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}



#productDescription, .shippingEstimatorWrapper {
    line-height: 20px;
    padding: 8px;
    background: #f9f9f9 none repeat scroll 0 0;
    font-size: 13px;
}



	.biggerText {
    font-size: 12px;
		}



	ul{
	
  list-style: none outside none;
    margin: 0;
    padding: 0;
	}



#cartAdd {



	text-align: left;



	margin: 1em 1em 1em 0;



	width:160px;



	}



.tabTable {margin-bottom: 1.0em; }/* ��Ʒ�б��� common tpl_tabular_display.php*/



.tabTable tr { border:1px solid red}



	td p{ text-align:left; font-size:12px;}



	.productListing-rowheading{}



	.productListing-heading{ 
	    color: #555555;
    padding: 3px;
	 }



	.productListing-data { 
	    border-bottom: 1px dashed #333333;
    padding: 15px 0;
	}


.itemTitle {
	    font-size: 12px;
    font-weight: normal;
    height: 55px;
    line-height: 150%;
    overflow: hidden;
    padding: 0 8px;
}


.rowOdd {



	height: 1.5em;



	vertical-align: top;



	}



.rowEven {



	height: 1.5em;



	vertical-align: top;



	}







#cartSubTotal {

    border: 1px solid #CCCCCC;
    font-weight: bold;
    line-height: 2.2em;
    margin-top: 5px;
    padding-right: 2.5em;
    text-align: right;


	}



.cartNewItem {



	color: #FF9900;



	position: relative;  /*do not remove-fixes stupid IEbug*/



	}







.cartOldItem {



	color: #000000;



	position: relative;  /*do not remove-fixes stupid IEbug*/



	}







.cartBoxTotal {



	text-align: right;



	font-weight: bold;



	}







.cartRemoveItemDisplay {



	width: 3.5em;



	}







.cartAttribsList {



	margin-left: 1em;



	}







#logo {
    display: inline;
    float: left;
    margin: 3px 0 0 3px;
}


/* login */



.textlist { padding-left:5px; margin:0}



.textlist ul { margin:0}



.textlist ul li { margin:3px; line-height:150%}




input,textarea,select { padding:0; vertical-align:middle;  COLOR: #373737;}



textarea { height:60px}



/*login box background effects*/



#loginbox{ background: url(../images/loginbg.jpg) repeat-x top;}



#loginboxHeading{background: url(../images/loginbg_key.jpg) no-repeat top right;}



#loginContent{background: url(../images/loginbg_key.jpg) no-repeat 100% -28px;}







#loginbox div.btn { float:right; clear:both;}



#loginbox .btn input {



	vertical-align: middle;



	text-align:center;



	color:#fff;



	font-weight:bold;



	height: 26px;



	width: 67px;



	border:0;



	cursor:pointer;



	font-size:12px;



	font-family:Arial, Helvetica, sans-serif;



} 







.servicebg { background: #efefef url(../images/servicebg.jpg) bottom center no-repeat; height:100px;}



#livechat {  width:120px;height:60px; margin-top:100px;



display: block}







/* login */











#whatsnew .sideBoxContent {
    margin-top: 5px;
	 }



#productListing { text-align:center}



.categoryListBoxContents{text-align:center; }
.categoryListBoxContents a{ 

vertical-align:middle; 
color:#777; 
font-weight:bold;
padding-bottom:10px;
padding: 5px 0;

}
.categoryListBoxContents a:hover{
color: #000;
}


#ttt { background:#000000; padding:3px; color:#ccc; padding-left:20px}



marquee { border:0px solid #cccccc; background:#000; width:700px; color:#fff; font-weight:bold;}



#indexCategoriesHeading {
    color: #C2103D;
    margin: 10px 0;
	}
#languagesContent{
   text-align:center;
   padding-top:8px;
}


#whatsNew,#featuredProducts { color:#777; font-weight:bold;}



#whatsNew a,#featuredProducts a{font-weight:normal;}



#featuredProducts a img{
padding-top:5px;
}







#featured .centeredContent { text-align:center;}



#productListing .centerBoxContentsProducts {

    font-weight: bold;
	}



#productListing a img {

padding-top:4px;}

#productListing .centerBoxContentsProducts{
    padding: 10px 0;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 9px;

}





.additionalImages { text-align:center;}



.additionalImages a img { 
    border: 1px solid #CCCCCC;
	}



#productAdditionalImages .centeredContent { 
    margin: 1px;
	}




#mnbmiyuo ul { background: red; }



#mnbmiyuo ul a { color:#ccc}



#navSupp { background:#000; color:#ccc}



#bottomNav { color:#ccc}



#bottomNav ul { background:url(../images/footbg.gif) top  left repeat-x; height:30px; text-align:center; padding-top:10px;}



#bottomNav ul li a{ color:#ccc }



#bottomNav ul li a:hover{ color: #FF9900; text-decoration:underline}


#wparchivesContent ul li{

    line-height: 25px;
    margin-top: 5px;
}

#wparchivesContent ul li a{
text-decoration:none;
padding-left:10px;
}
#wparchivesContent ul li a:hover{
text-decoration:underline;
}
#productDescription a{
text-decoration:underline;
}

#productDescription a:hover{
text-decoration:none;
}


#productAdditionalImages{
    padding: 5px 10px;
    float:right;
}



.bestsellerImg a img{
width:50px;
height:50px;
}




#productMainImage a{
width:300px !important;
text-align:center;
}

#featured .wrapper {
    margin: 0 0 0 1em;

	}
#featured ol {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;

	}
	
	.featuredImg a img{
width:50px;
height:50px;
}

#featured li {
height: 60px;
list-style: none outside none;
margin: 0;
padding: 0;
}

#specials .wrapper {
    margin: 0 0 0 1em;

	}
#specials ol {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;

	}
	
.specialsImg a img{
width:50px;
height:50px;
}

#specials li {
height: 60px;
list-style: none outside none;
margin: 0;
padding: 0;
}
#reviews .wrapper {
    margin: 0 0 0 1em;

	}
#reviews ol {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;

	}
	
	.reviewsImg a img{
width:50px;
height:50px;
}

#reviews li {
height: 60px;
list-style: none outside none;
margin: 0;
padding: 0;
}



.navSplitPagesLinks{margin: 10px 0;}
.navSplitPagesLinks a {
    background: none repeat scroll 0 0 #e9e9e9;
    color: #3e3e3e;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}
.navSplitPagesLinks a:hover{
    background: none repeat scroll 0 0 #7f7f7f;
    color: #FFF;
}
.navSplitPagesLinks strong {
    background: none repeat scroll 0 0 #302a26;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.centerBoxContentsNew, .centerBoxContentsProducts, .livloves-p-index {
    position: relative;
}

.pimg{
     margin-bottom: 5px;
     vertical-align: top;
     text-align:center;
}
.pname{
     height: 32px;
     line-height: 15px;
     overflow: hidden;
     padding: 0 8px;
}
.pric{

}
.productSpecialPrice{
     color:#f27935;
     font-size: 18px;
     font-weight: bold;
}
.feacontent{overflow:hidden;}
.navcatsec a:hover{
     text-decoration:underline;
}



.banner_index {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.banner_images-left {
    padding-right: 5px;
}
.banner_images-right {
    padding-left: 5px;
}
.banner_left, .banner_right {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;

}

.liquid-50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
}


.homepage-artikelen {
    text-align: center;
    margin-bottom: 10px;
}

.title-with-bg-border {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-weight: 600;
    line-height: 40px;
    padding: 0 40px;
    text-transform: uppercase;
    z-index: 500;
    position: relative;
}
.liquid-90 {
    width: 90%;
}
.title-bg-border {
    border-bottom: 1px solid #f4f4f4;
    left: 5%;
    position: absolute;
    top: 5px;
    z-index: 100;
}
.liquidmain {
    box-sizing: border-box;


    width: 100%;
    text-align:center;
}
.three.columns {
    width: 25%;
    padding: 0;
    margin: 0;
    display:inline-block;
    position: relative;
}
.product-index {
    padding: 0 5px;
}
.product img {
    height: auto;
    width: 95%;
    margin-bottom: 5px;
}

.product .description {
    color: #999;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product .productPriceDiscount, .centerBoxContentsNew .productPriceDiscount, .centerBoxContentsProducts .productPriceDiscount, .livloves-p-index .productPriceDiscount {
    background: #f27935 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    padding: 0 15px;
    z-index: 1;
}





#livlovesCategoriesIndex{
    overflow: hidden;
    padding: 10px;
}

.livlovesCategoriesTitle {
    text-align: center;
}
.livlovesCategoriesTitle span {
    display: inline-block;
}

.livlovesCategoriesTitleName {
    margin: 5px 20px 0;
}

.livlovesCategoriesTitleName h1 {
    color: #00A3FF;
    font-family: "gloria",sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.livlovesCategoriesMain {
    width: 25%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    float:left;
}

.livlovesCategoriesImages {
    padding: 10px 0;
}

a.livlovesCategoriesName {
    color: #777;
    font-family: "gloria",sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px dashed #000;
}
a:hover.livlovesCategoriesName {
    color: #000;
    text-decoration:none;
}

.bottom-usps {
    background: #f9f9f9 none repeat scroll 0 0;
    text-align: center;
}

.bottom-usps ul {
    display: inline-block;
}

.bottom-usps ul li {
    float: left;
    line-height: 40px;
    margin: 0 10px;
}

.bottom-usps i {
    background: #00a3ff none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    font-family: "sansonline";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 20px;
}

#footer {
    color: #666;
}
.container .six.columns {
    width: 320px;
}

#footer .title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
}
.container .three.columns {
    width: 155px;
}

.footer-links .three.columns:nth-child(2n+1) {
    margin-left: 0;
}
#footer a {
    color: #666;
    text-transform: capitalize;
}
#footer a:hover {
    color:#bbb;
}

#footertext {
    margin: 20px 0;
    overflow: hidden;
    padding: 20px 10px 50px;
    text-align: center;
}
.inner {
    margin: 0 auto;
    max-width: 1320px;
    text-align: left;
    width: 100%;
}

#footertext .footertext-holder {
    float: left;
    max-width: 55%;
}

#footertext p {
    clear: both;
    color: #666;
    font-size: 10px;
    margin: 0;
    text-align: left;
}

#footertext ul.footerlinks {
    clear: both;
    float: left;
    margin: 10px 0;
}

#footertext ul.footerlinks li {
    float: left;
    font-size: 10px;
    padding: 2px 12px 2px 0;
    text-transform: uppercase;
}

#footertext ul.footerlinks li a {
    border-bottom: 1px solid #000;
    color: #000;
    display: block;
}
#footertext ul.footerlinks li a:hover {
    border-bottom: 0px solid #000;
}

.cards {
    float: right;
    margin: 4px 0 0;
    max-width: 45%;
}


#backToTopGotoTop {
    backface-visibility: hidden;
    background-color: #000;
    border: 1px solid #000;
    bottom: 0;
    color: #fff;
    display: none;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -50px;
    position: fixed;
    text-align: center;
    transition: transition 0s ease 0s;
    z-index: 100;
    width: 100px;
}
#backToTopGotoTop:hover {background-color: #222;} 

.liquid{
    
    width:100%;
    margin:0 auto;
}

