/**



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



 */







body { 
    background: none repeat scroll 0 0 #fff;
    color: #333;
    font-family: Tahoma;
    font-size: 11px;
    margin: 0;
    padding: 0;
}



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



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




a img{ border:0;}


.beachpodprimg a img{height:150px;width:auto;}


.ppname{height:50px;margin:0 6px;}
.ppname a{height:50px;}

/*wrappers - page or section containers*/




.leftBoxContainer,.rightBoxContainer {/*left&right box border */	
    margin-bottom: 10px;
    background-color: #fff;
}



.leftBoxHeading, .rightBoxHeading {/*left BOX tittle*/
    background-color: #000;
    color: #FFF;
    font-family: "Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 4px 0 5px 10px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display:none;
}



.leftBoxHeading a,.rightBoxHeading a { 
    color: #fff;
  }



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

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

.sideBoxContent { 
    overflow: hidden;
	}



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



}



#categoriesContent{
    text-align:left;
	}



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



#categoriesContent ul li { 

    line-height: 25px;
	}



#categoriesContent ul li a.category-top{ 
    text-transform: uppercase;
    font-weight: bold;
	 }



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



#categoriesContent ul li a.category-products{
    color: #000;
    padding-left: 8px;
	}



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




/*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 {
    display: block;
    margin-bottom: 8px;
    padding: 0 0 6px;
}


.centerBoxHeading {
    background: url("../images/collectiontitle-line.gif") repeat-x scroll 0 12px;
    margin: 15px 0 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.5em;
}



.centerBoxHeading  span {
    background: none repeat scroll 0 0 #fff;
    padding: 5px 15px;
}




#beachpodtables{
    background-color: #ffffff;
    margin: 0 auto;
    width: 1024px;
    z-index: 150;
}



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

	background-color: transparent;
}



#beachpodleftmkWrapper, #navColumnTwoWrapper {
   margin: 5px 5px 0 5px;

}




#searchContent{
padding-top:5px;
}


#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;
    line-height: 25px;
    padding-bottom: 10px;
	}



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;

	
}



TEXTAREA {



	float: left;



	margin: auto;



	display: block;



	width: 95%;



	}




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




.navNextPrevCounter {

    text-align:center;

	margin: 0em;



	font-size: 12px;

}



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

.navNextPrevList img{
    width: 100px;
    height: auto;
}



#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, #beachpodleftmk, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {



	vertical-align: top;



	}



#whatsNew { text-align:center}



/*.content,*/ 




.alert {



	color: #FF0000;



	margin-left: 0.5em;



	}


.important {



	font-weight: bold;



	}




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



	}

.pric{

    font-weight: bold;
    color:#000;
}
.beachpodpric{

    font-weight: bold;
    color:#000;
}




.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
    color: #000;
    font-weight: bold;
    font-size: 14px;
	}



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



#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {



	margin: 0em 1em 1em 0em ;



	}





#cartImage {



	margin: 0.5em 1em;



	}





/*Attributes*/



.attribImg {



	width: 20%;



	margin: 0.3em 0em;



}



/*list box contents*/



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

    margin: 5px;

}

.login { padding:5px 10px;}


#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 ol {
    margin: 0;
    padding: 0;
	}


#nameid{
    padding-top:5px;
    width: 130px;
}

.fpric, .wpric{
    color:#777;
}


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



#categoriesContent ul li {
    background-color: #f7f8fc;
    border-left: 1px solid #f7f8fc;
    box-sizing: border-box;
    color: #4d4e53;
    display: block;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 2px;
    min-height: 28px;
    padding: 8px 9px;

	}
#categoriesContent ul li:hover{
    border-left: 1px solid #00c4b3;
    background-color: #F0F0F0;
    color: #000;
    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: #FF0000;
    font-weight: bold;
	}



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



	}




/***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 {
    border-bottom: 1px solid #999999;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 10px;
    padding: 0 0 0 10px;
    height: 16px;
    overflow: hidden;
	}



/*product_info*/




.beachpodproduct_left{
	width:360px;
	float:left;
}

.beachpodproduct_right{
    float: right;
    line-height: 30px;
    width: 580px;
}


.categoryIcon {border-bottom:1px solid #555; padding:3px; margin-bottom:10px;}



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



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



#productMainImage {

    padding: 5px;
    text-align: center;
	}


#beachpodproductName{
    border-bottom: 3px double #999999;
    text-align:center;
    margin-bottom: 10px;
	 }



#productDescription, .shippingEstimatorWrapper {
    line-height: 20px;
    padding: 3px;
}



.biggerText {
    font-size: 12px;
	}



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



#beachpodqtys{
	text-align: left;
	margin: 1em 1em 1em 0;
}



.tabTable {margin-bottom: 1.0em; }



.tabTable tr { border:1px solid red}



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



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




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



	}



/*----------------------------header css-----------------------------*/




#beachpodmain{
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: right;
    width: 1024px;
    z-index: 10;
    height:128px;
	}

.beachpodNavLinkMain{
    margin: 0 auto;
    width: 100%;
    padding-top:8px;
}

#beachpodlogo {
    margin-top: 10px;
    display: inline;
    float: left;
    padding: 0 0 0;
}



#beachpodhed1{
    float: right;
    overflow:hidden;
    color: #777;
}

#beachpodlist {
    text-align: right;
    margin: 0 10px 8px 0;
    overflow:hidden;	 
}



#beachpodlist input { height:19px;}



#beachpodlist ul {
    margin: 0 10px 10px;
    padding: 0;
    text-align: left;
    float:left;
}



#beachpodlist ul li {
    color: #555555;
    font-size: 13px;
    float: left;
    padding-top: 10px;
	}



.bag {
    font-family: georgia;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    text-transform: uppercase;
	}



#cart { background:url(../images/cart.gif) no-repeat left center; padding-left:20px; margin-top:50px}



#beachpodlist a {
    color: #777;
    font-size: 12px;
    padding:0 10px;
    border-right: 1px solid #777;	
    text-decoration:underline;
}
#beachpodlist a.beachpodcatasa{
    border-right: 0px solid #fff;	
}


#beachpodlist a:hover {color:#000;}



#beachpodNavLink{
    background: #ee7621 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    height: 43px;
    line-height: 35px;
    text-align: left;
    width: 100%;
}




.beachpodNavLinkMain ul{
    margin: 0;
    padding: 0;
	}



.beachpodNavLinkMain li{
    float: left;
}


.beachpodNavLinkMain li a{
    color: #fff;
    font-family: "Libre Baskerville",serif;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    letter-spacing: 2px;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
}



#yuyan{ width:200px; float:right; padding:0; margin:0}



#yuyan { width:150px; padding:0; margin:0; text-align:right; float:right}



#yuyan  a { padding:5px;}



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



#submenu { background:#ddd; padding:5px 0 3px 15px;}



.notice { float:left; font-weight:normal; width:540px; background:url(../images/noticedot.gif) no-repeat 10px center; padding-left:30px}



#topBar{ background:url(../images/noticebg.jpg) repeat-x left bottom; margin:0 auto; color:#2C2C2C; font-weight:bold; padding:5px;}


.topBox{float:left; text-align:right;}



#nav_header{ border:none; }/*Home login*/



#lang_header{ border:none; padding:0 10px; float:right;}



#currency_header{ border:none; float:right}



#cart_header{



	background:url(../images/cart_bg.gif) 2em 0 no-repeat;



	padding:.2em 0 0 8em;



	}



/*------------------------header css---------------------------------*/


/* login */



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



.textlist ul { margin:0}



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



.btn {



	vertical-align: middle;



	color: #FFFF99;



	background: url(../images/search.gif) no-repeat center center;



	height: 25px;



	width: 52px;



	border:0;	



	margin: 7px 3px 5px;



	font-size:12px;



}



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:left; vertical-align:middle; color:#FF6600; font-weight:bold;margin:0;border-bottom: 1px solid #DEDFDF;}



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



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



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


#whatsNew a img,#featuredProducts a img{
    height: auto;
    padding-top: 5px;
    width: 80%;
    }
#productListing .centerBoxContentsProducts{
    border-bottom: 1px solid #F0F0F0;
	}
#productListing .centerBoxContentsProducts:hover{
    border-bottom: 1px solid #ccc;
	}


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



#productListing .centerBoxContentsProducts {
    font-weight: bold;
	}



#productListing a img {
    height: auto;
    padding-top: 4px;
    width: 80%;
}

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



.additionalImages { text-align:center;}



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

#productAdditionalImages .centeredContent {margin: 1px;}

.viewMore{float:right;}

.centerBoxContentsSpecials, #whatsNew .centerBoxContentsNew, .as{
    margin: 8px 3px 0 4px;
    text-align: center;
    padding-top: 5px;
	}


.categoryWrapper{
    overflow: hidden;
    clear:both;
    padding:10px 0;
}

.centerBoxContentsFeatured{
    margin: 8px 3px 0 4px;
    text-align: center;


}
h2.beachpodcatname{
    font-family: "Libre Baskerville",serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    font-size:26px;
    color:#3d3d3d;
}


#navSuppWrapper{
    background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 8px;
    text-align: center;
	}
	
	
#navSuppWrapper a{
    color: #000;
    padding: 0 5px;
}

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

	/*footer*/



#navSuppWrapper ul { background: red; }



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



#beachpodbom{ 
    color: #fff;
    font-size: 12px;
    text-align: center;
	}



#beachpodbom a {
   color: #fff;
   line-height: 25px;
	}



#beachpodbom a:hover { color: #fff;text-decoration:underline;}



#beachpodbom img { margin:0 10px;}




#payments{
float:left;
background:url(../images/payments.gif) center center no-repeat;
width:200px; 
height:50px;
padding:0; 
}


.sagh a{text-decoration:underline}


#banner{
    width:740px;
    margin:0 0 10px 0;
    }



li#search{
    margin-right: 20px;
    padding-top: 10px;
    width: 250px;
}

#news{
    clear: both;
}



#imagesy a img{
    border: 1px solid #555555;
    padding: 1px;
}

#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-top:5px;
margin-top:5px;
}

#Contain{
width:320px;
text-align:center;
margin:5px auto 0;
border:2px solid #ccc;
}

#home{
    background: none repeat scroll 0 0 #EEEEEE;
    color: #777777;
    line-height: 25px;
    margin: 8px 0;
    padding: 5px 10px 10px;
}


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

#shopbag{
    background: url("../images/bag.gif") no-repeat;
    float: right !important;
    height: 30px;
    padding-top: 5px !important;
    margin-top: 10px;
}

a.mycart{
font-weight:bold;
color:#FF0066;
padding:0 10px;
}


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

#featured li, #specials li {
list-style: none outside none;
margin: 0;
padding: 5px 0;
overflow:hidden;
border-bottom: 1px solid #CCCCCC;
}

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


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

#beachpodcurr{
    color: #777;
    float: right;
    font-size: 12px;
    margin:auto;
    text-transform: uppercase;
    padding-top: 10px;
}

#beachpodfoot{
    font-size: 11px;
    min-width: 960px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.beachpodNavLink{
    background: #ee7621 none repeat scroll 0 0;
    color: #ffffff;
    height: auto;
    line-height: 35px;
    margin: auto;
    text-align: center;
    width: 1024px;
}
#wel{
    display: inline;
    float: right;
    margin-top: 10px;
    width: 400px;
}

.prname{
    height: 32px;
    line-height: 15px;
    overflow: hidden;
    margin: 10px 0;
    padding: 0 10px;
}
.beachpodprname{
    height: 60px;
    line-height: 15px;
    overflow: hidden;
    margin: 10px 0;
    padding: 0 2px;
}
.banmain{
    width:100%;
    overflow:hidden;
}
.banleft{
    width: 400px;
    float:left;
}
.banright{
    width: 550px;
    float:right;
}
#gotoTop{display:none;position:fixed;top:75%;left:50%;cursor:pointer;margin-top:-50px;margin-left:535px;width:55px; height:55px;background:url(../images/backtop.png) no-repeat left top;}   
  
#gotoTop:hover{background:url(../images/backtop.png) no-repeat right top;}

.category-subs {padding-left: 8px;}

.centermain {
    overflow: hidden;
    margin-bottom: 10px;
}
#banner-rotator {
    border-bottom: 1px solid #e0dfdd;
    padding-bottom: 3px;
    width: 735px;
    overflow:hidden;
}
#featuredProducts{
   border-bottom: 1px solid #e0dfdd;
   padding-bottom: 25px;
}
.beachpodbanneright{
   width: 325px;
   float:right;
}

.navSplitPagesLinks, .navSplitPagesResult {margin: 10px 0;}

.navSplitPagesLinks strong {
    background: none repeat scroll 0 0 #6b231d;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}
.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 #979797;
    color: #FFF;
}

#bottom-content {
    margin: 30px auto;
    position: relative;
    width: 735px;
    overflow:hidden;
}
.bottom-promos {
    padding-top: 40px;
    text-align: center;
}
.bottom-promos li.first-promo {
    margin-left: 0;
}
.bottom-promos li {
    float: left;
    margin-left: 20px;
    width: 355px;
}
.bottom-promos h2 {
    color: #333333;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-top: 5px;
    text-transform: uppercase;
}
.sideBoxContentItem{overflow:hidden;margin: 8px 0;}

.wpimg{
    width: 100%;
    vertical-align: top;
    text-align:center;
}
.wpname{
    width: 100%;
    text-align: left;
    line-height: 18px;
    padding: 5px 0;
}
.list_attribute li{
    width: 170px;
}
#beachpodyemei{
    border-bottom: 3px double #DEDFDF;
    color:#777;
    margin-bottom: 5px;
}
.beachpodcartlayer {
    float: left;
    padding: 12px 25px 0 0;
    position: relative;
    z-index: 99;
}
.beachpodtopcarts {
    float: none;
}
.beachpodtopcarts icon {
    background: url("../images/icon-cart.png") no-repeat;
    float: left;
    height: 15px;
    overflow: hidden;
    transition-duration: 0.4s;
    transition-property: transform;
    width: 15px;
    z-index: 1;
}
.beachpodtopcarts icon:hover{
    transform:rotate(360deg)
}
.beachpodtopcarts .beachpod-title {
    display: block;
    float: right;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
}
.beachpodcartlayer span#beachpodcartHeader{
    color: #ffffff;
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: right;
}
.beachpodsearch {
    margin-bottom: 2px;
    display: block;
    float: left;
    height: 100%;
    background: none repeat scroll 0 0 #fff;
    border: 0 dashed red;
    float: right;
    height: 40px;
    width: 350px;
    line-height: 40px;
}
.beachpodsearch #search {
    background: none repeat scroll 0 0;
    border: medium none;
    float: right;
    height: 100%;
    padding: 0 10px;
    width: 250px;
    border: 1px solid #DEDFDF;
    margin: 0;
    height:38px;
    line-height: 38px;
}
.beachpodsearch .button {
    background: url("../images/icon-search.png") no-repeat scroll center center #515151;
    border: medium none;
    float: right;
    height: 40px;
    width: 60px;
    padding: 0;
    margin: 0;
    transition: all 0.25s ease 0s;
    border: 0 solid #de5400;
    color: #fff;
    display: block;
}

.zdymks{
    margin: 5px 0;
}

.beachpodcmxx{
    overflow: hidden;
    clear:both;
    width:100%;
}
#beachpodpricjg{
    float:left;
    font-size:11px;
    padding: 8px 15px;
    background:#000;
    margin:5px;
    color:#777;
}
#beachpodpricjg .productSpecialPrice{
    color:#fff;
}
#beachpodulxx{
    float:left;
    padding: 8px 15px;
    margin:5px;
    border: 1px dashed #DEDFDF;
    width: 190px;
}

.beachpodheader {
    text-align: center;
}
.beachpodheader span {
    display: inline-block;
}
.beachpodheader-border {
    background: #ccc none repeat scroll 0 0;
    height: 1px;
    margin: 0 0 10px;
    width: 30px;
}
.beachpodheader-content {
    margin: 5px 20px 0;
}

.beachpodheader-content h1 {
    color: #3d3d3d;
    font-family: "Libre Baskerville",serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.beachpoddesc {
    font-size: 12px;
    padding: 0 70px;
}
.beachpoddesc {
    color: #000;
    font-family: "Open Sans",sans-serif;
    line-height: 18px;
    text-align: center;
}


.beachpodBanner {
    background-size: contain;
    background-color: #f2f2f2;
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.beachpodBannerImg1{
    background-image: url("../images/Men_Shoes.jpg") ;
}
.beachpodBannerImg2{
    background-image: url("../images/Women_Shoes.jpg") ;
}
.beachpodBanner  .beachpodhero {
    margin: auto;
    max-width: 100%;
}

.beachpodBanner  .beachpodhero-inner {
    font-family: "gothambook","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 195px;
    padding: 20px 50px;
}

.beachpodBanner  .beachpodhero-inner h1 {
    color: #000;
    font-family: "gothammed","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 26px 0 27px;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}

.beachpodBanner  .beachpodhero-inner p {
    color: #87878b;
    width: 65%;
}


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

.beachpodCatalogName {
    margin: 5px 20px 0;
}
.beachpodColumn{
        margin:5px;
        padding:5px;
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 15px;
        font-weight:400px;
        text-transform: capitalize;
        height: 50px;
        line-height: 23px;
}

.beachpodCatalogName h1 {
    color: #3d3d3d;
    font-family: "Libre Baskerville",serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.beachpodCatalogName h1 a{
    padding: 0 5px;
    text-decoration:underline;
    color: #D9015D;
    font-size:10px;
}
.beachpodCatalogName h1 a:hover{
    color:#000;
}

#beachpodCustomizeCatalog {
    width: 100%;
    overflow: hidden;
    margin-bottom:10px;
}

.beachpodCatalogIndex {
    border-radius:6px;
    margin: 0 5px;
    overflow: hidden;
    border: 1px solid #000;
}

.beachpodCatalogMain {
    padding: 5px;
    overflow: hidden;
}

.beachpodCatalogProducts {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    float: left;
    margin: 10px 2px;
    padding: 6px 0 9px;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: top;
    width: 15.8%;
}
.beachpodProductsMain {
    padding: 0 6px;
    transition: all 0.4s ease 0s;
}
.beachpodProductsMain:hover{
    box-shadow: 2px 3px 2px 2px #DEDFDF;
}

.beachpodProductsImg img{
    width: 100%;
    height: auto;
}

.beachpodProductsName{
    height: 50px;
    line-height: 15px;
    overflow: hidden;
    margin:0 -2px;
}

.beachpodProductsPrice .normalprice {
    font-size:8px;
}

.beachpodProductsPrice .productSpecialPrice {
    color:#000;
}

.beachpodProductsPrice .productPriceDiscount {
    font-size: 9px;
    color:#777;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#beachpod-landingBannerText {
    width: 100%;
    margin: 10px 0;
}
#beachpod-landingBannerText .beachpod-landingRow-1 {
    margin-bottom: 10px;
}

#beachpod-landingBannerText a {
    text-decoration: none;
    color:#232323;
}
#beachpod-landingBannerText #beachpod-landingId-1 {
    float: left;
    width: 49%;
}
#beachpod-landingBannerText #beachpod-landingId-2 {
    float: right;
    width: 49%;
}

#beachpod-landingBannerText img {
    width: 100%;
    height: auto;
    border: 0 none;
    vertical-align: top;
}

.beachpod-landingDinfo {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 10px 0 15px;
    text-align: center;
}

.beachpod-landingGeorgia {
    color: #232323;
    display: block;
    font: 18px/1 beachpod-landingGeorgia,"Times New Roman",Times,serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.beachpod-landingDtext {
    display: block;
    padding: 5px 0 10px;
}

.beachpod-landingDcta {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 2px 4px -2px #232323;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
}


#beachpod-landingBannerText .beachpod-landingFade:hover img {opacity:0.9; filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
#beachpod-landingBannerText .beachpod-landingFade:hover a {color:#fff; background:#F77517; border:none;}
#beachpod-landingBannerText .beachpod-landingFade:hover .beachpod-landingDcta, #beachpod-landingBannerText .beachpod-landingFade:hover .beachpod-landingDcta a {background:#ff7500;}
#beachpod-landingBannerText .beachpod-landingFade:hover span.beachpod-landingDtext {color:#232323;}

#beachpodCategoriesMain{
    width: 100%;
    overflow: hidden;
}

h2.beachpodCategoriesName{
    background: #ee7621 none repeat scroll 0 0;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 0 10px 0;
    padding: 10px 0 11px 16px;
    text-transform: uppercase;
}
h2.beachpodCategoriesName a{
    padding: 0 8px;
    font-size:11px;
    color:#000;
}
h2.beachpodCategoriesName a:hover{
    text-decoration:underline;
    color:#fff;
}
.beachpodCategoriesProducts  {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    margin: 10px 2px;
    padding: 6px 0 9px;
    transition: all 0.4s ease 0s;
    float:left;
    width: 15.8%;
    text-align: center;
    vertical-align: top;
}
.beachpodCategoriesProducts:hover {
    border: 1px solid #BABABA;
    box-shadow: 0 0 15px #BABABA;
    position: relative;
}

.beachpodCategoriesProducts .beachpod-c-p-pname {
    height: 32px;
    line-height: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 80%;
}

.beachpodCategoriesProducts .beachpod-c-p-img {
    vertical-align: top;
    padding: 10px 0;
}
.beachpodCategoriesProducts .beachpod-c-p-img img {
    width: 100%;
    height: auto;
}


#beachpodtagmain {
	margin:15px 0;
}
#beachpodtags {
	width:100%;
	height:35px;
	line-height:37px;
}
#beachpodtags li {
	float:left;
	margin:0 4px;
}
#reviewsWrite {
	margin-top:20px;
	font-family:Verdana;
}
#beachpodtags li a {
	padding:9px 30px;
	text-decoration:none;
	text-transform:uppercase;
	background:#eee;
	font-weight:bold;
	border-radius:5px 5px 0 0;
}
#beachpodtags li a:hover {
	background:#000;
	color:#fff;
}
#beachpodtags li.emptyTag {
	background:none transparent scroll repeat 0% 0%;
	width:4px
}
#beachpodtags li.selectTag a {
	background:#000;
	border-bottom:none;
	color:#fff;
}
#beachpodtags li.selectTag {
	background:#000;
	border-radius:5px 5px 0 0;
}
.tagContent {
	display:none;
	color:#474747;
	padding:10px 0;
	text-align:left;
	overflow:hidden;
	background-color:#fff;
	border-radius: 5px;
	font-family:Verdana,Arial;
	border:1px solid #000;
	width:100%;
}
#tagContent div.selectTag {
	display:block
}

h2.beachpodCategoriesName a:hover{
    text-decoration:underline;
    color:#111;
}

.beachpodCategoriesProducts .beachpod-c-p-price {
    font-size: 12px;
}


.beachpod_p_nav p {
    overflow: hidden;
}
.beachpod_box_imglink p {
    margin: 0 0 20px;
}
.beachpod_box_imglink p a {
    font-size: 15px;
    color: #000;
    float: left;
    font-family: Lato,Arial,serif;
    text-align: center;
    text-decoration: underline;
    width: 25%;
}
.beachpod_box_imglink p a:hover{text-decoration: none;}
