    /* @group html */

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

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: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}

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

.sprite {
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
}

.overlabel {
	display: none;
}

.overlabel-apply {
	display: inline;
}

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

.textbox,
.textarea {
	float: left;
	padding: 3px;
	outline: none;
	border: 1px solid #ccc;
	color: #666;
	font-size: 1em;
	clear: #666;
	/*line below added by riz*/
	
}

.textarea {
	font-size: 0.95em;
	height: 100px;
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
}

select {
	float: left;
	outline: none;
	border: 1px solid #ccc;
	color: #666;
	font-size: 1em;
	padding: 2px;
}

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

a:active,
input {
	outline: none;
	font-size: 1em;
}

.dark {
	color: #000;
}

img,
map {
	border: none;
}



/* @end */

/* @group Buttons */

/*Added new -- Edson*/


.button,
#content .main .cell-field .copy,
#navigation .search-ul .browse .buttons .find  {
	float: left;
	height: 0;
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat 0 -108px;
	cursor: pointer;
	border: none;
}

/* @group Special Buttons */

/*buttons that need to float right*/
#navigation .search-ul .keyword .buttons .button,
#content .search-panel .keyword .buttons .button,
#suggestions .tab .column .pane .input .button,
.form .buttons .button,
.three-column .feature .input .button,
.TB_modal .content .button,
.listing .input .button {
	float: right;
}



.sub-feature .input .button,
#content .main .cell-field .copy {
	float: left;
}


/*buttons that need margins*/
#navigation .search-ul .browse .buttons .clear,
#content .search-panel .browse .buttons .clear {
	margin-right: 5px;
}

.one-column-full .button,
.form .buttons .button {
	margin-right: 10px;
}

.TB_modal .content .button {
	margin-left: 10px;
}

#content .main .cell-field .copy {
	margin-left: 0;
}


/* @end */


.buttons .search {
	width: 61px;
	background-position: 0 -108px;
}

.buttons .search:hover {
	background-position: 0 -130px;
}


.buttons .find {
	width: 51px;
	background-position: -61px -130px;
}

.buttons .find:hover {
	background-position: -61px -130px;
}

.input .add-to-cart,
.buttons .add-to-cart {
	width: 89px;
	background-position: -112px -108px;
}

.input .add-to-cart:hover,
.buttons .add-to-cart:hover {
	background-position: -112px -130px;
}

.buttons .clear {
	width: 51px;
	background-position: -201px -108px;
}
.buttons .continue{
	width: 125px;
    background: url(../images/btn_continue_shopping.gif);
}

.buttons .continue:hover{
	width: 125px;
    background: url(../images/btn_continue_shopping_over.gif);
}

.buttons .clear:hover {
	background-position: -201px -130px;
}

#navigation .search-ul .browse .buttons .find {
	width: 51px;
	float: right;
	background-position: -252px -108px;
}

#navigation .search-ul .browse .buttons .find:hover {
	background-position: -252px -130px;
}

#navigation .search-ul .browse .buttons .clear {
	width: 51px;
	float: right;
	background-position: -303px -108px;
}

#navigation .search-ul .browse .buttons .clear:hover {
	background-position: -303px -130px;
}

.buttons .submit {
	width: 65px;
	background-position: -354px -108px
}



.buttons .submit:hover {
	background-position: -354px -130px;
}

.buttons .book {
	width: 107px;
	background-position: -419px -108px;
}

.buttons .book:hover {
	background-position: -419px -130px;
}

.buttons .login {
	width: 160px;
	background-position: -526px -108px;
}

.buttons .login:hover {
	background-position: -526px -130px;
}

.buttons .signup {
	width: 160px;
	background-position: -686px -108px;
}

.buttons .signup:hover {
	background-position: -686px -130px;
}

.buttons .signin {
	width: 65px;
	background-position: -846px -108px
}

.buttons .signin:hover {
	background-position: -846px -130px;
}

.buttons .cancel {
	width: 65px;
	background-position: -911px -108px
}

.buttons .cancel:hover {
	background-position: -911px -130px;
}


.buttons .clear-cart {
	width: 75px;
	background-position: -976px -108px;
}

.buttons .clear-cart:hover {
	background-position: -976px -130px;
}

.buttons .update {
	width: 65px;
	background-position: -1051px -108px;
}

.buttons .update:hover {
	background-position: -1051px -130px;
}


.buttons .checkout {
	width: 73px;
	background-position: -1116px -108px;
}

.buttons .checkout:hover {
	background-position: -1116px -130px;
}

.one-column-full .buttons .clear {
	width: 51px;
	background-position: -1189px -108px;
}

.one-column-full .buttons .clear:hover {
	background-position: -1189px -130px;
}


.buttons .subscribe {
	width: 77px;
	background-position: -1240px -108px;
}

.buttons .subscribe:hover {
	background-position: -1240px -130px;
}

.buttons .send {
	width: 51px;
	background-position: -1317px -108px;
}

.buttons .send:hover {
	background-position: -1317px -130px;
}


.buttons .download {
	width: 77px;
	background-position: -1368px -108px;
}

.buttons .download:hover {
	background-position: -1368px -130px;
}

.buttons .copy,
.cell-field .copy,
#content .main .cell-field .copy {
	width: 51px;
	background-position: -1445px -108px;
}

.buttons .copy:hover,
.cell-field .copy:hover,
#content .main .cell-field .copy:hover {
	background-position: -1445px -130px;
}

/* @end */

/* @group Header */

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

/* @group Logo */

#header .logo {
	width: 300px;
	padding: 15px 0 0 10px;
}

#header .logo a {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 75px 0 0 0;
	width: 256px;
}

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

/* @group Controls */

#header .controls {
	width: 480px;
}

/* @group logged-out */

.logged-out {
	float: right;
	width: 460px;
	padding: 10px;
	background: #403f3f url(../images/bg_round_sprite.gif) no-repeat -12415px bottom;
	color: #fff;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.logged-out {
		font-size: 0.975em;
	}
}


.logged-out .left {
	width: 160px;
	padding:  0 10px 0 0;
	border-right: 1px solid #666;
}


.logged-out .right {
	float: left;
	width: 279px;
	padding:  0 0 0 10px;
}

.logged-out span,
.logged-out a.more {
	font-size: 0.95em;
	display: block;
	margin-bottom: 0.5em;
}

#header .controls .logged-out a.more {
	color: #fff;
	padding-top: 5px;
	margin: 0 0 0 10px;
	background-position: left 0.6em;
}


#header .controls .logged-out a.more:hover {
	color: #e51789;	
}

.logged-out strong {
	text-transform: uppercase;
}

/* @end */

/* @group User */

#header .controls .image {
	float: left;
}

#header .controls .user,
#header .controls .shopping {
	float: right;
	width: 400px;
	margin-right: 10px;
}

#header .controls .user {
	padding: 15px 0 0;
	background: url(../images/bg_user_bottom_divider.gif) no-repeat 60px bottom;
}

#header .controls .user .top,
#header .controls .user .bottom {
	float: left;
	width: 330px;
}

#header .controls .user .top {
	padding-bottom: 3px;
	padding-left: 12px;
}


#header .controls .user .bottom {
	padding-left: 3px;
}

#header .controls .user .bottom a {
	color: #fff;
}

#header .controls .user .bottom a:hover {
	color: #e51789;
	text-decoration: none;
	
}

#header .controls .user .bottom li a {
	padding: 9px 0 5px 0;
	display: block;
	float: left;
}

#header .controls .user .bottom li {
	text-transform: uppercase;
	font-size: 1.05em;
}

/* @group fsmenu */

#header .controls .user .bottom li.menu {
	padding-right: 3px;
}


#header .controls .user .bottom li.menu a {
	display: block;
	color: #fff;
	padding: 0;
	position: relative;
}

#header .controls .user .bottom li.menu a span {
	display: block;
	padding: 9px 10px 5px 0;
	margin: 0 0 0 10px;
	position: relative;
}

#header .controls .user .bottom li a.highlighted,
#header .controls .user .bottom li.menu a:hover {
	color: #fff;
	background: #333 url(../images/bg_user_hover.gif) no-repeat left top;
	text-decoration: none;
}
#header .controls .user .bottom li a.highlighted span,
#header .controls .user .bottom li.menu a:hover span {
	background: url(../images/bg_user_hover.gif) no-repeat right top;
}


#header .controls .user .bottom li.menu a strong {
	padding-right: 15px;
	background: url(../images/bg_user_arrow.gif) no-repeat right center;
}



#header .controls .user .bottom .menulist ul {
	display: none;
	position: absolute;
	top: 1.0em; 
	margin-top: 13px;
	left: 0;
	width: 135px;
	padding-bottom: 9px;
	background: #333 url(../images/bg_control_sub_divider.gif) no-repeat 10px 0;
}

#header .controls .user .bottom .menulist li {
	position: relative;
}


#header .controls .user .bottom .menulist ul li {
	font-size: 0.9em;
	text-transform: none;
	width: 135px;
	padding: 3px 0 4px;
	margin: 0;
	background: url(../images/bg_control_sub_divider.gif) no-repeat 10px bottom;

}

#header .controls .user .bottom .menulist ul li a {
	padding: 3px 10px 2px;  
	margin: 0;
	display: block;
	width: 115px; 
}

#header .controls .user .bottom .menulist ul li a:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}
/* @end */

/* @group Common */

#header .controls a {
	color: #e51789;
}

#header .controls ul {
	list-style: none;
	float: left;
}

#header .controls li {
	float: left;
	width: auto;
	margin-right: 8px;
	padding-right: 8px;
	background: url(../images/bg_control_divider.gif) no-repeat right center;
}


#header .controls li.last,
#header .controls .user .bottom li.last {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
}

/* @end */

/* @end */

/* @group Shopping Cart */
#header .controls .shopping {
	padding-top: 10px;	
}

#header .controls .shopping ul {
	float: right;
}

#header .controls .shopping li {
	margin: 0 0 0 10px;
	padding: 5px 0 3px 10px;
	background: url(../images/bg_control_divider.gif) no-repeat left center;

}

#header .controls .shopping li.cart {
	padding-left: 30px;
	font-size: 1.3em;
	font-weight: 700;
	background: url(../images/bg_shopping_cart.gif) no-repeat 0 center;
	/*background: url(../images/bg_shopping_cart.gif) no-repeat 0 center;*/
}




#header .controls .shopping li.cart-case {
	background-image: none;
	font-weight: 700;
	color: #fff;
	padding: 0
}



.cart-case .case {
	text-align: center;
	background: url(../images/bg_sprite.gif) no-repeat -201px -152px;
	width: 21px;
	height: 19px;
	color: #000;
	padding: 5px 7px 0 0;
	float: left;
}

.cart-case .bottles {
	width: 96px;
	height: 19px;
	background: url(../images/bg_bottles.gif) repeat-x 0 0;
	float: left;
}

.cart-case .bottles .current {
	width: 96px;
	height: 0;
	overflow: hidden;
	display: block;
	padding: 19px 0 0 0;
	background: url(../images/bg_bottles.gif) repeat-x 0 -19px;
	float: right;
}


.cart-case .total {
	padding: 4px 0 0 5px;
	float: left;
	font-size: 1.4em;
	font-weight: 400;
}

/* @end */

/* @end */


/* @end */

/* @group Navigation */

#navigation {
	display: block;
	width: 100%;
	background: #c7006e url(../images/bg_navigation_primary.gif) repeat-x 0 bottom;
	padding: 2px 0 5px;
}

#navigation ul {
	float: left;
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0 3px;
	text-transform: uppercase;
	font-size: 1.2em;
	background: url(../images/bg_primary_divider.gif) no-repeat right center;
}

#navigation li.last {
	background-image: none;
}
#navigation li span,
#navigation li a {
	display: block;
	color: #fff;
	position: relative;
}


#navigation li span span,
#navigation li a span {
	display: block;
	padding: 9px 7px 7px 0;
	margin: 0 0 0 7px;
	position: relative;
}
#navigation li span.highlighted,
#navigation li a.highlighted,
#navigation li a:hover {
	text-decoration: none;
	background: #93004f url(../images/bg_primary_hover.gif) no-repeat left top;
	
}

#navigation li span.highlighted span,
#navigation li a.highlighted span,
#navigation li a:hover span {
	background: url(../images/bg_primary_hover.gif) no-repeat right top;
}

/* @group fsmenu */
#navigation .menulist ul {
	display: none;
	position: absolute;
	top: 1.45em; 
	margin-top: 13px;
	background: #93004f;
	padding-bottom: 9px;
	width: 170px;
}


#navigation .menulist li {
	position: relative;
}


#navigation .menulist ul li {
	font-size: 0.85em;
	text-transform: none;
	width: 170px;
	padding: 3px 0 4px;
	background: url(../images/bg_primary_sub_divider.gif) no-repeat 10px bottom;

}

#navigation .menulist ul li a {
	padding: 3px 10px 2px;  
	display: block;
	width: 150px; 
	height: auto;
}

#navigation .menulist ul li a:hover {
	background: #f9f9f9;
	color: #77003d;
}
/* @end */

/* @group Search */


#navigation .search-ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.2em;
	background-image: none;
}

#navigation .search li span span,
#navigation .search li a span {
	display: block;
	padding: 9px 7px 7px 0;
	margin: 0 0 0 7px;
	position: relative;
}

#navigation .search li a strong {
	padding: 0 0 0 16px;
	background: url(../images/bg_primary_search.gif) no-repeat left 2px;
}

#navigation .search li a.highlighted strong,
#navigation .search li a:hover strong {
	background-image: url(../images/bg_primary_search_hover.gif);
}


#navigation .search li span.highlighted,
#navigation .search li a.highlighted,
#navigation .search li a:hover {
	text-decoration: none;
	background: #403f3f url(../images/bg_search_hover.gif) no-repeat left top;
	
}

#navigation .search li span.highlighted span,
#navigation .search li a.highlighted span,
#navigation .search li a:hover span {
	background: url(../images/bg_search_hover.gif) no-repeat right top;
}



/* @group fsmenu */
#navigation .search-ul ul {
	display: none;
	position: absolute;
	top: 1.3em; 
	margin-top: 13px;
	right: 0;
	width: 325px;
	background: #403f3f;
	padding-bottom: 0;
}

/*Safari 3 only hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navigation .search-ul ul {
		top: 1.25em; 
	}
}


#navigation .search-ul li {
	position: relative;
}

#navigation .search-ul ul li {
	font-size: 0.85em;
	text-transform: none;
	width: 325px;
	padding: 0 0 5px 0;
	background-image: none;

}

#navigation .search-ul ul li a {
	padding: 0;  
	display: inline;
	width: auto; 
}

/* @end */

/* @group Search Pane */

/* @group Keyword */

#navigation .search-ul .keyword {
	float: left;
	padding: 10px;
	width: 305px;
	position: relative;
}

#navigation .search-ul .keyword .title {
	margin-bottom: 5px;
}

#navigation .search-ul .keyword label {
	position: absolute;
	font-size: 0.95em;
	top:  2.9em;
	left: 32px;
	color: #666;
}

#navigation .search-ul .keyword .textbox {
	float: left;
	padding: 3px 3px 3px 22px;
	width: 279px;
	border: none;
	font-size: 0.95em;
	color: #666;
	margin-bottom: 5px;
	overflow: hidden;
	background: #fff url(../images/icon_home_search.gif) no-repeat 5px center
}

#navigation .search-ul .keyword .buttons {
	float: right;
	width: 280px;
}

/* @end */

/* @group Tabs */


#navigation #searchoptions {
	display: block;
	width: 315px;
	padding: 0 5px 5px;
}


#navigation .search-ul #searchoptions ul {
	list-style: none;
	float: left;
	position: static;
	width: 295px;
	background: none;
	margin: 0;
	display: block;
}

#navigation #searchoptions-nav {
	float: left;
	list-style: none;
	width: 300px;
	padding: 0 7px;
}

#navigation #searchoptions-nav li {
	float: left;
	margin: 0;
	width: auto;
	padding: 0 3px;
	font-size: 1em;
	text-transform: none;
	background: url(../images/bg_search_options_divider.gif) no-repeat right center;
}

#navigation #searchoptions-nav li.last {
	background-image: none;
}

#navigation #searchoptions-nav li a {
	display: block;
	color: #fff;
	position: relative;
}

#navigation #searchoptions-nav li a span {
	display: block;
	padding: 7px 7px 5px 0;
	margin: 0 0 0 7px;
	position: relative;
}

#navigation #searchoptions-nav li a.highlighted,
#navigation #searchoptions-nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: #666 url(../images/bg_search_options.gif) no-repeat left top;
	
}

#navigation #searchoptions-nav li a.highlighted span,
#navigation #searchoptions-nav li a:hover span {
	background: url(../images/bg_search_options.gif) no-repeat right top;
}



#navigation #searchoptions .tabs-container {
	float: left;
	width: 315px;
	padding: 5px 0 0 0;
	background: #666 url(../images/bg_round_sprite.gif) no-repeat -8490px 0;
	color: #fff;
	overflow: hidden;
	height: 190px;
}

#searchoptions .tabs-container .tab {
	float: left;
	width: 305px;
	padding: 0 5px 5px;
	background: url(../images/bg_round_sprite.gif) no-repeat -8805px bottom;
	height: 185px;
}



/* @end */

/* @group Browse */


#navigation .search-ul .browse {
	float: left;
	width: 295px;
	padding: 5px;  
}


#navigation .search-ul .browse .title {
	padding-bottom: 10px;
	width: 295px;
}

#navigation .search-ul .browse .row {
	width: 295px;
	float: left;
	padding-bottom: 4px;
}

#navigation .search-ul .browse label {
	width: 50px;
	font-size: 1em;
	padding: 3px 0 0;
	float: left;
}

#navigation .search-ul .browse select {
	width: 240px;
	border: none;
	font-size: 1em;
	padding: 2px;
	float: right;
}


#navigation .search-ul .browse .buttons {
	float: right;
	width: 280px;
}
/* @end */



/* @end */

/* @end */



/* @end */

/* @group Main Container */

/* @group Content */

#content {
	width: 985px;
	float: left;
}

/* @group Common */

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

.form,
.form .cell,
.form .cell-title,
.form .cell-field,
.form .row {
	float: left;
	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: left;
}


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


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

/* @group Icons */

a.email,
a.plus {
	display: block;
	float: left;
	padding: 3px 0 3px 20px;
	background: url(../images/icon_plus.gif) no-repeat left 0.3em;
	cursor: pointer;
}

a:hover.email,
a:hover.plus {
	background-position: -984px 0.3em;
}

a.email {
	background-image: url(../images/icon_email.gif);

}

#content a.email,
#content a.plus {
	font-size: 0.9em;
}


/* @end */

/* @group Scondary Navigation */

#content #secondary-menu {
	float: left;
	width: 170px;
	margin-right: 5px;
}

#content #secondary-menu ul {
	float: left;
	width: 170px;
	list-style: none;
	padding-bottom: 10px;
	background: #93004f url(../images/bg_round_sprite.gif) no-repeat -5890px bottom;
}

#content #secondary-menu li {
	float: left;
	width: 170px;
	background: url(../images/bg_secondary_divider.gif) no-repeat center bottom;
	padding: 3px 0 4px;
}

#content #secondary-menu li a {
	float: left;
	width: 150px;
	padding: 4px 10px 3px;
	line-height: 1em;
	color: #fff;
}


#content #secondary-menu li a:hover {
	color: #c7006e;	
	background: #fff;
	text-decoration: none; 
}


#content #secondary-menu li a.current {
	color: #c7006e;
	background: #fff url(../images/icon_arrow.gif) no-repeat 154px center;
}
#content #secondary-menu li.active {
	background: #77003d url(../images/bg_secondary_divider_active.gif) no-repeat center bottom;
}

#content #secondary-menu li.active a {
	font-weight: 700;
}

/* @group Second Level */

#content #secondary-menu ul ul {
	float: left;
	width: 170px;
	list-style: none;
	padding-bottom: 0;
	background: #77003d;
}

#content #secondary-menu ul ul li {
	float: left;
	width: 170px;
	background: none;
	padding: 1px 0 0;
}

#content #secondary-menu li.active li a {
	float: left;
	width: 135px;
	padding: 3px 10px 2px 25px;
	color: #e39fc5;
	font-weight: normal;
}

#content #secondary-menu li.active li a:hover {
	color: #c7006e;	
}

#content #secondary-menu li.active li.active a.current {
	color: #c7006e;
	background: #fff url(../images/icon_arrow.gif) no-repeat 154px center;
}


#content #secondary-menu li.active li.active a {
	font-weight: 700;
}


/* @end */

/* @end */

/* @group Social / Accessibility */

#content .main .social {
	float: right;
	width: 200px;
	padding: 0 20px 10px 0;
}

#content .main .social ul {
	list-style: none;
	float: right;
}


#content .main .social li {
	float: left;
	padding: 0 5px;
	background: url(../images/bg_social_divider.gif) no-repeat right center;
}

#content .main .social li.increase {
	padding: 0 0 0 5px;
	background: none;
}

#content .main .social a {
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 1.4em;
}

#content .main .social .digg,
#content .main .social .delicious,
#content .main .social .facebook {
	padding: 3px 5px
}

#content .main .social .digg a,
#content .main .social .delicious a,
#content .main .social .facebook a {
	background-position: 0 -152px;
	width: 16px;
	padding: 14px 0 0 0;
}

#content .main .social .delicious a {
	background-position: -16px -152px;
	width: 14px;
}

#content .main .social .facebook a {
	background-position: -30px -152px;
	width: 14px;
}


#content .main .social .friend a,
#content .main .social .print a,
#content .main .social .decrease a,
#content .main .social .increase a {
	background-position: -44px -152px;
	width: 18px;
	padding: 19px 0 0 0;
}

#content .main .social .friend a:hover {
	background-position: -44px -171px;
}


#content .main .social .print a {
	background-position: -62px -152px;
	width: 18px;
	padding: 19px 0 0 0;
}

#content .main .social .print a:hover {
	background-position: -62px -171px;
}

#content .main .social .decrease a {
	background-position: -80px -152px;
	width: 18px;
	padding: 19px 0 0 0;
}

#content .main .social .decrease a:hover {
	background-position: -80px -171px;
}

#content .main .social .increase a {
	background-position: -99px -152px;
	width: 19px;
	padding: 19px 0 0 0;
}

#content .main .social .increase a:hover {
	background-position: -99px -171px;
}

/* @end */

#content .main {
	float: left;
	width: 810px;
	padding: 8px 0 10px;
	background: #fff url(../images/bg_round_sprite.gif) no-repeat -6060px bottom;
	color: #666;
}

#content h1 {
	float: left;
	font-size: 1.5em;
	color: #000;
	width: 550px;
	padding: 8px 20px 10px;
}

#content.full h1 {
	width: 680px
}


#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 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 {
	float: left;
	width: 100%;
	padding: 15px 0;
}


#content .main .copy img.right {
	padding: 0 0 10px 30px;
}

#content .main .copy ul {
	float: left;
	list-style-type:none;
	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 {
	float: left;
	width: 800px;
	padding: 0 5px;
}

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


.preview {
	float: left;
	margin-bottom: 10px;
}

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

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

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

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



/* @group FAQ */

ul.faq {
	margin-bottom: 20px;


}
ul.faq li {
	padding: 5px 5px 4px;
	list-style-type:none;
	width: 500px;
	border-bottom: 1px solid #fff;
}


ul.faq li.odd {
	background: #efeeeb;
	list-style-type:none;

}

ul.faq li.even {
	background: #f7f6f3;
	list-style-type:none;

}


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;
	background: url(../images/bg_sprite.gif) no-repeat -30px -166px;
}


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: left;
	width: 510px;
	list-style: none;
	padding-bottom: 10px;
	color: #000;
}

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

.spaced {
	padding-bottom: 30px;
}

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

.listing li.heading {
	float: left;
	width: 510px;
	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;
	background: url(../images/bg_ascending_descending.gif) no-repeat right center;
}

.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 {
	float: left;
	width: 115px;
	padding-right: 15px;
}

.listing .image img {
	border: none;
}


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



.listing .details {
	float: left;
	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: left;
	width: 100%;
	padding-right: 0;
}

.listing .wide {
	float: left;
	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;
	background: url(../images/bg_bonus.png) no-repeat 0 0;
}

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


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


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


.listing .input label {
	float: left;
	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: left;
}

/*.listing .input .button {
	float: right;
	height: 0;
	width: 89px;
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -112px -108px;
	cursor: pointer;
	border: none;
}

.listing .input .button:hover {
	background-position: -112px -130px;
}*/


/* @end */

/* @group Pagination */

.pagination {
	float: left;
	width: 100%;
	padding-bottom: 1.5em;
}


.three-column .pagination {
	padding-bottom: 0;
}


.pagination ul {
	float: left;
	width: 100%;
	list-style: none;
}

.pagination li {
	float: left;
	padding: 0 2px;
	border-right: 1px solid #f0eee9;
}

.pagination li strong,
.pagination li a {
	float: left;
	display: block;
	padding: 0 3px;
}

.pagination li.first {
	padding: 0 2px 0 0;
}

.pagination li.first strong,
.pagination li.first a {
	padding: 0 3px 0 0;
}

.pagination li strong {
	color: #000;
}

.pagination li.page,
.pagination li.next,
.pagination li.last {
	border-right: none;
}

/* @end */

/* @group Ratings */

.rating ul,
.rating ul a:hover,
.rating ul a:active,
.rating ul a:focus,
.rating ul .current-rating{
	background: url(../images/bg_stars.gif) left -1000px repeat-x;
}

.rating ul.thumbs,
.rating ul.thumbs a:hover,
.rating ul.thumbs a:active,
.rating ul.thumbs a:focus,
.rating ul.thumbs .current-rating {
	background-image: url(../images/bg_thumbs.gif);
}

.rating ul {
	position: relative;
	width: 70px;
	height: 15px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	background-position: left top;
}

.rating ul.thumbs {
	width: 60px;
}



.rating ul li {
	display: inline;
}

.rating ul a,
.rating ul .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 15px;
	line-height: 15px;
	outline: none;
	overflow: hidden;
	border: none;
}

.rating ul a:hover,
.rating ul a:active,
.rating ul a:focus {
	background-position: left bottom;
}

.rating ul a.one-star {
	width:20%;
	z-index:6;
}

.rating ul a.two-stars {
	width:40%;
	z-index:5;
}

.rating ul a.three-stars {
	width:60%;
	z-index:4;
}

.rating ul a.four-stars {
	width:80%;
	z-index:3;
}

.rating ul a.five-stars {
	width:100%;
	z-index:2;
}

.rating ul .current-rating {
	z-index:1;
	background-position: left center;
}



/* @end */

/* @group Sidebar */

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

.side-bar .links {
	float: left;
	padding-bottom: 15px;
}

#content .side-bar .links p {
	margin-bottom: 0.5em;
}
.side-bar .links ul {
	padding-bottom: 10px;
}

.side-bar .links ul .title {
	font-size: 0.95em
}

.side-bar .links ul,
.side-bar .links ul li{
	width: 230px;
}


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

/* @group Home Page */




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


#content .search-panel h2, 
#content .promotions h2, 
#content .suggestions h2 {
	display: block;
	overflow: hidden;
	padding: 33px 0 0;
	height: 0;
	background: url(../images/bg_sprite.gif) no-repeat 0 0;
	line-height: 1.1em;
}


/* @group Search Panel */

#content .search-panel {
	width: 325px;
	padding-top: 15px;
	padding-right: 10px;
}

#content .search-panel h2 {
	width: 155px;
	background-position: 0 -75px;
}


#content .search-panel .form {
	float: left;
	width: 325px;
	min-height: 267px;
	padding: 10px 0 0;
	background: #403f3f url(../images/bg_round_sprite.gif) no-repeat -1970px 0;
	overflow: hidden;
}

#content .search-panel .form .content {
	float: left;
	padding: 0 10px 10px;
	width: 305px;
	height: 257px;
	background: url(../images/bg_round_sprite.gif) no-repeat -2295px bottom;
}

/* @group Keyword */

#content .search-panel .keyword {
	float: left;
	padding: 0 0 8px;
	margin-bottom: 8px;
	width: 305px;
	border-bottom: 1px solid #666;
	position: relative;
}

#content .search-panel .keyword .title {
	margin-bottom: 5px;
}

#content .search-panel .keyword label {
	position: absolute;
	
	/*font-size: 0.95em;*/
	top:  2.1em;
	left: 22px;
	color: #666;
}

#content .search-panel .keyword .textbox {
	float: left;
	padding: 3px 3px 3px 22px;
	width: 279px;
	border: none;
	
	/*font-size: 0.95em;*/
	color: #666;
	margin-bottom: 5px;
	overflow: hidden;
	background: #fff url(../images/icon_home_search.gif) no-repeat 5px center
}

#content .search-panel .keyword .buttons {
	float: right;
	width: 135px;
}
#content .search-panel .browse .buttons .button,
#content .search-panel .keyword .buttons .button {
	margin-right: 0;
}

a.advanced {
	display: block;
	float: left;
	height: 17px;
	padding: 4px 10px 0;
	background: url(../images/icon_arrow.gif) no-repeat 0 center;
	color: #fff;
}

a.advanced:hover {
	color: #e51789;
}
/*#content .search-panel .keyword .buttons .button {
	float: left;
	height: 0;
	width: 61px;
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat 0 -108px;
	cursor: pointer;
	border: none;
}

#content .search-panel .keyword .buttons .button:hover {
	background-position: 0 -130px;
}*/

/* @end */

/* @group Browse */


#content .search-panel .browse {
	float: left;
}


#content .search-panel .browse .title {
	padding-bottom: 10px;
	width: 305px;
}
#content .search-panel .browse ul {
	list-style: none;
	float: left;
	width: 305px;
}


#content .search-panel .browse li {
	width: 305px;
	float: left;
	padding-bottom: 4px;
}
#content .search-panel .browse label {
	width: 50px;
	font-size: 1em;
	padding: 3px 0 0;
	float: left;
}
#content .search-panel .browse select {
	width: 251px;
	border: none;
	font-size: 1em;
	padding: 2px;
	float: right;
}


#content .search-panel .browse .buttons {
	float: right;
	width: 305px;
}
#content .search-panel .browse .buttons .clear,
#content .search-panel .browse .buttons .find {
	float: right;
	height: 0;
	width: 51px;
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -61px -108px;
	cursor: pointer;
	border: none;
}

#content .search-panel .browse .buttons .find:hover {
	background-position: -61px -130px;
}

#content .search-panel .browse .buttons .clear {
	margin-right: 5px;
	background: url(../images/bg_sprite.gif) no-repeat -201px -108px;

}

#content .search-panel .browse .buttons .clear:hover {
	background-position: -201px -130px;
}

/* @end */

/* @end */

/* @group Promotions */

#content .promotions {
	width: 650px;
	padding-top: 15px;
}


#content .promotions h2 {
	width: 131px;
	background-position: -155px -75px;	
}



#promotions {
	display: block;
	width: 650px;
}

#promotions-nav {
	float: left;
	list-style: none;
	width: 640px;
	padding-left: 7px;
}

#promotions-nav li {
	float: left;
	margin: 0;
	padding: 0 3px;
	
	/*font-size: 0.95em;*/
	text-transform: uppercase;
	background: url(../images/bg_tab_divider.gif) no-repeat right center;
}

#promotions-nav li.last {
	background-image: none;
}

#promotions-nav li a {
	display: block;
	color: #ccc;
	position: relative;
}

#promotions-nav li a span {
	display: block;
	padding: 7px 7px 5px 0;
	margin: 0 0 0 7px;
	position: relative;
}

#promotions-nav li a.highlighted,
#promotions-nav li a:hover {
	color: #000;
	text-decoration: none;
	background: #e9e7e1 url(../images/bg_promotions.gif) no-repeat left top;
	
}

#promotions-nav li a.highlighted span,
#promotions-nav li a:hover span {
	background: url(../images/bg_promotions.gif) no-repeat right top;
}



#promotions .tabs-container {
	float: left;
	width: 650px;
	padding: 5px 0 0 0;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) no-repeat -2620px 0;
	min-height: 245px;
	color: #333;
	overflow: hidden;
}

#promotions .tabs-container .tab {
	float: left;
	width: 640px;
	padding: 0 5px 5px;
	background: url(../images/bg_round_sprite.gif) no-repeat -3270px bottom;
	min-height: 240px;
}



/* @end */

/* @group Suggestions */

#content .suggestions {
	width: 985px;
	padding-top: 15px;
}


#content .suggestions h2 {
	width: 244px;
	padding: 33px 0 0;
	background-position: -286px -75px;
	line-height: 33px;
}






#suggestions {
	display: block;
	width: 985px;
}

#suggestions-nav {
	float: left;
	list-style: none;
	width: 975px;
	padding-left: 7px;
}

#suggestions-nav li {
	float: left;
	margin: 0;
	padding: 0 3px;
	
	/*font-size: 0.95em;*/
	text-transform: uppercase;
	background: url(../images/bg_tab_divider.gif) no-repeat right center;
}

#suggestions-nav li.last {
	background-image: none;
}

#suggestions-nav li a {
	display: block;
	color: #ccc;
	position: relative;
}

#suggestions-nav li a span {
	display: block;
	padding: 7px 7px 5px 0;
	margin: 0 0 0 7px;
	position: relative;
}

#suggestions-nav li a.highlighted,
#suggestions-nav li a:hover {
	color: #000;
	text-decoration: none;
	background: #e9e7e1 url(../images/bg_promotions.gif) no-repeat left top;
	
}

#suggestions-nav li a.highlighted span,
#suggestions-nav li a:hover span {
	background: url(../images/bg_promotions.gif) no-repeat right top;
}



#suggestions .tabs-container {
	float: left;
	width: 985px;
	padding: 10px 0 0 0;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) no-repeat -3920px 0;
	overflow: hidden;
	color: #333;
	height: 163px;
}





#suggestions .tabs-container .tab {
	float: left;
	width: 975px;
	padding: 0 5px 10px;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) no-repeat -4905px bottom;
	overflow: hidden;
	height: 153px;
}

/* @group Colums */

#suggestions .tab .column {
	float: left;
	width: 315px;
	margin: 0 5px;
}


#suggestions .tab .column .title {
	width: 315px;	
	float: left;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 10px;
}

#suggestions .tab .column .pane {
	float: left;
	width: 275px;
	padding: 10px 20px;
	background: #fff;
	height: 109px;
}

#suggestions .tab .column .pane .image {
	float: left;
	width: 115px;
}

#suggestions .tab .column .pane .information {
	float: left;
	width: 145px;
	padding-left: 15px;
}

#suggestions .tab .column .pane .information .product {
	font-size: 1.1em;
	margin-bottom: 0.7em;
}

#suggestions .tab .column .pane .information .product a {
	color: #000;
}

#suggestions .tab .column .pane .information .product a:hover {
	color: #c7006e;
	text-decoration: none;
}

#suggestions .tab .column .pane .information .price{
	/*font-size: 0.95em;*/
	font-style: italic;
}
#suggestions .tab .column .pane .information .price strong{
	/*font-size: 18px;*/
	font-size: 1.6em;
	color: #db1581;
	font-style: normal;
}

#suggestions .tab .column .pane .information .price span{
	text-decoration: line-through;
}

#suggestions .tab .column .pane .input  {
	width: 145px;
	float: left;
	padding: 5px 0;
}

#suggestions .tab .column .pane .input label {
	float: left;
	padding: 4px 5px 3px 0;
}

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

/*#suggestions .tab .column .pane .input .button {
	float: right;
	height: 0;
	width: 89px;
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -112px -108px;
	cursor: pointer;
	border: none;
}

#suggestions .tab .column .pane .input .button:hover {
	background-position: -112px -130px;
}*/

/* @end */



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

/* @group Two Column listing layout */

.two-column {
	background: url(../images/bg_two_column.gif) repeat-y 0 0;
	margin-bottom: 10px;
}

.two-column .column {
	width: 370px;
	padding: 0 15px 20px 15px;
	text-align: left;
}


.two-column .section {
	float: left;
	width: 800px;
	padding-bottom: 20px;
}

.two-column .last{
	padding-bottom: 0;
	margin-bottom: 0;
}

.two-column .column ul {
	width: 370px;
	list-style: none;
	padding: 10px 0 0 0;
}



.two-column .column li {
	float: left;
	width: 370px;
	padding: 7px 0 10px;
	border-bottom: 1px solid #f0eee9;
}


.two-column .column .listing .details {
	width: 240px;
}

.two-column .column .listing .full {
	float: left;
	width: 100%;
	padding-right: 0;
}
/* @group Feature Product */

.two-column .feature {
	width: 340px;
	padding: 10px;
	float: left;
	border: 5px solid #f0eee9;
}

.two-column .feature .information {
	float: left;
	width: 209px;
}


.two-column .feature .information .product {
	width: 209px;
	font-size: 1.1em;
	float: none;
}



.two-column .feature .information .price {
	width: 100px;
	text-align: left;
	padding: 0 10px 0 0;
	font-style: italic;
}





.two-column .feature .information .price .top {
	padding: 9px 0 3px 0;
	height: 15px;
}

.two-column .feature .information .price .bottom {
	padding-top: 0;
}

.two-column .feature .information .price strong {
	/*font-size: 24px;*/
	
	font-size: 2.2em;
	line-height: 24px;
	color: #db1581;
	font-style: normal;
}

.two-column .feature .information .price span {
	text-decoration: line-through;
}

.two-column .feature .input  {
	width: 89px;
	float: right;
	text-align: left;
	padding: 0;
}

.two-column .feature .input .qty {
	margin-bottom: 0.5em;
}
.two-column .feature .input label {
	
	padding-left: 0;
}

/* @end */

/* @group Products */

.two-column .listing .product {
	margin-bottom: 0.7em;
	width: auto;
	padding-right: 0;
	float: none;
}

.two-column .listing .price {
	width: 80px;
	text-align: right;
	display: block;
	padding: 4px 10px 3px 0;
}

.two-column .specials .price {
	width: 80px;
	padding: 0 10px 0 0;
	font-style: italic;
}

.two-column .specials .price .top {
	padding: 0;
	font-size: 0.8em;
}

.two-column .specials .price .bottom {
	padding-top: 0;
}

.two-column .specials .price strong {
	font-size: 1.4em;
	line-height: 14px;
	color: #db1581;
	font-style: normal;
}

.two-column .specials .price span {
	text-decoration: line-through;
}



/* @end */

/* @end */

/* @group One Column layout (with sidebar) */

#content .main .one-column .copy ul{
	width: 495px;
}

#content.full .main #main-content.one-column {
	width: 975px;
}

.one-column {
	
}
.one-column {
	
}

.one-column .column {
	width: 510px;
	padding: 0 15px;
	text-align: left;
}

.one-column .side-bar {
	width: 230px;
	padding: 0 15px;
	text-align: left;
}


.one-column .buttons {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

/* @group Orders */

ul.orders {
	margin-bottom: 15px;
	float: left;
}


.orders li {
	float: left;
	width: 100%;
	padding: 3px 0;
}

.orders li.heading,
.orders li.last {
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #f0eee9;
}
.orders li.last {
	padding-bottom: 5px;
	margin-bottom: 0;
}

.orders li.heading .view,
.orders li.heading .order,
.orders li.heading .status,
.orders li.heading .date,
.orders li.heading .total {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
}


.orders li .view,
.orders li .order,
.orders li .status,
.orders li .date,
.orders li .total {
	float: left;
	width: 65px;
	padding-right: 10px;
}

.orders li .order {
	width: 120px;
}


.orders li .status {
	width: 115px;
}

.orders li .date {
	width: 80px;
	text-align:right;
}
.orders li .total {
	width: 90px;
	padding-right: 0;
	text-align: right;
}


/* @end */

/* @group My Picture */

.profile-picture {
	width: 410px;
	float: left;
}
.profile-picture .current {
	width: 48px;
	float: left;
	padding: 4px 25px;
}

.profile-picture .current .image{
	border: 1px solid #c7006e;
}
.profile-picture .options {
	width: 300px;
	border-left: 1px solid #f0eee9;
	float: left;
	padding-left: 5px;
}

.profile-picture .options a {
	width: 50px;
	height: 50px;
	display: block;
	padding: 4px;
	float: left;
}

.profile-picture .options a img {
	border: 1px solid #fff;
	float: left;
	width: 48px;
	height: 48px;
}

.profile-picture .options a:hover img {
	border: 1px solid #c7006e;
	
}

/* @end */

/* @group About Layouts */

.one-column .about-details {
	width: 250px;
	float: left;
	padding-right: 10px;
}


.one-column .about-links {
	width: 250px;
	float: left;
}


.one-column .about-links .pane{
	width: 250px;
	float: left;
	background: url(../images/bg_round_sprite.gif) repeat-y -14435px 0;
	margin-bottom: 10px;
}


.one-column .about-links .title {
	font-weight: 700;
	padding: 10px 10px 10px 30px;
	width: 210px;
	color: #000;
	font-size: 1em;
	text-transform: none;
}

.one-column .about-links .image {

	float: left;
}

.one-column .about-links .information {
	padding: 0 10px 0 5px;
	width: 135px;
	float: left;
}


.one-column .about-links .information small{
	padding: 0 0 3px;
	display: block;
}

.one-column .about-links .information .form{
	padding: 0 0 5px;
}

.one-column .about-links .information .form label {
	margin-bottom: 0.5em;
}
.one-column .about-links .information .textbox{
	width: 128px;
}

.one-column .about-links .buttons {
	padding-bottom: 5px;
}
/* @end */

/* @group Event Details */

.event-details {
	float: left;
	width: 510px;
	padding: 0 0 10px;
}

.event-details .image {
	float: left;
	width: 115px;
	padding-right: 15px;
}


.event-details .details {
	float: left;
	width: 380px;
	padding-right: 0;
}

.event-details .buttons {
	float: left;
	width: 380px;
	padding-bottom: 15px;
}

/*.event-details .buttons .book {
	float: left;
	height: 0;
	width: 108px;
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -419px -108px;
	cursor: pointer;
	border: none;
}

.event-details .buttons .book:hover {
	background-position: -419px -130px;
}*/


.event-details table {
	width: 250px;
	color: #000;
	border-collapse: collapse;
	margin: 0 0 10px;
	clear: both;
}

.event-details table .heading {
	width: 70px;
	color: #666;
	padding-right: 5px;
}

.event-details table td {
	padding: 0.2em 0;
	vertical-align: top;
}



.event-details .google-map {
	float: left;
	width: 350px;
	margin: 10px 0;
	height: 350px;
	background: #e9e7e1;
	border: 5px solid #e9e7e1;
}


.event-details .past-images {
	float: left;
	width: 369px;
	margin: 10px 0;
	background: #e9e7e1;
	border: 4px solid #e9e7e1;
}

.event-details .past-images a {
	padding: 4px;
	float: left;
	width: 115px;
	display: block;
	position: relative;
}

.event-details .past-images a span {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 115px;
	height: 0;
	padding: 90px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/icon_enlarge_thumb.png) no-repeat 0 0;
}

.event-details .past-images a:hover span {
	background-position: 0 -90px;
}

/* @end */

/* @end */

/* @group One Column layout (without sidebar) */

/* @group Forms */
.one-column-full .form .cell-title {
	width: 130px;
}
.one-column-full .divided .form  {
	padding-bottom: 0;
}



.one-column-full .form .cell-field {
	width: 630px;
}


.one-column-full .form .cell-title {
	width: 130px;
}

.one-column-full .form .cell-field .month {
	margin-right: 10px;
}

.one-column-full .form .cell-field select.wide {
	width: 308px;

}


.form .cell-field .smallest {
	width: 20px;

}
.form .cell-field .small {
	width: 33px;

}


/* @end */

#content.full .main .one-column-full .copy ul{
	width: 945px;
}

.one-column-full {
	width: 975px;
}


#content.full .one-column-full .column {
	width: 945px;
}


.one-column-full .column {
	width: 770px;
	padding: 0 15px;
	text-align: left;
}

.one-column-full .divided .buttons {
	float: left;
	width: 450px;
	padding-bottom: 0;
}

.one-column-full .divided .buttons .button {
	float: right;
	margin-left: 10px;
	margin-right: 0
}


.one-column-full .buttons {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.one-column-full .sub-heading {
	float: left;
	width: 100%;
	border-top: 5px solid #C7006E;
	color: #000000;
	font-size: 1.1em;
	font-weight: 700;
	padding-bottom: 0.8em;
	padding-top: 10px;
}

/* @group Listings */

.full .one-column-full .listing {
	float: left;
	width: 945px;
	list-style: none;
	padding-bottom: 10px;
	color: #000;
}


.full .one-column-full .listing li {
	float: left;
	width: 945px;
	padding: 10px 0;
	border-bottom: 1px solid #f0eee9;
}

.full .one-column-full .listing li.total,
.full .one-column-full .listing li.heading {
	float: left;
	width: 945px;
	list-style: none;
	padding: 7px 0;
	border-top: 5px solid #c7006e;
	border-bottom: 1px solid #f0eee9;
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
}


.full .one-column-full .listing li.total {
	border-top: none;
	font-size: 1.0em;
}






.one-column-full .listing li .images,
.one-column-full .listing li .code,
.one-column-full .listing li .description,
.one-column-full .listing li .price,
.one-column-full .listing li .unit,
.one-column-full .listing li .qty,
.one-column-full .listing li .subtotal,
.one-column-full .listing li .delete,
.one-column-full .listing li.total .filler {
	float: left;
	width: 115px;
	padding: 4px 15px 0 0;
}

.one-column-full .listing li.heading  .images,
.one-column-full .listing li.heading  .code,
.one-column-full .listing li.heading  .description,
.one-column-full .listing li.heading  .price,
.one-column-full .listing li.heading  .unit,
.one-column-full .listing li.heading  .qty,
.one-column-full .listing li.heading  .subtotal,
.one-column-full .listing li.heading  .delete {
	padding-top: 0;
}


.one-column-full .listing li .images,
.one-column-full .listing li .qty {
	padding: 0 15px 0 0;
}


.one-column-full .listing li .code {
	width: 40px;
}

.one-column-full .listing li .description {
	width: 420px;
}

.one-column-full .listing li .wide {
	width: 460px;
}
.one-column-full .listing .description a {
	color: #000;
}

.one-column-full .listing .description a:hover {
	color: #c7006e;
	text-decoration: none;
}

.one-column-full .listing li .price {
	width: 70px;
	text-align: right;
}

.one-column-full .listing li .unit {
	width: 60px;
}

.one-column-full .listing li .qty  {
	width: 30px;
}

.one-column-full .listing li .subtotal {
	width: 80px;
	text-align: right;
}

.one-column-full .listing li .delete {
	width: 25px;
	padding-right: 0;
}

.one-column-full .listing .qty input {
	width: 18px;
	border: none;
	background: #e9e7e1;	
	padding: 4px 2px 3px;
	height: 15px;
	float: left;
}


.one-column-full .listing li .delete {
	width: 25px;
	padding: 0 15px 0 0;
}

.one-column-full .listing li .last {
	padding-right: 0;
}


.one-column-full .listing li.total  .qty {
	padding-top: 4px;
}

.one-column-full .listing li .delete a {
	float: left;
	width: 17px;
	height: 0;
	overflow: hidden;
	display: block;
	line-height: 19px;
	padding: 19px 0 0 0;
	background: #fff url(../images/bg_sprite.gif) no-repeat 0 -170px;
}

.one-column-full .listing li.total .filler {
	width: 850px;
}

/* @end */

/* @group Feature */


.full .one-column-full .feature {
	width: 340px;
	padding: 10px;
	float: left;
	border: 5px solid #f0eee9;
	margin-right: 30px;
}

.one-column-full .feature .information {
	float: left;
	width: 210px;
}


.one-column-full .feature .information .product {
	width: 210px;
	font-size: 1.1em;
	float: none;
}





.one-column-full .feature .information .price {
	width: 100px;
	text-align: left;
	padding: 0 10px 0 0;
	font-style: italic;
}


.one-column-full .feature .information .price .top {
	padding: 9px 0 3px 0;
	height: 15px;
}

.one-column-full .feature .information .price .bottom {
	padding-top: 0;
}

.one-column-full .feature .information .price strong {

	font-size: 2.2em;
	line-height: 24px;
	color: #db1581;
	font-style: normal;
}

.one-column-full .feature .information .price span {
	text-decoration: line-through;
}

.one-column-full .feature .input  {
	width: 89px;
	float: right;
	text-align: left;
	padding: 0;
}

.one-column-full .feature .input .qty {
	margin-bottom: 0.5em;
}
.one-column-full .feature .input label {
	
	padding-left: 0;
}


/* @end */

/* @group Stores */

.one-column-full .store {
	padding: 0 15px 1px;
	width: 770px;
	margin-bottom: 10px;
	float: left;
	background: url(../images/bg_store_divider.gif) no-repeat center bottom;
	
}

.one-column-full .store .details {
	float: left;
	width: 370px;
	padding-right: 30px;
}

.one-column-full .store .details table {
	width: 370px;
	color: #000;
	border-collapse: collapse;
	margin: 10px 0 10px;
	clear: both;
}

.one-column-full .store .details .heading {
	width: 120px;
	color: #666;
	padding-right: 5px;
}

.one-column-full .store .details table td {
	padding: 0.2em 0;
	vertical-align: top;
}




.one-column-full .store .map {
	float: left;
	width: 360px;
	height: 235px;
	background: #e9e7e1;
	border: 5px solid #e9e7e1;
}




/* @end */





/* @end */

/* @group Three Column layout (Product Details Pages) */

#content .product-page {
	background: #fff url(../images/bg_round_sprite.gif) no-repeat -6870px bottom;
}

.three-column .section {
	float: left;
	background: url(../images/bg_round_sprite.gif) repeat-y -7685px 0;
	padding-bottom: 20px;
}

.three-column .column-narrow,
.three-column .column {
	width: 250px;
	padding: 0 15px;
	text-align: left;
}

.three-column .column-narrow {
	width: 230px;
}



.three-column h2 {
	margin: 0 15px 15px;
}

.three-column table {
	width: 250px;
	color: #000;
	border-collapse: collapse;
}

.three-column table .heading {
	width: 70px;
	color: #666;
	padding-right: 5px;
}

.three-column table td {
	padding: 0.2em 0;
	vertical-align: top;
	/*font-size: 0.95em;*/
}

.three-column table td a {
	font-size: 1em;
}

#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;
}

.three-column a,
.three-column p {
	/*font-size: 0.95em;*/
}

.three-column .sub-heading {
	font-size: 1.05em;
	font-weight: bold;
	color: #000;
	padding-bottom: 0.8em;
	padding-top: 10px;
	border-top: 5px solid #c7006e;

}

a.more,
.three-column a.more {
	padding: 0 0 0 10px;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/icon_arrow.gif) no-repeat left 0.2em;
}

.three-column .recommend {
	list-style: none;
	float: left;
	width: 230px;
}

.three-column .recommend li {
	float: left;
	width: 230px;
	padding: 0.3em 0;
}

.three-column .recommend li a {
	float: left;
	width: 180px;
}

.three-column .recommend li span {
	float: right;
	width: 50px;
	text-align: right;
	color: #000;
	/*font-size: 0.95em;*/
}

/* @group Overall Rating*/
.overall {
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #f0eee9;
	float: left;
	width: 230px;
}

.padded {
	margin: 0 0 10px;
}


.overall .rating {
	float: left;
}
.overall strong {
	color: #000;
	float: left;
	padding: 0.2em 0;
	width: 85px; 
}


.overall strong.out {
	width: 100%; 
}


.overall span {
	float: left;
	padding: 0.2em 0 0.2em 5px;
	font-size: 0.9em;
}
.overall span.add,
.overall .add {
	float: right;
	width: 145px;
	padding: 5px 0 5px 0;
	font-size: 1em;
}

/* @end */

/* @group Reviews */
.review {
	padding: 0 0 20px;
	margin: 0 0 10px;
	border-bottom: 1px solid #f0eee9;
	float: left;
	width: 100%;
}
.reviewer {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 0.8em;
}

.reviewer .image {
	float: left;
	width: 48px;
}


.reviewer .name {
	float: left;
	padding-left: 10px;
	width: 172px;
	padding-bottom: 0.5em;
	color: #666;
}

.TB_modal .content .reviewer .name,
.TB_modal .content .reviewer .rating {
	width: 440px;
	font-size: 1.1em;
}

.reviewer .name strong {
	color: #000;
}


.reviewer .name span {
	color: #000;
	margin-left: 3px;
	font-size: 0.9em;
	padding-left: 5px;
	background: url(../images/bg_social_divider.gif) no-repeat 0 center;
}

.review .reviewer .rating {
	float: left;
	position: absolute;
	top: 35px;
	left: 58px;
	padding: 0;
}


.reviewer .rating {
	float: left;
	padding-left: 10px;
	width: 172px;
}

/* @end */

/* @group Feature Product */

.three-column .feature  {
	width: 250px;
	float: left;
	padding-bottom: 20px;
}

.three-column .feature .image {
	width: 90px;
	height: 160px;
	position: relative;	
	padding-right: 15px;
	float: left;
}


.three-column .feature .image span {
	position: absolute;
	top:  145px;
	left: 0;
	display: block;
	height: 0;
	padding: 15px 0 0 0;
	width: 14px;
	background: url(../images/icon_enlarge.png) no-repeat 0 0;
	line-height: 15px;
	overflow: hidden;
}

.three-column .feature .information {
	width: 135px;
	float: left;
}


.three-column .feature .information .price {
	width: 145px;
	text-align: left;
	padding: 0;
	font-style: italic;
}


.three-column .feature .information .price span {
	font-size: 1.2em;
	text-decoration: line-through;
}

.three-column .feature .information .price .bottom {
	padding-top: 0;
}

.three-column .feature .information .price strong {
	font-size: 1.9em;
	line-height: 24px;
	color: #db1581;
	font-style: normal;
}



.three-column .feature .sold-out  {
	position: relative;
}
.three-column .feature .sold-out .price {
	padding-top: 10px;
}

.three-column .feature .sold-out .tag {
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	width: 95px;
	padding: 70px 0 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/bg_sold_out.png) no-repeat 0 0;
}



.three-column .feature .input  {
	width: 145px;
	float: left;
	text-align: left;
	padding: 10px 0 5px;
}

.three-column .feature .input .qty {
	margin-bottom: 0.5em;
}

.three-column .feature .input label {
	padding-left: 0;
}


/*.three-column .feature .input .button {
	float: right;
}*/



#content .main .three-column .feature .input p {
	padding: 0;
	margin: 0;
}
.three-column .feature .input strong {
	font-size: 1.6em;
	margin-bottom: 0.3em;
	display: block;
	width: 100%;
	text-transform: uppercase;
}



.three-column .feature .tools {
	float: left;
	width: 145px;
	border-top: 1px solid #f0eee9;
	padding: 10px 0 0;
}

/* @end */

/* @group Feature Product (Sub Section) */

.three-column .sub-feature  {
	width: 250px;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0eee9;
}


.three-column .column .last {
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: none;
}
.three-column .sub-feature .image {
	width: 115px;
	position: relative;	
	padding-right: 15px;
	float: left;
}


.three-column .sub-feature .image span {
	position: absolute;
	top:  145px;
	left: 0;
	display: block;
	height: 0;
	padding: 15px 0 0 0;
	width: 14px;
	background: url(../images/icon_enlarge.png) no-repeat 0 0;
	line-height: 15px;
	overflow: hidden;
}

.three-column .sub-feature .product {
	width: 250px;
	float: left;
	padding: 0 0 5px 0;
}



.three-column .sub-feature .information {
	width: 120px;
	float: left;
}


.three-column .sub-feature .information .price {
	width: 120px;
	text-align: left;
	padding: 0;
	font-style: italic;
}


.three-column .sub-feature .information .price span {
	font-size: 1.2em;
	text-decoration: line-through;
}

.three-column .sub-feature .information .price .bottom {
	padding-top: 0;
}

.three-column .sub-feature .information .price strong {
	font-size: 1.9em;
	line-height: 24px;
	color: #db1581;
	font-style: normal;
}

.three-column .sub-feature .input  {
	width: 120px;
	float: left;
	text-align: left;
	padding: 10px 0 5px;
}

.three-column .sub-feature .input .qty {
	margin-bottom: 0.5em;
}

.three-column .sub-feature .input label {
	padding-left: 0;
}


/*.three-column .sub-feature .input .button {
	float: left;
}*/



#content .main .sub-three-column .feature .input p {
	padding: 0;
	margin: 0;
}
.three-column .sub-feature .input strong {
	font-size: 1.6em;
	margin-bottom: 0.3em;
	display: block;
	width: 100%;
	text-transform: uppercase;
}


/* @end */



/* @end */

/* @group Regions */



#regions .regions {
	width: 770px;
}


#regions .regions h2 {
	width: 131px;
	background-position: -155px -75px;	
}



#regions {
	display: block;
	width: 770px;
	padding: 0 15px 20px; 
}

#regions-nav {
	float: left;
	list-style: none;
	width: 750px;
	padding-left: 7px;
}

#regions-nav li {
	float: left;
	margin: 0;
	padding: 0 3px;
	text-transform: uppercase;
	background: url(../images/bg_regions_divider.gif) no-repeat right center;
}

#regions-nav li.last {
	background-image: none;
}

#regions-nav li a {
	display: block;
	color: #666;
	position: relative;
}

#regions-nav li a span {
	display: block;
	padding: 7px 7px 5px 0;
	margin: 0 0 0 7px;
	position: relative;
}

#regions-nav li a.highlighted,
#regions-nav li a:hover {
	color: #000;
	text-decoration: none;
	background: #e9e7e1 url(../images/bg_regions_hover.gif) no-repeat left top;
	
}

#regions-nav li a.highlighted span,
#regions-nav li a:hover span {
	background: url(../images/bg_regions_hover.gif) no-repeat right top;
}



#regions .tabs-container {
	float: left;
	width: 770px;
	padding: 10px 0 0 0;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) no-repeat -9120px 0;
	overflow: hidden;
}

#regions .tabs-container .content {
	float: left;
	width: 720px;
	padding: 10px 25px;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) repeat-y -9890px 0;
}


#regions .tabs-container .tab {
	float: left;
	width: 770px;
	padding: 0 0 10px;
	background: url(../images/bg_round_sprite.gif) no-repeat -10660px bottom;
}


#regions .tabs-container .content .column {
	width: 495px;
	padding-right: 15px;
}


#regions .tabs-container .content .side-bar {
	width: 210px;
	float: left;
	text-align: left;
}


#content #regions h2 {
	border-bottom: none;
	margin-bottom: 0.2em;
	font-size: 1.6em
}

#content #regions .map {
	float: left;
	width: 495px;
	margin-bottom: 10px;
}


#content #regions .map .title {
	text-transform: none;
	font-size: 0.9em;
	padding-bottom: 10px;
}



#content #regions .map .country {
	float: left;
	width: 120px;
	padding: 0 14px 0 0;
	border-right: 1px solid #e9e7e1;
}

#content #regions .map .state {
	float: left;
	width: 344px;
	padding: 0 0 0 15px;
}




#content #regions .map .state .image {
	float: left;
	width: 205px;
	padding-right: 14px;
}

#content #regions .map .state ul,
#content #regions .map .state ul li {
	float: left;
	width: 125px;
	list-style: none;	
}



#content #regions .copy {
	float: left;
	width: 495px;
	padding: 0;
	text-transform: none;
}

#regions table {
	width: 250px;
	color: #000;
	border-collapse: collapse;
	margin: 0 0 10px;
}

#regions table .heading {
	width: 70px;
	color: #666;
	padding-right: 5px;
}

#regions table td {
	padding: 0.2em 0;
	vertical-align: top;
}

#content #regions .copy .pagination  {
	padding-bottom: 10px;
	font-size: 0.9em;
	width: 495px;
}


#content #regions .copy .pagination ul {
	padding: 0;
	list-style: none;
}

#content #regions .copy .pagination ul li{
	padding: 0 2px;
}

dl,
dt,
dd {
	float: left;
	width: 495px;
	padding: 0;
	margin: 0;
}

dt {
	padding: 0 0 0.2em 0;
}

dd {
	padding: 0 0 1.0em 0;
}


/* @end */

/* @group Full Width */

#content.full .main {
	width: 985px;
	background: #fff url(../images/bg_round_sprite.gif) no-repeat -11430px bottom;
}

/* @group Listings */

.full .listing {
	width: 685px;
}

.full .listing li {
	width: 685px;
}

.full .listing li.heading {
	width: 685px;
}


.full .listing .product {
	width: 335px;
}

.full .listing .details {
	width: 555px;
}

.full .listing .wide {
	width: 555px;
}

/* @end */

/* @group One Column layout (with sidebar) */

#content.full .main .one-column .copy ul{
	width: 495px;
}

.full .one-column {
	
}

.full .one-column .column {
	width: 685px;
	padding: 0 15px;
	text-align: left;
}

.full .one-column .side-bar {
	width: 230px;
	padding: 0 15px;
	text-align: left;
}





.full .one-column .sitemap {
	width: 705px;
	padding: 0 5px;
	text-align: left;
}


.full .one-column .sitemap .column {
	width: 213px;
	padding: 0 10px;
	text-align: left;
	float: left;
}

.full .one-column .sitemap .column h2 {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.full .one-column .sitemap .column h2.spaced {
	margin-top: 20px;
}

.full .one-column .sitemap .column ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 213px;
}

.full .one-column .sitemap .column ul li {
	padding: 4px 0;
	list-style: none;
	float: left;
	width: 213px;
}

.full .one-column .sitemap .column ul li.last {
	padding: 4px 0 0;
}

.full .one-column .sitemap .column ul ul {
	padding: 0 0 0 10px;
	width: 203px;
}

.full .one-column .sitemap .column ul ul li {
	width: 203px;
}

.full .one-column .sitemap .column a {
	padding: 0 0 0 10px;
	cursor: pointer;
	display: block;
	float: left;
	background: url(../images/icon_arrow.gif) no-repeat left 0.2em;
	color: #666;
}



.full .one-column .sitemap .column a:hover {
	color: #c7006e;
}


/* @group Forms */
.full .one-column .form .cell-title {
	width: 130px;
}


.full .one-column .form .cell-title {
	width: 130px;
}

.full .one-column .form .cell-field .month {
	margin-right: 10px;
}

.full .one-column .form .cell-field select.wide {
	width: 308px;

}

.full .one-column .buttons {
	width: 448px;
}

.full .one-column .button {
	float: right;
	margin-left: 10px; 
}

/* @end */

/* @end */

/* @end */

/* @group Two Column Landing (buy wine) */

.two-column-landing {
	margin-bottom: 10px;
}

.two-column-landing .column {
	width: 370px;
	padding: 0 15px;
	text-align: left;
}


.two-column-landing .section {
	float: left;
	width: 800px;
}


.two-column-landing .last{
	padding-bottom: 0;
	margin-bottom: 0;
}

.two-column-landing .column ul {
	width: 370px;
	list-style: none;
	padding: 10px 0 0 0;
}



.two-column-landing .column li {
	float: left;
	width: 370px;
	padding: 7px 0 10px;
	border-bottom: 1px solid #f0eee9;
}


.two-column-landing .column .listing .details {
	width: 240px;
}

.two-column-landing .column .listing .full {
	float: left;
	width: 100%;
	padding-right: 0;
}

/* @group Featured Product */

.two-column-landing .featured {
	padding: 0 0 10px;
	float: left;
	width: 370px;
}

#content .main .two-column-landing .featured h3 a{
	font-size: 1.6em;
	line-height: 24px;
}

#content .main .two-column-landing .featured h3 a:hover {
	color: #c7006e;
	text-decoration: none;
}



.two-column-landing .featured h3 a{
	color: #000;
}

.two-column-landing .featured .image {
	float: left;
	width: 90px;
	padding-right: 15px;
}
.two-column-landing .featured .information .details,
.two-column-landing .featured .information {
	float: left;
	width: 260px;
}




.two-column-landing .feature .information .price,
.two-column-landing .featured .information .price {
	width: 100px;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
	font-style: italic;
}


.two-column-landing .feature .information .price .top,
.two-column-landing .featured .information .price .top {
	padding: 9px 0 3px 0;
	height: 15px;
}

.two-column-landing .feature .information .price .bottom,
.two-column-landing .featured .information .price .bottom {
	padding-top: 0;
}

.two-column-landing .feature .information .price strong, 
.two-column-landing .featured .information .price strong {
	font-size: 2.2em;
	line-height: 24px;
	color: #db1581;
	font-style: normal;
}

.two-column-landing .feature .information .price span,
.two-column-landing .featured .information .price span {
	text-decoration: line-through;
}

.two-column-landing .feature .input,
.two-column-landing .featured .input  {
	width: 145px;
	float: right;
	text-align: left;
	padding: 26px 0 0;
}

.two-column-landing .feature .input .qty,
.two-column-landing .featured .input .qty {
	margin-bottom: 0.5em;
}

.two-column-landing .feature .input label,
.two-column-landing .featured .input label {
	padding-left: 0;
}

/* @end */


/* @group Feature Products */


#content .main .two-column-landing h2.feature-title {
	border: none;
	margin-bottom: 0;
}


.two-column-landing .feature {
	width: 340px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	border: 5px solid #f0eee9;
}

.two-column-landing .feature .information {
	float: left;
	width: 209px;
}


.two-column-landing .feature .information .product {
	width: 209px;
	font-size: 1.1em;
	float: none;
}

.two-column-landing .feature .input  {
	width: 89px;
	padding: 0;
}

/* @end */


/* @group Buy Wine */

.two-column-landing .buywine {
	float: left;
	width: 770px;
	padding: 0 15px 0;
}

.two-column-landing .buywine h2{
	margin-bottom: 10px;
}


#buywine {
	display: block;
	width: 770px;
}

#buywine-nav {
	float: left;
	list-style: none;
	width: 760px;
	padding-left: 5px;
}

#buywine-nav li {
	float: left;
	margin: 0;
	padding: 0 3px;
	text-transform: uppercase;
	background: url(../images/bg_regions_divider.gif) no-repeat right center;
}

#buywine-nav li.last {
	background-image: none;
}

#buywine-nav li a {
	display: block;
	color: #888;
	position: relative;
}

#buywine-nav li a span
{
    display: block;
    padding: 5px 5px 3px 0;
    margin: 0 0 0 5px;
    position: relative;
    font-size: 11px;
    
}   

#buywine-nav li a.highlighted,
#buywine-nav li a:hover {
	color: #000;
	text-decoration: none;
	background: #e9e7e1 url(../images/bg_buywine.gif) no-repeat left top;
	
}

#buywine-nav li a.highlighted span,
#buywine-nav li a:hover span {
	background: url(../images/bg_buywine.gif) no-repeat right top;
}



#buywine .tabs-container {
	float: left;
	width: 770px;
	padding: 10px 0 0 0;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) no-repeat -12895px 0;
	overflow: hidden;
	color: #333;
	height: 186px;
}





#buywine .tabs-container .tab {
	float: left;
	width: 760px;
	padding: 0 5px 10px;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) no-repeat -13665px bottom;
	overflow: hidden;
	height: 176px;
}

/* @group Colums */

#buywine .tab .column {
	float: left;
	width: 243px;
	margin: 0;
	padding: 0 5px;
}

#buywine .tab .column .pane .product,
#buywine .tab .column .title {
	width: 100%;	
	float: left;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 10px;
}



#buywine .tab .column .pane {
	float: left;
	width: 225px;
	padding: 10px 10px;
	background: #fff;
}

#buywine .tab .column .pane .image {
	float: left;
	width: 115px;
}

#buywine .tab .column .pane .information {
	float: left;
	width: 95px;
	padding-left: 15px;
}



#buywine .tab .column .pane .product a {
	color: #000;
}

#buywine .tab .column .pane .product a:hover {
	color: #c7006e;
	text-decoration: none;
}

#buywine .tab .column .pane .information .price{
	font-style: italic;
}
#buywine .tab .column .pane .information .price strong{
	font-size: 1.6em;
	color: #db1581;
	font-style: normal;
}

#buywine .tab .column .pane .information .price span{
	text-decoration: line-through;
}

#buywine .tab .column .pane .input  {
	width: 95px;
	float: left;
	padding: 5px 0 0;
}


#buywine .tab .column .pane .input label {
	float: left;
	padding: 4px 5px 3px 0;
}

#buywine .tab .column .pane .input .qty {
	width: 18px;
	border: none;
	background: #e9e7e1;
	padding: 4px 2px 3px;
	height: 15px;
	float: left;
	margin-bottom:0.5em;
}


/* @end */



/* @end */

/* landing page changes - JG */




/* @group Landing Pages */
#content #main-content.two-column-landing-page {
	width: 982px;
	padding: 0 0 0 3px;
}
.two-column-landing-page .banner {
	padding: 0 0 0 17px;
}

.two-column-landing-page .section {
	padding: 15px 0 0;
	width: 980px;
}

.two-column-landing-page .section-panel {
	padding: 15px 0 0 17px;
	width: 945px;
	
}
/* @group Two Column Panels (top) */

#content .two-column-landing-page .two-column-panels {
	margin: 10px 0 10px;
	width: 945px;
	background: url(../images/bg_round_sprite.gif) repeat-y -15630px 0;
	color: #000;
}

.two-column-panels .columns {
	padding: 10px 0 0;
	width: 945px;
	background: url(../images/bg_round_sprite.gif) no-repeat -14685px 0;
}

.two-column-landing-page .two-column-panels .column {
	width: 424px;
	padding:  0 20px;
	font-size: 1.2em;
	line-height: 1.3em;
}

.two-column-panels .column ol {
	padding-left: 20px;

}

.two-column-panels .column strong {
	color: #c7006e;
}

.two-column-panels .column strong span{
	font-size: 1.2em;
}

#content .main .two-column-panels h3 {
	padding-top: 5px;
	color: #c7006e;
	font-size: 1.1em;
}
#content .main .two-column-panels p {
	margin-bottom: 0;
}

.two-column-panels .left {
	margin-right: 17px;
}

.two-column-panels .cap-bottom {
	padding: 0 0;
	width: 945px;
	height: 15px;
	overflow: hidden;
	float: left;
	background: url(../images/bg_round_sprite.gif) no-repeat -16575px 5px;
	
}

/* @end */

.two-column-landing-page .column {
	width: 464px;
	padding-left: 17px;
}

/* @group UL with divider */

#content .two-column-landing-page ul.breaker {
	padding-bottom: 10px;
	border-bottom:1px solid #F0EEE9;
	width: 449px;	
}

#content .two-column-landing-page ul.breaker li {
	margin-bottom: 0.5em;
}

#content .two-column-landing-page ul.breaker strong {
	color: #000;	
}

/* @end */

/* @group Listing */
#content .two-column-landing-page ul.listing,
#content .two-column-landing-page ul.listing li {
	width: 464px;	
}

#content .two-column-landing-page ul.listing .details {
	width: 334px;	
}

#content .two-column-landing-page ul.listing .details .title {
	font-size: 1em;	
}

#content .two-column-landing-page ul.listing .details p {
	margin-bottom: 0;
}

/* @end */

/* @group Panel (Bottom) */

.two-column-landing-page .full-panel {
	margin: 10px 0 10px;
	padding-top: 15px;
	width: 945px;
	background: #e9e7e1 url(../images/bg_round_sprite.gif) no-repeat -17520px 0;
	color: #000;
	font-size: 1.5em;
	text-align: center;
}

.two-column-landing-page .full-panel .details {
	padding: 0 20px 15px;
	font-weight: 700;
	width: 905px;
	text-align: center;
	background: url(../images/bg_round_sprite.gif) no-repeat -18465px bottom;
}


.two-column-landing-page .full-panel .details strong {
	color: #c7006e;
}

/* @end */

/* @end */

/* @end */





/* end landing page changes - JG */





/* @end */

/* @end */

/* @group Footer */


#footer {
	padding-top: 30px;
	float: left;
}

/* @group Super Footer */

#footer .super-footer {
	background: #272727 url(../images/bg_round_sprite.gif) no-repeat 0 0;
	width: 985px;
	padding: 10px 0 0;
}

#footer .super-footer .panel {
	background: #272727 url(../images/bg_round_sprite.gif) no-repeat -985px bottom;
	width: 985px;
	float: left;
	padding: 0 0 10px;
}

#footer .super-footer .content {
	background: url(../images/bg_footer.gif) repeat-y 0 0;
	width: 985px;
	float: left;
	padding: 0;
}

/* @group Common */

#footer .super-footer h2 {
	background: #272727;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 1.0em;
}



#footer .super-footer h3 {
	text-transform: uppercase;
	font-size: 1em;
}

#footer .super-footer .btFooter
{
    border-top: solid;
    border-width: 1px;
}

#footer .super-footer h3 a {
	color: #fff;
}

 

#footer .super-footer span,
#footer .super-footer a {
	color: #ccc;
}


#footer .super-footer a:hover {
	color: #db1581;
}



#footer .super-footer ul {
	padding: 0 10px 7px;
	list-style: none;
	margin: 0;
	float: left;
}



#footer .super-footer li {
	padding: 0.2em 0 0;
	font-size: 0.90em;
}

/* @end */

/* @group Left */

#footer .super-footer .left h2 {
	width: 735px;
	padding-left: 10px;
}

#footer .super-footer .left ul {
	width: 151px;
	padding: 0 0 7px;
}

#footer .super-footer .left ul li {
	width: 131px;
	padding: 0 10px;
}



/* @end */

/* @group Right */


#footer .super-footer .right h2 {
	padding-bottom: 16px;
}


#footer .super-footer .right {
	width: 210px;
	padding: 0 10px 0 10px;
}




#footer .super-footer .right ul{
	width: 210px;
	padding: 0;
}


#footer .super-footer .right ul li {
	width: 177px;
	padding: 4px 0 10px 33px;
	overflow: hidden;
}

#footer .super-footer .right ul li.phone,
#footer .super-footer .right ul li.store,
#footer .super-footer .right ul li.online,
#footer .super-footer .right ul li.delivery {
	background: url(../images/bg_footer_icons.gif) no-repeat 0 0;
}

#footer .super-footer .right ul li.store {
	background-position: -210px 0;
}

#footer .super-footer .right ul li.online {
	background-position: -420px 0;
}

#footer .super-footer .right ul li.delivery {
	background-position: -630px 0;
}

#footer .super-footer .right ul li strong{
	text-transform: uppercase;
}

/* @end */

/* @end */

/* @group Normal Footer */

#footer .standard-footer {
	width: 965px;
	padding: 10px; 
	font-size: 0.95em;
	color: #999;
}

#footer .standard-footer .left {
	width: 870px;
}

#footer .standard-footer ul {
	list-style: none;
	float: left;
}



#footer .standard-footer p  {
	clear: left;
	color: #666;
	float: left;
	padding-top: 5px;
	width: 100%;
}



#footer .standard-footer li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #333;
}

#footer .standard-footer li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

#footer .standard-footer a {
	color: #999;
}

#footer .standard-footer .right {
	width: 89px;
}

#footer .standard-footer .right .logo a {
	width: 89px;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 26px 0 0 0;
}

#footer .standard-footer .right .logo a.sprite {
	background-position: -256px 0;
}

/* @end */


/* @end */

/* @end */

/* @group Lightboxes */

.TB_modal .header{
	width: 515px;
}

.TB_modal .header h2 {
	font-size: 1.3em;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 5px solid #c7006e;
	width: 465px;
	float: left;
}

.TB_modal .header a {
	width: 50px;
	float: left;
	display: block;
	background: url(../images/bg_sprite.gif) no-repeat -123px -152px;
	height: 0;
	overflow: hidden;
	padding: 1.8em 0 0 0;
	line-height: 1em;
	border-bottom: 5px solid #c7006e;
}



#TB_closeWindowButton {
	width: 50px;
	float: left;
	display: block;
	background: url(../images/bg_sprite.gif) no-repeat -123px -152px;
	height: 0;
	overflow: hidden;
	padding: 15px 0 0 0;
	line-height: 1em;
	margin-top: 2px;
}


.TB_modal .content {
	padding: 10px 0 5px;
	float: left;
	width: 515px;
	color: #666;
	/*font-size: 0.95em;*/
}


.TB_modal .content .large-image {
	width: 100%;
	text-align: center;
}




.TB_modal .content .copy {
	padding: 0 25px 0 0;
	float: left;
	width: 490px;
	overflow: auto;
	height: 380px;
}


.TB_modal .content .textarea {
	width: 507px;
}

.TB_modal .content .buttons {
	float: right;
	width: 100%;
	padding: 5px 0;
}

/*.TB_modal .content .button {
	float: right;
	height: 0;
	width: 89px;
	padding: 22px 0 0 0;
	overflow: hidden;
	background: url(../images/bg_sprite.gif) no-repeat -112px -108px;
	cursor: pointer;
	border: none;
	margin-left: 10px;
}

.TB_modal .content .button:hover {
	background-position: -112px -130px;
}

.TB_modal .content .submit {
	width: 65px;
	background-position: -354px -108px
}


.TB_modal .content .submit:hover {
	background-position: -354px -130px;
}

.TB_modal .content .signin {
	width: 65px;
	background-position: -646px -108px
}

.TB_modal .content .signin:hover {
	background-position: -646px -130px;
}

.TB_modal .content .cancel {
	width: 65px;
	background-position: -711px -108px
}

.TB_modal .content .cancel:hover {
	background-position: -711px -130px;
}*/

.TB_modal .content .cell-field .forgot {
	clear: left;
	padding-top: 2px;
}

.TB_modal .content .cell-field .register {
	float: left;
	width: 100%;
}


.TB_modal .content .cell-field .textarea {
	width: 300px;
	height: 50px;
}




/* @group Orders */

.TB_modal .content ul.orders {
	margin-bottom: 15px;
	float: left;
}


.TB_modal .content .orders li {
	float: left;
	width: 100%;
	padding: 3px 0;
}

.TB_modal .content .order-heading,
.TB_modal .content .order-freight,
.TB_modal .content .order-total { 
	float: left;
	width: 495px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #f0eee9;
}

.TB_modal .content .order-freight { 
	
	padding-top: 5px;
	border-top: 1px solid #f0eee9;
}

.TB_modal .content .order-total { 
	border-bottom: none;
}

.order-heading .image,
.order-heading .description,
.order-heading .price,
.order-heading .qty,
.order-heading .total {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
	float: left;
}

.TB_modal .order {
	float: left;
	width: 515px;
	color: #000;
}

.TB_modal .order .items {
	float: left;
	width: 515px;
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}


.TB_modal ul.orders {
	width: 495px;
}


.TB_modal .order li {
	border-bottom: 1px solid #f0eee9;
}

.TB_modal .order li.last {
	border-bottom: none;
}


.TB_modal .order .image,
.TB_modal .order .description,
.TB_modal .order .price,
.TB_modal .order .qty,
.TB_modal .order .total {
	float: left;
	width: 115px;
	padding-right: 10px;
}

.TB_modal .order .description {
	width: 170px;
}

.TB_modal .order .description a {
	color: #000;
}

.TB_modal .order .description a:hover {
	color: #c7006e;
}

.TB_modal .order .price {
	width: 55px;
}

.TB_modal .order .qty {
	width: 30px;
}

.TB_modal .order .total {
	float: right;
	width: 75px;
	padding-right: 5px;
	text-align: right;
}
.TB_modal .order .order-total .total,
.TB_modal .order .order-freight .total {
	padding-right: 5px;
}

.TB_modal .order .order-total .total {
	width: 200px;
	font-weight: 700;
}
/* @end */

/* @end */





/* @group Privacy  --- Added on 27/10/2008 */

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

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

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


dl.PrivacyDivided,
dl.PrivacyDivided dt,
dl.PrivacyDivided dd {
	width: 710px;
}


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

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

dl.PrivacyDivided dd ul
{
    float: left;
    width: 100%;
    padding-left: 35px;
    margin: 0 0 0.8em;
    list-style-image: url(../images/li.gif);
}



dl.PrivacyDivided dd a.top {
	position: absolute;
	right: 0;
	bottom: 5px;
	overflow: hidden;
	height: 0;
	width: 12px;
	padding: 10px 0 0 0;
	background: url(../images/bg_sprite.gif) no-repeat -30px -166px;
}


ul.PrivacyDivided {
}

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

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

#content .main .PrivacyDivided h3 {

	font-size:1em;
}

/* @end */


/*WineCabinet styles*/
.featured-cabinet {
	width: 370px !important;	
}
.featured-cabinet .image {
	padding-right:0 !important;
	width: 105px !important;
	float:left;
	display:inline;
}
.featured-cabinet .details {
	width: 240px !important;	
}
.featured-cabinet .details ul {
	width: 220px;
	list-style:disc outside !important;
	margin:0 0 20px 20px;
	padding:0;
	overflow:hidden;
}
.featured-cabinet .details ul li {
	margin:0 0 5px 0;
	padding:0;
	border:none;
	width:220px;
}
ul.other-cabinets {
	padding-bottom:20px;
}
ul.other-cabinets li {
	overflow:hidden;
	padding: 10px 0;
	
}
ul.other-cabinets li p {
	height: 30px;	
}
.featured-cabinet .details .price, ul#top-three-cabinets li .details .price, ul.other-cabinets li .details .price {
	width:100px;
	margin-bottom: 10px;
	float:none;
}
.featured-cabinet .details .price .top, ul#top-three-cabinets li .details .price .top, ul.other-cabinets li .details .price .top {
	height: 15px;
	font-style:italic;
	color:#999;
	font-size:12px;
	line-height:100%;
}
.featured-cabinet .details .price .bottom, ul#top-three-cabinets li .details .price .bottom, ul.other-cabinets li .details .price .bottom {
	color: #DB1581;
	font-size:2.2em;
	font-weight:bold;
	line-height:100%;
}
.featured-cabinet .details .more, ul#top-three-cabinets li .details .more, ul.other-cabinets li .details .more {
	float:none;
}



ul#top-three-cabinets  li {
	border: 5px solid #F0EEE9;
	margin-bottom: 20px;
	width:340px;
	padding:10px;
}
ul.other-cabinets {
	clear:both;	
}
.featured-cabinet a, ul#top-three-cabinets li a, ul.other-cabinets li a {
	color:black;
	text-decoration: none;
}
.featured-cabinet a:hover, ul#top-three-cabinets li a:hover, ul.other-cabinets li a:hover {
	color:#C7006E;
}
.featured-cabinet .image, ul#top-three-cabinets  li .image, ul.other-cabinets li .image {
	float:left;		
	text-align: center;
	width: 105px;
}
.featured-cabinet .details, ul#top-three-cabinets  li .details, ul.other-cabinets  li .details {
	margin-left: 110px;
	width:230px;
	float:none;
}
ul#top-three-cabinets  li .details {
	width: 210px;	
}

table.cabinet-order-form {
	border: 1px solid #CCC;
	border-collapse:collapse;
}
table.cabinet-order-form tr th {
	background-color: #EFEFEF;
	font-weight:bold;
	padding:4px;
	border-bottom: 1px solid #CCC;	
}
table.cabinet-order-form tr td {
	background-color:#FFF;
	padding:4px;
	border-bottom: 1px solid #CCC;
	border-right: 1px dotted #CCC;
}
table.cabinet-order-form tr td.checkbox {
	text-align:center;
}
table.cabinet-order-form tr th.rrp, table.cabinet-order-form tr th.price {
	text-align: center;
}
table.cabinet-order-form tr td.rrp, table.cabinet-order-form tr td.price {
	text-align: right;
}
table.cabinet-order-form tr td.price {
	font-weight:bold;	
}


/*Search listings - added by JS 11/10/09*/
table.listing-table {
	margin-top:20px;
	width:100%;
}
table.listing-table tr th {
	color:#666;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #EEE;
	padding: 3px 0;
}
table.listing-table tr td {
	padding: 10px 0;
	border-bottom:1px solid #EEE;
	font-size:1.3em;
	vertical-align:middle;
	line-height:1.3em;
}
table.listing-table tr td.image {
	padding-right:20px;
	width:115px;
}
table.listing-table tr td.product {
	padding-right:20px;
	width:300px;
}
table.listing-table tr td.price {
	width:70px;
	font-weight:bold;
}	
table.listing-table tr td.order {
	width:160px;
	text-align:right;
	float:none;
}
table.listing-table tr td.order label {
	float:left;	
	margin-right: 5px;
	padding-top:5px;
}



#drop-panel {
	position:absolute;
	display:none;
	background-color:#FFF;
	z-index:998;
	text-align:center;
	border:1px solid #CCC;
	width:680px; /*set panel width*/
	top:0;
	left:50%;
	overflow:visible;
}
#drop-panel .close-btn {
	width: 44px; 
	height: 44px;
	top: 0;
	right: 0;
	overflow: hidden;
	text-indent:-900%;
	z-index:999;
	position:absolute;
}
#drop-panel .close-btn a {
	background: transparent url(../images/drop-panel-close-btn.png) no-repeat 0 top;
	display:block;
	outline:none;
	height:44px;
}
#drop-panel .close-btn a:hover { background-position: 0 bottom; }


.terms-and-conditions h1 { line-height:1.5em; }
.terms-and-conditions ol, .terms-and-conditions ul { margin: 15px 0 15px 30px; }
.terms-and-conditions ul { list-style-type:disc; }
.terms-and-conditions li { margin-bottom:5px;}

