
#breadcrumb {
	margin: 16px 0 0 0;
	color: #ccc;
	font-size: 11px;
	color: #eee;
}

#breadcrumb a {
	color: #eee;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #ffd177;
	text-decoration: underline;
}

#iframe {
	position: absolute;
	top: 34px;
	right: 11px;
	height: 40px;
	width: 240px;	
}

#iframe-bg {
	background: url(/images/content-cart-bg.jpg) repeat-x 0 -24px;
}

#displaycart {
	line-height: 30px;
	color: #ffd567;
	font-size: .84em;
}

#displaycart a {
	display: block;
	background: url(/images/viewcart-icon.gif) no-repeat 0 50%;
	padding-left: 16px;
	color: #ffd567;
	text-decoration: none;
	font-weight: 700;	
	
}

#displaycart a:hover {
	display: block;
	background: url(/images/viewcart-icon-over.gif) no-repeat 0 50%;
	padding-left: 16px;
	color: #fff;
}

.sub-sections {
	width: 560px;
	clear: left;
}

.sub-section-linkbox {
	text-align: center;
}

.sub-section-linkbox a {
	color: #fff486;
	font-size: 1.2em;
	text-decoration: none;
}

.sub-section-linkbox a:hover {
	color: #ffd567;
}


.product-listing-item {
	clear: left;
	margin: 0;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
	position: relative;
	width: 460px;
}

.product-listing-item h4 {
	padding: 0 0 5px 0 !important;
	font-size: 120% !important;
	font-weight: 500 !important;
	color: #ffc015;
	/*display: inline;*/
	margin: 0 0 0 0 !important;
}

.product-listing-item h4 a {
	color: #fff;
	text-decoration: none !important;
}

.product-listing-item h4 a:hover {
	color: #ffc015;
	text-decoration: underline;
}

.list-item-image {
	float: left;
	margin: 5px 0;
}

/*.list-item-image img {
	border: 1px solid #666;
}*/

.list-item-description {
	float: left;
	display: block;
	clear: none;
	padding: 10px 0;
	margin-left: 16px;
	text-align: left;
	width: 300px;
}

.list-item-bottom {
	clear: left;
	padding: 6px;
	background: #a47c48;
	color: #fff;
	font-weight: 700;
}

.list-order-input {
	float: right;
	padding: 3px;
}




/* product details display ================================================ */

#product_details {
	clear: left;
	width: 500px;
	min-height: 200px;
	margin: 0;
}

#product_description_price {
	font-size: 80%;
	color: #ffc015;
	padding-left: 10px;
}

#product_description {
	clear: left;
	color: #fff;
	margin: 0;
}

#product_special_offers {
	clear: left;
	padding: 8px 0; 
}

#product_options {
	clear: left;
}

#product_quantity {
	clear: left;
}

#product_order {
	clear: left;
}

#product_image {
	margin: 10px 0 0 0;
	padding: 5px;
	background: #fff;
	text-align: center;
	width: 500px;
}


#product-thumbs {
	clear: left;
	margin: 0;
	background: url(/images/thumb-swap.gif) no-repeat 50% 0;
	padding: 0;
}

#dynloadarea {
	clear: left;
	overflow: visible;
}

.dyn-spacer {
	margin: 0 5px 0 0;
	float: left;
	display: block;
	background: none;
}
 
.dyn-spacer a {
	padding-top: 25px !important;
	display: block;
	background: none;
} 

#thumbclear {
	clear: both;
	height: 1%;
}
 
#product_description_associated {
	clear: left;
	margin: 0 40px;
	padding: 10px 0 0 0;
	border-top: 0;
}



/* =============== checkout process ================ */

.inline-table {
	clear: left;
	width: 600px;
}

.inline-table th {
	background-color: #dc3307;
	color: #fff;
}

#yourcart {
	background: url(/images/viewcart-icon-over.gif) no-repeat 0 0 !important;
	padding-left: 34px !important;
}

#cart-choices {
	clear: left;
}

#cart-choices h2 {
	font-weight: 500;
	margin: 0 !important;
	padding: 5px;
	background-color: #dc3307;	
	border-bottom: 1px solid #fff;
}


#checkout-choice1 {
	float: left;
	width: 290px;
	padding: 0 10px;
}

#checkout-choice2 {
	float: left;
	width: 290px;
	padding: 0 10px;
	border-left: 1px dotted #ffd567;	
}






