@import url('styles.base.css');

body, h1, h2, h3, h4, h5, h6 {
    font: 12px Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
body, div, p {
	color: #000000;
}
input, textarea, select {
	font: 100% Arial;
}
.input-textarea {
	width: 270px;
}
.input-text, .input-text-auto, .input-text-large, .input-text-medium, .input-text-short, .input-text-100, .input-textarea, .input-textarea-long, select {
	border: 1px solid #dadada;
}
select {
	height: 20px;
	padding: 1px;
}
.left-column .input-text, .right-column .input-text, .updates-wrapper .input-text {
    padding: 1px 1px 1px 6px;
    width: 128px;
}
a, a:visited, a:hover, a:active {
	color: #000101;
}
hr {
	border-bottom: 1px solid #dadada;
}
.dark-hr {
	border-bottom: 1px solid #e3e3e3;
}
hr.dashed {
	border-bottom: 1px dashed #909090;
}
.error-text {
	color: #f27a00;
}
.sidebox-body .input-text, .updates-wrapper .input-text {
	border: #d5d5d5 1px solid;
}

/* Ajax */
.ajax-loading-box {
	background: url('images/ajax_left.gif') no-repeat left bottom;
	padding: 0 0 0 5px;
}
.right-inner-loading-box {
	background: url('images/ajax_right.gif') no-repeat right bottom;
	padding: 0 5px 0 0;
}
.ajax-inner-loading-box {
	background: #fff1a8 url('images/icons/ajax.gif') no-repeat 5px center;
	padding: 6px 6px 6px 26px;
	font-size: 92%;
	font-weight: bold;
	color: #3f0000;
}
.ajax-message {
	border: 1px solid #000000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Notification box */
.notification-w, .notification-n, .notification-e {
	border: 1px solid;
}
.notification-header-w, .notification-header-n, .notification-header-e {
	color:#c52a01;	
}
.notification-n {
	background: #d0eaae url('images/icons/notice.png');
	border-color: #8bc045;
}
.notification-n div {
	color: #496e16;
}
.notification-w {
	background: #fffbcc  url('images/icons/warning.png');
	border-color: #e6db55;
}
.notification-w div {
	color:#8c8531;
}
.notification-e {
	background: #ffcece url('images/icons/error.png');
	border-color: #df8f8f;	
}
.notification-e div{
	color: #9c3535;
}
.notification-header-n {
	color:#668c34;
}
.notification-header-w {
	color:#bfa615;
}
/* /Notification box */

/* Checkout error box */
.error-box {
	background-color: #ff5c4a;
}
.error-box p {
	color: #ffffff;
}
/* /Checkout error */

/* Section in main box */
.section-border {
	border: 1px solid #d7d7d7;
	margin-top: 0;
}
.section-title {
	background: #e5e5e5 url('images/section_title_bg.gif') repeat-x bottom;
}
.section-title a {
	color: #4a4a4a;
	padding-left: 14px;
	text-decoration: none;
	font: bold 116% Arial, Helvetica;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-body, .section-body-details {
	border-top: 1px solid #d7d7d7;
	background-color: #f5f5f5;
	padding: 9px 16px 19px 16px;
}
.section-body .buttons-container {
    padding: 20px 0 1px 0;
}
.section-body .subheader {
    padding: 3px 0 3px;
}
.section-body-details {
	padding: 18px 16px;
}	
.search-form .input-text-large {
	width: 141px;
	margin: 0;
}
.search-form .input-text {
	width: 135px;
	margin: 0;
}
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-big a, .button-submit-action input, .button-submit input, .button-submit-big input {
	color: #ffffff;
	font: bold 12px/18px Arial;
	height: 24px;
	border: 0 none;
	margin: 0 0 0 -10px;
}
.button-submit-action input, .button-submit input, .button-submit-big input {
	padding: 3px 3px 4px 13px;
}
.button-submit-action input, .button-submit input, .button-submit-big input, x:-moz-any-link {
	padding: 1px 2px 4px 13px;
}
.button a, .button-action a, .button-big a {
	padding: 5px 5px 0 16px;
	height: 19px;
	line-height: 13px;
}
/* input buttons */
.button-submit-action, .button-submit, .button-submit-big, .button, .button-action, .button-big, .step-title-active span.button-big {
	background: transparent url('images/but_right_action.png') no-repeat right top;
	height: 24px;
	padding-right: 11px;
	margin: 0 0 0 10px;
}
.button-submit, .button {
	background: url(images/but_right.png) no-repeat right top;
}
.button-submit-action input, .button-submit input, .button-submit-big input, .button-action a, .button-big a {
	background: url('images/but_left_action.png') no-repeat left top;
}
.button-submit input, .button a {
	background: url(images/but_left.png) no-repeat left top;
}
/* /input buttons */
.text-button, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
	margin-right: 1px;
	padding-right: 8px;
	background: url('images/icons/text_but_arrow.gif') no-repeat right 6px;
}
.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	color: #ff5400;
	background-image: url('images/icons/action_text_but_arrow.gif');
}
.go-button {
	padding-left: 3px;
}
.updates-wrapper .go-button {
	margin: 0 0 0 1px;
}
.top-tools-container .go-button {
	padding-left: 4px;
}
.button-tool a, .button-tool a:visited, .button-tool a:hover, .button-tool a:active, a.tool-link, a.tool-link:hover {
	font: normal 92% Arial;
	color: #a10000;
	text-transform: lowercase;
}
.product-container .button-submit-action, .product-container .text-button {
	margin-right: 5px;
}
/* /Buttons */

/* products list */
.compact .product-title, .compact .product-title:visited, .compact .product-title:hover, .compact .product-title:active, .product-title, .product-title:visited, .product-title:hover, .product-title:active {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #444444;
}
.list-price {
	color: #757575;
	font-size: 100%;
}
.price {
	color: #000000;
	font: 18px Arial, Helvetica, sans-serif;
}
.sub-price {
	color: #333333;
}
.qty-in-stock {
	color: #000000;
	font-size: 100%;
}
/* /products list */

/* Tabs */
.tabs {
	background: url('http://www.beefayre.com/skins/food/customer/images/tabs_bg.gif') 0 0;
	padding: 0;
}
.tabs ul li, .tabs ul li.cm-active {
	margin: 0 2px 1px 0;
	background: #f3f3f3 url(images/tab_left.png) no-repeat left top;
	padding: 0 0 0 3px;
}
.tabs ul li.cm-active {
	background: #e6e6e6 url(images/tab_left_active.png) no-repeat left top;
}
.tabs ul li a {
	display: block;
	padding: 6px 12px 4px 10px;
	height: 16px;
	background: url(images/tab_right.png) no-repeat right top;
}
.tabs ul li.cm-active a {
	background-image: url(images/tab_right_active.png);
}
.tabs ul li a, .tabs ul li a:visited, .tabs ul li a:hover, .tabs ul li a:active {
	text-decoration: none;
	color: #8a8989;
	font: bold 100% Arial, Helvetica, sans-serif;
}
.tabs ul li.cm-active a, .tabs ul li.cm-active a:visited, .tabs ul li.cm-active a:hover, .tabs ul li.cm-active a:active {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #444444;
}
.tabs ul li a:hover {
	text-decoration: underline;
}
.cm-tabs-content {
	border: 1px solid #dadada;
	border-top-width: 0;
	padding: 15px 22px;
}
.tab-list-title {
	border-bottom: 1px solid #808080;
}
/* /Tabs */

/* compare list */
.compare-table .left-border {
	border-left: solid #ced6da 1px;
}
.compare-table .bottom-border {
	border-bottom: solid #ced6da 1px;
}
.compare-table .first-cell {
	border-bottom: 1px solid #ced6da;
	background-color: #f1f4f6;
}
/* /compare list */

/* jCarusel */
.jcarousel-skin {
	border: 1px solid #dadada;
	background-color: #ffffff;
}
.jcarousel-skin .prices-container {
	padding: 5px 0 2px 0;
}
.jcarousel-skin .buttons-container {
	padding-top: 0;
}
/* /jCarusel */

/* Listmania */
.lm-top {
	border-top: 1px solid #dadada;
}
.lm-left {
	border-left: 1px solid #dadada;
}
.lm-right {
	border-right: 1px solid #dadada;
}
.lm-bottom {
	border-bottom: 1px solid #dadada;
}
.lm-scroller {
	border: 1px solid #d6d6ff;
	background-color: #ffffff;
}
/* /Listmania */

/* common styles */
.border {
	border: 1px solid #e3e3e3;
}
.no-items {
	background-color: #f6f6f6;
}
/* /common styles */

/* main styles */
.left-column {
    width: 190px;
	padding-top: 6px;
	margin-left: -936px;
}
.right-column {
    width: 190px;
	padding-top: 6px;
	margin-left: -190px;
}
#content {
	/*background-color: #ffffff;
	border-right: 1px solid #f09c07;
	border-left: 1px solid #f09c07;*/
	padding: 20px 12px 0 13px;
}
.central-column, .container-right .central-column, .container-left .central-column {
	margin: 0 190px 0 191px;
	padding: 0 30px 1px 28px;
	width: 497px;
}
.container-right .central-column {
	margin: 0 0 0 191px;
	padding: 0 0 1px 28px;
	width: 717px;
}
.container-left .central-column {
	margin: 0 190px 0 0;
	padding: 0 30px 1px 0;
	width: 716px;
}
.container-long .central-column {
	margin: 0;
	padding: 0 0 1px 0;
	width: 936px;
}
/* Styles for the fixed width layout */
.helper-container {
	width: 963px;
	padding: 0 36px;
	/*background: url(images/food_bg.jpg) no-repeat 0 10px;*/
	margin: 0 auto;
}
#container {
	width: auto;
	padding: 0;
}
/* /Styles for the fixed width layout */ 

/* Styles for the 100% width layout */ 
/* Uncomment this set of styles for the 100% width layout.
body {
	background-image: none;
	background-color: #ffffff;
}
*/
/* Styles for the 100% width layout */ 
/* /main styles */

/* top styles */
.logo-image {
	margin: 0;
	padding: 20px 0 20px 0;
}
.quick-links {
	text-align: right;
	float: none;
	padding: 19px 0 0 0;
	margin-right: -2px;
}
.quick-links a, .quick-links a:visited, .quick-links a:active, .quick-links a:hover {
	color: #720000;
	margin: 0;
	padding: 0 4px 0 8px;
}
.quick-links a {
	background: url(images/ql_sep.gif) no-repeat 0 3px;
}
.quick-links a:first-child {
	background-image: none;
}
#top_menu {
	text-align: left;
	background: url(images/menu_bg.png) repeat-x 0 0;
	padding-top: 11px;
	margin-left: 1px;
	border-radius: 5px 5px 5px 5px;
}
#top_menu ul {
	background: url(images/menu_bg.png) repeat-x 0 100%;
	padding: 0 6px 0 7px;
	border-radius: 0px 0px 5px 5px;
}
#top_menu ul li.first-level {
	/*background: url('images/top_menu_delim.gif') no-repeat 0 10px;*/
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: center;
	border: 0 none;
	height: 20px;
	width: 14%;
}
#top_menu ul li.first-level:first-child {
	background-image: none;
}
#top_menu ul li.first-level span {
	padding: 0;
}
#top_menu li.first-level a, #top_menu li.first-level a:hover, #top_menu li.first-level.cm-active a, #top_menu li.first-level.cm-active a:hover {
	font: 100% Arial, Helvetica;
	color: #000000;
}
#top_menu ul li.first-level a:hover, #top_menu ul li.first-level.cm-active a, #top_menu ul li.first-level.cm-active a:hover {
    color: #ffffff;
	text-decoration: none;
}
#top_menu ul ul {
	margin: 0 0 0 2px;
	padding: 0;
	background: #95dbc4 none;
	width: 100%;
	border: 1px solid #dadada;
	text-align: left;
}
#top_menu ul ul li.h-sep {
	display: none;
}
#top_menu li.first-level li a, #top_menu li.first-level li a:hover, #top_menu li.first-level.cm-active li a, #top_menu li.first-level.cm-active li a:hover, #top_menu li.first-level li:hover ul a, #top_menu li.first-level.cm-active li:hover ul a {
	color: #000000;
	font: bold 100% Arial;
	padding: 7px 5px 7px 33px;
}
#top_menu ul.dropdown .dir {
	background: url(images/icons/top_submenu.gif) no-repeat 12px 11px;
}
#top_menu li.first-level li a:hover, #top_menu li.first-level.cm-active li a:hover, #top_menu li.first-level li.dir li a:hover, #top_menu li.first-level.cm-active li.dir li a:hover, #top_menu li.first-level li:hover a, #top_menu li.first-level.cm-active li:hover a {
	color: #000;
}
#top_menu li.first-level li:hover, #top_menu li.first-level.cm-active li:hover, #top_menu li.first-level li.dir li:hover, #top_menu li.first-level.cm-active li.dir li:hover  {
	color: #000;
	background: #fff;
}
#top_menu li.first-level li.dir:hover, #top_menu li.first-level.cm-active li.dir:hover, #top_menu li.first-level li.dir li.dir:hover, #top_menu li.first-level.cm-active li.dir li.dir:hover  {
	background:#fff url(images/icons/top_submenu_new_hover.gif) no-repeat 12px 11px;
}
#top_menu li.first-level li {
	background-image: none;
}
/* /top styles */

/* top tools styles */
.top-tools-container {
	/* background: #e9e9e9 url(images/top_tools_bg.gif) repeat-x 0 0; */
	padding: 0;
	height: 49px;
}
/* .top-tools-container span.float-left, .top-tools-container span.float-right {
	background: url('images/top_tools_left.gif') no-repeat top left;
	width: 15px;
	height: 49px;
	margin: 0;

}
.top-tools-container span.float-right {
	background: url('images/top_tools_right.gif') no-repeat top right;
}
*/

.top-tools-helper {
	padding: 9px 0 0 15px;
}
.top-search .search-products-text {
    vertical-align: baseline;
}
.search-products-text {
	font: bold 100% Arial, Helvetica, sans-serif;
}
.search-selectbox, .search-input {
	border: 1px solid #d5d5d5;
}
.search-selectbox {
	height: 20px;
	padding: 1px;
	margin-right: 3px;
}
.search-input {
	height: 16px;
	width: 184px;
	margin: 0 1px 0 0;
}
.search-advanced, .search-advanced:visited, .search-advanced:hover, .search-advanced:active {
	padding: 0 7px;
	background: url('http://www.beefayre.com/skins/food/customer/images/icons/search_advanced_arrow.gif') no-repeat right 7px;
	font: 100% Arial;
	color: #a10000;
	vertical-align: 1px;
}
/* /top tools styles */

/* content-tools */
.content-tools {
	/* background-color: #ffffff;
	border-left: 1px solid #f09c07;
	border-right: 1px solid #f09c07; */
	margin: 0;
	z-index: 10;
}
.content-tools span.float-left, .content-tools span.float-right {
	display: none;
}
/* /content-tools */

/* cart box styles */
#sw_cart_box, .cart-list-icon {
	height: 28px;
	width: 43px;
}
#cart_status span {
	vertical-align: 1px;
	padding-left: 2px;
}
#cart_status .float-left {
	white-space: nowrap;
	background: url('images/top_tools_delim.gif') no-repeat 100% 12px;
	padding: 4px 8px 0 6px;
	margin-right: 1px;
}
#cart_status .float-left .cart-list {
	white-space: normal;
}
.checkout-link {
	padding-top: 9px;
}
.checkout-link a, .checkout-link a:visited, .checkout-link a:hover, .checkout-link a:active {
	background: url(images/icons/cart_arrow.gif) no-repeat 95% 6px;
}
#cart_status .float-left strong {
	font-weight: normal;
}
#cart_status .float-left .list strong {
	font-weight: bold;
}
.checkout-link.full-cart a, .checkout-link.full-cart a:visited, .checkout-link.full-cart a:hover, .checkout-link.full-cart a:active {
	color: #FFFFFF;
	background: url('images/icons/filled_cart_co.gif') no-repeat 95% 6px;
	padding: 0 13px 2px 6px !important;
}
.full-cart a, .full-cart a:visited, .full-cart a:hover, .full-cart a:active {
	color: #a10000;
}
.full-cart a.view-cart, .full-cart a.view-cart:visited, .full-cart a.view-cart:hover, .full-cart a.view-cart:active {
	background: url(images/popup_cart_sep.gif) no-repeat 100% 4px;
	padding: 0 8px 2px 6px;
	color: #000000;
}
#cart_status .buttons-container a, #cart_status .buttons-container a:visited, #cart_status .buttons-container a:hover, #cart_status .buttons-container a:active {
	margin: 0;
	padding: 0 8px 2px 3px;
}
.cart-list .buttons-container {
	margin: 5px 0 7px 0;
	text-align: center;
}
.cart-list {
	top: 4px;
	left: 6px;
	width: 213px;
}
.list-container {
	border: 1px solid #dadada;
	background-color: #e4e4e4;
	margin-top: -1px;
	padding: 3px;
}
.cart-list .list {
	background-color: #ffffff;
}
#cart_status .cart-list .float-left {
	background-image: none;
	padding: 0;
	margin: 0;
}
#cart_status .cart-list ul a {
	padding-left: 0;
	padding-right: 2px;
}
.cart-list ul li {
	padding: 6px 3px 3px 3px;
}
.cart-list ul li.delim {
	background-color: #e0e0e0;
	background-image: none;
}
.list p.center {
	font-weight: bold;
}
#cart_box .list p {
	color: #373737;
	padding-top: 4px;
}
#cart_box .list {
	font-size: 92%;
}
#cart_box .list ul {
	margin: 5px 10px 0 2px;
}
#cart_box .list p span {
	vertical-align: middle;
}
#cart_status .cart-list ul a, #cart_status .cart-list ul a:visited, #cart_status .cart-list ul a:active {
	text-decoration: none;
}
#cart_status .cart-list ul a:hover {
	text-decoration: underline;
}
/* /cart box styles */

/* categories sidebox style */
.sidebox-categories-wrapper {
	margin-right: 0;
}
.sidebox-categories-wrapper .sidebox-title, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title {
	background: #749f04 url('images/sb_categ_title_left.png') no-repeat left top;
}
.sidebox-categories-wrapper .sidebox-title span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title span {
	background: url('images/sb_categ_title_right.png') no-repeat right top;
	color: #ffffff;
	font: 150% Arial;
	padding: 8px 11px 6px 5px;
}
.sidebox-categories-wrapper .sidebox-body, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-body {
	padding: 3px 5px 0 5px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.sidebox-categories-wrapper .sidebox-bottom, .sidebox-categories-wrapper .sidebox-bottom span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-bottom, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-bottom span {
	display: block;
	height: 9px;
}
.sidebox-categories-wrapper .sidebox-bottom, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-bottom {
	background: url(images/sb_categ_btm_left.gif) no-repeat 0 100%;
	padding-left: 10px;
}
.sidebox-categories-wrapper .sidebox-bottom span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-bottom span {
	background: url(images/sb_categ_btm_right.gif) no-repeat 100% 100%;
}
/* /categories sidebox style */

/* common sidebox style */
.sidebox-wrapper {
	margin-bottom: 22px;
}
.sidebox-wrapper .sidebox-title {
	background: #ffa902 url('images/sb_title_left.png') no-repeat left top;
}
.sidebox-wrapper .sidebox-title span {
	background: url('images/sb_title_right.png') no-repeat right top;
	padding: 8px 10px 6px 6px;
	color: #ffffff;
	font: 150% Arial;
}
.sidebox-wrapper .sidebox-body {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding: 8px 9px 1px 9px;
}
.sidebox-wrapper .sidebox-bottom {
	background: url('images/sb_btm_left.gif') no-repeat 0 100%;
	height: 9px;
	padding-left: 15px;
}
.sidebox-wrapper .sidebox-bottom span {
	background: url('images/sb_btm_right.gif') no-repeat 100% 100%;
	height: 9px;
}
/* /common sidebox style */

/***** Tables *****/
/* Common table */
.table {
	border: 1px solid #dadada;
	border-width: 1px 0px 1px 1px;
}
.table th {
	background-color: #ffa902;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.table th, .table th a, .table th a:visited, .table th a:hover, .table th a:active {
	color: #ffffff;
	font-weight: bold;
}
.table td, .table .table td {
	border-right: 1px solid #dadada;
}
.table .table-footer td {
	background-color: #ffa902;
	border-right: 1px solid #dadada;
}
.table-row, tr.table-row, td.table-row {
	background-color: #f5f5f5;
}
/* /Common table */
/***** /Tables *****/

/* mainbox */
.mainbox-title {
	padding: 0 0 6px 0;
	margin-left: -1px;
}
.mainbox-title span {
	color: #4a4a4a;
	font: 216% Arial,Helvetica,sans-serif;
}
.product-main-info h1.mainbox-title {
	padding: 6px 0 0 0;
	font-size: 146%;
	color: #444444;
}
.header-extra {
	margin-top: -17px;
	padding-bottom: 12px;
}
/* /mainbox */

/* mainbox2 */
.mainbox2-title {
	background: url('images/mb2_title_left.gif') no-repeat 0 0;
	padding: 0 0 0 5px;
}
.mainbox2-title span {
	display: block;
	background: url('images/mb2_title_right.gif') no-repeat 100% 0;
	font: 150% Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 4px 9px 6px 4px;
}
/* /mainbox2 */

.subheaders-group {
	margin: 0 14px;
	padding-bottom: 16px;
}
.subheader, .subheader-first-item {
	color: #444444;
	padding: 15px 0 3px 0;
	margin-bottom: 10px;
	font: bold 100% Arial, Helvetica
}
.subheader-first-item {
	padding: 0 0 5px 0;
}
.deals-main .subheader {
	margin-bottom: 1px;
	padding: 11px 0 5px 0;
	font: 150% Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
.subheader2 {
	font: bold 85% tahoma, arial, verdana, sans-serif;
	padding-bottom: 3px;
	margin: 10px 0 2px 0;
}
.title-extra a, .title-extra a:visited, .title-extra a:hover, .title-extra a:active {
	font: normal 92% Arial;
	color: #444444;
}
/* color mainbox */
.mainbox-cart-title {
	background: #ffa902 url('images/mainbox_cart_title_bg.gif') repeat-x;
	font: 150% Arial,Helvetica,sans-serif;
	color: #ffffff;
}
.mainbox-cart-title span.float-left, .mainbox-cart-title span.float-right {
	background: url('images/mainbox_cart_title_left.gif') no-repeat left top;
	width: 8px;
	height: 32px;
	margin: -8px 0 0 -13px;
}
.mainbox-cart-title span.float-right {
	background: url('images/mainbox_cart_title_right.gif') no-repeat right top;
	margin: -8px -8px 0 0;
}
.mainbox-cart-body {
	border: 1px solid #dddddd;
	border-width: 0 1px;
}
.cart-buttons {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.cart-buttons .float-left {
	padding-top: 3px;
}
/* /color mainbox */

.updates-wrapper {
/*	background-color: #ebebeb; */
	padding: 8px 5px 10px 9px;
}
.sidebox-body .updates-wrapper {
    margin: 9px -6px -1px -6px;
}
.updates-wrapper p {
    font: 92% Arial, Helvetica, sans-serif;
    padding: 0 0 7px 0;
}

/* Bottom styles */
#footer {
/*	background: url(images/footer_left.gif) no-repeat 0 0; */
}
.footer-helper-container {
/*	background: url(images/footer_right.gif) no-repeat 100% 0; */
	padding: 7px 0 13px 0;
}
.bottom-copyright {
	color: #000000;
	padding-top: 7px;
}
.bottom-search {
	display: none;
}
.bottom-copyright a, .bottom-copyright a:visited, .bottom-copyright a:hover, .bottom-copyright a:active {
	color: #720000;
}
#footer .quick-links a, #footer .quick-links a:visited, #footer .quick-links a:active, #footer .quick-links a:hover {
	background-image: none;
	padding: 0;
	margin: 0 2px;
}
/* /Bottom styles */

/* recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
}
.extra-link, a.extra-link:visited, a.extra-link:hover, a.extra-link:active, .sidebox-body ul a.extra-link {
	color: #a10000;
	text-transform: lowercase;
}
/* /recently viewed */

/* product LIST view styles */
.discount-label {
	background: url('images/discount_label_left.png') no-repeat left top;
	padding: 0 0 0 10px;
	margin-top: 9px;
}
.discount-label em {
	background: #b1000f url('images/discount_label_right.png') no-repeat right top;
	padding: 4px 4px 4px 1px;
	color: #ffffff;
	font: normal bold 100% Arial, Helvetica, sans-serif;
	min-width: 28px;
	text-align: center;
	height: 16px;
}
.discount-label em strong {
	font-weight: normal;
}
.product-config-header {
	font-size: 100%;
	text-align: center;
	padding-top: 20px;
	clear: both;
}
.product-list-price {
	padding-bottom: 4px;
}
/* /product LIST view styles */

/* pagination styles */
.pagination {
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	text-decoration: underline;
}
.pagination a:hover {
	color: #88af06;
	text-decoration: none;
}
.pagination-selected-page {
	font-weight: bold;
	color: #88af06;
	text-decoration: underline;
}
/* /pagination styles */

.info-field-title {
	background-color: #f5f5f5;
	font-size: 92%;
	color: #4a4a4a;
}

/* Lists */
ul.bullets-list li, .arrows-list li {/* List with circle bullets */
	background: url('images/icons/bullet.gif') no-repeat 1px 7px;
	padding: 2px 0 6px 16px;
}
ul.bullets-list ul li{
	background: none;
}
ol.bullets-list {
	padding: 0 0 0 35px;
}
.arrows-list li.delim {
	background: url('images/sidebox_delim.gif') repeat-x center 2px;
}

li.cm-expanded {/* Tree list */
	background: url('images/icons/category_expanded.gif') no-repeat scroll right 5px;
}
li.cm-collapsed {
	background: url('images/icons/category_collapsed.gif') no-repeat scroll right 5px;
}

.arrow-list li {/* Arrow list */
	padding-left: 10px;
	background: url('images/icons/list_arrow.gif') no-repeat 1px 6px;
}
.sidebox-body .arrow-list {
	margin: 0 0 5px 0;
}

.inside-list li {/* inside list */
	list-style: none none;
	background-image: none;
	padding: 2px 0 3px 0;
	line-height: 12px;
}

.action-bullets {/* Action bullets */
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	background: url('images/icons/dot_dark.gif') no-repeat 2px 6px;
	padding: 0 10px 0 13px;
}
.cm-tabs-content ul li, .category-description ul li, ul.bullets-list li {
	background: url('images/icons/dot_dark.gif') no-repeat 1px 7px;
	padding: 1px 0 6px 11px;
}
.wysiwyg-content ul {
	margin: 5px 0 5px 40px;
}
.wysiwyg-content ul li {
	list-style-type: disc;
	background-image: none;
	padding: 0;
}
ul.no-markers li, .wysiwyg-content ul.no-markers li {/* No bullets */
	background-image: none;
	list-style-type: none;
	padding-left: 0;
}

.delim {
	background: url('images/sidebox_delim.gif') repeat-x center center;
}
ul.statistic-list li.subtotal span, ul.statistic-list li.subtotal strong {
	font: bold 133% Arial, Helvetica;
	color: #000000;
}
ul.statistic-list {/* Statistic list */
	background-color: #fff5d1;
}
ul.statistic-list li.total strong, ul.statistic-list li.total .price {
	color: #ff7200;
	font: 20px Arial, Helvetica;
}
ul.sitemap-list li {/* sitemap */
	background: url(images/icons/left_menu_arrow.gif) no-repeat 0 6px;
}
/* /Lists */

/* One page checkout styles */
.step-container {
	background-color: #efefef;
}
.step-container-active {
	background: #ffffff url(images/step_active_bg.gif) repeat-x 0 0;
	border: 1px solid #f0f0f0;
	border-top: 0 none;
}
.checkout-steps {
	background-color: #ffffff;
	margin-left: 0;
	border: 1px solid #dadada;
}
.step-body {
	padding: 3px 19px 13px 25px;
}
.step-body .shipping-rates label {
	font: italic bold 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8ca1a1;
}
.step-title span, .step-title a.title, .step-title a.title:hover {
	color: #464646;
	font: 150% Arial, Helvetica, sans-serif;
}
.step-title {
	padding: 13px 14px 7px 19px;
}
.step-title img.float-right {
    padding: 0;
	margin-top: -2px;
}
.step-title-active {
	padding: 16px 24px 5px 9px;
}
.step-body-active {
	padding: 7px 15px 17px 15px;
}
.step-title-active span, .step-title-active a.title, .step-title-active a.title:hover {
	color: #ff7200;
	font: 150% Arial, Helvetica, sans-serif;
}
.step-complete-wrapper {
	color: #8b8b8b;
	font: 100% Arial, Helvetica, sans-serif;
}
.step-complete-wrapper div, .step-complete-wrapper p, .step-complete-wrapper .price {
	color: #8b8b8b;
}
.step-complete-wrapper strong {
	font-weight: bold;
}
.step-complete-wrapper span {
	font-style: normal;
}
#step_three_body .step-complete-wrapper {
	padding-top: 4px;
}
.step-complete-text {
	color: #858585;
}
.step-complete-wrapper .form-field label {
	color: #8ca1a1;
	font: bold 85% Tahoma;
	padding-top: 2px;
	padding-right: 3px;
}
#summary {
	padding: 10px 0 5px 0;
}
.multiple-profiles, .multiple-profiles strong {
	font-style: normal;
}
.multiple-profiles .form-field {
	margin-bottom: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
}
.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0;
}
.step-complete-wrapper ul.bullets-list li {
	background-image: url('images/icons/step_bullet.gif');
}
.step-body-active .form-field {
	margin: 0;
	padding: 3px 2px 8px 0;
}
.step-body-active .form-field label {
	float: none;
	width: auto;
	margin: 0 0 0 -8px;
	padding: 0 0 0 9px;
	display: block;
}
.step-body-active label, .step-body-active, .step-body-active div {
	color: #8b8b8b;
}
.step-body-active .form-field label.hidden {
	display: none;
}
.step-body-active .form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat left 6px;
}
.step-body-active .form-field label:after {
	content: ".";
    display: block;
    height: 1px;
    visibility: hidden;
}
.step-body-active .form-field .input-text {
	width: 100%;
	padding: 3px 0;
}
#step_two_body.step-body-active div.float-left, #step_two_body.step-body-active div.float-right, #step_three_body div.float-left, #step_three_body div.float-right {
	width: 46%;
}
.subheader .subheader-extra {
	font: 86% normal Arial,Helvetica,sans-serif;
	padding-left: 5px;
}
.mainbox-title .secure-page-title {
	font-size: 104%;
	background: url('images/icons/secure_icon.gif') no-repeat 0 4px;
	padding-left: 28px;
}
#list_payment_methods td {
	padding: 5px 0 8px 0;
}
#list_payment_methods td.payment-details {
	padding: 0;
}
#list_payment_methods .payment-details-container {
	background-color: #f6f6f6;
	padding: 6px 28px 5px 28px;
	margin: 0 0 15px 0;
}
#list_payment_methods .payment-details-container  td {
	padding: 0;
}
.coupon-code-container {
	border: 1px dotted #7c8e8e;
	border-width: 1px 0;
	margin: 10px 0;
	padding: 6px 0;
}
.step-body-active .coupon-code-container .form-field .input-text {
	width: 227px;
}
.step-body-active .coupon-code-container .form-field {
	padding: 18px 0;
}
.review {
	border: 1px solid #dde1e4;
	margin-bottom: 11px;
}
.review th {
	background: #ffbc04 url(images/review_th_bg.gif) repeat-x 0 0;
	border: 0 none;
	padding: 8px 14px 7px 14px;
	color: #000000;
}
.review td {
	border: 0 none;
	padding: 11px 21px;
}
.review td .center {
	color: #000000;
}
.review, ul.statistic-list, #step_one_body.step-body-active, #step_one_body.step-body-active div {
	color: #2d2d2d;
}
.review .price {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ff7200;
}
.review td .sku {
	color: #969696;
}
.review .product-title, .review .product-title:visited, .review .product-title:hover, .review .product-title:active {
	color: #8b8b8b;
}
#step_four_body ul.statistic-list {
	margin-top: 28px;
}
/* /One page checkout styles */

/* Classic checkout */
.classic-checkout-title {
	margin: 0 0 0 16px;
}
/* /Classic checkout */

/* Estimation form */
.estimation-box {
	border: 1px solid #dadada;
	background-color: #f8f8f8;
}
/* /Estimation form */

.required-question, .required {
	color: #ff0000;
}

/* Previewer styles */
#previewer_overlay {
	background-color: #000;
	-moz-opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
	opacity: 0.1;
}
#previewer_window {
	color: #000000;
}
#previewer_hide_select {
	background-color: #ffffff;
	border: none;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
#preview_window {
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
a.cm-thumbnails-mini, .product-variant-image-unselected, #thumbs_frame img {
	border: 1px solid #e2e2e2;
	margin: 1px;
}
a.cm-cur-item, .product-variant-image-selected, #thumbs_frame img.cm-current-thumb {
	border: 1px solid #a5a5a5;
}
/* /Previewer styles */

/* block "Product filters" */
.product-filters .details {
	color: #959595;
	font-weight: normal;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	color: #b20101;
	background: url('images/icons/delete_icon.gif') no-repeat 0 3px;
	text-transform: lowercase;
	font-size: 85%;
}
/* /block "Product filters" */

/* captcha */
.image-captcha {
	border: 1px solid #86b30d;
	cursor: pointer;
}
.captcha-input-text {
	border: 1px solid #dadada;
	font: bold 123% Tahoma;
	padding: 4px 2px;
}
/* /captcha */

/* Select languages */
.select-wrap {
	font-size: 100%;
}
.select-link, .select-link:hover {
	background: url('images/icons/select_icon.gif') no-repeat 100% 7px;
	margin-right: 7px;
	padding-right: 13px;
}
.select-popup {
	border: 1px solid #cecece;
	padding-right: 2px;
}
ul.cm-select-list li a:hover, #top_quick_links .cm-select-list a:hover {
	background-color: #510000;
	color: #ffffff;
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #282828;
}
.localization {
	background: url('images/top_tools_delim.gif') no-repeat 0 2px;
}
/* /Select languages */

/* checkout totals */
.promotion-coupon {
	background: #f2f2f2 url('images/coupon_code_bg.gif') repeat-x left top;
	border: 1px solid #dddddd;
}
.promotion-coupon .input-text {
	border: 1px solid #d0d0d0;
}
/* /checkout totals */

/* File uploader */
.attach-images-alt label {
	text-align: left;
	font-size: 85%;
	font-weight: bold;
	color: #555555;
}
/* /File uploader */

/* Cart items */
#cart_items .sku {
	color: #858585;
}
.quantity {
	font: bold 88% Tahoma;
}
.quantity label {
	color: #858585;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background: url('images/icons/prod_details_collapsed.gif') no-repeat 1px 2px;
}
.product-description a.cm-combo-off {
	background-image: url('images/icons/prod_details_expanded.gif');
}
.product-description .button-submit-action, .product-description .text-button {
	margin-right: 5px;
}
.product-options .table .product-list-field {
	padding-left: 0;
}
.product-options .table .product-list-field label {
	width: auto !important;
	float: none;
	margin: 0;
	padding-top: 0;
	vertical-align: 1px;
}
.coupons-container .form-field {
	padding: 6px 0 0 0;
}
/* /Cart items */

/* classic checkout */
/** progress bar styles **/
.pb-container {
	padding: 10px 0 15px 0;
}
.pb-container em {
	background: #d1d1d1 url('images/pb_step.gif') no-repeat 0 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 125%;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url('images/pb_step_complete.gif');
}
.pb-container .active em {
	background-color: #202020;
	background-image: url('images/pb_step_active.gif');
}
.pb-container a, .pb-container span {
	color: #a1a1a1;
}
.pb-container span.active {
	color: #222020;
}
.pb-container span.active em {
	font-size: 115%;
}
/** /progress bar styles **/
/* /classic checkout */

/* Log in/out styles */
#login {
	border: 0 none;
	width: 266px;
}
.login-popup {
	border: 1px solid #c3c3c3;
	background-color: #ffffff;
	padding: 11px 16px 11px 13px;
}
.login-popup .header {
    font: bold 175% Arial,Helvetica,sans-serif;
    margin: 0 0 10px 1px;
	color: #2d2d2d;
}
#sign_io {
	color: #b1b1b1;
	padding: 10px 4px 0 0;
}
#sign_io a, #sign_io a:visited, #sign_io a:hover, #sign_io a:active {
    padding: 0;
	color: #000000;
}
#sign_io a.text-button, #sign_io a.text-button:visited, #sign_io a.text-button:hover, #sign_io a.text-button:active {
	color: #000000;
}
.login-popup .error-text {
	color: #fd0000;
}
.login-popup .form-field {
	margin-bottom: 7px;
}
.login-popup .form-field label, .login .form-field label {
	color: #949494;
}
.login-popup .form-field .input-text {
	border: 1px solid #dadada;
	background: #ffffff url('images/icons/icon_username.gif') no-repeat 6px 3px;
	margin-top: 4px;
	width: 203px;
}
.login-popup .form-field .password {
	background-image: url('images/icons/icon_password.gif');
}
.login .form-field label.cm-required, #login .form-field label.cm-required {
	background-image: none;
}
.login-popup p.left {
	color: #2d2d2d;
	padding-top: 5px;
}
.login-popup .captcha-input-text, .login-popup .image-captcha {
	margin-top: 0;
}
.login-popup .captcha-input-text {
	width: 123px;
	height: 17px;
}
.login-popup .clear {
	padding: 7px 0 3px 0;
}
.login-popup .clear .float-left {
	padding-top: 3px;
}
.login-popup .clear label {
	color: #2d2d2d;
}
/* /Log in/out styles */

/* breadcrumbs */
.breadcrumbs {
	color: #444;
	font-size: 92%;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
	color: #000000;
}
.bc-arrow {
	margin: 0 4px;
}
/* /breadcrumbs */

/* checkout login */
.order-status {
	background: #eff8fc url('images/icons/ajax_loader.gif') no-repeat 5px center;
	border: 1px solid #c1d1d5;
}
body.clear-body {
	background-color: #ffffff;
	background-image: none;
	padding: 13px 12px;
	min-width: 0;
}
/* /checkout login */

/* Page 404 */
.exception-body h1 {
	background-color: #dbdee2;
	color: #ffffff;
	font: bold 246% Arial, Helvetica, sans-serif;
	padding: 6px 16px 2px 16px;
	margin: 0;
}
.exception-body h2 {
	color: #373737;
	font: bold 323% Arial, Helvetica, sans-serif;
	padding: 32px 0 2px 0;
	margin: 0;
}
.exception-body h3 {
	margin: 0 0 28px 0;
	font: bold 130% Arial, Helvetica, sans-serif;
	padding: 0;
}
.exception-menu li {
	background: url('images/icons/list_arrow.gif') no-repeat 0 5px;
	padding: 0 0 14px 10px;
	color: #898989;
	font: normal 108% Arial, Helvetica, sans-serif;
	height: 1%;
}
.exception-content p {
	font-size: 108%;
}
.exception-logo {
	margin-left: -12px;
}
/* /Page 404 */

/* Picker */
.object-container {
	background-color: #ffffff;
	border: 1px solid #ededed;
}
/* /Picker */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/* form styles */
.cm-failed-field, .updates-wrapper .cm-failed-field, .sidebox-body .cm-failed-field {
	border: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** for checkboxes in FF **/
input[type=checkbox].cm-failed-field {
	outline: 1px dashed #cc0000;
	background-color: #ffdddd;
}
/** /for checkboxes in FF **/
.error-message .message {
	background-color: #f5f5ea;
}
.error-message .arrow {
	border: 5px solid transparent;
	border-bottom-color: #f5f5ea;
	border-top-width: 0;
}
.form-field label {
	font: normal 100% Arial;
}
.product-list-field label {
	font: bold 92% Arial;
}
.product-list-field input, .product-list-field textarea, .product-list-field select {
	font-size: 100%;
}
.form-field label.cm-required {
	background: url('images/icons/required_mark.gif') no-repeat right 6px;
}
.select-field label, .form-field .select-field label {
	font: normal 92% Arial;
}
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	font-size: 92%;
	color: #4a4a4a;
	text-decoration: underline;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #d5d5d5;
}
.cm-hint {
	color: #a5a5a5 !important;
}

/* Product notification */
.product-notification {
	background-color: #ffffff;
}
.product-notification h1 {
	color: #2d2d2d;
}
.product-notification .notification-body {
	background-color: #ffffff;
	height: 73px;
}
.product-notification .notification-body .product-list-field {
	font: 92% Arial;
}
.product-notification .product-list-field label {
	font-size: 100%;
}
/* /Product notification */

a.secondary-link {
	font-size: 85%;
}
.in-stock, .out-of-stock {
	color: #609405;
	padding: 4px 0 0 0;
}
.out-of-stock {
	color: #666666;
}
.features-list {
	margin: 0;
	padding: 3px 0;
}
.box {
	background-color: #f5f5f5;
	color: #707070;
	padding: 10px;
}
.product-descr {
	margin: 0;
	padding: 7px 0 2px 0;
	color: #232323;
}
.product-prices {
	padding-top: 10px;
}
.prices-container {
	padding: 0 0 5px 0;
}
.price-update {
	display:inline-block;
}
.compact .text-button, .compact .text-button:visited, .compact .text-button:hover, .compact .text-button:active, .compact .text-button-act, .compact .text-button-act:visited, .compact .text-button-act:hover, .compact .text-button-act:active {
	font-size: 92%;
	background-position: right 5px;
}

/* product details page */
.product-main-info .image-border {
	padding-right: 15px;
	min-height: 100px;
}
.product-info .add-product {
	padding-left: 10px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal, .prev-horizontal, .next-horizontal {
	background: #ececec url(images/icons/prev_but.gif) no-repeat 50% 50%;
}
.jcarousel-next-horizontal, .next-horizontal {
	background-image: url(images/icons/next_but.gif);
}
.view-larger-image, .view-larger-image:visited, .view-larger-image:hover, .view-larger-image:active {
	background: url('images/icons/view_larger.gif') no-repeat left 2px;
}
.product-options-container {
	background-color: #f8f8f8;
}
.product-header-extra {
	margin: -16px 0 13px -1px;
}
.buttons-wrapper .input-text-short {
	border-color: #c0c0c0;
}
.object-image {
	display: inline-block;
}
/* /product details page */

/* sorting */
.sort-asc, .sort-desc {
	background: url(images/icons/sort_asc.gif) no-repeat right 6px;
	padding-right: 10px;
}
.sort-desc {
	background-image: url(images/icons/sort_desc.gif);
}
/* /sorting */
.deals-main {
	border: 1px solid #eaeaea;
	background-color: #f0f0f0;
}
.image-border img {
	margin: 0;
	padding: 3px;
	background-color: #ffffff;
}
.deals-main .image-border img {
	margin-bottom: 7px;
}
.hot-deals-list a, .hot-deals-list a:visited, .hot-deals-list a:hover, .hot-deals-list a:active {
	font-weight: bold;
	color: #444444;
}
.deals-main div.updates-wrapper {
	border: 0 none;
	background: transparent url(images/deals_categ_bg.gif) repeat-x 0 0;
	margin: 5px;
	padding: 12px 14px 8px 14px;
}
.deals-footer a {
	margin: 0 8px 0 0;
}
.deals-footer a.active, .deals-footer a.active:visited, .deals-footer a.active:hover, .deals-footer a.active:active {
	color: #88af06;
}
div.hot-deals-next, div.hot-deals-prev {
	width: 11px;
	height: 18px;
}
div.hot-deals-prev {
	margin-left: 11px;
}
div.hot-deals-container {
    padding: 20px 0 10px 0;
}
.filters-tools {
    padding: 3px 3px 3px 0;
}
div.tags-buttons {
	margin: -28px 0 0 170px;
}
#tag_input .input-text {
	width: 140px;
}
p.price {
	margin: 0;
	padding: 0;
}
.section-body .form-field {
	padding: 0 0 0 133px;
}
.section-body .form-field label {
	margin-left: -133px;
	width: 123px;
}
.section-body .select-field label, .section-body .form-field table label {
    margin: 0 10px 0 0;
    width: auto;
	font-size: 92%;
}
td.product-image img {
	margin: 0 3px;
}
.mainbox2-body {
    padding: 10px 15px 20px 15px;
}
.step-title span.button-big, .step-title-active span.button-big {
	padding-left: 0;
}
#elm_invitees input.input-text-auto {
    width: 85px;
}
/* bf_footer */
.bf-footer-container {
	margin-bottom: 10px;
	padding: 20px 20px 20px 20px;
	background: #95dbc4;
	border-radius: 5px 5px 5px 5px;
}
.bf-footer-title {
	padding: 2px 0 10px 0;
	margin: 0;
}
.bf-footer-title span {
	color: #2d2e2e;
	font: bold 125% Arial, Helvetica, sans-serif;
}
.bf-footer-body {
	margin-bottom: 20px;
}
.social-share {
    margin:15px 0;
    text-align:center;
    color:#ddd;
}
.social-share a {
    font-weight:bold;
    text-decoration:none;
    color:#555;
}
.social-share a.tweet span {
    color:#55acee;
}
.social-share a.pin span {
    color:#c8232c;
}
.social-share a.like span {
    color:#3b5998;
}
.social-share a:hover span {
    color:#333;
}
.social-share-buttons {
    margin:15px 0;
}
.social-share-buttons div.breaker {
    clear:both;
    margin:10px 0;
}