/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - PrintX
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 /* Change Log
  * 2014-09-29 - DC - AT953H+ - added wp-twocols_left and wp-twocols_right classes to handle two column layout on contact us page
  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
.clear{ clear: both;}
audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
    line-height: 18px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    word-wrap: break-word;
    color: #888;
    box-shadow: 10px 10px 10px 10px #93e1b3



  background-image: url("images/body-bg.png") repeat-x scroll center bottom transparent;
background: transparent !important;

background-color: #DBDEF4 !important;

background-color: #2E3092  !important;

background-color: #7a7a7a !important;

}



.excerpt {
    line-height: 22px;
}

a {
    color: #959B8F;
    text-decoration: none;
}

a:focus {
}

a:active,
a:hover {
    color: #5C483C;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.entry-summary .read-more a {
    color: #903537;
}

.entry-summary .read-more a:hover {
    color: #959B8F;
}

.entry-summary .read-more a:hover, a.read-more:hover {
    background-color: #696868;
    color: #FFFFFF;
}

.entry-summary .read-more a, a.read-more {
    background-color: #F0F0F0;
    display: inline-block;
    padding: 5px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
    font-weight: bold;
}

.special_inner ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 18px;
    margin: 30px 0;
}

h2 {
    font-size: 16px;
    margin: 18px 0;
}

.gallery h2 {
    font-size: 18px;
    margin: 0 0 15px;
}

h3 {
    margin: 22px 0;
    font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
 font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #5C483C;
    font-size: 15px;
}

h4 {
    font-size: 14px;
    margin: 20px 0;
}

h5 {
    font-size: 14px;
    margin: 20px 0;
}

.portfolios h5 {
    margin: 10px 0 15px;
}

.portfolio_wrapper h5 {
    margin: 10px 0;
}

h6 {
    font-size: 14px;
    margin: 32px 0;
}

address {
    margin: 0 0 24px;
}

h2.wpsc_also_bought {
    font-size: 17px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
}

mark {
    background: none repeat scroll 0 0 #D9D9D9;
    color: #000000;
    padding: 5px;
}

p {
    margin: 0 0 20px;
}

#gallery .gallery-item p {
    margin: 0 0 10px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

.sitemap ul,
.sitemap ol {
    padding: 0;
    margin: 0;
}

.sitemap-pages ul li, .sitemap-category ul li, .sitemap-month-archieves ul li, .sitemap-authors ul li, .sitemap-posts ul li {
    background: url("images/linkArrow2.png") no-repeat scroll 0 7px transparent;
    padding-bottom: 3px;
    padding-left: 10px;
	list-style: none;
}

blockquote {
	background: url("images/quote.png") no-repeat scroll 7px 5px transparent;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 24px 40px;
    padding: 0 0 0 50px;
    position: relative;
    width: auto;
}

blockquote p {
    margin: 0;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
	position: relative;
}
dt:before {
    background-color: #963B3D;
    content: "";
    height: 5px;
    left: -19px;
    position: absolute;
    top: 8px;
    width: 5px;
}
.gallery dt:before { display: none;}
dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
}

li > ul,
li > ol {
    margin: 0;
}

.site-header ul,
.site-header ol,
.site-footer ul,
.site-footer ol,
.sidebar-container ul,
.sidebar-container ol,
.flexslider ul,
.flexslider ol,
.typography-page ul,
.typography-page ol{
    padding: 0;
	margin: 0;
}

.site-header ul li,
.site-header ol li,
.site-footer ul li,
.site-footer ul li,
.sidebar-container ul li,
.sidebar-container ol li,
.flexslider ul li,
.flexslider ol li {
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #DDDDDD;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
white-space:nowrap;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
 /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
	width: 100%;
}

#orderDetail, .ordheader {
	width: 98% !important;
}

.acctorddetail table {
	font-size: 12px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}





.myaccount-grid table{

	font-size: 12px;

}

.myaccount-grid p{
	text-align: left !important;

}

#editProfileLink{
	position: relative !important;
	text-align: left !important;
bottom: 0 !important;
right: 0 !important;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	XXXtext-transform: uppercase;
}
td {
	padding: 6px 10px;
}
del {
	color: #5C483C;
}
ins{
	color:#5C483C;
}
ins span{  }
hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	position: absolute !important;
	display: none;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #E5E5E5;
	font-family: inherit;
	padding: 5px;

}

input, textarea, select {
	color: #000000 !important;
}





input[type="hidden"]{ padding: 0;}
input:focus,
textarea:focus {
	border: none;
	outline: 0;
}
/* Buttons */
#empltycart a.visitshop	{ padding:5px 10px !important; margin:5px 0;}
#featured-carousel .detail_block a.feature_detailbtn	{ padding:5px 10px !important;}

#featured-carousel .detail_block a.feature_detailbtn:hover,
#empltycart a.visitshop:hover,
.shoppingcart a.gocheckout:hover,
.shoppingcart .wpsc_empty_the_cart a.emptycart:hover
{background: #959B8F; color:#FFF;}

.detail_block	{ margin:5px 0 0 0;}

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.forgot,
a.button,
button.button,
input.button,
#review_form #submit,
.lost_password,
.input-submit,
.forgot,
input[type=submit],
a.button-alt, .keepshoppingbutton, .checkoutbutton {
	margin-bottom: 5px;
	font-size: 13px;
	width: auto;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	background-color: #963B3D;
	background-color: #45569a;
	background-color: #263893;

	clear: both;
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 18px;
	padding: 6px 10px;
	position: relative;
	text-align: center;
	XXXtext-transform: uppercase;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border: 0px solid #fac40a;


XXXbox-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.5);
white-space: nowrap;
height: 30px;
}


button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
a.button:hover,
button.button:hover,
input.button:hover,
#review_form #submit:hover,
.lost_password:hover,
.input-submit:hover,
.forgot:hover,
input[type=submit]:hover,
ul.products li a.add_to_cart_button:hover, .keepshoppingbutton:hover, .checkoutbutton:hover {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	background: #B2B2B2;
	text-decoration: none;
	color: #FFFFFF;
	border: 0px solid #fac40a;
	background-color: #263893;
}





.addtocartdetails, .addcollectionitemtocart{
font-family: 	'Open Sans', Arial, Helvetica, sans-serif !important;
height: 20px !important;
font-size: 13px !important;
padding: 0px !important;
padding-left: 5px !important;
padding-right: 5px !important;
margin-bottom: 3px !important;
margin-left: 5px !important;
border-radius: 3px !important;
}






a.forgot {
	background: #963B3D !important;
	border:1px solid #963B3D !important;
	padding:5px 10px !important;
}
a.forgot:focus,
a.forgot:hover{
	background: #B2B2B2 !important;
	border:1px solid #B2B2B2 !important;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #B2B2B2;
	border:1px solid #B2B2B2;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #717171;
}
:-moz-placeholder {
	color: #717171;
}
::-moz-placeholder {
	color: #717171;
}
:-ms-input-placeholder {
	color: #717171;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
 #page{
 	padding-bottom: 10px;
	background: none;
	box-shadow: 0px 10px 10px 10px #2F2F2F;

}
.site-main .sidebar-container {}
.site-main .sidebar-inner {}
.entry-image-loop-con{
	text-align: left;
}
/* Start 404 Not Found */
.page-not-found{ width: 100%;}
.entry-content{ clear: both;}
.not-found h1 {
	padding: 30px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ddd;
	font-size: 35px;
    line-height: 35px;
}
.not-found p, .not-found h1 {text-align: center;}
.not-found p{ margin: 20px 0;}
/* End 404 Not Found */

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	position: relative;
}
.site-header .home-link {
	color: #5C483C;
	display: block;
	padding:0 0 5px;
	text-decoration: none;
	float:left;
}

.header-middle{ float:right; width:65%; position: relative;}
.header-middle-top .widget{  margin:0}
.header-middle-top{}
.header-middle-bottom{ position: relative;}
.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}
.site-description {
	margin: 15px 0 20px;
	font-size:15px;
	color:#7D7B6D;
}
.site-header .contact-header-menu{
	margin: 5px 5px 8px 0;
	padding:0;
	float: right;
	text-align:right;
}
.header-bottom{ clear: right;
    width: 100%; }
.contact-header-menu ul{ margin:0; padding:0;  }
.contact-header-menu li, .header_login .widget_user_login ul.pagenav li, .header-login-logout a{
	background:url("images/footer_line_sep.png") no-repeat scroll right 3px transparent;
    display: inline;
    list-style: none outside none;
    padding: 0 9px 0 4px;
	margin: 0;
	text-transform: capitalize;
}

.contact-header-menu li:first-child {
}
.contact-header-menu li:last-child {
}
.header_login .header_logout .widget_user_login ul.pagenav li:last-child, .header-login-logout a:last-child {
	background: none;
	padding-right: 0;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
.main-navigation {
	clear: both;
	min-height: 45px;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	background: url("images/saprator.png") no-repeat scroll right center transparent;
}
.nav-menu li ul li { background:none;}
.nav-menu li a {
	color: #FFFFFF !important;
	border: #D3D3D3;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 35px;
	padding: 15px 30px\9;
	text-decoration: none;
	font-family:'Ubuntu',Arial,Helvetica,sans-serif;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	XXXtext-transform:uppercase;
	text-transform: uppercase;
}
.nav-menu li a:hover{ color:#FFFFFF !important;}
.nav-menu li:last-child	{ background:none;}

.nav-menu .sub-menu,
.nav-menu .children {
	display: none;
	position: absolute;
	left: 0px;
	z-index: 99999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding:6px;
	background:url("images/dropdown_bg.jpg") repeat scroll 0 0 transparent ;
    padding: 5px;

}



.slideoutmenu{
       Xposition: fixed !important;
       Xmin-height: 308px;
       width: 817px;
       border-left: 1px solid #D3D3D3;

}





.nav-menu li li a,
.nav-menu .sub-menu a, .nav-menu .children a{


	XXborder-radius: 5px;
	XX-moz-border-radius: 5px;
	XX-khtml-border-radius: 5px;


    color: #777777;
    padding: 8px 10px;
    text-transform: capitalize;
    line-height: 18px;
}



.nav-menu .sub-menu a:hover, .nav-menu .children a:hover {
	color:#903537;
	background:url("images/dropdown_hover.jpg") repeat scroll 0 0 transparent ;
}



.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left:200px;
	top:0px;
}
.nav-menu li.main-li:nth-last-child(1) .sub-menu ul,
.nav-menu li.main-li:nth-last-child(1) .children ul,
.nav-menu li.main-li:nth-last-child(2) .sub-menu ul,
.nav-menu li.main-li:nth-last-child(2) .children ul,
.nav-menu li.main-li:nth-last-child(3) .sub-menu ul,
.nav-menu li.main-li:nth-last-child(3) .children ul {
    left: -200px;
    right: auto;
    top: 0;
    width: 205px;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color:#FFF;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a { }
.menu-toggle {
	display: none;
}

/* Navbar */

.navbar {
	width: 100%;
	clear:both;
	background: url("images/menu_bg.png") repeat scroll center bottom transparent;
	position:relative;
	height:45px;
	/*border-radius: 2px;*/
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}

.search-form, #searchform {
	background: url("images/search_bg.png") repeat scroll center bottom transparent;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
    padding: 5px;
    text-align: right;
    width: 240px;
	display: inline-block;
	position: relative;

}
.header-main .search-form,
.header-main #searchform {
	 position: absolute;
	 top: 45px;
	left: 0;
}
.search-field,
#searchform input[type="text"] {
	background-color: #fff;
	border: 1px solid #E8E6DD;
	cursor: text;
	outline: 0;
	width: 235px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding:5px 30px 5px 8px;
	float:left;

}
.widget-area .search-form,
.widget-area #searchform{
	margin: 0;
	padding: 0;
	background: none;
	width: 100%;
}



input[type=text]{

border: 1px solid #d1d3d4;

}




.header-main .search-field:focus,
.header-main #searchform input[type="text"]:focus {}
.search-field:focus,
input[type="text"]:focus { border: 1px solid #E8E6DD; border: 1px solid #d1d3d4; }
.search-form .search-submit, #searchform #searchsubmit {
	background: url("images/sprite.png") no-repeat scroll 0px -222px transparent !important;
    border: medium none;
    border-radius: 0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    color: #FFFFFF;
    float: left;
    height: 30px;
    margin: 0 5px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -959px;
    text-transform: uppercase;
    width: 24px;
    z-index: 3;
	top: 1px;
}
.search-form .search-submit:hover,
.search-form .search-submit:focus,
#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus{ background: none; border: none;}
.widget-area .search-form .search-submit,
.widget-area #searchform #searchsubmit{ top: -5px;}
#tertiary .sidebar-inner .search-field,
#tertiary .sidebar-inner input[type="text"] { margin-top:0; width: 100%;}
.widget_search{ overflow: hidden; position:relative;}
.header-login-logout{
}

/*** Top Area ***/

#top-area{
	clear: both;
    margin: 0 auto 10px;
}

/*** End Top Area ***/


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

#accountActivity{

	float: left;
	margin-left: 10px !important;
}

#orderhist{
	float: left;
margin-left: 10px  !important;

max-width: 755px;

}



.XXXXmyaccount-pagination{
	display: none !important;
}

#favorites .tableHeader{
	background-color: #FFFFFF !important;
}


#leftSideBar {
	text-indent: -15px;
	float: left;
	width: 175px;

width: 230px;

	padding-right: 0x;
	padding-left: 4px;
padding-left: 8px;


}
#productGrid {

    margin-left: 235px;
    margin-right: 0px;

}

.resultscategoryHeader{
	display: none;
}


.productArea {
    width: 25%;
    min-width: 25%;
    border: 0px solid #CCCCCC;
    margin-bottom: 10px;

    padding: 10px;
text-align: center;


}



.resultsItemCancel{

	float: left;
	padding-right: 5px;
	opacity: 0.3;
}

#resultsBar p{
	opacity: 0.5;
}

.resultsItem{

	padding-bottom: 5px;


}




#XXXleftSideBar ul{
	list-style-type: none;
	padding: 0;
	padding-left: 20px;
}




.productArea {
    background: none repeat scroll 0 0 #FFFFFF;
background: transparent;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px 20px;
    position: relative;
    vertical-align: top;
    width: 200px;
    float: left;




    XXheight: 330px;
    XXoverflow: hidden;

		XXbox-shadow: 3px 3px 14px #E0E0E0;
XXborder-radius: 4px;

		XXheight:230px;


		XXmargin-bottom: 15px !important;


display: table;
background-color: #FFFFFF;
XXbackground: transparent;
XXbackground-color: hsla(360, 100%, 100%, 0.5);


margin-left: 7px;
margin-right: 7px;


margin-left: 11px;
margin-right: 0px;


border: 1px solid #CCCCCC;

	}

 .productArea:hover{

Xbackground-color: #eef5f7;


}




.XXproductArea:nth-child(3n+6) {
clear: left;

}


#productImage {
	float: left;
	padding: 0px 20px 20px 0px;
	padding-right: 5px !important;
}





.dialog-detail #productImage{

	padding: 0px !important;
padding-right: 5px !important;
}



.dialog-detail .productStage{

	padding: 12px !important;
	height: 363px;
overflow: hidden;

}



.productImage{


	width: 100% !important;
	height: 100% !important;
	max-height: 180px;
	max-width: 220px;
	XXborder-radius: 3px 3px 3px 3px;

	Xborder: 1px solid #CCCCCC;

	outline: none;
	opacity: 1;



}

.nophoto{

border: 1px solid #CCCCCC;

}


#prodImage img, #categoryimageblock img{
	float: left;
	XXborder-radius: 3px 3px 3px 3px;
	outline: none;
	opacity: 1;
	XX-moz-box-shadow: 0px 0px 8px 4px rgba(166, 166, 166, 0.3);
	XX-webkit-box-shadow: 0px 0px 4px 5px rgba(166, 166, 166, 0.3);
	XXbox-shadow: 0px 0px 8px 4px rgba(166, 166, 166, 0.3);
	margin-right: 10px;

}



 #prodImage img:hover, #categoryimageblock img:XXhover {


-moz-box-shadow: 0px 0px 8px 4px rgba(36, 56, 137, 0.6);
-webkit-box-shadow: 0px 0px 4px 5px rgba(36, 56, 137, 0.6);
box-shadow: 0px 0px 8px 4px rgba(36, 56, 137, 0.6);



outline: none;
opacity: 1;


 -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out;

 }


.productArea .partNumber, #detailRelated .partNumber{

	XXdisplay: none;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;

}



#productGrid .priceBox{

	display: none;
}



.partNumber{
font-size: 10px !important;
margin-top: 1px;
}


.multiimageframe{

	margin-top: 5px !important;
}




#productGrid .productTitle{  /* to make row height dynamic comment this out so that it doesn't have a set title height */

	height: 80px;
	overflow: hidden;
}


#productGrid .XXXproductTitle{   /* to make row height dynamic uncomment XXX */
margin-bottom: 43px !important;
}

#productGrid .XXXmoreinfolinkcontainer{  /* to make row height dynamic uncomment XXX */

display: block;
height: auto;
width: 100%;
bottom: 10px;
position: absolute;
padding-right: 20px;
}






#productGrid .partNumber{


}


#productGrid .quickinfolinkcontainer{
display: block;
width: 100%;
padding-right: 20px;
position: absolute;
 top: 70px;
opacity: 0.8;
}



.quickinfolink{

border-radius: 0px !important;
}



#productGrid .productTitle, #detailRelated .productTitle{

	font-size: 14px;


		display: block;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;


XXfont-weight: bold !important;

}

#productGrid .productTitle a, #detailRelated .productTitle a{

display: block;
}

#productGrid .partNumber, #detailRelated .partNumber{
 display: block;



background-color: #FFFFFF;
border-radius: 5px 5px 5px 5px;


		background: rgb(255,255,255);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );


background: transparent;

}

.expandcontract:not(#sideBarX6){

	display: inline-block !important;
	float: right;
	margin-bottom: -15px;
	color: #CCCCCC;
}

.expandcontract font{
	display: none !important;

}

#productGrid .moreinfolink, #detailRelated  .moreinfolink{
	font-size: 11px;
	margin-top: 7px;
	display: block;
	background-color: #263893;
	width: 66px;

	text-align: center;
	border-radius: 3px 3px 3px 3px;

	color: #FFFFFF;

	opacity: 1;


}


#productGrid .moreinfolink:hover,  #detailRelated  .moreinfolink:hover{

	opacity: 1;
}


 .logintoseeprice{

	background-color: #263893;
	width: 66px;
	text-align: center;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	opacity: 1;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
 .logintoseeprice:hover{
	color: #FFFFFF;
	opacity: 1;
}

.displayprice{

	font-size: 16px;
	font-weight: bold;
margin-bottom: 10px;

}

#productGrid .productSnippet{
	text-align: center;
	XXdisplay: none;
	font-size: 10px;
	line-height: 11px;
	min-height: 0px;
	max-height: 35px;
	overflow: hidden;

}



#productGrid .productSnippet{
	display: none;
	color: #CCCCCC;
	margin: 0px !important;
	margin-top: 5px !important;
}


.panes p{
	margin-top: 10px;
}

.panes td{
	line-height: 100%;
	line-height: 18px;
	font-size: 13px;
background-color: #CCCCCC;
padding-left: 5px;
}




.orderControls{
XXfloat: right;

}

.addtocart{
white-space: nowrap;

}





.blueGradient{
color: #717171 !important;
font-weight: bold;
background: url("images/manu_line_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}


.blackGradient{

color: #717171 !important;

background: url("images/manu_line_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}



.popup_dialog{

padding: 5px;
}

.popup_dialog p{
	color: #666666 !important;
}

.popup_dialog img{
	height: 90px;
}

.productImage{
XX-webkit-box-shadow:   1px 1px 6px 0px rgba(50, 50, 50, 0.5);
XX-moz-box-shadow:    1px 1px 6px 0px rgba(50, 50, 50, 0.5);
XXbox-shadow:           1px 1px 6px 0px rgba(50, 50, 50, 0.5);
}




.XXproductImage:hover {
-webkit-box-shadow:  1px 1px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:           1px 1px 6px 0px rgba(50, 50, 50, 0.75);

}



	.popup_dialog {

		height: 198px;
		margin: 0o;
		background-image: url(images/modal-bg-cart.jpg);
		padding: 0 25px 0 25px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-color:#CCCCCC;
	}

	.popup_dialog hr{
		margin-bottom:0;
	}

	#favorites_dialog {
		width: 381px;
		height: 269px !important;
		margin: 0;
		background-image: url(images/modal-bg-favorites.jpg);
		background:#CCCCCC !important;
		padding: 0 25px 0 25px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		overflow: hidden;
	}

		#favorites_dialog input[type=text] {
			border: 1px solid #CCCCCC;
		}

	#favorites_dialog div{
		padding-top: 0px !important;

	}






#shopasguest_dialog{
	background-color: #E6E7E8;
	padding: 10px;

}


#shopasguest_dialog input[type="text"] {
	width: 405px;
	border-radius: 5px;


}
#shopasguest_dialog input[name="city"] {
	width: 300px;


}

#shopasguest_dialog td{
	font-weight: bold;
	text-align: right;
}


#shopasguest_dialog input[type="submit"] {
	margin-top: 5px;


}



#shopasguest_dialog input[type="text"], #shopasguest_dialog select {

	border: 1px solid #CCCCCC;

}
#shopasguest_dialog a, #shopasguest_dialog .reqguestbrowse{

	color: #7B7D80;

}


.shopasguest{

	font-size: 10px;
	line-height: 22px;

}


.multiimageframe{
	margin: 0;
	padding: 0;
	height: 60px;
}

#descr2{

	font-size: 14px;
	line-height: 19px;
}



.ui-dialog-titlebar{
	background-color: #2E3092;
	color: #FFFFFF !important;
	text-align: center;
	font-size: 16px;
}






#search_block_top p{
	display: block;
	position: absolute;
	top: 100px; right: 10px;


}

#favorites{
	margin-top: 0px !important;
	display: none;
}

#favorites td{
	font-size: 11px !important;
}




#orderhist #favorites, .myaccount-grid #favorites{

	display: block;
}






.detailqty{

	height: 22px;
	border: 2px solid #CCCCCC;
margin: 0;
padding: 0;
padding-left: 3px;
padding-bottom: 2px;
}

.detailqty:focus{


	border: 2px solid #CCCCCC !important;
}



.bullet-display{
	display: none;
}



.catcheck{
		white-space: pre-wrap;
		font-size: 13px;

}

#categoryimageblock {

	display: none;
}

#categoryimageblock div{

	text-align: left !important;
}


.facetcount{

	font-size: 10px;
}



.Xcheckboxchecked{
		display: inline-block;
		width: 21px;
		height: 21px;
		background-image: url(images/checkbox.png);
		background-position: 0px 0px;
		vertical-align: middle;
		margin-bottom: 3px;

}

.Xcheckboxunchecked{
		display: inline-block;
		width: 21px;
		height: 21px;
		background-image: url(images/checkbox.png);
		background-position: 21px 0px;
		vertical-align: middle;
		margin-bottom: 3px;
}

.checkboxunchecked{
		display: inline-block;
		width: 9px;
		height: 9px;
		background-image: url(images/checkbox.png);
		background-position: 0px 0px;
		vertical-align:  middle;
		margin-bottom: 8px;
		margin-top: 6px;
		margin-right: 5px;
}

.checkboxchecked{
		display: inline-block;
		width: 9px;
		height: 9px;
		background-image: url(images/checkbox.png);
		background-position: 9px 0px;
		vertical-align: middle;
		margin-bottom: 8px;
		margin-top: 6px;
		margin-right: 5px;
}




.sideBarBox h3{
	margin-bottom: 0px !important;
	/*  SideBarBox divider line taken out here
	border-bottom: 1px solid #CCCCCC; */
}


.sideBarBox li{
	margin-left: -33px;
	 list-style-type: none;


}


#address_entry_fields .error{

                display: list-item;
 		  list-style-type: none;

}
#address_entry_fields input{

              height: 25px !important;


}

#address_entry_fields small{

	display: block;
	padding-left: 10px;
}

#shipping_form .blueGradient span{
	display: block;

}





#accountInfo td, #accountActivity  td{
	font-size: 12px !important;

	padding: 0px;
}

.myaccount td{
	padding: 1px;

}



p + p { margin-top: 0.75em; }

#menu-navigation-bar menu, #menu-navigation-bar ol, #menu-navigation-bar ul  {
		margin: 0px;
		padding: 0px;

}




#menu-navigation-bar .position1 span, #menu-navigation-bar .position2 span, #menu-navigation-bar .position3 span{
	display: block;
	color: #243889 !important;
 	font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 15px;
	padding-left: 7px;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: underline;



}




		#menu-navigation-bar ul.slide-menu li {
			height: auto;

			line-height: 20px;
			padding-top: 0px;
			padding-bottom: 0px;
			float: none;

			XXbackground-color: #ecf0f1;
			color: #000000 !important;
			font-size: 10px;
			border: none;
			position: relative;


		}


			#menu-navigation-bar ul.slide-menu li.wide:hover {
				XXbackground: #ecf0f1;
				XXbackground-color: #ecf0f1!important;

    				-moz-transition: ease-in-out all .2s;
   				-webkit-transition: ease-in-out all .2s;

			}





		#menu-navigation-bar ul.slide-menu li.wide {


			//width: 720px;
			XXbackground-color: #ecf0f1;

			position: relative;
			left: 2px;
			border: 0px solid #dde4e6;




		}




		/* widths for the slide-menu based on how many panels (positions)  are loaded  */
		#menu-navigation-bar ul.slide-menu li.position-1 { width: 200px; }
		#menu-navigation-bar ul.slide-menu li.position-2 { width: 400px; }
		#menu-navigation-bar ul.slide-menu li.position-3 { width: 600px; }
		/* pinel ositions */
		#menu-navigation-bar ul.slide-menu li div.position1 {
			width: 200px;
			float: left;
			overflow: visible;
		}
		#menu-navigation-bar ul.slide-menu li div.position2 {
			float: left;
			width: 200px;
			overflow: visible;
		}
        	#menu-navigation-bar ul.slide-menu li div.position3 {
       	    	float: left;
            		width: 200px;
			overflow: visible;
        	}
		/* styles */
		#menu-navigation-bar ul li.end ul.sub-menu li ul.slide-menu li.wide div {
			font-family: open sans, arial;
			font-weight: bold;

}


		#menu-navigation-bar ul li.end ul.sub-menu li ul.slide-menu li.wide div ul.mini li {
			padding: 2px;
			margin: 3px;
			list-style-type: none;
			list-style-position: inside;
			font-size: 11px;
			font-weight: normal;

		}

		#menu-navigation-bar ul li.end ul.sub-menu li ul.slide-menu li.wide div ul.mini li a {
			color: #333;
			font-size: 11px;
			text-decoration: none;
			font-family: Open Sans, Arial;

					}

		#menu-navigation-bar ul li.end ul.sub-menu li ul.slide-menu li.wide div ul.mini li:hover {
			font-color: #fff;
			text-decoration: none;
			font-family: Open Sans, Arial;
			XXbackground-color: #fff !important;
  			transition: ease-in-out all .2s;
    		-moz-transition: ease-in-out all .2s;
   			-webkit-transition: ease-in-out all .2s;

		}









		.sub-menu{
			box-shadow: 3px 3px 1px #888888;

			-webkit-border-top-right-radius: 0px;
			-webkit-border-bottom-right-radius: 0px;
			-moz-border-radius-topright: 0px;
			-moz-border-radius-bottomright: 0px;
			border-top-right-radius: 0px !important;
			border-bottom-right-radius: 0px;



		}



		#menu-navigation-bar{
			XXXbox-shadow: 4px 4px 2px #888888;

			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			border-top-right-radius: 5px !important;
			border-bottom-right-radius: 5px;

		}



		.slide-menu{


			padding-left: 10px !important;
			padding-bottom: 10px !important;



		}








		.slide-menu a{

			font-size: 120x !important;
			padding: 0px !important;
			padding-left: 10px !important;
			padding-top: 5px !important;
		}



.subHeader{

	font-size: 19px !important;
}




	.gridNav{

		margin-bottom: 16px;
		margin-left: 11px;
	}


	.gridNav td{
		font-size: 12px;
	}

	.gridNav td:nth-child(3){
		font-size: 12px;

	}

	.gridNav:first-child, .gridButton, #catfilters a, #searchwithin{
		padding-left: 5px;
		border-radius: 2px;
		box-shadow: 0px 0px 4px #E0E0E0;



		background: #F0F0F0;

	/** SIDEBAR BOX GRADIENT TAKEN OUT HERE AND LINE 2393

		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
**/


	}


	.gridButton, #catfilters a{

		display: inline-block;
		width: 60px;
		text-align: center;



	}

.breadcrumbor{
	display: none;

}



#searchwithin{
	display:inline-block !important;

		width: 25px;
		height: 29px;
		text-align: center;
		background: #263893;
		border-color: #CCCCCC;
		opacity: 1;
margin-bottom: 2px;




color: #FFF !important;
text-transform: none !important;
padding-left: 3px !important;
padding-right: 3px !important;

}
.searchwithinbox{
width: 160px !important;
margin-right: 5px;
}



	.sideBarBox, .gridButton:hover, #catfilters a:hover{
	
		padding-left: 25px;
		border-radius: 1px;
		box-shadow: 0px 0px 4px #E0E0E0;
		background: #F0F0F0;

/** SIDEBAR BOX GRADIENT TAKEN OUT HERE AND 2330

background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(252,252,252,0.49) 17%, rgba(246,246,246,0.49) 47%, rgba(237,237,237,0.5) 99%, rgba(237,237,237,0.5) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(17%,rgba(252,252,252,0.49)), color-stop(47%,rgba(246,246,246,0.49)), color-stop(99%,rgba(237,237,237,0.5)), color-stop(100%,rgba(237,237,237,0.5)));
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(252,252,252,0.49) 17%,rgba(246,246,246,0.49) 47%,rgba(237,237,237,0.5) 99%,rgba(237,237,237,0.5) 100%);
background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(252,252,252,0.49) 17%,rgba(246,246,246,0.49) 47%,rgba(237,237,237,0.5) 99%,rgba(237,237,237,0.5) 100%);
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(252,252,252,0.49) 17%,rgba(246,246,246,0.49) 47%,rgba(237,237,237,0.5) 99%,rgba(237,237,237,0.5) 100%);
background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(252,252,252,0.49) 17%,rgba(246,246,246,0.49) 47%,rgba(237,237,237,0.5) 99%,rgba(237,237,237,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ededed',GradientType=1 );

**/


	}

.gridButton:hover {
	padding-left: 5px;
}

.dialog-detail #checkavailnadd2fav{
	padding-left: 195px;


}


.dialog-detail #maindescr{
	padding-left: 195px;

	font-size: 13px;

}


.dialog-detail .moredetlink{
	font-size: 12px;
	display: block;
	width: 100%;
	background-color: #e6e7e8;
	text-align: right;
margin: 0;
padding: 0;

padding-bottom: 5px !important;
padding-right: 5px !important;

}






#carousel_1 div{
	border: 0px !important;
	height: 128px !important;
}

.categoryFooterBar{
	display: none;
}


#collection{

	color: #808289;

}

.select2-input, .select2-search-choice, .select2-search-field, .select2-results{
	font-size: 12px !important;
}

.productInfo{
XXXdisplay: table-cell;
	vertical-align:top;

}


.sideBarBox{

	margin-top: -22px !important;
	margin-bottom: 30px !important;

}

.myaccountsidebar{
	margin-right: 10px;
}

.myaccountsidebar div ul li{
	padding-bottom: 5px;
}


.categoryHeader, .productHeader{
	color: #696868 !important;
	font-size: 26px;
	line-height: 22px;

	padding: 0px;
	margin: 0px;


	font-size: 22px;
	line-height: 22px;

	padding-bottom: 5px;

}

.productHeader{
	font-size: 17px !important;

}
.productStage{
	padding-top: 5px;
}

#productImage{
padding-top: 0px !important;
}

.panes div table tr{

border-bottom: 1px solid #999999;
}

.popcartform{

margin-left: 195px;
}

.productArea a:link, .productArea a:visited{

	XXcolor: #243889;


}



.productArea a:link:hover, .productArea a:visited:hover{

	XXcolor: darkblue;


}


.catcheck{

	XXcolor: darkblue;


}




#shopping_cart .item-total{
border: 0px solid #fac40a;
background-color: #263893;


XXbox-shadow:         -3px 2px 5px 0px rgba(50, 50, 50, 0.5);
}


#shopping_cart .item-total:hover{
color:#FFFFFF;
background-color: #45569a;
background-color: #263893;
}








#search_query_top{

		border: 2px solid #D1D3D4;
		border-radius: 3px;

		text-align: left;
		margin-left: 10px;

}

#topcartpop{


	border-color: #CCCCCC !important;
-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}

.topcartbuttons .keepshoppingbutton{
	margin-left: 5px;
	float: left;
	cursor: pointer;
}


.topcartbuttons .checkoutbutton{
margin-right: 5px;
	float: right;
	clear: none !important;
}


.popcartrow td{

	padding-top: 8px !important;

}



.popcartimg{

	padding-right: 3px !important;
}

.popcartimg img{

	width: 50px !important;
	height: 50px !important;

}


#topcartpopcontent .popcartlink a, #topcartpopcontent .popcartlink a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px !important;


}


#topcartpopcontent .popcartlink{
	line-height: 12px !important;

}
#topcartpopcontent .popcartpartnum{
		line-height: 18px !important;
}



#topcartpopcontent .popcartpartnum{

	font-weight: normal;
}


#topcartpopcontent .popcartprice{
	color: #EF6B00;
	font-weight: bold;
	padding-right: 10px !important;


}




.popcartheader, .topcartbuttons{
		text-align: center;
}

#topcartpopcontent .popcartedit {

	display: inline-block;
	margin-top: 10px !important;
	text-align: center;
}


#topcartpopcontent .popcartedit a{

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.topcartbottom{

	height: 40px;
}

#topcartpop div.popcartheader {
	background-image: none !important;
	background-color: #263893 !important;
	border-radius: 10px 10px 0 0 !important;
	height: auto !important;
	width: 100% !important;
}

#topcartpopcontent .popcartedit {
	margin: 5px 0 !important;
}

#topcartpopcontent div.popcartheader span.closecartpop {
	font-size: 12px;
	float: right;
	color: #263893;
	border-radius: 6px;
	background-color: #fff;
	margin: 5px 5px 0 -60px;
	padding: 2px;
	width: 40px;
	opacity: .95;
}

#topcartpopcontent div.popcartheader span.closecartpop:hover {
	cursor: pointer;
}

.popcarttotal{

		color: #EF6B00;
	font-weight: bold;
	text-align: right;
	font-size: 15px;

}


.popcartrow, .topcartbottom{


background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );

}




.banneradspace{

	width: 754px;

	margin-top: 0px !important;
	margin-bottom: 8px !important;
}

.banneradspace img{
	width: 754px;


}





.gridButtonPrev, .gridButtonNext{
	width: 30px !important;


}


.ui-widget {
font-family:  inherit !important;
font-size:  inherit !important;
color: inherit !important;

}

#dialog-detail{
background-color: #E6E7E8;

}

#dialog-detail, #dialog-detail a {
	color: #717171 !important;
}




#dialog-detail .logintoseeprice{
	color: #FFFFFF !important;
}




#collectionincommon{

	min-width: 100%;
}



.collectioncommonattribs{
	min-width: 100%;

	font-size: 12px;
	line-height: 15px;
	width: auto !important;
}



.collectioncommonattribs td{
	padding: 5px;
	padding-left: 0px;


}



.products .hentry{ overflow:visible; }
.hentry {
    margin:0 0 20px 0;
    padding: 0 0 20px;
}
.page .hentry{ margin-top:0;}
article.post:after {
}
article.post{ position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
    padding: 10px 10px 20px;
}
article.post:before{}
article.post:first-child:before{}
article.post:first-child{ }
.shop-page .hentry{ overflow: visible;}
.single .hentry { border-bottom:none; }
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	width: 100%;
}
.entry-thumbnail{
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.entry-image{margin-bottom: 10px;}
.entry-image img{ margin: 0 auto; text-align: center;}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	/*padding: 0 376px 0 60px;*/
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.post .entry-thumbnail img, .post .entry-content img {
	border: 5px solid #F0F0F0;
}
.cart img {
	border: none;
}
.entry-header {
	border-bottom: 1px solid #DFDEDE;
    padding-bottom: 7px;
    padding-left: 60px;
	position: relative;
	margin-bottom: 10px;
}

.entry-header:before {
	background: url("images/post-formate-icons.png") no-repeat scroll 0 0 #903537;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
    content: "";
    height: 43px;
    left: 0;
    position: absolute;
    top: 0;
    width: 43px;
}
.page-title{ border: none; padding: 0;}
.page-title:before{ display: none;}
article.format-standard .entry-header:before{background-position: -21px -23px;}
article.format-aside .entry-header:before{background-position: -111px -23px;}
article.format-image .entry-header:before{background-position: -201px -23px;}
article.format-gallery .entry-header:before{background-position: -290px -23px;}
article.format-video .entry-header:before{background-position: -378px -23px;}
article.type-attachment .entry-header:before{background-position: -468px -23px;}
article.format-chat .entry-header:before{background-position: -557px -23px;}
article.format-link .entry-header:before{background-position: -647px -23px;}
article.format-status .entry-header:before{background-position: -735px -23px;}
article.format-audio .entry-header:before{background-position: -825px -23px;}
article.format-quote .entry-header:before{background-position: -932px -23px;}

.entry-title, .page-title {
	font-weight: bold;
}

.entry-title {
	margin: 10px 0;
	font-size: 18px;
	line-height: 18px;
	color: #696868;
}

.page-title {
	line-height: 24px;
}

.entry-title a, .page-title a {
	color: #903537;
}

.entry-title a:hover, .page-title a:hover {
	color: #5C483C;
}



/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}
.empty-entry-header{
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.entry-meta a {
	color: #696868;
}

.entry-meta a:hover {
	color: #5C483C;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.comments-link {
	margin: 10px 0;
}

.comments-link a{
	color: #000000;
}

.comments-link a:hover{
	color: #903537;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link {
	float: right;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	line-height:20px;
}

.entry-content a,
.comment-content a {
	color: #7D7B6D;

}

.entry-content a:hover,
.comment-content a:hover {
	color: #963B3D;

}

.entry-content blockquote {
}
.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 14px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;

	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #963B3D;
	border: 1px solid #963B3D;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #959B8F;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	width:100%;
}
#gallery {
	width:100%;
	display: inline-block;
	margin: 0;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}
.gallery-item.first{ clear: both;}
.gallery-item .gallery-icon img
{
	max-width: 100%;
	height: auto;
	padding-bottom:12px;
	background:url("images/product_boxshadow.png") no-repeat scroll center bottom  transparent ;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: inline-block;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 100%;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#gallery li{ list-style:none; }
.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
}
.format-aside .entry-content {
	padding: 20px 20px 0;
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
}

.format-aside .entry-meta {
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
}

.format-audio .entry-title {
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

article.post.sticky {
	background: #F0F0F0;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
    box-shadow: -2px 3px 3px #CCCCCC;
    padding: 15px;
}
article.sticky .entry-header:before{ }
.sticky	.entry-title{
	border-bottom: 1px dashed #D4D3D3;
    padding-bottom: 10px;
}
.sticky .entry-header {
	border: none;
	padding-bottom: 0;
}
.sticky .entry-meta a, .sticky h1 a{ color:#903537; }
.sticky .entry-meta a:hover, .sticky h1 a:hover{ color:#903537; }
.sticky .read-more{ text-transform:capitalize; margin:10px 0; text-align: right;}
.sticky .read-more a{
	  background-color: #923739;
    border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-khtml-border-radius: 20px 0 0 20px;
    color: #fff;
    float: right;
    margin-right: -15px;
    padding: 5px 20px;
    width: auto;
}
.sticky .read-more a:hover{
	color: #5C483C;
	background-color: #F9F9F9;
}
.read-more {
	text-transform:capitalize;
	float: right;
    margin: 15px 0 5px;
}
.sticky .entry-meta > span.featured-post {
}

/* Chat */
.format-chat {

}

.format-chat .entry-title {
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title { }

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
}
.format-gallery .gallery_title{ display: none;}

/* Image */
.format-image .entry-title {
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
}
.format-link .entry-meta a{ }

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}
.format-link .entry-title {	}
.format-link .entry-title a { }
.format-link div.entry-meta { }
.format-link .entry-content {
	margin: 10px 0;
}

/* Quote */
.format-quote {
}

.format-quote .entry-meta {
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.format-quote .entry-content {
	margin: 10px 0;
}

.format-quote .entry-content blockquote {
	line-height: 30px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
}

.format-quote .entry-content cite a {
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-weight: 300;
	position: relative;
	background: none;
	border: none;
}

.format-quote blockquote:before {
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
article.post.status{ background: transparent;}
.format-status {
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}
.format-status .entry-content{
	color: #903537;
	font-size: 18px;
}

.format-status .entry-content a {
}

.format-status .entry-meta a {
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
 background: none repeat scroll 0 0 / 4px 4px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 1px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
}

.format-status .entry-content {
}

.format-status .entry-content p:first-child:before {
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
	line-height: 30px;
}

.format-status .entry-meta {
	line-height: 5px;
    margin-top: 0;
    padding: 15px 0;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {}
.format-video .entry-content p{ }
.format-video .entry-title a{ }
.format-video .entry-title a:hover{ }
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {}
.format-video .entry-title {}
.format-video .entry-meta {}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry { }
.attachment .entry-header { }
.attachment .entry-title { }
.attachment .entry-title:before { }
.attachment .entry-meta { }
.hentry.attachment:not(.image-attachment) .entry-meta {}
.attachment footer.entry-meta { }
.attachment-meta:before { }
.full-size-link a:before { }
.full-size-link:before { }

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
}

.attachment .entry-content { }
.image-navigation {
	 margin: 10px 0;

}
.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous a,
.image-navigation .nav-next a {
 	background: none repeat scroll 0 0 #963B3D;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #963B3D;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-right: 5px;
    padding: 3px 10px 7px;

}

.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #B2B2B2;
	border:1px solid #B2B2B2;

}
.image-navigation .nav-next { }
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {}
.attachment .entry-attachment{ clear: both; display: inline-block;}
.attachment .entry-attachment .attachment { }
.attachment .entry-caption { }
.attachment .entry-description { }
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child { }
.attachment .site-main .sidebar-container { }

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}
.navigation #nav-below{ float:right; }
.woocommerce-pagination{  clear:both; }
.navigation.paging-navigation a:hover,
.paging-navigation a.current,
.wpsc_page_numbers_bottom span.current,
.woocommerce-pagination li span.current,
.shop-page #nav-below a.current{
	color:#FFF;
	text-decoration: none;
	border:1px solid #963B3D;
	background:none repeat scroll 0 0 #963B3D;
}
.woocommerce-pagination { text-align:right; }
.woocommerce-pagination ul{ margin:0; padding:0; }
.woocommerce-pagination li a{ color:#FFF; }

/*.navigation a.first{ padding:0 4px; }*/
.paging-navigation,
.post-navigation,
.woocommerce-pagination,
.shop-page #nav-below {
	 background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
    margin: 10px 0;
    padding: 5px;
}

.paging-navigation .nav-links {
	width: 100%;
	text-align: center;
}
.shop-page #nav-below{
	width: 100%;
	text-align:right;
}

.sidebar .paging-navigation .nav-links {
	/*padding: 0 376px 0 60px;*/
}
.blog .paging-navigation .nav-next {
	padding: 0 0 0;
}
.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a,
.post-navigation a,
.wpsc_page_numbers_bottom a,
.woocommerce-pagination li span,
.woocommerce-pagination li a,
.shop-page #nav-below a,
.wpsc_page_numbers_bottom span
{
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	background: none repeat scroll 0 0 #B2B2B2;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    padding: 2px 7px 3px;
}
.woocommerce-pagination li{ display: inline-block; margin-right: 5px;}
.woocommerce-pagination li span, .woocommerce-pagination li a{ margin-right: 0;}
.post-navigation a{ }

.post-navigation a:hover,
.wpsc_page_numbers_bottom a:hover,
.woocommerce-pagination li span:hover,
.woocommerce-pagination li a:hover,
.shop-page #nav-below a:hover,
.wpsc_page_numbers_bottom span.current{ background:#963B3D; color:#FFF; border:1px solid #963B3D; }
.paging-navigation .meta-nav {
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}
.paging-navigation .nav-previous .meta-nav { }
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {

	text-decoration: none;
}

.post-navigation {
	font-weight: 300;
}

.post-navigation .nav-links {
 width:100%;
}

.sidebar .post-navigation .nav-links {
	/*padding: 0 376px 0 60px;*/
	padding:0 5px;
}

.post-navigation a[rel="next"] {
	float:right;
}
.post-navigation a[rel="prev"] {
	float:left;
	margin-left:5px;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */
.author-info {
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}
.author.sidebar .author-info {
	padding: 30px 376px 10px 60px;
}
.single .author-info {
	padding: 50px 0 0;
}
.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}
.single-format-status .author-description {
}
.author-description .author-title {
	clear: none;
	font-size: 20px;
	margin: 0 0 8px;
}
.author-link {
	color: #ca3c08;
	margin-left: 2px;
}
.author.archive .author-link {
	display: none;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */
.archive-title,
.archive-meta {
	font-size: 25px;
	margin:0;
	padding: 8px 0;
	width: 100%;
}
.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}
.sidebar .archive-meta {
	padding-right: 316px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */
.page-title {
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
}
.page-content {
	padding: 5px 0;
	width: 100%;
}
.sidebar .page-content {
	padding: 0;
}
/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .page-header {
	background-color: #fff;
}
.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}
.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-wrapper {
	background-color: #e8e5ce;
}
.error404 .page-header,
.error404 .page-content {
	padding-bottom: 40px;
	width: 100%;
}
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	width: 100%;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
/*	padding-left: 60px;
	padding-right: 376px;*/
}
.comments-title {
	margin: 5px 0;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after,
.comment-list .children > li:before {
	/*background: url(images/dotted-line.png) repeat left top;*/
	border-top:1px dashed #CFD4CB;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li{
	margin-bottom: 10px;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding:0;
	position: relative;
}
.comment-author {
	float: left;
	max-width: 74px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
	font-size: 13px;
}
.comment-meta a:hover {
}
.comment-metadata {
	margin-bottom: 5px;
}
.comment-content p{ margin-bottom:8px; }
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #F5F5F5;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font-size: 15px;
	line-height: 23px;
	margin:0 0 15px;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}


.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-weight: 300;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
*/
.site-main .mu_register {
	width: 100%;
}
.mu_alert {
	margin-top: 25px;
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}
.site-main .mu_register input[type="submit"] {
	width: auto;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
*/
.site-main .widget-area {
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
*/
.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 20px;
	/*padding: 20px;*/
	word-wrap: break-word;
}

.site-footer .fourth-widget.widget{ margin-right: 0; float: left;}

.widgets-FooterContactUsservices{ line-height:24px; }
.sidebar-container .widget .widget-title,
.widget-area .widget .widget-title,
.secondary-sidebar .widget .widget-title,
.sidebar-container .widget .widget-title,
.widget-area .widget .widget-title,
.secondary-sidebar .widget .widget-title,
#tertiary .widget .widget-title{
	background: url("images/inner_bg.png") repeat scroll 0 0 transparent;
	font-size:19px;
	color:#696868;
	padding:5px 10px;
	margin:0;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius : 2px;
}

.widgets-follow-me h3{ display:none; }
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shopping-cart-wrapper {
    background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
    margin: 0;
    padding: 10px;
    position: relative;
}

.widget .main-ul li li{
	margin: 5px 0;
	padding: 5px 5px 5px 22px;
	background: url("images/linkArrow.png") no-repeat scroll 5px 12px transparent;
	border-bottom:1px dashed #D4D3D3;
	overflow: visible;
}
.widget .main-ul li li:hover {
	background: url("images/linkArrow_hover.png") no-repeat scroll 5px 12px transparent;
}
.sidebar-inner .widget .main-ul,
.sidebar-inner .widget .main-ul,
.sidebar-inner .widget .main-ul{margin: 5px 0; padding: 5px; overflow: visible;}
.sidebar-inner .widget.widget_price_filter .main-ul{ overflow: visible;}
.sidebar-inner .footer-main .widget .main-ul,
.sidebar-inner .footer-main .widget .main-ul,
.sidebar-inner .footer-main .widget .main-ul{ padding: 5px 0;}

.footer-main .widget li,
.footer-main .widget .main-ul li li,
.footer-main .widget .main-ul li li:hover{ background:none;  border: medium none; margin: 0; padding: 4px 0; overflow: visible

;}
.widget li:last-child{ border-bottom:none; }
.widget .children li:last-child {
	padding-bottom: 0;
	border: medium none;
}
.widget a {
	color: #717171;
}
.widget a:hover {
	color: #903537;
}
.site-header .widget{background-color: transparent;}
.widget .single-post{ clear: both; display: inline-block; border-bottom: 1px dotted #DDDDDC; padding: 7px 0;}
.widget .single-post .post-img{ float: left; margin-right: 10px;}
.widget .single-post .post-img img{}
.widget .single-post .post-title{display: inline-block; margin-bottom: 0; margin-top: 0; text-transform: none; font-family: 'Open Sans',Arial,Helvetica,sans-serif;}
.widget .single-post .post-title.no-image{width: 100%;}
.widget .single-post .post-excerpt{ display: inline-block;}
.widget .single-post .post-date{ display: inline-block; width: auto;}
/* Search widget */


/* RSS Widget */

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);

}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.format-gallery .gallery_title{ display: none;}
.page-title{ border: none; padding: 0; text-transform: capitalize;}
.page-title:before{ display: none;}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site-footer {
	background:none;
	color: #959B8F;
	clear:both;
	margin:15px 0 0 0;
}
.footer-main
{
	padding: 25px 0 15px;
	clear:both;
}
.footer-main li{ list-style: none;}
.footer-main .service-list span,
.widget .widget_product_categories li ul li,
.widget_wpsc_categorisation .wpsc_categorisation_group li,
.widgets-recentcomments span,
#tertiary .widget_wpsc_price_range li{ padding:4px 0; }
.site-footer .fourth-widget {
	width:260px !important;
}
.site-footer .widget_newsletterwidget .widget-title{
	border-bottom: medium none;
    color: #963F40;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.jigoshop .site-footer .widget_newsletterwidget .main-ul{
	display: table;
    margin: 0;
    padding: 0;
}
.site-footer .footer-main .widget_newsletterwidget
{
	background:url("images/footer_newslatter_bg.png") repeat scroll center right transparent;
    padding: 15px 10px;
	color:#FFF;
	overflow: visible;
	border-radius:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	clear: both;
}
.footer-main .widget_newsletterwidget .newsletter
{ margin:12px 0 0 0; display: table;}
.footer-main .widget_newsletterwidget .newsletter p { margin:0 2px 12px 0; float:left; padding:0;}
.footer-main .widget_newsletterwidget .newsletter p input.newsletter-email
{
	border-radius:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background:#F0F0F0;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.21) inset;
	border-top: transparent;
	border-right: transparent;
}
.footer-main .widget_newsletterwidget .newsletter p input.newsletter-email:focus{
	border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
	border-top: transparent;
	border-right: transparent;
}
input.newsletter-submit,input.newsletter-submit:focus, input.newsletter-submit:hover { float:right;
background:url("images/mail.png") no-repeat scroll center center transparent;
height:30px;
width: 40px;
transition-duration:0ms;
border:none;
}
.footer-main .wpsc_second_level_categories	{ display:none;}
.cat_image
{
	background:url("images/category_default.jpg") no-repeat scroll center right transparent;
}
.widget_product_categories li ul{ margin-left:0;  }
.footer-menu-links
{
	text-align:center;
	width:100%;
}
.footer-menu-links ul{ padding:0; margin:0; }
.footer-bottom-border
{
	background:url("images/foooter_doubleline.png") repeat-x scroll top center transparent;
	overflow: visible;
	padding:25px 0 10px;
	clear: both;
}
.footer-menu-links li{
	display: inline;
	margin-right:10px;
	background:url("images/footer_line_sep.png") no-repeat scroll center right transparent;
	padding-right:10px;
	line-height:19px;
}
.footer-menu-links li:last-child{ background:none; }
.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}
.site-footer a {
	color: #717171;
}
.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}
.footer-banners{
    margin: 0 0 20px;
    padding: 25px 0;
    width: 100%;
	display: inline-block;
	position: relative;
}
.footer-banners ul{ margin: 0; padding:0;}
#footer-widget-area { float:left; width:100%;}
.footer-banners:before{
	background: url("images/footer_banner_border.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    content: "";
    height: 8px;
    position: absolute;
    width: 100%;
	top: 0;
	left: 0;
}
.footer-banners:after{
	background: url("images/footer_banner_border.png") repeat-x scroll bottom center transparent;
    content: "";
    height: 8px;
    position: absolute;
    width: 100%;
	bottom: 0;
	left: 0;
}
.footer-banners #banner1	{ float:left; padding-left: 15px;}
.footer-banners #banner2	{ float:left; margin:0 40px;}
.footer-banners #banner3	{ float:left;}
.site-footer .widget-area {
	width: 100%;
}

.site-footer .widget {
	background: transparent;
	float: left;
	padding: 0;
	width: auto;
	margin-right: 4%;
}

.first-widget {
	padding-left: 15% !important;
}

.footer-widget{ clear:both;}
.widget ul span{ display: inline-block;}
.jigoshop .widget-area .widget ul span{ display: block; text-transform: capitalize;}
.widget .follow-me > span{ width:auto; }
.header_cart .widget ul .quantity span{ width: auto; }
.sidebar .site-footer .widget:nth-of-type(3){ }
.sidebar .site-footer .widget:nth-of-type(4) {
	margin-right: 0;
}
.site-footer .widget a {
	color: #717171;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #3C3E3E;
    font-size: 16px;
    margin: 0 0 10px;
}
.site-info {
	padding: 0;
	width:100%;
	text-align:center;
	margin:8px 0 0 0;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}

.main-navigation,
.header-main,
.footer-main,
.top_main,
.top-area-inner{
	margin: auto;

	padding-left: 0px;

	width: 100%;

}

.site-header {
	padding: 5px;
}

.content-main {
	margin: auto;
	width: 1000px
}

#page {
	margin:  auto;
	background: white;
	width: 1020px;
	/*padding-left: 10px;
	padding-right: 10px;*/


}

.header-main{ position:relative; }

.homepage #primary #content
{
	background:none;
	padding:0;
	overflow: visible;
}
#primary #content
{
	background:url("images/search_bg.png") repeat scroll center bottom transparent;
	padding:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow: visible;
}
#primary #content{ overflow: visible;}

.header_contactus
{
	font-size:14px;
	color:#903537;
	margin:14px 0 0 5px;
	padding:0 0 0 25px;
	background:url("images/sprite.png") no-repeat scroll -81px -506px  transparent;
}
.header_contactus span{ text-transform:capitalize; }

.header-top-contactus h3{ display:none; }

.header-top-contactus {
	 padding-top:0;
	 float:right;
	 margin: 0 10px 0 0;
}
.top_main
{
	clear:both;
	XXbackground: url("images/manu_line_bg.png") repeat-x scroll center bottom transparent;
	margin:0 auto;
	height:64px;
	/*padding:10px 0;*/
}

.header-top{ margin:40px 0 0; width:35%; float:left; }
.site-header{ margin:0; }
.attachment.single.body_leftcallout #primary, .attachment.single.body_rightcallout #primary, .attachment.single.body_twoleftcallout #primary, .attachment.single.body_tworightcallout #primary, .attachment.single.body_threecallout #primary {width: 100%; margin: 0; float: none; }


/***** Start rightcallout *****/
.body_rightcallout #primary,
.woocommerce-page.body_rightcallout #primary,
.right-sidebar #primary,
.body_twoleftcallout .right-sidebar #primary,
.body_tworightcallout .right-sidebar #primary,
.body_threecallout .right-sidebar #primary{ width: 76%; float: left; margin-right: 2%; margin-left:0; }

.body_rightcallout #tertiary,
.right-sidebar #tertiary,
.body_twoleftcallout .right-sidebar #tertiary,
.body_tworightcallout .right-sidebar #tertiary,
.body_threecallout .right-sidebar #tertiary{ width: 22%; float: right;  margin-right: 0; margin-left: 0;}
/***** End rightcallout *****/

/***** Start leftcallout *****/
.body_leftcallout #primary,
.woocommerce-page.body_leftcallout #primary,
.left-sidebar #primary,
.body_twoleftcallout .left-sidebar #primary,
.body_tworightcallout .left-sidebar #primary,
.body_threecallout .left-sidebar #primary{ width: 76%; float: right; margin-left: 2%; margin-right:0; }

.body_leftcallout #tertiary,
.left-sidebar #tertiary,
.body_twoleftcallout .left-sidebar #tertiary,
.body_tworightcallout .left-sidebar #tertiary,
.body_threecallout .left-sidebar #tertiary{ width: 22%; float: left; margin-right: 0; margin-left: 0;}
/***** End leftcallout *****/


 /***** Start twoleftcallout *****/
.body_twoleftcallout #primary { float: right; width: 55%;}
.woocommerce-page.body_twoleftcallout #primary{ float: left; width: 75%; margin-right:0; }
.body_twoleftcallout #tertiary{  float: right; width: 23%; margin-right:2%;}
.woocommerce-page.body_twoleftcallout #tertiary{  float: right; width: 23%; margin-right:0;}
.body_twoleftcallout .secondary-sidebar{  float: left; width: 18%; margin-right:2%;}
/***** End twoleftcallout *****/

/***** Start tworightcallout *****/
.body_tworightcallout #primary{float: left; width: 55%;}
.woocommerce-page.body_tworightcallout #primary{ float: left; width: 75%; }
.body_tworightcallout #tertiary{float: left; width: 23%; margin-left:2%;}
.body_tworightcallout .secondary-sidebar{float: right; width: 18%; margin-left:2%;}
/***** End tworightcallout *****/

/***** Start threecallout *****/
.body_threecallout #primary{ float: left; width: 55%; margin-right:2%;}
.woocommerce-page.body_threecallout #primary{ float: left; width: 75%;  }
.body_threecallout #tertiary{float: right; width: 23%;}
.body_threecallout .secondary-sidebar{float: left; width: 18%; margin-right:2%;}
.woocommerce-page.body_threecallout .secondary-sidebar{ display:none;}
/***** End threecallout *****/

.body_leftcallout .full-width #primary,
.body_rightcallout .full-width #primary,
.body_twoleftcallout .full-width #primary,
.body_tworightcallout .full-width #primary,
.body_threecallout .full-width #primary{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}


/***** End threecallout *****/

/***** Start BreadCrumbs *****/
.shop-page #breadcrumb{ display: none;}
#breadcrumbs,
#breadcrumb,
.woocommerce-breadcrumb {
    margin-bottom: 0;
	font-size: 0.92em;

	margin-bottom: 15px;


}
#breadcrumbs a,
#breadcrumb a,
.woocommerce-breadcrumb a {
    text-decoration: none;
    color: #848383;
}

#breadcrumbs a:hover,
#breadcrumb a:hover,
.woocommerce-breadcrumb a:hover {
    color: #263893;
}
.breadcrumbs{ margin-bottom: 10px;}

/***** End BreadCrumbs *****/

/***** Start Portfolio 2 columns Page *****/

h1.entry-title-port { margin-bottom: 10px; font-size: 15px;}

.portfolio_wrapper {}

.portfolios li .main img, .portfolio_wrapper li .main img, .portfolio_wrapper div.main img
{
	display:inline-block;
	background:url("images/product_boxshadow_portfolio.png") no-repeat scroll center bottom  transparent ;
	border:none;
}
.portfolios ul{ margin-top: 0;}

.portfolio_image .image1 { border: 5px solid #EEE; }

.imageOver {
	background: url("images/megnor/zoom2.png") no-repeat 50% 50% rgba(0,0,0, 0.5);
	position: relative;
	top :auto !important;
}

.portfolio_2column, .portfolio_two{ float: left; width: 100%; padding:0; }

.portfolio_2column li, .portfolio_two li{

	vertical-align: top;

	float:left;

	list-style: none outside none;

	margin-bottom: 15px;

	margin-right: 1%;

	width: 49%;

}

.portfolio_2column li img, .portfolio_two li img{}

.portfolio_details { float: left; width: 100%;}

.portfolio_2column li.not-last, .portfolio_two li.first {float: left;}

.portfolio_2column li.last, .portfolio_two li.last { margin-right:0; float: right;}

/***** End Portfolio 2 columns Page *****/



/***** Start Portfolio 3 columns Page *****/

.portfolio_3column { float: left; width: 100%;padding:0; }

.portfolio_3column li, .portfolio_three {

	float: left;

    list-style: none outside none;

    margin-bottom: 15px;

    margin-right: 1.4%;

    vertical-align: top;

    width: 32.4%;

}

.portfolio_3column li img, .portfolio_three img{}

.portfolio_3column li.last, .portfolio_three.last {  float: right; margin-right: 0;}

/***** End Portfolio 3 columns Page *****/



/***** Start Portfolio 4 columns Page *****/

.portfolio_4column { float: left; width: 100%; padding:0; }

.portfolio_4column li, .portfolio_four {

	vertical-align: top;

	float:left;

	list-style: none outside none;

	margin-bottom: 15px;

	margin-right: 1.3%;

	width: 24%;

}

.portfolio_4column li img, .portfolio_four img{ }

.portfolio_4column li.last, .portfolio_four.last{ margin-right:0; float: right;}

/***** End Portfolio 4 columns Page *****/



/***** Start Gallery Page *****/

.gallery-page .gallery_title{}

.gallery-page .view-gallery{}

.gallery-page article{ width: 100%;}

.gallery-page article .entry-header{ margin-bottom: 0;}

.gallery-page #primary{width:100%;}



/***** Start Gallery 1 column *****/

.gallery-page .gallery-columns-1 .gallery-item{ float: left; width: 100%;}

.gallery-page .gallery-columns-1 .gallery-item.last{}

/***** End Gallery 1 column *****/



/***** Start Gallery 2 column *****/

.gallery-page .gallery-columns-2 .gallery-item{ float: left; width: 49%;  margin-right:1%;}

.gallery-page .gallery-columns-2 .gallery-item.last{margin-right:0;float: right;}



/***** End Gallery 2 column *****/



/***** Start Gallery 3 column *****/

.gallery-page .gallery-columns-3 .gallery-item{ float: left; width: 32%; margin-right:1%;}

.gallery-page .gallery-columns-3 .gallery-item.last{margin-right:0;}

/***** End Gallery 3 column *****/



/***** Start Gallery 4 columns *****/

.gallery-page .gallery-columns-4 .gallery-item{ float: left; width: 23%; margin-right:2%;}

.gallery-page .gallery-columns-4 .gallery-item.last{margin-right:0;}

/***** End Gallery 4 columns *****/



/***** Start Gallery 5 columns *****/

.gallery-page .gallery-columns-5 .gallery-item{ float: left; width: 19%; margin-right:1%;}

.gallery-page .gallery-columns-5 .gallery-item.last{ margin-right:0;}

/***** End Gallery 5 columns *****/



/***** Start Gallery 6 columns *****/

.gallery-page .gallery-columns-6 .gallery-item{ float: left; margin-right: 2%; width: 15%;}

.gallery-page .gallery-columns-6 .gallery-item.last{ margin-right:0;}

/***** End Gallery 6 columns *****/



/***** Start Gallery 7 columns *****/

.gallery-page .gallery-columns-7 .gallery-item{ float: left; width: 13%;  margin-right:1.5%;}

.gallery-page .gallery-columns-7 .gallery-item.last{ margin-right:0;}

/***** End Gallery 7 columns *****/



/***** Start Gallery 8 columns *****/

.gallery-page .gallery-columns-8 .gallery-item{ float: left; width: 11%;  margin-right:1.7%;}

.gallery-page .gallery-columns-8 .gallery-item.last{ margin-right: 0;}

/***** End Gallery 8 columns *****/



/***** Start Gallery 9 columns *****/

.gallery-page .gallery-columns-9 .gallery-item{ float: left; width: 11.11%;}

.gallery-page .gallery-columns-9 .gallery-item.last{ margin-right: 0;}

/***** End Gallery 9 columns *****/



/***** End Gallery Page *****/



/***** Start Contact Us Page *****/

.contact-page{clear: both; margin-bottom: 10px; overflow: hidden;}

.contact-page #primary{width:100%;}

.contact-main{ width: 100%; clear: both;}

#contact-form {
	display:inline-block;
	width: 100%;
	margin-right: 14px;
	vertical-align:top;
}

#contact-form fieldset
{
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #D1D1CF;
    margin: 0 2px;
    padding:10px;
}

.contact-page .post-contact{ border:1px solid #D1D1CF; margin-top: 10px; margin-bottom:10px; padding:10px; background:#FFF;}

#contact-form p{ clear: both; margin-bottom: 5px; overflow: hidden;}

#contact-form label { font-weight: normal; float: left;}

#contact-form em
{
	margin-top: 3px;
	margin-left: 4px;
	float: left;
}

#contact-form input {

	float: left;

	border-color: #DDDDDD;

	border-style: solid;

	border-width: 1px;

	padding: 4px;

	width: 50%;

	margin-right: 5px;

	color: #5F6684;

	clear: both;

}

#contact-form textarea {

	border-color: #DDDDDD;

	border-style: solid;

	border-width: 1px;

	height: 115px;

	padding: 4px;

	width: 100%;

	color: #5F6684;

	margin-right: 5px;

}

.contact-page .contact-info
{
	padding:10px;
	width: 47%;
	min-height:384px;
	display:inline-block;
	vertical-align:top;
}

.contact-page .post-contact strong { font-weight: normal;}

label.error{
	background: url("images/error.png") no-repeat scroll 0 3px transparent; color: red; padding-left: 20px; float: left;
	font-size: 12px;
}

.comment-form-comment label.error{ padding-left: 20px;  width: 100%;}

#contact-form label.error{

	background: url("images/error.png") no-repeat scroll 1px 4px transparent;

    color: red;

    float: left;

    height: 20px;

    padding-left: 20px;

    padding-top: 3px;

}

.footer_contactus { margin-top:10px; margin-bottom:10px; overflow: visible; }

#address i:before{ font-style:normal; font-size: 18px;}

.contact-info .title {font-size:17.5px; margin:0 0 10px; }

.contact-info i{ float: left; position:relative; }
.contact-info i.icon-envelope:before {
	margin-right: 7px;
    content: "\2709";
}
.contact-info i.icon-phone:before {
	margin-right: 7px;
    content: "\260E";
}
.contact-info .icon-home, .contact-info .icon-phone{}
.contact-info span{ float: left;}
.contact-info li{ clear:both; margin-bottom: 10px; overflow: hidden;}

/***** End Contact Us Page *****/


/* Start mobile toggle for sidebars */

.mobile_togglecolumn {

	background:url("images/toggle-arrow.png") no-repeat scroll right 4px transparent;

	display:block;

	cursor:pointer;

	width:100%;

	margin-top: -25px;

	overflow: hidden;

	padding:0 0 4px;

}

.active .mobile_togglecolumn  { background-position:right -48px; }
.mobile_togglemenu {
	background:url("images/plus-minus.png") no-repeat scroll right 4px transparent;
	display:block;
	cursor:pointer;
	width:100%;
}
.active .mobile_togglemenu  { background-position:right -48px; }
/* End mobile toggle for sidebars */





/* Start Go Top */

.go-top {

    position: fixed;

    bottom: 15px;

    right: 20px;

    display: none;

    z-index: 200;

    color: transparent;

    background: url("images/up.png") no-repeat scroll 0 0 transparent;

    height: 46px;

    width: 43px;

	font-size:0;


}



.go-top:hover {

    opacity: 0.9;

    color: transparent;

    text-decoration: none;

}

/* End Go Top */



/* Sub banner home page */


.home_subbanner{ margin-bottom:15px; }
.home-topbanner{ float:right }
.home-topbanner #banner2{ margin-top: 10px; }

/* over Sub banner home page  */

#featured {
	overflow: hidden;
}



.home-featured{ clear:both; }
.product_list_widget li a{ width:100%; clear:both; margin-bottom:10px;}


#featured-carousel p.wpsc-product-old-price	{ display:none;}
.header_cart{ float:right; margin:10px 10px 0; clear:both; }
.header_login{float: right;    margin: 15px 0 8px 5px;}
.header_login .tab_content{ border: none;}
.header-bottom ul{  }
/*.header_cart nav{ position: absolute; right: 0; bottom: 0;}*/
.header_cart ul.pagenav{ padding: 0; background: none; margin: 0;}

.tm-homeslider{ float:left; width:740px; }
.top-area-inner .subbanner2	{ margin:10px 0 0 0;}

/*************footer social link *****************/

#branding{ padding:10px 0 0 0; }

.follow-me a{

	 text-indent:-500px;

	 overflow:hidden;

	 display:block;

	 height:36px;

	 width:36px;

	 margin-right:8px;

	 float:left;  }

.follow-me .fb{ background:url("images/sprite_pict_social_block.png") no-repeat scroll 0 -40px transparent }

.follow-me .twitter{ background:url("images/sprite_pict_social_block.png") no-repeat scroll 0 -200px transparent }

.follow-me .rss{ background:url("images/sprite_pict_social_block.png") no-repeat scroll 0 -120px transparent;}



.follow-me .fb:hover{ background-position:0  0; }

.follow-me .twitter:hover{background-position: 0 -160px; }

.follow-me .rss:hover{ background-position: 0 -80px; }



/**************** Over footer social link**************/



.entryt-image{ margin-bottom:30px; }



/**************** product page carousel**************/



.thumbnails  {

    clear: both;

}

/****************End product page carousel**************/

/******************  TEAM  *****************************/

.team img {

    background: none repeat scroll 0 0 #F9F9F9;

    border: 1px solid #F0F0F0;

    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.035);

    display: table;

    height: 200px;

    margin: 10px auto;

    padding: 8px;

    width: 200px;

	-webkit-border-radius: 100%;

	-moz-border-radius: 100%;

	-khtml-border-radius: 100%;

	border-radius: 100%;



}

.team span h4 {

    line-height: 20px;

    text-align: center;

	font-size:18px;
	text-transform: uppercase;
	margin: 5px 0;

}

.team .name { margin-bottom: 10px;}

.team .name small {

    font-size: 12px;

    font-style: italic;

    line-height: 18px;

}

.team-social {

    margin: 20px auto;

}

.team-social {

    margin: 20px auto;

}

.team-social ul {
	display: table;
    margin: 0 auto;
    padding: 0;

}
.footer_contactus ul {
	margin: 0;
    padding: 0;
}

.team-social ul li {

    float: left;

    list-style: none outside none;

}



.team-social a {

    color: #5A5A5A; text-decoration:none;

}

.team {

    text-align: center;

}
.team .one_third{
	margin: 0 2%;
}

.team p {

    padding: 0 5px;

	text-align:center;

}
.team-social ul li i{
    color: #fff;
    background:url("images/megnor/team.png") no-repeat scroll left center transparent;
    float: left;
    font-size: 0;
    height: 27px;
    width: 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    -khtml-border-radius: 10px;
}
.team-social ul li i.icon-google-plus:hover{ background-position: -7px -41px;}
.team-social ul li i.icon-google-plus{ background-position:-7px -8px;}
.team-social ul li i.icon-facebook:hover{ background-position: -7px -107px;}
.team-social ul li i.icon-facebook { background-position: -7px -76px;}
.team-social ul li i.icon-twitter:hover{ background-position: -7px -166px;}
.team-social ul li i.icon-twitter{ background-position:-7px -134px;}
.team-social ul li i.icon-linkedin:hover{ background-position:-7px -233px;}
.team-social ul li i.icon-linkedin{ background-position: -7px -201px;}

.yith_magnifier_gallery li{ text-align: center;}
.yith_magnifier_zoom img{ margin: 0 auto;}

/************ END TEAM *********************/
select{
	border: 1px solid #E5E5E5;
    color: #959B8F;
    cursor: pointer;
    padding: 5px;
}


.faqs-content {

clear: both;

}


/******************* START HOME CMS BLOCK ***********/
.cmsblock_content
{
	background: url("images/footer_banner_border.png") repeat-x scroll top center transparent;
	width:100%;
	overflow:hidden;
	padding:30px 0 15px 0;
	margin:15px 0 0 0;
	clear: both;
}
.home_cmsblock_top	{ text-align:center; margin:0 0 22px 0;}
.home_cmsblock_maintitle
{
	 color: #696868;
    font-family: Ubuntu,Arial,Verdana;
   font-family: 'Open Sans',Arial,Verdana;
    font-size: 32px;
    line-height: 32px;
}
.home_cmsblock_subtitle
{
	color: #696969;
    font-size: 18px;
	margin:15px 0;
}
.cms_banner1	{ float:left; }
.cms_banner2	{ float:left; margin:0 65px;}
.cms_banner3	{ float:left;}
.home_cmsblock_bottom img:hover { opacity:0.7;transition-duration:300ms}

/******************* END HOME CMS BLOCK ***********/

/*==================== Extra Css Addded  ============ */


.header_cart .shopping-cart-wrapper { background:none; padding:0;}

.header_cart #shoppingcartcontents	{ position:relative;}
.header_cart .shoppingcart .shoppingcart_inner	{ background:#F6F6F6;border-radius:5px;-moz-border-radius: 5px;
	-khtml-border-radius: 5px; padding:5px;}
.top_cart_heaading	{ position:relative; cursor:pointer;}
.header_cart  .cart_text
{
	font-size:14px;
	text-transform:uppercase;
}
.header_cart .cart_item
{
	background: none repeat scroll 0 0 #B4D2D0;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 1px 6px;
}
.header_cart #theme-checkout-count
{
	 background: url("images/sprite.png") no-repeat scroll 0 -59px transparent;
	 padding:4px 0 2px 34px;
}
.header_cart #theme-checkout-count:hover	{ background: url("images/sprite.png") no-repeat scroll 0 -99px transparent;}
.header_cart #theme-checkout-count:hover .cart_text	{ color:#333;}
.header_cart .shoppingcart table	{ margin:0;}
.header_cart .shoppingcart .cart-widget-total td	{ padding-right:0px; text-align:right; border-top:1px dashed #D4D3D3;}

.shoppingcart table .gocheckout	{ float:right;}
.shoppingcart table .wpsc_empty_the_cart	{ float:right; margin:0 5px 0 0;}

.shopping-cart-wrapper .remove_button, .shopping-cart-wrapper .remove_button:hover
{ background:url("images/delete.gif") no-repeat scroll 0 4px transparent !important}
.cart-widget-total span.pricedisplay	{ color:#5C483C;}
#empltycart { text-align:center;}
.user-profile-links	{ width:100%; margin:0 0 15px 0;}
.user-profile-links a	{   background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border:1px solid #E9E9E9;
    padding: 2px 8px;}
.logdisplay td img	{ border:none;}
.caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    bottom: 5px;
    position: absolute;
    width: 100%;
	text-align: center;
}


.flex-container a:active,

.flexslider a:active,

.flex-container a:focus,

.flexslider a:focus  {outline: none;}

.slides,

.flex-control-nav,

.flex-direction-nav { list-style: none;}



/* FlexSlider Necessary Styles

*********************************/

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {  display: block; width:100%; }



/* Clearfix for the .slides element */

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}

html[xmlns] .slides {display: block;}

* html .slides {height: 1%;}



/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {display: block;}





/* FlexSlider Default Theme

*********************************/

.flexslider {

	position: relative;

	margin: 0 auto;

    position: relative;

}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.loading .flex-viewport {max-height: 300px;}

.flexslider .slides { margin:0; }



/* Direction Nav */

.flex-direction-nav { display: none; margin:0; padding:0; }

.flexslider:hover .flex-direction-nav{ display:block; }

.mainbanner:hover .flex-direction-nav { display: block;}



/* Control Nav */

.caption{}

.flex-control-nav {position: absolute; bottom: 15px; right: 15px; margin:0; padding:0;}

.flex-control-nav li {margin: 0 3px; display: inline-block;}

.flex-control-paging li a {



    display: block;

    height: 18px;

    text-indent: -9999px;

    width: 18px;

	background: #FFF;

	cursor: pointer;

	-webkit-border-radius: 10px 10px 10px 10px;

	-moz-border-radius: 10px 10px 10px 10px;

	-khtml-border-radius: 10px 10px 10px 10px;

	border-radius: 10px 10px 10px 10px;

}

.flex-control-paging li a:hover,

.flex-control-paging li a.flex-active { background: #973C3E; }



.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}

.flex-control-thumbs li {width: 25%; float: left; margin: 0;}

.flex-control-thumbs img {width: 100%; display: block; opacity: .7;}

.flex-control-thumbs img:hover {opacity: 1;}

.flex-control-thumbs .flex-active {opacity: 1;}



.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	height: 35px;
    position: absolute;
    text-indent: -9999px;
    top: 46%;
    width: 47px;
}

.flex-direction-nav .flex-prev
{
	background:url("images/sprite.png") no-repeat scroll 2px -366px transparent;
	left: -3px;
}

.flex-direction-nav .flex-prev:hover{background-position:1px -403px;}

.flex-direction-nav .flex-next {
	background:url("images/sprite.png") no-repeat scroll -51px -366px transparent;
	right: -3px;
}

.flex-direction-nav .flex-next:hover{background-position: -51px -402px;}
.fa { margin-right:8px;}
.fa-envelope:before { font-size: 11px;}


/* begin list/grid view styles */
#viewOptions {
	float: right;
}

#viewOptions ul {
	margin: 0;
	padding: 0;
}

#viewOptions li {
	display: inline-block;
	list-style: none !important;
	padding: 5px;
	cursor: pointer;
}

.inactive {
	opacity: 0.4;
}

.productList .productArea {
	width: 100%;

	display: block;

	text-align: left;
	height: auto !important;

}

.productList .productInfo {
	width: 60%;
}

.productList span {
	float: left;
}

.productList span > a > img {
	height: 50px !important;
	width: 50px !important;
}

.productList h3.productTitle {
	width: 75%;
	display: inline-block !important;
	margin-left: 10px !important;
	height: auto !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.productList .moreinfolinkcontainer {
	display: inline-block;
	width: 75%;
	margin-left: 10px;
}

.productList .moreinfolinkcontainer p {
	width: auto;
	display: inline-block !important;
	float: left;
}

.productList .moreinfolinkcontainer a {
	padding: 2px;
	display: inline-block !important;
	float: right;
	margin-left: 10px;
	margin-top: 3px !important;
}

.productList .quickinfolinkcontainer,
.productList .priceBox a,
.productList .orderControls .stock {
	display: none !important;
}

.productList .priceBox {
	display: inline !important;
	float: right;
	width: 40%;
}




.productList .priceBox .price span {
	display: inline !important;
	font-size: 14px !important;
	padding: 5px 0 0 35px !important;
	color: #575757 !important;
}

.productList .priceBox .price span.closeouts {
	font-size: 12px !important;
	clear: both;
}

.productList .priceBox .price {
	display: inline !important;
}

.productList .orderControls {
	float: right !important;
	width: 80%;
	margin-top: 5px;
}

.productList .quantity {
	font-size: 12px !important;
	float: left;
	margin-bottom: 0;
	margin-left: -25px;
}

.productList .quantity input {
	padding: 0 0 0 5px;
}

.productList input.addtocart {
	float: right;
	margin-top: -25px;
	padding: 0 5px;
}

.productList input.favorites {
	display: none !important;
}

.listContent {
	padding-right: 10px;
}

.productList .gridNav {
	margin-right: -10px;
}
/* end list/grid view styles */

.shiptosearchcontent {
	height: 75px;
	float: right;
	margin-top: -25px;
}

#shipping_state {
	width: 225px;
}



	.site {

		border: 0;

	}

	#homebanner {
		width: 65%;
	}


/**

 * 8.0 Media Queries

 * ----------------------------------------------------------------------------

 */
@media (min-width: 600px) {

	.header-main{
		background-image: url(../../uploads/2014/10/header-bg-1.jpg) !important;
		background-repeat: no-repeat;
		background-size: 40% auto;
		height: 136px;

	}

	.home-link.logo img{
		opacity: 0;

	}





}



@media (min-width: 976px) {
	.productArea {
	    xwidth: 25%;
	    xmin-width: 25%;
		width: 180px;
		min-width: 180px;
	    margin-bottom: 10px;
	    padding: 10px;
		text-align: center;
	}

	#productInfo #maindescr{
		XXXmargin-left: 270px;
		line-height: 19px;
	}

	.dialog-detail #maindescr{
		margin: 0px !important;
		margin-right: 3px !important;
	}
}

@media only screen and (min-width: 786px) and (max-width: 1008px) {
	#leftside{
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 1008px) {
	#rightside{
		padding-top: 10px;
		width: 100% !important;
		margin-left: 1px !important;
		padding-left: 1px !important;
	}
}


@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}
	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}
	.error404 .page-header {
		margin-left: auto;
		width: 100%;
	}
	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}
	.error404 .page-title:before {
		font-size: 554px;
	}
	.attachment .image-navigation {
		max-width: 724px;
	}
	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}
	.site-main .widget-area {
		/*margin-right: 60px;*/
	}
	.brand-logo li{
		list-style:none;
		text-align:center;
	}
	.home-topbanner img{
		max-width:100%;
	}
	.site-footer .widget{
		width:22.5%;
		margin-right:2%;
	}
	.home-about-me{ width:49%; margin-right:2%; }

	.home-special-products{ width:49% }

	ul.nav-menu{ padding-right:0; }

	.woocommerce div.product div.summary, .woocommerce #content div.product div.summary,

	.woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary{ width:54%; }
	#featured ul.products{ width: 90%; margin: 0 auto; float: none; }
	#featured .customNavigation a.prev{ left: 5px; right: auto; }
	#featured .customNavigation a.next{ right: 5px; left: auto;}
}



@media only screen and (min-width: 980px) and (max-width: 1020px) {
	#page	{ width:950px;   width:100%; margin:0 auto;}
	.main-navigation, .header-main, .footer-main, .top_main, .content-main
	{ width:100%;}

	/*== Common == */
	.single.body_leftcallout #tertiary, .archive.body_leftcallout #tertiary, .blog.body_leftcallout #tertiary, .search.body_leftcallout #tertiary, .body_leftcallout .blog-page #tertiary, .left-sidebar #tertiary, .home.body_leftcallout #tertiary, .left-sidebar #tertiary, .body_leftcallout .product_page #tertiary,
	.single.body_rightcallout #tertiary, .archive.body_rightcallout #tertiary, .blog.body_rightcallout #tertiary, .search.body_rightcallout #tertiary, .body_rightcallout .blog-page #tertiary, .right-sidebar #secondary, .home.body_rightcallout #tertiary, .right-sidebar #tertiary, .body_rightcallout .product_page #tertiary
	{ width:200px;}
	.single.body_leftcallout #primary, .archive.body_leftcallout #primary, .blog.body_leftcallout #primary, .search.body_leftcallout #primary, .body_leftcallout .blog-page #primary, .left-sidebar #primary .body_leftcallout #home_primary, .left-sidebar #primary, .body_leftcallout .wpsc-category #primary, .body_leftcallout .product_page #primary,
	.single.body_rightcallout #primary, .archive.body_rightcallout #primary, .blog.body_rightcallout #primary, .search.body_rightcallout #primary, .body_rightcallout .blog-page #primary, .right-sidebar #primary, .body_rightcallout #home_primary, .right-sidebar #primary, .body_rightcallout .product_page #primary, .body_rightcallout .wpsc-category #primary
	{ width:725px;}

	/* Header */
	.cms_banner2	{ margin:0 40px;}
	.footer-banners #banner2	{ margin:0 25px;}
	.top-area-inner	{ float:left; width:100%;}
	.tm-homeslider	{ width:74%;}
	.home-topbanner	{ width:25%;}
	.site-footer .widget {
		width: 197px;
	}
	.header-top	{ width:30%;}
	.header-middle	{ width:56%;}
	#single_product_page_container .product_right	{ width:335px;}

	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}
	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}
	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}
	.format-status .entry-content { padding-top: 40px; }
	.format-status .entry-meta { padding-bottom: 40px; }
	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;

	}
	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}
	.sidebar .format-status .entry-content p:first-child:before { left: 4px; }
	.sidebar .paging-navigation .nav-links { padding: 0 60px; }
	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
	.text-box	{ width:200px !important;}
	.contact-page .contact-info	{ width:46%;}

	.widget { width: auto; }
	.site-footer .first-widget .widget { padding-left: 20px; }
}



@media only screen and (max-width: 999px){

	.shiptosearchcontent {
		float: none;
		margin-top: 10px;
	}

	#addtional_order_info_fields {
		float:left !important;
		margin:0 !important;
	}

	.productList .priceBox .price span {
		padding-left: 25px !important;
	}

	#homebanner {
		width: 100%;
	}

	.acctorddetail {
		margin-left: 10px !important;
		float: left;
	}
	.widget-area .widget_search{ display: none;}
	#page	{ width:940px;  width:100%;  margin:0 auto;}
	.main-navigation, .header-main, .footer-main, .top_main, .content-main{ width:100%}
	#primary { width:100% !important;}
	#tertiary{ width: 100% !important; margin: 20px 0 0 !important}
	.home-about-me { width:100%;}
	/*=== Header === */
	.top-area-inner	{ float:left; width:100%; margin-bottom: 20px;}
	.tm-homeslider	{ width:74%;}
	.home-topbanner	{ width:25%;}
	.cms_banner2	{ margin:0 34px;}
	/*=== Footer === */
	.footer-banners #banner2	{ margin:0 15px;}
	.footer_bottom .widget ul.main-ul { display:none; padding:0 0 10px 0;}
	.site-footer .widget	{
		width:100% !important;
		margin:0px auto 10px;
		border-bottom:3px solid #E1E1E1;
		padding:0px 10px;
	}

	.first-widget {
		padding-left: 10px !important;
	}

	/* Small menu */



	#menu-navigation-bar ul {
		XXdisplay: none;

	}

		#menu-navigation-bar li{
			background: transparent;

			background-color: #E1E1E1;
		}

		#menu-navigation-bar .sub-menu a{
			color: #221d63 !important;
		}
		#menu-navigation-bar .sub-menu a:hover{
			color: #FFFFFF !important;
			background-color: #221d63 !important;
		}

		.sub-menu{
			border: 10px solid #E5E5E5 !important;

		}

	   .slide-menu, .slideoutmenu{
			display: none !important;
		}

		select{
			padding: 0px;
		}






	.nav-menu li span	{ display:none;}
	.menu-all-pages-container
	{
		margin:0;
		background:url("images/dropdown_bg.jpg") repeat scroll 0 0 transparent;
	}
	.nav-menu li  a	{ border-radius:5px; -moz-border-radius: 5px;
	-khtml-border-radius: 5px;padding:5px 8px !important; color:#221d63 !important;}
	.nav-menu li	{ padding:2px 0; background:none;}
	#site-navigation h3
	{ color:#fff !important; font: bold; font-size:15px; text-transform: uppercase;}
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		margin: 0;
		padding: 12px 0 12px 20px;
		width: 100%;
	}
	.menu-toggle:after {
		content: "";
		background:url("images/sprite.png") no-repeat scroll 0 -262px transparent;
		width:15px;
		height:20px;
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
		float:right;
		margin-right:10px;
	}
	.toggled-on .menu-toggle:after {
		content: "";
		vertical-align: 2px;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		background: url("images/dropdown_bg.jpg") repeat scroll 0 0 transparent;
		border: 1px solid #D3D3D3;
		border-radius: 0 0 5px 5px;
		display: block;
		margin-left: 0;
		padding: 5px 10px;
		position: relative;
		width: 100%;
		z-index: 99999;
	}
	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	.toggled-on .nav-menu li > ul {
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;
		border: none;
		padding:0 0 0 15px;
	}
	.toggled-on li .mobile_togglemenu{ position: absolute;  display: inline-block; width: 100%; padding: 10px 0 0;}
	.toggled-on .sub-menu,
	.toggled-on .children { box-shadow: none;}
	.toggled-on .nav-menu li > ul a {
		width: auto;
	}
	.toggled-on .nav-menu li li a{ font-size: 13px;}
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.toggled-on .nav-menu li.main-li:nth-last-child(1) .sub-menu ul,
	.toggled-on .nav-menu li.main-li:nth-last-child(1) .children ul,
	.toggled-on .nav-menu li.main-li:nth-last-child(2) .sub-menu ul,
	.toggled-on .nav-menu li.main-li:nth-last-child(2) .children ul,
	.toggled-on .nav-menu li.main-li:nth-last-child(3) .sub-menu ul,
	.toggled-on .nav-menu li.main-li:nth-last-child(3) .children ul {
		left: auto;
		right: auto;
		width: 205px;
	}
	.toggled-on .nav-menu li > ul a {
		width: auto;
	}
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.nav-menu li a:hover
	{
	 background-color: #221d63;
	 color: #fff !important;
	}
	/*=== Gallry == */
	#single_product_page_container .product_right	{ width:360px;}
	.wpsc_product_rating .wpsc_select_product_rating	{ width:50px !important;}
	.attachment.single.body_leftcallout #primary, .attachment.single.body_rightcallout #primary, .attachment.single.body_twoleftcallout #primary, .attachment.single.body_tworightcallout #primary, .attachment.single.body_threecallout #primary	{ width:100% !important;}
	.archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header, .attachment .entry-content, .post-navigation .nav-links, .sidebar .site-info, .site-footer .widget-area {}
	.text-box	{ width:195px;}
	.contact-page .contact-info	{ width:46%;}
	.site-footer .footer-main .widget_newsletterwidget{ margin-bottom: 10px;}
	.header_cart {margin: 10px 0 5px;}
	.site-footer .fourth-widget.widget {
	    border: medium none;
	    float: right;
	    margin-bottom: 0;
	    margin-right: 0;
		}
	.gridNav td{
	                width: 100px;
	                align: left;
	                display: list-item;
 			  list-style-type: none;
	}


	#shippingordersummary{

		display: none;

	}

	#address_entry_fields{

		width: 100% !important;

	}

	#address_entry_fields td{


	                align: left;
	                display: list-item;
 			  list-style-type: none;


	}

	#payment td{
		         display: list-item;
 			  list-style-type: none;
	}
}



/* Collapse oversized image and pulled images after iPad breakpoint. */


@media only screen and (max-width: 1020px) {
	.productArea {
		margin-left: 7px;
		margin-right: 7px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1020px) {
	#page	{ width:724px;  width:100%;  margin:0 0;}
	/*=== Header === */
	.home_cmsblock_bottom { width:100%;float:left;}
	.cms_banner1,.cms_banner2,.cms_banner3,
	.footer-banners #banner1,.footer-banners #banner2,.footer-banners #banner3
	{ width:32%;}
	.footer-banners #banner1 {
		padding-left: 0 !important;
	}
	.home_cmsblock_bottom img ,
	.footer-banners img
	{ width:100%;}
	.cms_banner2,.footer-banners #banner2	{ margin:0 14px;}

	.productArea {
	    width: 30%;
	    min-width: 30%;

	    margin-bottom: 10px;

	    padding: 10px;
		clear: none;
	}

	.XXproductArea:nth-child(4n-1) {
	border: 10px solid red;
	clear: left;

	}



}

@media (max-width: 850px) {
	.productList .quantity {
		margin-left: -25px;
	}

	.productList .orderControls {
		margin-top: 5px;
	}

	.productList .priceBox a {
		display: none;
	}

	.productList .priceBox .price span {
		display: inline !important;
		font-size: 14px !important;
		padding: 5px 0 0 15px !important;
		color: #575757 !important;
	}
}

@media (max-width: 767px) {
	.top_main {
		margin-bottom: 15px;
	}

	.header-top-contactus {
		display: none;
	}

	.productList .priceBox {
		display: none !important;
	}

	.productList .productInfo {
		width: 100%;
	}

	#viewOptions {
		float: left;
		margin-top: -30px;
		margin-top: -45px\9\0;
	}

	#viewOptions li {
		padding-left: 0;
	}

	.productList #leftSideBar {
		clear: both;
	}

#collectionselectboxes {
	padding-left: 0px !important;

}

	#page	{margin:0px; width:auto;  width:100%; }
	.footer-main	{ padding:30px 0 20px 0;}
	#top-area, .home-topbanner	{ width:100%}
	.tm-homeslider	{ margin:0 0 10px 0;}

	.tm-homeslider{ width:100%;}

	/*=== Header === */
	.home-topbanner .top_banner {
		float: left;
		width: 48%;
		text-align: center;
	}
	.footer-banners .banner{ width: 30%; margin: 0;}
	.footer-banners #banner1 { padding-left: 0;}
	.home-topbanner #banner2{  margin-top: 0; }
	.footer-banners #banner2	{ margin:0 5%;}
	.XXheader-top	{ width:100%;}
	.XXheader_cart	{ }
	.XXheader-middle	{ width:100%; margin-top: 10px;}
	.XXheader-middle-top	{ }
	.header_cart .shoppingcart	{ right:25%;}
	.site-header .search-field, .site-header #searchform input[type="text"]	{ width:100%;}
	.site-header .home-link	{ text-align:center; float:none;}
	.header-top .widget_search	{ width:100%; margin:0 auto;}
	.site-header .search-form, .site-header #searchsubmit{ display: inline-block;
    margin: 0 auto;
    position: static;
    text-align: center;
    width: 100%;}
	.header-top .widgets-FooterContactUsservices	{ width:100%; text-align:center; margin:0 auto;}
	.header_contactus	{ float:none; margin:5px 0 0 5px;}
	.XXheader-bottom{ clear:both;}
	.cms_banner1,.cms_banner2,.cms_banner3{ width:32%;}
	.home_cmsblock_bottom img,
	.footer-banners img	{ max-width:100%;}
	.cms_banner2, .footer-banners .subbanner2{ margin:0 8px;}

	.slider_right	{ width:100%; margin:15px 0 0 0;}
	.slider_right .subbanner1,.slider_right .subbanner2,.slider_right .subbanner3
	{ float:left; width:32%;}

	.slider_right img { max-width:100%;}
	.slider_right .subbanner2	{ margin:0 7px;}
	.home-blog	{ width:99%; margin:3px 0 10px 0;}
	.home-services	{ width:99%; clear:both;}
	#tertiary .search-form .search-submit, #tertiary #searchform  #searchsubmit { }
	ul.tabs li a, .tab ul.tabs li a, .entry-content .user-profile-links a{display: block;}
	ul.tabs li {border-bottom: 1px solid #717171; float: none;}

	/*======= Product Info ======= */
	div.product div.images,#thumblist{ width:100%; margin:0 auto; text-align:center;}
	.woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary{ width:100%; }
	div.product div.summary { width: 100%;}
	#thumblist .single-thumb	{ float:none; display:inline-block;}
	#single_product_page_container .product_right	{ width:99%;}
	.cart_tabel	{ overflow:auto;}
	#fancy_notification	{ left:15px;}
	.product-carousel	{ width:96% ;}
	#feature_slider .customNavigation a.prev	{ right:-19px ;}
	#feature_slider .customNavigation a.next	{ left:-15px ;}
	#content #checkout_page_container .cart_quantity	{ margin-bottom:5px;}
	.wpsc_checkout_forms .wpsc_checkout_table td {   display: block; width: 90%; }

	#contact-form,.contact-page .contact-info	{ width:100%; margin:0 auto 8px auto;}
	/*==== Left and Right Column ===*/
	#tertiary .widget ul.main-ul { display:none;}
	.header-bottom .header_login, .header-bottom .contact-header-menu{ margin-top: 0;}
	.col2-set .col-1, .col2-set .col-2{ margin-left: 0; margin-right: 0; width: 100%;}
	.header-main .search-form, .header-main #searchform { position: static; width: 100%;}
	.header_cart { margin: 10px 0 5px; clear: none; }
	.header-top-contactus { float: left; padding-top: 0; margin: 10px 0 5px;}



.gridNav td{
                width: 100px;
                align: left;
                display: list-item;
 		  list-style-type: none;
}





.productArea {
    width: 45%;
    min-width:45%;

    margin-bottom: 10px;

    padding: 10px;


}




.products td:nth-child(3), .products td:nth-child(5), #cart th:nth-child(2), #cart th:nth-child(4) {

	display: none;
}


}

@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#viewOptions {
		margin-top: -45px;
	}
}

@media only screen and (max-width: 636px) {

	#viewOptions {
		margin-top: -30px;
		margin-top: -45px\9\0;
	}
}

@media (max-width: 636px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#viewOptions {
		margin-top: -45px;
	}
}

@-moz-document url-prefix() {
	@media only screen and (max-width: 648px) {
		#viewOptions {
			margin-top: -30px;
		}
	}
}

@media (max-width: 574px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#viewOptions {
		margin-top: -45px;
	}
}

@media only screen and (max-width: 574px) {

.productPriceAndInfo{

	float: left;

}


.productArea {
    width: 99%;
    min-width: 99%;

    margin-bottom: 10px;

    padding: 10px;


}

.acctorddetail {
	margin-left: 10px !important;
	float: left;
}

}

@media (max-width: 493px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#viewOptions {
		margin-top: -65px;
	}
}

@media only screen and (max-width: 474px) {
	#viewOptions {
		margin-top: -45px;
	}
}

@media only screen and (max-width: 493px) {

	#viewOptions {
		margin-top: -65px\9\0;
	}

	.gridNav {
		margin-left: 0;
	}

#leftSideBar .sideBarBox{
	display: none;

}

#productImage img{
	float: none;


}

#productGrid {

    margin-left: 0px;

}

.acctorddetail {
	margin-left: 10px !important;
	float: left;
}


.panes td{
border: 0 !important;
	height: auto;
width: 100% !important;

                align: left;
                display: list-item;
 		  list-style-type: none;

}

.panes td:nth-child(even){


padding-left: 20px;
}

.panes td:nth-child(odd){
float: left;


}


.panes td:nth-child(4n+0){
	background-color: #E6E6E6 !important;
}

.panes td:nth-child(4n+3){
	background-color: #E6E6E6 !important;
}





#search_block_top p{
		clear: both;
		position: relative;
		top: auto;
		right: auto;

	}






	.slider_area .slider_area_inner	{ overflow: visible;}
	.home-topbanner	{ margin:10px 0 0;}
	.tm-homeslider	{ margin:0;}
	.home-special-products .widget-title	{ font-size:12px;}
	.default_product_display,.home-featureproduct li{ width:100%;}
	.header_cart .shoppingcart	{ right:0%; width:100%;}
	.home-topbanner .top_banner, .home-topbanner .top_banner, .home-topbanner .top_banner	{ width:47%;}
	.home-topbanner img	{ width:130px; height:auto;}
	.text-box {
		float: none;
		margin: 5px auto;
		text-align: center;
		width: 100%;
	}
	.cms_banner2, .footer-banners .subbanner2	{ margin:0 4px;}
	.wpsc_checkout_forms .wpsc_checkout_table td	{ display:block; width:90%;}
	textarea,.wpsc_checkout_table input.text	{ width:250px;}
	button, input, select, textarea	{ max-width:98%;}
	#checkout_page_container .total_price.total_shipping td:first-child, #checkout_page_container .total_price td:first-child	{ padding-left:0;}
	.div_logindisplay	{ overflow:auto;}
	#content #checkout_page_container table.checkout_cart tr.product_row td, #content #checkout_page_container table.checkout_cart tr.product_row	{ padding:15px;}
	.home_cmsblock_maintitle{ font-size:22px;}
	.footer-banners .banner{ width: 100%;}
	.footer-banners #banner1, .footer-banners #banner2, .footer-banners #banner3{ margin: 0 0 10px 0; float: none; text-align: center;}
	.entry-meta > span { display: inline-block; float: none; margin: 0 0 5px; width: 100%;}
	.header-bottom .header_login, .header-bottom .contact-header-menu  { float: right; text-align: left;}
	.cart-collaterals .cart_totals{ width: 100%;}
	table.shop_table th, table.shop_table td{ display:block; overflow: hidden;}
	td.actions .button-alt{ float: right;}
}

@media only screen and (max-width: 328px){
	#viewOptions {
		margin-top: -65px;
	}
}

@-moz-document url-prefix() {
	@media only screen and (max-width: 328px) {
		#viewOptions {
			margin-top: -45px;
		}
	}
}

@media (max-width: 328px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#viewOptions {
		margin-top: -65px;
	}
}

@media only screen and (max-width: 319px){

	.site-header .home-link img	{ XXmax-width:100%;}
	.home-blog, .home-services, .widget_pndl_featuredproductwidget, .widget_wpsc_product_specials
	{ padding:10px }
	.title-line span	{ height:auto; line-height:20px;}
	.widget_wpsc_shopping_cart .shoppingcart	{ overflow:auto;}
	textarea, .wpsc_checkout_table input.text,select	{ width:180px }
	#tm-control-panel { display:none;}
	/*=== Header ===*/
	.cms_banner1, .cms_banner2, .cms_banner3, .footer-banners .subbanner1, .footer-banners .subbanner2, .footer-banners .subbanner3
	{ width:100%; margin:0 0 5px 0;}
	.footer-banners .subbanner2	{ border-bottom:3px solid #E1E1E1;border-top:3px solid #E1E1E1; padding:5px 0; margin:0 0 12px 0;}
	.home-topbanner .top_banner, .home-topbanner .top_banner, .home-topbanner .top_banner	{ width:46%;}
	.home-topbanner img	{ width:100px; height:auto;}
	table{ display: block;}
	.header_cart .togg .tab_content, .header_login .togg .tab_content{ padding: 5px !important;
    width: 190px;}
	.jigoshop_login_widget label,
	.jigoshop_login_widget .input-text,
	.header_cart .cart_list li a,
	.header_cart .widget ul span.js_widget_product_price, .header_cart .widget ul span.quantity{ width: 100%; float: none;}
	.header_cart { clear: both; }
}

@media (max-width: 264px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#viewOptions {
		margin-top: -80px;
	}
}

@media only screen and (max-width:264px) {
	#viewOptions {
		margin-top: -80px\9\0;
	}
}

@media only screen and (max-width:245px) {
	#viewOptions {
		margin-top: -80px;
	}
}

@media only screen and (max-width:240px) {
	.default_product_display, .home-featureproduct li	{ width:95%;}
	.title-line span	{ height:auto; line-height:20px;}
	.contact-header-menu li, .header_login .widget_user_login ul.pagenav li {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;}
.header_login, .header_login a#show-login-link{ margin: 0;}
.newsletter-email{ width: 100%;}
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
*/

/* Retina-specific styles. */

@media print,

	(-o-min-device-pixel-ratio: 5/4),

	(-webkit-min-device-pixel-ratio: 1.25),

	(min-resolution: 120dpi) {
	.site-header .search-field {}
	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}

}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */

	}
	.site {
		max-width: 98%;
	}
	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}
	.site-title {
		color: #000;
		font-size: 21pt;
	}
	.site-description {
		font-size: 10pt;
	}
	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;

	}
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}
	.page-title,
	.entry-title {
		font-size: 21pt;
	}
	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}
	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}
	/* Comments */

	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.comment-metadata {
		float: none;
	}
	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;

	}

}

.wp-twocols_left {
	float: left;
	width: 50%;
	padding: 5px;
}

.wp-twocols_right {
	float: right;
	width: 50%;
}

.navbar {
	background-color: #263893 !important;
	background-image: none !important;




}

.nav-menu > li:hover,
.nav-menu > li > .sub-menu > li:hover,
.nav-menu .ourproducts li:hover {
	background-color: #221d63;


}

.nav-menu .sub-menu a {
	color: #fff !important;
}

.nav-menu .sub-menu .slide-menu a {
	color: #616161 !important;
	line-height: 10px;
}

.nav-menu .sub-menu .slide-menu a:hover {
	color: #263893 !important;
}

.sub-menu {
	background-color: #263893 !important;
	background-image: none !important;


}

.sub-menu .slideoutmenu {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2I3YjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 0 solid #263893 !important;
	border-radius: 5px !important;
	box-shadow: 0 1px 3px 3px #263893 !important;
}

.slideoutmenu .slide-menu li:hover {
	background: transparent;
}

.pricebreaksdiv {
	display: table-cell;
}

.minordermsg {
	color: #dc2128;
	float: right;
	padding-bottom: 20px;
}

#shippingordersummary {
	margin-top: 75px;
	margin-right: 40px;
}

#carousel_1 > div {
	margin: 0 10px;
}

.footer-banner > img {
	width: 30% !important;
}

.popup_dialog > .nonstock {
	color: red !important;
	padding-top: 10px;
}

.nonstock {
	color: red !important;
	padding: 5px 0;
	margin: 0;
}

.instock {
	padding: 10px 0;
	margin: 0 !important;
}

.outofstockbtn {
	height: 100% !important;
	padding: 5px !important;
}

.home-content {
	margin-top: 30px;
}

#homebanner {
	padding: 2%;
	float: left;
}

#homebanner h4 {
	margin-top: 0;
}

.fb-activity-feed {
	padding: 2%;
	width: 30%;
	float: left;
}

.fb-like-box {
	background-color: #fff;
}

.added {
	background-color: #CAEECA;
}


.banneradspace{
width: 100%!important;
max-width: 754px;
}

.banneradspace img{
width: 100%!important;
}

td.emailcontact a {
	color: #263893;
}
td.emailcontact a:hover {
	text-decoration: underline;
}

div.myaccount-grid td,
div.myaccount-grid td span a,
div.myaccount-grid th,
div.myaccount-grid th font {
	font-size: 12px !important;
	padding: 0 5px !important;
}

div.myaccount-grid td a img {
	margin: 2px 0;
}

div.myaccount-grid td a,
div.myaccount-grid td span a,
.savedcartstbl .firstcolumn a {
	color: #263893 !important;
	text-decoration: underline;
}

div.myaccount-grid td a:hover,
div.myaccount-grid td span a:hover,
.savedcartstbl .firstcolumn a:hover {
	color: #717171 !important;
	text-decoration: none !important;
}