body { 
	margin: 3px;
	background: #FFFFFF;
}

form { margin: 0px; }

h1, h2, h3, h4 { margin: 0px; }
 
ul {
	margin: 0px 0px 0px 22px;
	padding: 0px;
}

/* 
----------------------------------------------------
	IDs
----------------------------------------------------
*/

#container{
   min-width: none;
}

#hdTopNav{display: none;}

#printHeader{
	width: auto;
	color: #000000;
	background: #FFFFFF;
}

/* Header Styles */
#header {
	display: none;
}

/* Main Styles */
#main {
	width: auto;
	height: auto;
	margin: 5px
}

#productsOnSale, #featuredProducts { width: 100%; }

/* Left Styles */
#left {
	display: none;
}

/* Right Styles */
#right {
	display: none;
}

/* Shopping Cart Styles */
#shoppingCartTop {
	height: 21px;
	text-align: center;
}

#shoppingCartFrame {
	text-align: center;
	line-height: normal;
	padding: 5px;	
}

#shoppingCartImage {
	margin: 4px;	
}

#shoppingCartContents {
	text-align: left;
	margin-right: 2px;
}

/* Footer Styles */
#footer {
	width: auto;
	height: auto;
	text-align: center;
	margin: 5px 155px 5px 155px;
}



/* 
----------------------------------------------------
	CLASSES
----------------------------------------------------
*/

/* General Classes */

.floatLeft { float: left; }

.floatRight { float: right; }

.leftImageFloat {
	float: left;
	margin: 0px 5px 0px 5px;
}

.rightImageFloat {
	float: right;
	margin: 0px 5px 0px 10px;
}

.indent { margin-left: 5px; }

.spacer {
	clear: both;
	height: 1px;
}

.horizDivider {
	clear: both;
	height: 16px;
	background: url(/images/horizontalDivider.gif);	
}

/* Sword Classes */
.sword {
	height: 42px;			
}

.swordTitle {
	padding-top: 13px;
}

.swordLeft { 
	float: left;
	width: 75px;
	height: 42px;
}

.swordRight { 
	float: right;
	width: 75px;
	height: 42px;
}

/* Product Classes */
.productLeft {
	float: left;	
	width: 33%;
	text-align: center;
}

.productCenter {
	width: auto;
	text-align: center;
}

.productRight {
	float: right;		
	width: 33%;
	text-align: center;
}

.productData {
	margin: auto;
	width: 145px;
}

.product {
	position: relative;
	text-align: left;
}

.productSavings {
	position: absolute;	
}

.productTitle { height: 35px; }

.productDescription {
	height: 60px;
	text-align: left;	
	margin: 5px 0px 5px 0px;
}

/* Left Panel Classes */
.leftData {
	width: auto;
	margin: 3px 8px 10px 8px;
	line-height: 16px;
}

/* Search Classes */
.searchBox {
	margin-top: 5px;
}

/* Order Offline Classes */
.mailFaxOrder {
	margin: 5px 0px 0px 5px;
	text-align: left;
}

/* Shopping Cart Classes */
.addForShipping {
	margin: 3px 0px 5px 5px;
}

/* Right Panel Classes */
.rightData {
	width: auto;
	margin: 3px 3px 3px 6px;
	line-height: 16px;
}

.monthlySpecialData, .shippingData {
	margin: 0px 10px 10px 10px;
	line-height: 16px;
}

.minWidth{
	display: none;
}
.shouldDisp{
	display: none;
}
