@charset 'utf-8';
/*
	Miva Merchant Bootstrap Supplimental Styles
	Author: Matt Zimmermann
	Updated: 11/11/2013
	
	+-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+
		=GLOBAL ELEMENTS
		=GLOBAL CLASSES
		=HEADER
		=NAVIGATION BAR
		=BREADCRUMBS
		=CATEGORY TREE
		=FOOTER
	+-+-+-+-+-+-+ PAGE SPECIFIC STYLES +-+-+-+-+-+-+
		=SFNT PAGE
		=CTGY PAGE
		=SRCH PAGE
		=PROD AND PATR PAGES
		=CHECKOUT PAGES
	+-+-+-+-+-+-+ MEDIA QUERIES +-+-+-+-+-+-+
		=DEVICE MEDIA QUERIES
		=PRINT STYLES
*/

/*
------------------------ GLOBAL ELEMENTS ------------------------ */
body {
	color: #000;
	font: 12px/22px Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	background:#ffcc66 url(../../graphics/00000001/main-bg.jpg) repeat-x;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 1px 0;
	padding: 1px 0;
}
h2 {
	font-size: 25px;
	line-height: 35px;
}
h3 {
	font-size: 13px;
	font-weight:700;
	margin-bottom: .857em;
	margin-top: .857em;
}
h4 {
	font-size: 13px;
	line-height: 28px;
	font-weight:700;
	line-height:normal;
}
h5,
h6 {
	color: #444;
	font-weight: 600;
}
h5 {
	font-size: 14px;
	line-height: 22px;
}
h6 {
	font-size: 13px;
	line-height: 25px;
}

p {
	margin: 0;
	padding: 0;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}
a, h2 a:hover, h3 a:hover {
    	color: #3b5998;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
hr {
	border-top: 0;
	border-bottom: 1px solid #f4f4f4;
	height: 0;
	margin: 15px 0 10px 0;
	padding: 0;
}

.links_table {
	border-collapse: collapse;
	margin-left: 15px;
}
.links_table td.links_top {
	background: #F5E9CF;
	text-align: center;
}
.links_table td.links_col {
	background: #026191;
	color: #fff;
}
.events_table {
	border-collapse: collapse;
	margin-left: 15px;
	margin-bottom: 15px;
}
.table_default_width {
	width:100%;
}
.page_header {
    float: left;   
    /*width:754px;*/
    width:100%;
    height:124px;
    background:url(/mm5/css/00000001/images/header-bg.png) no-repeat;
}
.page_content .page_header .page_h1 {
    margin: 32px 0px 25px 105px !important;  
    font: bold 16px Helvetica,Verdana,Arial,sans-serif !important;
    color:#000!important;
	float:left;
}
.div_jumppage {
	margin-top: 32px;
	margin-left: 12px;
	float: left;
}
.div_jumppage #nav_jump_page {
	border: 1px solid #CCCCCC;
	/*float: left;*/
	width: 27px;
	text-align: center;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.page_content .page_body {
	float:left;
	width:100%;
}

.pp_content_container label {
	display:inline;
	font-weight:normal;
}

.page_content .col-10percent { width:10%; }
.page_content .col-20percent { width:20%; }
.page_content .col-30percent { width:30%; }
.page_content .col-40percent { width:40%; }
.page_content .col-50percent { width:50%; }
.page_content .col-60percent { width:60%; }
.page_content .col-70percent { width:70%; }
.page_content .col-80percent { width:80%; }
.page_content .col-90percent { width:90%; }

.page_content .col-45percentpadr15px { width:45%;padding-right:15px; }

.page_content .page_body .content-divider {
	background: url(/mm5/css/00000001/images/content-divider.jpg) repeat-x scroll center;
	width: 754px;
	height: 6px;
	padding: 10px 0px;
	margin: 0px;
}
.page_content .page_body .content-divider-new {
	background: url(../../graphics/00000001/march2015/content-divider.jpg) repeat-x scroll center;
	width: 754px;
	height: 6px;
	padding: 10px 0px;
	margin: 0px;
}
.page_content td.align_center {
	text-align: center;
}
.page_content table.product_data td.align_right {
	text-align: right;
	padding-right:10px;
}
.page_content table.product_data td.align_left {
	text-align: left;
	padding-left:10px;
}
.SRCH a.product_search_link.addtocart {
	background: url(../../graphics/00000001/btn/buy-now.jpg) no-repeat;
	width: 133px;
	height: 25px;
	text-indent: -9999px;
	float: left;
	margin-top: 2px;
}
.CTGY a[rel="productCode"] {
	color: blue;
	text-decoration: underline;
}
.CTGY div.strike {
	border-bottom: 1px solid black;
	margin-bottom: -8px;
	position: absolute;
	min-width: 48px;
	margin-top: 6px;
}

/*gilbs custom widths*/
.CTGY .price_oneths { max-width: 44px !important; }
.CTGY .price_oneths div.strike {  min-width: 42px !important; }
.CTGY .price_tenths { max-width: 48px !important; }
.CTGY .price_hundredths { max-width: 56px !important; }
.CTGY .price_hundredths .prod_price { min-width: 40px !important; }
.CTGY .price_thousandths .prod_price { min-width: 45px !important; }
.CTGY .price_tenthousandths { min-width: 75px !important; }


.ORDS #ship-to .form-group,
.ORDS #bill-to .form-group {
	float:left;
	margin-bottom:0px;
	width:100%;
}
.ORDS #ship-to,
.ORDS #bill-to {
	padding-left:0px !important;
}
.BASK input[name="Quantity"] {
	padding:5px 7px !important;
	font-size:12px;
}
.BASK .item-remove .btn-danger {
	background-color: #cccccc !important;
	border-color: #c0bebe !important;
	color:#fff !important;
}
.BASK .item-remove .invalid-qty .btn-danger {
	color: #fff !important;
	background-color: #d43f3a !important;
	border-color: #d9534f !important;
}
.BASK .btns-checkout .btn-danger {
	background-color: #d6a225 !important;
	border-color: #d6a225 !important;
	color:#fff !important;
}

.ACLN .acln_col {
	background:#fff;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 1px solid #d9d9d9;
	min-height:160px;
	margin:20px 20px 0px 0px;
	width:48.5%;
}
.ACLN .acln_col h3 {
	color:#9d3208;
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px !important;
}
.ACLN .acln_col p {
	margin-top:0px !important;
	margin-bottom:12px !important;
}
.ACLN .acln_col .account-links ul {
	margin-left:20px !important;
}
.ACLN .acln_col .account-links li {
	list-style:none;
	background: url(/mm5/graphics/00000001/acln-arrow.jpg) no-repeat scroll 0px 4px;
	padding-left:8px;
}
.ACLN .acln_col .account-links a {
	color:#666 !important;
	font-weight:bold;	
}


p.freeshippingtext {
	font-size: 11px !important;
}
.logout-link {
	float: right;
	margin: 30px 0;
}
.logout-link a {
	color: blue;
}

table.table_wishlist a {
	color: blue;
}

.innerpage-title {
	float: left;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 25px;
	padding: 5px 15px;
}
.entry p a:visited {
	color: #b85b5a !important;
}

._div_table {
	float: left;
}
.assembletable {
	margin-left: 15px;
	width: 200px;
}
._div_table ._div_row {
	border-bottom: 1px solid #ccc;
	float: left;
	margin-top: 4px;
	width: 200px;
}
._div_table .firstcol {
	width: 100px;
}

._div_table ._div_col {
	float: left;
	padding: 2px 0;
}
.entry select {
	height: 25px;
	width: 38%;
}
.page_divider {
	background: url(/mm5/graphics/00000001/div.jpg) no-repeat;
    	width: 738px;
    	height: 2px;
    	margin: 5px 0px 10px 0px;
    	float: left;
}
.entry a {
    	text-decoration: underline;
}
.entry td{
    	padding:0;
}

.news_h1 {
    	font-size:4em!important;
}

.entry .quotes{
    	line-height:14px;      
}
#content .entry h2.page_h2 {
    	font-weight: bold;
    	color: #a12a02;
    	font-size: 16px;
    	/*padding: 0px 15px;*/
}
.homecontent {
    	color: #333;
    	padding: 0px;
   
}
.entry ol {
    	padding: 0 0 0 35px;
    	margin: 0;
    	float: left;
}
input.wpcf7-submit {
    	background: url(../../graphics/00000001/submit-form.jpg) no-repeat;
    	width: 142px;
    	height: 34px;
    	cursor: pointer;
    	border: 0px;
    	padding: 0px;
    	color: transparent;
}
#signup_holder {
    	float:left;
    	/*width:380px;*/
    	width:100%;
    	padding:10px;
    	background:#fff;
}
#signup_holder h2 {
   	float:left;
   	width:380px;
   	font-size:14px;
   	font-weight:bold;
   	margin-bottom:10px;
}
#signup_holder ._entry_catalog {
   	float:left;
   	/*width:380px;*/
   	width:100%;
   	margin:5px 0px;
}
#signup_holder ._entry_catalog ._catalog_label {
   	float: left;
   	padding: 2px;
   	width: 100px;
   	text-align: right;
}
#signup_holder .entry_catalog .catalog_textfield {
   	float:left;
   	border:1px solid #ccc;
   	height:18px !important;
   	width:265px; 
}
#signup_holder .entry_catalog .catalog_option {
  	float:left;
}
#signup_holder .entry_catalog .catalog_button {
 	margin-right:4px;
 	padding:2px 4px !important;
 	border:1px solid #ccc;
 	cursor:pointer;
}
#signup_holder .entry_catalog .catalog_textarea {
 	width:266px; 
 	height:40px;
}
#signup_holder ._row_button {
 	text-align:right;
	 margin-top:-4px !important;
}
#signup_holder ._row_captcha img {
 	margin-bottom:-5px;
}
#signup_holder .response {
 	float:left;
 	margin-left:10px;
 	margin-top:5px;
}
#signup_holder .error {
 	color:red;
}

h2 .fields-heading{
	color: #9d3208!important;
}
.popup-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url(../../graphics/00000001/popup-sprite.png) repeat-x;
}
#signup_catalog input {
        width: 60%;
}

#signup_catalog select {
        width: 60%;
}

#signup_catalog textarea {
        width: 60%;
}
.error-message {
    	color: #dd0000;
    	font-weight: bold;
    	margin: 20px auto;
    	padding: 4px;
    	text-align: left;
    	width: 98%;
}
/*
------------------------ =GLOBAL ------------------------ */
#widgets {
	margin-top: 0px;
	background: #ffd682 url(../../graphics/00000001/widget-bg.png) no-repeat;
	min-height: 700px;
}
/* Amazon Payments */
#addressBookWidgetDiv .widget-container,
#addressBookWidgetDiv .widget-container iframe,
#walletWidgetDiv .widget-container,
#walletWidgetDiv .widget-container iframe {
	width:100% !important;
	float:left;
}
.container-home {
	padding: 0px 27px;
	background:#fff url(../../graphics/00000001/content-bg.jpg) repeat-x;
}
.container-home .box_catalog {
	width: 256px;
	height: 292px;
	border-left: 3px solid #c7580e;
	text-align: center;
	background: url(../../graphics/00000001/featured-catalog-bg.jpg) no-repeat;
	float:right;
	padding-top: 15px;
}
.container-home .box_catalog .cta_catalog {
	background: url(../../graphics/00000001/view-catalog-bg.png) no-repeat;
	width: 126px;
	margin-top: 14px;
	height: 35px;
	margin-left: 66px;
	float: left;
	text-align: left;
}
.container-home .box_catalog .cta_catalog a {
	text-decoration: none;
	padding: 6px 16px;
	display: block;
	color: #fff;
}
#wrapper {
	padding:0px 14px;
}
.wrapper-content {
	float: left;
	width: 100%;
	background: #ffffff url(../../graphics/00000001/col-bg.jpg) scroll -27px 0 repeat-y;
}
#content {	
	background:#fff url(../../graphics/00000001/content-main-bg.jpg) repeat-x;
        /*background-position-y: -120px;*/
}
#content .cta-button-p {
	margin: 40px 0px;
}
#content .featured-video {
	font-size: 16px;
}
#content .featured-video .yt-video {
	max-width: 640px;
	margin: 20px auto;
}
#content .cta-button {
	text-decoration: none;
	border: 1px solid #542;
	background-color: #FF9933;
	border-radius: 15px;
	box-shadow: inset 0 1px 3px #FF9933, inset 0 -5px 15px #000, 0 2px 1px #000;
	-box-shadow: inset 0 1px 3px #FF9933, inset 0 -5px 15px #000, 0 2px 1px #000;
	-webkit-box-shadow: inset 0 1px 3px #FF9933, inset 0 -5px 15px #000, 0 2px 1px #000;
	-moz-box-shadow: inset 0 1px 3px #FF9933, inset 0 -5px 15px #000, 0 2px 1px #000;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
	padding: 5px 30px;
}
#content h1 {
	color: #9d3208;
	font-size: 18px;
	margin: 0;
	padding-top: 0px;
	text-align: left;
	line-height:normal;
	font-weight:bold;
}
#content h2 {
	font-weight: bold!important;
	/*color: #a12a02;*/
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height:normal;
}
#content p {
	margin: 0.6em 0em 1.0em 0em;
	line-height: normal;
}
#content p a,
#content p a:visited,
#content li a,
#content li a:visited {
	color:#3B5998;;
	text-decoration:underline;
}
#content a.link,
#content a.link:visited {
	color:blue;
	text-decoration:underline;
}
#content #shopping-widget {
	clear: both;
	margin-bottom: 25px;
	min-height:96px;
}
#content img.imgbordered {
	border: 1px solid #000;
}
#content ul,
#content ol {
	margin-left:35px;
	padding:0px;
	line-height: 18px;
}
#content ul.ulist {
	margin-left:16px;
	padding:0px;
}
#content ul.ulist li.padleft {
	padding-left:7px;
}
#content div.page-navigator {
	max-width:240px;
	margin:40px auto 0px auto;
	background: url(../../graphics/00000001/bg-page-navigator.jpg) no-repeat scroll top center;
	padding: 28px 18px;
}
#content div.page-navigator input[type="text"] {
	width: 28px;
	display: inline;
	padding: 0px;
	text-align: center;
}
#content div.page-navigator label {
	display:inline;
}
#content div.page-navigator-col1 {
	width:52%; 
	margin-right:22px;
}
#content div.content-placeholder {
	background:#f5f5f5;
	border:1px solid #ccc;
	text-align:center;
	padding:50px 0px;
	width:100%;
	margin:30px auto;
	text-transform:uppercase;
	color:#bbb;
	font-size:11px;
}
#shopping-widget .widget_sp_image {
	float: left;
	width: 246px;
	height: 96px;
	padding:0px;
	text-align: center;
}
#shopping-widget #shopping-cart-status {
	background: url(../../graphics/00000001/shop-stat-bg.png) no-repeat scroll top center;
	margin-right:0px;
}
#shopping-widget #shopping-cart-status .shopping-cart-details {
	margin: 30px 25px 0px 25px;
	font-size: 11px;
	line-height: normal;
	text-align: left;
}
#content_footer {
	background: url(../../graphics/00000001/content-footer-bg.png) no-repeat scroll top center;
	width: 100%;
	height: 17px;
	margin-bottom: 10px;
}
.col-245 {
	display: inline;
	width: 24.01960784313725%;
}
.col-688 {
	width:62.3188405797101%;
	display:inline;	
}
.col-416 {
	width:37.6811594202899%;
	display:inline;
}
.col-416 h2.tel-header {
	font-size: 18px;
	font-weight: bold;
	margin: -8px 0px;
	float: left;
}
.col-416 h2.tel-header span.tel-phone {
	color: #663300;
}
.col-416 div.flag-icons {
	float:right;
}
.col-416 div.flag-icons img {
	display:inline-block;
	float: left;
	height:24px;
}
.grid{
	float:left;
}

.col-775 {
	display: inline;
	width: 75.9803921568628%;
	padding: 0 18px;
	min-height:350px;
}
.col-460 {
	width: 48.936170212766%;
	display: inline;
}
.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}



ul#menu {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width:173px;
  margin-left:20px;
}

ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0; 
  width:225px !important;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
  width:225px !important;
  margin-bottom:0px !important;
}

ul#menu li a.menuhead {
	font-size:12px;
	font-weight:bold !important;
	/*background:url(/images/menu/parent-nav-bg.png) no-repeat scroll bottom center transparent;  */
}
ul#menu li a {
  color: #382119;	
  padding: 0px;  
  font-size:11px;
}

ul#menu li a:hover {
 
}
ul#menu li ul li.activepage {
	background:url(../../graphics/00000001/red-square.png) no-repeat scroll 10px center transparent; 
}
ul#menu ul.sub-menu > li.active > a {
	background: url(../../graphics/00000001/red-square.png) no-repeat scroll 10px center transparent;
	color: #992c1a;
	font-weight: bold;
}
ul#menu li ul li.activepage a {
	color:#992c1a;
	font-weight:bold;	
}
ul#menu li ul li a {
  /*background: #f5f5f5;*/
  color: #000;
  padding: 2px 5px 2px 20px !important;  
  line-height:normal;
}

ul#menu li ul li a:hover {
  /*
  border-left: 5px #eee solid;
  padding-left: 15px;
  */
}

#content table.table-products {
	border:0px;	
}
#content table.table-products td {
	padding:0px;
	border:0px;
	vertical-align: middle;
}
#content table.table-products td img {
	margin-left:12px;
}
#content table.table-products td h2 {
	color:#000;
	font-size:13px;
}


#content table.table-events {
	border-collapse:collapse;
	margin-bottom:15px;
	border:0px;
}
#content table.table-events td {
	padding:0px 3px;	
	border:0px;
	border:1px solid #000;
}
#content table.table-events h2 {
	font-size:13px;
	color:#000;
	margin:0px;
	padding: 5px 15px;
}
#content table.table-events tr.tr_even td {
	background:#FFFF99;
}
#content table.table-events tr.tr_even td:first-child, .table-events tr.tr_even td:last-child{
	text-align:left;
}
#content table.table-events tr.tr_odd td {
	background:#ECD190;
}
#content table.table-events tr.tr_odd td:first-child, .table-events tr.tr_odd td:last-child {
	text-align:left;
}


#content table.table-brood {
	border-collapse:collapse;
	width:714px;	
	float:left;
}
#content table.table-brood tr:first-child {
	background:#FFCC99;
	font-weight:bold;	
}
#content table.table-brood tr td {
	padding:2px 3px;
	border:1px solid #000;
}

#content table.table-bees {
	width:370px;
	margin:0 auto;
}
#content table.table-bees td {
	padding:0px;
}

#content table.table-faqs {
	width:200px;
}
#content table.table-faqs tr {
	border-bottom:1px solid #000;
}
#content table.table-faqs tr.noborder {
	border-bottom:0px;
}
#content table.table-faqs td {
	padding:0px;
}


#content table.table-links {
	border-collapse:collapse;
	width:100% !important;
}
#content table.table-links td {
	padding:6px 4px 6px 4px;
}
#content table.table-links td.links_top {
	background:#F5E9CF;
	text-align:center;
}
#content table.table-links td.links_col {
	background:#026191;
	color:#fff;
}

#content table.table-bargain th {
	color:#9d3208;
}
#content table.table-bargain td {
	border:1px solid #f5f5f5;	
	padding: 2px 4px;
}

#content table.table-content {
	float:left;
}

#content table.product_price_data {
	line-height:normal;
	margin-bottom:10px;
}
#content table.product_price_data div.price_formatted {
	white-space:nowrap;
}

#content table.product_price_data div.price_formatted div.prod_currency {
	display:inline-block;
}

#content table.product_price_data div.price_formatted div.prod_price {
	display:inline-block;
}

#content img[border="1"] {
	border:1px solid #000;
}

/*#content .page_divider {
	width: 100%;
	height: 1px;
	padding: 16px 0px;
	clear: both;
	border-bottom: 1px solid #ccc;
}*/

#content div.newsletters_link img {
	padding-left: 20px;
}

#content .wpcf7 select {
	padding: 4px 8px;
}
#content #contact-us label {
	width:100%;
	margin:0px;
	font-weight:normal;
	text-align:left;
}
#content #contact-us label {
	width:100%;
	margin:0px;
	font-weight:normal;
	text-align:left;
}

#beebucks_signup .modal-body {
	padding-bottom:0px !important;
}
.beebucks_content img{
 width:100% !important;
}
.rewards-program #content #contact-us .entrydiv {
	margin-bottom:4px;
}
.rewards-program #content #contact-us label {
	width:25%;
}
.rewards-program #content #contact-us input[type="text"],
.rewards-program #content #contact-us input[type="email"] {
	width:74% !important;
}
.rewards-program #content #contact-us input[name="captcha_code"] {
	width: 20% !important ;
}
/*#content select,*/ 
#content input[type="text"], 
#content input[type="password"], 
#content input[type="email"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 2px 2px;
	vertical-align: middle;
	max-width: 100%;
	min-width:40px;
	line-height:normal;
}
#content input.invalid-qty-input {
	border: 2px solid #d9534f !important;
	color:#d9534f;
}
#content .invalid-qty .btn-default {
	border-color: #d9534f !important;
}
#content .invalid-qty .icon-refresh {
	color:#d9534f!important;	
}

#content textarea {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
}

#content .status {
	font-size: 14px;
	font-weight: bold;	
	padding: 4px;
	margin: 10px 0px;
}

/* Catalog Pages */
img.letter {
	margin:0px 10px 2px 0px;
}

.signupform {
	background: #ccc;
	border: 1px solid #000000;
	padding:10px 10px;
	width:260px;
}

.signupform form {
	margin:0px;
}
.signupform .link,
.signupform .link a,
.signupform .table-signupframe {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.signupform .link,
.signupform .link a {
	text-decoration: none;
}
.signupform .table-signupframe {
	margin:0px;
}
.signupform .table-signupframe td {
	padding:0px;
}
.signupform .table-signupframe .required {
	font-size: 10px;
}
.signupform input[type="text"] {
	width:150px !important;
	margin-bottom:2px;
	padding:3px 6px;
}
.signupform input[type="submit"] {
	margin-top:2px;
        padding:0px 6px;
	font-size:11px;
}
checkout_order_img{
        width:100%;
}

.CTUS label.error {
	margin-left: 10px !important;
	width: auto;
	display: inline;
	color: red;
	font-style: italic;
}

.next-previous {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.imgfloatright{
	float:right;
}
.table_brood {
	border-collapse:collapse;
	width:714px;	
	float:left;
}
.table_brood tr:first-child {
	background:#FFCC99;
	font-weight:bold;	
}
.table_brood tr td {
	padding:2px 3px;
}


/*WEIGHTTEXT*/
.lightbox_line_select .attribute_template_LABLEIMPRINT5L input[name='Product_Attributes[7]:value'],
.lightbox_line_select .attribute_template_LABLEIMPRINT5L input[name='Product_Attributes[9]:value'],
.lightbox_line_select .attribute_template_LABLEIMPRINT4L input[name='Product_Attributes[6]:value'],
.lightbox_line_select .attribute_template_LABLEIMPRINT4L input[name='Product_Attributes[8]:value'],
.lightbox_line_select .attribute_template_LABLEIMPRINT3L input[name='Product_Attributes[5]:value'],
.lightbox_line_select .attribute_template_LABLEIMPRINT3L input[name='Product_Attributes[7]:value'] {
	width:50px;
	float:left;
}


.lightbox_line_select .tableattribute {
	float:left;
	width:355px;
}
.lightbox_line_select .tableattribute .attributewt {	
	width:auto !important;
}
.lightbox_line_select .tableattribute .tableattribute_row {	
	float:left;
	width:250px;
	padding:2px;
}
.lightbox_line_select .tableattribute .tableattribute_prompt {	
	float:left;
}
.lightbox_line_select .tableattribute .tableattribute_field {
	float:left;
	margin-left:2px;
}
.lightbox_line_select .tableattribute .tableattribute_row + .tableattribute_row  {
	display:none;
}
.lightbox_line_noselect .tableattribute .tableattribute_row .prompt span {
	display:inline-block;
	width:100%;
}

.purchase_buttons_1 { margin-top:2px; }


/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	/*height: auto;*/
        /*max-width: 100%;*/
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/*
------------------------ =GLOBAL CLASSES ------------------------ */
.container {
	width: 1104px;
	min-width: 1104px;
}
.container-body {
	width: 1102px !important;
	min-width: 1102px !important;
}

.bold {
	font-weight: bold;
}
.sep {
	height: 5px;
	background: url(../../graphics/00000001/images/sep.png) repeat;
}
.bor {
	background: url(../../graphics/00000001/images/sep.png) repeat-x;
	height: 5px;
	margin: 10px 0 10px 0;
	clear:both;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic !important;
	font-weight: normal !important;
}
.required {
	font-weight: bold !important;
}
.horizontal-links a {
	margin-right: 20px;
}
.well {
	background: #fafafa;
	border: 1px solid #eee;
	box-shadow: inset 0 0 2px #eee;
	margin: 20px 0;
	padding: 10px 15px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.onethree-left {
	float: left;
	width: 23%;
}
.onethree-right {
	float: right;
	width: 76%;
}
.col-left {
	width: 48%;
	float: left;
}
.col-right {
	width: 48%;
	float: right;
}
.title {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
	.title i {
		margin-right: 3px;
	}
.page-head {
	background: #f8f8f8;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 0 4px #bbb;
	padding: 20px 0;
}
.page-head h2 {
	color: #777;
	font-size: 23px;
	line-height: 33px;
}
.page-head h4 {
	color: #999;
	font-size: 15px;
}
.content {
	margin: 20px 0px;
}
.content ul li {
	list-style-type: circle;
	margin: 0;
	padding: 1px 0;
}
.padleft10 {
	padding-left:10px;
}
.padleft8 {
	padding-left:8px;
}
span.blueframe {
	color:#005ba8;
	font-weight:bold;
	float:none !important;
	padding-right:0px !important;
}
span.redframe {
	color:#d43e3d;
	float:none !important;
	font-weight:bold;
	padding-right:0px !important;
}
.lists ul {
	margin: 0;
	margin-left: -15px;
}
.tab-pane ul {
	margin: 0;
	margin-left: 25px;
	padding: 0;
}

	/* ------------------------ font colors ------------------------ */
	.red,
	.error,
	.invalid {
		color: #dd0000 !important;
	}

	/* ------------------------ buttons ------------------------ */
	a.btn,
	a.btn:visited,
	a.btn:hover {
		color: #333 !important;
	}
		a.btn-primary,
		a.btn-primary:visited,
		a.btn-primary:hover,
		a.btn-warning,
		a.btn-warning:visited,
		a.btn-warning:hover,
		a.btn-danger,
		a.btn-danger:visited,
		a.btn-danger:hover,
		a.btn-success,
		a.btn-success:visited,
		a.btn-success:hover,
		a.btn-info,
		a.btn-info:visited,
		a.btn-info:hover,
		a.btn-inverse,
		a.btn-inverse:visited,
		a.btn-inverse:hover {
			color: #fff !important;
		}
	.button {
		margin: 10px 0 5px 0;
	}
		.button a,
		.button a:visited {
			border: 0 !important;
			color: #fff;
			font: 13px Arial, Helvetica, sans-serif !important;
			padding: 5px 10px;
			text-decoration: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		.button a:hover {
			color: #fff;
			text-decoration: none;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		button.close {
			font-size: 16px !important;
		}

	/* ------------------------ back to top link ------------------------ */
	.totop {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 104400;
	}
		.totop a,
		.totop a:visited {
			color: #fff;
			display: block;
			line-height: 30px;
			text-align: center;
			width: 30px;
			height: 30px;
		}
		.totop a:hover {
			color: #fff;
			text-decoration: none;
		}


/*
------------------------------- =HEADER ------------------------------- */
header {
	background: transparent url(../../graphics/00000001/header-bg.jpg) no-repeat scroll top center;
	color: #777;
	/*padding: 8px 0px 20px 0px;*/
	min-height:208px;
	min-width:1104px;
}
	header .logo {
		padding: 0;
		margin-top:10px;
		margin-left: 32px;
		float:left;
	}
		header .logo h1 a,
		header .logo h1 a:visited,
		header .logo h1 a:hover {
			color: #777;
			font-size: 35px;
			font-weight: 400;
			text-decoration: none;
		}
		header .logo .meta {
			color: #888;
			line-height: 15px;
			margin: 0;
			padding: 0;
		}
		header .logo img {
			max-width: 100%;
		}
		header #searchform {
			clear:both;
		}
		#search {
			
		}
		header #searchform {
			margin-left:50px;
		}
		header #searchform .form-group { padding:0px; margin:0px; }
	header .hlinks { display:none; }
	header .cart-status { display:none; }
	header .hlinks > span {
		border-radius: 3px;
		color: #fff;
		padding: 5px 7px;
		background: #2b2e2e;
	}
		header .hlinks a,
		header .hlinks a:visited {
			color: #fff;
			text-decoration: none;
		}
		header .hlinks a:hover {
			border-bottom: 1px dotted #fff;
			color: #fff;
		}
	header .lr {
		margin-left: 14px;
	}
	header form input,
	header form button {
		margin-bottom: 10px !important;
	}
	header .header-cta {
		margin-top:20px;
	}
	header .header-cta img {
		max-width:100%;
	}
	
	header .header-widgets {
		float:right;
		margin-right:38px;
		margin-top:7px;
		width:398px;
	}
	
	header .searchform {
		clear:both;
		margin-right:38px;
	}
	
	header .searchform .row {
		
	}
	
	header .tel-info {
		padding:0px 40px 0px 0px;
	}
	
	header .telinfo-mobile { display:none;  }
	header .telinfo-desktop { display:block; }
	
	header #navigation {
		background: url(/mm5/graphics/00000001/navigation-bg.png) no-repeat !important;
		margin-top: -9px;
	}
	header #navigation .start-shopping { display:none; }
	header .navbar {
		min-height: 54px;
		margin-bottom: 0px;
		
		border-radius: 0;
		border: 0 !important;
		
		background: url(/mm5/graphics/00000001/navigation-main-bg.png) no-repeat !important;
		margin: 0 42px;
		padding: 0 !important;
		padding-left: 10px;
                position: relative;
                /*z-index: 0;*/
	}
	header .navbar,
	header .navbar .nav,
	header .navbar .nav > li > a {
		border:0px;
	}
	
	header .header-notice {
		max-width: 290px; float:right;margin-top: 25px;padding: 4px 10px;color: #000;text-align:left;line-height: normal;font-size:14px;
	}
	header .header-notice .notice-text {
		color:#be440f;
	}
	
	.dropdown-menu a.col_head,
	.dropdown-menu a.col_head:hover { 
		font-weight:bold;
	}
	
	/* =Top Menu
	-------------------------------------------------------------- */
	.top-menu {
		float: left;
		margin: 7px 0;
		padding: 0;
	}

	.top-menu li {
		display: inline;
		list-style-type: none;
	}

	.top-menu li a {
		border-left: 1px solid #000000;
		color: #4b1904;
		font-size: 12px;
		padding: 0 2px;
		font-weight: bold;
	}

	.top-menu > li:first-child > a {
		border-left: none;
	}

	.top-menu li a:hover {
		color: #333333;
	}
	
	/* =Social Icons
	-------------------------------------------------------------- */
	#social-icons {
		float:right;
		margin:8px 0px 0px 0px;
	}
	#social-icons .social-icons {
		list-style: none;
		line-height: normal;
		padding: 0;
		margin: 0;
		text-align: right;
	}

	#social-icons .twitter-icon,
	#social-icons .facebook-icon,
	#social-icons .pinterest-icon {
		display: inline;
		margin: 0px;
		padding-left: 2px;
	}
	
	/* =Sub-Header Menu
	-------------------------------------------------------------- */
	.sub-header-menu {
		background-color: transparent;
		border-top: none;
		clear: both;
		margin: 0 auto;
		float:right;
	}

	.sub-header-menu,
	.sub-header-menu ul {
		display: block;
		list-style-type: none;
		padding: 0;
		margin: 2px 0px 10px 0px;
	}
	.sub-header-menu {
		margin-right:45px;
	}

	.sub-header-menu li {
		border: 0;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		z-index: 5;
	}
	.sub-header-menu li.shoppingcart {
		background: url(/mm5/graphics/00000001/cart.jpg) no-repeat scroll 10px 0px;
	}

	.sub-header-menu li:hover {
		white-space: normal;
		z-index: 10000;
	}

	.sub-header-menu li li {
		float: none;
	}

	.sub-header-menu ul {
		left: 0;
		position: absolute;
		top: 0;
		visibility: hidden;
		z-index: 10;	
	}

	.sub-header-menu li:hover > ul {
		top: 100%;
		visibility: visible;
	}

	.sub-header-menu li li:hover > ul {
		left: 100%;
		top: 0;
	}

	.sub-header-menu:after,
	.sub-header-menu ul:after {
		clear: both;
		content: '.';
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	.sub-header-menu,
	.sub-header-menu ul {
		min-height: 0;
	}

	.sub-header-menu ul,
	.sub-header-menu ul ul {
		margin: 0;
		padding: 0;
	}

	.sub-header-menu ul li a:hover,
	.sub-header-menu li li a:hover {
		color: #484848;
		text-decoration: none;
	}

	.sub-header-menu ul {
		margin-top: 1px;
		min-width: 15em;
		width: auto;
	}

	.sub-header-menu a {
		border-left: 2px solid #4b1904;
		color: #4b1904;
		cursor: pointer;
		display: block;
		font-size: 12px;
		font-weight: 700;
		height: 14px;
		line-height: 14px;
		margin: 0;
		padding: 0 18px;
		position: relative;
		text-decoration: none;
		text-shadow: none;
	}

	.sub-header-menu a:hover {
		-moz-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

	.sub-header-menu .current_page_item a,
	.sub-header-menu .current-menu-item a {

	}

	.sub-header-menu li li {
		background: #ffffff;
		background-image: none;
		border: 1px solid #e5e5e5;
		color: #444444;
		filter: none;
		margin: -1px 0 1px 0;
		width: auto;
	}

	.sub-header-menu li li a {
		border: none;
		color: #444444;
		font-size: 12px;
		font-weight: 400;
		height: auto;
		height: 20px;
		line-height: 20px;
		padding: 5px 10px;
		text-shadow: none;
	}

	.sub-header-menu li li a:hover {
		background: #f9f9f9;
		background-image: none;
		border: none;
		color: #444444;
		filter: none;
	}

	.sub-header-menu ul > li + li {
		border-top: 0;
	}

	.sub-header-menu li li:hover > ul {
		left: 100%;
		top: 0;
	}

	.sub-header-menu > li:first-child > a {
		border-left: none;
	}
	.sub-header-menu > li:last-child > a {
		padding-right:0px;
		padding-left:25px;
	}

	.sub-header-menu ul.children a,
	.sub-header-menu .current_page_ancestor,
	.sub-header-menu .current_page_ancestor ul a {
		background: none;
		background-image: none;
		filter: none;
	}

	/* =Sub Header Menu IE Fixes
	-------------------------------------------------------------- */
	.ie7 .sub-header-menu ul {
		background: url(core/images/ie7-fix.gif) repeat;
	}

	.ie7 .sub-header-menu li li a {
		min-width: 100%;
	}
	
	/* ------------------------ global mini-basket ------------------------ */
	.cart {
		margin: 20px 0;
	}
		#cart a {
			color: inherit;
		}
		.cart .tcart img {
			max-height: 50px;
		}
		.cart td.item-input {
			width: 20%;
		}


------------------------------- =NAVIGATION BAR ------------------------------- */
.navbar {
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 0;
	border-right: 0 !important;
	border-left: 0 !important;
	filter: none !important;
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 !important;
	padding-left: 10px;
	text-transform: uppercase;
}
	.navbar .container {
		width: 1020px;
		margin: 0px;
		min-width: 0px;
		padding: 0px;
	}
	.navbar .container>.navbar-collapse {
		padding:0px;
	}s
	.navbar ul {
		margin: 0;
		padding: 0;
	}
		.navbar ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
			background: url(../../graphics/00000001/divider.jpg) no-repeat;
		}
	.navbar button {
		font-size: 13px;
	}
		.navbar-toggle .icon-bar {
			background: #fff;
		}
	.navbar .caret {
		border-top-color: #fff !important;
		border-bottom-color: #fff !important;
	}
	.navbar .nav {
		margin-left: 0px;
	}
		.navbar .nav > li > a {
			color: #fff !important;
			/*padding: 15px 35px 16px 35px;*/
                        padding: 17px 20px 17px 20px;
			text-shadow: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
			
			font-weight:bold;
			font-size: 14px;
			clear:both;
		}
		.navbar .nav > li a:hover {
			background: url(../../graphics/00000001/navigation-main-hover.png) repeat-x;
		}
		.navbar .nav > li:first-child {
			background:none;
		}
		.navbar .nav > li:first-child a:hover {
			background: url(../../graphics/00000001/navigation-main-hover-l.png) no-repeat;
		}
		.navbar .nav > li > a:hover {
			color: #fff !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}
		.navbar .nav .active > a,
		.navbar .nav .active > a:hover,
		.navbar .nav .active > a:focus {
			box-shadow: none;
			color: #ffffff;
		}
	.dropdown-toggle {
		z-index: 1000;
	}
	.nav-collapse a {
		font-weight: normal !important;
		text-shadow: none !important;
	}
	.dropdown-menu {
		/*
		background: #fafafa !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		border-top: none !important;
		border-bottom: none !important;
		margin-top: 1px !important;
		*/
		border:0px;
		margin: 0;		
		padding: 0;
		z-index: 1500;
		width:100%;
	}
		.dropdown-menu a {
			/* background: #fafafa !important; */
			/* border-bottom: 1px solid #ddd; */
			color: #666 !important;
			/* padding: 10px 10px !important; */
			text-shadow: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
			display: block;
			font-size:12px;
			text-decoration:none;
		}
		.dropdown-menu a:hover,
		.dropdown-menu a:focus {
			/*
			background: #f3f3f3 !important;
			filter: none !important;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
			*/
			background:none !important;
		}
		.dropdown-menu ul li { 
			background:none;
		}
			.dropdown-menu::after,
			.dropdown-menu::before {
				border: none !important;
			}
		.nav-collapse .nav > li > a,
		.nav-collapse .dropdown-menu a {
			border-radius: 0 !important;
		}
		.nav-collapse .dropdown-menu li + li a {
			margin-bottom: 0 !important;
		}
	
	ul.navbar-nav ul.sub_menu {
		background: #F3D673 !important;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		width: 1020px;		
		padding-top: 10px;
		padding-bottom: 10px;		
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;
	}
	ul.navbar-nav ul.sub_menu > li.column {
		background: none;
		font-weight: normal;
		color: #000;
		float: left;
		width: 20%;
	}
	ul.navbar-nav ul.sub_menu > li.column ul {
		margin-left: 10px;
		padding:0px;
	}
	ul.navbar-nav ul.sub_menu li a {
		padding: 2px 8px;
		font-size: 11px;
		text-transform: none;
		color: #000;
		display: block;
		line-height:16px;
	}
/*
------------------------ =BREADCRUMBS ------------------------ */
ul.breadcrumb {
	margin:10px -15px !important;
	padding: 8px 15px !important;
}

ul.breadcrumb>li+li:before {
	content:'';
	padding:0px;
}

/*
------------------------ =CATEGORY TREE ------------------------ */
.category-tree { 
	background: transparent;
	display: block; 
	margin: 0 auto 10px; 
	padding: 0px;
	width: 100%; 
}
	ul.category-tree li {
		list-style-type: none;
		padding: 0;
	}
		.category-tree > li > a { 
			background-color: #fafafa;
			border-bottom: 1px solid #eee;
			color: #777;
			display: block; 
			padding: 10px;
			text-decoration: none;
		}
			.category-tree li.level-2 {
				padding-left: 40px;
			}
				.category-tree li.level-2 a { 
					background: #fafafa;
					border-bottom: 1px solid #eee;
					border-left: 1px solid #eee;
					color: #777;
					display: block; 
					padding: 10px 0 10px 15px;
					text-decoration: none;
				}
				.category-tree li.level-2 a:hover {
					background: #f3f3f3;
				}
			.category-tree > li > a:hover,
			.category-tree > li > a.open { 
				background-color: #f3f3f3;
				border-bottom: 1px solid #ddd;
				color: #666;
			}


/*
------------------------ =FOOTER ------------------------ */
footer {
	/*
	background: #65605c url(../../graphics/00000001/images/footer.png) repeat;
	background: #171717;
	box-shadow: inset 0 0 10px #000;
	color: #aaa;
	*/
	border:0px !important;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0;
}
	footer a,
	footer a:visited {
		color: #ddd;
	}
	footer a:hover {
		color: #ccc;
		text-decoration: underline;
	}
	footer hr {
		border-top: 1px solid #111;
		border-bottom: 1px solid #222;
		margin: 5px 0;
		padding: 0;
		height: 0;
	}
	footer h5 {
		color: #fff;
	}
	footer h6 {
		color: #fff;
	}
	footer ul,
	footer .widget ul {
		margin: 0;
		padding: 0;
	}
		footer ul li {
			list-style-type: none;
			margin-bottom: 5px;
		}
		footer .widget {
			margin-bottom: 20px;
		}
	footer .copy {
		font-size: 11px;
		margin-bottom: 5px;
	}
	footer .payment-icons img {
		margin-right: 5px;
		max-width: 35px;
	}
	
	.footer-menu {
		margin-left: 0;
		padding: 0;
	}
	.footer-menu li {
		display: inline;
		list-style-type: none;
	}
	.footer-menu li a {
		/*background: url(../../graphics/00000001/line.jpg) center right no-repeat;*/
		color: #663300;
		padding: 0 6px;
		float: left;
		text-decoration: underline;
	}
	.footer-menu > li:last-child > a {
		background: none;
	}
	.footer-menu > li:first-child > a {
		border-left: none;
		padding: 0 6px 0 0;
	}
	#footer a {
		color: #663300;
		font-weight: 400;
	}
	.copyright {
		text-align: right;
		float: right;
	}

	/* ------------------------ social ------------------------ */
	.social {
		font-size: 13px;
		margin: 5px 0;
	}
		.social i {
			border-radius: 3px;
			box-shadow: inset 0 0 1px #333;
			color: #fff;
			display: inline-block;
			line-height: 25px;
			margin: 0 5px 0 0;
			text-align: center;
			-moz-transition: background 1s ease;
			-o-transition: background 1s ease;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
			width: 25px;
			height: 25px;
		}
		.social i.facebook {
			background: #3c5b9b;
		}
		.social i.twitter {
			background: #2daae1;
		}
		.social i.google-plus {
			background: #f63e28;
		}
		i.pinterest {
			background: #cb2027;
		}
		.social i.linkedin {
			background: #0173b2;
		}
			.social i:hover {
				background: #2b2e2e;
				-moz-transition: background 1s ease;
				-o-transition: background 1s ease;
				-webkit-transition: background 1s ease;
				transition: background 1s ease;
			}
		.social a,
		.social a:visited,
		.social a:hover {
			color: #fff;
			text-decoration: none;
		}


/*
------------------------ =SFNT PAGE ------------------------ */
	/* ------------------------ carousel ------------------------ */
	.SFNT .carousel {
		margin: 0px;		
	}

	/* ------------------------ promotion boxes ------------------------ */
	.promo {
		margin: 10px 0;
	}
		.promo .pcol-left {
			float: left;
			text-align: center;
			width: 38%;
		}
		.promo .pcol-right {
			float: right;
			width: 58%;
		}
		.promo .pbox {
			border: 1px solid #fff;
			box-shadow: 0 0 4px #888;
			font-family: Arial, Helvetica, sans-serif;
			margin: 10px 0px;
			min-height: 130px;
			max-height: 250px;
			padding: 25px 25px;
		}
		.promo a,
		.promo a:visited,
		.promo a:hover {
			color: #fff;
			text-decoration: none;
		}
		.promo img {
			max-width: 70px;
		}
		.promo .rcolor {
			background: #ff5d5e;
			color: #fff;
		}
		.promo .bcolor {
			background: #5eb2d9;
			color: #fff;
		}
		.promo .gcolor {
			background: #54da4d;
			color: #fff;
		}
		.promo .pmed {
			font-size: 17px;
			font-weight: 600;
			line-height: 27px;
			text-transform: uppercase;
		}
		.promo .psmall {
			font-size: 13px;
			line-height: 20px;
		}

	/* ------------------------ featured products ------------------------ */

/*
------------------------ =NEWS PAGE ------------------------ */
/* = (subnav)
-------------------------------------------------------------- */
.subnav {
	width:100%;
        /*width:734px;*/
	float:left;
	clear:both;
	margin:15px 0px 20px 0px;
	border:1px solid #c29a42;
	background:#FDEDC9;
	line-height:normal;
}
.subnav .sublink_learn {
	float:left;
	font-weight:bold;
	padding: 5px 10px 5px 15px;	
}
.subnav ul {	
	margin:0px !important;
	float:left;
	padding:0px;
}
.subnav ul li {
	list-style:none;
	float:left;		
	margin:0px !important;
}
.subnav .sublink {
	font-size:12px;
	float:left;	
	background:url(../../graphics/00000001/subnav_arrow.png) no-repeat scroll 5px 10px #FDEDC9;
	color:#000 !important;
	padding:0px 10px 0px 20px;
	line-height:25px;
}
.subnav .sublink.current_nav_link {
	text-decoration:none !important;
}

/*
------------------------------- =SRCH PAGE ------------------------------- */
.SRCH .quicklist-item {
	max-height:360px;
	min-height:360px;
}
.SRCH .next-button {
	float: right;
	margin-right:10px;
}
.SRCH .previous-button {
	float: left;
	margin-left:15px;
}
.SRCH .clear {
	clear: both;
}
.SRCH .button {
	border-width: 1px;
	border-style: solid;
	border-color: #af9149 #000000 #000000 #af9149;
	background-color: #af9149;
	color: #ffffff;
	font-size: .9em;
	padding: 1px 2px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	line-height: normal;
}

/*
------------------------ =OSEL PAGE ------------------------ */
.OSEL #shipping-agreements {
	padding:0px 15px;
}
.OSEL #shipping-agreements div.form-group {
	margin-bottom:0px;
}
.OSEL #shipping-agreements label {
	width:96%;
	float:left;
	font-weight:normal;
	cursor:pointer;
}
.OSEL #shipping-agreements input {
	float:left;
	margin-right:4px;
	cursor:pointer;
}
.OSEL select[name='ShippingMethod'],
.OSEL select[name='PaymentMethod'] {
	height: 24px;
	padding:3px 2px;
}
/*
------------------------ =OPAY PAGE ------------------------ */
.OPAY select[name='CHASEPaymentech_CC_ExpMonth'],
.OPAY select[name='CHASEPaymentech_CC_ExpYear'] {
	height: 24px;
	padding:3px 2px;
}
/*
------------------------ =CTGY PAGE ------------------------ */
img.ctry_images {
	margin:10px;
}
p.free-shipping {
	font-size:11px;
	text-align:center;
	clear:both;
	padding-top:8px;
}
div.category-navigation {
	min-height:100px;		
	text-align:center;
	clear:both;
}
div.category-navigation div.category-navigation-box {
	margin-top:10px;
}
div.category-navigation div.div.category-navigation-top {
	margin-bottom:30px;
}
div.category-navigation div.div.category-navigation-bottom {
	margin-top:30px;
}
div.category-navigation .category-nav,
div.category-navigation .category-nav label,
div.category-navigation .category-nav input {
	display:inline;
	font-size:11px;
}
div.category-navigation input[type="text"] {
	width:40px;
	text-align:center;	
	padding:0px !important;
	display:inline;
	margin:0px 4px !important;
	font-size:11px;
}
.CTGY a[rel="productInfo"] {
	color:blue;
	text-decoration:underline;
}
.CTGY h1.featured-title {
	color:#000 !important;
	font-weight:bold;
}
.CTGY #content {	
	/*background:#fff url(../../graphics/00000001/content-main-bg.jpg) repeat-x;*/
        background-position:0 -120px;
}
.CTGY #content h2 {
	color:#000;
	font-weight:bold;
}
.CTGY #content h3 {
	color:#000;
	font-weight:bold;
	margin:2px 0px;
	font-size:14px;
}
.CTGY .blue {
	color:#005ba8;
	font-weight:bold;
}
.CTGY .green {
	color:green;
	font-weight:bold;
}
.CTGY .maroon {
	color:maroon;
	font-weight:bold;
}
.CTGY .orange {
	color:orange;
	font-weight:bold;
}
.CTGY .marginfit {
	margin:0px !important;
}
.CTGY .section-divider {
	background:url(../../graphics/00000001/cat2014/section-divider.jpg) repeat-x;
	margin:20px 0px;
	height:7px;
	clear:both;
	width:100%;
}
.CTGY .clear {
	clear:both;
	width:100%;
}

.CTGY .dottedline {
	background: url(/mm5/css/00000001/images/dotted-line.jpg) repeat-x scroll 1px 5px;
	text-align: right;
	min-width: 60px;
	line-height:16px;
}
.CTGY .dottedline.line-bottom {
	background: url(../../graphics/00000001/dotted-line.png) repeat-x scroll bottom;
}
.CTGY .item {
	width: 110%;
	text-align: left;
	padding-right: 2px;
	float: left;
}
.CTGY .price_formatted {
	float: left;
	width: 65px;
	background: #fff;
	padding-left: 6px;
}
.CTGY .dottedline span {
	background: #fff;
	padding-right: 5px;
	float: left;
}
.CTGY .prod_currency {
	float: left;
	text-align: right;
	width: 10px;
}
.CTGY .prod_price {
	float: left;
	text-align: right;
	/*min-width: 40px;*/
}

.CTGY .alignrightprice .prod_price {
	min-width: 40px !important;
}

.CTGY.page29 .alignrightprice .prod_price {
	min-width: 37px !important;
}
.CTGY.page13 .prod_price {
	width:auto;
}
/*new*/
.CTGY.page24 .prod_price,
.CTGY.page37 .prod_price,
.CTGY.page41 .prod_price,
.CTGY.page60 .prod_price {
	float: left;
	text-align: right;
	min-width: 40px;
}

.CTGY.page25 .prod_price,
.CTGY.page11 .prod_price {
	float: left;
	text-align: right;
	min-width: 37px;
}

.CTGY.page43 .prod_price {
	float: left;
	text-align: right;
	min-width: 48px;
}
.CTGY.page51 .prod_price,
.CTGY.page52 .prod_price{
	float: left;
	text-align: right;
	min-width: 48px;
}
.CTGY.page56 .prod_price,
.CTGY.page63 .prod_price,
.CTGY.page66 .prod_price,
.CTGY.page67 .prod_price,
.CTGY.page73 .prod_price,
.CTGY.page85 .prod_price,
.CTGY.page88 .prod_price,
.CTGY.page89 .prod_price ,
.CTGY.page148 .prod_price,
.CTGY.page149 .prod_price,
.CTGY.page150 .prod_price,
.CTGY.page162 .prod_price {
	float: left;
	text-align: right;
	min-width: 32px !important;
}
.CTGY.page75 .prod_price,
.CTGY.page76 .prod_price,
.CTGY.page80 .prod_price,
.CTGY.page91 .prod_price,
.CTGY.page92 .prod_price, 
.CTGY.page93 .prod_price,
.CTGY.page95 .prod_price,
.CTGY.page106 .prod_price,
.CTGY.page108 .prod_price,
.CTGY.page118 .prod_price{
	float: left;
	text-align: right;
	min-width:37px!important;
}
.CTGY.page83 .prod_price {
	float: left;
	text-align: right;
	min-width: 32px;
}

.CTGY.page25 .product_data .price_formatted{
 	padding-left:15px;

}
.CTGY.page45 .product_data .price_formatted{
 	padding-left:20px;

}
.CTGY.page118 .product_data .price_formatted{
 	padding-left:17px;

}


.CTGY .product_data .padleftprice,
.CTGY.page24 .product_data .price_formatted,
.CTGY.page36 .product_data .price_formatted,
.CTGY.page41 .product_data .price_formatted,
.CTGY.page149 .product_data .price_formatted,
.CTGY.page162 .product_data .price_formatted{
 	padding-left:10px !important;

}
.CTGY.page71 .prod_price,
.CTGY.page117 .prod_price{
	min-width:48px;
}

.CTGY .prod_price_block{

	min-width:32px!important;

}
.CTGY .prod_price_block_three{

	min-width:37px!important;

}
.CTGY .prod_price_block_four{

	min-width:48px!important;

}
.CTGY.page27 .price_formatted{
 padding-left:6px;
}
/*
.CTGY.page59 .prod_price,
.CTGY.page60 .prod_price {
	float: left;
	text-align: right;
	min-width: 40px;
}*/
/*.CTGY.page27 .prod_price,
.CTGY.page32 .prod_price {
	width: 50px;
}*/
.CTGY.page27 .price_formatted,
.CTGY.page32 .price_formatted {
	width: 66px;
}


/*gilbs custom widths*/
.CTGY .price_oneths .prod_price { min-width: 20px !important; }
.CTGY .price_tenths .prod_price { min-width: 30px !important; }
.CTGY .price_tenths { max-width: 48px !important; }
.CTGY .price_hundredths .prod_price { min-width: 40px !important; }
.CTGY .price_thousandths .prod_price { min-width: 45px !important; }
.CTGY .price_tenthousandths { min-width: 75px !important; }
.CTGY .price_strike { text-decoration:line-through !important; }


.CTGY .bg_white {
	background:#ffffff;
}
.CTGY .bg_grey {
	background:#e2e2e4;
}
.CTGY .bg_black {
	background:#000;
	color:#fff;
	font-weight:bold;
}
.CTGY .product_data {
	font-size: .97em;
}
.CTGY .product_data .price_formatted {
	background:none;
	padding-left:0px;
}
.CTGY table.product_data_table {
	line-height:normal;
	margin:20px 0px;
}
.CTGY table.product_data_table h2 {
	font-size:15px !important;
	margin:4px 0px !important;
}
.CTGY table.product_data_table .price_formatted {
	background:none !important;
}
.CTGY table.product_data_table td {
	padding:1px;
}
.CTGY table.product_data_table .price_formatted {
	float:none;
	margin:0 auto;
}
.CTGY table.table_honeymaker td {
	font-size:11px;
}
.CTGY table.table_honeymaker tr.table-header td {
	padding:6px 2px;
}
.CTGY .table_candles {
	margin:5px 0px !important;
	width:168px;
	height:274px;
}
.CTGY .table_index {
	margin:0px;
	font-size:12px;
	background:#fff;
}
.CTGY .table_index tr > td {
	padding:0px 5px;
}
.CTGY .table_index h2 {
	font-size: 20px !important;
	text-align: center !important;
	display: block;
	font-weight: normal !important;
}
.CTGY .table_index .page_item {
	text-align: left;
}
.CTGY .table_index .page_dottedline span.page_number {
	background: #fff;
	padding-left: 5px;
	padding-right: 2px;
	float: right;
}
.CTGY .table_index .page_dottedline span.page_name {
	background: #fff;
	padding-right: 5px;
	float: left;
}
.CTGY .table_index .page_dottedline {
	background: url(../../graphics/00000001/dotted-line.png) repeat-x scroll bottom;
	min-height: 16px;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}


.CTGY .dealers_list {
	float: left;	
}
.CTGY div.dealers_list div.dealers_col {
	float: left;
	width: 25%;
	border-right: 1px solid #000;
}
.CTGY div.dealers_list div.dealers_col div.dealers_address:first-child {
	border-top: 1px solid #000;
}
.CTGY div.dealers_list div.dealers_col div.dealers_address {
	font-size: 11px;
	padding: 0px 5px;
	border-bottom: 1px solid #000;
	float:left;
	width:100%;
}

.CTGY.page171 div.dealers_list div.dealers_col div.dealers_address,
.CTGY.page170 div.dealers_list div.dealers_col div.dealers_address {
	height:94px;
}
.CTGY.page171 .tbl_index table td,
.CTGY.page170 .tbl_index table td {
	padding:2px 0px 0px 0px;
	font-size:11px;	
	white-space:nowrap;
	line-height: 16px
}
.CTGY.page171 .tbl_pages,
.CTGY.page170 .tbl_pages {
	width:170px;
}
.CTGY.page171 .tbl_pages tr,
.CTGY.page170 .tbl_pages tr {
	background: url(/mm5/css/00000001/images/dotted-line.jpg) repeat-x scroll 1px 5px !important;
}
.CTGY.page171 .tbl_pages td .pg,
.CTGY.page170 .tbl_pages td .pg {
	float:right;
	padding:0px 6px 0px 5px;
}
.CTGY.page171 .tbl_pages span,
.CTGY.page170 .tbl_pages span {
	background:#fff;
	float:left;
}
.CTGY.page171 .tbl_pages span.letter,
.CTGY.page170 .tbl_pages span.letter {
	font-size:16px;
	padding:0px 5px;
	float:none;
}
.CTGY.page171 div.dealers_list div.dealers_col,
.CTGY.page170 div.dealers_list div.dealers_col {
	width:26%;
}
.CTGY.page171 .item,
.CTGY.page170 .item {
	width:100%;
}
.CTGY div.dealers_list div.dealers_col div.dealers_address img {
	margin-top: 12px;
}
.CTGY div.dealers_list div.dealers_col {
	border-left: 1px solid #000;
	margin-right:-1px;
	margin-bottom:20px;
}
.CTGY div.dealers_list div.dealers_col.second_col {
	
}
.CTGY div.dealers_list div.dealers_col.third_col {
	
}

.PRO_CTGY .paging .current {
	font-weight:bold;
	color:#000;
}
.PRO_CTGY .paging {
	float:left;
	width:100%;
}

.CTGY #product-display,
.PRO_CTGY #product-display,
.SRCH #product-display {
	padding:10px 0px 0px 0px;
}
.CTGY #product-display .product_details,
.PRO_CTGY #product-display .product_details,
.SRCH #product-display .product_details {
	float:left;
}
.CTGY #product-display .product_details_image,
.PRO_CTGY #product-display .product_details_image,
.SRCH #product-display .product_details_image {
	float:left;
	width:165px;
	max-height:165px;
}
.CTGY #product-display .product_details_image iframe,
.PRO_CTGY #product-display .product_details_image iframe,
.SRCH #product-display .product_details_image iframe {
	width:165px;
	height:200px;
}
.CTGY #product-display .product_details_image .product_current_qty label,
.PRO_CTGY #product-display .product_details_image .product_current_qty label,
.SRCH #product-display .product_details_image .product_current_qty label {
	width:165px;
	float:left;
	margin-top:5px;
	text-align:center;
	font-weight:normal;
}

.CTGY #product-display .product_details_content,
.PRO_CTGY #product-display .product_details_content,
.SRCH #product-display .product_details_content {
	float:left;
	width:335px;
}
.CTGY #product-display .product_details_content h2,
.PRO_CTGY #product-display .product_details_content h2,
.SRCH #product-display .product_details_content h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height:normal;
}
.CTGY #product-display .product_details_content .product_price,
.PRO_CTGY #product-display .product_details_content .product_price,
.PAGE_CTGY #product-display .product_details_content .product_price,
.SRCH #product-display .product_details_content .product_price {
	margin:10px 0px 5px 0px;
}
.CTGY #product-display .product_details_content .product_vat,
.PRO_CTGY #product-display .product_details_content .product_vat,
.PAGE_CTGY #product-display .product_details_content .product_vat,
.SRCH #product-display .product_details_content .product_vat {
	margin-bottom:10px;
	color:#CC0000 !important;
}
.CTGY #product-display .product_details_content select,
.PRO_CTGY #product-display .product_details_content select,
.PAGE_CTGY #product-display .product_details_content select,
.SRCH #product-display .product_details_content select {
	margin-bottom:4px;
}
.CTGY #product-display .product_details_content input[type="text"],
.PRO_CTGY #product-display .product_details_content input[type="text"],
.PAGE_CTGY #product-display .product_details_content input[type="text"],
.SRCH #product-display .product_details_content input[type="text"] {
	width:34px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333 #bbbbbb #bbbbbb #bbbbbb;
	padding: 1px 2px;
	margin-right:5px;
}
.CTGY #product-display .product_details_content .product_price #price_value,
.PRO_CTGY #product-display .product_details_content .product_price #price_value,
.PAGE_CTGY #product-display .product_details_content .product_price #price_value,
.SRCH #product-display .product_details_content .product_price #price_value {
	color: #CC0000 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}
.PRO_CTGY #product-display .product_details_content .addToFavoritesBtn,
.PAGE_CTGY #product-display .product_details_content .addToFavoritesBtn,
.CTGY #product-display .product_details_content .addToFavoritesBtn,
.SRCH #product-display .product_details_content .addToFavoritesBtn,
.PRO_CTGY #product-display .product_details_content .addToBasketBtn,
.PAGE_CTGY #product-display .product_details_content .addToBasketBtn,
.CTGY #product-display .product_details_content .addToBasketBtn,
.SRCH #product-display .product_details_content .addToBasketBtn {
	cursor: pointer;
	display:block;
}
.CTGY #product-display .product_details_content .status,
.PRO_CTGY #product-display .product_details_content .status,
.SRCH #product-display .product_details_content .status {
	color: #CC0000;
	font-weight: bold;
	min-height:16px;
	margin-top:2px;
}
.CTGY #product-display .product_details_content .cancel,
.PRO_CTGY #product-display .product_details_content .cancel,
.SRCH #product-display .product_details_content .cancel {
	margin-top:6px;
}

.CTGY #product-display .product_details_content .large-quantities,
.PRO_CTGY #product-display .product_details_content .large-quantities,
.SRCH #product-display .product_details_content .large-quantities {
	font-size:10px;
	padding-left:10px;
	float:left;
	margin-bottom:5px;
}

.CTGY #product-display .product_details_content .large-quantities a,
.PRO_CTGY #product-display .product_details_content .large-quantities a,
.SRCH #product-display .product_details_content .large-quantities a {
	text-decoration:underline;
}

.CTGY #product-display .product_details_content .purchase_buttons_1 label,
.PRO_CTGY #product-display .product_details_content .purchase_buttons_1 label,
.SRCH #product-display .product_details_content .purchase_buttons_1 label {
	line-height:18px;
	padding-right:4px;
}

.CTGY #product-display .product_details_content .purchase_buttons_1 label,
.PRO_CTGY #product-display .product_details_content .purchase_buttons_1 label,
.SRCH #product-display .product_details_content .purchase_buttons_1 label,
.CTGY #product-display .product_details_content .purchase_buttons_1 select,
.PRO_CTGY #product-display .product_details_content .purchase_buttons_1 select,
.SRCH #product-display .product_details_content .purchase_buttons_1 select {
	float:left;
}

.CTGY #product-display .product_details_content .purchase_buttons_2,
.PRO_CTGY #product-display .product_details_content .purchase_buttons_2,
.SRCH #product-display .product_details_content .purchase_buttons_2 {
	float:left;
	width:100%;
}


.CTGY #product-display .product_details_2,
.PRO_CTGY #product-display .product_details_2,
.SRCH #product-display .product_details_2 {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.CTGY #product-display .product_details_2 ul,
.PRO_CTGY #product-display .product_details_2 ul,
.SRCH #product-display .product_details_2 ul {
	margin-left:30px;
	padding-left:0px;
}
.CTGY #product-display .product_details_2 ul li,
.PRO_CTGY #product-display .product_details_2 ul li,
.SRCH #product-display .product_details_2 ul li {
	margin-bottom:4px;
}

.CTGY #product-display .relatedproducts,
.PRO_CTGY #product-display .relatedproducts,
.SRCH #product-display .relatedproducts {
	float:left;
	width:100%;
}

.CTGY a.product_lightbox_link {
	color:blue;
}

.PRO_CTGY a.btn_buy_button,
.PAGE_CTGY a.btn_buy_button,
.SRCH a.btn_buy_button,
.PRO_CTGY a.btn_viewcat,
.SRCH a.btn_viewcat {
	margin-top:4px !important;
	padding:4px 12px !important;
	font-size:12px !important;
	min-width: 104px;
}

.PRO_CTGY a.product_lightbox_link.addtocart,
.PAGE_CTGY a.product_lightbox_link.addtocart,
.SRCH a.product_lightbox_link.addtocart {
	background: url(../../graphics/00000001/btn_buy-now.jpg) no-repeat;
	width:133px;
	height:25px;
	text-indent:-9999px;
	float: left;
	margin-top:2px;
}
.PRO_CTGY a.viewcatalogpage,
.PAGE_CTGY a.viewcatalogpage,
.SRCH a.viewcatalogpage {
	background: url(../../graphics/00000001/btn_visit-catalog.jpg) no-repeat;
	width:133px;
	height:25px;
	text-indent:-9999px;
	float: left;
	margin-top:2px;
}

.PRO_CTGY a.btn_buy_button, .SRCH a.btn_buy_button, .PAGE_CTGY a.btn_buy_button, .PRO_CTGY a.btn_viewcat, .PAGE_CTGY a.btn_viewcat, .SRCH a.btn_viewcat {
  margin-top: 4px !important;
  padding: 4px 12px !important;
  font-size: 12px !important;
  min-width: 104px;
}
.SRCH .product_price .strike, 
.PAGE_CTGY .product_price .strike, 
.PAGE_CTGY_SALES .product_price .strike, 
.PROD .product_price .strike {
  position: relative;
  font-style: italic;
}
.SRCH .product_price .strike::after, 
.PAGE_CTGY .product_price .strike::after, 
.PAGE_CTGY_SALES .product_price .strike::after, 
.PROD .product_price .strike::after {
  content: '';
  border-bottom: 2px solid red;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
}

.category-items {
	margin: 20px 0;
}
	.category-item {
		min-height: 350px;
		max-height: 350px;
		max-width: 250px;
		margin: 10px auto;
		padding: 10px 10px;
		border: 1px solid #f3f3f3;
		box-shadow: inset 0px 0px 1px #ddd;
		-webkit-transition: box-shadow 1s ease;
		-moz-transition: box-shadow 1s ease;
		-o-transition: box-shadow 1s ease;
		transition: box-shadow 1s ease;
		background:#fff;
		line-height:normal;
	}
		.category-item:hover {
			box-shadow: inset 0 0 5px #ccc;
			-moz-transition: box-shadow 1s ease;
			-o-transition: box-shadow 1s ease;
			-webkit-transition: box-shadow 1s ease;
			transition: box-shadow 1s ease;
		}
		.category-item .ico {
			color: #fff;
			display: inline-block;
			margin-left: 5px;
			width: 35px;
			height: 20px;
		}
		.category-item hr {
			margin: 5px 0;
		}
		.category-item .item-image {
			max-height: 150px;
			min-height: 150px;
			
		}
			.category-item .item-image img {
				display: block;
				margin: 0 auto;
				padding: 5px 0;
				/*width: auto;
                 width: 100%;*/
				max-width:100%;
				max-height: 140px;
			}
		.category-item .item-details h5 {
			text-align: left;
			line-height:normal;
		}
		.category-item .item-details h5 a {
			color: #666;
			line-height:normal;
			font-size:12px;
			text-align:left;
		}
		.category-item .item-details h5 a:hover {
			text-decoration: none;
		}
		.category-item .item-details p {
			text-align: center;
		}
		.category-item .item-price {
			/*
			background: #f3f3f3;
			border: 1px solid #eee;
			box-shadow: inset 0 0 1px #888;
			border-radius: 5px;
			display: inline-block;
			font: bold 14px Arial, Helvetica, sans-serif;
			line-height: 20px;
			margin: 7px 0;
			padding: 2px 5px !important;
			*/
			display:block;
			width: 100%;
		}
		.category-item .item-buttons {
			width:100%;			
			margin-top:5px;
		}
		.category-item .item-buttons .button {
			margin:0px !important;
		}
		.category-item .item-buttons a {
			display:block;
			padding:5px;
			margin:5px 0px;	
			text-align:center;			
		}
		.category-item .item-buttons .btn-addtocart a {
			background:#9d3208 !important;
		}
		.category-item .item-buttons .btn-viewdetails a {
			background:#4f5555 !important;
		}
		
		.category-item .item-code {
			display:block;
			width: 100%;
		}

	/* ------------------------ pagination ------------------------ */
	.paging {
		clear: both;
		font-size: 13px;
		line-height: 17px;
		width: 270px;
		padding: 6px 0;
	}
		.paging span,
		.paging a {
			background: #fff;
			border: 1px solid #ddd;
			color: #666;
			display: block;
			float: left;
			font-weight: normal;
			margin: 2px 2px 2px 0;
			padding: 5px 8px;
			text-decoration: none;
			width: auto;
		}
		.paging a:hover {
			color: #fff;
		}
		.paging .current {
			color: #fff;
			padding: 5px 8px;
		}
		.paging .jp-current {
			font-weight:bold;
			background:#ccc;
		}
		.paging .jp-previous,
		.paging .jp-next {
			display:none;
		}


/*
------------------------ =PROD PAGE ------------------------ */

	/* ------------------------ product images ------------------------ */
	.product-images {
		text-align: center;
	}
	
	.thumbnails {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
		ul.thumbnails li {
			cursor: pointer;
			display: inline-block;
			margin: 5px;
			padding: 4px;
		}

	/* ------------------------ closeup image ------------------------ */
	.closeup {
		background: #fff;
		border: 1px solid #333;
		display: none;
		min-width: 274px;
		min-height: 274px;
		padding: 10px 10px 5px 10px;
		position: absolute;
		top: 75px;
		text-align: center;
		z-index: 9999;
	}
		.closeup a {
			cursor: pointer;
			margin: 5px 0 0 0;
			z-index: 10000;
			padding-right:20px;
			background: url(../../graphics/00000001/btn/btn_close.jpg) no-repeat scroll top right;
		}
	.closeup_backing {
		background: #333;
		display: none;
		filter: alpha(opacity=75);
		opacity: 0.75;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9990;
	}

	/* ------------------------ swatches ------------------------ */
	.swatches ul {
		padding: 0;
	}
		.swatches li {
			cursor: pointer;
			display: inline-block;
			margin: 0 5px !important;
			padding: 0;
			text-align: center;
			width: 50px;
			height: 50px;
		}

	/* ------------------------ related products ------------------------ */
	.PROD .category-item {
		min-height: 240px;
		max-height: 266px;
	}
	.PROD .product-attributes select {
		padding:4px 7px;
	}
	
	.PROD .product-main {
		margin-top:20px;
	}
	
	.PROD .product_price strike {
		font-weight:bold;
		font-style:italic;
	}
	.SRCH .product_price .strike,
	.PROD .product_price .strike{
		position: relative;
		font-style:italic;
	}
	.SRCH .product_price .strike::after,
	.PROD .product_price .strike::after{
		content: '';
		border-bottom: 2px solid red;
		position: absolute;
		left: 0;
		top: 45%;
		width: 100%;
	}
	.PROD .product_price #price_value { 
		color:#000;
	}
	.PROD .product_price strike label {
		display:inline;
		color:#000;
	}
        .CTGY .strike_price {
 		text-decoration: line-through;

	}

	/* ------------------------ product tabs ------------------------ */
	.nav-tabs {
		margin-bottom: 10px;
	}
	
	.PROD #content {	
		background-position:0 -120px;
	}

/*
------------------------ =CHECKOUT PAGES ------------------------ */
	.controls {
		visibility: hidden;
	}
	#opay_form #js-cc_exp {
		color: transparent;
	}
	#opay_form #js-cc_exp label {
		color: #666;
	}
	#upslogo_tr { 
		display: none;
	}
	
/*
------------------------ = PAGES ------------------------ */
	.CTGY.page167 .item {
		width:100%;
	}

/* ======================== DEVICE MEDIA QUERIES ======================== */

@media (max-width: 480px) {
	header .telinfo-mobile { display:none; }
	
	.col-left,
	.promo .pcol-left {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.col-right,
	.promo .pcol-right {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
		.promo .pcol-right {
			text-align: center;
		}
		.promo .pbox {
			height: auto !important;
		}
        #signup_catalog input, select, textarea {
    		width: auto;
  	}
}

@media (max-width: 640px) {
	header .telinfo-mobile { display:none;  }	
	.container-body {
		width: 100% !important;
	}
}

@media (max-width: 767px) {	
	.ACLN .acln_col {
		width:100%;
	}		
	.lightbox_line_select .attribute_template_LABLEIMPRINT5L input[name='Product_Attributes[7]:value'],
	.lightbox_line_select .attribute_template_LABLEIMPRINT5L input[name='Product_Attributes[9]:value'],
	.lightbox_line_select .attribute_template_LABLEIMPRINT4L input[name='Product_Attributes[6]:value'],
	.lightbox_line_select .attribute_template_LABLEIMPRINT4L input[name='Product_Attributes[8]:value'],
	.lightbox_line_select .attribute_template_LABLEIMPRINT3L input[name='Product_Attributes[5]:value'],
	.lightbox_line_select .attribute_template_LABLEIMPRINT3L input[name='Product_Attributes[7]:value'] {
		width:36px;
		float:left;
	}

	.PROD .product-attributes select {
		padding: 4px 1px;
	}

	#content {
		width:100% !important;
	}
	.category-navigation-box {
		width:739px;
	}
	.page_header {
		height:50px;
		margin-top:20px;
	}
	.page_body {
		padding:0px 15px;
		width:100%;
	}
	.page_content .page_header .page_h1 {
		margin:20px 15px !important;
		padding:0px;
	}
	.content-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		border: 1px solid #ddd;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.col-775 {padding:0px;}
	.container-body {
		min-width: 100% !important;
	}
	header .container {
		padding:0px;
	}
	.container>.navbar-header {
		padding:0px 13%;
	}
	header .cart-status { 
		display: inline !important; 
		text-align:center;
		margin:0px 2px;
		color:#fff;
	}
	header .cart-status a,
	header .cart-status a:hover { 
		font-size:12px;
		color:#000;
		line-height:52px;	
	}
	header .nav_explore_cat_dropdown { display:none; }
	header { padding-bottom:15px;   background: #fff; }
	header .logo img {
		margin-bottom:6px;
	}
	header .telinfo-mobile { display:none;  padding:0px 76px; }
	.col-416 h2.tel-header { font-size:14px; }
	header .telinfo-desktop { display:none; }
	header .searchform .row { margin:0 15px; clear:both; }
	header .header-widgets { display:none; }
	header .searchform { padding:0px; clear:both; }
	header,
	.container { min-width: 100% !important; }
	header .logo {margin:0 auto;}
	.navbar { background: #4e5555 !important; border-top: 1px solid #2b2e2e; border-bottom: 1px solid #2b2e2e; }
	.grid, .col-460 { float:none; width:100%; }
	#navigation { background:none; } 
	.wrapper-content, .container-home, #content { background: #fff; }
	.container-home {margin:0px; padding:15px;}	
	
	header #searchform { margin: 0px; }
	
	header #signupformcta {
		display:none;
	}
	
	header .header-notice {
		margin: 0px auto;
		max-width:318px;
		font-size:11px;
		padding:10px 0px;
		float:none;
		clear:both;
	}
	
	header .navbar button {
		display:none;
	}
	
	.search-again {
		max-width:100% !important;
		display:block;
		clear:both;
		float:none !important;
	}
	
	#main_image {
		display:none !important;
	}
	#main_image_mobile {
		display:block !important;
	}
	
	.container-body {
		background: url(../../graphics/00000001/main-bg-mobile.jpg) repeat-x;
	}
	
	body {
		background: #ffcc66 !important;
	}
	
	#widgets,
	.header-widgets,
	.header-cta,
	.navigation-top,
	.shopping-widget,
	.storefront-carousel,
	#content_footer,
	#sidebar,
	.container-home .box_catalog,
	.cta-bees,
	.footer-menu .menu-item { display:none !important; }
	.container {
		margin: 0 auto;
		width: 100%;
		max-width: 550px;
	}
	.footer-menu .mob_link { 
		display: inline-block !important;
		float: left;
		width: auto !important;
		height: 14px;
		line-height: normal;
		padding: 0px 10px 0px 0px;
	}
	#content div.page-navigator-col1 {
		width:100%; 
		margin-right:0px;
	}
	#content div.page-navigator {
		margin:30px auto;
	}
	
	header #navigation { margin-top:0px !important; background:none !important; }
	header #navigation .start-shopping { 
		text-align:center;
		line-height: 34px;
		padding: 10px 15px 10px 15px;
		font-size: 18px;
		font-weight: bold;
		color: #ffcc67;
		display:block;
		width:100%;
		text-transform:uppercase;
	}
	header #navigation .start-shopping img {
		margin-top:-4px;
	}
	header .navbar { margin:0px 15px; max-width:100%; padding: 0px 15px !important; text-align:left; background:#000 !important; }
	header .navbar .nav > li:first-child:hover,
	header .navbar .nav > li:last-child:hover,
	header .navbar .nav > li:hover {  }
	header .navbar .container { width:100%; }
	header .hlinks {
		display: inline-block;		
		margin-top: 0px;
	}
	
	header .navbar .nav {
		width:100%;
	}
	
	header .navbar-nav ul.sub_menu {
		width:100%;
		padding:0px;
	}	
	header .navbar-nav ul.sub_menu li a {
		padding: 5px 15px 5px 25px;
		line-height: 16px
	}
	header .navbar .nav > li a:hover,
	header .navbar .nav > li a:focus,
	header .navbar .nav > li:first-child a:hover,
	header .navbar .nav > li:first-child a:focus {
		background:none;
	}
	header .navbar-nav ul.sub_menu > li.column {
		width:100%;
		padding:0px;
		background:#F3D673;
	}
	header ul.navbar-nav ul.sub_menu > li.column ul {
		margin-left:10px;
	}
	.navbar ul li {
		background:none;
		position:inherit;
	}
		
	
	#content .cta-button { padding:5px 10px; }
	
	.col-460 {
		display: inline-block;
		text-align:center;
	}
	
	footer,
	.page-head,
	.navbar-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	header {
		padding: 10px 20px 4px !important;
		text-align: center;
	}
		header .logo {
			text-align: center;
			padding: 0px 10px;
			margin-bottom: 0px;
		}
		header form {
			margin: 0 auto;
			padding-top:10px;
			width: 100%;
			max-width: 600px;
			clear:both;
		}
		header .form-group {
			margin-bottom:0px;
		}		
		
	.navbar .nav {
		border: 0 !important;
		border-left: 0 !important;
		margin-left: 0 !important;
	}
		.navbar .nav > li > a {
			border: 0 !important;
		}
	.dropdown-menu {
		border: 0 !important;
		margin:0px !important;
	}
	
	.dropdown-menu {
		border: 0 !important;
	}
	
	.dropdown-menu a.col_head,
	.dropdown-menu a.col_head:hover {
		color:#141823 !important;
		background:#ccc !important;
	}
		
	.page-head {
		text-align: center;
	}
	.form-inline button {
		margin-left: 0;
	}
	
	.footer-menu li {
		width:100%;
		float: left;
	}
	.footer-menu li a {
		background:none;
		text-align:center;
		padding:0px;
	}
	#ship-to, #bill-to {
		width:100%;
    		float: left;
    		padding: 0 0 20px;
	}
	.checkout-button{
		margin:12px 0;
		/*text-align:right;*/
		float: right;
		width:90% !important;
	}
	h2.fields-heading {
		background-color: #EEC96E;
		color: #333333;
		margin: 0px 0 12px 0;
		padding: 4px 4px 4px 12px;
		width: 100% !important;
	       float: left;	
	}
	
	.PROD .btn {
		margin:0 auto;
		min-width:100px;
		margin-bottom:3px;
	}
	.BASK .btns-checkout a {
		clear:both;
		display:block;
		text-align:center;
		margin-bottom:3px;
	}	

@media (min-width: 768px) {	
	header .hlinks span.hidden-xs {
		display: inline !important;
	}	
}

@media (max-width: 991px) {
	.container {
		width: 100% !important;
	}
	
	header {
		padding: 0px !important;
		text-align: center;
	}
		header .logo {
			text-align: center;
		}
		header form {
			margin: 7px auto 0;
			width: 100%;
			
		}
}


/* ======================== PRINT STYLES (Inlined to avoid required HTTP connection:  www.phpied.com/delay-loading-your-print-css/) ======================== */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		-ms-filter: none !important;
		filter: none !important;
		text-shadow: none !important;
	}
	
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "\0020";
	}
	a[href]:after {
		content: "" !important;
	}
	a[href^="#"]:after {
	   content: "" !important;
	}

	a:link:after, a:visited:after {
		content: "" !important;
	}
	a:after > img {
	   content: "" !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	
	#shopping-widget,
	#widgets,
	#menu-subheadermenu,
	#menu-footermenu,
	#geotrust_tag,
	.header-widgets,
	.searchform,
	.print-btn,
	.navbar { display:none; }
	.copyright {
		float:left;
		text-align:left;
	}
	
	
	#ship-to,
	#bill-to {
		width:48%;
		display:inline-block;
	}

	
	.col-775,
	.printer_friendly {
		display:block !important;
		width:100% !important;
		float:left;
	}
	.ORDS .form-group {
		width:100%;
	}
	input[value="Print"],
	input[value="Print Order"] {
		display:none !important;
	}

	table,
	.table-responsive {	
		width:100%;
		overflow:hidden;
	}
}
