/* General */
body {
	margin: 0 5%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 16px;
}
img {
	/*display: none;*/
}
form, ul {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #333;
	margin-bottom: 15px;
}
hr {
	margin-bottom: 15px;
}
a {
	color: #000;
	text-decoration: underline;
}

/* Layout */
#header, #menu, #homesearch, #home-box, #browse-sidebar, .paper-top, .paper-bttm, .separator-pattern { display: none; }
#ibox {
	border: none;
}
#col-left h1 { 
	border-bottom: 1px solid #ddd; 
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#col-left h1 a { text-decoration: none; }
.cta-box {
	width: 180px;
	padding-right: 25px;
	float: left;
}
.item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}
.item h4 {
	margin-bottom: 0;
}
#quicksearch {
	display: none;	
}
#col-right h1 img,
#col-right h2 img{
	display: none;
}
#col-right h1 {
	padding-bottom: 10px;	
}
#wine-detail .detailimg {
	float: left;
	width: 35%;
}
#wine-detail .detailtxt {
	float: left;
	width: 55%;
}
#browse-results h1 img {
	display: none;	
}
#browse-results .item {
	padding: 10px 0;
}
#browse-results .item .item-img {
	float: left;
	width: 20%;
}
#browse-results .item .item-txt {
	float: left;
	width: 60%;
}
#browse-results .item .item-txt-sm {
	float: left;
	padding-left: 85px;
	width: 60%;
}
#footer {
	clear: both;
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
}
#footer li {
	list-style: none;
	display: inline;
}

/* Tables */
th, td { text-align: left; }
.shoppingcart {
	margin-bottom: 20px;
}
.shoppingcart th {
	border-bottom: 1px solid #000;
}
.typical td {
	padding: 2px 0;
}

/* Classes */
.readmore, .shopnow, .detaillink, .cartlink, .back { display: none; }
.strong { font-weight: bold; }
.list, .numeric {
	margin-left: 15px;
	margin-bottom: 15px;
}


/* Format */
h1, h2, h3, h4, h5, p {
	margin: 0 0 15px 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix { height: 1%; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/ .clearfix { display: block; } * html .clearfix { height: 1%; } /* End hide from IE-mac */
