* html #center-column {
    position: relative;
    right: -1px;
}

body {
	margin:10px;
	padding:0;
	text-align:center;
	background-color:#560f19;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	border:none;
}

#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:1px solid #ccc;
	background-image:url(../images/body_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-bottom:10px;
}

.clear {
	clear:both;
}

.clearBoth {
	clear:both;
}

#header {
	height:150px;
	background-image:url(../images/header_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#left-content { 
	margin:0 10px 0 60px;
	padding:10px;
	width:148px;
	background-color:#fefef9;
	background-image:url(../images/leftcontent_corner.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:absolute;
	display: inline;
}

#left-content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	margin-top:0;
	font-weight:100;
	color:#990000;
}

h3#shoppingcartHeading a, h3#shoppingcartHeading a:visited {
		margin:0 0 0 -15px;
		padding-left:5px;
		background-color:#600;
		color:#fff; 
}

#center-content {
	margin:0 72px 0 0px;
	padding:10px;
	width:519px;
	background-color:#fcfbf3;
	background-image:url(../images/centercontent_corner.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	font-size:0.8em;
	line-height:1.8em;
	display: inline; position: relative; right: -1px;
	float:right;
	min-height:850px;
	margin-bottom:10px;
}

#center-content ul {
		list-style:url(../images/bullet.gif);
}


#center-content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	margin-top:0;
	font-weight:100;
	color:#990000;
}

#center-content h2 {
	font-weight:bold;
	font-size:0.9em;
	margin:0;
	padding:0;
}

#center-content h3 {
	font-weight:bold;
	font-size:0.9em;
}

#center-content a, #center-content a:visited {
	color:#990000;
}

#footer {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.7em;
	color:#fff;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer-left {
	float:left;
}

#footer-right {
	float:right;
}

#left-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#left-content li { margin: 0; }

#left-content a {
	display: block;
	padding: 5px 10px 3px 0;
	width: 125px;
	color:#990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#left-content a:hover {
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration:underline;
}

#left-content ul ul li {
	margin: 0;
}

#left-content ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#left-content ul ul a:hover {
	color: #000;
	text-decoration: none;
}

/***** FROM ORIGINAL CSS ******/

.content p {	
	padding:2px 0 2px 0;
	
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 0.5em;
	padding: 0.5em;
}

.tableHeading TH {
	background-color:#afa881;
	color:#fff;
	padding:5px;

	}

.tableHeading, #cartSubTotal {
	background:#afa881;
	color:#fff;
	 }

#cartSubTotal {
	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: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	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;
	}
.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;
	
	padding:0;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
	.centerBoxContentsNew, .categoryListBoxContents {float: left;}
	
h5 {
	padding:5px;
	background-color:#afa881;
	margin:0 0 10px 0;
	color:#fff;
	background-image:url(../images/pro_description_h5_corner.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

h2.centerBoxHeading {
	padding:5px;
	background-color:#afa881;
	margin:0 0 10px 0;
	color:#fff;
	background-image:url(../images/tr_corner.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

 #productMainImage {
	/*background-image:url(../images/product_image_frame.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:180px;
	height:207px;*/

} 

#productMainImage img {
	/*margin-top:18px;
	margin-left:13px;
	margin-bottom:5px;*/
	border:1px solid #afa881;
}

#navBreadCrumb {
	background-color:#afa881;
	padding:5px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/breadcrumb_corner.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

td.productListing-data {
	margin-bottom:10px;
	padding:10px;
}

/* td.productListing-data img {
	background-image:url(../images/product_image_frame.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding:20px 20px 47px 20px;
} */

#indexProductListCatDescription {
	padding:10px;
	margin-bottom:10px;
	font-size:1em;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#categoryDescription {
	padding:10px;
	margin-bottom:10px;
	font-size:1.3em;
}

/* #allProductsDefault img {
	background-image:url(../images/product_image_frame.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding:20px 20px 47px 20px;
}

#newProductsDefault img {
	background-image:url(../images/product_image_frame.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	padding:20px 20px 47px 20px;
} */

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

.centerBoxContentsNew img {
	border:2px solid #afa881;
}

.centerBoxContentsNew {
	padding:20px;
}

#shoppingcart {
	color:#000;
	margin-right:5px;
	padding:5px;
}

#shoppingcart a, #shopping cart a:visited {
	color:#000;
}

.province {
	background-color:#e0deca;
	padding:5px;
	border-right:5px solid #fcfbf3;
}

.top {
	background-color:#e0deca;
}


#ezPageDefault ul.collections {
	margin:0;
	padding:0 10px 0 5px;
	list-style:none;
	list-style-image:none;
}

#ezPageDefault ul.collections li { padding-left:70px; overflow:hidden; margin-bottom:10px; }

#ezPageDefault ul.collections li img { float:left; position:relative; left:-70px; margin-right:-60px; }

#ezPageDefault h4 {
	font-size:1em;
	color:#990000;
	margin:0;
	padding:0;
}

.centerColumn p {
	margin:0 0 10px 0;
	padding:0;
} 

legend {
	color:#000;
}

.product_label {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	width:125px;
	height:160px;
}

#free-shipping {
	background-color:#560f19;
	margin-bottom:15px;
	height:45px;
	text-align:center;
	width:150px;
}

#free-shipping a, #free-shipping a:visited {
	color:#fff;
}

#free-shipping .title {
	font-size:1em;
	color:#fff;
	font-style:italic;
	font-weight:bold;
}

#browse-by-images {
	background-color:#560f19;
	padding:4px;
	margin-bottom:15px;
}

#browse-by-images a, #browse-by-images a:visited {
	color:#fff;
	text-decoration:underline;
}

#homepage_frame {
	border:none;
	background-color:#fcfbf3;
}

#homepage_boxes {

}

#homepage_boxes img {
}

iframe {
	border: 0px solid #ffffff;
	margin:0;
	padding:0;
}