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

* {
    padding: 0;
    margin: 0; 
}

html {
/*    scrollbar-face-color: #ff6600;
    scrollbar-highlight-color: #cacaca;
    scrollbar-3dlight-color: #cacaca;
    scrollbar-darkshadow-color: #cacaca;
    scrollbar-shadow-color: #cacaca;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #cacaca;*/
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: #656565 url(../images/bg.gif) repeat-x;
}

a img { border: none; }

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

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

a:active {
	color: #0000FF;
}

h1 {
	font-size: 1.5em;
	/*color: #9a9a9a;*/
    color: #000000;
}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
}

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

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

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

FORM, SELECT, INPUT, Button {
    font-size: 1.1em;
}

SELECT, INPUT {
    border: solid #ff6600 1px;
    /*height:  15px;*/
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
    border: solid 1px #ff6600;
}

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

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

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

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
    
.categoryListBoxContents img {
    border: 1px #d8d8d8 solid;
}

.categoryListBoxContents a {
    font-weight: bold;
}
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.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px dotted #ff6600;
	}
    
ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none; 
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
}
 
ol { 
    margin-left: 3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

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

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	background: #ffffff; /*url(../images/mainWrapperBg.gif);*/
	text-align: left;
	width: 945px;
	vertical-align: top;
	/*border: 1px solid #9a9a9a;*/
    padding: 20px;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {}

#cartBoxListWrapper {
    padding-left: 10px;
}

#logoWrapper{
	background: #ffffff url(../images/header_bg.gif) no-repeat;
	height:150px;
    * margin-bottom: 10px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper {
	margin-right: 7px;
}
#navColumnTwoWrapper {
	margin-left: 7px;
}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	padding-top: 10px;
    padding-bottom: 10px;
	font-weight: bold;
	color: #ffffff;
}

#navMainWrapper {
    background: url(../images/navMainBg.gif) no-repeat left center;
    font-size: 1.2em;
}

#navSuppWrapper {
    display: none;
}

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

#navMain {
    padding-left: 10px;
}

#navMain ul, #navSupp ul, #navCatTabs ul , #navEZPagesTop ul{
	padding: 0.3em 0;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}

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

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a, #navEZPagesTop ul li a {
	text-decoration: none;
	padding: 0 0.5em 0 0.1em;
	color: #4d4d4d;
	white-space: nowrap;
    border-right: 1px solid #ff6600;
}

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

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

#navEZPagesTOC ul {
	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;
	}

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

#navMainSearch, #navMainLanguage  {
	float: right; 
    margin-top: 2px;
    * margin-top: -3px; /* fix for IE < 8 */
}

#navMainLanguage {
    padding-right: 20px;
}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
    color: #4d4d4d;
    text-align: center;
    margin-top: 10px;
    text-align: left;
    /*border-bottom: 1px solid #ff6600;*/
}

#navBreadCrumb  a {
	color: #000000;
}

#navBreadCrumb  a:hover {
	color: #ff6600;
}

#navEZPagesTop {
	font-weight: bold;
    display:inline;
}

#navEZPagesTop ul {
    padding-left: 0.5em;
}

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

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

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

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

.centerColumn {
    width: 97%;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    min-height: 900px;
    border-left: solid #ff6600 1px; 
    font-size: 1.2em;
}

.centerColumn  a {
    color: #ff6600;
}

.centerColumn  a:hover {
    color: #4d4d4d;
}

.centerColumn img:hover {
    border: 1px #ff6600 solid;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoIP, #siteinfoLegal  { 
    color: #000000; 
    text-align: right;
    padding-top: 10px;
}

/*Shopping Cart Display*/
#cartAdd {
	/*float: right;*/
	text-align: center;
	margin: 1em;
	border: 1px dotted #ff6600;
	padding: 1em;
	}

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

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

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

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

#cartInstructionsDisplay, .cartTotalsDisplay {
    padding: 0.5em 0em;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartQuantityUpdate, .cartRemoveItemDisplay, .cartQuantity {
    padding: 0.5em 0em;
    border-right: dotted 1px #ff6600;
}

.cartQuantity {
    border-left: dotted 1px #ff6600;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

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

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

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

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

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

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	padding: 0.2em 0em;
	} 

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

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

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

.amount {
	width: 5.5em;
	}

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

#productMainImage img {
    border: 1px #d8d8d8 solid;
}

#productMainImage img:hover {
    border: 1px #ff6600 solid;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

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

.centerBoxWrapper {
	margin: 1.1em auto;
    /*background: #ffffff url(../images/centerBoxHeading_bg.gif) no-repeat bottom center;*/
    width: 650px;
}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #000000;
    border-bottom: dotted #ff6600 1px;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.rightBoxHeading {
	font-size: 1.4em;
	color: #0A263C;
    /*margin-top: 5px;*/
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

h3.leftBoxFooter {
    padding-top: 16px;
}

h3.leftBoxHeading a, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
}
    
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading  {
	/*background-color: #abbbd3;*/
	background: url(../images/leftBoxHeading.jpg) no-repeat center center;
	padding: 0em 0.2em;
}

.leftBoxFooter {
    background: url(../images/leftBoxFooter.jpg) no-repeat center center;
	padding: 0.5em 0.2em;
}

.centerBoxHeading  {
	/*background-color: #abbbd3;*/
	background: url(../images/centerBoxHeading.jpg) no-repeat;
	padding: 0.5em 0.2em;
}
    
.rightBoxHeading  {
	/*background-color: #abbbd3;*/
	background: url(../images/rightBoxHeading.jpg) no-repeat;
	padding: 0.5em 0.2em;
}

.leftBoxContainer, .rightBoxContainer {
	margin-top: 1em;
    color: #000000;
}

.leftBoxContainer a, .rightBoxContainer a {
	color: #4d4d4d;
}

.leftBoxContainer a:hover, .rightBoxContainer a:hover {
	color: #ff6600;
}

.rightBoxContainer li {
	padding-left: 10px;
}

.sideBoxContent {
	padding: 0.4em;
    /*background: transparent url(../images/leftBoxContent.jpg) repeat-x top center;*/
    /*background: transparent url(../images/bg.gif) repeat bottom center;*/
    /*background: #000000;*/
}

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

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #0A263C;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, .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;
	}

.centerBoxContentsNew {
    /*text-align: left; */
}

#bestsellers .wrapper {
	margin: 0 0 0 1.2em;
    color: #ffffff;
}

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

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

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/********** categories box parent and child categories ************/
li.category-top a, li.category-top a:visited {
	color: #4d4d4d;
	text-decoration: none;
	}

#categories ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none; 
    margin-top: -0.4em;
}

li.category-products {
    padding-left: 1em;
    padding-bottom: 5px;
}

li.category-top a {
    background: transparent url(../images/boxlistbg.gif) no-repeat scroll 0.4em 0.5em;
    border-bottom:1px dotted #ffffff;
    /*color:#ffffff;*/
    display:block;
    font-weight:bold;
    height:1.8em;
    margin:0;
    padding:0.4em 0 0 1.5em;
}
li.category-subs a, li.category-products a, li.category-subs:visited a, li.category-products a:visited {
	color: #ffffff;
	text-decoration: none;
}

li.category-subs a:hover, li.category-products a:hover {
    color:#ff6600;
    font-size: 1.1em;
}

li.category-top a:hover {
    color:#ff6600;
    /*font-size: 1.1em;*/
}

a.category-links, a.category-links:visited {
	color: #4d4d4d;
	text-decoration: none;
    display:block;
    font-weight:bold;
    height:1.2em;
    margin:0;
    padding:0.4em 0 0 1.5em;
}

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

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

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

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #F4F4F4;
	height: 1.5em;
	vertical-align: top;
}

.rowOdd td, .rowEven td {
    border-bottom: dotted 1px #ff6600;
}

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

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li { } 

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

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

TR.tableHeading {
	background-color: #ff6600;
	height: 2em;
    color: #ffffff;
}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

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

#siteMapList ul {
    padding-left: 10px;
}
    
.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

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

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background: #ffffff none;
}

.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
    
#productPrices, #productMarketPrices { text-align: right; }
#productPrices, .productPrice { /*color: #ff0000;*/ }
#productMarketPrices , .productMarketPrice { /*color: #0000ff;*/ }

div#ezPageDefault {
    font-size: 1.2em;
}

/********** sideboxes *******************/
/* left show */
div#categoriesContent {}
div#bannerboxall           {}
div#information             {}

/* left hide */
div#specials                   {}
div#reviews                     {}
div#bestsellers             {}
div#whatsnew                   {}
div#featured                   {}
div#bannerbox                 {}
div#bannerbox2               {}
div#languages                 {}
div#tellafriend             {}
div#shoppingcart           {}
div#loginbox                   {}
div#search                       {}
div#currencies               {}
div#moreinformation     {}
div#ezpages                     {}
div#whosonline               {}
div#productnotifications{}
/* right show */

/* right hide */ 

div#bannerboxallContent img {
    border: 1px #d8d8d8 solid;
}

div#bannerboxallContent img:hover {
    border: 1px #ff6600 solid;
}

label#radioField input {
    border: none;
}
/********** sideboxes end ***************/

div#centerColumnContent {
    background: url(../images/centerColumnHeading_bg.gif) no-repeat bottom center;
    padding: 1em 1em 20px 1em;
}

div.index {
    margin: 0em -1em -2px -1em;
    padding: 0 0 -40px 0;
}

div#banner {
    margin: -27px 0em 0em 0em;
}
 
div#centerColumnHeading {
    height: 30px;
    background: url(../images/centerColumnHeading.jpg) no-repeat top center; 
    padding-top: 4px;
    margin-top: 7px;
}

div#informationContent a {
    padding:0.4em 0 0 1.5em;
}

form#language select {
    color: #333333; 
    font-size: 1em;
}

.content {
    /*font-size: 1.2em;*/
}

div.productHeading {
    background: url(../images/productHeadingBg.jpg) no-repeat center center;
    color: #ffffff;
    text-align: center;
    width: 650px;
    height: 20px;
    font-weight: bold;
}

table.productTable {
    width: 650px;
    background: #ffeebf;
    border: none;
}

table.productTable img {
    border: 1px #ffffff solid;
}

table.productTable td{
    background: #ffffff;
    width: 152px;
}

table#aboutusImgTbl img { border: 1px #d8d8d8 solid; }
/************** Info Wrapper **************/
#infoWrapper {
    margin-bottom: 5px;
}

#products, #news, #others {
    height: 140px;
}

div#products {
    width: 510px;
    float: left;
    margin-right: 20px;
    border-bottom: #ff6600 dotted 1px;
    background: url(../images/scrollerBg.jpg) center bottom no-repeat;
}

div#products h1 {
    padding-left: 20px;
    border-bottom: 1px dotted #ff6600;
    background: url(../images/news.gif) no-repeat;
}

div.productItem {
    width: 110px;
    display: inline;
    float: left;
    padding-bottom: 40px;
    white-space: normal;
}

div#news {
    width: 256px;
    float: left;
    border-bottom: #ff6600 dotted 1px;
    overflow:auto;
}

div#news a {
    padding-left: 10px;
    background: transparent url(../images/boxlistbg.gif) no-repeat scroll 0.4em 0.5em;
}

div#news a:hover {
    color: #ff6600;
}

div#news h1 {
    padding-left: 20px;
    background: url(../images/news.gif) no-repeat;
    border-bottom: 1px dotted #ff6600;
}

div#ezpagesContent {
    text-align: left;
    background: #ffeebf;
    height: 100px;
}

div#others {
    width: 150px;
    float: right;
    text-align: right;
}
/************** Info Wrapper END ***********/

/************** Product Listing  ***********/
.main {}

td.productListNotLast {
    border-right: 1px dotted #ff6600;
}

div#productListImage {
    padding: 5px;
    text-align: center;
}

img.listingProductImage {
    border: 1px solid #ffffff;
}

div#productListBuy {
    text-align: right;
    padding-right: 0.5em;
    /*border: solid #ff6600 1px;*/
    background: #ffeebf;
    font-weight: bold;
}

div#productListBuy a {
    color: ##4D4D4D;
}

div.productListNotLast {
    border-right: 1px dotted #ff6600;
}

div.productListLast {
    border-right: none;
}

div.centerBoxContentsProducts {
    padding-left: 3px;
    padding-bottom: 10px;
    padding-top: 3px;
    border-top: 1px dotted #ff6600;
}

div#productsListingTopNumber, div#productsListingListingTopLinks {
    padding-bottom: 5px;
}

div#productsListingBottomNumber, div#productsListingListingBottomLinks {
    padding-top: 5px;
}

div#productNewDetails {
    text-align: left;
}

div#productNewDetails a{
    font-weight: bold;
}
/************** Product Listing END ********/

/************** Checkout *******************/
div#checkoutShipping  form fieldset div {
    text-decoration: line-through;
    color: #ffffff;
    display: none;
}

.cartTableHeading th {
    background: #ff6600;
    color: #ffffff;
    padding: 5px;
}
/************** Checkout END****************/