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

body {
	margin: 0;
	font-family: 'Lucida Sans',verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #e5edf5;
	background: url('/images/pattern.jpg');
}

a img {
	border: none;
}

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	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 {
	color: #4B3326;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

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 3px;
}

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

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	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;
	}

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

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

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 #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #FFE4E1;
	color: #4B3326;
	}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 921px;

	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{

	position: relative;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#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 {
	
	}

/*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: #ffffff;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
 width: 100%
	
	}
	
	#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #333333;
	height: 1%;
	float: right;
	top: 5pt;
	
	}
	
	#navMainWrapper {
	margin: 0em;
	font-weight: bold;
	color: #333333;
	position:absolute;
	right: 20px;
	top: 0;
		z-index:1;
	
	
	}	
	

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

	}

#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: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #333333;
	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;
	}

#navMainSearch {
	position: absolute;
	top: 8px;
	right: 0;
	background:url(../images/searchBox.png) no-repeat;
	width:250px;
	font-size:.8em;
	}
	#navMainSearch input{
		background:none;
		border:none;
		font-family:arial, verdana, helvetica, sans-serif;
		color:#333333;	
		width:200px;
	}
	#navMainSearch .SearchBarButton{
		font-family: 'Lucida Sans',verdana, arial, helvetica, sans-serif;
		color:#4d4a4a;
		font-size:1.1em;
		font-weight:bold;
		width:25px;
	}
	

#navBreadCrumb {
	background-color: #cc9900;
	}
	
#navEZPagesBar {
	background-color: #ffffff;
	background-image: url(../images/strip.jpg);
	background-repeat: no-repeat;
	position: relative;
	}

#navEZPagesTop {

	position: relative;
	top: 0;
	left: 0;
	}
	


#navBreadCrumb, #navEZPagesTop  {
	font-size: 0.95em;
	font-weight: bold;
	color:#333333;
	margin: 0em;
	padding: 0.5em;
	}
	
#navEZPagesTop a
{
color: #333333;
}	

#navColumnOne {
	background-color: #FFFFFF;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	}

#navColumnTwo {
	background-color: #00BFBF;
    
	}

/*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 {
	line-height: 1.5em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
.centerColumn
{
top: 0;
}	

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

/*Shopping Cart Display*/
#cartAdd {
	
	text-align: center;
	
	
	
	}

.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;
	background-color: #d3eaea;
	color: #084949;
	}

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

.cartProductDisplay a, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	color: #010c0c;
	}

.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;

	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.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;
	} 

#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 ;
	}

.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*/
.columnLeft {

}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-weight:normal;
	font-size: 1.3em;
	color: #333333;
	}

.leftBoxHeading{
	margin: 0em;
	padding: 0.5em 0.2em;

	}

 .centerBoxHeading {
	margin: 0em;
	background-color: #ffffff;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	/* border: 1px solid #ffffff; */
	margin-top: 1.5em;
	}

.sideBoxContent {
	
	padding: 0.4em;
	}
	
.categoryBoxContent {
		padding: 0.4em;
	}

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: #FFFF33;
	text-decoration: none;
	} 

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: center;
	}

#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;
	}

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

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

.bold {
	font-weight: bold;
	}

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

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

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

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

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

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

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

#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;
	background-image: none;
	font-family: 'Lucida Sans',verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	}
.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;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #333333;
}


/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	width :285px;
	color: #4B3326;
	margin: 0 0 0 45px;
  	padding: 2px 0 2px 16px;
  	list-style: none;
  	background: url('../images/dot.jpg') no-repeat center left;
  	}
  	
  	
A.category-links, A.category-links:visited {
	color: #4B3326;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #4B3326;
	text-decoration: none;
	margin: 0 0 0 55px;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
	
#category-seperator
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
	margin-bottom:6px;
	border-bottom-color: #EBE1D3;
}

.category-arrow 
{
	background:url(../images/arrow.png) 240px center no-repeat;
	border: none;
	
}

.category-arrow-selected 
{
	background:url(../images/arrow-down.png) 240px center no-repeat;
	border: none;
}

.category-image
{

}
#category-link-wrapper
{
	position: relative;
}

#category-link-text
{
	top:0;
	left:0;
	position: absolute;
}
/* end categories box links */

.SearchBarButton{
	background:url(../images/search_button.jpg) no-repeat;
	border: none;
	width: 40px;
}

.ProducNameDetail
{
	color : #414141;
	margin-left: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9dd0d0;
	padding-bottom: 20px;
}


#globalWrapper
{
	position: relative;
	width: 953px;
	vertical-align: top;
	margin:0 auto;	
}


#left-shadow
{	
	background:url(../images/shadow_left.png) repeat;
	width: 16px;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
}

#right-shadow
{
	background:url(../images/shadow_right.png) repeat;
	width: 16px;
	position:absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.last_product_item
{
	padding-bottom:140px;
	text-align: center;
}

.product_price_item
{
	bottom:0;
	position:absolute;
	text-align: center;
}

#products{
	margin-top:10px;
}
.product-list
{
	float: left;
	width: 150px;
	position: relative;
	margin-bottom: 20px;
	font-size:.9em;
	height:370px;
	
}

#product-list-seperator
{
	height: 7px;
}

.product-list-more
{
 height: 60px;
 position: relative;
 bottom: 0px;
 
}

.product-list-more img
{

}

#product-detail-image
{
float: left;
}

#product-details
{
	float: left;
	width: 300px;
}

.center-content-box, #center-content-box  
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d6e0e5;
	vertical-align: top;
}

.product-list-filters
{
right: 0;
}

.product-info-list li
{
list-style: none;
padding-bottom: 10px;
}

.tableHeading th
{
	background-color: #9dd0d0;
	color: #084949;
}

.wishpot_form {
    float: right;
}


/*OVERRIDE STYLES*/
	.centerColumn{
		font-size:.8em;
	}
	.centerColumn a{
		color:#413f3f;
	}
	.centerColumn a:hover{
		color:#5782a0;
	}
	#navMain ul{
		font-family:'Lucida Sans',verdana, arial, helvetica, sans-serif;
		font-size:.7em;
		color:#4b5a64; 
	}
		#navMain ul li a{
			color:#4b5a64;

		}
		#navMain ul li a:hover{
			color:#aeaeae;
		}
	#navEZPagesBar{
		height:36px;
	}
	#navEZPagesTop{
		font-size:.7em;
		padding-top:10px;
		margin:0;
		padding:0;
		list-style-type:none;
		padding-top:12px;
		zoom:1;
	}
	#navEZPagesTop:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	#navEZPagesTop li{
		float:left;
		border-right:1px solid #e9dede;
	}
	#navEZPagesTop li.last{
		border-right:none;
	}
	#navEZPagesTop li a{
		padding:5px 15px;
		color:#413f3f;
	}
		#navEZPagesTop li a:hover{
			color:#5782a0;
		}
	#navMainSearch input{
		font-size:.9em;
	}
	#navColumnOneWrapper{
		min-height:460px;
		height:auto !important;
		height:460px;
	}
	h3.leftBoxHeading{
		text-align:left;
		padding-left:33px;
	}
	a.category-top, a.category-products{
		font-size:.8em;
	}
	a.category-top:hover ,a.category-products:hover{
		color:#5782a0;
	}
	
	#manufacturersContent select{
		font-size:.7em;
	}
	#navSuppWrapper{
		float:none;
	}
	#bottom-menu{
		font-size:.7em;
		zoom:1;
	}
		#bottom-menu:after {
			clear:both;
			content:'.';
			display:block;
			height:0;
			visibility:hidden;
		}
	#bottom-menu li {
		display:inline;
		border-right:1px #000 solid;
	}
		#bottom-menu li.last{
			display:inline;
			border-right:none;
		}
	#navSupp ul li a{
		text-transform:capitalize;
		color:#000;
	}
	#navSupp ul li a:hover{
		color:#5782A0;
	}
	#siteinfoLegal{
		font-size:.7em;
		word-spacing:3px;
		font-weight:600;
	}
	
	#fine-print{
		padding:0;
		margin-top:3px;
	}
	#copyrights{
		padding:0;
		font-size:.9em;
	}	
	#bottom-shadow{
		background:url(../images/shadow-bottom.png) no-repeat;
		height: 16px;
		position:relative;
		bottom:-15px;
		left:-10px;
		width:940px;
	}
	
	#product-detail-image{
		width:245px;
	}

	#product-details-wrapper{
		margin-left:20px;
		font-size:.9em;
		zoom:1;
	}
	#product-details-wrapper:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	.product-info-list{
		padding:0;
		font-weight:bold;
	}
	#productDescription{
		font-size:1em;
		
	}
	#cartAdd{
		text-align:left;
	}
	#cartAdd p{
		padding-left:0;
	}
	
	#gift-reg-content{
		zoom:1;
	}
	#gift-reg-content:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	#gift-reg-content #gift-reg-image{
		margin-bottom:37px;
		background:url(../images/reg-bg.jpg) right center no-repeat;
		height:281px;
	}
	#gift-reg-content #gift-reg-image img{
		border:1px #9dd0d0 solid;
		margin-top:45px;
		margin-left:34px;
	}
	#gift-reg-content #column-container{
		zoom:1;
		background:url(../images/column-container-bg.gif) left top repeat-y;
	}
	#gift-reg-content #column-container:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	#gift-reg-content h3{
		background:url(../images/registry-heading.gif) no-repeat;
		height:60px;
		width:249px;
		padding-top:10px;
		text-align:center;
		margin:0;
	}
	#gift-reg-content label{
		display:block;
	}
	#gift-reg-content #coulumn-left{
		float:left;
		width:250px;
		margin-left:34px;

	}
	#gift-reg-content #coulumn-left p{
		padding:0 10px;
	}
	#gift-reg-content #coulumn-middle{
		float:left;
		width:250px;
		margin:0 52px;
	}
	#gift-reg-content #coulumn-middle p{
		padding:0 10px;
	}
	#gift-reg-content #coulumn-right{
		float:left;
		width:250px;
	}
		#gift-reg-content #coulumn-right h3{
			width:248px;
		}
		#gift-reg-content #coulumn-right p{
			padding:0 10px;
		}
	
	
	#corporate-img{
		text-align:center;
	}
	
	.wish-list-button
		{
		background: url(../images/buttons/addto-Registry.png) no-repeat;
		width: 135px;
		height: 31px;
		border: none;
		}
		
#no-account-wrapper
{
zoom:1;
}

#no-account-wrapper
{
		clear:both;
		content:'.';
		display:block;
		height:0;
		
}

#no-account-left, #no-account-right
{
	float: left;
	width: 50%;
	
}

#no-account-left
{
	width: 250px;
}

.left-cart-box-wrapper
{
	zoom:1;
	margin-bottom: 25px;
	border-top:1px solid #e9dede;
}

.left-cart-box-wrapper:after
{
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
}


.left-cart-box-image, .left-cart-box-product
{
	float: left;
	width:50%;
	
}

.left-cart-box-image{
	text-align:center;
}

.left-cart-box-product{
	font-size:.8em;
	color:#333333;
}

.left-cart-box-product .cartOldItem{
	color:#333333;
}

#shoppingcart-logo
{
	position: absolute;
	top :55px;
	right:5px;
	background: url(../images/shoppingCart.png) no-repeat;
	width: 199px;
	height: 56px;
	border: none;
}

#shoppingcart-total
{
margin-top: 30px;
margin-left: 40px;
}


#billing-address, #shipping-address
{

}

#billing-address-left,#shipping-address-left
{
float: left;
width: 50%;
}

#billing-address-right, #shipping-address-right
{
float: left;
width: 50%;
}

.field-block{
	margin-bottom:10px;
}
.field-block label{
	display:block;
	float:none;
} 
.field-block label.radioButtonLabel{
	display:inline;
} 

.registy-item-wrapper 
{

}

#checkoutConfirmDefault .rowEven td,
#checkoutConfirmDefault .rowOdd td{
	padding:7px;
}
#checkoutConfirmDefault .buttonRow {
	margin-top:13px;
}
#checkoutConfirmDefault .ccProductsHeading {
	text-align:left;
}
 .productListing-data
 {
 padding: 5px;
 }


.product-lists
{
	zoom:1;
	border-bottom:1px solid #9dd0d0;
}

.product-lists:after
{
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
}

#pageNotFoundMainContent
{
	border-bottom:1px solid #9dd0d0;
	width: 400px;
}

#bannerFive img
{

}

.cartBoxSubTotal, .cartBoxShipping 
{
	text-align: right;
	
}

#cartBoxShippingValue, #cartBoxTotalValue, #cartBoxSubTotalValue 
{
	font-weight: bold;
}

#advSearchDefault
{
	font-family: 'Lucida Sans',verdana, arial, helvetica, sans-serif;
}

#advSearchDefault:h1
{
	font-family: 'Lucida Sans',verdana, arial, helvetica, sans-serif;
}

#accountLinksWrapper 
{
	width: 100%;
}
#accountLinksWrapper li
{
	text-decoration: underline;
	margin-top: 10px;
}

.moreinfo-align 
{
	
	bottom: 0px;
	position: absolute;
	text-align:center;
	width: 100%;

}

.moreinfo-align img
{
	
	bottom: 0px;
	text-align:center;
}



.account-summery-show-all
{
	text-decoration: underline;
}
#address-wrapper
{
zoom:1;
}

#address-wrapper:after
{
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
}
#addressinstruction
{
	width: 350px;
	float:  right;
	border-left: 1px;
	border-left-style: solid;
	padding-left: 5px;
	color: #4B3326;
}

#addresstext
{

	float:  left;
	width: 200px;
	color: #4B3326;
}
.shipping-list
{
	list-style: none;
	width: 350px;
	line-height: 2.5em;
}
#productnotificationsHeading, #productnotificationsContent
{
 font-size: 0.9em;
}

.ordertotal-text
{
	font-size: 0.8em;
	font-weight: bold;
}
.ordertotal-amount
{
	font-size: 0.8em;
}

.ot-total-Amount
{
		border-bottom-style: double;
		border-top-style: solid;
		border-top-width: 1px;
}

.ot-table-row
{
	margin: 10px 0px;
}

.field-block-no-wrap
{
	zoom:1;
}
.field-block-no-wrap:after
{
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
.fiels-block-child
{
 float: left;
}
/*END OVERRIDE STYLES*/