/**
 * 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: arial, verdana, helvetica, sans-serif;
	font-size: 9pt;
	color: #505050;
	background: #eae1e3 url(../images/background.gif) repeat-x;
	padding: 15px 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: #040404;
	text-decoration: none;
	}
#navMain ul li a:link, #navMain ul li a:visited {
	color: #040404;
}

a:active {
	color: #000;
	}
    
.reviewsInfoDefaultHeading{
    font-size: 1.5em;
    color: #0100cc;
    font-weight: 100;

    }    

h1 {
	font-size: 1.2em;
	color: #040404;
	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;
    padding-top: 0px;
    margin-top: 0px;
	}

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;
	}
*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;
    margin-top: 0px;
	}
form {
	padding: 0px;
	margin: 0px;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em 0.5em 0.2em;
	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: normal;
color: #4d0816;
z-index: 20;
text-transform: lowercase;
top: 0px;
}


#logo a {
	color: #4d0816;
	text-decoration: none;
}

#strapline {
	font-size: 10pt;
	top: 35px;
	color: #040404;
	font-style: italic;
}


LABEL.inputLabel {
	/*width: 9em;
	float: left;*/
	padding:0 0.5em 0.5em;
	}
#loginDefault 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;
    padding-top: 0px;
	}

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: 1024px;
	vertical-align: top;
	border: 0px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {
    height: 170px;
}

#logoWrapper{
	position: relative;
	background-color: #ffffff;
	height: 42px;
	padding: 9px 4px;
	border-bottom: 3px solid #484848;	
}

#contentMainWrapper {
	border-top: 0px;
	background: transparent;
    margin-top: 100px;
	line-height: 1.3em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
    width: 140px;
	}
	
#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: 10px; padding-top: 15px;}
.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: #fff;
	padding: 0em 0.2em;
	font-weight: bold;
	color: #000;
	height: 130px;
	}
#navSuppWrapper {
	height: 20px;	
}
	
#navMain {
	width: 750px;
	float: right;
}	


	
#navSuppWrapper {
	background-color: #e7e7e7;
	text-align: center;
	border-top: 1px solid #b5b2b5;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 1em 0em;
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	float: right;
	}     
#navMain ul {
    margin: 0;
    padding: 1em 0em;
    list-style-type: none;
    text-align: right;
    line-height: 1.5em;
    float: right;    
}

#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: 0em 0.5em;
	margin: 0;
	color: #000;
	white-space: nowrap;
	font-size: 8pt;
	}
    
#navMain ul li {
    margin-top: 15px;
}

#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;
}

 #checkoutShipping #defaultSelected {
     display: none;
 }

#navBottomBar {
	background: #fff url(../images/searchbar.gif) center no-repeat;
	height: 30px;
	width: 100%;
}

#telephoneNumber {
    float: left;
    color: #692434;
    margin-left: 26px;
    margin-top: 5px;
    font-size: 11pt;
    font-weight: lighter;
}

#indexCategoriesHeading {
    padding-left: 10px;
}

#basketArea {
	background: transparent url(../images/basket.gif) top left no-repeat;
	float: right;
	padding: 9px 9px 9px 30px;
	font-size: 9pt;
	font-weight: normal;
    color: #000; 
    height: 30px;
}
#navMainSearch {
	position: relative;
	float: right;	
	padding: 3px 3px 0px 0px;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
    width: 140px;
}

#searchbutton{
    position: absolute;
    right: 10px;  
    top: 3px;  
}

#navMainSearch input {
    margin-top: 3px;
}

#searchTitle {
	position: absolute;
	top: 7px;
	left: -43px;
}

#navBreadCrumb, #navBreadCrumb a:link,  #navBreadCrumb a:visited{
	padding: 0px 0.5em;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.5em;
	color: #898989;
	text-transform: capitalize;
}

#navBreadCrumb {
    margin-left: 33px;
}

#navEZPagesTop {
	background: #fff url(../images/topbackground.gif) center no-repeat;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.0em;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	height: 26px;
    padding-top: 7px;
	text-align: left;
	}
#navEZPagesTop ul {
	list-style-type: none;
	display:inline;
	padding: 0px;
	margin: 0px;
}	

#navEZPagesTop ul li {
	display: inline;
	margin: 0px;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;	
	height: 30px;		
}	
	
#navEZPagesTop a {
	margin: 0px;
	padding-left: 0em;
	padding-right: 0em;
	color: #fff;
	text-decoration: none;
	}
#navEZPagesTop a:hover {
	text-decoration: underline;
	}	

#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;
    padding-top: 0px;
	padding-left: 0px;
	}
    
.itemTitle, .listprice {
    padding-top: 30px;
}

.buttonRow a {
   color: #006fca;
}

#productDescription, #productName {
 width: 400px;
 margin: 0px;
 float: right;
}
                            
#productDescription .productGeneral p    {
    margin-top: 0px;
    padding-top: 0px;
}
#ezPageDefaultWrapper {
    width: 700px;
}

#ezPageDefaultWrapper p{
line-height: 22px;
}

#navCurrenciesWrapper{
    width: 150px;
    float: right;
    height: 49px;
    text-align: center;
    background: url(../images/currency.jpg)  top no-repeat; 
}

#navCurrenciesWrapper a {
    color: #fff;   
    padding: 5px 11px 10px 11px;
    text-decoration: none;
    font-size: 18px; 
    
    display: inline;
    
}   

.selectYourCurrency {
    font-size: 10px;
    display: block;
    padding-bottom: 5px;
}

#navCurrenciesWrapper .currency a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    padding: 0px; 
      
} 

#navCurrenciesWrapper a:hover {
color: #6b1e30;
text-decoration: none;
}


/* IE 6 */
* html .productGeneral {Position: absolute; top: 0px; right: 5px; padding-top: 0px;}

/* IE 6 */
* html #crossSell {Position: absolute; bottom: 20px; padding-top: 0px;}

/* IE 6 */
* html #contentMainWrapper {margin-top: 0px;}
/* IE 6 */
* html .productContainer {height: 1600px;}

.productPriceDiscount {
    padding-left: 4px;
}

 #productName {
     font-size: 12pt;
     text-align: center;
     width: 400px;
     padding-bottom: 0px;
     line-height: 20px;
     float: right; 
 }

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {display: none;}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0.8em 0.8em 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
    color: #505050;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: left;
	border: 0px solid #cccccc;
	padding: 1em 0em;
    width: 397px;
    float: right;
	}
 h3 #attribsOptionsText {
     width: 400px;
     padding: 0px;
     margin: 0px;
 }
.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;
    text-align: center;
	}

.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;
    color: #0100cc;
	}

.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;
}

fa {
	text-decoration: none;
}


.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;
	}

h2.centerBoxHeading {
	font-size: 1.2em;
	color: #333333;
	border-bottom: 1px dotted #ccc;
	text-transform: none;   
    background: #fff url(../images/bar.gif) center no-repeat;  
}

#checkoutPaymentHeadingAddress{
	margin-top: 6px;
}
	
#checkoutShippingHeading {
	margin-top: 0px;
}	
#checkoutShippingHeadingMethod, #checkoutConfirmDefaultShipment, #checkoutConfirmDefaultPayment {
	margin-top: 5px;
}
/*sideboxes*/
.columnLeft {
	border-right: 1px solid #ccc;
    
    
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	color: #040404;
	text-decoration: none;
	text-transform: uppercase;
    padding-left: 23px;
}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0px;
	padding: 0.5em 0.5em;
	}
	
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px solid #ccc;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding: 0px 0px 7px 0px; 
    width: 180px;    
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #040404;
	text-decoration: underline;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #040404;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents,  .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: left;
	}
.productListing-data0, .productListing-data1, .listingDescription {
    text-align: center;
}

.productListing-data1, .productListing-data2 {
    font-size: 11pt;
    line-height: 1em;
    
}  

.productListing-data1 .itemTitle {
    margin-top: 10px;
} 

.listingDescription {
    padding-top: 10px;
}

.categoryListBoxContents {
    position: relative;
    display: block;
    
}

.catName {
    position: absolute;
    bottom: 15px;
    width: 188px;
    text-align: center;

}

.catName:hover {
    text-decoration: underline;
}
  
.categoryListBoxContents a {
    text-decoration: none;
    margin-bottom: 10px;
}
	
#productMainImage {
	float: left;
	text-align: left;
    margin-right: 30px;	
    height: 442px;
    width: 350px;
    background: #fff url(../images/DreamIconsframeforProductPage.jpg) no-repeat;
    position: relative;
}    

#productMainImage img {
    position: absolute;
    top: 63px;
    left: 21px;
}
 
 .productimgLink  {
     position: absolute;
     bottom: 120px;
     right: 80px;
     
 }
 
 #productAdditionalImages {
     margin-left: 21px;
     height: 100px;
     width: 350px;
     float: left;
                       

 }
 
 .additionalImages  {
     background: url(../images/DreamIconsframeforsmallimagesonProductPage.jpg) no-repeat;  
     height: 126px;
     width: 100px;
     float: left;
 }
 
 .centerBoxContentsCrossSell  {
     height: 160px;
     width: 200px;
     padding: 0px;
     position: relative;
     margin-left: 60px;
 }
 
 * html  .centerBoxContentsCrossSell {
     height: 160px;
     width: 200px;
     padding: 0px;
     position: relative;
     margin-left: 40px;
 }
 
 #crossSell {
     width: 100%;
     
 }
 
  
 
  .additionalImages a , .centerBoxContentsCrossSell a {
      text-decoration: none;
  }
  
   .centerBoxContentsCrossSell img {
       height: 90px;
       width: 90px;
       position: absolute;
       top: 15px;
       left: 22px;
 }
 
 #xsellname {
     position: absolute;
     bottom: 0px;
     text-align: center;
     
 }
 
 
 #productAdditionalImages img {
     height: 80px;
     width: 80px;
     margin: 20px 10px;;
 }


	
#footerbanner {
    background: #fff url(../images/footerbanner.png);
    height: 169px;
    margin-top: 10px;
    position: relative;     
    
}
    
#siteinfoLegal, #siteFooter {
	text-align: center;
	background: #525252 url(../images/background.gif) ;
	padding: 10px 5px 5px 5px;
	color: #636363;

    
}	

#siteinfoLegal {
    margin-bottom: 20px;
}

    

#siteinfoLegal {
	padding: 5px 5px 15px 5px;
}

#siteFooter a:link, #siteFooter a:visited {
	padding: 5px;
	font-size: 8pt;
	color: #636363;
}

#siteinfoLegal a:link, #siteinfoLegal a:visited {
	font-size: 8pt;
	color: #636363;
}

#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 0px 7px;
	margin: 0px;
	list-style: none;
}

#categoriesContent ul li, #ezpagesContent ul li {
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	width: 160px;
}

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 13px;
	margin: 0px;
	color: #404040;
	text-decoration: none;
	padding: 6px 0px 6px 15px;
	width: 139px;
	font-size: 11px;
	display:block;
}

A.category-products, A.category-products:visited {
	margin-left: 10px;
	width: 139px;
}

A.category-subs, A.category-subs:visited {
	color: #404040;
	text-decoration: none;
	line-height: 25px;	
	}
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 {
	font-size: 8pt;
}

#featuredContent a, #whatsnewContent a, #reviewsContent a, #specialsContent a, #bestsellersContent a {
	text-decoration: none;
}

#featuredContent img, #whatsnewContent img, #specialsContent img {
	border: 1px solid #ccc;
	height: auto;
}
#reviewsContent a img{
    border: 0px solid #ccc;
    height: auto;
    }
    
#reviewsContent a img{
    text-align: center;
}
#searchContent input {
	width: 100px;
}

#paymentsContent, #GeoTrustContent {
	padding-left: 10px;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back, .back0, .back1, .back2 {
	float: left;

	}
#featuredProducts .back0, #featuredProducts .back1, #featuredProducts .back2, #specialsDefault .back0, #specialsDefault .back1, #specialsDefault .back2 {
	border: 0px;
	margin: 0px;
	width: 158px;
	padding: 6px;
}

#featuredProducts img, #specialsDefault img {
	border: 1px solid #cccccc;
	margin-bottom: 4px;
}

.specialsListBoxContents img, #whatsNew img {
	border: 1px solid #cccccc;
}

#scUnitHeading, #scTotalHeading {
	text-align: right;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}   
    
  #shoppingCartDefault {
    padding: 6px 0px 6px 6px;
    margin: 0px 10px;
    font-weight: bold;
  }  
  
#ezPagesHeading {
    padding-left: 6px
}
     

.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;
	}

.productListing-heading0,  .productListing-heading1,  .productListing-heading2  {
    text-align: center;         
     }

 .productListing-heading2, .productListing-heading0 {
     padding-left: 20px;
     padding-right:20px;
     margin: 0px;
 }
 .productListing-heading2{
     padding-right:30px;
 }
 
 .productListing-heading0 {
     padding-left: 68px;  
 }

.productListing-data0, .productListing-data1, .productListing-data2 {
	padding: 4px;
	vertical-align: top;
	margin-top: 30px;
	}

.productListing-data2 {
    text-align: center;
    width: 100px;
    padding-right:20px;
}

.productListing-data2 .showprice {
    padding-right: 6px;
    padding-left: 6px; 
    color: #0100cc;
    padding-top: 8px;
    display: block;
}
    
.productListing-data0 {
    background: url(../images/productlistbox.jpg) right no-repeat;   
    height: 180px;
    width:  180px;
    padding-top: 10px;
    position: relative;
    
}

.specialsListBoxContents {
    background: url(../images/productlistbox.jpg) center 0px no-repeat;   
    height: 220px;
    width:  180px;
    padding-top: 10px;
    position: relative;    
    text-align: center; 
}

#define_wrapper {
    padding-top: 0px;
}

#define_wrapper h1 {
    text-transform: capitalize;
}
.specialsListBoxContents img {
    border: 0px;    
    
    padding-top: 20px;
    margin-bottom: 45px;    
}


.productListing-data0 img {
    margin-top: 20px;
    margin-left: 50px; 
	
}

   

.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;
}

#loginDefault {
    width: 810px;
}

 #loginHeaderImage  {
     width: 810px;
     
 }

#cartContentsDisplay {
	border: 1px solid #ccc;
}

#homeBannerImage {
	width: 520px;
	height: 190px;
	border: 1px solid #ccc;
	background: transparent url(../images/homeImage.jpg) center no-repeat;
	margin-top: 10px;
}

#banner {
    height: 130px;
    width: 1020px;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    background: transparent url(../../../../images/banner/BannerImageTest1.jpg) no-repeat;
    
}

#indexCategoriesMainContent {
    width: 390px;
    height: 110px;
    position: absolute;
    top: 0px;
    padding-top: 0px;
    right: 230px;
}

#indexCategoriesMainContent img {
    margin-top: 13px;
    margin-right: 3px;
}


#shippingimage {
    width: 220px;
    height: 169px;
    position: absolute;
    right: 8px;
    top: 0px;
     
}

#shippingimage img {
    margin-top: 16px;
    margin-left: 40px;
}

#newsletter {
    width: 200px;
    height: 169px;
    position: absolute;
    left: 190px;
    top: 0px;
    background: url(../images/newsandpreviews.jpg) 25px 12px no-repeat;
}

#newsletter a {
	width:200px;
	height:169px;
	position:absolute;
}

#productGeneral {
    position: relative;
}

#MainProductImage {
    float: left;
    position: relative;
    padding-bottom: 100px;
    width: 300px;
    height: 650px;
    
    
    
}

#productPrice, .showprice {
    padding-right: 6px;
    padding-left: 6px; 
    color: #0100cc; 
}


#nlform {
    margin: 120px 10px 0px 30px;
    padding: 0px;
    position: relative;
    display: block;
    width: 150px;
    
}

#gobutton {
    position: absolute;
    right: 0px;
    top: 0px;
    
}

#gobutton input {
    margin: 0px;
}


.productSpecialPrice {
    font-size: 11pt;
}

.Shipping , .FAQ {
    position: absolute;
}

.Shipping {
    width: 170px;
    height: 140px;
    cursor: pointer;
    background-color: transparent; 
    left: 10px;
    top: 0px;
}

.FAQ {
    width: 170px;
    height: 140px;
    cursor: pointer;
    background-color: transparent;
    right: 10px;
    top: 0px;    
}

#loginHeaderImage2 {
    background: red;
    height: 100px;
    width: 100px;
}

.main img {
    border: 0px;
}

#loginHeaderImage {
    border-top: 2px ridge #640000;
    margin-left: 0px;
}

#centerBoxWrapper .crossSell {
    text-align: left;
}

#productPrices {
    position: relative;
}

.productSpecialPrice {
	line-height: 30px;
}

.specialsListBoxContents a {
	line-height: 17px;
}

#shoppingCart {
    display: none;
}
/*	#productListing .categoryListBoxContents a{
		background-image:url('../images/products_bg.jpg');
		background-repeat:no-repeat;
		margin:auto;
		display:block;
		text-align:center;
		height:219px;
		padding:15px;
		padding-top:20px;
		width:160px;
	}
	#productListing .categoryListBoxContents a img{
		margin-bottom:4px;
	}
.productlistingname{
	
}
.productlistingprice{
	position:absolute;
	bottom:28px;
	width:170px;
	text-align:center;
}
#productsListingListingTopLinks, #productsListingListingBottomLinks{
	margin-top:10px;
	padding-top:15px;
}*/

#newProductsDefault #sorter{
    display:none;
}

#reviewsInfoDefaultDate{
    display: none;
}

#reviewsContent a {

    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    font-family: "comic sans";
    font-size: 12px;
    color: #505050;
}

.rating{
    padding: 10px;
}

#reviewsInfoDefaultMainContent{
    font-style: italic;
    font-family: comic sans;
    font-size: 12px;
    width: 420px;
    padding-bottom: 20px;
    float: right;
}

#reviewsContent {
    text-align: center;
}

#reviewtext{
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    font-family: "comic sans";
    font-size: 12px;
    color: #505050;
    width: 20px;
    
}

#reviewsContent {
    padding-left: 5px;
    width: 170px;
}



.reviewCount {
   width: 390px;
   float: right;
   text-align: center;
}

#stars {
    width: 100px;
    float: left;
}

#currentReviews {
    width: 290px;
    float: left;
    text-align: left;
    font-size: 11px;
}

#currentReviews a {
    text-decoration: none;
}

#currentReviews a:hover {
    text-decoration: underline;
}


#reviewsDetails {
    width: 400px;
    float: right;
}

#productReviewsDefaultHeading {
    text-align: center;
}

#productReviewsDetailsButton, #ReviewGotoDetails {
    width: 250px;
    float: left;
    display: block;
}

#ReviewWriteReview {
    margin-left: 62px;
    margin-right: 62px;
    width: 250px;
    float:  left;
    display: block;
}

#reviewInfoButtonBlock {
    padding-left: 25px;
}

#reviewsInfoDefaultRight {
    float: right;
    width: 420px;
}

#reviewsInfoDefaultMoreReviews {
    padding-top: 30px;
}

.productReviewsDefaultProductMainContent{
    font-weight: bold;
}

#movieWrapper, #productMovie {
  text-align: center;
  margin: auto;
}

#sage_pay_direct_card_type {
    font-weight: bold;
}

.SagePayDirectCardIcon {
    padding-bottom: 10px;
}
