@font-face
{
    font-family: 'CenturyGothic';
    src: url('/assets/fonts/century-gothic/Centurygothic.eot');
    src: local(☺), url('/assets/fonts/century-gothic/Centurygothic.woff') format('woff'), url('/assets/fonts/century-gothic/Centurygothic.ttf') format('truetype'), url('/assets/fonts/century-gothic/Centurygothic.svg#webfontd60hyItJ') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'GillSans';
  font-style: normal;
  src: local('Gill'), local('Gill'), url('/assets/fonts/gill-sans/gill.ttf') format('truetype');
}
@font-face {
	font-family: 'Goudy';
	font-style: normal;	
	src: url('/assets/fonts/goudy/goudy-regular.ttf') format('truetype');
}

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h3, h3, h3, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;perso
	border: 0;
	outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
a  {
	outline: 0 !important;
}
html, body {
	height:100%;
	min-height:100%;
}
body {
	color:#000;	
	background-color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.modal-background
{
    background-color:#e1e1e1;
    filter:alpha(opacity=90);
    opacity:0.9;
}
ul, ol {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a.underline {
	text-decoration:underline;
}
a.underline:hover {
	text-decoration:none;
}
h1 
{	
	font-family: 'GillSans', Arial;
	margin:0 0 10px;
	font-size: 16px; 
	font-weight: bold; 
	color:#000;
}
h2 
{	
	margin:0 0 8px;	
	font-size: 14px;	
}
h3 {
	margin:0 0 6px;	
	font-size: 12px;	
}
h4 {
	margin:0 0 6px;
	font-size: 11px;	
}
h5 {	
	margin:0 0 6px;
	font-size: 11px;	
}
h6 {	
	margin:0 0 4px;
	font-size: 10px;	
}
.padding-1 {
	padding:25px 0 0 0;
}
.padding-2 {
	padding:0 0 0 10px;
}
.margin-1 {
	margin-top: 20px;
	margin-bottom:32px;
}
.margin-2 {
	margin-top: 12px;
}
select {
	border-radius: 3px;
	box-shadow:  0px 0px 4px rgba(0, 0, 0, 0.27);
	outline:none;
	height: 34px;
	line-height:34px;
	padding:6px;
	font-size:14px;
}
select.fullwidth, input.fullwidth, textarea.fullwidth {
	width:99%;
}
input.fullwidth, textarea.fullwidth {
	width:94%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 2px solid #e1e1e1;
	border-style: solid;	
	border-radius: 3px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #e3e3e3;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
button, .button {
	padding: 5px;
	border:none;	
	background:#cb0507;
	color:#fff;
	text-transform:uppercase;
	white-space:nowrap;	
	margin-bottom:5px;
}
button.dark, .button.dark {
	background: #333;
}
.button 
{	
	display:inline-block;
	text-decoration:none;
}
button:hover, .button:hover {
	background:#b91416;
	color:#fff;
	text-decoration:none;
}
a.btn {width: 100%;}
a.btn:hover, .btn:hover, .btn-small:hover 
{	
	color:#fff;
}
.btn-small {
	padding: 5px 10px;	
    background:#cb0507;
    display: inline-block;    
}
.btn-middle {
	padding: 15px;		
	background:#cb0507;
	color:#fff;
	text-transform:uppercase;
	white-space:nowrap;
	width:100%;    
}
.btn-large {
	padding: 0 35px;
	font: 21px/61px;
	border-radius: 5px;
}
.btn-xlarge {
	padding: 2px 15px 6px 15px;
	border:none;
	border-radius: 3px;
	background:#cb0507;
	color:#fff;
	text-transform:uppercase;
	white-space:nowrap;
	font: 64px/64px;
	margin-bottom:15px;
}
.btn-cart {	height:56px; vertical-align:middle; font-size:16px; line-height:22px; }
.normal-button { padding: 15px; font-size:12px; display: inline-block; text-align: center; background-color: #00b1ef; border: 1px solid #000; color: #fff; }
.discontinued-button { padding: 15px; font-size:12px; display: inline-block; text-align: center; background-color: #fff; border: 1px solid #000; color: red; }
.btn-checkout, .btn-customer, .btn-zip-search, .btn-customer:hover { background-color: #000; color: #fff; } 
 .btn-zip-search { font-size: 11px; }
 .btn-filter, .btn-filter:hover { padding:10px; display: inline-block; background-color: #797979; color: #fff; border:1px solid #000; }
 .btn-payment {	padding: 15px; background:#cb0507; color:#fff; margin: 0px 5px 0px; }
.line {
    border-top: 1px solid #ececec;
    height: 2px;
    margin: 0px 0;
    overflow: hidden;
    width: 100%;
}
.promos img
{
    margin: 10px 0px; width: 100%;
}
.accordion, .toggle {
	margin-bottom: 20px;
}
.accordion-group {
	margin-bottom: 2px;
	padding: 0;
	border-radius:  3px;
	background:#fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	border:1px solid #e2e2e2;
}
.accordion-heading {
	border-bottom: 0 none;
	position:relative;
}
.accordion-heading a {
	color:#404040;
	text-decoration:none;
	margin:0;
	border-radius:  5px;
	font-family: 'Sanspro', sans-serif;
}
.accordion-faq .accordion-heading a {
	font-family:  inherit;
	font-weight:bold;
}
.accordion-heading a span {
	padding-right: 20px;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 10px 30px 10px 15px;
	font-size:14px;
	line-height:20px;
	background:#f3f3f3;
	border-radius:  3px;
}
.accordion-heading a.collapsed {
	margin:0px;
	background:#f3f3f3;
	color:#404040;
}
.accordion-heading a span {
	position:absolute;
	top:7px;
	right:-10px;
	text-align:center;
	color:#404040;
	font-size:14px;
}
.accordion-heading a span.closed {
	display:none;
}
.accordion-heading a span.open {
	display:block;
	top:7px;
}
.accordion-heading a.collapsed span.open {
	display:none;
}
.accordion-heading a.collapsed span.closed {
	display:block;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	overflow: hidden;
	padding: 30px 20px;
	background:#fcfcfc;
	border: none;
}
.table tbody>tr>td.vert-align{
    vertical-align: middle;
}
.separator{ width:100%; float:left; margin-top:15px; margin-bottom:15px; background:#A6A69E; height:3px; padding: 0px 15px;}
.cart-spacer { width: 100%; height: 10px; clear: both; }
.borderless td, .borderless th {border: none !important;}
.error {color: #fff !important; background-color: #ffbaba !important;}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrapper_w {
	display:inline-block;
	width: 100%;		
}
#back-top {
	position: fixed;
	right:0px;
	bottom: 15%;
	z-index: 5000;
}
#back-top a {	
	color:#8a8a8a;
	font-size:30px;
	text-decoration: none;	
}
header{ width:100%; padding:20px 15px 0px; float:left;}
#top_line {	
    font-family: 'GillSans', Arial;
	background:#fff;	
	color:#000;	
    padding: 0px;	
    margin: 0px 0px 0px;
    float: left;
    width:100%;
    position:relative;
}
.header-button{float:right; width:auto; text-align:center; padding:5px 5px; margin-left: 5px; color:#fff; font-size:13px; background:#771f7b; text-transform: uppercase;}
.header-button:hover {color: #fff;}
#top_line .message1, #top_line .message2
{  
    font-size: 14px; 
    margin-bottom: 20px;
    width: 100%;  
}
.top-logo img { max-width: 100%; margin-top: 10px; }
.top_message { width:100%; padding:4px 0px; background: #bdbdbd; color: #fff; font-size: 14px; float:left; margin-top:10px;}
@media (min-width: 768px) {
    #top_line .message2 { text-align: right; float: right;  }
}
@media (max-width: 768px) {
    #top_line .message2 { text-align: center; margin: auto;  padding:0px; }
    .top-logo img { max-width: 70%; margin-top: 10px; }
    .top_message { font-size: 13px; float:left; }
}
#top_line .account-info { display: inline-block; padding: 8px; background-color: #ff605d; color: #fff;  }
#top_line .account-info a { color: #fff; }

.search-panel { margin:0px 0px 15px 0px; float:left; width: 100%; text-align: center; padding:5px 0px; background-color: #F1F1F1; }
.search-panel .search-controls { width: 449px; margin: auto; }
.search-panel .search-input{ font-size:12px; text-align:center; display: inline-block; width:85%; padding:0px 0px 0px 5px; height: 30px; color: #4d4d4d; border:1px solid #000; background-color: #fff;  }
.search-panel a.search-go { font-size:12px; margin-left: 5px; padding:5px 5px; display: inline-block; width: 10%; height: 30px;color: #ffffff; background-color: #000000; }

.search-panel .search-input:focus
{
	border: none;
	border-radius: 0;
	box-shadow: none;
}
@media (max-width: 640px)
{
    .search-panel .search-controls {width: 95%;}
}
.mini-cart {
	position: relative;	
	display:inline-block; 
	padding:9px 6px;
	border: 1px solid #bebdb8;
    color: #2b2821;
    font-size:12px;
    margin-right: 10px;
}

.navbar { background-color: transparent; border: 1px; font-family: 'GillSans', Arial; font-size:14px; float: right; margin: 0px; position: absolute; top: 120px; right: 0px; text-transform: uppercase;}
.navbar-default .navbar-nav>li>a, .navbar-brand{color:#8e8e8e;}
.navbar-header .login-info {color: #ff605d; font-size:14px; padding-top: 15px; text-transform: none;display: inline-block;} 
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#000;}
.navbar .navbar-nav { display: inline-block; float: none; }
.navbar-nav > li > a { padding: 5px 12px; }
.navbar-nav > li > a.checkout-button, .navbar-nav > li > a.checkout-button:hover { margin-top: 5px; padding: 9px; font-size:14px; display: inline-block; text-align: center; background-color: #000; color: #fff; text-decoration: none; }
navbar-collapse.collapse{height:80px !important; padding-top: 25px !important;}
.navbar-brand{ height: 20px !important; }
.dropdown-menu
{
    min-width: 200px;
    z-index: 9999;
}
.dropdown-menu.columns-2
{
    min-width: 400px;
}
.dropdown-menu.columns-3
{
    min-width: 600px;
}
.dropdown-menu li a
{
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown
{
    list-style: none;
}
.multi-column-dropdown li a
{
    display: block;
    clear: both;
    line-height: 1.5;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover
{
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.navbar h2, .navbar h2 a { margin: 0px; color: #000; font-weight: bold; }

@media (min-width: 768px) and (max-width: 800px) {
    .navbar  { font-size:11px; top: 125px; min-height: 20px !important; position: absolute !important; background-color: transparent; }	
    .navbar-nav > li > a { padding: 2px 3px; }
}

@media (min-width: 800px) and (max-width: 1100px) {
	 .navbar  { font-size:12px; top: 125px; min-height: 20px !important; position: absolute !important; background-color: transparent; }	
    .navbar-nav > li > a { padding: 2px 3px; }
}
@media (min-width: 980px) and (max-width: 1199px) 
{
	.navbar  { font-size:13px;	}	
}
@media (max-width: 767px)
{
	.navbar { text-align: left; }	
    .dropdown-menu.multi-column
    {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}
@media (min-width: 768px)
{	          
	.dropdown:hover .dropdown-menu 
	{
		display: block;
		margin-top: 0;
	}
}

.breadcrumbs
{
	font-family: 'GillSans', Arial;
	display:inline-block;			
	margin:0px 0px 10px;	
	width: 100%;	
	font-size: 12px;
}
.breadcrumbs div {
	font-weight: bold;	
	margin-right: 5px;
}
.breadcrumbs div, .breadcrumbs a span {
	display: block;
	float:left;
	color: #404040;
}
.breadcrumbs span {	
	padding: 0 3px;
	color:#000000;
}
.breadcrumbs .sep 
{	
	font-size: 12px;
	color: #404040;
}
.image-block
{
    position: relative;
}
.image-block .bottom-text-block
{
    bottom: 0;        
    left: 0;
    height: 43px;
    position: absolute;
    width: 100%;
    color: #000;
    background-color: #fff;  
	filter:alpha(opacity=60);
    opacity:0.6;      
}
.image-block .block_name, .image-block .block_price
{
    padding: 0px 2px;
}        
.image-block .block_name
{
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.image-block .block_price
{
    margin: 0px;
    font-size: 14px;
}
.slider { border-bottom:solid 3px #bdbdbd;}
.home-page-welcome {width:100%; text-align:center; margin: 150px 0px; padding: 0px 40px; }
.home-page-welcome h2 { font-family: 'GillSans', Arial;  font-size:45px; color:#ff5f5d; margin-bottom:80px;}
.home-page-welcome h4{  font-size:22px; color:#444f63; margin-bottom:50px;}
.home-page-welcome p { font-size:14px; line-height:30px; color:#444f63; text-align: center;}

.home-page-how-work { width:100%; background:#294b74; padding:100px 40px;}
.home-page-how-work h2{ font-family: 'GillSans', Arial;  font-size:45px; color:#ffffff; text-align:center; margin-bottom:80px;}
.home-page-how-work ul li{ width:24%; list-style-type:none; padding:0px 0px 0px 0px; background:url(../images/resource/home/arrow_.jpg) no-repeat 0px 40px; text-align:center; display:inline-block; }
.home-page-how-work ul li.first { background:none;}
.home-page-how-work ul li span { margin-bottom:30px;}
.home-page-how-work ul li p{ color:#ffffff; line-height:30px; font-size:16px; padding: 30px 10px; margin: auto; width: 180px; text-align:center; }

.home-page-why-work {width:100%; background:#bdbdbd; text-align:center; padding:100px 40px; color:#771f7b; }
.home-page-why-work h2{ font-family: 'GillSans', Arial;  font-size:45px; margin-bottom:80px;}
.home-page-why-work p{ font-size:25px; }
.home-page-why-work-description { font-size:14px; color:#fff; margin: 10px 0px 30px; padding: 0px 300px; line-height: 30px; display: inline-block; width: 100%; }

.home-page-trust{  margin: 100px 0px 0px;}
.home-page-trust h2{ font-family: 'GillSans', Arial; font-size:45px; color:#771f7b; text-align:center; margin-bottom:80px;}
.home-page-trust img { max-width:100%; width: 100%; }

@media (max-width: 480px) {
.home-page-welcome { margin: 40px 0px; padding: 0px 20px; }
.home-page-welcome h2 { font-size:45px; color:#ff5f5d; margin-bottom:40px;}
.home-page-welcome h4{  font-size:16px; line-height:30px; margin-bottom:20px;}
.home-page-welcome p { font-size:13px; line-height:30px; text-align: center;}

.home-page-why-work { padding:40px 40px;}
.home-page-why-work h2{ font-size:30px; margin-bottom:40px;}
.home-page-why-work p{ font-size:18px; line-height:40px;}

.home-page-trust{  margin: 50px 0px 0px;}
.home-page-trust h2 {font-size: 30px;}
}
@media (max-width: 768px) {
    header h1 { text-align:center;}
    .navbar { position: unset; width: 100%; }

    .home-page-how-work { width:100%; background:#294b74; padding:40px 5px 10px;}
    .home-page-how-work h2{ font-size:30px; color:#ffffff; text-align:center; margin-bottom:20px;}
    .home-page-how-work ul li{ width:100%; list-style-type:none; padding:50px 0px 10px 0px; background:url(../images/resource/home/arrow_.jpg) no-repeat center 0px; text-align:center; display:block; margin:10px 0px;}
    .home-page-how-work ul li.first { background:none;}
    .home-page-how-work ul li span { margin-bottom:20px;}
    .home-page-how-work ul li p{ color:#ffffff; line-height:24px; font-size:15px;}

    .home-page-why-work-description { font-size:13px; margin: 10px 0px 30px; padding: 0px; line-height: 20px; display: inline-block; width: 100%; }
}
.home-page-text
{
    font-family: 'GillSans', Arial;
	margin: 15px 0px 0px;	
	line-height: 20px;
	text-align: justify; 
    color: #4d4d4d;  
}
.home-page-text h2
{
	font-size:16px; font-weight: bold;
}
.home-page-text a
{
	text-decoration: none;
}
.home-page-text #read-more
{
	cursor: pointer;
}
.home-inner-text
{
	display: none;	
}
.newsletter
{		
	padding: 20px 0px;
	background-color: #f0ece0;	
	text-align: center;	
}
.newsletter h3
{
	font-size:14px;
	color: #6D573F;
	font-weight: bold;	
	margin: 0px;
	line-height: 20px;
}
.newsletter input 
{
	color: #000;
	margin:10px 20px 0px;
	width:250px;
	height:40px;
	line-height:24px;	
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.newsletter a.btn
{
	font-size:16px; 	
	background:#cb0407;
	padding:7px 0px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	width: 150px;
	height: 40px;
}

.btn-checkout-suggestion, .btn-checkout-suggestion:hover { background:#cb0507; color: #fff; }
.listing-title, .cart-title { color: #000; text-align: left; margin: 0px 0px 10px; padding: 0px; border-bottom: 1px solid; float: left; width: 100%; }
.cart-title { border: 0px; }
.listing-title h1, h1.cart-title, .giftwrap_title  { font-family: 'GillSans', Arial; font-size: 22px; text-transform:uppercase; font-weight: 100; }
.listing-summary { font-family: 'GillSans', Arial; font-size: 13px; color: #000; line-height: 16px; margin: 10px 0px 0px; padding: 0px; }
.listing-title h1, h1.cart-title { padding-bottom: 8px; }

.group-categories { float: left; padding: 0px; width: 100%; margin: 0px 0px 10px 0px; }
.group-categories div.title { float: left; display: inline-block; font-weight: bold; margin-right: 10px; }
.group-categories ul { float: left; list-style: none; margin: 0px; padding: 0px; width:85%; }
.group-categories ul li  { display: inline; font-size: 13px; text-decoration: none; margin: 0px 20px 5px 0px; padding: 2px; list-style: none; float:left; background-color: #EFEFEF; }
.group-categories ul li a { color: #000; }
.group-categories ul a:hover { color: #cb0507; text-decoration: none; }

.group_product_listing { margin-top: 5px; }
.group_product_listing .module_header { float: left; border-top: 1px solid #000; width: 100%; padding-top: 5px; }
.group_product_listing .module_header .title{ font-family: 'GillSans', Arial; font-weight:normal; font-size:16px; color:#000; float:left; margin-bottom:16px; text-transform: uppercase; }
.group_product_listing .module_header .title a { color: #000; } 
.group_product_listing .module_header .title a:hover{color:#000}
.group_product_listing .module_header .view_seperator { float: left; padding:0px 10px 0px 10px; font-size: 36px; color: #cccccc; margin-top: -14px; }
.group_product_listing .module_header .view_all_link{color:#000; font-size:12px; font-weight: bold; padding-top:8px; cursor:pointer; float:left}
.group_product_listing .module_header .view_all_link:hover{text-decoration:underline}

.group_product_listing .seperator { float: left; width:100%; margin: 20px 0px; clear: both; height: 3px; }
.category-left-title h2 { margin-top: 0px; font-size: 17px; font-weight:normal; color: #000000; text-transform: none;  }
.category-left-section { margin:0px 0px 30px 0px; }
ul.category-left-section li.title { font-family:'GillSans'; font-size:14px; margin-bottom: 8px; color: #444444; }
ul.category-left-section li{list-style-type:none; display:block; font-size:13px; margin:0px 0px 2px 0px; }
ul.category-left-section li a{ color:#444444; }
.group_product_listing .category-block { display: table; height: 165px; width: 100%; background-color: #722C0A; font-size: 14px; line-height: 30px; text-align: center; vertical-align: middle; padding: 0px 5px; margin-bottom: 10px; }
.group_product_listing .category-block span { vertical-align:middle; display: table-cell; }
.group_product_listing .category-block span a { color: #fff;}

.search-count { color: #000; font-size: 16px; font-weight: bold;}
.listing_footer_text {
	margin: 10px 0px;	
}
.listing_footer_text p{line-height:22px; margin-bottom:10px;}
.listing_header_row {
	padding-top: 5px;
	line-height: 26px;
	padding-bottom:5px;
	font-size:13px;
}
.listing_header_row .pull-left {
	width:33%;
	padding:0px;	
}
.listing_header_row .pull-right {
	width:33%;
	padding:0px;	
}
.listing_header_row label {
	display:inline-block;
	padding-right: 15px;	
	line-height:26px;
	cursor: text;
	padding-top:2px;
}
.listing_header_row label {
	display:inline-block;
	padding-right: 15px;	
	line-height:26px;
	cursor: text;
	float:left;
}
.listing_header_row select{ margin:5px 0px 5px 0px; font-size:12px; border:solid 1px #d1d1d1; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); float:left;}
.num {
	text-align:center;
	margin-top:3px;
}
.num a {
	display: inline-block;
	padding:1px 2px 0px 5px;	
}
.num a .glyphicon-arrow-right, .num a .glyphicon-arrow-left{ padding-top:6px;}
.sort-by {	
	width: 130px;
    height: 24px;
    padding: 2px;
	margin-top:6px;	
}
.product_listing {
	margin-top: 5px;	
}
.product_listing .product,  .group_product_listing .product {
	position: relative;	
	margin-bottom:20px;				
    float: left;		
}
.product_listing .product img, .group_product_listing .product img { width: 100%; margin-bottom: 5px;  }
.product_listing .product a, .group_product_listing .product a {
	text-decoration:none;
}
.product_listing .product a:hover, .group_product_listing .product a:hover {
	text-decoration: underline;
}
.product_listing .product .product-image-wrapper, .group_product_listing .product .product-image-wrapper {
	padding: 3px 0px;
	text-align: center;
	cursor: pointer;	    
}
.product_listing .product .wrapper-hover, .group_product_listing .product .wrapper-hover {
	padding:0px 5px;	
	float: left;	
	width: 100%;
	text-align: left;
    max-height: 100px;
}
.product_listing .product .product-image-wrapper img {max-height: 191px; max-width: 191px;}

.banner_listing img { width: 100%; margin-bottom: 5px;  }
.banner_listing img {max-height: 191px; max-width: 191px;}

.product_listing .product .product-title, .group_product_listing .product .product-title
{	
	margin: 2px auto;			
	font-size:11px;
	font-weight: normal;					
	color: #333;
    display: block;             
    width: 100%;
    text-align: center;
}
a.non-per-product
{
color: #FF6C00;
}

.product_listing .product .product-price, .group_product_listing .product .product-price {
	font-size:12px; 
    font-weight: bold;
	max-height:15px;
	padding-top:0px;	    
    text-align: center;
	display: block;     
    margin: 3px auto;		
}
.product_listing .product .discontinued {color: red; display: block; margin: 0px auto; padding: 3px 0px; text-align: center; width: 100%;}
.all-categories-title { font-size: 14px; font-weight: bold; padding-top: 12px;}
ul.all-categories-tab { width: 100%;}
ul.all-categories-tab li { font-family: 'GillSans', Arial; text-transform: uppercase; list-style-type:none; display:inline-block; background: #f3f1f2; color: #000; border: 1px solid #000; border-bottom: 0px; border-radius: 10px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; margin:0px 2px 0px 2px; text-align: center; font-size: 14px; padding:10px 10px ; }
ul.all-categories-tab li:hover {background: #294b74; }
ul.all-categories-tab li.active {background: #294b74; }
ul.all-categories-tab li a, ul.all-categories-tab li a:hover { display:inline-block; text-decoration:none; }
ul.all-categories-tab li.active a, ul.all-categories-tab li a:hover {color: #fff; }

 .all-categories-content { border-top: 1px solid; }

@media (max-width: 424px) {   
  ul.all-categories-tab li { width: 100%; margin: 0px 0px 10px 0px; border-bottom: 1px solid; border-radius: 0px;}
}
@media (min-width: 768px) {
    .product_listing .product .product-image-wrapper, .group_product_listing .product .product-image-wrapper {
        height: 195px;
    }
    .product_listing .product .product-title, .group_product_listing .product .product-title {
        height: 50px;	
    }    
    
}
@media (max-width: 768px) {
 .product_listing .product .product-title, .group_product_listing .product .product-title {
     height: 30px;
     overflow: hidden;
    }  
}

/*Product Description*/
.product-image 
{	
	padding:8px;
	border-radius: 6px;
	background-color:#fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    margin:0px auto 10px auto;
}
.product-image > img 
{		
	width:100%;	
}

.product-left-panel .product-description{ float:left; clear: both; text-align:justify; line-height:22px; margin-top: 10px; color: #4e4e4c; font-size:12px; }
.product-left-panel .product-description .title { font-weight: bold; }
.product-left-panel .product-description ul li { list-style-type:disc; clear:both; margin:2px 0px 2px 15px; }

.product-left-panel .product-spec{ width:100%; float:left; padding: 5px 0px 5px 10px; margin:20px 0px 0px 0px; font-size:12px; text-align:justify; line-height:22px; background:#f1f1f1; color:#4E4E4C; }
.product-left-panel .product-spec ul { float: left; margin: 5px 20px 10px 0px; min-height: 70px; border-right: 1px solid #CCCCCC; }
.product-left-panel .product-spec ul li { list-style-type:none; margin:0px; font-size: 11px; padding-right: 10px; }

.product-right-panel h1, .product-page-title { font-family: 'GillSans', Arial; font-size: 20px; font-weight:normal; margin: 0px; padding: 0px; text-transform: uppercase; color: #000; }
.product-right-panel .product-summary{ font-family: 'GillSans', Arial; font-size: 14px; margin: 5x 0px 0px; padding: 0px; }
.product-right-panel .price-box { padding: 0px; font-size: 16px; margin: 5px 0px; color: #000; }
.product-right-panel .sku { font-size: 12px; margin: 5px 0px; display: inline-block; width: 100%; }
.product-right-panel .rrp { font-size:16px; margin-top:5px; clear: both; float: left; color:#686868; }
.product-right-panel .trade-price { margin:10px 0px; float: left; clear: both; font-weight: normal; font-size:16px; }
.product-right-panel .discount-applicable-badge { margin:0px; clear: both; font-weight: bold; font-size:10px; color: #ff5553; }
.product-right-panel .section-seperator { float: left; width:100%; margin: 10px 0px; border-bottom: 3px solid #666666; clear: both; }
.product-right-panel ul li{list-style-type:none; clear:both; display:block; margin:0px; padding:5px 0px 0px 0px; color:#4e4e4c; font-size: 11px;}
.product-right-panel ul li span { font-size: 9px; padding-top: 4px; }
.product-right-panel .product-varieties { margin-top: 10px; line-height: 20px; font-size: 12px; }
.product-right-panel .product-varieties .select-caption { font-weight: bold; font-size: 12px; float: left; }
.product-right-panel .product-varieties .asterisk { font-weight: bold; color: red; float: left; }
.product-right-panel .product-varieties .varieties-select-field input{ margin-left:10px; float: left; }
.product-right-panel .product-varieties .varieties-select-field label { font-weight: normal; padding: 2px 5px; }
.product-right-panel .cart-buttons { margin: 20px 0px; display: block; }

.gallery_image
{
	margin: 10px 0px;
	text-align: center;
}
.gallery_image_wrapper
{
	float: left;
	width: 85px;
	margin: 0px 3px 15px;		
}
.gallery_image_wrapper img
{
	width: 84px;
}
.gallery_image_wrapper img:hover
{
	cursor: pointer;
}

.social-icons{ float:left; margin:10px 0px 20px 0px; clear: both; }
.social-icons ul.si li{width:auto; height:35px; list-style-type:none; display:inline; float:left; clear:none; margin:0px 5px 0px 0px; padding: 2px; font-size:16px; font-weight:bold; }
.social-icons ul.si li a{height:35px; float:left; padding:9px 0px 0px 40px;color:#8D8B7F; }
.social-icons ul.si li a.fb{ background:url(/assets/images/uploads/social-fb-grey.jpg) no-repeat; }
.social-icons ul.si li a.fb:hover{ background:url(/assets/images/uploads/social-fb-hover.jpg) no-repeat;}
.social-icons ul.si li a.google{ background:url(/assets/images/uploads/social-google-grey.jpg) no-repeat; }
.social-icons ul.si li a.google:hover{ background:url(/assets/images/uploads/social-google-hover.jpg) no-repeat;}
.social-icons ul.si li a.twitter{ background:url(/assets/images/uploads/social-twitter-grey.jpg) no-repeat; }
.social-icons ul.si li a.twitter:hover{ background:url(/assets/images/uploads/social-twitter-hover.jpg) no-repeat;}
.social-icons ul.si li a.pinterest{ background:url(/assets/images/uploads/social-pinterest-grey.jpg) no-repeat; }
.social-icons ul.si li a.pinterest:hover{ background:url(/assets/images/uploads/social-pinterest-hover.jpg) no-repeat;}

#fb-like-holder { position:absolute; z-index:10000; opacity: 0; filter:alpha(opacity=0); top: -1000px;}
.fb-like-box { width: 600px; float: left; padding: 10px; margin: 50px 0px 0px 0px; position: relative; border: solid 2px #000; background: #fff; }
.fb-like-close-window { text-decoration: none; font-size: 10px; color: #642d92; }
.fb-product-title { font-size: 18px; font-weight:bold; color: #cccccc; }

.personalised-fields { float: left; width: 100%; margin-top:20px; background-color: #e3e3e3; color: #000; border-radius: 5px;-moz-border-radius: 5px; -webkit-border-radius: 5px; }
.personalised-fields table tr, .personalised-fields table tr td { border: 0px; }
.personalised-heading-title { font-family:'GillSans'; font-size:14px; float: left; border-bottom: 1px solid #000; width: 100%; }
.catalog-page-prod-personalise-text { font-size:12px; padding-left: 20px; }
.catalog-page-prod-character-length { padding-right: 20px; font-size:11px; }
.catalog-page-prod-personalise-text-box-field { font-size:12px; width:230px; height:18px; margin-left: 15px; font-family: Georgia; }
.catalog-page-prod-personalise-text-area-field { font-size:12px;  }

.related-p{ float:left; margin:20px 0px 0px 0px; padding:0px; width: 100%; }
.related-title { padding: 5px 0px 5px 0px; height: 38px; width: 100%; }
.related-p h2 { font-family: 'GillSans', Arial; font-size: 14px; margin: 4px 0 4px 0px; font-weight: bold; float: left; color: #000; }
.related-p .product_listing .product { min-height: 230px; } 
	
/*Product Description*/
/*Checkout*/
.cart_message  
{
	width: 100%;
	background: #e3e3e3;
	clear: both;
	float: left;	
	padding:10px;
	margin-top: 10px;	 
}
.cart_message .btn
{	
	margin-top: 20px;
}
.btn-cart-continue
{
	background-color: #75a6d1;
}
.cart_section_border { border-bottom:1px solid #A0A0A0; }
.cart_step_heading
{	
	padding: 15px 10px;
	font-size: 16px;	
	font-weight: bold;
	color: #ffffff;
}
.cart_listing_heading
{
	font-size: 14px;
	color: #ffffff;
}
.cart_section_border table tr td, .delivery-section table tr td { font-size:12px; }
.cart_promotion_discount_row { float: left; width: 100%; padding: 10px 0px; background-color: #99CDFF; font-size: 14px; font-weight: bold; color: #000; }
.delivery-section table { margin:0px; padding: 0px; }
.cart_net_total_row { float: left; width: 100%; padding: 10px 0px; background-color: #FDFEEC; border: 1px solid #d8f2fd; font-size: 14px; font-weight: bold; color: #642d92; }
.delivery-options-select-field input{ margin-left:10px; float: left; }
.delivery-options-select-field label { font-weight: normal; padding: 2px 5px; }

.cart_promotion_title { color: #3c3c3c; font-size: 14px; font-weight:bold; float: left; clear: both; margin-bottom: 3px;  }
.cart_promotion_text_field {color: #3c3c3c; width: 140px; height: 28px; text-transform: UpperCase; text-align: center; font-size:12px; }
.cart_promotion_button { color: #ffffff; background-color: #3c3c3c; font-size:14px; border:1px solid; padding: 4px 10px; height: 30px; cursor:hand; display: inline-block; }
.cart_promotion_status { color: #1f93d9; font-size: 11px; }

.upsell-p{ float:left; margin:20px 0px 0px 0px; padding:0px; width: 100%; }
.upsell-title { padding: 5px 0px 5px 0px; height: 38px; width: 100%; border-bottom:1px solid #3c3839 }
.upsell-p h2 { font-family: 'GillSans', Arial; font-size: 14px; margin: 4px 0 4px 0px; font-weight: normal; float: left; color: #000; } 
 .zip-search { padding: 10px 5px; background-color: #a4dbfd; border:1px #0057a9 solid;}
 .zip-search .form-group { padding:0px; margin: 0px;}
 .zip-search .form-group label { padding-top: 5px;}
 .zip-search input[type="submit"] { padding: 5px; }
 .zip-search select { margin-top: 15px; background-color: #a9c9f1; }

ul.customer-options li { list-style-type:none; clear:both; display:block; margin:0px; padding:5px 0px 0px 0px; font-size:12px; color:#4E4E4C; }
ul.customer-options li  a {padding:0px; color:#8D8B7F; font-size: 14px; }
ul.customer-options li div { margin: 2px 0px; }
.news-feed { text-align: center; background: #d5c4a1; padding: 10px 15px; margin-bottom: 10px;  }
.news-feed h2 { margin-bottom: 20px; }
.twitter-timeline { background: #d5c4a1; }
.twitter-timeline:hover, .twitter-timeline:focus {  background-color: #dedede; }
.twitter-timeline:focus { outline: none; border-color: #0089cb;}
.personal-message-counter { float: right; }

.giftwrap-thumb-title { font-weight: bold; margin:7px 0px 2px; }
.giftwrap_prompt { width: 800px; float: left; padding: 10px; margin: 0px; border: solid 2px #000099; background: white; }
.giftwrap_prompt .giftwrap_title { text-transform: lowercase; color: #000; }
.giftwrap_listing { width: 100%; margin:0px auto;}
.giftwrap_listing input[type="image"] { clear: both;  float:left; width: 100%; margin-bottom: 5px;  }
.giftwrap_listing input[type="image"] {max-height: 191px; max-width: 191px;}
.giftwrap_listing .giftwrap_option { margin-bottom: 10px; }

/*Checkout*/
.box-list {
	padding: 10px 30px 10px;
	border-radius:  5px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	font-size: 13px;
}
.box-list h2
{
	color: #cb0507;
	font-size: 14px;
	font-weight:bold;
}
.box-list li {
	padding: 4px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.box-list li:last-child {
	border: none;
}

.cms-page h1 { font-family: 'GillSans', Arial; text-transform:uppercase; font-weight: 100;  margin: 20px 0px; padding: 0px; font-size: 27px; }
.cms-page p { font-size: 14px; }

.contact-us { font-size: 12px; line-height: 20px; width: 100%; }
.contact-us h1 { font-family: 'GillSans', Arial; padding: 10px 10px 10px 50px; font-size: 22px; text-align: left; margin-bottom: 10px; color: #fcaf17; background:url(/assets/images/resource/account/contact-us.png) no-repeat 0px -5px; background-color: #F3F1F2; }
.contact-us h2 { font-family: 'GillSans', Arial; font-size: 16px; margin: 10px 0px 5px; font-weight: bold; }
.contact-us .useful-info { padding: 2px 5px 10px 5px; float: right; background-color: #F3F1F2;}
.contact-us a {color: #000;}

.order-thanks-page .page-title { font-family: 'GillSans', Arial; text-align: center; font-size: 22px; font-weight: bold; color:#B4272F; }
.order-thanks-page .section-title { font-size: 14px; font-weight: bold; color:#B4272F; }
.order-thanks-page .section-thanks-message {  border: 1px solid #525252; padding: 5px; }
.order-thanks-page .thanks-message { color:#8F8D8E; }
.order-thanks-page .btn-print { color:#000; background-color: #fff; border: 1px solid #525252; float: left; text-align: center; margin: 15px 0px; padding: 2px; }
.order-thanks-page .section-track-order { background-color: #f3f1f2; border-color: #525252; border-style: solid; border-width: 0 1px 1px; padding: 5px; }
.order-thanks-page ul.account-options li { list-style-type:none; clear:both; display:block; margin:0px; padding:5px 0px 0px 0px; font-size:12px; color:#4E4E4C; }
.order-thanks-page ul.account-options li  a {padding:0px;color:#8D8B7F; }

#order-sheet-holder { display: block; position: relative; width: 100%; font-size: 14px; }
#order-sheet-content {  position:relative; z-index: 1000; padding: 20px 0px;  } 
#order-sheet-holder .sheet-title { font-size: 22px; font-weight:bold; color:#642d92; text-align: center; }
#order-sheet-holder .order-sheet-print { text-decoration: none; padding-top: 15px; font-size: 15px; display: inline-block; }
#order-sheet-holder .field-caption {  margin: 5px 0px; font-weight: bold; color:#000; float: left; clear: both; }
#order-sheet-holder .field-value { color: #525252; }
#order-sheet-holder .product-list { margin: 20px 0px 10px; float: left; width: 100%; }
#order-sheet-holder .product-list-heading { background-color:#642d92; }
#order-sheet-holder .product-caption { color: #FFFFFF; }
#order-sheet-holder .section-title { font-weight: bold; color:#642d92; margin: 0px 0px 10px; font-size: 16px; }
#order-sheet-holder .close-window { text-align: center; float: left; width: 100%; }

.customer_page { font-size:12px; }
.customer_page h1 { font-family: 'GillSans', Arial; text-transform:uppercase; font-weight: 100;  margin: 20px 0px; padding: 0px; font-size: 27px; }
.customer_page .section_title {  font-size: 14px; font-weight: bold; color:#B4272F; text-transform: uppercase; }
.address_prompt .sub_section_title { padding-bottom: 10px;}
.customer_page .sub_section_title, .address_prompt .sub_section_title { font-family: 'GillSans', Arial; font-size: 12px; font-weight: bold; color:#B4272F; text-transform: uppercase; }
.customer_page input[type="text"], .customer_page input[type="password"], .customer_page input[type="button"], .customer_page input[type="submit"] { width: 70%; }

.lead_page  {border-top: 2px solid; }
.lead_page input[type="text"], .lead_page input[type="password"], .lead_page input[type="button"], .lead_page textarea { width: 50%; background-color: #d8f2fc; }
.lead_page select { width: auto; background-color: #d8f2fc;}
.lead_page input[type="submit"] { width: 50%;}       
.lead_page h1 { font-size: 30px; margin-top: 30px;  }

.customer-spacer { width: 100%; height: 20px; clear: both; }
.header-login-form, .customer-address-form , .pending-order-confirmation { width: 600px; float: left; padding: 10px; margin: 0px; border: solid 2px #000099; background: white; }
.login_prompt .title { font-family: 'GillSans', Arial; font-size: 12px; font-weight: bold; color:#B4272F; text-transform: uppercase; }

.account-option-title { float: left; width: 100%; margin-bottom: 20px; }
.account-option-title h1 { font-family: 'GillSans', Arial; float: left; font-size: 20px; } 
.account-option-title .welcome { clear: both; float: left; width: 98%; font-size: 12px; font-weight: bold; padding: 8px 5px; margin: 10px 0px; background: #f3f1f2; } 
.account-options h2 { font-family: 'GillSans', Arial; font-size: 16px; margin: 5px 0px;  }
.account-options ul { float: left; width: 100%; }
.account-options ul li { list-style-type:none; float:left; display:inline; margin:0px 8px 20px 0px; text-align: center; font-size: 11px; padding:10px 1px; background: #f3f1f2;   }
.account-options ul li:hover { border: 1px solid #bdbdbd; background: #fff; padding:9px 0px; }
.account-options ul li a { display:inline-block; width:105px; height: 105px; color: #515151; }
.account-options ul li img { margin-bottom:5px; }

.order-filter-status {color: #ff5553; font-size: 11px; font-weight: bold; margin: 5px 0px 20px; float: left; }
.pending-order-confirm-title { font-size: 14px; font-weight: bold; color: #00b3e4;  }
.pending-order-confirm-orders { font-size: 14px; }
.pending-orders-options ul { float: left; width: 100%; }
.pending-orders-options ul li { list-style-type:none; float:left; display:inline; margin:0px 8px 20px 0px; text-align: center; font-size: 12px; padding:0px 1px; }
.pending-orders-options ul li a, .pending-orders-options ul li a:hover { width:105px; height: 108px; color: #fff; display: table-cell; vertical-align: middle;  }
.btn-upload-pending, .btn-upload-pending:hover { display: inline-block; background-color: #9dcd72; line-height: 22px;}
.btn-download-pending, .btn-download-pending:hover { display: inline-block; background-color: #ba94d0; line-height: 22px; }

.customer-upload-message { font-size: 14px; font-weight: bold;}
.customer-upload-field-title { font-size: 12px; font-weight: bold;  }
.customer-upload-file-fields { padding: 10px; font-size: 12px; font-weight: normal; line-height: 20px; text-align: justify; width: 100%;  }

#footer{ background:#771f7b; color:#fff; height:80px; float: left; width: 100%; margin-top: 100px;}
#footer p{ text-align:center; margin-top: 35px; }

#dvNavLeft { float: left;}
.stickyHeader {  
    background-color: #fff;      
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 9999;
    height: 80px;
    padding-top: 0px;  
}
.shaded-box {
	font-size: 14px;
	background: #f2f2f2 !important; /* light grey */
	border-color: #ccc !important; /* optional lighter border */
}}