/*
Theme Name: petsdoor
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: petsdoor
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 petsdoor is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@font-face {
    font-family: 'chunkfiveroman';
    src: url('fonts/chunkfive_roman_regular-webfont.eot');
    src: url('fonts/chunkfive_roman_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chunkfive_roman_regular-webfont.woff') format('woff'),
         url('fonts/chunkfive_roman_regular-webfont.ttf') format('truetype'),
         url('fonts/chunkfive_roman_regular-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background: #f0eee8;
    color: #777777;
    font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
	margin:0;
	padding:0;
}
body, td, th, input, textarea, select, a {}
h1, .welcome {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;	
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;	
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #777777;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	text-decoration:none;
	color:#00638E;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

/*==================================*/
/* START FORMALIZE */
/*==================================*/

.input_tiny { width: 50px; }
.input_small { width: 100px;}
.input_medium {  width: 150px;}
.input_large {  width: 200px;}
.input_xlarge {  width: 250px;}
.input_xxlarge {  width: 300px;}
.input_full {  width: 100%;}
.input_full_wrap {  display: block;   padding-right: 8px;}

/* `UI Consistency ---------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  z-index:0;
  position:relative;
}
button:hover{ transition-duration: 300ms;  background:#FF633F;}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #EEEEEE;
	color: #555;
	outline: 0;
	padding:5px 5px 5px 3px;
  width:205px;
  z-index:0;
  position:relative;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {  color: #fff; }

input:-moz-placeholder,
textarea:-moz-placeholder {  color: #fff; }

input.placeholder_text,
textarea.placeholder_text {  color: #fff; }
 

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  /* for Opera */
  z-index: 1;
 }

.header .form-search input:focus,
.header .form-search input:active{ 
	-moz-box-shadow: #E9E9E9  0 0 0px;
	-webkit-box-shadow: #E9E9E9  0 0 0px;
	box-shadow: #E9E9E9  0 0 0px;
	border:none;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(images/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/
.ie6_button,
* html button {
  background: #E9E9E9  url('../image/button.png') repeat-x;
  border: 1px solid;
  border-color: #E9E9E9  #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #555;
}

.ie6_input_disabled {
  background: #eee;
}
/*==================================*/
/* END FORMALIZE */
/*==================================*/

label {	cursor: pointer; }
/* layout */
#container {}

#header,
.nav-inner,
.content-inner,
.footer-inner,
.copyright-container{	
	width: 980px;
	margin:0 auto;
	text-align: left;
 
}

#header-container,
.nav-container,
#content-wrapper,
#footer-container,
copyright-container{ clear:both;}


#column-left {
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 10px;
    width: 195px;
	    margin-bottom: 10px;
}
#column-right {
	background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    padding: 10px;
    width: 195px;
	    margin-bottom: 10px;
}
.home #content {	
   	background:none;
	padding:0;
}
#content {
	background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 15px;
    min-height: 400px;
    padding: 10px;
}


#column-left + #column-right + #content, #column-left + #content {
	margin-left: 0;
	width:735px;
	float: right
}
#column-right + #content {
	margin-right: 225px;
}
/* header */
#header {
 margin-bottom: 2px;
    min-height: 107px;   
    position: relative;
    z-index: 99;
}
#header #logo {
	margin:30px 0;
}

#header .header-left { float:left;    }
#header .header-right { float:right; margin-top:36px;}

#content .welcome { display:none; visibility:hidden;}

.language_div, .currency_div{
    background-color: #fff;
    border: 1px solid #F6EFD0;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 22px;
    width: 151px;
    z-index: 99;
}

#language {	
	float:right; 
    margin: 8px 0px 0 0;
    padding: 2px 6px;
	 position: relative;
  	z-index: 959;
  
}
 #language .lang_image{ padding-left:5px; cursor: pointer;}
 
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {	
    float: right;
    margin: 8px 15px 0 0;
    padding: 2px 6px;
	 position: relative;
	 z-index: 959;
}
 
#currency .top_downarrow , #language .top_downarrow {
background: url('images/arrow-down.png') right 5px no-repeat;  padding-right:10px;cursor:pointer;}
#currency.active .top_downarrow , #language.active .top_downarrow {
background: url('images/arrow-up.png') right 5px no-repeat;
}
#currency .show:hover , #language .show:hover{color: #00638E; cursor:pointer;	 }
.currency_div a:hover ,.language_div a:hover { color:#00638E}
.currency_div a ,.language_div a  {
	 display:block; 
	padding: 2px 4px;
	text-align:left;
	margin-right: 2px;
	color:#777}
#currency a:hover {
	
}
#header #cart {
	clear: both;
    float: right;
    min-width: 145px;
    z-index: 9;
	position:relative;
}
 
#header #cart .heading h4 { 
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}

#header #cart .content {
	clear: both;
	display: none;
 	float:right;
	position:absolute;
	right:0;
	top: 35px;
	padding: 8px;
	min-height: 150px;
	border-top:2px solid #FF8A02;	
	background: #FFF;
	 width:250px;

}
#header #cart .content .checkout a{ background: none repeat scroll 0 0 #00638E;
    color: #FFFFFF;
	padding:4px 8px;}
#header #cart .content .checkout a:hover{ background: none repeat scroll 0 0 #FFA740;
   }	
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {

	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #555;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	margin-bottom:5px;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
  margin-top: 0;
    position: absolute;
    top: 157px;  
    height: 30px;   
    right: 5px;  
    width: 200px;
}

#header #cart .heading a {
	background: url("images/sprite.png") no-repeat scroll left -642px transparent;
    display: inline-block;
    line-height: 25px;
    padding: 5px 0 5px 45px;
    z-index: 9;
}
#header #cart .heading a:hover{background-position:left -642px}
#header input.button-search {
	 background: url("images/button-search.png") no-repeat scroll center center transparent !important;
    border: medium none !important;
    cursor: pointer !important;
    height: 23px !important;
    position: absolute !important;
    right: 4px !important;
    top: 4px !important;
    width: 27px !important;
    z-index: 8 !important;
}
#header #search input {	
 background: none repeat scroll 0 0 #125699;
    border: 1px solid #11526E;
    color: #fff;
    float: left;
    padding: 6px 35px 6px 6px;
    width: 200px;
}
#header .top-link{
}
#header .welcome-links{/* width:100%; float:right;*/ }
#header #welcome {
	 background: url("images/cart_left_pipe.png") no-repeat scroll right center transparent;
    clear: none;
    float: right;
    line-height: 19px;
    margin: 9px 15px 0 0;
    padding-right: 20px;
    text-align: left;
    z-index: 5;
	color:#201b4f;
}
 #header #welcome a.logout{ background: url("images/sprite.png") no-repeat scroll -8px -581px transparent;}
 #header #welcome a.logout:hover{ background: url("images/sprite.png") no-repeat scroll -8px -611px transparent;}
 
 #header #welcome a.login{background: url("images/sprite.png") no-repeat scroll -8px -481px transparent;}
 #header #welcome a.login:hover{background: url("images/sprite.png") no-repeat scroll -8px -511px transparent;}
 
#header #delivery {
	text-align: right;
	margin-bottom:20px;
	color: #201b4f
}
#header #delivery a {
	color: #201b4f;
	text-decoration: underline
}
#header #delivery a:hover {
	text-decoration: none
}
.top_header .links {
	float:right;	
	margin-top:10px;
	text-align:right;
}
.top_header .links a + a,  #header #welcome a {
	display: inline-block;
	padding: 0px 0px 0px 10px;
}
 #header #welcome a{ background: url("images/sprite.png") no-repeat scroll -8px -411px transparent;
    margin-left: 10px;
    padding-left: 25px;
    color: #201b50
}
 #header #welcome a:hover{background-position:-8px -443px;}	
 #header #welcome a + a{background-position:-6px -482px; }
#header #welcome a + a:hover{background-position:-6px -512px; }		
.top_header .links a:hover{color:#fff; text-decoration:underline; }
.top_header .links a + a{
	margin-left: 5px;
	background:url(images/pipe.gif) no-repeat left center;
	
}
.top_header .links a.logout { }

.tm_headerlinkmenu {
    display: none;
}

.tm_headerlinks_inner { 
    cursor: pointer;
    overflow: hidden;
} 
.headertoggle_img {
 background: url("images/sprite.png") no-repeat scroll -29px -169px transparent;
    cursor: pointer;
    float: none;
    height: 18px;
    margin: 0 auto;
    width: 30px;
}


/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	margin-bottom: 10px;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
	background: #212d6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #212d6a 0%, #303b7a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212d6a), color-stop(100%,#303b7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #212d6a 0%,#303b7a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #212d6a 0%,#303b7a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #212d6a 0%,#303b7a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #212d6a 0%,#303b7a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d6a', endColorstr='#303b7a',GradientType=0 ); /* IE6-9 */
    border-bottom: 3px solid #201b4f;
    clear: both;
    height: 50px;		  
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}

.main-navigation > li:last-child {
    background: none repeat scroll 0 0 transparent;
}
.main-menu > ul > li {
	float: left;
	z-index: 20;	
	background: url("images/menu_pipe.png") no-repeat scroll right center transparent;
    position: relative;
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	margin-bottom: 0px;
	z-index: 6;
	border: 0 none;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    padding: 16px 18px;
    position: relative;
    text-decoration: none;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background: #212D6A;
	color: #4890c7;	
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #303b7a;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	border-top: 3px solid #201b4f;
	padding-left:10px;
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #303b7a;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-5px;
	border-top: 3px solid #201b4f;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 180px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	background-image: url("images/arrow_menu.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    padding: 4px 4px 4px 15px;
    white-space: nowrap;
	
}

.main-menu ul li a .sf-sub-indicator {
    background: url("images/arrows-ffffff.png") no-repeat scroll -10px -100px transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -999em;
    top: 10px;
    width: 10px;
}
.main-menu ul a:focus > .sf-sub-indicator, .main-menu ul a:hover > .sf-sub-indicator, .main-menu ul a:active > .sf-sub-indicator, .main-menu ul li:hover > a > .sf-sub-indicator, .main-menu ul li.sfHover > a > .sf-sub-indicator{background-position:-10px 0px}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover ,.main-navigation ul li:hover a.activSub {
	color:#FF8A00;
	background: url("images/arrow_menu_hover.png") no-repeat left center;
}
/*.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(images/cat_arrow_hover.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}*/
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	height:20px
}

.breadcrumb {
	color: #aaa;
	margin-bottom: 10px;
} 

.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb ul{ 
	list-style-type: none;
	padding:0px;
	margin:0px;
	list-style: none;
}
.breadcrumb ul li{ 
	padding: 0;
	margin:0;
	display:inline;
	position:relative;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	position:relative;
	background: url("images/success.png") no-repeat scroll 10px center #FFFFFF;
    border: 1px solid #EEEEEE;
}
#notification a{ color:#00638E;}
.success {
	background: #fff url('images/success.png') 10px center no-repeat;
	border: 1px solid #eee;
	
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top:6px;
	padding-right: 4px;
	cursor: pointer;
	position:absolute;
	right:10px;
}
.required {
	color: #DF0505;
	font-weight: bold;
}
.error {
	display: block;
	color: #DF0505;
}
.help {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:10px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #555;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 270px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E9E9E9 ;
	border-left: 1px solid #E9E9E9 ;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #E9E9E9 ;
	border-bottom: 1px solid #E9E9E9 ;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {	
	
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #FBFBFB;
	cursor: pointer;
}
.pagination {
border: 1px solid #F6EFD0;
    display: inline-block;
    margin-top: 10px;
    padding: 6px;
    width: 98%;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	 background: none repeat scroll 0 0 #F6EFD0;
    border: 1px solid #EEEEEE;
	padding: 4px 10px;	
	color: #777;
}
 .pagination .links a:hover{
	display: inline-block;	
	padding: 4px 10px;
	font-weight: normal;	
	border: 1px solid #BBBBBB;
    color: #777777;
}
.pagination .links b { background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFA740;padding:4px 10px;}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;	
	background: none repeat scroll 0 0 #00638E;   
    font-weight: normal;  
    line-height: 28px;    
    text-transform: capitalize;   
	font-family:'Droid Sans',Arial,Helvetica,sans-serif ;
}

a.button {
	display: inline-block;	
	padding: 0px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
 
}
.ie7 input.button  { padding:0 3px; } 

a.button:hover, input.button:hover {
	background-color:#FFA740;
}
.buttons {
	background: #FFFFFF;	
	overflow: auto;
	padding: 6px;
	margin-bottom: 10px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#button-quote{ margin-top:5px; }
.htabs {
	height: 32px;
	line-height: 16px;
	border-bottom: 4px solid #00638E;
 
}
.htabs a {	
	padding: 8px 15px 8px 15px;
	float: left;
	text-align: center;
	font-size:14px;
	margin-right: 7px;
	display: none;
	background: none repeat scroll 0 0 #F6EFD0;
    color: #00638E;
}
.htabs a.selected {
	 background: none repeat scroll 0 0 #00638E;
    color: #FFFFFF;
    padding-bottom: 8px;
}
.tab-content {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	
}
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#products-related{ }
/* box */  
.box {
	 background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin-bottom: 12px;
    padding: 10px 18px;
	border-color: #E0DBC1;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 4px;

}
#column-left .box,
#column-right .box {
	 background: none;
    clear: both;
    margin-bottom: 12px;
    padding: 0;
	border:none;

}
.box .box-heading {

    color: #00638E;
    font-family:'shanti',Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 25px;  
    text-transform: capitalize;
	padding:0 10px;
	font-size:18px;
}
.box .box-content {
	padding:10px;	 
}


#content .box .box-heading {
	color: #c1202f;
	font-size: 24px;
	padding: 0;
	font-family: 'chunkfiveroman';
	margin-bottom:25px
}

#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:0;
	color: #414042;
	font-size: 16px
 
}

#content .box .box-content li {
	padding-left: 40px;
	margin-bottom: 15px
}

#content .box .box-content li:nth-child(1) {
	background: url(images/dollar.png) 0 0 no-repeat;
}

#content .box .box-content li:nth-child(2) {
	background: url(images/truck.png) 0 5px no-repeat;
}

#content .box .box-content li:nth-child(3) {
	background: url(images/call.png) 0 0 no-repeat;
}

#content .box .box-content li:nth-child(4) {
	background: url(images/check.png) 0 3px no-repeat;
}

#content .box ul.brands li {
	display:inline-block;
	background:none;
	padding:0;
	margin:0
}

#content .box ul.brands {
	margin-bottom:20px;
	text-align:center
}

#content .box ul.brands li img {
	margin-right:17px;
}

#content .box ul.brands li:nth-child(8) img {
	margin-right:0;
}


#content .box.latest {
	padding: 25px 30px
}

#content .box .image-seal {
	float:right;
	display:block;
	height:auto;
	margin-top: -45px;
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:4px 0;
	position: relative;
}
.box .box-content ul li a , #content .content ul li a{
	background:url(images/cat_arrow.png) no-repeat left center;
	padding-left:12px;
	padding-right: 17px;
}
.box .box-content ul li a + a , .box .box-content ul li a + a:hover{ background:none; padding-left:0; }
.box .box-content ul li a:hover , #content .content ul li a:hover{
	background:url(images/cat_arrow_hover.png) no-repeat left center;
}

.box .box-content ul ul{
	margin-left:15px;
}

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	/*padding: 0px 0px 8px 0px;*/
}
ul.box-category > li {
	padding: 4px 0px 4px 0px;
}
.box .box-content ul li + li {
	}
ul.box-category > li > a {
	/*color: #333;*/
}
ul.box-category > li ul {
	display: none;
}
 
ul.box-category > li a.active {
	font-weight: normal;
	color:#0088CC;
	background:url("images/cat_arrow_hover.png") no-repeat scroll left center transparent;
}
ul.box-category > li a.active + ul {
	display: block;
	margin-left:15px;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	background:url(images/cat_arrow.png) no-repeat left center !important;
	padding-left:12px;
	display: block;
}
ul.box-category > li ul > li > a:hover{
background:url(images/cat_arrow_hover.png) no-repeat left center !important;

}
ul.box-category > li ul > li > a.active {
	font-weight: normal;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;

	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
 
	display: block;
 
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding:10px;
	overflow: auto;
	margin-bottom: 10px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom:5px;
}

#column-left .banner {   max-width: 100%;  width: auto;}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

.category-list ul li{ 
	margin:0 7px 7px 0;
	position:relative;
	overflow: auto;
	float:left;
	padding:0;
}
.category-list ul li a{ 
	padding:5px 8px; 
	background: none repeat scroll 0 0 #F2EDD9;
    border: 1px solid #F6EFD0;
	display:block;	
}
.category-list ul li a:hover { background-color:#F6EFD0; color:#000;}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
 background: none repeat scroll 0 0 #F2EDD9;
    border: 1px solid #F6EFD0;
	padding: 5px;
	overflow: auto;
	margin-bottom:10px;
}
.product-filter select { width:auto;    cursor: pointer;}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 0px;
	
}

.product-filter .display .List a{
		background: url("images/sprite.png") no-repeat scroll -31px -205px transparent;
	display: block;
    float: left;
    width: 29px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid a{
		background: url("images/sprite.png") no-repeat scroll -3px -205px transparent;
	display: block;
    float: left;
    width: 29px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .List , .product-filter .display .List a:hover{
	background: url("images/sprite.png") no-repeat scroll -31px -235px transparent;
	display: block;
    float: left;
    width: 29px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid  , .product-filter .display .Grid a:hover{
	background: url("images/sprite.png") no-repeat scroll -3px -235px transparent;
	display: block;
    float: left;
    width: 29px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}

.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	
}
.product-filter .limit {
	margin-left: 15px;
	float: right;

}
.product-compare {
	padding-top: 5px;
	margin-bottom: 6px;
	font-weight: bold;
}
.product-compare a {
	font-weight: normal;
}
/*.product-list li {
	overflow: auto;
	margin-bottom: 15px;
}*/
/*.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}*/

.product-info-tags{ margin-bottom:15px;}

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom: 15px;	
	width:100%;
	float:left;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:7px;
	
}

#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}

#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}

#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; background:none;box-shadow:none; height:auto;
	font-weight:normal;
	border-radius:0;
	color:#555;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover { text-decoration:underline;color:#00638E}

#column-left .box-product .image img,
#column-right .box-product .image img { width:48px;}


#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-left:61px;  }

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}

/* WooCommerce Styling */

.home .product-block .price {
	color: #005aa0 !important;
	font-weight: bold
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30%;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
	margin: 7px 7px 0 0;
	background: #F4F4F4;
	border: 1px solid #CBCBCB;
	color: #7B7B7B;
	text-shadow: none;
	box-shadow: none
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
	font-size: 14px;
	font-weight: normal;
	background: url("images/sprite.png") no-repeat scroll 130% -726px transparent;
	padding-right: 40px
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	font-size: 15px;
	text-decoration: none
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	font-size: 15px;
	color: #ffa740
}

.single-product .entry-summary p.price {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0
}

.single-product .entry-summary p.price del span.amount {
	font-size: 15px !important
}

.single-product .entry-summary p.price ins {
	text-decoration: none !important
}

.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	cursor: pointer;
	color: #FFFFFF;
	background: none repeat scroll 0 0 #00638E;
	font-weight: normal;
	line-height: 28px;
	text-transform: capitalize;
	font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
	font-size: 14px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 4px solid #00638E;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border:none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	border:none;
	box-shadow:none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	border:none;
	box-shadow:none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background: none repeat scroll 0 0 #00638E;
color: #FFFFFF;
padding-bottom: 8px;
padding: 8px 15px 8px 15px;
float: left;
text-align: center;
font-size: 14px;
margin-right: 15px;
color: #fff;
border-radius:0;
border:none;
box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	padding: 0;
	font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background: none repeat scroll 0 0 #F6EFD0;
color: #FFFFFF;
padding-bottom: 8px;
padding: 8px 15px 8px 15px;
float: left;
text-align: center;
font-size: 14px;
margin-right: 15px;
color: #fff;
border-radius:0;
border:none;
box-shadow: none
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
	padding: 0 10px;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 31.5%
}

.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label {

	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #ccc;
	vertical-align: middle;
	padding: 0
}

.woocommerce div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations {
	width:100%
}

.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
	font-weight: normal
}

.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.woocommerce div.product form.cart .variations td fieldset, .woocommerce #content div.product form.cart .variations td fieldset, .woocommerce-page div.product form.cart .variations td fieldset, .woocommerce-page #content div.product form.cart .variations td fieldset, .woocommerce div.variations fieldset {
	border:none;
	padding: 0;
	margin: 0;
}

.woocommerce div.variations .section fieldset {
	padding-top:7px
}

.woocommerce div.variations fieldset .title {
	display:inline
}

.woocommerce div.variations fieldset .tm-radio {
	padding-right:7px
}

.woocommerce div.variations .section {
	margin-bottom:15px
}
.woocommerce div.variations .section label {
	font-weight:bold !important;
	text-transform:uppercase;
	font-size:12px;
}

.woocommerce h3.addon-name {
	font-size:12px;
	text-transform: uppercase;
	display:none;
}

.woocommerce .addon-description {
	display:none
}

.woocommerce div.product-addon {
	margin-top: -14px;
	width: 50%;
	margin-left: 17px;
}

.woocommerce .single_variation_wrap {
	margin-top: 30px;
}

.woocommerce-page #content div.product form.cart .variations td a.reset_variations {
	display: none !important
}

.product_meta {
	margin-bottom:10px
}

.product_meta span.sku_wrapper, .product_meta span.posted_in, .product_meta span.tagged_as {
	display:block;
	font-weight: normal;
	font-size: 12px
}

.single_variation_wrap .single_variation {
	float: left;
	line-height: 27px;
	padding-right: 10px;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
	padding: 0
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	margin-top: 10px
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	cursor: pointer;
	color: #FFFFFF;
	background: none repeat scroll 0 0 #00638E;
	font-weight: normal;
	line-height: 28px;
	text-transform: capitalize;
	font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
	font-size: 14px !important;
	text-shadow: none !important
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	cursor: pointer;
	color: #FFFFFF;
	background: none repeat scroll 0 0 #00638E;
	font-weight: normal;
	line-height: 28px;
	text-transform: capitalize;
	font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
	font-size: 14px !important;
	text-shadow: none !important
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	background: none repeat scroll 0 0 #00638E;
	opacity: 0.9
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	background: none repeat scroll 0 0 #00638E;
	opacity: 0.9
}

.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th {
	width: 200px
}

form.shipping_calculator h2 {
	text-align:right
}

.woocommerce div.variations fieldset .title {
	padding-left:7px;
	line-height: 22px;
}

.woocommerce .section input[type="radio"] {
	height:17px;
	width:17px
}

.woocommerce a.delivery {
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #A30000;
	background: #ff3019;
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom, #E92D18 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	margin-left: 21px;
	font-size: 13px;
}

.woocommerce a.delivery:hover {
	opacity:0.85
}

/* Product Grid Start */

.product-grid-list { }
#content .box-product,
.product-grid-list ul{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}
.product-grid .wishlist a , 
.product-grid .compare a{display:none;}

.product-grid-list ul li,
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width:235px !important;
	float:left;
	display: inline-block;
}
 
.ie7 .product-grid li{ width:235px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:4px 3px; 
	background:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear:both;
	overflow:hidden;
	border:1px solid #eee;
}

.grid_default_width { width:235px;}
.featured_default_width{ width:235px;}
.module_default_width{ width:150px;}
.latest_default_width{ width:235px;}
.special_default_width{ width:235px;}
.related_default_width{ width:235px;}
.bestseller_default_width{ width:235px;}
.additional_default_width{ width:74px;}



.banners-slider-carousel{ 
	position:relative;
	margin-bottom:0px;
	 width:100%;
	 background:#fff;
	 border-color: #E0DBC1;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 4px;
	
}
 
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	 clear: both;
    margin: 6px;
    overflow: hidden;
    padding: 0;
}

#content .product-carousel .product-block:hover .name a,
#content .product-grid-list .product-block:hover .name a,
#content .box-product .product-block:hover .name a{color: #00638E;}



#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {
   
	overflow:hidden;
	clear:both;
}

.ie7 #content .product-carousel .product-block,
.ie7 #content .product-grid-list .product-block,
.ie7 #content .box-product .product-block {}

.ie7 #content .product-carousel .product-block:hover,
.ie7 #content .product-grid-list .product-block:hover,
.ie7 #content .box-product .product-block:hover {}

#content .product-carousel .product-block-inner .name,
#content .product-grid-list .product-block-inner .name,
#content .box-product .product-block-inner .name{width:80%;}

#latest-carousel .product-grid-list .product-block:hover .cart .button, 
#latest-carousel #content .box-product .product-block:hover .cart .button, 
#latest-carousel .related-products .product-block:hover a.button,
#latest-grid .product-grid-list .product-block:hover .cart .button, 
#latest-grid #content .box-product .product-block:hover .cart .button, 
#latest-grid .related-products .product-block:hover a.button{background-color:#FFA740}

.product-block:hover .cart .button,
.product-block:hover a.button,
.product-block:hover input.button{background:url("images/sprite.png") no-repeat scroll -6px -644px transparent;}

.product-block .cart .button,
.product-block a.button,
.product-block input.button {
    background:url("images/sprite.png") no-repeat scroll -6px -726px transparent;
    float: right;
    font-size: 0;
    height: 30px;
    padding: 0;
    width: 36px;
	margin:0;
	margin-top:-22px;
}
.product-list .product-block .cart .button{float: left;margin:0;} 
#content .product-carousel .product-block-inner,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner{ padding:10px 7px; text-align:left; overflow:hidden; position:relative;}
#content .product-list .product-block-inner{ border: 1px solid #EEEEEE;}
/* text align left for product listing*/
#content .product-list .product-block-inner { text-align:left;} 

.product-list .image {
	float: left;
}
.product-list .wishlist{ float:left; margin-right:10px; }
.product-list .left{ float:left; width:210px; }
.product-list .right {
	float: left;
    margin-left: 10px;
    text-align: left;
    width: 485px;
}
#content .box-product .image ,.product-grid-list .image{
	 border: 1px solid #EEEEEE;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
    display: block;
    overflow: hidden;
    padding: 7px;
    position: relative;
}
.category-info img{max-width: 100%;}
.product-grid-list .image img,
#content .box-product .image img,
#column-left .box-product .image img,
#column-right .box-product .image img {	
	 margin:0 auto;
	  max-width: 100%;
}
.product-grid-list .image,
#content .box-product .image,
#column-left .box-product .image,
#column-right .box-product .image{text-align:center;}
/* If need different border color for left, right product boxes */
#column-left .box-product .image img,
#column-right .box-product .image img {	padding: 3px; border: 1px solid #EEEEEE; background:#fff;}

.product-grid-list .name a,
#content .box-product .name a,
#column-left .box-product .name a,
#column-right .box-product .name a  {
	display: block;

}
.product-grid-list .name a,
#content .box-product .name a {	margin: 4px 0;}

.product-grid-list .name a:hover,
#content .box-product .name a:hover,
#column-left .box-product .name a:hover,
#column-right .box-product .name a:hover  {
	
}

.product-grid .description,
#content .box-product .description {
	display: none;
}
.product-list .description {
	margin-bottom: 5px;
	color: #4D4D4D;
}
.description{font-size:13px;text-align:justify;}
.product-grid .rating{ bottom: 140px;display: block;
    float: right;
    margin-left: 12px;
    position: absolute;
    width: 90%;}
#content .box-product .rating {
	display: block;
    float: right;
    margin-left: 12px;
    position: absolute;
    bottom: 107px;
    width: 90%;
}
.product-grid .rating img, #content .box-product .rating img{ margin:0 auto; }
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price,
.product-grid .price,
#content .box-product .price{
	font-size:15px;
}

.product-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price {
	color: #FFA740;
  
}
.product-grid .price{float:left;margin-bottom:4px}
.product-list .price {
  clear: both;
    float: left;
    margin: 7px 0;
    width: 100%;
 
}

.product-list .price,
.product-grid-grid .price,
#content .box-product .price
{
   color: #FF8A00;
    float: left;
    font-size: 18px; 
    padding: 2px 0;
	}
#column-left .box-product .price,
#column-right .box-product .price{float:none;font-size:15px;}
#column-left .box-product .price-old,
#column-right .box-product .price-old{font-size:13px;display: inline; text-decoration: line-through;}

.product-grid-list .price-old,
#content .box-product .price-old {
	display: inline;
    font-size: 15px;
    text-decoration: line-through;
}
.home #latest-carousel .product-block-inner .price-old,
.home #latest-grid .product-block-inner .price-old{display: block;}

.product-grid-list .price-new,
#content .box-product .price-new,
#column-left .box-product .price-new,
#column-right .box-product .price-new {display:inline;}

.product-grid .price .price-tax,
#content .box-product .price .price-tax {
	display: none;
}
.product-grid-list .price-tax {
	color: #999;
	font-size:15px;
 
}

/*.product-grid-list .cart,
#content .box-product .cart , .related-products a.button{
	margin-bottom:5px;
	margin-top:4px;
}*/
.product-grid .wishlist, .product-grid .compare,
#content .box-product .wishlist, #content .box-product .compare {clear:both	
}
.product-grid-list .wishlist a,
#content .box-product .wishlist a {
	padding-left: 25px;
	background: url('images/comp.png') 0px 1px no-repeat;
	font-size:13px;
}
.product-grid-list .compare a,
#content .box-product .compare a {
	padding-left: 25px;
	background:url('images/comp.png') 0px -58px no-repeat;
	font-size:13px;
}

.product-grid-list .compare a:hover,
#content .box-product .compare a:hover{text-decoration:underline;background-position:0px -87px;}

.product-grid-list .wishlist a:hover,
#content .box-product .wishlist a:hover { text-decoration:underline;background-position:0 -28px;}

/* Product Info - Propduct Detail page */
.product-info {
	margin-bottom: 20px;
	overflow:auto;
	 
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}
.product-info > .left + .right {
	margin-left: 320px;
}
.product-info .right h1.name{
	margin-bottom:10px;
}
.product-info .image {
	border: 1px solid #EEEEEE;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);	
	display:block;
	padding:2px;
	margin-bottom: 15px;
	text-align: center;
}
.product-info .zoomContainer{ z-index:9; }/* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 15px;
    padding-right: 15px;
    width: 276px;
}
.product-info .image-additional img {	
max-width:100%;
}
.product-info .image-additional a {
	float: left;
	display: block;	
}
.product-info .description {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 22px;

}
.product-info .description .product-description{ }
.product-info .description .product-description .description-right{
	padding-left:10px;
}
.product-info .description span {
	color: #777777;
    font-weight: 700;
}
.product-info .description a {
	color: #00638E;	
}
.product-info .description a:hover {
	color: #000;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #ccc;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color:#FFA740;
	
}
.product-info .price-old {
	color: #777777;
    font-size: 15px;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-left:5px;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #ccc;
	padding: 0px 5px 0px 5px;
	margin-bottom:0;
	z-index:999;

}
.product-info .options textarea{ width:95%; }
.product-info .options b,
.product-info .options strong{ font-weight:normal;}
.product-info .options h2{
	font-size:18px;	
	font-weight:normal;
	color:#444;
	margin-bottom:12px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 10px 5px;
	margin-bottom: 0px;
	color: #4D4D4D;
	z-index:999;
}
.product-info .cart input{ width:auto;}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {

	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .links .product_wishlist{  display:block; }
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
}
.product-info .review  a.review-write{
	padding-left: 20px;
	background: url('images/pencil.png') left center no-repeat;
}
.product-info .review > div {
	padding: 10px 0px;;
	line-height: 20px;
	border-bottom:1px solid #ccc;
}
.product-info .review > div > span {
	color: #0088CC;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom:none;
	padding-top:16px;
}
.product-info .review .share a {
	
}

#tab-review b,
#tab-review strong{ font-weight:normal;}
/*#tab-review .captcha { float:left; margin-right:10px;    margin-top:5px; width:205px;}*/

#tab-review h2{ margin-bottom:8px; text-transform:uppercase;}
#tab-review label{ display:block; font-weight:bold; margin-bottom:5px;}
/*#tab-review .entry_name { width:205px;}*/
#tab-review .entery_rating { line-height:25px;}
#tab-review .entery_captcha {line-height:25px;}
#tab-review br.spacing { margin-bottom:5px;}
 
.review-list {
	padding: 10px 0;
	overflow: auto;
	margin-bottom:10px;
	border-bottom: 1px solid #EEEEEE;
}
#review  .pagination{ border:none; margin-top:0; }
.review-list .author {
	float: left;
	margin-bottom: 10px;
}
.review-list .date { float:left; margin-left:5px;} 
.review-list .rating {
	float: left;
	margin-bottom: 10px;
	margin-left:5px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #F6EFD0;
	border-left: 1px solid #F6EFD0;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F2EDD9;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #F6EFD0;
	border-bottom: 1px solid #F6EFD0;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #E9E9E9 ;
	border-left: 1px solid #E9E9E9 ;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F6F6F6;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #E9E9E9 ;
	border-bottom: 1px solid #E9E9E9 ;
}
.compare-info td.remove a{  
	background: #ee5f5b;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
}
.compare-info td.remove a:hover{ 
	background: #bd362f;
	background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
	background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
 }
 
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #555;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E9E9E9 ;
	border-left: 1px solid #E9E9E9 ;
	border-right: 1px solid #E9E9E9 ;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	background-color: #F6F6F6;
    border-bottom: 1px solid #E9E9E9;
    color: #777777;
    font-size: 15px;
    font-weight: normal;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9 ;
}
.wishlist-info tbody .image img {
	border: 1px solid #E9E9E9 ;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #555;
}
.wishlist-info tbody .action img , #wishlist-info-table .tm_responsive_group .Action img{
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	
}
.login-content .right a{ color:#555;display: block;
    margin-top: 5px;}
.login-content .right a:hover{ text-decoration:underline}
.login-content h2{ text-transform:uppercase}
.login-content .left {
	float: left;
	width: 49%;
}
.login-content .right {
	float: right;
	width: 49%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 220px;
		
}
 
.login-content .left .content p, .login-content .right .content p{ margin-top:5px; margin-bottom:10px }
.login-content .left .content b, .login-content .right .content b { font-weight:normal;}
/* Shopping Cart */
.cart-left-area{
	float:left;
	width:48%;
}
.cart-right-area{
	float:right;
	width:48%;
}
.cart-clear{ clear:both; overflow:hidden;}
.cart-buttons{ border:none;}
.cart-buttons .right{ }
.cart-buttons .center{ text-align:left;}

/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #E9E9E9 ;
	border-left: 1px solid #E9E9E9 ;
	border-right: 1px solid #E9E9E9 ;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #555;
	font-size:15px;
	font-weight: normal;
	background-color: #F6F6F6;
	border-bottom: 1px solid #E9E9E9 ;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9 ;
}
.cart-info tbody .image img {
	border: 1px solid #E9E9E9 ;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='text'] , .Quantity input[type='text'] { width:25px; }
.cart-info tbody .quantity img ,.Quantity img{top: 4px;}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img ,.Quantity img{
	position: relative;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #DF0505;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-right-area .checkout-button{
	text-align:right;	
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #E9E9E9;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:-1px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	
}
.checkout-content {
	padding: 15px;
	display: none;
	overflow: auto;
	border: 1px solid #DBDEE1;
	border-top:none;
	margin-bottom:15px;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons .right { width:auto;}
.checkout-content .buttons .right #button-payment-method{ margin-left:10px;}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E9E9E9 ;
	border-left: 1px solid #E9E9E9 ;
	border-right: 1px solid #E9E9E9 ;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F6F6F6;
	border-bottom: 1px solid #E9E9E9 ;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9 ;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #E9E9E9 ;
}
.contact-info {
	  border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    overflow: auto;
    padding: 30px 30px;
}
.contact-info .left {
	float: left;
	width: 50%;
	margin: 20px 0;
}
.contact-info .right {
	float: left;
	width: 50%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	min-height: 100px;
	background-color: #201b4f;   
    padding: 10px; 
	overflow:hidden;
}
#footer h3 {
	color: #FFFFFF;
    font-family: 'Shanti',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 10px;
    padding-top: 10px;
}
#footer .column {
	  float: left;
    padding: 10px;
    width: 220px;
	 
}
#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style:none;  
}
#footer .column ul li {
	padding:3px 0;
}
#footer .column li a {		
	color: #A9D0E1;
}
#footer .column a:hover {
color:#FFFFFF;
}
#powered {
	 clear: both;
    color: #777777;
    float: left;
    margin: 0 0 10px;
}
#powered a:hover {
    color: #00638E;
    text-decoration: underline;
}

.custom_footer_inner .content {
    color: #A9D0E1;
	line-height:20px;
}
.custom_footer_main_block .column{} 

#powered a {
    color: #777777;
    text-decoration: underline;
}
/* banner */


#tmcmsblock {
    margin: 15px 0;
    overflow: hidden;
}
#tmcmsblock .banner {
    background: url(images/delivery.jpg) 0 0 no-repeat;
    border: none;
    color: #A4A4A4;
    float: left;
    font-size: 16px;
    margin-right: 20px;
    padding: 28px 0;
    text-align: left;
    width: 313px;
}

#tmcmsblock .banner:nth-child(2) {
	background: url(images/secure.jpg) 0 0 no-repeat;
	
}

#tmcmsblock .banner:nth-child(3) {
	background: url(images/hand.jpg) 0 0 no-repeat;
}

#tmcmsblock .banner .heading {
    margin-bottom: 10px;
    background: none;
    color: #fff;
    font-size: 25px;
    margin-bottom: 7px;
    padding-left: 42px;
    font-family: 'chunkfiveroman';
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
}

#tmcmsblock .banner a {
    background: none;
    color: #fff;
    font-size: 25px;
    margin-bottom: 7px;
    font-family: 'chunkfiveroman'
}


#tmcmsblock .banner:hover {
	color: #fff;
}



#tmcmsblock .banner:hover .data {
    color: #fff;
}

.banner .data {
    color: #A4A4A4;
    font-size: 16px;
    padding: 0 40px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
}

#tmcmsblock .banner2 .data {
	padding: 0 25px 0 40px;
}

#tmcmsblock .banner3 {
    float: right;
    margin: 0;
}



.banner { margin-bottom:0px;}

#banner0 , #banner1{float:right;clear:none;width:274px;}
#banner0{margin-bottom: 3px;}
.banner div img {	
	max-width:100%;
}
 
.captch_input{ float:left; margin:4px 7px 0 0 !important; }
/*
.sale{	
	font-size:11px;
	font-weight:bold;
    border-radius: 50% 50% 50% 50%;   
	padding: 10px 7px;    
	text-align: center;
    text-transform: uppercase;		
	position:absolute;
	top:20px;
	right:20px;
	background-color: #F4F4F4;
    border: 1px solid #CBCBCB; 
    color: #7B7B7B;}
.product-list .sale{ left:10px;right: auto; }
#column-left .sale , #column-right .sale{ display:none; }
*/
 
 
#content  .aboutus{ margin-bottom:20px; }
#content  .aboutus  .content{ border:none; padding:0px; }
#content  .aboutus  .image1{  float:left; width:60px; height:50px; background: url("images/cms-sprite.png") no-repeat scroll 7px -165px ;}
#content  .aboutus  .image2{  float:left; width:60px; height:50px; background: url("images/cms-sprite.png") no-repeat scroll 7px -105px ;}
#content  .aboutus  .image3{  float:left; width:60px; height:50px; background: url("images/cms-sprite.png") no-repeat scroll 7px -45px ;}
#content  .aboutus  .image4{  float:left; width:60px; height:50px; background: url("images/cms-sprite.png") no-repeat scroll 7px 15px ;}

.contact-info  .address{  background: url("images/cms-sprite.png") no-repeat scroll -7px -236px ;    padding: 3px 0 3px 35px;}
.contact-info .telephone{  background: url("images/cms-sprite.png") no-repeat scroll -7px -315px ;    padding: 3px 0 3px 35px; }
.contact-info .fax{  background: url("images/cms-sprite.png") no-repeat scroll -7px -273px ;    padding: 3px 0 3px 35px;}
.address, .telephone{ margin-bottom:35px; }
.contact-info label{ font-weight:bold; } 
.top_header {
    background: none repeat scroll 0 0 #201b4f;
    height: 40px;
}
.top_header a {
	color:#fff
}
.top_header a:hover {
	color: #fff;
	text-decoration: underline
}
.inner_top_header {width:980px;margin:0 auto;}

.language_label, .currency_label {
    display: none;
}
.content-top {
    clear: both;
    overflow: hidden;
}
.hover_bg {
    background: url("images/product_hover_bg.png") repeat scroll 0 0 transparent;
    display: none;
    float: left;
    height: 193px;
    left: 0;
    margin: 4%;
    position: absolute;
    top: 0;
    width: 92%;
}



.home #latest-carousel .product-block-inner .price,
.home #latest-carousel .product-block-inner .cart .button,
.home #latest-grid .product-block-inner .price,
.home #latest-grid .product-block-inner .cart .button{
    display: none;
}

.home #latest-carousel .product-block-inner:hover .price,
.home #latest-grid .product-block-inner:hover .price {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
}
.home #latest-carousel .price ,
.home #latest-grid .price
{
    color: #FFFFFF !important;
}


.home #latest-grid .product-block-inner:hover .cart .button,
.home #latest-carousel .product-block-inner:hover .cart .button{
   display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
	}
.home #latest-grid .product-block-inner .cart .button,
.home #latest-carousel .product-block-inner .cart .button
{
   background: url("images/sprite.png") no-repeat scroll 0 -762px #FF8A00;
    font-size: 0;
    height: 37px;
    padding: 0;
    width: 45px;
}
.home #latest-grid .product-block-inner .cart .button, 
.home #latest-grid .product-block-inner .price,
.home #latest-carousel .product-block-inner .cart .button, 
.home #latest-carousel .product-block-inner .pric
{
    display: none;
}




.home #latest-carousel .product-block-inner:hover .hover_bg, 
.home #latest-carousel .product-block-inner:hover .hover_bg, 
.home #latest-carousel .product-block-inner:hover .hover_bg,
.home #latest-grid .product-block-inner:hover .hover_bg, 
.home #latest-grid .product-block-inner:hover .hover_bg, 
.home #latest-grid .product-block-inner:hover .hover_bg{
    display: block;
}
.home #latest-grid .name , #latest-carousel .name,
.home #latest-grid .price , #latest-carousel .price,
.home #latest-grid .cart , #latest-carousel .cart{}

.home #latest-carousel .product-block-inner:hover img ,
.home #latest-grid .product-block-inner:hover img{
    transform: scale(0.9);
    transition-duration: 300ms;
}
.home #latest-carousel .product-block-inner img ,
.home #latest-grid .product-block-inner img{
    transition-duration: 300ms;
}
.footer-inner{
    border-bottom: 5px solid #005aa0;   
	overflow:hidden;
}

#bottomfooter {
   float: left;
    margin:20px 0 0;
}
#bottomfooter ul {
    margin-bottom: 1px;
    margin-left: 0;
    margin-top: 3px;
    padding-left: 0;
	 padding-right: 0;
    text-align: left;
    width: 100%;
}
#bottomfooter ul li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#bottomfooter a {
color:#777;  
}
#bottomfooter a:hover {
text-decoration:underline;
}
#bottomfooter ul li {
    background: url("images/header_pipe.png") no-repeat scroll left center transparent;
    color: #777777;
    display: inline;
    margin: 0 2px;
    padding: 0 0 0 9px;
}

.social_block li {
    display:inline-block;
    font-size: 0;
    list-style: none outside none;  
    margin-right: 0px;
    text-indent: -999em;
    width: 30px;
}
.social_block ul li a {
    background: none repeat scroll 0 0 transparent !important;
   display:block;
    height: 35px;
    width: 35px;
}
.social_block li.facebook {
    background: url("images/sprite.png") no-repeat scroll 0px -265px transparent;
}
.social_block li.twitter {
    background: url("images/sprite.png") no-repeat scroll 0px -292px transparent;
}
.social_block li.rss {
    background: url("images/sprite.png") no-repeat scroll 0px -320px transparent;
}
.social_block li.facebook:hover {
    background-position: -31px -265px;
}

.social_block {
    float: right;
}
.social_block li.twitter:hover {
    background-position: -31px -292px;
}
.social_block li.rss:hover {
    background-position: -31px -320px;
}
.social_block > ul {
      display: block;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0;
}
.paiement_logo_block {
    clear: both;
    float: left;
    margin-top: 0;
    width: 100%;
	min-height: 165px;
}
.bottombanner {
    margin-top: 10px;
}
#footer .custom_footer_main_block.column {
  	color:#fff;
    padding:10px 0 0 0;
    width: 420px;
}

.box-cms .content {
    color: #A9D0E1;
}
.bottombanner h3 {
    display: none;
}
#footer .custom_footer_main_block.column p{
  margin:0
}
.paiement_logo_block li {
    cursor: pointer;
    float: left;
    height: 33px;
    list-style: none outside none;
    margin-right: 10px;
    width: 49px;
}
.paiement_logo_block .payment_1 {
    background: url("images/paymenticon1.jpg") no-repeat scroll left center transparent;
}
.paiement_logo_block .payment_2 {
    background: url("images/paymenticon2.jpg") no-repeat scroll left center transparent;
}
.paiement_logo_block .payment_3 {
    background: url("images/paymenticon3.jpg") no-repeat scroll left center transparent;
}
.paiement_logo_block .payment_4 {
    background: url("images/paymenticon4.jpg") no-repeat scroll left center transparent;
}
.paiement_logo_block .payment_5 {
    background: url("images/paymenticon5.jpg") no-repeat scroll left center transparent;
}
.paiement_logo_block .payment_6 {
    background: url("images/paymenticon6.jpg") no-repeat scroll left center transparent;
}

.top_button {
    background: url("images/up.png") repeat scroll 0 0 transparent;
    font-size: 0;
    height: 41px;
    width: 43px;
}
.ie7 #header #cart{width:180px;}
.ie7 #header #welcome{float:right;}
.ie7 #header #search input {width:190px;padding:6px 6px 6px 6px}
.ie7 #header .button-search {
    height: 30px;   
    right: 4px;
    top: 0;
    width: 30px;
}
.ie7 #banner0{margin-bottom: 6px;}
.ie7 .social_block li{float:left}
.page_product .content-inner #content .box {
clear: none;
overflow: hidden;
}

.contact {
    height: 15px;
    margin: 10px 0 0 0;
    position: relative;
    width: 300px;
    float:left;
    color: #fff
}
.contact a {
	text-decoration: underline
}
#column-left .hover_bg, #column-right .hover_bg {
    display: none !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	width:auto !important;
	max-height:250px !important;
	margin:10px auto
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:35% !important
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:61% !important
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
	border: none !important
}

.woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-1 {
	float: none !important;
	width: 48% !important;
}

.woocommerce-account .col2-set .col-2, .woocommerce-account .col2-set .col-2 {
	float: none !important;
	width: 70% !important;
}

.woocommerce-account form.register {
	padding: 0 !important;
}

.woocommerce-account h2 {
	font-size: 22px;
	border-bottom: 1px dashed #777777;
	padding-bottom: 10px;
}