html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
}

body, input, textarea, select, option {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11pt;
}


#wineSearchMap,
#inet_flash,
#inet_menu,
#inet_breadcrumbs,
#inet_submenu,
#inet_footerLinks,
#inet_cards,
div.section,
div.plainsection {
	display: none;
}

#inet_footer {
	margin: 1cm 0 0 0;
}


#myOptions {
	display: none;
}




table.wineResults {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

table.wineResults td {
	padding: 6px 0;
	text-align: center;
	vertical-align: top;
	border-bottom: 3px solid #605e5e;
	width: 261px;
}


table.wineResults .item {
	width: 235px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


table.wineResults .item h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 11pt;
	font-weight: normal;
}

table.wineResults .item h1 a {
	color: #fff;
	display: block;
}

table.wineResults .item h1 .offer {
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	padding: 5px 15px;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 2;
}

table.wineResults .item h1 span.img {
	display: block;
	height: 156px;
	overflow: hidden;
}

table.wineResults .item h1 .title {
	display: block;
	padding: 8px 0 2px 0;
	margin: 0 8px;
	overflow: hidden;
	white-space: nowrap;
}

table.wineResults .item h1 .vintage {
	display: block;
	padding: 2px 0 8px 0;
	width: 235px;
	overflow: hidden;
	white-space: nowrap;
}




table.wineList {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
}

table.wineList th {
	text-align: left;
	font-weight: bold;
}

table.wineList th.price {
	text-align: right;
}

table.wineList td {
	border-top: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 3px 0;
}

table.wineList td.price {
	text-align: right;
	padding-right: 0;
	padding-left: 10px;
}

table.wineList del.before {
	margin-right: 10px;
}

table.wineList .offer {
	font-weight: bold;
}




#shop_cart table {
	border: none;
	border-collapse: separate;
	margin: 0;
	width: 100%;
}

#shop_cart th {
	text-align: center;
	vertical-align: top;
	padding: 8px;
	text-transform: uppercase;
	font-size: 11pt;
}

#shop_cart th.description {
	text-align: left;
}


#shop_cart td {
	text-align: center;
	vertical-align: middle;
	border-top: 4px solid #181817;
	border-bottom: 4px solid #181817;
	padding: 10px;
}

#shop_cart td.description {
	text-align: left;
	vertical-align: top;
	border-left: 3px solid #181817;
	padding-left: 3px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#shop_cart td.price {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

#shop_cart td.icon {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

#shop_cart td.last {
	border-right: 3px solid #181817;
}


#shop_cart tr.total td {
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 20px 10px;


}

#shop_cart tr.fee td.description {
	text-transform: none;
}

#shop_cart tr.fee td {
	background: none;
	border: none;
	font-weight: normal;
	font-size: 11pt;
	padding: 5px 10px;
	border-bottom: 1px solid #262626;
}




#shop_cart div.img {
	width: 135px;
	overflow: hidden;
	float: left;
}

#shop_cart div.txt {
	margin-left: 145px;
	padding-bottom: 10px;
}

#shop_cart div.smallimg {
	width: 85px;
	overflow: hidden;
	float: left;
}


#shop_cart div.attr {
	font-size: 11pt;
	font-weight: normal;
	padding: 5px 0 0 0;
	text-transform: none;
}

#shop_cart td.description a {
	color: #fff;
	text-decoration: none;
}





h1 {
	text-transform: uppercase;
	font-size: 15pt;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 12pt;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

.reset {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 0 -1px 0;
}

.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
