
/* sIFR
-----------------------------*/
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* page 
------------------------------*/
 
#header,
#footer,
#content,
#body,
#product-list {
	width: 750px;
	margin: 0;
	padding: 0;
	float: none;
	clear:none;
}
#list-page #product-list ul {
	float: none;
	width: 750px;
	margin: 0;
	padding: 0;
}
#list-page #product-list li {
	margin: 0;
	float: left;
	padding: 0;
	width: 150px;
}
#list-page #product-list li .image {
	display: inline;
}
#page {
	margin: 0;
	padding: 0;	
	float: none;
	width: 100%;
}

#sub-nav {
	display: none;
}
body#product-details-page #product-info {
	float: left;
	width: 370px;
}
#product-image {
	float: right;
	width: 200px;
	text-align: right;
}	
#content .banner {
	display: none;
}

*/
/* order confirmation page
------------------------------*/

body#order-thank-you-page #order-summary-total  {
	margin-left: 400px;	
}
body#order-thank-you-page #payment-details,
body#order-thank-you-page #billing-address {
	margin: 0;
}
body#order-thank-you-page #delivery-address,
body#order-thank-you-page #delivery-method  {
	margin-left: -20px;
}
body#order-thank-you-page p {
	width: 620px;
}

#sub-nav{
	display: none;
	width: 0;
}
#product-image {
	width: 200px;
	float: right;
	text-align: right;

}
#product-nav {
	display: none;
}

