/**
 * 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 {
	margin: 0;
	font-family: tahoma,arial, verdana, helvetica, sans-serif, Baskerville Old Face;
	font-size: 9pt;
	color: #505050;
	background: #fff;
	padding: 0px 0px 0px 0px;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000;                    
	text-decoration: underline;

	}
 
a:visited {
	color: #000;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover,  #navSupp ul li a:hover, #navMain ul li a:hover , #navCatTabs ul li a:hover {
	color: #404040;
	text-decoration: none;
	}
#navMain ul li a:link, #navMain ul li a:visited {
	color: #404040;

}

a:active {
	color: #000;
	}

h1 {
	font-size: 1.2em;
	color: #b1103c;
	text-transform: uppercase;
	}

h2 {
	font-size: 1.1em;
	
	}

h3 {
	font-size: 1.0em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.0em;
	}

.biggerText {
	font-size: 1.0em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.0em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	PADDING-LEFT: 10px;
	}
*html .centerColumn {
	height: 1%;
	}
*/
h2.greeting {
	margin-top: 0px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}
form {
	padding: 0px;
	margin: 0px;
	width: 100px;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;	
	color: #505050;
	}

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;
	}

#logo, #logo2, #strapline {
position: absolute;
padding-top: 0px;
font-size: 28pt;
font-weight: bold;
color: #404040;
z-index: 20;
text-transform: uppercase;
top: 0px;
left: 10px;
}
#logo2 {
position: absolute;
	float: left;
	left:  5px;
	top: 0px;
	color: #94ac32;
	z-index: 1;
}

#logo a {
	color: #484848;
	text-decoration: none;
}

#strapline {
	font-size: 10pt;
	top: 35px;
	left: 8px;
    display: none;
	color: #404040;
	font-family: adobe carlson pro;
	padding-top: 4px;
}


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 solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	margin: 4px 0px 4px 0px;
	}

.messageStackWarning, .messageStackError {
	background-color: #a7462d;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 750px;
	vertical-align: top;
	border: 0px;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	width: 972px;		
	}
#headerWrapper {
	width: 978px;
}

#logoWrapper{
	position: relative;
	background-color: #ffffff;
	height:60px;
	padding: 9px 4px;
	width: 962px;
    border: 1px solid #ccc; 
    border-bottom: none;
    background: #fff url(../../../../images/headerbg.gif) repeat-x;
}

#contentMainWrapper {
	border: 1px solid #ccc;
	background: #fff;
	line-height: 1.3em;
	background-color: #ffffff;
	background-image: url(../images/gradient-light-short1.png);
	background-repeat: repeat-y;
	background-position: 108px 0px;      
	
	
	
	
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult { margin-top: 4px;}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: transparent;
	padding: 0em;
	padding-right: 0px;
    padding-bottom: 0px;
	font-weight: bold;
	color: #000;
	height: 132px;
	width: 972px;
	}
#navSuppWrapper {
	height: 20px;	
}
	
#navMain {
	width: 500px;
	height: 50px;
	float: right;
	right: 0px;
	top: 0px;
	z-index: 1;
	position:absolute;
}	
	
#navSuppWrapper {
	background-color: #e7e7e7;
	text-align: center;
	border-top: 1px solid #b5b2b5;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0em 0em;
    padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
	height: 20px;
	list-style-type: none;
	text-align: right;
	line-height: 1em;
	float: right;
	background: transparent;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: underline;
	padding: 1.0em 0.5em 1.0em 1.0em;
	margin: 0;
	color: #000;
	white-space: nowrap;
	font-size: 8pt;
	background: url(../images/arrow.png) no-repeat;
	background-position: left;
	
	}

#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 {
	margin: 0.5em;
	}
	
.buttonRow {
	padding: 5px 0px;
}

#indexProductListCatDescription	{
	margin: 0px;
}

#navBottomBar {
	width: 970px;
    height: 28px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #fff;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#basketArea {
	background: transparent url(../images/basket.gif) no-repeat 8px 7px;
	float: left;
	padding: 7px 7px 7px 30px;
	font-size: 9pt;
    height: 9px;
	font-weight: bold;
}
#navMainSearch {
	position: relative;
	float: right;	
	padding: 2px;
	font-size: 9pt;
	font-weight: normal;
	vertical-align: middle;
	width: 320px;
	right: 20px
}


#searchTitle {
	position: relative;
	font-weight: bold;

}

#navBreadCrumb, #navBreadCrumb a:link,  #navBreadCrumb a:visited{
	padding: 0.5em 0.5em;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.5em;
	color: #b1103c;
	text-transform: uppercase;
}

#navEZPagesTop {
	background: #404040 url(../images/background.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.0em;
	text-transform: uppercase;
	height: 20px;
	padding-bottom: 5px;
	margin-top: 0px;
	text-align: left;
    width: 100%;

}


    

* html #navEZPagesTop {  

    padding-top: 3px; 

}

    

#navEZPagesTop ul {

    list-style-type: none;

    padding: 0px 0px 0px 0px;

    margin: 0px;

}    



#navEZPagesTop ul li {

display: block;

margin: 2px 2px 0px 0px;

padding: 0px 0px 0px 10px;

background: transparent;

float: left;

}    



* html #navEZPagesTop ul li {  

    width: 1%;

    white-space: nowrap;

}







#navEZPagesTop ul li.selected {

background: transparent url(../images/navleftw.png) no-repeat;

}



#navEZPagesTop ul li.selected a {

color: #313131;

background: transparent url(../images/navrightw.png) top right no-repeat

}

#navEZPagesTop a {
    margin: 0px;
    padding: 5px 15px 5px 5px;
    color: #fff;
    text-decoration: none;
    background: transparent;
    display: block;
    }

#navEZPagesTop a:hover {

    text-decoration: underline;

    }    

    

    
    

#navColumnOne, #navColumnTwo {
	background-color: #fff;
	}                            

/*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;
	padding-left: 0px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0.7em 0.7em 0.7em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
    
.smallText {
    font-size: 1em;
}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1em;
	}


.tableHeading TH {

	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border: 1px solid #ccc;
	border-top: 0px;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 3em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}


.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scQuantityHeading {
	padding-left: 4px;
}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	padding: 4px;
	text-align: right;
	}

.cartNewItem {
	color: #000;
	font-size: 8pt;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

#shoppingcartContent ul li a {
	text-decoration: none;
	color: #000;
}


.cartOldItem {
	color: #000;
	font-size: 8pt;
	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;
	}

.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 {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 0em 1em 1em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0em 1em 0em 0em;
	border: 1px solid #ccc;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

#productMainImage a {
	text-decoration: none;
}

#productMainImage img {
	border: 1px solid #ccc;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
    padding-top: 20px;
	
	}
    
.centerDisplay {
    border: 1px solid #ccc; 
}

h2.centerBoxHeading {
	font-size: 1.2em;
	color: #404040;
	border-bottom: 3px solid #b8bbc0;
	text-transform: uppercase;
	}

#checkoutPaymentHeadingAddress{
	margin-top: 6px;
}
	
#checkoutShippingHeading {
	margin-top: 0px;
}	
#checkoutShippingHeadingMethod, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment {
	margin-top: 5px;
}
/*sideboxes*/
.columnLeft {
	border-right: 1px solid #ccc;
	left: 0px;
	position: relative;
	position: bottom;
	
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	text-transform: uppercase;
}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	}
	
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px solid #ccc;
	margin-bottom: 1em;
	margin-top: 0.5em;
	margin-left: -6px;
	padding: 0px 0px 10px 5px;
	padding-right: 7px;
	background: #ffffff url(../images/gradient-light-short.png) left bottom repeat-x;
	float: left;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #b1103c;
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #b1103c;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
#productMainImage {
	float: right;
	text-align: right;	
}
	
#siteinfoLegal {
	text-align: center;
	padding: 10px 5px 5px 5px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: transparent;
	font-weight: bold;
}	

#siteFooter {
	padding: 5px 5px 15px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	padding: 10px 5px 5px 5px;
}

#siteFooter a:link, #siteFooter a:visited {
	padding: 5px;
	font-size: 8pt;
	color: #fff;
}

#siteinfoLegal a:link, #siteinfoLegal a:visited {
	font-size: 8pt;
	color: #fff;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#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 */
#categoriesContent ul, #ezpagesContent ul {
	padding: 0px 0px 20px 10px;
	margin: 0px;
	list-style: none;
}

#categoriesContent ul li, #ezpagesContent ul li {
	margin: 0px;
	width: 175px;
}

A.category-top, A.category-top:visited, A.category-links, A.category-links:visited, A.category-products, A.category-products:visited, #ezpagesContent A, #ezpagesContent A:visited {
	background: transparent url(../images/bullet.gif) no-repeat  5px 12px;
	margin: 0px;
	color: #404040;
	text-decoration: none;
	padding: 6px 0px 6px 15px;
	width: 150px;
	font-size: 11px;
	display:block;
	font-weight: bold;
}

A.category-products, A.category-products:visited {
	margin-left: 5px;
	width: 140px;
}

A.category-subs, A.category-subs:visited, A.category-subs:hover {
	background: transparent url(../images/bullet.gif) no-repeat  10px 12px;
	margin: 0px;
	color: #404040;
	text-decoration: none;
	padding: 6px 0px 6px 18px;
	width: 150px;
	font-size: 11px;
	display:block;
	font-weight: bold;
	}
A.category-top:hover, A.category-links:hover, A.category-products:hover, A.category-subs:hover, #ezpagesContent A:hover  {
	text-decoration: underline;
	}

#featuredContent, #whatsnewContent, #reviewsContent, #tellafriendContent, #whosonlineContent, #shoppingcartContent, #searchContent, #specialsContent, #bestsellersContent {
	padding-left: 5px;
	font-size: 8pt;
}

#featuredContent a, #whatsnewContent a, #reviewsContent a, #specialsContent a, #bestsellersContent a {
	text-decoration: none;
}

#featuredContent img, #whatsnewContent img, #reviewsContent a img, #specialsContent img {
	border: 1px solid #ccc;
	height: auto;
}

#searchContent input {
	width: 100px;
}

#paymentsContent, #GeoTrustContent {
	padding-left: 3px;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back, .back0, .back1, .back2, .back3 {
	float: left;
	padding-bottom: 25px;

	}
#featuredProducts .back0, #featuredProducts .back1, #featuredProducts .back2, #featuredProducts .back3, #specialsDefault .back0, #specialsDefault .back1, #specialsDefault .back2, #specialsDefault .back3 {
	border: 0px;
	margin: 0px;
	width: 100px;
	height: 260px;
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	text-align: center;
	position: bottom;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/bkborderimage.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#featuredProducts img, #specialsDefault img {
	margin-bottom: 4px;
}

.specialsListBoxContents img, #whatsNew img {
	border: 1px solid #cccccc;
}

#scUnitHeading, #scTotalHeading {
	text-align: right;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

#ccTotalHeading {
	text-align: right;
}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	padding: 4px;
	}

#productsListingTopNumber {
	padding-bottom: 4px;
}

.productListing-rowheading {
	background-color: #e7e7e7;
	height: 2em;
	color: #000;
	}

th.productListing-heading {
	padding: 4px;
}

.productListing-data {
	padding: 4px;
	vertical-align: top;
	padding-bottom: 12px;
	}	

.productListing-data img {
	border: 1px solid #ccc;
}

.main img {
	border: 1px solid #ccc;
}
	
#listCell0-0 {
	width: 100px;
}
#cat1Table img {
	border: 1px solid #e7e7e7;
}	

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

#infoShoppingCart {
	padding: 4px;
}

#ottotal {
	font-weight: bold;
}

#loginDefault .floatingBox {
	height: 150px;
}

#cartContentsDisplay {
	border: 1px solid #ccc;
}

#homeBannerImage {
	width: 520px;
	height: 190px;
	border: 1px solid #ccc;
	background: transparent url(../images/homeImage.jpg) no-repeat;
	margin-top: 10px;
}

#indexDefaultMainContent{	
	padding: 0px 0px 10px 0px;
	padding-top: 0px;
	position: relative;
	top: 10px;
	left: 5px;
    width: 750px;
}

#indexDefaultMainContentBanner{	
	padding-left: 0px;
    width: 741px;
    background: #fff url(../../../../Banner/images/Shopping.jpg) no-repeat;
    background-color: #ffffff; 
}     

#indexDefaultMainContentBanner2{    
    padding-left: 0px;
    background-color: #ffffff;
}     



#ezpages .leftBoxContainer{
	padding-bottom: 0px;
}

#siteinfoLegal {
		background-color: transparent;
}

#Footer {
background: transparent url(../images/FOOTERBG.jpg) repeat-x;
}

#phoneNumber {
	float: right;
	color: #404040;
	padding-left: 20px;
	font-weight: bold;
	padding-right: 0px;
	margin: 0px;
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 10px;
    background-image: url(../images/Shopping.jpg);   
    background-repeat: no-repeat;                    
    background-attachment: scroll;
    background-position: 0% 0%; 
	margin-top: 7px;
}

#productListingName {
	height: 35px;
	text-align: center;
}

#productPrice, #moreInfoButton, .listingDescription, #ProdImage {
	text-align: center;
}


.listingDescription {
display: none;
}

.featuredProdDesc {
    width: 130px;
    height: 65px;
}

#Buttons {
    width: 100px;
    float: right;
}

.centerBoxContentsFeatured, #FeaturedDesc {
    width: 120px;
}

#featuredInfoButtons, #featuredBuyNow {
     width: 15px;
}

.indexProdDesc {
    height: 60px;
    text-align: center;
}

.featuredImage {
    height: 120px;
    padding-left: 10px;
    
}

#productListingName {
        height: 40px;    
}

.featuredDesc, #featuredButtons {
    width: 130px;
}

#editablesidebox2Heading {
	display: none;
}

#editablesidebox2 {
	padding-top: 0px;
	margin-top: 0px;
}

.ccinfo img {
    padding-right: 2px;
}