/* @group Standard */

/* @group Tag Clean */
html, body {
	margin: 0;
	padding: 0;
}

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



/* @end */

/* @group Sprites */

.sprite {
	overflow: hidden;
	display: block;
	height: 0;
	background-image: url(../images/bg_sprite.gif);
	background-repeat: no-repeat;	
	background-position:  0 0;
}



/* @group Buttons */


.button {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
}

/* @end */


/* @end */

/* @group Over label */

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}



/* @end */

/* @group Links */


a {
	text-decoration: none;
	outline-style: none;
}

a:hover {
	text-decoration: underline;
}

a.skip {
	display: none;
}

a img {
	border: none;
}

a.more {
	width: auto;
	display: block;
	float: left;
	padding-left: 12px;
	background: url(../images/icon_more.gif) no-repeat 0 2px;	
}

a.pdf {
	width: auto;
	display: block;
	padding-left: 20px;
	float: left;
	background: url(../images/icon_pdf.gif) no-repeat 0 center;	
}
/* @end */

/* @group Sections */
.section,
.panel,
.pane {
	float: left;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}


/* @end */

/* @group Heading */

h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	margin-bottom: 8px;
}

h1 {
	font-size: 1.8em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
}

h6 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
	margin-bottom: 1em;
}


.copy .introduction {
	font-size: 1.2em;
	line-height: 1.5em;
}

/* @end */

/* @group Lists */
.copy ul,
.copy ol,
.copy dl {
	padding-left: 18px;
	margin-bottom: 1em;
	color: #999;
}	

ul.list,
ul.list li,
ul.CMSListRepeaterUL,
ul.CMSListRepeaterUL li {
	list-style: none;
	float: left;
	padding-left: 0;
}

/* @end */

/* @group Forms */

.form {
	float: left;
	width: 100%;
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */

.copy img {
	float: none;
	margin-bottom: 10px;
}

/* @end */

/* @group Bread Crumbs */

#content .breadcrumbs {
	float: left;
	margin-bottom: 0.5em;
	width: 100%;
}


/* @end */

/* @group Lightbox */

#TB_ajaxContent .header,
#TB_ajaxContent .content {
	width: 520px;
	float: left;
}


#TB_ajaxContent .header h2 {
	width: 460px;
	float: left;
	padding: 0;
	margin: 0;
}


#TB_closeWindowButton,
#TB_ajaxContent .header .close-lightbox {
	float: right;
	overflow: hidden;
	display: block;
	height: 0;
	padding: 20px 0 0 0;
	width: 55px;
	background: url(../images/close.gif) no-repeat 0 0;
	border: none;
	border-width: 0;
	cursor: pointer;
}


#TB_closeWindowButton:hover,
#TB_ajaxContent .header .close-lightbox:hover {
	background-position: 0 -20px;
	cursor: pointer;
}

/* @group Notes */

#notes {
	width: 520px;
	height: 300px;
	overflow: auto;
	float: left;
	margin-bottom: 10px;
	padding-top: 5px;
}

#notes table {
	width: 490px;
	border-bottom: 1px solid #333;
}

#notes table td {
	width: 330px;
	vertical-align: top;
	border-top: 1px solid #333;
	padding: 5px 10px 0 0;
}

#notes td.title {
	width: 140px;
}

#notes td.title h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-family:Georgia,serif;
}

/* @end */

/* @group Reviews */

#reviews {
	width: 520px;
	float: left;
	margin-bottom: 10px;
	padding-top: 5px;
}

#reviews .comment {
	width: 290px;
	float: left;
	padding-right: 10px;
	height: 200px;
	overflow: auto;
}

#reviews table {
	float: right;
	width: 200px;
	border-bottom: 1px solid #333;
}

#reviews table td {
	width: 70px;
	vertical-align: top;
	border-top: 1px solid #333;
	padding: 5px 10px 0 0;
}

#reviews td.title {
	width: 110px;
}

#reviews td.title h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-family:Georgia,serif;
}


#reviews .score {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
}
#reviews .score td.details{
	padding-top: 8px;
	color: #E2B04C;
}

#reviews .score td.title h4 {
	margin-bottom: 5px;
}

/* @end */




/* @end */

/* @group FAQs */


ul.anchor-links a {
	padding-left: 12px;
	background: url(../images/icon_arrow.gif) no-repeat 0 center;
}



.anchor {
	float: left;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #eee;
	width: 100%;
	
}

/* @end */

/* @group Sitemap */

ul.CMSSiteMapList {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.CMSSiteMapList li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #eee;
}

ul.CMSSiteMapList ul {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	list-style: none;
	width: 100%;
}

ul.CMSSiteMapList ul li{
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
	width: 100%;
	border-bottom: none;
}


ul.CMSSiteMapList ul ul {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	list-style: none;
	width: 100%;
}

/* @group Links */

ul.CMSSiteMapList a.CMSSiteMapLink {
	font-size: 1.2em;
	line-height: 1.6em;
}

/* @end */


/* @end */

/* @group Pagination */



.pagination {
	float: left;
}

.pagination a,
.CMSListRepeaterUL .pagination a {
	color: #fff;
}

.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination ul li {
	float: left;
	padding: 0 7px 0 0;
	line-height: 1em;
	border: none;
}

.pagination ul li.last,
.pagination ul li.next {
	
}

.pagination ul li a.active {
	color: #999;
	font-weight: 700;
}
.pagination a:hover {
	text-decoration: underline;
}
/* @end */
/* @end */

/* @group Site Specific */

/* @group HTML */
/*font: 0.875em/1.3em Arial, sans-serif;*/
/*font: 0.8em/1.6em Arial, sans-serif;*/
html, body {	
	font: 11px/1.5em Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #000;
	color: #999;
}
/* @end */

/* @group Common */

#container {
	width: 100%;
	float: left;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.container .section {
	width: 100%;
	float: left;
}


a {
	color: #999;
	cursor: pointer;
}




a.all {
	font-style: italic;
}
a:hover {
	color: #fff;
	cursor: pointer;
}

/* @group Copy */

.copy {
	padding: 0 10px;
}
.copy p a {
	color: #e2b04c;
}
.copy h1 a,
.copy h2 a,
.copy h3 a,
.copy h4 a,
.copy h5 a,
.copy h6 a  {
	color: #fff;
}

/* @group Caption */

.copy .caption {
	font-style: italic;
}
.copy .caption a {
	color: #999;
}

.copy .caption a:hover {
	color: #fff;
}

/* @end */

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	padding: 0;
	margin-bottom: 0.5em;
}

h1, h2, h3 {
	font-weight: 400;
	font-family: Georgia, serif;
}

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
}


h2 {
	font-size: 1.3em;
	line-height: 1.2em;
}


h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}


h4, h5, h6 {
	font-size: 1.1em;
}

/* @end */

/* @group Form */




.form .input,
.form .buttons {
	float: left;
	width: 100%;
	margin-bottom: 20px;
} 

.textbox, 
select,
textarea {
	border: none;
	border-width: 0;
	background: #999;
	color: #111;
	padding: 3px;
	font: 11px/1.2em Arial, sans-serif;
	letter-spacing: 0.05em;
}

.fielderror {
	color: #e2b04c;
	margin: 5px 0;
}


.mandatory {
	color: #e2b04c;
	font-weight: 700;
	font-size: 1.1em;
}
.cell-title {
	float: left;
	padding: 3px 20px 10px 0;
	width: 140px;
}


.cell-field {
	float: right;
	padding: 0 0 10px 0;
	width: 360px;
}

.cell-field .wide {
	width: 240px;
}


.EditingFormTable {
	border-collapse: collapse;
}


.EditingFormTable td {
	vertical-align: top;
	padding: 0 0 10px;
}

.EditingFormTable td.EditingFormLabelCell {
	padding: 3px 0 10px;
}
.EditingFormTable td td {
	padding: 3px 0 0;
}

.EditingFormTable table {
	margin-bottom: 0;
}




.EditingFormTable .textbox,
.EditingFormTable textarea {
	width: 260px;
}

/* @group Buttons */

.buttons {
	float: right;
}

td.buttons {
	float: none;
}

.button {
	padding-top: 19px;
}

.buttons .add-to-cart {
	width: 89px;
	background-position: 0 -25px;
}

.buttons .add-to-cart:hover {
	background-position: 0 -44px;
}

.buttons .proceed-to-checkout {
	width: 145px;
	background-position: -89px -25px;
}

.buttons .proceed-to-checkout:hover {
	background-position: -89px -44px;
}


.buttons .submit {
	width: 60px;
	background-position: -234px -25px;
}

.buttons .submit:hover {
	background-position: -234px -44px;
}

.buttons .cancel {
	width: 62px;
	background-position: -294px -25px;
}

.buttons .cancel:hover {
	background-position: -294px -44px;
}

.FormButton {
	float: left;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(../images/bg_sprite.gif) no-repeat -234px -25px;
	border: none;
	border-width: 0;
	cursor: pointer;
	width: 60px;
	padding-top: 19px;
}

.FormButton:hover {
	width: 60px;
	background-position: -234px -44px;
}



.buttons .update {
	width: 60px;
	background-position: -356px -25px;
}

.buttons .update:hover {
	background-position: -356px -44px;
}



.buttons .continue-shopping {
	width: 128px;
	background-position: -416px -25px;
}

.buttons .continue-shopping:hover {
	background-position: -416px -44px;
}

.buttons .back {
	width: 48px;
	background-position: -544px -25px;
}

.buttons .back:hover {
	background-position: -544px -44px;
}

.buttons .next {
	width: 49px;
	background-position: -592px -25px;
}

.buttons .next:hover {
	background-position: -592px -44px;
}

.buttons .order-now {
	width: 86px;
	background-position: -641px -25px;
}

.buttons .order-now:hover {
	background-position: -641px -44px;
}

.buttons .complete-payment {
	width: 126px;
	background-position: -727px -25px;
}

.buttons .complete-payment:hover {
	background-position: -727px -44px;
}





/* @end */


/* @end */

/* @end */

/* @group Header */

#header {
	width: 100%;
	float: left;
}

/* @group Logo */

.logo {
	width: 240px;
	float: left;
	padding: 40px 0 0 0;
}


.logo a {
	width: 180px;
	height: 0;
	overflow: hidden;
	display: block;
	float: left;
	padding: 25px 0 0 0;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
}

.logo a img {
	display: none;
}

/* @end */

/* @group Shopping Cart */

.shoppingcart {
	width: 230px;
	float: right;
	padding: 40px 0 0 0;
	line-height: 1.3em;
}

#shoppingcart {
	float: left;
	padding-right: 10px;
}

#shoppingcart:hover {
	text-decoration: none;
	color: #999;
}

#shoppingcart span {
	color: #fff;
}
#shoppingcart:hover span{
	text-decoration: underline;
	color: #fff;
}
#checkout {
	float: left;
	border-left: 1px solid #666;
	padding-left: 10px;
}

/* @end */

/* @end */

/* @group Content */


#content {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

/* @group Primary Navigation */

.navigation {
	float: left;
	width: 220px;
	padding: 33px 20px 0 0;
}

#primary-navigation,
#primary-navigation ul,
#primary-navigation ul ul {
	width: 180px;
	float: left;
	list-style: none;
}



#primary-navigation li {
	font: 400 1.3em/1.2em Georgia, serif;
	width: 180px;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	float: left;
}

#primary-navigation a {
	width: 160px;
	padding: 12px 10px;
	display: block;
}

#primary-navigation a:hover,
#primary-navigation a.CMSListMenuLinkHighlighted {
	color: #fff;
	text-decoration: none;
}

#primary-navigation .CMSListMenuHighlightedLI,
#primary-navigation .CMSListMenuHighlightedLIfirst,
#primary-navigation .CMSListMenuHighlightedLIlast {
	background: #141414;
}


#primary-navigation li li {
	font: 11px/1.5em Arial, sans-serif;
	text-transform: none;
	border-bottom: none;
}

#primary-navigation ul a {
	padding: 0 10px 10px 10px;
}


#primary-navigation ul .active a,
#primary-navigation ul .inactive a {
	padding-left: 25px;
	width: 145px;
	background-image: url(../images/icon_toggle.gif);
	background-repeat: no-repeat;
	
}

#primary-navigation ul .inactive a {
	background-position: 10px 4px;
	color: #999;
}

#primary-navigation ul .inactive a:hover {
	background-position: -790px 4px;
	color: #fff;
}

#primary-navigation ul .active a {
	background-position: -1590px 4px;
	color: #fff;
	font-weight: 700;
}

#primary-navigation ul .active a,
#primary-navigation ul a.CMSListMenuLinkHighlighted,
#primary-navigation ul .active ul a.CMSListMenuLinkHighlighted  {
	font-weight: 700;
}



#primary-navigation ul .inactive ul {
	display: none;
}

#primary-navigation ul .active ul {
	display: block;
}


#primary-navigation ul ul a,
#primary-navigation ul .active ul a,
#primary-navigation ul .inactive ul a {
	width: 140px;
	padding: 0 10px 10px 30px;
	background: none;
}


#primary-navigation ul .active ul a {
	color: #999;
	font-weight: 400;
}

#primary-navigation ul .active ul a.CMSListMenuLinkHighlighted,
#primary-navigation ul .active ul a:hover {
	color: #fff;
}

/* @end */

/* @group Content */

/* @group Sitemap */



ul.CMSSiteMapList {
	width: 700px;
}

ul.CMSSiteMapList li {
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	width: 100%;
	border-bottom: none;
}

ul.CMSSiteMapList ul {
	width: 680px;
}

ul.CMSSiteMapList ul ul {
	width: 660px;
}

/* @group Links */


ul.CMSSiteMapList a.CMSSiteMapLink {
	font-weight: 400;
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #fff;
	border-bottom: 1px solid #333;
	width: 700px;
	float: left;
	padding-bottom: 5px;
}

ul.CMSSiteMapList a.CMSSiteMapLink:hover {
	color: #fff;
	text-decoration: underline;
} 



ul.CMSSiteMapList ul a.CMSSiteMapLink {
	color: #e2b04c;
	text-decoration: none;
	font-size: 0.97em;
	line-height: 1.6em;
	background: url(../images/icon_more.gif) no-repeat 0 center;
	padding: 0 0 0 12px;
	font: 11px/1.5em Arial, sans-serif;
	border-bottom: none;
	width: auto;
	float: left;
}

ul.CMSSiteMapList ul a.CMSSiteMapLink:hover {
	text-decoration: underline;
}


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

#content .content {
	width: 720px;
	float: right;
	padding-top: 45px;
}

.home #content .content {
	padding-top: 0px;
}

/* @group Lists */

/* @group Repeater - News */

.CMSListRepeaterUL {
	width: 700px;
}

.CMSListRepeaterUL li {
	padding: 7px 0 30px;
	border-bottom: 1px solid #333;
}

.CMSListRepeaterUL li.CMSListRepeaterLIlast {
	padding: 7px 0 0;
	border-bottom: none;
}

.CMSListRepeaterUL a {
	display: block;
	color: #999;
}

.CMSListRepeaterUL a:hover {
	text-decoration: none;
}


.CMSListRepeaterUL .title,
.CMSListRepeaterUL .byline,
.CMSListRepeaterUL .description {
	display: block;
	width: 700px;
}

.CMSListRepeaterUL .title,
.CMSListRepeaterUL .byline span {
	color: #fff;
	font-style: normal;
}

.CMSListRepeaterUL .title {
	margin-bottom: 2px;
	font-size: 1.1em;
}

#vineyards.CMSListRepeaterUL .title {
	font-weight: 400;
	font-family: Georgia, serif;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.CMSListRepeaterUL .byline {
	margin-bottom: 4px;
}


.CMSListRepeaterUL .link {
	color: #e2b04c;
}


.CMSListRepeaterUL a:hover .title,
.CMSListRepeaterUL a:hover .link {
	text-decoration: underline;
}
.CMSListRepeaterUL a:hover .description {
	color: #fff;
}


.column .CMSListRepeaterUL {
	margin-bottom: 0;
}
.column .CMSListRepeaterUL li,
.sidebar .CMSListRepeaterUL li {
	padding: 0 0 14px;
	border-bottom: none;;
}
.column .CMSListRepeaterUL,
.sidebar .CMSListRepeaterUL,
.column .CMSListRepeaterUL .title,
.column .CMSListRepeaterUL .byline,
.column .CMSListRepeaterUL .description,
.sidebar .CMSListRepeaterUL .title,
.sidebar .CMSListRepeaterUL .byline,
.sidebar .CMSListRepeaterUL .description {
	width: 220px;
}

/* @end */

/* @group Listing */

ul.listing,
ul.listing li {
	width: 700px;
}
.listing h2 {
	border-bottom: 1px solid #333;
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 100%;
	text-transform: uppercase;
}

.listing h2 a {
	color: #fff;
	
}
.listing .image {
	padding-top: 3px;
	width: 220px;
	margin: 0;
}

.listing .description {
	width: 460px;
}

.listing .odd .image {
	float: left;
	padding-right: 20px;
}

.listing .odd .description {
	float: right;
}


.listing .description ul {
	width: 460px;
	list-style: disc;
}

.listing .description ul li {
	width: 440px;
	padding: 0;
	list-style: disc;
	margin-bottom: 0.5em;
}

.listing .even .image {
	float: right;
	padding-left: 20px;
	
}

.listing .even .description {
	float: left;
}


.listing li {
	padding: 20px 0 0;
}
/* @end */

/* @group Wine  Listing */

.wine-listing h2 {
	border-bottom: 1px solid #333;
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 100%;
	text-transform: uppercase;
}

ul.wine-listing,
ul.wine-listing li {
	width: 700px;
	padding-bottom: 20px;
}

.wine-listing .image {
	float: left;
	width: 220px;
	margin-bottom: 0;
	padding: 0 10px 0 0;
}
.wine-listing .image img {
	float: right;
	margin-bottom: 0;
}

.wine-listing .description {
	float: right;
	width: 460px;
	padding-left: 10px;
}

.wine-listing .column-left {
	float: left;
	width: 220px;
	padding: 0 10px 0 0;
}

.wine-listing .column-right {
	float: right;
	width: 220px;
	padding: 0 0 0 10px;
}


.wine-listing .column-right li {
	padding: 0 0 5px;
	width: 220px;
}
.wine-listing .column-right a {
	color: #e2b04c;
	display: block;
}
/* @end */

/* @group Panel Lists */


.panel {
	width: 700px;
}

.panel-list,
.panel-list .row {
	width: 700px;
	float: left;
}

.panel-list li {
	padding: 0;
}


.panel-list .active .header a,
.panel-list .inactive .header a {
	padding-left: 15px;
	display: block;
	background-image: url(../images/icon_toggle.gif);
	background-repeat: no-repeat;
	
}

.panel-list .inactive .header a {
	background-position: 0 4px;
	color: #999;
	width: 675px;
}

.panel-list .inactive .header a:hover {
	background-position: -800px 4px;
	color: #fff;
}

.panel-list .active .header a {
	background-position: -1600px 4px;
	color: #fff;
	width: 250px;
}

.panel-list ul {
	margin-bottom: 0;
}

.panel-list .detials {
	float: left;
	width: 700px;
}

.panel-list .inactive .detials {
	display: none;
}
/* @group Rows */

.panel-list .row {
	padding: 5px 0;
	position: relative;
}

.panel-list .row .notice {
	position: absolute;
	left: 0;
	top: 0;
	height: 21px;
	font-size: 12px;
	width: 100%;
	float: left;
	background: url(../images/bg_notice.png) repeat 0 0;
	padding: 5px 0;
	text-align: center;
	color: #e2b04c;
	display: none;
	overflow: hidden;
}


.panel-list .row .title,
.panel-list .row .vintage,
.panel-list .row .bottle,
.panel-list .row .cost,
.panel-list .row .quantity,
.panel-list .row .buttons,
.panel-list .row .date,
.panel-list .row .download  {
	float: left;
	padding-right: 10px;
	width: 70px;
}

.panel-list .header .vintage,
.panel-list .header .bottle,
.panel-list .header .cost,
.panel-list .header .quantity,
.panel-list .header .buttons,
.panel-list .header .date,
.panel-list .header .download {
	display: none;
}

.panel-list .active .row .title,
.panel-list .active .row .vintage,
.panel-list .active .row .bottle,
.panel-list .active .row .cost,
.panel-list .active .row .quantity,
.panel-list .active .row .buttons, 
.panel-list .active .row .date,
.panel-list .active .row .download {
	display: block;
}
.panel-list .row .title {
	width: 240px;
	padding-left: 25px;
	color: #e2b04c;
}

.panel-list .header .title {
	color: #999;
}

.panel-list .header .title:hover {
	color: #fff;
	text-decoration: none;
}


.panel-list .row .date {
	width: 100px;
}

.panel-list .row .download {
	width: 120px;
}


.panel-list .row .vintage {
	width: 70px;
}

.panel-list .row .bottle {
	width: 70px;
}

.panel-list .row .cost {
	width: 70px;
}

.panel-list .row .quantity {
	width: 70px;
}

.panel-list .row .quantity .textbox {
	width: 54px;
}

.panel-list .row .buttons {
	width: 100px;
	padding: 0 5px 0 0;
	float: right;
}

.panel-list .row .buttons .button{
	float: right;
}
/* @end */

.detials .buttons {
	float: right;
	padding: 10px 5px 0;
}

.panel-list li.odd {
	background: #000;
}

.panel-list li.even {
	background: #1a1a1a;
}


/* @end */


/* @end */

/* @group Main */

.main {
	width: 480px;
	float: left;
}
h2.news {
	font-size: 1.2em;
	font-weight: 700;
	font-family: Arial, sans-serif;
	margin-bottom: 4px;
}

.byline span {
	color: #fff;
	font-style: normal;
}

.byline {
	display: block;
	margin-bottom: 20px;
}
/* @end */



/* @group Sidebar */

.sidebar {
	width: 240px;
	padding: 30px 0 0;
	float: left;
}


.home .sidebar {
	padding: 45px 0 0;
}

.heading {
	float: left;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #333;
}

.heading h2,
.heading h3 {
	float: left;
	width: 160px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.heading h2 {
	width: 100%;
	font-size: 1.2em;
}
.heading a {
	float: right;
	width: 60px;
	text-align: right;
}

.sidebar .copy a.more {
	float: none;
}

.sidebar h4 {
	width: 220px;
	clear: left;
	margin-bottom: 5px
}

/* @group Vineyards */


.sidebar #vineyards,
.sidebar #vineyards li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
}
.sidebar #vineyards li {
	margin-bottom: 14px;
}

#vineyards .header, 
#vineyards .detials {
	padding: 0;
	float: left;
	width: 220px;
}


#vineyards .header a.title {
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	font-family: Georgia, serif;
	background-image: url(../images/icon_toggle.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#vineyards .active a.title,
#vineyards .inactive a.title {
	background-image: url(../images/icon_toggle.gif);
	background-repeat: no-repeat;
}

#vineyards .inactive a.title {
	background-position: 0px 4px;
	color:#eee;
}

#vineyards .inactive a.title:hover {
	background-position: -800px 4px;
	color: #fff;
}

#vineyards .active a.title {
	background-position: -1600px 4px;
	color: #fff;
}

#vineyards .inactive .detials {
	display: none;
}

#vineyards .active .detials {
	display: block;
}



#vineyards .detials p {
	width: 220px;
	float: left;
}

#vineyards .detials p.last {
	margin-bottom: 0;
}


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

/* @group Products */

h1.right {
	width: 470px;
	float: right;
}

.product-image {
	width: 240px;
	float: left;
}
.product {
	width: 480px;
	float: left;
}

.product .column {
	width: 240px;
	float: left;
	padding-bottom: 20px;
}




.product .purchase {
	width: 460px;
	padding-left: 10px;
	float: left;
	padding-bottom: 20px;
}

.purchase h3 {
	float: left;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
}

.purchase table {
	width: 460px;
	clear: left;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.purchase td {
	border-bottom: 1px solid #000;
	padding: 3px 10px;
	background: #1a1a1a;
}


.purchase th {
	border-bottom: 1px solid #000;
	padding: 3px 10px;
	background: #000;
	text-align: left;
	font-weight: 400;
}


td.size {
	width: 70px;
}

td.vintage {
	width: 110px;
}
td.vintage select {
	width: 90px;
}


td.cost {
	width: auto;
}


td.quantity {
	width: 60px;
}
td.quantity .textbox {
	width: 54px;
}

td.buttons {
	width: 90px;
}

.purchase div.buttons {
	padding-right: 10px;
}


/* @end */

/* @group Checkout */

/* @group Details */

.checkout,
.checkout .details, 
.checkout .details .row {
	float: left;
	width: 700px;
}

.checkout {
	padding-top: 15px;
}
.checkout .details .row {
	width: 520px;
}

.checkout .details {
	margin-bottom: 25px;
}

.checkout .textbox {
	width: 300px;
	float: left;
}


.checkout select {
	width: 150px;
	float: left;
}

.checkout .narrow {
	width: 70px;
}
.checkout .medium {
	width: 150px;
}


.checkout .cell-title {
	padding-left: 10px;
	width: 130px;
}

.checkout h2 {
	float: left;
	width: 700px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	padding-bottom: 7px;
}


.checkout .fielderror {	
	clear: left;
	width: 350px;
	display: block;
}



.checkout .mandatory {
	padding-left: 5px;
	float: left;
}


.checkout .of {
	padding: 0 5px;
	float: left;
}

.checkout .cell-field p {
	padding-top: 3px;
	margin-bottom: 0;
}
.checkout p.paypal {
	padding-left: 10px;
}

.checkout .price {
	color:#fff;
	font-size: 12px;
}

#ctl00_ContentPlaceHolder1_sc_cartElem_wzdStep2_chkShippingAddr {
	margin-right: 10px;
}

#ctl00_ContentPlaceHolder1_sc_cartElem_wzdStep2_CountrySelector1_drpCountry {
	margin-bottom: 5px;
}


fieldset {
	border: none;
}


legend {
	font-size: 1.3em;
	color: #fff;
	font-family: Georgia,serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.shopping-cart fieldset th, .shopping-cart fieldset td {
	border-bottom: none;
}

/* @group Steps */

#content .steps {
	float: left;
	width: 700px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#content .steps ul {
	float: left;
	width: 699px;
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #333;
	font-size: 13px;
}
#content .steps span {
	font-family: Georgia,serif;
	font-weight: 400;
}


#content .steps li {
	float: left;
	width: 108px;
	padding: 3px 0 3px 7px;
	border-right: 1px solid #333;
}
#content .steps li.completed {
	background: #1a1a1a;
	color: #666;
}
#content .steps li.active {
	background: #b38c3c;
	color: #fff;
}
/* @end */
/* @end */

/* @group Buttons */

.checkout-buttons {
	border-top: 1px solid #333;
	width: 680px;
	padding: 7px 10px;
	float: left;
}

.checkout-buttons .negative {
	float: left;
} 

.checkout-buttons .positive {
	float: right;
} 
.checkout-buttons .positive .button {
	margin-left: 10px;
} 

/* @end */

/* @group Shopping Cart */

.shopping-cart,
.shopping-cart .header,
.shopping-cart .detials,
.shopping-cart .totals,
.shopping-cart .row {
	float: left;
	width: 700px;
}

/* @group Totals */

.shopping-cart .totals {
	padding: 0 0 20px;
}

.shopping-cart .totals .amount {
	float: right;
	padding-right: 10px;
	width: 100px;
	text-align: right;
}

.shopping-cart .totals strong {
	color: #fff;
	font-size: 12px;
}

.shopping-cart .totals .type {
	float: left;
	width: 580px;
	padding-right: 10px;
	font-weight: 700;
	text-align: right;
}


.shopping-cart .totals .breaker {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1e1e1e;
}

.shopping-cart .row {
	padding: 5px 0;
}

/* @end */

/* @group Rows */


.shopping-cart h2 {
	width: 700px;
	border-bottom: 1px solid #333;
	margin-bottom: 7px;
	padding-bottom: 7px;
}



.shopping-cart .details {
	margin-bottom: 10px;
}
.shopping-cart th,
.shopping-cart td  {
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #1e1e1e;
	font-weight: 400;
}

.shopping-cart th {
	padding: 5px 10px 2px 0;
}

.shopping-cart .row .wine {
	width: 200px;
}

.shopping-cart .confirm .wine {
	width: 250px;
	padding-left: 10px;
}

.shopping-cart .wine a,
.shopping-cart .wine a:hover {
	text-decoration: none;
	color: #e2b04c;
	display: block;
	float: left;
	width: 100%;
}

.shopping-cart .wine a img {
	float: left;
	margin: 0 15px 0 0;
}

.shopping-cart .wine a strong {
	color: #fff;
	font-weight: 400;
	font-family: Georgia, serif;
	font-size: 14px;
	display: block;
	padding-top: 22px;
}

.shopping-cart .wine a span {
	display: block;
}

.shopping-cart .wine a:hover span {
	text-decoration: underline;
}

.shopping-cart .remove {
	width: 50px;
	padding-left: 10px;
}
.shopping-cart td.remove {
	text-align: center;
}
.shopping-cart .quantity .textbox {
	width: 54px;
}

.shopping-cart .subtotal {
	width: 100px;
	text-align: right;
}


/* @end */



/* @end */



/* @end */


/* @end */

/* @end */

/* @group Footer */


#footer {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.super {
	width: 100%;
	float: left;
	height: 27em;
}


#secondary-navigation {
	width: 960px;
	float: left;
	list-style: none;
}


#secondary-navigation a {
	height: 68px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/bg_footer_sprite.jpg);
	width: 100px;
	padding: 70px 0 0;
	margin: 0 10px;
	display: block;
}
#secondary-navigation .hover a,
#secondary-navigation a:hover {
	text-decoration: none;
	color: #fff;
}


#secondary-navigation .grenache a {
	background-position: 0 0;
}

#secondary-navigation .syrah a {
	background-position: -100px 0;
}

#secondary-navigation .cabernet a {
	background-position: -200px 0;
}

#secondary-navigation .merlot a {
	background-position: -300px 0;
}

#secondary-navigation .mourvedre a {
	background-position: -400px 0;
}

#secondary-navigation .vineyards a {
	background-position: -500px 0;
}

#secondary-navigation .cellar a {
	background-position: -600px 0;
}

#secondary-navigation .newsletter a {
	background-position: -700px 0;
}

#secondary-navigation li {
	width: 120px;
	float: left;
	height: 138px;
	font-weight: 700;
	position: relative;
	background: url(../images/bg_footer_divider.gif) no-repeat right 70px;
}

#secondary-navigation li.newsletter {
	background: none;
}

#secondary-navigation ul {
	list-style: none;
	width: 120px;
	display: none;
}

#secondary-navigation li li {
	width: 120px;
	float: left;
	height: auto;
	font-weight: 400;
	position: static;
}


#secondary-navigation ul {
	position: absolute;
	top: 87px;
	left: 10px;

}

#secondary-navigation .cabernet ul,
#secondary-navigation .newsletter ul {
	top: 105px;
}

#secondary-navigation .hover ul a,
#secondary-navigation ul a {
	background: none;
	height: auto;
	padding: 1px 0;
	margin: 0;
	color: #999;
}


#secondary-navigation ul a:hover {
	color: #fff;
}

.standard {
	width: 100%;
	float: left;
}

.standard li {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #333;
}
.standard li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.social {
	float: right;
}

/* @end */

/* @group Lightbox */

#TB_window .header,
#TB_window .content {
	color: #999;
	padding: 20px 20px 0;
	background: #000;
	font-size: 11px;
}

#TB_window .header h2 {
	font-size: 1.5em;
	line-height: 1.2em;
}
#TB_ajaxContent .content {
	padding: 0 20px 20px;
}

#TB_window .header {
	padding-bottom: 15px;
	
}

#TB_ajaxContent .content .byline {
	display: block;
	margin-bottom: 10px;
}

#TB_ajaxContent .content p {
	padding: 0;
}

#TB_ajaxContent .content a {
	color: #999;
}

#TB_ajaxContent .content a:hover {
	color: #fff;
}

#TB_ajaxContent .content a.pdf {
	margin-bottom: 5px;
	
}
#TB_ajaxContent .content a.more {
	clear: left;
	width: 100px;
}

#TB_ajaxContent .content p.introduction {
	font-size: 1.2em;
	line-height: 1.4em;
}


#TB_ajaxContent .content .buttons {
	float: left;
	padding: 10px 0;
}

#TB_ajaxContent .content .buttons .button {
	margin-right: 10px;
}

#TB_ajaxContent .content select {
	width: 70px;
}

/* @end */

/* @end */

/* @group Notes */
/*
Points		Pixels		Ems			Percent
6pt			8px			0.5em		50%
7pt			9px			0.55em		55%
7.5pt		10px		0.625em		62.5%
8pt			11px		0.7em		70%
9pt			12px		0.75em		75%
10pt		13px		0.8em		80%
10.5pt		14px		0.875em		87.5%
11pt		15px		0.95em		95%
12pt		16px		1em			100%
13pt		17px		1.05em		105%
13.5pt		18px		1.125em		112.5%
14pt		19px		1.2em		120%
14.5pt		20px		1.25em		125%
15pt		21px		1.3em		130%
16pt		22px		1.4em		140%
17pt		23px		1.45em		145%
18pt		24px		1.5em		150%
20pt		26px		1.6em		160%
22pt		29px		1.8em		180%
24pt		32px		2em			200%
26pt		35px		2.2em		220%
27pt		36px		2.25em		225%
28pt		37px		2.3em		230%
29pt		38px		2.35em		235%
30pt		40px		2.45em		245%
32pt		42px		2.55em		255%
34pt		45px		2.75em		275%
36pt		48px		3em			300%
*/


/* #content .content a {
	color: #e2b04c;
} */
/* @end */