/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

@font-face {
	font-family: 'Conv_MyriadPro-BoldCond';
	src: url('fonts/MyriadPro-BoldCond.eot');
	src: local('MyriadPro-BoldCond'), url('fonts/MyriadPro-BoldCond.woff') format('woff'), url('fonts/MyriadPro-BoldCond.ttf') format('truetype'), url('fonts/MyriadPro-BoldCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('MyriadPro-Regular'), url('fonts/MyriadPro-Regular.eot?#iefix') format('eot'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_MyriadPro-Cond';
	src: url('fonts/MyriadPro-Cond.eot');	
	src: local('MyriadPro-Cond'), 
	     url('fonts/MyriadPro-Cond.eot?') format('embedded-opentype'),
		 url('fonts/MyriadPro-Cond.woff') format('woff'), 
		 url('fonts/MyriadPro-Cond.ttf') format('truetype'), 
		 url('fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_MyriadPro-Bold';
	src: url('fonts/MyriadPro-Bold.eot');
	src: local('MyriadPro-Bold'), url('fonts/MyriadPro-Bold.woff') format('woff'), url('fonts/MyriadPro-Bold.ttf') format('truetype'), url('fonts/MyriadPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom:5px;
}

body{ margin:0; padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#9a9898; line-height:17px;}
::selection{ background:#f99f1c;}

#bodyWrapper {
border:0px solid #000;
}

#bodyContent {
}


/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; background:transparent; border:0px solid #545454; margin:3px 0px 5px 0px; padding: 4px 0px 4px 0px; width:200px; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


 
.header, .nav_area, .body_area, .footer_area, .content_area{ width:100%; float:left; height:auto;}
.header{
    background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f5), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #edf3f5, #FFFFFF);
	background-image: -moz-linear-gradient(top, #edf3f5, #FFFFFF);
	background-image: -ms-linear-gradient(top, #edf3f5, #FFFFFF);
	background-image: -o-linear-gradient(top, #edf3f5, #FFFFFF);
	background-image: linear-gradient(top, #edf3f5, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#edf3f5, endColorstr=#FFFFFF);
	padding:15px 0 15px; 
	position:relative; 
	z-index: 9;
  }
.nav_area{
    background-color: #f9fafa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(#dadada));
	background-image: -webkit-linear-gradient(top, #f9fafa, #dadada);
	background-image: -moz-linear-gradient(top, #f9fafa, #dadada);
	background-image: -ms-linear-gradient(top, #f9fafa, #dadada);
	background-image: -o-linear-gradient(top, #f9fafa, #dadada);
	background-image: linear-gradient(top, #f9fafa, #dadada);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9fafa, endColorstr=#dadada);	
    border-top:2px solid #f3a418; 
	box-shadow: 1px 1px 15px #6a7083; 
	-moz-box-shadow: 1px 1px 15px #6a7083; 
	-webkit-box-shadow: 1px 1px 15px #6a7083; 
	position:relative;
 }
.body_area{ background:#FFFFFF;}
.content_area{ margin-top:10px ;border-bottom:5px solid #dddede;}
.footer_area{ background:#ededed; padding:15px 0 10px; font-size:13px; color:#a9abab; 	font-family: 'Conv_MyriadPro-Regular'; border-top:5px solid #cbcccd;}
.wrapper{ max-width:978px; margin:0 auto; height:auto;/* overflow:hidden;*/}
.header_right_top{ float:right; margin-top: 5px;}
.header_right_bottom{ float:right; min-width:60%;}
.topmenu{ float:right; text-align:center;}
.topmenu ul{ margin:0; padding:0; list-style:none;}
.topmenu ul li{/* float: left;*/ display:inline;}
.topmenu ul li a{ height:30px; line-height:30px; /*float:left;*/ padding:0 10px; color:#80858a; font-size:13px; font-family:arial;text-transform:uppercase; text-decoration:none; }
.topmenu ul li a:hover{ color:#1e78ac;}
.topmenu ul li.social_icons a{ padding:0 5px;}
#pt_custommenu .parentMenu a, .parentMenu .block-title{
 font-family: 'Conv_MyriadPro-Cond';
 }

.logo{ float:left; text-align:center; margin: 6px 0;}
.logo img{ max-width:173px;}
.search{ float:right; margin: 30px 20px 0 0;}
.search input[type="text"]{background: #DFDFDF; height: 30px; line-height: 30px; color: #000; font-size:14px; width:170px; border:0; margin: 0 -4px 0 0;}
.search input[type="submit"]{ background: #465b5b; height: 31px; line-height: 31px; color: #FFFFFF; padding: 0 15px; float: left;border: 0; margin: 0; cursor:pointer;}

.log_facebook{ background:url(images/log_facebook_bg.jpg) repeat-x; margin-right:10px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; float:right; box-shadow:0px 1px;}
.log_facebook a{ line-height:31px !important; background:url( images/facebook_icon.png) no-repeat 5% center; color:#eef5f6 !important; text-transform:none !important; padding: 0 15px 0 30px; text-decoration:none;}
.log_facebook a:hover{ text-decoration:none;}
.header_box{ float:right;margin-right:15px;margin-top: 15px;}
.support .icon, .cart .icon{ float:left; margin-right:15px; }
.support .content, .cart .content{ float:left; color:#787a76; font-size:15px; 	font-family: 'Conv_MyriadPro-Regular';}
.support .content h1, .cart .content h1{ font-family:arial; font-size:20px; margin:0; line-height:30px; color:#445865; text-align:center;}
.support .content h2, .cart .content h2{ font-family:arial; font-size:20px; margin:0; line-height:30px; color:#445865; text-align:center;}
.support .content p, .cart .content p{ font-size:15px;}
.margin_l{ margin:0px 10px 2px 0;}
.margin_r{ margin:0px 0px 2px 0;}
.h_bann_1{ max-width:654px;}
.h_bann_2{ max-width:313px;background:#e86099;}
.h_bann_3{ max-width:566px; margin-top:10px;}
.h_bann_4{ max-width:400px; margin-top:10px;}
.h_bann_5{ max-width:396px; background:#17a9a9; margin-top:10px;}
.h_bann_6{ max-width:568px; margin-top:10px;}
.h_bann_1, .h_bann_2, .h_bann_3, .h_bann_4, .h_bann_5, .h_bann_6{ width:100%; float:left;}
.h_bann_1 img, .h_bann_2 img,.h_bann_3 img,.h_bann_4 img,.h_bann_5 img,.h_bann_6 img{ max-width:100%; height:auto;}

.newsletter{max-height:274px; height:auto; width:100%; float:left;}
.h_bann_5 .mc_embed_signup{ margin:-60px 0 0 0; text-align:center;}
.h_bann_5 .mc_embed_signup .email{ height:35px; width:220px; background:#FFFFFF; border:0; color:#000; padding:0 5px;}
.h_bann_5 .mc_embed_signup .submit{ height:35px; width:60px; background:#ccc; border:0; padding:5px;}

.welcome_tab{clear: both;
text-align: left;
padding: 15px 0;
border: none !important;
box-shadow: none !important;}

.welcome_tab .panel-default>.panel-heading {
color: #757575 !important;
background-color: #fbfbfb !important;;
border-color: #ddd;border:3px dashed #757575 !important;;
}

.welcome_tab .panel-heading a{ color:#757575 !important; line-height:24px; background:#fbfbfb; font-family: 'Conv_MyriadPro-Cond'; font-size:23px !important; color:#3e3e3e; padding:10px 0;}

.welcome_tab .panel-heading a:hover{ color:#24c1c1 !important; transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;}


.green{ color:#4d9704;}
.pink{ color:#e1548b;}
.navbar-nav>li>a {	font-family: 'Conv_MyriadPro-Cond'; font-size:20px; color:#3e3e3e !important; padding: 0px 27.2px !important;
 line-height: 47px !important;}
.navbar-nav>li{ background:url( images/nav_border.jpg) no-repeat left;}

.footer_box{ width:25%; padding:10px; float:left;}
.footer_box	.heading{ font-size:17px; color:#80858a; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align: left;
text-transform: uppercase; padding:4px 0;}
.foot_menu{ width:100%; float:left; margin-bottom:5px;}
.foot_menu ul{ margin:0; padding:0; list-style:none;}
.foot_menu ul li{ float: left; display:inline; width:100%;}
.foot_menu ul li a{ float:left; line-height:25px; padding:0 15px 0 0; color:#80858a; font-size:13px; font-family: 'Conv_MyriadPro-Regular';text-transform:uppercase; text-decoration:none; }
.foot_menu ul li a:hover{ color:#24c1c1; transition: 0.3s ease-out;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;}
#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 12px;
}
.counttimer{
width: 100%;
border: 0;
font-size: 20px;
font-weight: bold;
color: #000;
font-family: arial;
text-align: center;
line-height: 24px;
background:#FFFFFF;
height:28px;
margin-top:-32px;
}

#cntdwn{ color:#000 !important;}

.infoBoxHeadingbox {
  border:1px solid #D4D4D4;
  background:#E9E9E9;
   padding:8px 5px;
  font-size: 13px;
  border-bottom:0;
  color:#666;
}
.infoBoxHeadingspecial {
  border:1px solid #D4D4D4;  
  border-bottom:0;
  text-align:center;
  
}
.infoBoxContents {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.infoBoxContentsbox {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
  border:1px solid #D4D4D4;
  border-top:0;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.contentContainer h1 {
  font-size: 17px;
  text-decoration: none;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}
h1.siteGeneral{
  font-size: 17px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform:uppercase
}

table.classAtt{
  width:100%;
  border-spacing:0;
  border:0; 
  text-align:center;
}

table.classAtt td{
 padding:2px;
 text-align:left;
}
.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 12px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
  width: 150px;
}

.fieldValue {
  font-size: 12px;
  line-height: 1.5;
}

h1 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0px;
  margin-top:5px;
}

img {
  border: 0;
}


table, p {
  font-size: 12px;
  line-height: 1.4;
  margin:0;
}

.product_view_head_font {
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 22px !important;
    font-weight: 700 !important;
    font-style: normal;
    line-height: 1.2;
	padding:0;
	margin:0 !important;
}

.pad51 {
    text-align: left;
    padding: 20px 0px 0px;
	float:left;
}

.product_red_price_font {
    font-family: Arial,Helvetica,sans-serif;
    color: #DF011C;
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
}

.normal_price {
    font-family: Arial,Helvetica,sans-serif;
    color: #939598;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.quantity_wishlist{
margin-top:10px;
float:left;
width:100%;

}
.btn_to_cart{
margin:10px 0;
float:left;
width:100%;
}

#tabs{
float:left;
width:100%;
border:0;
margin-top:15px;
}

.product_descrip{
 width: 348px;
height: auto;
text-align: left;
float: right;
}

.left_product_img{
width: 360px;
height: auto;
text-align: left;
float: left;
position: relative;
}

#piGal{
 float:left; 
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
   border:1px solid #ccc;
   padding:5px;
   height:335px;
   width:362px;
}

#piGal .outer {
  margin-left:-40px;

}
#piGal .thumbs{ margin:25px 0 85px 0;}

#piGal .thumbs li {
 margin:0 9px 9px 0; 
 height:59px !important;
}

#piGal .thumbs li img{
 height:60px !important;
}


.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #FFFFFF;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #FFFFFF;
  font-weight: bold;
}

.infoBox {
  background: #fff;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #666;
}

A.pageResults:hover {
  color: #e77404;  
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT[type="text"], INPUT[type="password"], RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  width:100%;
  max-width:200px;
  height:25px;
  padding:3px;
  border:1px solid #ccc;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  max-width:300px;
  max-height:150px;
   border:1px solid #ccc;
   padding:3px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}
SPAN.pointWarning {
  color: #f00;
}

.pointFaq {
  background-color:#f8f8f9;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}

.breadcrumb{
  margin-top:13px;
 padding: 0 5px;
}
.breadcrumb a{ color:#3e3e3e; font-size:12px;}
.breadcrumb a:hover{ color:#e77404;}
.leftcol {
	width: 45%; 
	float: left;
}
.rightcol {
	width: 45%; 
	float: left; 
	border-left: 1px dashed #ccc; 
	padding-left: 3%;
	margin-left: 3%;
}

.add_to_wishlist{
 background:#fff url(images/add_to_wishlist.png) no-repeat;
 padding: 2px 0 0 25px;
 border:0;
}
.write_review{
 background:#fff url(images/pen_tool.png) no-repeat;
 padding: 2px 0 0 25px;
 color:#757575 !important;
}
a.cat_name_box{ background:url(images/bull.png) no-repeat left; font-size:13px; line-height:20px; padding-left:10px;}

.product_list{
  float: left;
border: 1px solid #CCC;
height: 305px;
margin: 0px 16px 15px 0px;
width: 173px;
text-align:center;
  
  }
  
  .product_list:hover{
  box-shadow: 1px 1px 12px #6a7083; 
	-moz-box-shadow: 1px 1px 12px #6a7083; 
	-webkit-box-shadow: 1px 1px 12px #6a7083;
  }
  
.rightmargin{ margin-right:0;}

.product_list_image{
padding:5px;
width:100%;
height:160px;
}
.product_list_name{
padding:0 5px;
overflow:hidden;
height:35px;
}
.product_list_name a{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
color:#000;
line-height:15px;
}
.product_list_price{
padding:5px 8px;
font-size:15px;
line-height:17px;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
color: #F00;
text-align:left;
height:64px;

}

.add_cart{
padding:0px;
}

.menu_sub_cat{
 float:left;
 width:300px;
}

.cat_image_menu{
float:right;
 width:300px;
}
.shortwidth{ min-width:160px !important;}

.shop_cart_img { width:100px; height:100px;}
.shopcart_right{width:358px; float:left;}
.shopcart_left{width:384px; float:left;}
.scart_font_text{font-size: 16px; color: #000; text-align:center;}
.border_right{border-right: 1px solid #B4CCDA;}
.display_mob{ display:none; padding:0 3px; text-align:center; width:100%; border-top: 1px dotted #B4CCDA;}

@media screen and (max-width: 400px) {
 .h_bann_5 .mc_embed_signup { margin:-53px 0 0 0;}
}
@media screen and (max-width: 350px) {
 .h_bann_5 .mc_embed_signup { margin:-48px 0 0 0;}
}
@media screen and (max-width: 977px) {
    .h_bann_1 { max-width:100%;}
	.h_bann_1, .h_bann_2, .h_bann_3, .h_bann_4, .h_bann_5, .h_bann_6{ text-align:center;}
	.nivoSlider img { width:100%; height:100%; max-height:200px;}
	.product_list{ width:100% !important; height:auto; padding-bottom:8px;}
	.product_list .product_list_image{ height:auto;}
	.product_list .product_list_price, .infoBoxContentsbox .product_list_price{ text-align:center;}
	.product_list .product_list_image img{ width:50% !important; height:auto;}
	.product_descrip { width:100%; float:left;}
	.left_product_img{ width:100%;}
	.left_product_img #loading{width:100% !important;}
	.left_product_img img{ width:100% !important; height:auto;}
	.left_product_img ul{ display:block !important; width:100% !important;}
	.left_product_img ul.thumbs{ width:100% !important;}
	.left_product_img ul.thumbs img{ width:65px !important;}
	
	.shop_cart_img { width:50px; height:50px;}
	.search{ width:100%; float:none; text-align:center; margin: 0 0 10px 0;}
	.scart_font_text{font-size: 12px;}
	.dis_play{ display:none;}
	.display_mob{ display:block;}
	
	.h_bann_5 .mc_embed_signup {}
	
	.btn {
		border: 1px solid #ccc;
		background: #FFFFFF; /* Old browsers */
		background: -moz-linear-gradient(top,  #FFFFFF 0%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #FFFFFF 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #FFFFFF 0%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #FFFFFF 0%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(top,  #FFFFFF 0%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
		padding: 4px 6px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#bodyWrapper {
		width: 100%;
		margin: 0;
	}
	
	h1 {
		margin: 0 0 5px 0;
		font-size: 14px;
	}
	.container_24 .push_4 {
		left: 0;
	}
	#bodyContent {
		padding: 5px;
		width: 100%;
	}
	
	.shopcart_right{width:100%; float:left;}
    .shopcart_left{width:100%; float:left;}
	
	.container_24 .grid_24 {
		width: 100%;
		clear: both;
	}
	.container_24 .grid_4 {
		width: 100%;
		clear: both;
		margin:0;
		padding: 5px;
	}
	.container_24 .grid_16 {
	   width: 100%;
		clear: both;	
	}
	.container_24 .pull_20 {
	left: 0px;
   }
	.cart_image {
		width: 80px;
	}
	
	.contentContainer h2 {
		margin-top: 5px;
	}
	.contentContainer {
		padding-bottom: 0;
	}
	.fieldKey {
		width: 90px;
	}
	.contentContainer h2 {
		font-size: 13px;
	}
	.fieldValue select {
		width: 95%;
	}
	.contentText, .contentText table {
		padding: 0;
	}
	.progressbar {
		float: left; 
		width: 80%; 
		padding-top: 5px; 
		padding-left: 10%;
	}
	.leftcol {
		width: 97%; 
		float: left;
	}
	.rightcol {
		width: 97%; 
		float: left;
		border: none;
		margin-left: 0;
		padding-left: 0;
	}
	
}	