/* @group html */

html, body {
	font: 0.875em/1.3em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

div, p, form, h1, h2, h3, h4, h5, ul, li, ol, dl, dt, dd {
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: none;
	color: #c7006e;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a.skip {
	display: none;
}

.right {
	float: none;
}

.left {
	float: none;
}

.hide {
	display: none;
}

.container {
	clear: both;
	width: 985px;
	margin: 0 auto;
}

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}

.title {
	font-size: 1.1em;
	text-transform: uppercase;
}

.tab a img{
	border-width: 0;
	border: none;
}

a:active,
input {
	outline: none;
}

.dark {
	color: #000;
}

img,
map {
	border: none;
}


.button {
	display: none;
}

.button {
	display: none;
}





.textbox, .textarea, select, input {
	font-size: 1em;
}


/* @end */

/* @group Header */

#header {
	display: block;
	width: 100%;
	padding: 0 0 15px;
}

/* @group Logo */

#header .logo a img {
	display: block;
}
/* @end */

/* @group Controls */

#header .controls {
	display: none;
}

/* @end */


/* @end */

/* @group Navigation */

#navigation {
	display: none;
}



/* @end */

/* @group Main Container */

/* @group Content */

#content {
	width: 100%;
}

/* @group Common */

/* @group Forms */
.form {
	padding: 10px 0;
}

.form,
.form .cell,
.form .cell-title,
.form .cell-field,
.form .row {
	float: none;
	width: 100%;
}

.form .row {
	padding-bottom: 10px;
}
.form .last {
	padding-bottom: 0;
}

.form .cell-title {
	padding-top: 4px;
	width: 90px;
	padding-right: 10px;
}

.form .cell-field {
	width: 410px;
}

.form .cell-field span {
	padding: 5px 0 0 0;
	display: block;
	float: none;
}


.form .cell-field p {
	clear: both;
	margin-bottom: 0;
}


.form .cell-field .wide {
	width: 300px;
}
/* @end */

/* @group Scondary Navigation */

#content #secondary-menu {
	display: none;
}

/* @end */

/* @group Social / Accessibility */

#content .main .social {
	display: none;
}

/* @end */

#content .main {
	width: 100%;
	padding: 8px 0 10px;
}

#content h1 {
	font-size: 1.5em;
	color: #000;
	padding: 8px 0 10px;
}

.sub-heading,
#content .main h2 {
	font-size: 1.3em;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	border-bottom: 5px solid #c7006e;
	margin-bottom: 10px;
	clear: both;
}

#content .main .three-column h3 {
	font-size: 1.3em;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 0.2em;
	padding-top: 15px;
	border-bottom: 5px solid #c7006e;
	margin-bottom: 5px;
}

#content .main h2 a {
	text-transform: lowercase;
	font-size: 0.80em;
	font-weight: normal;
}

#content .main h2 small {
	font-size: 1em;
	font-weight: normal;
}


#content .main .copy {
	width: 100%;
	padding: 15px 0;
}

#content .main .copy ul {
	width: 100%;
	padding-left: 15px;
	margin: 0 0 0.8em;
	list-style-image: url(../images/li.gif);
}

#content .main h3 {
	font-size: 1.2em;
	color: #000;
	padding-bottom: 0.5em;
}

#content .main {
	font-size: 0.95em;
}


#content #main-content {
	width: 800px;
	padding: 0 5px;
}

#content .main p {
	margin-bottom: 1em;
}
.preview {
	margin-bottom: 10px;
}

.preview .image {
	float: none;
	padding: 0 12px 0 0;
	margin: 0;
}

.preview .last {
	margin: 0;
	padding: 0;
}

ul.list,
ul.links {
	list-style: none;
	float: none;
	width: 100%;
}

ul.list li,
ul.links li {
	float: none;
	padding: 2px 0;
	width: 100%;
}

.side-bar .spotlight {	padding-bottom:15px;}



/* @group FAQ */

ul.faq {
	margin-bottom: 20px;
}
ul.faq li {
	padding: 5px 5px 4px;
	width: 500px;
	border-bottom: 1px solid #fff;
}


ul.faq li.odd {
	background: #efeeeb;
}

ul.faq li.even {
	background: #f7f6f3;
}


dl.divided,
dl.divided dt,
dl.divided dd {
	width: 510px;
}


dl.divided dt {
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}

dl.divided dd {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f0eee9;
}

dl.divided dd a.top {
	position: absolute;
	right: 0;
	bottom: 5px;
	overflow: hidden;
	height: 0;
	width: 12px;
	padding: 10px 0 0 0;
}


ul.divided {
}

ul.divided li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0eee9;
}



ul.divided ul li {
	padding: 2px 0;
	margin: 0;
	border-bottom: none;
}


#content .main .divided h3 {

	font-size:1em;
}

/* @end */

/* @group Listings */

.listing {
	float: none;
	list-style: none;
	padding-bottom: 10px;
	color: #000;
}

.above {
	border-top: 1px solid #f0eee9;
}

.spaced {
	padding-bottom: 30px;
}

.listing li {
	float: none;
	padding: 10px 0 10px;
	border-bottom: 1px solid #f0eee9;
}

.listing li.heading {
	float: none;
	list-style: none;
	padding: 0 0 5px;
	border-bottom: 1px solid #f0eee9;
	color: #666;
	/*font-size: 0.95em;*/
}


.listing li.heading a {
	color: #666;
	padding-right: 10px;
}

.listing li.heading a:hover {
	color: #c7006e;
	text-decoration: underline;
}

.listing li.heading a.ascending {
	background-image: url(../images/bg_ascending.gif);
}

.listing li.heading a.descending {
	background-image: url(../images/bg_descending.gif);
}

.listing li.heading .price {
	padding: 0;
}

.listing .image {
	width: 115px;
	padding-right: 15px;
}

.listing .image img {
	border: none;
}


.listing .product {
	float: none;
	width: 160px;
	padding-right: 15px;
}



.listing .details {
	float: none;
	width: 380px;
	padding-right: 0;
	color: #666;
}

.listing .details .title,
.listing .details .dateline {
	display: block;
	margin-bottom: 0.5em;
	color: #000;
	text-transform: none;
}

.listing .details .title {
	font-size: 1.4em;
}


.listing .details .title a {
	color: #000;
}

.listing .details .title a:hover {
	color: #c7006e;
	text-decoration: none;
}

.listing .details .dateline {
	font-size: 0.9em;
}


.listing .details a.more {
	display: block;
	width: 90%;
}

.listing .full {
	float: none;
	width: 100%;
	padding-right: 0;
}

.listing .wide {
	float: none;
	width: 380px;
	padding-right: 0;
}


.listing .product a {
	color: #000;
}

.listing .product a:hover {
	color: #c7006e;
	text-decoration: none;
}

.listing .image {
	position: relative;
}

.listing .bonus {
	height: 0;
	padding: 36px 0 0 0;
	width: 36px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
}

.feature .bonus {
	top: 54px;
	right: 10px;
}


.listing .price {
	float: none;
	width: 45px;
	padding: 4px 15px 0 0;
}


.listing .input {
	float: none;
	width: 145px;
	padding: 0;
}


.listing .input label {
	float: none;
	padding: 4px 5px 3px 0;
}


.listing .input .qty {
	width: 18px;
	border: none;
	background: #e9e7e1;	
	/*font-size: 0.95em;*/
	padding: 4px 2px 3px;
	height: 15px;
	float: none;
}



/* @end */

/* @group Pagination */

.pagination {
	display: none;
}

/* @end */
/* @end */

#content.home {
	font-size: 0.95em;
}

.input {
	display: none;
}

.overall,
.about-links,
#content .search-panel,
#buywine-nav,
#promotions-nav,
#suggestions-nav,
#regions-nav,
.event-details .past-images a span {
	display: none;
}

.price strong {
	font-size: 1.6em;
	color: #db1581;
	font-style: normal;
}

.price {
	font-style:italic;
}
.price span {
	text-decoration: line-through;
}

.two-column-landing .feature,
.two-column .feature {	border: 5px solid #F0EEE9;	padding: 10px;}

.two-column .column li {
	border-bottom:1px solid #F0EEE9;
	padding:7px 0 10px;
}
.three-column .recommend li span {
	padding-left: 20px;
}

.event-details .image {
	padding-bottom: 15px;
}


.full .one-column .sitemap .column ul ul {	padding:0 0 0 15px;}

/* @end */
/* @end */

/* @group Footer */


#footer {
	display: none;
}


/* @end */

