/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #fff;
	}

a img {border: none; }

#navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
a:link {
	
	text-decoration: none;
	}
a:link .a_l_t {
	font-color: #000;
	text-decoration: underline;
	}
.a_l_t:hover {
	color: #0000cc;
	text-decoration: underline;
	}
a:visited {
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	text-decoration: underline;
	}
#navMain ul li a:hover {
	text-decoration:underline;
       color:#d27700;
	}
a:active {
	color: #d27700;
	}

h1 {
	font-size: 15px;
	color: #000;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 13px;
	}

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

.biggerText {
	font-size: 12px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3px 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: 10px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 11px;
	margin: 1px;
	}

TEXTAREA {
       border:1px solid #ddd;
	margin: auto;
	display: block;
	width: 94%;
       background-color:#fff;
	}

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

FIELDSET {
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 3px;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 15px;
	padding: 2px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 5px 3px;
	}

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

LABEL.inputLabel {
	width: 90px;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 140px;
	float: left;
	padding-left: 25px;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 110px;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 5px;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 18px;
	padding: 2px;
	border: 1px solid #ddd;
	}

.messageStackWarning, .messageStackError {
	background-color: #f5f5f5;
	color: #d27700;
       font-weight:bold;
	}

.messageStackSuccess {
	background-color: #f5f5f5;
	color: #d27700;
       font-weight:bold;
	}

.messageStackCaution {
	background-color: #f5f5f5;
	color: #d27700;
       font-weight:bold;
	}
.enquirySuccess {
	background-color: #f5f5f5;
	color: #d27700;
       font-weight:bold;
       text-indent: 40px;
	background: url(../images/icons/success.gif) #f5f5f5 no-repeat;
       line-height:32px;
       border:1px solid #ddd;
       margin-bottom:10px;
	}
/*wrappers - page or section containers*/
#mainWrapper {
        BACKGROUND-color: #fff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	
	}
#indexDefault {
        BACKGROUND-color: #fff;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0px;
	padding: 0px;
	}
#headerWrapper {
BACKGROUND-COLOR: #fff;
}
#tophead{
	background: url(../images/tophead_bg.gif) repeat-x;
	}
#logoWrapper{
	background-color: #none;
	height:90px;
	}

#navColumnOneWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnTwoWrapper {
	margin-left: 5px;
	margin-right: 0px;
        padding-top:8px;
	}
#navColumnOneWrapper {
        padding-top:8px;
	margin-left: 0px;
	margin-right: 5px;
	}	
#tagline {
	color:#000000;
	font-size: 20px;
	text-align : center;
	vertical-align: middle;
	}

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

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

.wrapperAttribsOptions {
	margin: 3px 0px;
	}

/*navigation*/

.navSplitPagesResult {color:#666666; font-size: 12px;}
.navSplitPagesLinks, .navSplitPagesLinks a{color:#666666; font-size: 12px;}
.current {color:#d27700; font-size: 12px;}

.navNextPrevCounter {
	margin: 0px;
	font-size: 9px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 5px 0px;
	list-style-type: none;
	}
#navSuppWrapper {
	margin: 0px;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0px 2px;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navCatTabsWrapper {
	margin: 0px;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 5px 2px;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navMainWrapper {
       width:60%;
       background-color: none;
       margin: 0px;	
	padding:0px;
       padding-top: 0px;
       padding-bottom: 0px;
	font-weight: normal;
	font-color: #000;
	height: 90px;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 5px 0px;
	list-style-type: none;
	text-align: center;
	line-height: 15px;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
       float:left;
	}
#navMain ul li a {
       border-right:1px solid #666;
	text-decoration: none;
	padding: 0px 8px;
	margin:0;
	color: #666;
	white-space: nowrap;
       font-size:12px;
}
#navMain ul li.h_rss a {
       border-right:0px;
}
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0px 5px;
	margin: 0;
	color: #252525;
	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: 5px 0px;
	list-style-type: none;
	line-height: 15px;
	}

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

#navEZPagesTOC ul li a {
	padding: 0px 5px;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 5px;
	}
#indexProductListCatDescription.content p, .desc_text p{
	font-size:12px;line-height:16px;text-align:justify;
	}
#indexProductListCatDescription.content p a{
	font-style:italic;color:#000;
	}
#indexProductListCatDescription.content p a:hover{
	text-decoration:underline;color:#d27700;
	}
#navMain {
	width:100%;
        padding-top:0px;
        padding-bottom:0px;
  }
#navMainSearch {
	float: right;
      margin-top:23px;
       width:auto;
        
       height:24px;
       line-height:24px;
       margin-right:0px;
}
* html #navMainSearch { margin-top:8px; } /* IE6 */
*+html #navMainSearch { margin-top:9px; } /* IE7 */

.searchbox form select{
	font-family: Arial;
        font-size:11px;
        height:18px;
        line-height:18px;
	}
#navBreadCrumb a {
	padding: 5px 5px;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
       color:#000;
	}
#navBreadCrumb {
	padding: 5px 5px 5px 0px;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
       color:#000;
	}

#navEZPagesTop {
	padding-left:18px;
	background: url(../images/ez_bg.gif) left no-repeat;	
       height: 46px;
	margin: 0px;
	line-height:46px;
	}
#navEZPagesTop a {
       color:#fff;
	display:block;
	background: url(../images/top_menu_bg.gif) repeat-x;	
       height: 46px;
       padding-left:26px;
       padding-right: 26px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 1px;
       text-align:center;
	float:left;
       text-decoration:none;
}
#navEZPagesTop a:hover{
	color:#f27700;
	background: url(../images/top_menu_bg_on.gif) repeat-x;
	}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .alert {
	vertical-align: top;
	}
.centerBoxContentsNew {
	vertical-align: top;
       padding-left:4px;
       padding-right:4px;
       background-color:#fff;
	}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 12px;*/
	padding: 5px;
	}

.alert {
	color: #d27700;
	margin-left: 5px;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 8px;
	}
.centerColumn {
background: #fff;
height: 1%;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 0px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 9px;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 10px;
	border: 1px solid #000000;
	padding: 10px;
	}

.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: 22px;
	padding-right: 25px;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 22px;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 5px 0px;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 2px;
	}

#scUpdateQuantity {
	width: 20px;
	}

.cartQuantity {
	width: 47px;
	}

.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: 35px;
	}

.cartAttribsList {
	margin-left: 10px;
	}

#mediaManager {
	width: 50%; 
	margin: 2px;
	padding: 5px;
	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: 10px;
	padding: 2px 0px;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 2px 0px;
	} 

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

.totalBox {
	width: 55px;
	text-align: right;
	padding: 2px;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 2px;
	}

.amount {
	width: 55px;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 10px 10px 0px ;
	}

.categoryIcon {}

#cartImage {
	margin: 5px 10px;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 3px 0px;
}

.attributesComments {}

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

.centerBoxWrapper {
	border:none;
	height: 1%;
	margin: 11px 0;padding-left:0px;padding-right:0px;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #000;
        text-align:left;
        text-indent:8px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 9px;
	color: #ffffff;
}

.rightBoxHeading {
	margin: 0px;
	background-color: #fff;
	background-image: url(../images/menu/cate_head.gif);
	line-height:27px;
	}
.leftBoxHeading {
	margin: 0px;
	background-color: #fff;
	background-image: url(../images/menu/cate_head.gif);
	line-height:27px;
	}
.centerBoxHeading {
	margin: 0px;
	background-color: #abbbd3;
	background: url(../images/center_header_bg.gif) no-repeat;
	line-height:28px;padding-bottom:10px;
	}
.rightBoxContainer {
	margin: 0px;
	border: 1px solid #ddd;
	border-bottom: 5px solid #ddd;
	margin-bottom: 15px;
	}
.leftBoxContainer {
	margin: 0px;
	border: 1px solid #ddd;
        border-bottom: 5px solid #ddd;
	margin-bottom: 15px;
	}
.sideBoxContent {
	background-color: #ffffff;
	padding: 4px;
	}

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

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

#bestsellers .wrapper {
	margin: 0px 0px 0px 15px;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 11px;
	}

#bestsellers li {
	padding: 0;
	margin: 3px 0px 3px 0px;
	}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
#categoriesContent, #categoriesrContent {
       padding-left:0px;
       padding-right:0px;
       padding-bottom:0px;
       padding-top:0px;

}
.li_category_top, .li_category_links {
       list-style-type: none;
       color: #000;
	text-decoration: none;
       line-height:28px;
       font-size:12px;
       text-indent:20px;
       BACKGROUND: url(../images/sidebox_bg.jpg) repeat-y;
       border-bottom: 1px solid #ece9d8;
}
* html .li_category_top, * html .li_category_links {
       text-indent:8px;
}
*+html .li_category_top, *+html .li_category_links {
       text-indent:10px;
}
.li_category_top a {
       background: url("../images/menu/icon_arrow.gif") transparent no-repeat;
       background-position: 6px 10px;
       color: #000;
       padding-left:0px;
}
.category-links {
       background: url("../images/menu/icon_arrow.gif") transparent no-repeat;
       background-position: 6px 10px;
       color: #000;
       padding-left:0px;
}

.li_category_top a:hover, .li_category_links a:hover {
       padding-left:0px;
       color: #d27700;
	text-decoration: underline; 
       background: url("../images/menu/icon_arrow.gif") transparent no-repeat;
       background-position: 6px 10px;

}
.cate_link_new {
       background: url("../images/menu/hot.gif") transparent no-repeat;
       background-position: 134px 10px;
      }
.cate_link_featured {
       background: url("../images/menu/hot.gif") transparent no-repeat;
       background-position: 155px 10px;
      }
SPAN.category-subs-selected  {
       color: #d27700;
	font-weight:bold;
      }
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 15px;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 15px;
	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: 20px;
	}

.productListing-rowheading {
	background-color: #ddd;
	/*background-image: url(../images/tile_back.gif);*/
	height: 20px;
	color: #000;
        font-weight: bold;
	}
.productListing-heading {
	
	height: 20px;
	color: #000;
        font-weight: bold;
	}

.ratingRow {
	margin: 10px 0px 15px 0px;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 10px 0px;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;font-size:11px;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 2px;
	}

#show {
     /* background: url(../images/popshow.jpg) no-repeat;*/
      height:334px;
}
#ez_mi {
      background: url(../images/ez_mi.gif) no-repeat;
      height:20px;
}
/* bof ship estimator*/
#ship_es_div {
        float:center;
        width:75%;
        margin-left:80px;
        height:1%;
}
.es_wd {
        width:60%;
        margin-left:0px;
        margin-bottom:5px;
        margin-top:5px;
}
.es_f_r {
        width:22%;
        text-align:right;
        list-style-type:none;
        float:left;
        PADDING-BOTTOM: 5px;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 5px;
}
.es_heading{
     text-indent:10px;
     background-color:url(../images/login_bg_subtitle.gif) repeat-x top;
     width:100%;
     margin-left:0;
     margin:0;
     padding:0;
     height:20px;
     line-height:16px;
     font-size:13px;
     font-weight:bold;
	}
.seDisplayedAddressLabel {
	background-color:#ddd;
	text-align: left;
        text-indent:20px;
        border-left:1px solid #ddd;
        border-right:1px solid #ddd;
        border-bottom:0px;
        border-top:1px solid #ddd;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
.cartestimator_l_h {
        border-left:1px solid #ddd;
        border-right:1px solid #ddd;
        border-bottom:1px solid #ddd;
        border-top:1px solid #ddd;
        text-indent:20px;
	}
.cartestimator_l {
        border-left:1px solid #ddd;
        border-right:1px solid #ddd;
        border-bottom:1px solid #ddd;
        border-top:0px;
        text-indent:20px;
	}
.cartTotalDisplay_h {
        text-align:center;
        border-left:0px;
      border-right:1px solid #ddd;
        border-bottom:1px solid #ddd;
        border-top:1px solid #ddd;
	}
.cartTotalDisplay {
        text-align:center;
        border-left:0px;
        border-right:1px solid #ddd;
        border-bottom:1px solid #ddd;
        border-top:px;
	}
/* eof ship estimator*/
/*bof account*/
#accountDefault {	
     padding-left: 12px;
     padding-right:0px
}
.order_status_h {	
     line-height: 30px;
     text-indent:10px;
     border-bottom:2px solid #ddd;
     margin-bottom: 8px;
     color:#000;
}
.table_orders TD {	
     PADDING-LEFT: 32px;
     BORDER-BOTTOM: #eee 1px solid;
     HEIGHT: 28px;
     text-align:left;
     font-size:11px;
}
.table_orders TD a{	
     text-decoration:underline;
}
.table_orders TD a:hover{	
    color:#a72d2c;
}
.table_orders TH {	
     PADDING-LEFT: 32px;
     text-align:left;
     HEIGHT: 33px;
     color:#000;
     BACKGROUND: url(../images/login_bg_subtitle.gif) repeat-x top;     
}
#accountNotify p{
      font-size:12px;
      font-weight:bold;
	}
.margin_t {margin-top:10px;}
.pad_10px {padding:10px;}
#accountLinksWrapper {
	margin: 0;
	width: 100%;
	}
#myAccountGen {
	font-size:12px;
        margin-left:25px;
        padding-left:0px;
}
.account_info {
        list-style-type:none;
        padding-left:28px;
        line-height:24px;
        background:url(../images/login_bg_subtitle.gif) no-repeat;
        background-position:0 -50px;
        
	}
.account_add {
        list-style-type:none;
        padding-left:28px;
        line-height:24px;
        background:url(../images/login_bg_subtitle.gif) no-repeat;
        background-position:0 -75px;
        
	}
.account_pass {
        list-style-type:none;
        padding-left:28px;
        line-height:24px;
        background:url(../images/login_bg_subtitle.gif) no-repeat;
        background-position:0 -25px;
}
#myaccount, #sidehelp {
        background:url(../images/bg_box_grey.gif) repeat-x top;
        width:165px;
	}
#myaccountContent {
        padding-right:0px;
        padding-left:10px;
        height:80px;
        width:145px;
	}
.side_unli {
        margin-left:0px;
        padding-right:10px;
        padding-left:10px;
        line-height:16px;
        margin-top:0px;
        margin-bottom:0px;
}
#myaccountHeading, #sidehelpHeading {
        text-align:left;
        text-indent:10px;
        line-height:30px;
        padding-top:0px;
        padding-bottom:0px;
	}
.bg_red_arrow {
        width:98%;
        text-align:left;
        list-style-type:none;
        padding-left:10px;
        float:left;
        line-height:20px;
        background:url(../images/li_dot.gif) no-repeat;
        background-position:0 7px;
	}
/*eof account*/

/*bof account edit*/

.acc_border_1 {
        height:1%;
        border:1px solid #ddd;
        margin-top:10px;
        margin-left:10px;
        padding-top :0px;
        padding-right:0px;
	}
.acc_grey_bg {
        background: url(../images/xsell_bg.gif) repeat-x;
        padding-left:8px;
        line-height:28px;
        color:#d27700;
        margin-top:0px;
}

.input_250 {
        width:250px;
        BORDER-RIGHT: #ddd 1px solid;	
        PADDING-RIGHT: 5px;
        BORDER-TOP: #ddd 1px solid;	
        PADDING-LEFT: 5px;
        PADDING-BOTTOM: 5px;
        BORDER-LEFT: #ddd 1px solid;
	WIDTH: 250px;	LINE-HEIGHT: 14px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ddd 1px solid;
	HEIGHT: 14px;
        font:Arial;
}
.pad_l_28{
        width:96%;
        margin-left:0px;
        margin-bottom:0px;
        margin-top:0px;
        line-height:28px;
        color:#808080;
        font-weight:bold;
        padding-left:28px;
}
.pad_l_28 a{
        text-decoration:underline;
        
}
.wd_1 {
        width:100%;
        margin-left:0px;
        margin-bottom:0px;
        margin-top:0px;
}
.f_r {
        width:25%;
        list-style-type:none;
        text-align:right;
        float:left;
        PADDING-BOTTOM: 5px;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 5px;
        color:#808080;
}
.f_r_30 {
        width:40%;
        list-style-type:none;
        text-align:right;
        float:left;
        PADDING-BOTTOM: 5px;
	LINE-HEIGHT: 20px;
	PADDING-TOP: 5px;
        color:#808080;
}
.pad_l_10 {
        width:65%;
        list-style-type:none;
        text-align:left;
        float:left;
        PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px
}
.pad_l_10_m_l {
        width:65%;
        list-style-type:none;
        text-align:left;
        float:left;
        PADDING-RIGHT: 0px;
	PADDING-LEFT: 200px;
        height:30px;
}	
/*eof account edit*/

/*bof address_book_process*/
.border_b_1 { 
       border-top:0px solid #ddd;
       line-height:20px;
       padding-left:34px;
       background: url(../images/border_b_bg.gif) repeat-x;
}
.pad_l_28_fwd {
        width:40%;
        margin-left:0px;
        margin-bottom:0px;
        margin-top:15px;
        line-height:20px;
        color:#808080;
        font-weight:bold;
}
.add_b { 
       width:70%;
       margin-left:0px;
       line-height:16px;
       padding-left:54px;
       padding-bottom:10px;
       padding-top:5px;
}
.add_b_p { 
       width:50%;
       margin-left:0px;
       line-height:16px;
       padding-left:54px;
       padding-bottom:10px;
       padding-top:5px;
}
.addressBookDefaultName { 
       border-top:1px solid #ddd;
       line-height:20px;
       padding-left:50px;
       
}

.input_260, #country.input_260 {
        width:250px;
        BORDER-RIGHT: #ddd 1px solid;	
        PADDING-RIGHT: 5px;
        BORDER-TOP: #ddd 1px solid;	
        PADDING-LEFT: 5px;
        PADDING-BOTTOM: 5px;
        BORDER-LEFT: #ddd 1px solid;
	WIDTH: 250px;	LINE-HEIGHT: 14px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ddd 1px solid;
	HEIGHT: 28px;
        font:Arial;
}
/*eof address_book_process*/
/*bof advanced_search*/
#advSearchDefault {
        padding:10px 0 10px 10px;
        height:1%;
	}
#advSearch_top {
        border:1px solid #ddd;
        padding:0 0 10px 0px;
        height:1%;
        width:99%;
	}
.no_result {
        background:url(../images/error.gif) no-repeat;
        background-position:220px 2px;
        background-color:#ddd;
        text-align:center;
        margin:0px;
        line-height:28px;
	}
#advSearch_top ul {
        text-align:center;
	}
.search_ul {
        line-height: 20px;
	}
.red_arrow_list {
        margin-left:0px;
        padding-left:30px;
        width:95%;
	}
.f_l {
        text-align:left;
	}
/*eof advanced_search*/

/*bof checkout_shipping_address*/
.wd_50_l {
        float:left;
        text-align:left;
        width:45%;
        list-style-type:none;
        margin-left:10px;
        margin-right:10px;
        
        border-top:1px solid #ddd;
        
}
.moduleRow, .moduleRowSelected {
        line-height:16px;
        font-size:12px;
        font-weight:bold;
        vertical-align:middle;
        
}
.checkout_add_pad_t {
        line-height:16px;
        font-size:12px;
        font-weight:bold;
        
}

/*eof checkout_shipping_address*/
/*bof account_history_info*/
.table_orders_info{	
     MARGIN-TOP: 4px;
     margin-left:4px;
         
}
.table_orders_info TH {	
     PADDING-LEFT: 32px;
     text-align:left;
     HEIGHT: 23px;
     color:#000;
     BACKGROUND: url(../images/login_bg_subtitle.gif) repeat-x top;     
}
.table_orders_info TD {	
     PADDING-LEFT: 32px;
     BORDER-BOTTOM: #eee 1px solid;
     HEIGHT: 28px;
     text-align:left;
     font-size:11px;
}
#myAccountShipInfo, #myAccountPaymentInfo {	
     PADDING-LEFT: 32px;
     BORDER-BOTTOM: #eee 1px solid;
     HEIGHT: 1%;
     text-align:left;
     font-size:11px;
     width:45%;
     padding-top:10px;
     padding-bottom:10px;
}
#orderTotals {	
    padding-right:58px;
}

/*eof account_history_info*/
/*bof shopping cart*/

#shoppingCartDefault {
         BACKGROUND: url(../images/login_bg_title.gif) repeat-x top;
         border:1px solid #ddd;
         margin-top:10px;
         padding-top:2px;
	}
.cartheading{
     list-style-type:none;
     background:url(../images/login_bg_subtitle.gif) repeat-x top;
     width:100%;
     margin-left:0;
     margin:0;
     padding:0;
     height:20px;
     font-size:13px;
     font-weight:bold;
	}
.w1,.w2,.w3,.w4,.w5,.w6 {
     list-style-type:none;
     margin:none;
     height:100%;
     line-height:16px;
	}
.w1_h {
     float:left;
     width:60px;
     line-height:16px;
    text-align:center;
	}
.w5_h {
     float:left;
     width:85px;
     line-height:16px;
    text-align:center;
	}
.w6_h {
     float:left;
     width:140px;
     line-height:16px;
    text-align:center;
	}
.w1 {
     float:left;
     width:220px;
	}
.w2 {
     float:left;
     width:280px;
     font-size:11px;
     text-decoration:underline;
	}
.w2 a{
     text-decoration:underline;
	}
.w2 a:hover {
    color:#a72d2c;
	}
.w3 {
     float:left;
     width:90px;
     text-align:center;
	}
.w4 {
     float:left;
     width:95px;
     text-align:center;
	}
.w5 {
     float:left;
     width:85px;
     text-align:center;
     font-size:11px;
     font-weight:bold;
	}
.w6{
     float:left;
     width:140px;
     font-size:11px;
     text-align:center;
     color:#000;
     font-weight:bold;
	}
.w7{
     float:left;
     width:60px;
     text-align:center;
	}
.rowOdd {
        list-style-type:none;
	background-color: #fff;
        border-bottom:1px solid #e5e5e5;
	height: 1.5em;
	vertical-align: middle;
        width:100%;
        height:50px;
        margin-left:0;
        padding:0;
	}

.rowEven {
        list-style-type:none;
	background-color: #fff;
        border-bottom:1px solid #e5e5e5;
	height: 1.5em;
	vertical-align: middle;
        width:100%;
        height:50px;
        margin-left:0;
        padding:0;
	}
#cartSubTotal {
	color:#000;
        background-color:#fff;
        border-top:2px solid #000;;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

/*eof shopping cart*/
/*bof login*/
#logindefaultleft {
	width:48%;
        float:left;
        border:1px solid #ddd;
        BACKGROUND: url(../images/login_bg_title.gif) repeat-x top;
        padding-top:0px;
        margin-left:5px;
}
#logindefaultright {
	width:48%;
        float:right;
        border:1px solid #ddd;
        BACKGROUND: url(../images/login_bg_title.gif) repeat-x top;
        padding-top:0px;
}
#logindefaultleft form, #logindefaultright form, #logindefaultleft form FIELDSET,#logindefaultright form FIELDSET {
	border:none;
        padding-top:0;
        padding-bottom:0;
        margin-top:0px;
	line-height:16px;
        
}
#logindefaultleft form FIELDSET legend,#logindefaultright form FIELDSET legend {
	margin-top:4px;
        color:#000;
        font-size:12px;
        font-weight:bold;
	}
.pad_top_5 {
       margin-top:5px;
       height:36px;
	}
.pad_top_10 {
       margin-top:26px;
	}
.pad_top_10 p{
       padding-left:0px;
       font-size:12px;
	}
.loginDetailAdd{
       height:24px;
       BACKGROUND: url(../images/login_bg_subtitle.gif) repeat-x top;
       font-weight:bold;
       font-size:12px;
       line-height:24px;
	}
#loginNotify ul{
       padding:0px;
       font-size:11px; 
       font-weight:bold;
       margin-left:0;
       margin-right:0;
       margin-top:5px;
       margin-bottom:5px;
       
       color:#808080;
	}
/*eof login*/
/*bof create account success*/
#createAcctDefault{
       border:0px solid #ddd;
	}
#createAcctDefault form fieldset {
       border:none;
	}
#createAcctSuccess {
	border:1px solid #ddd;
        padding:10px 10px 10px 0px;
        height:1%;
        margin-left:8px;
}
#createAcctSuccess fieldset {
	border:1px dashed #ddd;
}
#createAcctSuccess fieldset legend{
	background-color: #ddd;
        
}
#createAcctSuccessMainContent {
	 font-size:11px;
        line-height:18px;
        margin-top:10px;
        margin-left:10px;
        text-align:justify;
}
.faq_div {
       padding-top:8px;
       border-top:2px dotted #ddd;
	font-size:12px;
       line-height:18px;
       margin-top:10px;
       margin-left:10px;
       text-align:justify;
}

h4.li_arrow_h{
        margin-top:16px;
}
.li_arrow{
        background:url(../images/li_arrow.gif) no-repeat #fff;
        background-position:0px 10px;
        line-height:24px;
        padding-left:10px;
}
/*eof create account success*/

/*bof main page*/
.main_cat_1 {
        background: url(http://www.popever.com/images/home/main_cat01.gif) no-repeat;
        height:163px;
}
.main_cat_2 {
        background: url(http://www.popever.com/images/home/main_cat02.gif) no-repeat;
        height:163px;
}
.main_cat_3 {
        background: url(http://www.popever.com/images/home/main_cat03.gif) no-repeat;
        height:163px;
}
.main_cat_4 {
        background: url(http://www.popever.com/images/home/main_cat04.gif) no-repeat;
        height:163px;
}
.main_cat_5 {
        background: url(http://www.popever.com/images/home/main_cat05.gif) no-repeat;
        height:163px;
}
.pi_on {
        list-style-type:none;
        width:20%;
        float:left;
        color:#ffa500;
}
.main_cat_bt {
        background: url(../images/main_cat_bt.gif) repeat;
        font-color:#fff;
        height:18px;
}
/*eof main page*/

/*bof index new product listing*/
#whatsnewHeading a:hover{
        color:#d27700;
        text-decoration:underline;
}
#whatsNew, #featuredProducts {
        
        background-position: right;
        border-left:1px solid #ddd;
        border-right:1px solid #ddd;
        border-bottom:5px solid #ddd; 
}
.whatsNewL {
        background: url(../images/whatsnewL_bg.gif) no-repeat top;
        border-left:0px solid #ddd;
        border-right:0px solid #ddd;
        border-bottom:0px solid #ddd;
        width: 68%;      
}
.whatsNewR {
        background: url(../images/whatsnew_bg.gif) repeat-x;
        border-left:0px solid #ddd;
        border-right:0px solid #ddd;
        border-bottom:0px solid #ddd;
        width: 32%;
        height:320px;
        padding-top:14px;
}
.whatsNewL h1.centerBoxHeading {
        background:transparent;
        line-height:40px;
        text-align:left;
        text-indent:8px;
        font-size:14px;
}
.index_company_info {
        font-size:12px;
        line-height:16px;
        color:#696969;
        padding:0 8px 0 8px; 
        text-align:justify;
}
/*eof index new product listing*/


/* bof product listing page*/
.productListing-data {
        padding-bottom: 12px;
        padding-top: 8px;
        padding-left: 4px;
        padding-right: 4px;
        background: url(../images/line.gif) no-repeat center bottom;
}
.listingProductImageDiv {
	
        margin-bottom:0px;
        padding-bottom:0px;
        padding-top:0px;
        position:relative;
}
.wholesaleImageDiv {
	height:120px;
        margin-bottom:0px;
        padding-bottom:0px;
        padding-top:0px;
        position:relative;
}
.im_hi, a.im_hi {
	position:relative;
        border:1px solid #fff;
        display: block;
	}
.im_hi:hover, a.im_hi:hover {
	
        border:1px solid #ddd;
	}
.link_hi, a.link_hi {
	color:#333333;
       text-decoration:none;
	}
.link_hi:hover, a.link_hi:hover {
	color:#d27700;
       text-decoration:underline;
	}
.in_grey {
text-align:left;font-size:11px;line-height: 14px;color: #666666;text-decoration: none;
}
.in_grey a:hover {
text-decoration: underline;

}
.list_model {
white-space: nowrap;padding-right:4px;
}
.itemTitle {
text-align:left;line-height:28px;
}
.itemTitleA {
color: #d27700;
text-decoration: none;
}
.list_im_div {

margin-bottom: 0px;
}
.list_im_l {
float:left;
margin-right:30px;
}
.list_im_c {
text-align: center;
width: 255px;
}
/* eof product listing page*/

/* bof product info page*/
.pro_info_td {
padding-left: 20px;
background: url(../images/border_dash.gif) no-repeat left;
padding-top:0px;
padding-bottom:0px;
}
.pro_info_model{
font-weight: bold;
}
#productName {
margin-top: 20px;
color: #d27700;
}
h2.productInfo_sub {
line-height: 28px;
color: #d27700;
}
/* eof product info page*/

/* bof enquiry*/


.orange {
color: #d27700;
}
/* eof enquiry*/

.im_hi_100 {
height:102px;
width:102px;
margin:auto;
text-align:center;
}
.im_hi_100 a{
position:relative;
display: block;
border:1px solid #fff;
height:102px;
}
.im_hi_100 a:hover{
border:1px solid #ddd;
}
.side_div_top_10 {
margin-top: 10px;
}
.side_div_desc {
padding-left: 10px;
padding-right: 10px;
}
.pad_top_8 {
padding-top: 4px;
padding-bottom: 4px;
}
.td_cen {
text-align: center;
line-height:28px;
}
.td_cen a {
color:#000;
}
.index_news_r {
padding-left:4px;
padding-right:4px; 
border-bottom: 4px solid #ddd;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;	
BACKGROUND: url(../images/menu/factory_view_head.gif) no-repeat 50% top;
}
.index_exhi { 	
width:446px;
} 
.index_exhi a{ 	
text-decoration:none;
}
.exchi_td_text_l a, .exchi_td_text_r a,.news_td_text_l a, .news_td_text_r  a { 
color: #000;
}
.exchi_td_text_l a:hover, .exchi_td_text_r a:hover,.news_td_text_l a:hover, .news_td_text_r  a:hover { 
color:#d27700;
}
.td_border_rbd a, .td_border_rbs a, .td_border_lbs a, .td_border_lbd a {
color:#333333;
font-size:12px;
}
.td_border_rbd a:hover, .td_border_rbs a:hover, .td_border_lbs a:hover, .td_border_lbd a:hover {
color:#d27700;
text-decoration:underline;
}
.exchi_td_text_l { 
text-indent:8px;
text-align:left;
width:160px;
line-height:24px;
height:25px;
BACKGROUND: url(../images/menu/index_exchi_header_l.gif) no-repeat bottom;
} 
.exchi_td_text_r { 
padding-right:4px;
text-align:right;
width:284px;
height:25px;
line-height:24px;
BACKGROUND: url(../images/menu/index_exchi_header_r.gif) no-repeat bottom;
}
.news_td_text_l { 
text-indent:8px;
text-align:left;
width:284px;
height:25px;
padding:0px;
line-height:24px;
BACKGROUND: url(../images/menu/index_news_header_l.gif) no-repeat bottom;
} 
.news_td_text_r {
padding-right:0px;
padding-left:0px;
text-align:left;
text-indent:120px;
width:160px;
height:25px;
line-height:24px;
BACKGROUND: url(../images/menu/index_news_header_r.gif) no-repeat bottom;
}
.td_border_lb {
border-bottom: 5px solid #ddd;
border-left: 1px solid #ddd;
padding-top:8px;
padding-bottom: 8px;
padding-left:8px;
}
.td_border_rbd {
border-bottom: 1px dashed #ddd;
border-right: 1px solid #ddd;
line-height:28px;
padding-left:28px;
BACKGROUND: url(../images/li_dot.gif) no-repeat;
background-position: 10px 12px;
}
.td_border_rbs {
border-bottom: 5px solid #ddd;
border-right: 1px solid #ddd;
line-height:28px;
padding-left:28px;
BACKGROUND: url(../images/li_dot.gif) no-repeat;
background-position: 10px 12px;
}
.td_border_lbd {
border-bottom: 1px dashed #ddd;
border-left: 1px solid #ddd;
line-height:28px;
padding-left:28px;
BACKGROUND: url(../images/li_speaker.gif) no-repeat;
background-position: 6px 10px;
}
.td_border_lbs {
border-bottom: 5px solid #ddd;
border-left: 1px solid #ddd;
line-height:28px;
padding-left:28px;
/*BACKGROUND: url(../images/li_speaker.gif) no-repeat;
background-position: 4px 8px;*/
}
.td_border_rb {
border-bottom: 5px solid #ddd;
border-right: 1px solid #ddd;
padding-top:8px;
padding-bottom: 8px;
padding-right:8px;
text-align:right;
}
#indexDefaultMainContent  {
padding-left:0px;
padding-right:0px;
}
#contactinformationsideboxContent, #contactinformationrsideboxContent {
line-height:20px;
color:#333333;
font-size:12px;
BACKGROUND: url(../images/sidebox_bg.jpg) repeat-y;
}
#contactinformationsideboxContent a, #contactinformationrsideboxContent a{
color:#333333;
}
#contactinformationsideboxContent a:hover, #contactinformationrsideboxContent a:hover{
color:#d27700;
text-decoration:underline;
}
.side_button_ul {
margin-top: 8px;
}
.side_chat_icon {
height:30px;
line-height:30px;
}
.side_chat_link {
font-weight:bold;
padding-left:8px;
}
.search_ul_but{
margin-top:10px;
margin-bottom:10px;
}
.search_ul_but a{
margin-right:20px;
}
/*bof product new */
.list_hr_head {
        text-align:center;
        background-color: #ddd;
        padding:0px;
        line-height:24px;
}

.list_hr_td {
        padding-bottom: 4px;
        padding-top: 8px;
        padding-left: 4px;
        padding-right: 4px;
        background: url(../images/line.gif) no-repeat center bottom;
}
/*eof products new*/

/*bof my own ezpages*/
#contactUsNoticeContent td.contact_l_td {
text-align:right;
padding-right:18px;
padding-left:0px;
}
#contactUsNoticeContent td.contact_r_td {
padding-top:0px;
padding-bottom:0px;
height:96px;
font-size:11px;
}
.ezpage_h1 {
margin-bottom:8px;
line-height:28px;
border-bottom:1px dotted #ddd;
}
.wholesale_h1 {
padding-bottom: 4px;
line-height:18px;
border-bottom:1px dotted #ddd;
}
#contactusContent, #oemMainContent, #shippingInfoMainContent, #paymentMainContent, #siteMapMainContent,#howToOrderContent,#supportMainContent {
font-size:12px;
color:#696969;
text-align:justify;
}
#contactusContent p img{
margin-left:20px;
margin-bottom:10px;
}
#contactusContent h3, #oemMainContent h3,#supportMainContent h3 {
margin-top:20px;
border-bottom:1px dotted #ddd;
line-height:28px;
color:#333333;
}
.ezpage_pad_l {
margin-left:8px;
}
.us_list_ul {
margin-top:4px;
margin-bottom:12px;
line-height:18px;
}
.us_list_ul h4 {
line-height:18px;
color:#d27700;
}
.us_table_td {
padding-left:18px;
}
/*eof my own ezpages*/

/*bof sitemap*/
#siteMapList {
	width: 100%;
	}
#siteMapList ul{
	margin-left:0px;
	line-height: 20px;
       font-size:12px;
}
#siteMapList ul li ul li, #PNF ul li ul li{
	width:50%;
       line-height: 20px;
       font-size:11px;
       float:left;
	}
.site_cate_link{
	font-weight:bold;
       line-height: 20px;
       margin-bottom:10px;
       padding-top:8px;
       font-size:12px;
       border-top:1px dotted #ddd;
	}
/*eof sitemap*/
/*bof news summary*/
#siteMapNews {
        height:1%;
}
#siteMapNews h2 {
        color:#333333;
        line-height: 28px;
        background-color:#ddd;
}
.index_news_div {
        border-bottom:1px solid #ddd;
        padding-top:8px;height:1%;
}
.index_news_div P {
        font-size:12px;line-height:18px;color:#666;
}
.index_news_div P a{
        color:#000;font-weight:bold;text-decoration:underline;font-size:11px;
}
.index_news_div P a:hover{
        color:#d27700;text-decoration:none;
}
.index_news_title a{
        line-height:18px;
        color:#666666;font-size:14px;font-weight:bold;
}
.news_su_img{
        position: relative;flaot:right;margin-left:8px;margin-bottom:8px;
}
.index_news_ul {
        font-size:12px;line-height:18px;border-bottom:2px solid #ddd;margin-bottom:10px;
}
/*eof news summary*/
#productDescription p {
        color: #666666;
}
#crossSell {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 5px solid #ddd;
        padding-bottom:10px;
}
#crossSell h2 {
        background: url(../images/xsell_bg.gif) repeat-x;
        color:#d27700;
        text-align:left;
}
.centerBoxContentsCrossSell {
        margin-top:4px;
        margin-bottom:4px;
        padding-left:6px;
        padding-right:6px;
}
/*bof products gallery*/
#productsMainContent h2, #noSearchResult h2, #wholesaleMainContent h2 {
line-height:28px;
margin-top:10px;
margin-bottom:10px;
background-color:#ddd;
text-indent:10px;
}
#productsMainContent ul, #noSearchResult ul, #wholesaleMainContent ul {
height:1%;
border-bottom:1px dotted #ddd;
padding-bottom:8px;
}
.pro_gal_title {
padding-top:16px;
}
.pro_gal li {
width:23%;
float:left;
padding-left:4px;
padding-right:4px;
}
.pro_gal li a{
padding-left:0;
font-size:11px;
}
/*eof products gallery*/
.newsArchiveSideBox {
padding-left:8px;
}