/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 5347 2006-12-22 20:26:09Z birdbrain $
 */

body {
	text-align:center;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:0px;	
	padding:0px;
	margin:0px;
	background-color:#e9e9e9;	
	color:#44453F;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	}

a:active {
	color: #000099;
	}

a:hover{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

h1 {
	color:#ee4537; 
	font-size:1.6em;
	}
h1.greeting {
	color:#999999;
	font-size:1.2em;
	}

h2 {
	color:#5A75BE; 
	font-size:1.2em;
	}
h2#indexDefaultHeading{
	color:#ee4537;
	font-size:2em;
}


h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: small;	
	}

h1.productGeneral{
	display:inline;
	color:#97aed8;
	}
#productListing h3.itemTitle a{
	color:#ee4537;
}
#productDescription h2{
	color:#44453f;
}
#productGeneral h2.productGeneral{
	display:none;
}
#productDescription img{
	padding:10px 0px 0px 0px;
	text-align:left;
}

#productDescription ul li{ list-style-image: url(/includes/templates/template_morph/images/icons/bullet.gif)
}

h2#saleheadline{
	font-size:2.2em;
	color:#ee4537;
}

#reviewsTitle{
	color:#ee4537;
	font-size:1.4em;
}
.reviewsSubs, .reviewsSubs a, .navSplitPagesLinks, .navSplitPagesLinks a{
	color:#999999;
}

#reviewsDefaultListingTopLinks, #reviewsDefaultListingBottomLinks, #productReviewsDefaultListingTopLinks, #productReviewsDefaultListingBottomLinks{
	text-align:right;
}
.reviewsAuthor{
	color:#ee4537;
	font-size:1.2em; font-weight:bold;
}

.biggerText {
	font-size: small;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: small;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: small;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

 .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.inputLabel {
	float:none; width:100%
}
LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

ADDRESS {
	padding: 0.5em;
	}
p {
 padding: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.4em;
	margin-top:5px;
	}

.messageStackWarning, .messageStackError {
	background-color: #e5dfee;
	/*color: #ffffff;*/
	}

.messageStackSuccess {
	background-color: #e5dfee;
	}

.messageStackCaution {
	background-color: #e5dfee;
	}

/*wrappers - page or section containers
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}*/
	
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	vertical-align: top;
/*	background: url(../images/960-body.jpg) #edf0f9 repeat-y left top;	*/
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;	
	}

#headerWrapper{
	height:180px;
	width:960px;
	border-bottom:2px solid #44453f;
	}
#contentMainWrapper{
	padding:0em;
}
#headerWrapper, #mainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#logoWrapper{
	padding:10px;
}
#logo{
	width:200px;
	float:left;
}

#mainWrapper {
	margin: auto;
	} 


#featuredProducts{
	border-top:1px solid #cccccc;
}

.centerBoxContentsFeatured.back {
	padding-right:0px;
	text-align:center;
}
#tagline{
	color:#ee4537;
	font-size: 1.6em;
	text-align : right;
	vertical-align: middle;
	width:300px;
	float:right;
	padding:0px;
	margin:0px
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
#sendSpendWrapper h2, #sendSpendWrapper p{
	padding:5px;
}
#loginDefault .information{
	width:550px;
	float:left;
}
#loginDefault #returningCust.forward{
	float:left;
	width:725px;
}
/*.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 94%;
	}
#loginDefault.centerColumn .floatingBox {width:94%} 	
#accountDefault.centerColumn #accountLinksWrapper {width:94%} 	
#checkoutBillto {width:94%} 	
*/
#checkoutShipto {margin-top:20px; border:1px solid #cccccc;}
#checkoutShipping .floatingBox{margin-bottom:20px;}

#checkoutShipping #comments{display:none;}
#checkoutShippingHeadingMethod, #checkoutConfirmDefaultPayment, #freeShip, #checkoutConfirmDefaultPaymentTitle{display:inline;}
#checkoutBillto {margin-top:20px; border:1px solid #cccccc;}
#ottotal{font-weight:bold;}
#checkoutConfirmDefaultShipment, #checkoutConfirmDefaultShipmentTitle{display:none;}

#checkoutBillto address{
	width:300px ; float:left;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: transparent;
	font-weight: bold;
	color: #333;
	height:15%;
	width: 100%;
	}
#navMainWrapper{
	margin: 0em;
	background-color: #44453F;
	border-bottom:2px solid #ee4537;
	font-weight: bold;
	color: #ffffff;
	height:25px;
	width: 100%;
	}
#navMain ul{
	line-height:25px;
	margin: 0px 10px 0px 0px;
	padding:  0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
}

#navMain ul li{
	display:inline;
	text-align:right;
}
#navMain ul li a, #navMain ul li a:link, #navMain ul li a:visited, #navMain ul li a:hover, #navMain ul li a:active{
	color:#ffffff;
	font-size:0.8em;
}
 #navMain ul li a:hover{
 	text-decoration:underline;
 }
#navMain ul li:first-child{
	background:#44453F url(/includes/templates/template_morph/images/login.gif) left center no-repeat;
	padding-left:14px;
}
#navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navMain .back {
	float: right;
	}
#navMain .back li a{
	color:#44453F;
	font-size:x-small;
	text-decoration:none;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	/*color: #ffffff;*/
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

.buttonRow input {
	margin:0px;
}

#indexProductList form{
	display:none;
}
#productsListingTopNumber, #productsListingBottomNumber{
	display:none;
}
.productListing-rowheading{
	display:none;
}
#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	height:14px;
	background-color:transparent;
	color:#95D0C2;
	font-weight:normal;
	font-size:0.6em;
	margin: 0px;
	padding: 10px 0px 0px 5px;
}
#navBreadCrumb a{
	color:#95D0C2;
}
#navEZPagesTop {
	background-color:transparent;
	font-size: x-small;	
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#navColumnOne {
	background-color:transparent;
	}

#navColumnOneWrapper{
	margin-left:5px;
	margin-right:5px;
}

#navColumnTwo {
	background-color:transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#categories{
	margin-top:6px;
}
#categoriesHeading{
	background:#ee4537 url(/includes/templates/template_morph/images/pod-categories-top.gif) top left no-repeat; 
	height:50px; width:200px;
}
#categoriesContent{
	padding-bottom:10px;
	background:#ee4537;
}
#informationHeading{
	background:#97aed8 url(/includes/templates/template_morph/images/pod-info-top.gif) top left no-repeat; 
	height:50px; width:200px;
}
#informationContent{
	padding-top:10px;
	padding-bottom:10px;
	background:#829dd0;
}

#deliverysideboxHeading{
	background:#cddb28 url(/includes/templates/template_morph/images/pod-delivery-top.gif) top left no-repeat; 
	height:50px; width:200px;
}
#deliverysideboxContent{
	background:#cddb28;
	color:#ffffff;
	font-weight:bold;
	padding:5px 15px;
}
#postalordersideboxHeading{
	background:#ecb3b7 url(/includes/templates/template_morph/images/pod-postal-top.gif) top left no-repeat; 
	height:50px; width:200px;
}
#postalordersideboxContent{
	background:#ecb3b7;
	color:#ffffff;
	font-weight:bold;
	padding:5px 15px;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0px;
	}

.alert {
	color: #FF0000;
	margin-left: 2px;
	font-size:small;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}

.columnRight{
	padding-right:10px;
}
.centerColumn{
	font-size:small;
	padding:7px 5px 0px 5px;	
	}
img.listingProductImage{
	padding-right:10px;
}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

 #siteinfoLegal{
 	background-color: #ee4537;
	text-align: left;
	color:#ffffff;
	margin-top:30px;
	height:20px;
	border-top:1px solid #cccccc;
 	font-size:0.6em;
	position:relative;
	padding:5px;
 }

#siteinfoLegal a, #siteinfoLegal a:link, #siteinfoLegal a:visited, #siteinfoLegal a:active{
 	color:#ffffff;
	}
 #siteinfoLegal a:hover{
 	color:#ffffff;
	text-decoration:underline;
 }	
	
 #siteinfoLegal img{
 	margin-top:20px;
 	margin-left:230px;
 }	
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	}

#productReviewLink{
	float:left;
	text-align: center;
	margin: 1em;
	padding: 1em;
}

#reviewsWrite .buttonRow, .forward .buttonRow{
	text-align:right;
}

/*#reviewWriteMainImage{
	display:none;
}
*/
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#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;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartUnitDisplay,
 .cartTotalDisplay {
	text-align: left;
	}

#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;
	margin-top:-25px;
	}
#checkoutConfirmDefault	 .cartAttribsList {
	margin-top:0px;
}
#orderAttribsList li{
	margin-top: -10px;
}	
#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#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 1em 1em 0em ;
	}

#productGeneral #productMainImage, #reviewsWrite #reviewWriteMainImage, #reviewsDefault #productReviewsDefaultProductImage, #reviewsInfoDefault #reviewsInfoDefaultProductImage, #reviewsDefault .smallProductImage{display:none}


.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;
	}

/*sideboxes*/
h3.leftBoxHeading, h3.leftBoxHeading a,  h3.rightBoxHeading,  h3.rightBoxHeading a {
	font-size: small;
	color: #44453F;
	}

.centerBoxHeading {
	margin: 0px;
	background-color: transparent;
	padding: 5px
}

.leftBoxContainer, .rightBoxContainer {
	margin-top: 0.5em;
	font-size:small;
	}
.leftBoxContainer p{
	margin:0px;
	padding:3px;
}
.leftBoxHeading, .rightBoxHeading{
	margin: 0px;
	border:0px;
	}

.sideBoxContent {
	background-color:transparent;
	border-top:0px;
	}

.sideBoxContent a {
	color:#fffff;
	display:block;
	padding:2px 0px 3px 15px;
	text-decoration:none;
	font-weight:bold;
}

.sideBoxContent a.no-chevron {
	background:transparent url() no-repeat scroll 0px 0px;
	margin-left:-12px;
}

div#informationContent a {
	margin-bottom:0px !important;
	margin-bottom:-18px;
}
.sideBoxContent a.cancel{background-image:url();margin-top:5px;}
.sideBoxContent a:link {text-decoration:none; color:#ffffff}
.sideBoxContent a:visited{text-decoration:none; color:#ffffff}
.sideBoxContent a:hover{text-decoration:underline; color:#ffffff}

.tertiaryLink a {
	background:transparent url(../../../../images/redchevron.gif) no-repeat scroll 0px 5px;
	color:#000099;
	display:block;
	padding-left:10px;
	text-decoration:none;
	font-size:small;
}
.tertiaryLink  a.cancel{background-image:url();margin-top:5px;}
.tertiaryLink a:link {text-decoration:none; color:#000099}
.tertiaryLink a:visited{text-decoration:none; color:#000099}
.tertiaryLink a:hover{text-decoration:underline; color:#000099}

#cartBoxListWrapper ul li a {
	background-image:url();
	display:inline;
}

/*h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}
*/
h3.leftBoxHeading a:hover {
	color: #44453F;
	text-decoration: underline;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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: left;
	}

#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;
}

#bannerboxall{
	border:0px;
}
#bannerboxall .sideBoxContent a{
	background-image:none;
	padding:0px;
	text-align:center;
}

#bannerboxallHeading {
	display:none;
}


#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.fh-back {
	float: left;
	padding-right:20px;
	}


.forward, #PPECbutton {
	float: right;
	}


.bold {
	font-weight: bold;
	}

.rowOdd {
	background:transparent;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background:transparent;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
table#downloads caption h4{margin:20px 0px; padding:20px; font-size:1.2em; background-color: #e5dfee;}

#checkoutSuccessOrderNumber{margin-top:20px;}
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, tr.cartTableHeading {
	background-color: #44453F;
	height: 2em;
	color:#ffffff;
	}

#scUnitHeading, #scTotalHeading{
	text-align:left;
}

#cartImage{
	display:none;
}
#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 p{
    font-size:small;
}
.information {padding: 10px 3px; line-height: 150%;}

div#accountLinksWrapper ul li{
	list-style-type:none;
}
div#accountLinksWrapper ul li a{
	background:transparent url(../images/redchevron.gif) no-repeat scroll 0px 5px;
	color:#000099;
	display:block;
	padding-left:10px;
	text-decoration:none;
	font-size:small;
}
div#accountLinksWrapper ul li a.cancel{background-image:url();margin-top:5px;}
div#accountLinksWrapper ul li a:link {text-decoration:none; color:#000099}
div#accountLinksWrapper ul li a:visited{text-decoration:none; color:#000099}
div#accountLinksWrapper ul li a:hover{text-decoration:underline; color:#000099}

td.productListing-data{
	border-bottom:1px dashed #44453F;
	padding:5px 0px;
	vertical-align:top;
}
td.productListing-odd, td.productListing-even{

}
.homepage-header {
	margin-bottom:10px;
	overflow:auto;
	}

.homepage-sub {
	margin-top:40px;
}

.homepage-sub div{
	width:365px;
	float:left;
}
.homepage-sub p{
	padding:5px;
}
.homepage-left{
	margin-right:10px;
	margin-left:0px;
}
.homepage-left h4{
	color:#FEBF2E;
	font-size:1.4em;	
	}
.homepage-right h4{
	color:#BBA8D5;
	font-size:1.4em
}	
#productAttributes {
	display:none;
}

.highlight-box{
	border:1px solid #ccc;
}

.highlight-box h3{
	background-color:#e9e9e9;
	padding:5px;
	color:#000000;
}
.highlight-box p ul li{
	padding:5px;
}
div#alsoPurchased{
	clear:both;
	border-top:1px solid #cccccc;
}
#homepage-banners{
	height:210px;
	margin-bottom:-5px;
}
#homepage-banners a{
	margin-right:10px;
	float:left;
}
#homepage-banners a.last{
	margin-right:0px;
}

#homepage-banners .double{
	width:175px; 
	float:left; 
	margin-right:10px;
}
#homepage-banners .double a{
	margin-bottom:10px;
}
#homepage-banners .double a.last{
	margin-bottom:0px;
}

.summaryInfo{
	width:490px;
	padding-left:30px;
}
.summaryInfo p{
	padding:0px;
	margin:0px;
}

.summaryInfoTop{
	background:#e9e9e9 url(../images/summaryInfoTopv2.gif) top left no-repeat;
	height:10px;
	margin:0px;
	padding:0px;
}

.summaryInfoBttm{
	background-color:#e9e9e9;
	padding:0px 10px 10px 10px;
}
#featuredProducts{
	display:block !important; display:none;	
}

#shoppingCartDefault #PPECbutton{display:none}

div#myAccountShipInfo.floatingBox.back{width:350px; float:left; padding-right:0px; }
div#myAccountShipInfo.floatingBox.back h4, div#myAccountShipInfo.floatingBox.back div{display:inline}
div#myAccountPaymentInfo.floatingBox.forward{float:left; width:350px; }
div#myAccountPaymentInfo.floatingBox.forward h4, div#myAccountPaymentInfo.floatingBox.forward div{display:inline}

#homepageLeadBanner div{float:left; width:740px;}
#homepageLeadBanners div{float:left; width:370px;}
#homepageLeadBanners h2{font-size:1.8em; text-align:center}
#homepageLeadBanners h3{text-align:center}

#myAccountTotal{text-align:right; padding-right:5px;}
/*****************************************/
/*      CSS buttons                      */
/*****************************************/
.button_create_account{
	background:#ffffff url(/includes/templates/template_morph/buttons/english/button2_create_account.gif) no-repeat scroll 0 0;
	height:45px; width:120px;
	cursor:pointer;
}
.button_create_account.button_create_accountHover{
	background:#ffffff url(/includes/templates/template_morph/buttons/english/button2_create_account.gif) no-repeat scroll 0 -40px; 
}

