body, input, select, textarea, td, th, font {
   color:#353535;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   }
   
body {
	background:#fff;
	border: 0;
	margin: 0;
	padding: 0;
}
  

form,
p,
h1,h2,h3,h4,h5,h6,
img
{
	margin:0;
	border:0;
	padding:0;
}


b,strong{font-weight:bold;}



ul,
ol,
li{
	margin:0;
	padding:0;
	list-style:none;
}

a{
	color:#0000ff;
	text-decoration:underline;
	font-size:11px;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
}


/* 
* BASE ==========================================
*/


div#base{
	width:100%;
	}
	div#base-header{
		display:none;
		}
	div#base-header-print{
		width:100%;
		}
		div#base-header-print table{
			width:100%;
		}
	div#base-content{
		width:100%;
		}
	div#base-footer{
		display:none;
		}

br.cl{clear:both;margin-top:-1.2em;font-size:0;}



		
	div#columns{
		width:100%;
	}
	div#columns div#brands{
		display:none;
		}
	div#columns div#side{
		display:none;
	}
	div#crumbtrail{
		display:none;
	}
	div#order_nav{
		display:none;
	}

	table.shoppingcart{
		width:100%;	
		}
		table.shoppingcart th{
			color:#353535;
			text-align:left;
			font-size:12px;
		}
		table.shoppingcart td{
			border-bottom:1px solid #ededed;
			padding:12px 0;
			font-size:12px;
			}
		table.shoppingcart input.quantity{
			width:30px;
			height:15px;
			border:1px solid #7f9db9;
			text-align:right;
		}
		span.quantity_nav{
			position:absolute;
			width:10px;
			height:19px;
			overflow:hidden;
		}
	div#cart_footer{
		display:none;
	}

