/* Import Global Reset */
@import url("reset.css");
/* Background Properties */
body {
	background: #D6B67D;
	background-image: url("../img/bg5.jpg");
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
}
/* Website Default Text & Text Color */
body, th, td, input, select, textarea {
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 11px;
	color: #333;
}
/* Default Link Style*/
a {
	color: #0072bc;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #999;
}
/* Website Wrap */
.wrap {
	height:100%;
	position:relative;
	min-height: 850px;
	width: 930px;
	margin: 0 auto;
	padding-bottom: 20px;
	background:#fff;
	border:5px solid #5c3021;
	border-top:0;
	border-bottom:0
}

/* Page Types */
/* Three Columns (Default): #three_columns */
#three_columns {
}
/* Two Columns: #two_columns */
#two_columns {
}
/* Website Head & Elements */
#head {
	height: 175px;
	position: relative;
	background: url(/img/header_bg.png) no-repeat;
}
/* Website Logo */
h1.logo {
	position: absolute;
	width: 158px;
	top: 20px;
	left: 29px;
	z-index: 999999
}
h1.logo a {
	display: block;
	height: 147px;
	background: url(/img/logo.png) no-repeat left top;
}
/* Comman Elements of head elements */
#search, .top_banner {
	height: 44px;
	float: right;
}
#search, .top_banner {
	
}
/* Search Box */
#search {
	width: 332px;
	padding-top: 130px;
	position:relative;
	left:10px
}
#search input, #search input.button {
	border: 0;
	float: left;
	margin-top: 12px;
}
#search input {
	padding: 5px 5px 7px;
	width: 282px;
	font-size: 11px;
	color: #252525;
	background: url(../img/search-input_btn.png) no-repeat left top;
}
#search input.button {
	width: 28px;
	height: 25px;
	padding: 0;
	background: #0072bc url(../img/search_btn.png) no-repeat left top;
	cursor: pointer;
}
/* Top Banner */
.top_banner {
	width: 218px;
	padding-top: 20px
}
/* Basket */
.basket {
	float:right;
	position:relative;
	top:90px;
	right: 20px;	
}
.basket a {
	display: block;
	position:relative;
	width: 200px;
	height: 82px;
	background: url(../img/shopping_cart.png) no-repeat right top;
	font-size: 9px;
	letter-spacing: -0.5px;
	color: #111;
}
.basket p {
	padding: 3px 0 0 26px;
}
.basket iframe {
	position:absolute; bottom: 0; left: 0
}
/* Site Nav */
#main_nav {
	height: 32px;
	margin-bottom: 20px;
	margin: 0 20px;
	z-index:99;
	font-size:15px
}
/* User Nav */
.user_nav {
	float: right;
	padding: 11px 10px 0 20px;
	width: 131px;
	height: 21px;
}
.user_nav li {
	float:left;
}

.user_nav a, .user_nav a:hover {
	float: left;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
}
.user_nav a:hover {
	color:#666;
	color:#C60;
	text-decoration: underline;
}
.user_nav .no_bold, .user_nav .no_bold:hover {
	font-weight: normal;
}
/* Content Elements */
.content {
	padding: 20px;
	padding-top:9px
}
.left_column {
	float: left;
	width: 178px;
	background:#5c3021
}
.left_column .bg {
	background: url(/img/category_bg.png);
	margin:5px	
}
.main_content {
	float: left;
	width: 546px;
	padding-left: 5px;
}
/* .main_content area for two columns page */
#two_columns .main_content {
	width: 705px;
	float: right;
	padding: 0;
	margin: 0;
	overflow-x:hidden
}
.right_column {
	float: right;
	width: 150px;
}
.box {
	border: 1px solid #d7d7d7;
	background: #82c6e2;
	color:#fff
}
.bg .payment_box {
	background:#5c3021;
	margin-top:10px;
	color:#fff;
	text-align:center
}
/* Product Menu */
.occasion_menu  {

}
.product_menu h2,
.occasion_menu h2  {
	color:#85c7e3;
	font-size: 125%;
	font-weight: bold;
	padding: 10px
}

/* Newsletter Box */
.newsletter_box {
	margin:-5px;
	margin-top: 5px;
	border: 5px solid #82c6e2;
	background:#fff;
	color:#333
}
.newsletter_box h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0072bc;
	padding: 6px 10px;
	background: #82c6e2;
}
.newsletter_box p {
	padding: 5px 10px 8px;
}
.newsletter_box form {
	background: #fff;
	border-top: 1px solid #d7d7d7;
	padding: 8px 10px;
}
.newsletter_box form input {
	width: 138px;
	border: 1px solid #d7d7d7;
	background: url(../img/newsletter_input_shade.gif) no-repeat left top;
	padding: 4px;
	margin-bottom: 10px;
}
.newsletter_box form input.button {
	width: auto;
	font-weight: bold;
	color: #000;
	background: #fff url(../img/newsletter_btn-bg.gif) repeat-x left bottom;
	cursor: pointer;
	margin: 0;
}
.payment_box {
	color: #000;
}
.payment_box h2 {
	padding-bottom: 10px;
}
/* Home Page Slider */
.jflow-content-slider {
	margin-bottom: 20px;
}
#jFlowSlide {
	border: 1px solid #d6d6d6;
	z-index: 10;
	overflow: hidden;
	width: 554px; height: 228px;
}
#slides {
	overflow: hidden;
	height: 228px
}
#slides img {
	height: 228px;
	width: 554px	
}
#myController {
	border: 1px solid #d6d6d6;
	border-top: 0;
	background: #e9e9e9 url(../img/myController_bg.gif) repeat-x left top;
	width: 534px;
	height: 24px;
	padding: 6px 10px 0;
	text-align: right;
}
.quick_nav {
	float: right;
}
.collection_name {
	float: left;
	padding-top: 4px;
}
.collection_name a, .collection_name a:hover {
	color: #363636;
	text-decoration: none;
}
.collection_name a strong, .collection_name a:hover strong {
	color: #0072bc;
}
#myController span {
	float: left;
	width: 20px;
	height: 17px;
	padding-top: 2px;
	background: url(../img/jFlowControl_bg.gif) no-repeat center top;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#myController span.jFlowSelected {
	background: url(../img/jFlowControl-hover_bg.gif) no-repeat center top;
	color: #fff;
}
.jFlowControl, .jFlowSelected, .jFlowPrev, .jFlowNext {
	cursor: pointer;
	margin-left: 10px;
}
#myController .jFlowPrev, #myController .jFlowNext {
	padding-top: 0;
	height: 19px;
}
/* Default Product Box */
.products_box {

}
.products_box h2.box_title {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 7px 10px;
	border-bottom: 1px solid #d7d7d7;
}
.products_box h2.box_title a, .products_box h2.box_title a:hover {
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #0072bc;
	padding-top: 2px;
}
.products_content {
	padding-bottom: 20px;
}
/* Product List */
.row {
	clear:both;
}
.end {
	height: 0;
	overflow: hidden;
}
.asinItem {
	float: left;
	width: 145px;
	padding: 20px 20px 10px 10px;
	text-align: center;
}
.last {
	padding-right: 10px;
}
.asinItem .prodImage {
	padding-bottom: 8px;
	text-align: center;
}
.asinItem .prodImage img {
	width: 132px;
	height: 132px;
}

.category .asinItem {
	width: 200px;	
	padding: 20px 25px 10px 10px;
}
.category .asinItem .prodImage img {
	width: 225px;
	height: 225px;
}
.category.two-col .asinItem {
	width: 300px;	
	padding: 10px 19px 5px 5px;
}
.category.two-col .asinItem .prodImage img {
	width: 350px;
	height: 350px;
	width: 275px;
	height: 275px;
}

.homepage .asinItem {
	padding: 20px 20px 10px 10px;
}
.homepage .asinItem .prodImage img {
	width: 145px;
	height:145px;
	border: 2px solid #D5BBAC
}
.homepage .asinItem .prodImage a:hover img {
	opacity: .5;
	-moz-opacity: .5;
}
.homepage .asinItem h3 {
	font-size: 12px
}
.homepage .asinItem h3 a {
	color:#333
}
.asinItem h3 {
	font-size: 10px;
	font-weight: bold;
	padding: 0;
}
.asinItem h3 a, .asinItem h3 a:hover {
	text-decoration: none;
	color: #252525;
}
.asinItem h3 a strong, .asinItem h3 a:hover strong {
	color: #898989;
	padding-top: 1px;
	display: block;
}
.asinItem .add-to-basket {
	padding: 9px;
}
/* Featured Collections Box */
.featured {
	border: 0;
}
.newest h2.box_title,
.featured h2.box_title {
	color: #fff;
	/*background: #00aeef url(../img/featured-box_bg.gif) repeat-x left bottom;*/
	background:#523225;
	border-bottom: 0;
}
.featured h2.box_title a, .featured h2.box_title a:hover {
	background: url(../img/featured-browse-btn-right.gif) no-repeat right top;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #363636;
	padding: 0;
	margin-top: -1px;
}
.featured h2 a span, .featured h2 a:hover span {
	display: block;
	background: url(../img/featured-browse-btn-left.gif) no-repeat left top;
	cursor: pointer;
	padding: 3px 11px 4px;
}
.featured .products_content,
.newest .products_content {

}
.featured .top_gradient {
	background: url(../img/featured-box-top_bg.gif) repeat-x left top;
}
/* Product Guide Box */
.product_guide {
	background: url(/img/product_guide_bg.png) no-repeat left bottom;
	margin-bottom: 20px;
}
.product_guide h2.box_title {
	background: url(../img/product_guide_headline_bg.png) no-repeat left top;
	height: 60px;
}
.product_guide p {
	padding: 0 10px 10px;
}
.product_guide a, .product_guide a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
/* Store Locator */
.store_locator {
	background: url(../img/store-locator_bg.png) no-repeat left top;
	padding-left: 76px;
	margin-bottom: 20px;
}
.store_locator h2.box_title {
	height: 46px;
}
.store_locator p {
	padding-bottom: 10px;
}
.store_locator a, .store_locator a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
/* Best Sellers */
.right_column .asinItem {
	padding: 20px 9px 10px;
}
/* Footer */
.footer {
	clear: both;
	text-align: center;
	color: #707070;
	line-height: 24px;
	padding: 10px 0;
}
.footer a, .footer a:hover {
	text-decoration: none;
	color: #707070;
}
.footer ul{
	margin:auto;
}

.footer ul li{
	display:inline;
}
.footer div {
	color: #999;
}
.footer div a, .footer div a:hover {
	text-decoration: none;
	color: #999;
}
/* Breadcrumb */
.bredcrum {
	color: #999;
}
.bredcrum a {
	color: #999;
	text-decoration: none;
}
.bredcrum a:hover {
	color: #000;
	text-decoration: underline;
}
/* Page Title */
h1.page_title {
	color: #111;
	font-size: 26px;
	letter-spacing: -1px;
	padding: 3px 0 5px;
	border-bottom: 1px solid #d7d7d7;
}
/* Page Subtitle */
h2.page_subtitle {
	font-size: 20px;
	color: #000;
	padding: 20px 0 4px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
	letter-spacing: -1px;
}
.no_margins {
	margin: 0;
}
/* Category List */
.category_list .asinItem h2 a, .category_list .asinItem h2 a:hover {
	font-weight: bold;
}
/* Product List */
.products_list {
}
/* Page Navigation */
.pagination {
	border: 1px solid #d7d7d7;
	padding: 4px 3px;
	height: 20px;
	clear: both;
}
.sortby {
	float: left;
	color: #909090;
	padding: 3px 6px 0 5px;
}
ul.page_nav {
	float: right;
}
ul.page_nav li {
	display: inline;
	float: left;
	margin-right: 4px;
	color: #a1a1a1;
}
ul.page_nav li a {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background: url(../img/page_nav-btn_bg.gif) repeat-x left bottom;
	border: 1px solid #d7d7d7;
	height: 15px;
	padding-top: 3px;
	width: 22px;
	text-align: center;
}
ul.page_nav li a:hover {
	color: #0072bc;
	background: url(../img/page_nav-btn-hover_bg.gif) repeat-x left bottom;
	border: 1px solid #999;
}
ul.page_nav li.prev a, ul.page_nav li.next a {
	width: auto;
	position: relative;
}
ul.page_nav li.prev a {
	padding-left: 12px;
	padding-right: 6px;
}
ul.page_nav li.next a {
	padding-right: 12px;
	padding-left: 6px;
}
ul.page_nav li.prev a img, ul.page_nav li.next a img {
	position: absolute;
	top: 6px;
	right: 4px;
}
ul.page_nav li.prev a img {
	left: 4px;
}
ul.page_nav li.current_page a, ul.current_page li.next a:hover {
	background: #fff;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
}
ul.page_nav li.prev {
	margin-right: 10px;
}
ul.page_nav li.skip_pages {
	font-weight: bold;
	padding-top: 4px;
}
/* Product Details */
.product_image, .product_information {
	float: left;
	position: relative;
	width: 348px;
	padding-top: 20px;
}
.product_flavors {
	float: left;
	padding: 10px;	
}
.product_information {
	float: right;
}
/* Product Status In Stock / Not Available */
.product_status {
	/*float: left;*/
	line-height: 21px;
}
.in_stock span{
	float: left;
	margin-right:100px;
	display:block;
	width:50px;
	background:#00AEEF url("../img/product_status_blue.gif") repeat-y left top;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
 .not_available span {
	float: left;
	margin-right:100px;
	display:block;
	width:80px;
	background: #ed1c24 url(../img/product_status_red.gif) repeat-y left top;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
.not_available span {
	background: #b1b1b1 url(../img/product_status_gray.gif) repeat-y left top;
}
p.description {
	/*
	padding: 14px 0 20px;
	font-size: 11px;
	*/
}
.product_options {
	background: url(../img/product_options_bg.gif) repeat-x;
	padding: 10px;
	height: auto !important;
	height: 45px;
	min-height: 45px;
	margin-bottom: 20px;
}
.product_options h2, .rating_holder {
	color: #464646;
	font-size: 15px;
	line-height: 20px;
	padding: 3px 0;
	height: 20px;
}
.product_options h2.price {
	margin-bottom: 10px;
}
.product_options h2 strong {
	color: #000;
}
.product_options .rating_holder span {
	float: left;
}
.product_options .add-to-basket {
	float: right;
}
.rate_banner {
	clear: both;
	line-height: 10px;
	padding-top: 7px;
	color: #a2a2a2;
}
.rate_banner a, .rate_banner a:hover {
	color: #000;
}
/* Product Tabs */
ul.tabs {
	float: left;
	height: 29px;
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d7d7d7;
	border-left: none;
	margin-bottom: -1px;
	background: #ebebeb;
	overflow: hidden;
	position: relative;
}
ul.tabs li a, ul.tabs li a:hover {
	text-decoration: none;
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 0 12px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #d7d7d7;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	font-size: 13px
}
.tab_content {
	padding: 10px 13px;
}
.tab_content p {
	padding: 10px 0 0;
}
.help_icon {
	background: url(../img/help_icon.gif) no-repeat 16px 10px;
	padding-left: 62px;
	padding-top: 21px;
}
.help_icon p {
	padding: 14px 0 0;
}
a.silver_btn, a.silver_btn:hover { /* this style is for a tags*/
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	border: 1px solid #d7d7d7;
	background: #fff url(../img/silver-btn_bg.gif) repeat-x left bottom;
	padding: 0 8px;
	margin-top: 4px;
	letter-spacing: 0;
}
/* Reviews List */
.review_item {
	/*padding-bottom: 26px;*/
}
.review_item h2 {
	font-size: 12px;
	color: #252525;
	padding-bottom: 7px;
}
.review_item .customer_name {
	line-height: 14px;
	height: 16px;
	font-size: 11px;
	color: #898989;
}
.review_item .customer_name strong {
	float: left;
}
.review_item p {
	padding-top: 2px;
	color: #898989;
}
/* Ratings */
/* Small Starts */
.asinItem .rating, .review_item .rating {
	overflow: hidden;
	width: 82px;
	height: 14px;
	background-image: url(../img/rating_star_small.png);
	background-repeat: no-repeat;
	margin: 6px auto 0;
}
.review_item .rating {
	float: left;
	margin: 0 0 0 10px;
}
.asinItem .starts5, .review_item .starts5 {
	background-position: left 0;
}
.asinItem .starts4, .review_item .starts4 {
	background-position: left -14px;
}
.asinItem .starts3, .review_item .starts3 {
	background-position: left -28px;
}
.asinItem .starts2, .review_item .starts2 {
	background-position: left -42px;
}
.asinItem .starts1, .review_item .starts1 {
	background-position: left -56px;
}
.asinItem .starts0, .review_item .starts0 {
	background-position: left -70px;
}
/* Large Starts */
.product_options .rating {
	/*float: right;*/
	display:inline-block;
	overflow: hidden;
	width: 120px;
	height: 20px;
	background-image: url(../img/rating_star_big.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}
.product_options .starts5 {
	background-position: left 0;
}
.product_options .starts4 {
	background-position: left -20px;
}
.product_options .starts3 {
	background-position: left -40px;
}
.product_options .starts2 {
	background-position: left -60px;
}
.product_options .starts1 {
	background-position: left -80px;
}
.product_options .starts0 {
	background-position: left -100px;
}
/* Product Image */
.image_options {
	background: #d2161e url(../img/image_options_bg.gif) repeat-x left top;
	height: 36px;
	padding: 0 7px;
	position: relative;
}
/* Image options Links */
.image_options a {
	cursor: pointer;
}
.image_options span {
	display: block;
}
#toggler, #prev_button, #next_button {
	margin-top: 9px;
}
#toggler {
	float: left; /* align Product Gallery Button to the left */
	width: 100px;
	padding: 0 8px 0 6px !important;
	padding: 0 8px 0 4px; /* IE6 Fix */
	white-space: nowrap;
}
#toggler span {
	background: url(../img/silver-btn-gallery_icon.gif) no-repeat left 4px;
	padding-left: 14px;
}
#prev_button {
	margin-right: 10px;
}
#prev_button span {
	background: url(../img/silver-btn-left-arrow.gif) no-repeat left 6px;
	padding-left: 12px;
}
#next_button span {
	background: url(../img/silver-btn-right-arrow.gif) no-repeat right 6px;
	padding-right: 12px;
}
/* Thumbs Container */
#thumbs_container {
	position: absolute;
	width: 748px;
	background: url(../img/thumbs_container-bg.gif) no-repeat left top;
	left: 0;
	top: 27px;
	padding-top: 10px;
}
.thumbs_background {
	border: 1px solid #d7d7d7;
	border-top: 0;
	background: #fff;
	padding: 0 0 17px 20px;
}
#thumbs_container h2.page_subtitle {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	line-height: 15px;
	padding: 10px 0 20px;
}
#thumbs_container ul li {
	float: left;
	padding-right: 60px;
}
#thumbs_container ul li.last {
	padding-right: 0;
}
.close, .close:hover {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	padding: 0 10px 0 17px;
	background: url(../img/close_icon.gif) no-repeat left center;
	letter-spacing: 0;
	color: #898989;
}
/* Basket List */
.basket_options {
	padding-top: 10px;
	text-align: right;
}
.basket_options a {
	margin-left: 10px;
}
.basket_list h2 {
	padding-left:5px;
	padding-top:16px;
	font-size:12px;
	padding-bottom:8px;
	padding-top:16px;
	display:block;
	width:210px;
	float:left;
}
.basket_list h2 a{
	text-decoration:none;
	color:#252525;
}

.basket_list {
	border-bottom: 1px solid #ebebeb;
	padding: 16px 0;
}

.basket_list h2 {
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 16px;
}
.basket_list h2 a, 
.basket_list h2 a:hover {
	color: #252525;
	text-decoration: none;
}
.basket_list .price {
	display:block;
	float:left;
	width:205px;
	color: #898989;
	padding: 5px;
}
.basket_list .price strong {
	color: #0072BC;
}
input.silver_btn { /* this style is for input elements*/
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	border: 1px solid #d7d7d7;
	background: #fff url(../img/silver-btn_bg.gif) repeat-x left bottom;
	padding: 2px 4px;
	vertical-align: middle;
	cursor: pointer;
}
.quantity_options {
	float:right;
	padding-top:12px;
	height:120px;
	text-align:right;
}
.basket_list label {
	float: left;
	color: #b2b2b2;
	line-height: 20px;
}
.basket_list .product_img{
	float:left;
}

.basket_list .product_img img {
	margin-right:16px;
}


.basket_list input.quantity {
	width: 20px;
	height: 14px;
	padding: 2px 4px;
	border: 1px solid #d7d7d7;
	font-size: 10px;
	color: #666;
	background: url(../img/newsletter_input_shade.gif) no-repeat left top;
	vertical-align: middle;
	float: left;
}
.basket_list .update_btn {
	float: left;
}
.basket_list input.quantity, .basket_list .update_btn {
	margin-left: 10px;
}
.remove_btn{
	display:block;
	float:right;
	clear:both;
}
.save_btn {
	margin-bottom: 7px;
	display:block;
	margin-top:40px;
	float:right;
}
/* Hide Text From Element */
h1.logo a span, .basket a span, .product_guide h2.box_title span, .store_locator h2.box_title span {
	position: absolute;
	left: -50000px;
}

.product_menu h2 span,
.occasion_menu h2 span{

}
#flavor_box {
	background-color: #fff;
	background-image: url(../img/fbox-bg.png);
	background-repeat: repeat-x;
	border-top: 2px solid #DDD	
	}
#flavor_trigger {
	display: block;
	text-decoration:none;
	background-position: 10px 5px;
	background-image: url(../img/fbox_thumb.png);
	background-repeat:no-repeat;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 50px;
	font-size: 125%;
	border: 2px outset #DDD;
	border-top: 0px
	}
#flavor_trigger span.flavors {
	display:block;
	color:#333;
	font-size: 11px;
	font-weight: normal
	}
	
#flavor_dd, #desc_bar {
	display:none;
	z-index: 9999;
	}
#flavor_ddc {
	position:absolute;
	z-index: 9999;
	border: 1px solid #ccc;
	background:#fff
	}
#flavor_dd .flavor {
	border:3px solid #FFF;
	display: block;
	text-decoration:none;
	overflow: hidden;
	height: 99px;
	width: 99px
	}
#flavor_dd .flavor span {
	position: relative;
	top: -105px;
	right: -3px;
	text-align:right;
	width: 25px;
	background: #fff;
	display:none;
	border: 3px solid #87C5E4/*#3E9728*/;
	border-top: 0;
	border-right: 0;
	padding: 2px
	}

#flavor_dd .flavor.selected {
	border:3px solid #87C5E4/*#3E9728*/;
	}
#flavor_dd .flavor.selected span {
	display: block;
	float:right;
	background:#87C5E4;
	border: 2px outset #CCC;
	border-top: 0
	}
#flavor_dd .flavor.selected span img {
	opacity: 1;
	border: 0
	}
#flavor_dd .flavor.selected img {
	opacity: .4;
	border: 2px inset #000
	}
#flavor_ddc {
	overflow: hidden;
	overflow-y: scroll; 
	overflow-x: hidden
	}

.contact-us label {
	display: block; width: 150px;
	font-size: 1.2em;
	line-height: 25px;
	float:left
	}
.contact-us .input.text,
.contact-us .input.textarea {
	clear:both;
	}
.contact-us .input.textarea textarea,
.contact-us .input.text input {
	width: 250px;
	font-size: 15px;	
	}
.contact-us .input.text input {
	height: 1.1em	
}

.lisa_lara table.items {
	margin: 10px auto;
	}
.lisa_lara table.items tbody tr {
	text-align:center	
	}
.lisa_lara table.items tbody tr td {
	padding: 1px
	}
.lisa_lara table.items tbody tr td span {
	font-weight: bold;
	font-size: 1em;
	display: block;
	padding: 5px
	}
.lisa_lara table.items tbody tr td div {
	border: 1px solid #6BCEF1;
	height: 169px;
	width: 169px
	}
.lisa_lara table.items tbody tr td div img {
	border: 2px solid #333;
	height: 165px;
	width:165px
	}
.lisa_lara table.foot {
	width: 100%	
	}
.lisa_lara table.foot tr td {
	font-size: 15px;
	color: #630;
	font-weight: bold;
	padding: 5px
	}
.lisa_lara table.foot tr td a {
	color: #630	
	}
	
.private_label table.items tr td {
	border:2px solid #F00;
	background:#fff
}

.private_label table.items tr td h1 {
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: bolder;
	color:#f00;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}

.private_label table.items tr td div p {
	font-size: 1.2em;
	line-height: 2em;
	margin: 10px 0;
	color:#000;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif
}

.private_label table.footer tr td {
	color:#fff;
	font-size: 18px;
	padding: 10px
}
	
#addtocart.disabled {
	opacity: .4;
	}
#cartsubmit {
	display: none	
	}
	
/* tooltip styling */
/* CSS: (StyleSheet) */

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 99999999;
    border: none;
	width: 200px;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

#occ_nav a.more {
	background-image: url(/img/arrow-down1.png);
	background-repeat: no-repeat;
	background-position: 115px center;
	color:#fff;
	border:2px ridge #74574E;
	border-left:0;
	border-right:0;
	width: 160px;
	text-align:center;
	background-color: #8D6756;
	display: block;
	padding: 5px	
}

#occ_nav a.more.expanded {
	background-image: url(/img/arrow-up1.png);
}

.product_flavors .group h2 {
	font-size: 125%;
	font-weight: bold;
	background: #87C5E4;
	margin: 10px 0 0 0;
	padding: 5px; 
	color:#fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;

	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright:0;
	
	border-bottom-left-radius: 0;
	border-bottom-right-radius:0;
}

.product_flavors .group .container {
	line-height: 16px;
	height:7em;
	overflow-y: auto;
	overflow-x: hidden;
	border: 2px solid #87C5E4;
	padding: 5px;
	position:inherit;
}

.product_flavors .group .container .flav_lbl a {
	text-decoration: none;
	color: #333;
	display:block;
	clear:both;
	padding: 3px;
	height: 15px
}

.product_flavors .group .container .flav_lbl.selected a {
	background:#FF0
}

.product_flavors .group .container .flav_lbl:hover a {
	background: #ffC
}

.product_flavors .group .container .flav_lbl.selected:hover a {
	display:block;
	background:#039;
	color:#fff
}

#color-picker {
}

#color-picker a {
	display:block; height: 75px; width: 75px;
	background-position: center -14px;
	margin:auto;
	margin-top: 5px;
	background:#fff;
	border-radius: 5px; border:2px solid #CCC;
	padding: 5px
}
#color-picker a.selected {
	border:3px solid #C96;
}

#mycarousel ul li {
	width: 75px	
}

.potm #timeline {
	clear:both;
	margin: 10px 0
}

.potm #timeline .current,
.potm #timeline .past {
	text-align:center
}

.potm #timeline .current h3,
.potm #timeline .past h3 {
	font-size: 12px;
	display: block;
	padding:5px;
	color:#fff;
	text-align:left
}

.potm #timeline .current {
	float:left;
	width: 130px;
	border:3px solid #87C5E4;
	min-height: 110px;
	height: 140px;
}
.potm #timeline .past {
	border:3px solid #CCC;
	min-height: 110px;
	height: 140px;
	margin-left: 136px
}

.potm #timeline .current h3 {
	background:#87C5E4;
	font-weight: bold
}
.potm #timeline .past h3 {
	background:#CCC;
	color:#666
}

.potm #timeline img {
	height: 80px;
	width: 80px;
	display: block
}

.potm div.copy p {
	margin-bottom: 10px;
	line-height: 20px; font-size: 13px
}

.potm #timeline .past .flavs div {
	float:left;	
	width: 90px
}

.message {
	background:#FFC;
	display:block;
	padding: 5px;
	margin: 5px 0;	
}

#itemfill {
	display: block;
	color:#333;
	font-size: 65%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}

#addtocart[disabled] {
	opacity: .4;	
}

#photos {
	margin:auto	
}

#lid-select .ui-selecting { border:3px solid #FFF }
#lid-select .ui-selected { border: 3px solid #FECA40; }
#lid-select { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#lid-select li { border:3px solid #FFF; width: 100px; height: 100px; }