html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	
	margin: 0px;
	padding: 0px;
	 background: none repeat scroll 0 0 #FFFFFF;
    color: #4a4d4f;
    font-family: Open Sans,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
}
body, td, th, input, textarea, select, a {}
h1, .welcome {
	color: #0f0f0f;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
}
h2 {
	color: #0f0f0f;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align:justify;
}
a, a:visited, a b {
	color: #2271B2;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	text-decoration:none;
	color:#0f0f0f;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #E6E6E6;
	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;
     font-family: Open Sans,Helvetica,sans-serif;
}
button:hover{ transition-duration: 300ms;

-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-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 #E6E6E6;
	color: #666;
	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: #888; }

input:-moz-placeholder,
textarea:-moz-placeholder {  color: #888; }

input.placeholder_text,
textarea.placeholder_text {  color: #888; }
 

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{ 
	
	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(../image/megnor/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;
	    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
		    -webkit-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', Open Sans, '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: #ddd url('../image/button.png') repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Open Sans, 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: #888;
}

.ie6_input_disabled {
  background: #eee;
}
/*==================================*/
/* END FORMALIZE */
/*==================================*/

label {	cursor: pointer; }
/* layout */
#container {}

#header .welcome-msg {
    float: left;
    margin: 10px 0 0 8px;
}
.headerbottom,
.nav-inner,
.content-inner,
.footer-inner,
#powered{	
	width: 1240px;
	margin:0 auto;
	text-align: left;
 
}
#footer-container{background: #EEEEEE;}
#header-container,
.nav-container,
#content-wrapper,
#footer-container,
copyright-container{ clear:both;}




#column-left {
	float: left;
	width: 224px;
}
#column-right {
	float: right;
margin-top:20px;
width:290px;
}
#content {
	min-height: 400px;
	/*margin-bottom: 25px;*/
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 244px;
	margin-top: 20px;
}
#column-right + #content {
	margin-right: 244px;
}
/* header */
#header {
	min-height: 120px;
	background: #1E5792;
	position: relative;
	z-index: 99;
}
#header #logo {
	margin-top:0px;
}

.headerbottom {
    min-height: 114px;
}
#header .header-left { float:left;    }
#header .header-right { float:right; width:880px; position:relative;}

#content .welcome { display:none; visibility:hidden;}

.language_div, .currency_div{
    background-color: #fff;
    padding:10px;
    border:1px solid #ddd;
   	display:none;
	position:absolute;
	width:125px;
	z-index:99;
	top:44px;
}

#language {			
	margin:10px 5px 0;
	float:left;   color: #FFFFFF;
}
 #language .lang_image{ padding-left:5px; cursor: pointer;}
 
.lang_image {
    color: #FFFFFF;
}
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	float:left;
	margin:10px 5px 0;  color: #FFFFFF;
}
 
.header_inner_top {
    background: none repeat scroll 0 0 #124375;
    border-bottom: 1px solid #346EAA;
    box-shadow: 0 1px 0 0 #053261;
}

.header_top {
    height: 44px;
    margin: 0 auto;
    width: 1240px;
}
#currency .top_downarrow , #language .top_downarrow {
background: url("../image/megnor/sprite-info1.png") no-repeat scroll left 4px transparent;  padding-right:10px;cursor:pointer;}
#currency.active .top_downarrow , #language.active .top_downarrow {
background: url("../image/megnor/sprite-info1.png") no-repeat scroll left -21px transparent;
}
#currency .show:hover , #language .show:hover{cursor:pointer;	 }
 
.currency_div a ,.language_div a  {
	 display:block; 
	padding: 2px 4px;
	text-align:left;
	margin-right: 2px;}
#currency a:hover {
	
}
#header #cart {
	z-index: 99;
margin-top:35px;
position:absolute;
right:0;
	
}
/*#menu ul li.homeicon > a:hover {
    background: url("#") no-repeat scroll -101px -205px transparent;
	
}*/
#menu ul li.homeicon > a {
    background: url("#") no-repeat scroll -95px -205px transparent;
	font-size:0;
	width:22px;
	padding: 12px 15px;
}
#header #cart .heading  a{  background: url("#") no-repeat scroll 6px -270px transparent;
    color: #2271B2;
    float: left;
    font-family: Open Sans,arial;
    padding: 8px 5px 10px 35px; box-shadow: 1px 1px 3px -1px #0A335E;}
 
#header #cart .heading {
	float: right;
	 
	border:1px solid #E8C304;
	border-radius:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	position: relative;
	z-index: 1; 
	-o-border-radius: 5px 5px 5px 5px;
	background: #fff205; /* Old browsers */
background: -moz-linear-gradient(top,  #fff205 0%, #fad603 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff205), color-stop(100%,#fad603)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fff205 0%,#fad603 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fff205 0%,#fad603 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fff205 0%,#fad603 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fff205 0%,#fad603 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff205', endColorstr='#fad603',GradientType=0 ); /* IE6-9 */

}

.box.featured {
    clear: both;
}
.box.special .box-heading {
    display: none;
}
#content .box.special .box-product .product-block {
    border: medium none;
	border-bottom:1px solid #ccc;
	margin:10px 0 0;

	

}
.special .bx-viewport { margin:10px 0;}

/*.sub_cms_block {
    border-top: 1px solid #CCCCCC;
   float:left;
   width:100%;
    margin-top: 0px;
}


.inner_sub_cms {
   
    margin: 40px 0 40px;
	overflow:hidden;
   
}

.sub_cms.first {
    padding-right: 15px;
	width:368px;
	float:left;
}


.sub_cms.sec {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding: 0 8px 0 50px;
}

.sub_cms.last {
    float: right;
}
.sub_cms_img {
    border: 2px solid #ECECEC;
    border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
    float: left;
    font-size: 0;
    height: 62px;
    margin-right: 20px;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;
-o-border-radius: 10px;
    width: 62px;
}

.sub_cms:hover .sub_cms_img {
    box-shadow: 0 0 15px #E8E8E8 inset;
	    -moz-box-shadow: 0 0 15px #E8E8E8 inset;
		    -webkit-box-shadow: 0 0 15px #E8E8E8 inset;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;

}

.sub_cms_right {
    margin: 7px 0;
}

.cms_head h6 {
    color: #2271B2;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
	margin:0 0 3px;
}

.cms_head h6 span {
    color: #CF082E;
    font-weight: bold;
    margin-right: 5px;
}

.cms_cont {
    color: #4A4D4F;
}

.sub_cms.sec {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding: 0 0px 0 55px;
	float:left; width:400px;
}

.sub_cms.sec .sub_cms_img {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll center -57px #FCFCFC;
}

.sub_cms.last {
    float: right;
	width:350px;
}

.sub_cms.last .sub_cms_img {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll center -131px #FCFCFC;
}
.sub_cms.first .sub_cms_img {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll center 20px #FCFCFC;
}*/

/* cms */
.inner_sub_cms {
    overflow:hidden;
   
    width: 1240px;
}
.sub_cms_block {
   	
    float: left;
	/*background: #eaeff3;*/ margin:10px 0 25px;
  
}

.sub_cms:hover .sub_cms_img{ box-shadow: 0 0 5px #2271B2; 
    transition-duration: 1500ms; 	 } 
.sub_cms {
    float: left;
    width: 365px;
	padding: 25px 13px 24px 20px;
	background: none repeat scroll 0 0 #EEEEEE;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
.sub_cms_img { 
   	border: 1px solid #E6E6E6;
    border-radius: 10px 10px 10px 10px;
    float: left;
    font-size: 0;
    height: 62px;
    margin-right: 20px;
    transition-duration: 300ms;
    width: 62px;
}
.sub_cms.first .sub_cms_img {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll center 20px #FCFCFC;
}
.sub_cms.sec .sub_cms_img {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll center -57px #FCFCFC;
}
.sub_cms.last .sub_cms_img {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll center -131px #FCFCFC;
}
.sub_cms.sec {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
   	margin: 0 19px;
   
}
.sub_cms.last {
    float: left;
}
.sub_cms.first {
  
}
.cms_head h6 span {
    color: #CF082E;
    font-weight: bold;
    margin-right: 5px;
}
.cms_head h6 {
    color: #2271B2;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; margin:0;
}
.cms_cont {
    color: #4A4D4F;
	/*  margin: 10px 0;*/
}

.sub_cms:hover {
    cursor: pointer;
}
.sub_cms_right {
      margin: 0 0 0 83px;
}
/* cms */


.home .box.special {
   border-left: 1px solid #CCCCCC;
    float: right;
    padding-left: 30px;
    width: 315px;
	position:relative;
}

.custom_footer_main {
    clear: both;
}

.special .bx-controls-direction a {
    font-size: 0;
    position: absolute;
    width: 38px;
	text-align:center;
	 left:170px;
	
}





.special .bx-controls-direction a.bx-prev:hover {
    background:url("../image/megnor/sprite-info1.png") no-repeat scroll 3px -326px #EBEBEB;}

.special .bx-controls-direction a.bx-prev {
    background:url("../image/megnor/sprite-info1.png") no-repeat scroll 3px -347px #EBEBEB;
    border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
    top: -15px;
	-o-border-radius: 0px 0px 4px 4px;
}
#content .product-grid-list .product-list .product-block {
    border: medium none;
	margin:10px 0 0;

}
.special .bx-controls-direction a.bx-next:hover { background: url("../image/megnor/sprite-info1.png") no-repeat scroll 3px -367px #EBEBEB;}
.special .bx-controls-direction a.bx-next { background: url("../image/megnor/sprite-info1.png") no-repeat scroll 3px -391px #EBEBEB;
    border-radius:  4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	bottom:-13px;
	-o-border-radius: 4px 4px 0px 0px;
    }
#header #cart .heading h4 { 
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}
#header #cart .heading span {
	color: #0088CC;
	
}
#header #cart .heading span {
	background:  url("../image/megnor/sprite-info1.png") no-repeat scroll right -46px transparent;
	padding-right: 20px;
}

.header-right .phone {
    color: #fff;
    float: right;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 45px;
	text-transform:uppercase;
}
#header #cart.active  .heading span {
	background:  url("../image/megnor/sprite-info1.png") no-repeat scroll right -66px transparent;
	padding-right: 20px;
}
#header #cart .content {
	clear: both;
	display: none;
 	float:right;
	position:relative;
	top: 8px;
	padding: 8px 8px 13px;
	min-height: 150px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	-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;
	-o-border-radius: 5px 5px 5px 5px;
	background: #FFF;
	 width:300px;
}
#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: #666;
}
.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;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

.custom_footer_inner {
    margin: 0 auto;
    width: 1240px;
}

.footer_cms_news {
    float: left;
  /*  padding-right: 50px;*/
    width: 380px;
}

.footer_cms {
    clear: both;
    float: left;
    margin: 30px 0;
}

.f_cms {
    background: none repeat scroll 0 0 #E5ECF2;
    float: left;
    margin: 0 2px;
    padding: 15px 10px;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;

    width: 224px;
	text-align:center;
}

.f_cms:hover {
    transform: scale(1.05);
	    -webkit-transform: scale(1.05);
		    -moz-transform: scale(1.05);
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;

}

.footer_cms2.f_cms, .footer_cms4.f_cms {
    background: none repeat scroll 0 0 #EFF4F7;
}

.footer_cms3 .footer_content {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll 18px -367px transparent;
}

.footer_cms5 .footer_content {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll 20px -518px transparent;
}

.footer_cms4 .footer_content {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll 24px -443px transparent;
}
.footer_cms2 .footer_content {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll 10px -293px transparent;
}
.footer_content {
    color: #1A282B;
    padding: 10px 0 10px 45px;
}

.footer_cms1 .footer_content {
    background: url("../image/megnor/sprite_info.png") no-repeat scroll 9px -215px transparent;
}

.footer_top_cms h6, .cms_newsletter .block-title strong {
    background: none repeat scroll 0 0 transparent;
    color: #424243;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
	margin-top:0;
}

.cms_date {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    color: #424243;
    float: left;
    font-family: 'Open sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 45px;
    padding: 7px;
    text-align: center;
    width: 50px;
}


.cms_date span {
    display: block;
}

.cms_date span {
    display: block;
}

.news_content {
    margin-left: 90px;
}
.cms_news {

    overflow: auto;
}
.footer li {
    padding: 0 0 8px;
}
.footer_cms_news ul li {
    min-height: 70px;
}
#news ul { margin:0; list-style:none;
padding:0;
}

#header #search {
	width: 365px;
	z-index: 15;
	float:right;
	position:relative;
	margin-top:35px;
	border-radius:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding:7px;
	margin-right:0px;
	-o-border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 3px -1px #0A335E;
	background: #2271b2; /* Old browsers */
	background: -moz-linear-gradient(top,  #2271b2 0%, #195484 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2271b2), color-stop(100%,#195484)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2271b2 0%,#195484 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2271b2 0%,#195484 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2271b2 0%,#195484 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2271b2 0%,#195484 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2271b2', endColorstr='#195484',GradientType=0 ); /* IE6-9 */

}
.customSelectInner{width: auto !important; padding-right: 10px;}
#header .button-search {
	background: url("#") no-repeat scroll -61px -210px transparent;
    cursor: pointer;
    float: right;
    height: 31px;
    width: 34px;
    z-index: 9;
}
#header #search input {
	background: #FFF;
	padding: 6px ;
	width: 321px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color:#aaaaaa;
		-o-border-radius: 5px 5px 5px 5px;
}
#header .top-link{
}
#header .welcome-links{ float:right; position:relative;}
#header #welcome {
	z-index: 5;
	text-align: right;
	margin-top:10px;
	float:right;	
	position:relative; color: #fff;
}

.links > a#wishlist-total {
    position: relative;
}
.links > a#myaccount { position:relative;}

 
#header .links {
	float:right;	
	margin-top:10px;
	text-align:right;
	position:relative;
}
#header .links a ,  #header #welcome a {
	display: inline;
	padding: 0 0 0 20px;
	color:#fff;
	
}

.prodinfoleft {
    float: left;
	width:63%;
}
.prodinforight {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: right;
    padding: 15px;
	  width: 260px;
	  -o-border-radius: 5px 5px 5px 5px;
	  -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.footer_bottom {
   background: none repeat scroll 0 0 #1E5792;
    border-top: 1px solid #0E447C;
    box-shadow: 0 1px 0 0 #346EAA inset;
    clear: both;
    overflow: hidden;
    padding: 25px 0;
}

#bottomfooter > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#bottomfooter li:first-child { background:none; padding:0;}
#bottomfooter li {
    display: inline-block;
    padding:0 0 0 20px;
	background:url("../image/megnor/sprite-info1.png") no-repeat scroll 0px -125px transparent;
}
#bottomfooter a ,#powered a{ color:#fff;}
#bottomfooter a:hover,#powered a:hover { color:#2879CD;}

.copyright-container {
    margin: 0 auto;
    width: 1240px;
	text-align:center;
}
.footer_link_center .box-cms {
    float: right;
}
#header .links a:hover{ }

.phone .icon {
   background: url("#") no-repeat scroll -116px -251px transparent;
    display: inline-block;
    height: 19px;
    margin-top: 0px;
    width: 28px;
	float:	left;
	margin-right:5px;
}
#header .links a#myaccount {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -582px transparent;}
#header .links a#wishlist-total {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -651px transparent;}
 #header #welcome a.login {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -790px transparent; margin-left:10px; position:relative;}
 #header #welcome a.account {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -721px transparent; position:relative;}

#header .links a#myaccount:hover {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -617px transparent; color:#2879CD;}
#header .links a#wishlist-total:hover {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -686px transparent; color:#2879CD;}
 #header #welcome a.login:hover {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -825px transparent;  position:relative; color:#2879CD;}
 #header #welcome a.account:hover {background:url("../image/megnor/sprite-info1.png") no-repeat scroll -32px -756px transparent; position:relative; color:#2879CD;}



.payment_block ul {
    text-align: center;
	margin:0 ;
	padding:0;
	list-style:none;
}

.footer_bottom .payment_block li{
    background: none repeat scroll 0 0 #000000;
    display: inline-block;
    font-size: 0;
    height: 40px;
    margin-right: 6px;
    padding: 0;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;

    width: 42px;
}

.footer_bottom .payment_block li {
    display: inline-block;
    margin: 0 3px;
}


.copyright-container #bottomfooter {
    float: left;
	margin-top:10px;
}
.payment_block1 {
 clear: both;
    float: right;
    margin: -15px 0 0;
}
.payment_block1 ul {
 margin:0;
 padding:0;
 list-style:none;
}
.payment_block1 li {
    display: inline;
}

.footer_bottom .payment_block li a{
    cursor: pointer;
    display: block;
    height: 40px;
    width: 42px;
}

.footer_bottom .payment_block li.facebook{
    background: url("#") no-repeat scroll -63px -1px transparent;
}


.footer_bottom .payment_block li.twitter{
    background: url("#") no-repeat scroll -63px -42px transparent;
}

.footer_bottom .payment_block li.youtube{
    background: url("#") no-repeat scroll -63px -83px transparent;
}

.footer_bottom  .payment_block li.gmail{
    background: url("#") no-repeat scroll -63px -124px transparent;
}

.footer_bottom .payment_block li.gribble{
    background: url("#") no-repeat scroll -63px -165px transparent;
}

.footer_bottom  .payment_block li.facebook:hover{
    background: url("#") no-repeat scroll -106px -1px transparent;
}


.footer_bottom .payment_block li.twitter:hover{
    background: url("#") no-repeat scroll -106px -42px transparent;
}

.footer_bottom .payment_block li.youtube:hover{
    background: url("#") no-repeat scroll -106px -83px transparent;
}

.footer_bottom .payment_block li.gmail:hover{
    background: url("#") no-repeat scroll -106px -124px transparent;
}

.footer_bottom .payment_block li.gribble:hover{
    background: url("#") no-repeat scroll -106px -165px transparent;
}


#header .links a ,  #header #welcome a + a{
	margin-left: 10px;
	background:url(../image/megnor/pipe.gif) no-repeat left center;
	
}
#header .links a.logout { }

.tm_headerlinkmenu {
    display: none;
}

.tm_headerlinks_inner { 
    cursor: pointer;
    overflow: hidden;
} 
.headertoggle_img {
    background:url("#") no-repeat scroll -27px -165px;
    float: right;
    height: 20px;
    margin: 10px 10px 0 15px;
    width: 30px;
	cursor: pointer;
    float: none;
    margin: 0 auto;
}


/* menu */

.res-menu-inner{width:724px; margin:0 auto;position: relative;}
.nav-container {
    background: #1E5792;
}
#menu{margin: 0 auto -1px; position: relative;
    width: 1240px;}
.nav-responsive { display:none;}
.res-menu-inner,#menu,
.main-menu {

	height: 47px;
	/*margin-bottom: 12px;*/
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 2px 2px -1px #FFFFFF inset;
	-moz-box-shadow: 0 2px 2px -1px #FFFFFF inset;
	box-shadow: 0 2px 2px -1px #FFFFFF inset;
	border:1px solid #dbdbdb;
	padding: 0; 
	-o-border-radius: 5px 5px 5px 5px;
	background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #e7e7e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#e7e7e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#e7e7e7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#e7e7e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
 
.main-menu ul ,#menu ul{
	list-style: none;
	margin: 0;
	padding: 0; 
}
.main-menu > ul > li:first-child ,#menu > ul > li:first-child { border:none;}
.main-menu > ul > li,#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	border-left:1px solid #D6D6D6;
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,#menu > ul > li > a ,
.main-menu > ul > li > a {
	font-size: 14px;
	color: #0f0f0f;
	display: block;
	padding: 12px 20px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
}
.main-menu a:hover,#menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a ,#menu > ul > li:hover > a {
	color: #2271B2;	
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #fff;
	position: absolute;	
	z-index: 5;
	padding: 5px 10px;	
	 box-shadow: 0 0 4px 0 rgba(166, 166, 166, 0.75);
	 	 -moz-box-shadow: 0 0 4px 0 rgba(166, 166, 166, 0.75);
		 	 -webkit-box-shadow: 0 0 4px 0 rgba(166, 166, 166, 0.75);
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #fff;
	border:3px solid #545F61;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-5px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}

.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,#menu > ul > li ul > li > a{	
	 color: #1E7EC8;
    display: block;
    font-size: 13px;
    padding: 2px 0 2px 10px;
    white-space: nowrap;
	background:url("../image/megnor/subcat_arrow.png") no-repeat scroll 0 center transparent;
	border:none;
}
.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,#menu > ul > li ul > li > a:hover  {
	color:#000;
		background:url("../image/megnor/subcat_arrow_hover.png") no-repeat scroll 0 center transparent;
}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/cat_arrow_hover.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 
.breadcrumb {
	color: #aaa;
	margin-bottom: 10px;
} 
.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;
	color: #555555;
	-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;
	-o-border-radius: 5px 5px 5px 5px;
	position:relative;
}
#notification a{ }
.success {
	background: #F1F1F1 url('../image/megnor/success.png') 10px center no-repeat;
	border: 1px solid #dbdbdb;
	-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;
	-o-border-radius: 5px 5px 5px 5px;
}
.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;
	-o-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;
	-o-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: #666;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 270px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	
	color: #222222;
	font-weight: bold;
}
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 {

	cursor: pointer;
}
.pagination {
	
	display: inline-block;
	width: 98%;
	/*margin-bottom: 10px;*/
	margin-top:10px;
	
	 background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    padding: 7px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid transparent;
	padding: 2px 10px;
	
	color: #A3A3A3;
}
.pagination .links b , .pagination .links a:hover{
	display: inline-block;
	border: 1px solid #e1e0e0;
	padding: 2px 10px;
	 transition-duration: 300ms;
	 -webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;

	
	color: #1E7EC8;
	background: #FFFFFF;
	border-radius:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */


#header #cart .checkout a  { padding:7px 12px;}

#header #cart .checkout a ,a.button, input.button {
	cursor: pointer;
	color: #0f0f0f;
	
	-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;
	-o-border-radius: 5px 5px 5px 5px;
	border: none;
	background: #FFE422;

  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;


}
a.button {
	display: inline-block;	
	padding: 4px 12px 4px 12px;
}
input.button {
	
    height: 34px;
    margin: 0;
    padding: 0 25px;
	font-size:14px;
	 
}
.ie7 input.button  { padding:0 3px; } 

a.button:hover, input.button:hover ,#header #cart .checkout a:hover{
	background:#F2F0F1;
	
	
	  transition-duration: 500ms;
	  -webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;


}
.product-info .cart .links .product_compare{ background: url("#") no-repeat scroll 7px -364px #F2F0F1;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
    display: inline-block;
	-o-border-radius: 5px 5px 5px 5px;
    font-size: 0;
    height: 27px;
    padding: 5px;
    width: 32px;}
.product-info .cart .links .product_compare:hover { background:url("#") no-repeat scroll 7px -364px #FFE422; }
.product-info .cart .links .product_wishlist:hover { background:url("#") no-repeat scroll 7px -330px #FFE422;} 
.product-info .cart .links .product_wishlist {  background: url("#") no-repeat scroll 7px -330px #F2F0F1;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    display: inline-block !important;
    font-size: 0;
    height: 27px;
    padding: 5px; float:left;
    width: 32px;}
.cart #button-cart:hover{ background: url("../image/megnor/sprite-info1.png") no-repeat scroll 0 -494px transparent; }
.cart #button-cart {   background: url("../image/megnor/sprite-info1.png") no-repeat scroll 0 -534px transparent;
    border: medium none;
    color: #2271B2;
    font-family: open sans;
    font-size: 0;
    height: 40px;
    padding: 10px 0 10px 47px;
    transition-duration: 0ms;
	-webkit-transition-duration: 00ms;
-moz-transition-duration: 00ms;
-o-transition-duration: 00ms;
width:30px;
}
	.ie7 .cart #button-cart{ float:left; }
.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: 41px;
	line-height: 16px;
	border-bottom: 1px solid #dbdbdb;
 
}
.htabs a {
	box-shadow: 0 1px 2px -1px #FFFFFF inset;
	border: 1px solid #E8E8E8;
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7e7e7 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7e7e7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7e7e7 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7e7e7 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7e7e7 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    color: #0F0F0F;
    display: none;
    float: left;
    font-size: 18px;
    margin-right: 5px;
    padding: 12px 16px;
    text-align: center;
	border-radius:3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0 ;
	-o-border-radius: 3px 3px 0 0;
}
.htabs a.selected ,.htabs a:hover{

	background: #20528a; /* Old browsers */
	background: -moz-linear-gradient(top,  #20528a 0%, #296fb9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20528a), color-stop(100%,#296fb9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #20528a 0%,#296fb9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #20528a 0%,#296fb9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #20528a 0%,#296fb9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #20528a 0%,#296fb9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20528a', endColorstr='#296fb9',GradientType=0 ); /* IE6-9 */
	transition-duration: 500ms;
    color: #fff; z-index: 9;
	box-shadow: 0 1px 2px -1px #FFFFFF inset;
	  -moz-box-shadow: 0 1px 2px -1px #FFFFFF inset;
	  -o-box-shadow: 0 1px 2px -1px #FFFFFF inset;
	  -webkit-box-shadow: 0 1px 2px -1px #FFFFFF inset;
	border: 1px solid #3D7AAD;
}
.tab-content {
	border: 1px solid #dbdbdb;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	border-radius:0 0 5px 5px ;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
}
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#tab-description {float:left;}
#products-related{ }
/* box */  
.box {
	margin-bottom:12px;
	clear: both;
}

#content #column-right .box .box-content { padding:10px 15px; }
.box .box-heading ,#content #column-right .box .box-heading{
	 
    color: #0f0f0f;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 6px 15px;
    text-transform: capitalize;
	
	-webkit-box-shadow: 0 2px 2px -1px #FFFFFF inset;
	-moz-box-shadow: 0 2px 2px -1px #FFFFFF inset;
	box-shadow: 0 2px 2px -1px #FFFFFF inset;
	border-bottom:1px solid #dbdbdb;
	border-radius:5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #e7e7e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#e7e7e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#e7e7e7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#e7e7e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

}
.box .box-content {

    padding:  10px 15px;
	
	 
}
#column-left .box,#column-right .box{
	margin-bottom:15px;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding: 0;
}


#content .box .box-heading {
	
	padding: 0px 0px 10px;
	font-size: 18px;
	color: #fff;
	color:#424243;
	border-bottom:1px solid #E0E0E0;
	margin-bottom:15px;
	background:none;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:0px 0;
 
}

.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;
}
.box .box-content ul li a , #content .content ul li a{
	background: url("../image/megnor/cat_arrow.png") no-repeat scroll 3px -24px transparent;
    padding-left: 15px;
}
.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("../image/megnor/cat_arrow.png") no-repeat scroll 3px 4px transparent;
}

.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;
	
}
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 {
	
    display: block;

}
ul.box-category > li ul > li > a:hover{


}
#column-left li > a:hover {}
#column-left li > a {
    
}
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 {
	
	overflow: auto;
	margin-bottom: 10px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom:0px;
}
.category-info .image {
	float: left;
}
.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 15px; 
	background-color:#F2F0F1;
	display:block;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	border-radius: 5px ;
	-o-border-radius: 5px 5px 5px 5px;
}
.category-list ul li a:hover { background-color:#FFE422; color:#1E7EC8;}
/* manufacturer */
.manufacturer-list {
	
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #EEEDED;
	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 #F1F1F1;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    padding: 7px;
	overflow: auto;
	margin-bottom:10px;
}
.product-filter select { width:auto;    cursor: pointer;}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	
}

.product-filter .display .List a{
		background: url("#") no-repeat scroll -31px -205px transparent;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid a{
		background: url("#") no-repeat scroll -1px -205px transparent;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .List , .product-filter .display .List a:hover{
	background: url("#") no-repeat scroll -31px -233px transparent;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid  , .product-filter .display .Grid a:hover{
	background: url("#") no-repeat scroll -1px -233px transparent;
	display: block;
    float: left;
    width: 31px;
	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: 6px;
	margin-bottom: 0px;
	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: 10px;	
	width:100%;

}

#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;
}
#content #column-right .box-product .image { padding:0;  border: 1px solid #E2E2E2;}
#content #column-right .box-product .cart  { display:none;}
#content  #column-right .box-product .price { margin-bottom:0; padding:0; font-weight:normal;}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}
#content #special-carousel .description { 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;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-o-border-radius: 0px;
    float: none;
    font-size: 13px;
    width: auto;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover { text-decoration:underline;}

#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;
}

/* Product Grid Start */
.bx-viewport {
    padding: 0 0 15px;
}

.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-list ul li.last_prod,
#content .box-product .product-items.last_prod{border-bottom: none;}
.product-grid-list ul li,
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
	width:185px;
	float:left;
	display: inline-block;
}

.bx-pager.bx-default-pager {
    display: none;
}
.special .bx-viewport {
   
}
 #content .special .product-carousel .slider-item { display:block;}

.special .customNavigation {
    display: none;
}
.ie7 .footer_cms { padding-bottom:30px;}
.ie7 .cart #button-cart { filter:none;}
.ie7 .product-grid li{ width:249px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:4px 5px; 
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	overflow:hidden;
	border:1px solid #dbdbdb !important;
	-o-border-radius: 5px 5px 5px 5px;
}
.testimonial_default_width { width:350px;}

.grid_default_width { width:240px;}
.featured_default_width{ width:240px;}
.module_default_width{ width:240px;}
.latest_default_width{ width:240px;}
.special_default_width{ width:240px;}
.related_default_width{ width:240px;}
.bestseller_default_width{ width:240px;}
.additional_default_width{ width:74px;}

.special .prodright { text-align:left;}

.testi_img {
    float: left;
    margin-right: 25px;
}

.testimonial_main .desc {
    float: right;
    width: 70%;
}
.special .prodleft {
    float: left;
	margin-right:20px;
}
#content .special .cart .button:hover { background:none;  color:#CF082E; }
#content .special .cart .button { background:none; font-size:14px; color:#2271b2; width:auto; font-family:Open Sans, Helvetica, sans-serif; padding:0; margin-top:0; height:auto;}

.banners-slider-carousel{ 
	position:relative;
	margin-bottom:15px;
	 width:100%;
	 clear:both;
	
}
 
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .last_item_tm .product-block,
#content .product-grid-list  .last_item_tm .product-block,
#content .box-product .last_item_tm .product-block,
#content .box-product.productbox-grid .last_item_tm .product-block { border:none;}




#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	margin:25px 4px; 
	background:#fff;
	clear:both;
	overflow:hidden;
	border-right:1px solid #E6E6E6;
}

#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {
   
	overflow:hidden;
	clear:both;
}


.ie7 #header #search input { width:300px;}
.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,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner{ padding:10px 7px; text-align:center; overflow:hidden; position:relative;}

/* text align left for product listing*/
#content .product-list .product-block-inner { text-align:left;} 

.product-list .image {
	float: left;
	margin-right: 25px;
}
.product-list .wishlist{ float:left; margin-right:10px; }
.product-list .left{ float:left; width:225px; }
.product-list .center{ float:left; width:570px; }
.product-list .right {
	float: right;
	margin-left: 15px;
	text-align:center;
	width:155px; 
	margin-top:25px;
}
 

.product-list .center .name > a {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#content .product-list .cart .button { float:none;}
#content .product-list .cart {
clear:both;
display:block;
}
.product-grid .image,
#content .box-product .image {
	display: block;
	margin-bottom: 0px;
	overflow:hidden;
}
.product-grid-list .image img,
#content .box-product .image img,
#column-left .box-product .image img,
#column-right .box-product .image img {
	padding: 3px;
}



.page_category h1 {
    color: #CF082E;
}
#content .product-carousel .product-block:hover .image img,
 #content .product-grid-list .product-block:hover .image img,
  #content .box-product .product-block:hover .image img {  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
    transition-duration: 1500ms;
	-webkit-transition-duration: 1500ms;
-moz-transition-duration: 1500ms;
-o-transition-duration: 1500ms;
}
#content #column-right .box-product .product-block  .product-block-inner{ padding:0; text-align:left;}
#content #column-right .box-product .product-block {
    margin: 5px 0 ;
    padding: 0;
	text-align:left;
	
	border:none;
}

 #content .product-grid-list .product-list .product-block:hover .image img { transform:none;}

.product-grid-list .image img,
#content .box-product .image img{
 transition-duration: 1500ms;
 -webkit-transition-duration: 1500ms;
-moz-transition-duration: 1500ms;
-o-transition-duration: 1500ms;

}

/* If need different border color for left, right product boxes */
#column-left .box-product .image img,
#column-right .box-product .image img {	padding: 3px; background:#fff; display: block;}

.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-bottom: 4px; color:#2271B2; font-weight:normal; font-size: 14px;}

.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  {
	color:#CF082E;
}

.product-grid .description,
#content .box-product .description {
	display: none;
}
.product-list .description {
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-grid .rating,
#content .box-product .rating {
	display: block;
	position:absolute; top:162px;    
	width:90%;  float:right;
}
.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:14px;
}

.product-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price {
	display: block;
	color:#DF0505;
}
.product-list .price {
	float: right; 
	width:100%;
 
}

.product-list .price,
.product-grid-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price{ color: #CF082E;}

.product-grid-list .price-old,
#content .box-product .price-old,
#column-left .box-product .price-old,
#column-right .box-product .price-old  {
	text-decoration: line-through;
	display:inline;
}

.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;
 
}

.product-grid-list .cart,
#content .box-product .cart , .related-products .cart{
display:inline-block;
position:relative;

}

.tooltip {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #F2F0F1;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
    width: 0;
}
.product-info .cart .links .compare,.product-info .cart .links .wishlist { display:inline; position:relative; margin:0 2px;}

 #content .product-info .cart .links .compare a.text, #content .product-info .cart .links .wishlist a.text,
 #content .box-product .compare a.text , #content .box-product .compare a.text:hover, #content .box-product .wishlist a.text , #content .box-product .wishlist a.text:hover, 
 #content .product-grid-list .compare a.text , #content .product-grid-list .compare a.text:hover, #content .product-grid-list .wishlist a.text , #content .product-grid-list .wishlist a.text:hover ,.product-grid-list .cart a.text, #content .box-product .cart a.text, .related-products .cart.text
 
 {   background: none repeat scroll 0 0 #F2F0F1;
    color: #2271B2;
    font-size: 13px;
    margin-right: -12px;
    padding: 3px 5px;
    position: absolute;
    right: -25px;
    text-align: center;
    top: -38px;
    visibility: hidden;
    width: 100px;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	height:auto;
	font-weight:normal;
	}
 #content .product-info .cart .links .compare a.text, #content .product-info .cart .links .wishlist a.text { right:-14px; top:-45px;}

#content .product-list .center .wishlist a.text,#content .product-list .center .compare a.text ,#content .product-list .cart a.text{
    display: none;
}

 #content .product-info .cart .links .compare:hover a.text, #content .product-info .cart .links .wishlist:hover a.text,
 #content .product-grid-list .wishlist:hover a.text,.product-grid-list .cart:hover a.text, #content .box-product .cart:hover a.text, .related-products .cart:hover a.text,
 #content .box-product .wishlist:hover a.text,
 #content .product-grid-list .compare:hover a.text,
 #content .box-product .compare:hover a.text { visibility:visible; } 

.product-grid-list .wishlist, .product-grid-list .compare,
#content .box-product .wishlist, #content .box-product .compare {
	display:inline-block;
	margin-left:5px;
	position:relative;
}

.product-grid-list .compare a:hover,
.product-grid-list .wishlist a:hover,
#content .box-product .compare a:hover,
#content .box-product .wishlist a:hover { text-decoration:underline;}

/* Product Info - Propduct Detail page */
.product-info {
	margin-bottom: 40px;
	overflow:hidden;
	 
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}
.product-info > .left + .right {
	margin-left: 380px;
}
.product-info .right h1.name{
	 border-bottom: 1px solid #E0E0E0;
    margin-bottom: 5px;
    padding-bottom: 10px;
	color:#CF082E;
}
.product-info .image {
	display:block;
	padding:10px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #e2e2e2; 
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.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: 340px;
}
.product-info .image-additional img {	
}
.product-info .image-additional a {
	float: left;
	display: block;	
}
.product-info .description {
/*
	border-bottom: 1px solid #E0E0E0;*/
	padding: 5px 5px 10px 5px;
	/*margin-bottom: 10px;*/
	line-height: 28px;

}
.product-info .description .product-description{ }
.product-info .description .product-description .description-right{
	padding-left:30px;
}
.product-info .description span {
	color: #444;
}
.product-info .description a {
	color: #0088CC;	
}
.product-info .description a:hover {
	color: #000;
}
.product-info .price {
	overflow: auto;
	
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	
}
.product-info .price-old {
	color: #DF0505;
	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 #E7E7E7;*/
	padding:20px;
	background: #f1f1f1;
	margin-bottom:0;
	z-index:999;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    margin-bottom: 5px; 

}
.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%;
}


.cms_banner {
    float: left;
    margin: 10px 0 35px;
    width: 100%;
}

.cms_banner_left {
    background: none repeat scroll 0 0 #FFE422;
    border-radius: 5px 5px 5px 5px;
    float: left;
    min-height: 113px;
    padding: 20px 20px;
    width: 250px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
}


.cms_banner .cms_cont {
    color: #666666;
	margin: 5px 0;
}

.cms_banner a {
    color: #2271B2;
    float: left;
    font-size: 13px;
    margin: 0;
}

.cms_banner_right {
    float: right;
}

.add-to-links {
 
    left: 56px;
    margin-bottom: 5px;
    margin-top: -100px;
    position: absolute;
	transition:all 0.5s ease 0s;
		-o-transition:all 0.5s ease 0s;
			-moz-transition:all 0.5s ease 0s;
			-webkit-transition:all 0.5s ease 0s;
	opacity:0;
bottom: 53px;
}

#content .product-carousel .product-block:hover .add-to-links, #content .product-grid-list .product-block:hover .add-to-links, #content .box-product .product-block:hover .add-to-links{  opacity:1; transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s;
			-moz-transition:all 0.5s ease 0s;
			-webkit-transition:all 0.5s ease 0s;}
.product-block  .cart .button:hover{

  background: url("#") no-repeat scroll 6px -400px #FFE422; border:none;}

.product-block .cart .button{
  background: url("#") no-repeat scroll 6px -400px #F2F0F1;
    font-size: 0;
    height: 38px;
    padding: 5px;
    width: 40px;
	margin-top:0px;
	border:none;
	float:left;
	
	}
	
	.product-block .cart a.button{background: url("#") no-repeat scroll 6px -400px #F2F0F1;
    border: medium none;
    display: block;
    font-size: 0;
    height: 27px;
    margin-top: 0px;
    padding: 5px;
    width: 30px;}
	
.product-grid-list .wishlist a:hover, #content .box-product .wishlist a:hover{ 
background: url("#") no-repeat scroll 7px -330px #FFE422;
 transition-duration: 500ms;
 -webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;

}	
.product-grid-list .wishlist a, #content .box-product .wishlist a{ 
 background: url("#") no-repeat scroll 7px -330px #F2F0F1;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 0;
    height: 28px;
    padding: 5px;
    vertical-align: middle;
	-o-border-radius: 5px 5px 5px 5px;
	float:left;
    width: 29px;}
	
.best_product img:hover {
    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
		    -moz-transform: scale(1.1);
    transition-duration: 1500ms;
	-webkit-transition-duration: 1500ms;
-moz-transition-duration: 1500ms;
-o-transition-duration: 1500ms;

}
.box-product .compare,.box-product .wishlist,.box-product .cart { display:inline-block;}
 .product-grid-list .compare a:hover, #content .box-product .compare a:hover
	{
	background: url("#") no-repeat scroll 7px -364px #FFE422;
	 transition-duration: 500ms;
	 -webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;

}	
 .product-grid-list .compare a, #content .box-product .compare a
	{
	 background: url("#") no-repeat scroll 7px -364px #F2F0F1;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    font-size: 0;
    height: 27px;
    padding: 5px;
	float:left;
    width: 29px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	    -o-border-radius: 5px 5px 5px 5px;
		
	
	}
	
	
.cms_banner h5 {
    color: #2271B2;
    font-size: 18px;
    font-weight: normal;
	margin:0;
}


.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {

	padding: 10px 5px 10px 5px;
	margin-bottom: 0px;
	color: #4D4D4D;
	font-size:16px;
	font-weight:bold;
	z-index:999;
}
.product-info .cart input{ width:auto; font-weight:bold; padding:10px 5px;}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
	position:relative;
	float:right;
}
.product-info .cart .links .product_wishlist{  display:block; margin-right:2px; }
.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("../image/megnor/sprite-info1.png") no-repeat scroll -30px -426px transparent;
}
.product-info .review  a.review-write:hover{background:url("../image/megnor/sprite-info1.png") no-repeat scroll -30px -459px transparent;}
.product-info .review > div {
	padding: 10px 0px;;
	line-height: 20px;
	border-bottom:1px solid #E7E7E7;
}
.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; }
#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 #dbdbdb;
}
#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 #dbdbdb;
	border-left: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	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 #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	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 #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.compare-info td.remove a{  
	
}
.compare-info td.remove a:hover{ 
	
 }
 
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #DF0505;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #dbdbdb;
}
.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 #dbdbdb;
}
.wishlist-info tbody .image img {
	border: 1px solid #dbdbdb;
}
.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: #DF0505;
}
.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:#0088CC;}
.login-content .right a:hover{ text-decoration:underline}
.login-content h2{ }
.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 #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #0f0f0f;
	font-weight: normal;
	background-color: #f1f1f1;
	border-bottom: 1px solid #dbdbdb;
}
.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 #dbdbdb;
}
.cart-info tbody .image img {
	border: 1px solid #dbdbdb;
}
.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: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 8px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	
}

.checkout #checkout ,.checkout #payment-address,.checkout #shipping-address,.checkout #shipping-method,.checkout #payment-method{
    margin-bottom: 15px;
}
.checkout-content {
	padding: 15px;
	display: none;
	overflow: auto;
	border: 1px solid #e0e0e0;
	border-top:none;

}
.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 #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #0f0f0f;
	font-weight: normal;
	background-color: #F7F7F7;
	border-bottom: 1px solid #dbdbdb;
}
.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 #dbdbdb;
}
.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 #dbdbdb;
}
.contact-info {
	  border: 1px solid #dbdbdb;
    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 {
	clear: both; 
	overflow:auto;
	min-height: 100px;
	 padding-top: 30px;


}

.footer_link_center {
    float: left;
    margin: 0 60px;
    width: 620px;
}

.footer_link_right {
    border-left: 1px solid #CCCCCC;
    float: left;
    padding-left: 30px;
    width: 232px;
}
.footer_link_left {
    border-right: 1px solid #CCCCCC;
    float: left;
    width: 230px;
}
.footer_link_quick a {
    float: left;
    padding: 12px 0;
}

.footer_link_quick li {
    clear: both;
    min-height: 46px;
    padding: 0 10px 5px 0;
}

.footer_link_quick .img {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    float: left;
    font-size: 0;
    height: 50px;
    margin-right: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
    width: 50px;
 border: 1px solid #E2E2E2;
}
.footer_link_quick .img2 {
    background: url("../image/megnor/icons.png") no-repeat scroll 9px -59px #F4F4F4;
}

.footer_link_quick .img3 {
    background: url("../image/megnor/icons.png") no-repeat scroll 9px -129px #F4F4F4;
}

.footer_link_quick .img4 {
    background: url("../image/megnor/icons.png") no-repeat scroll 9px -198px #F4F4F4;
}

.footer_link_quick .img5 {
    background: url("../image/megnor/icons.png") no-repeat scroll 9px -267px #F4F4F4;
}
.footer_link_quick .img1 {
    background: url("../image/megnor/icons.png") no-repeat scroll 9px 11px #F4F4F4;
}

#twitter_footer {
   float: left;
    margin-right: 80px;
    width: 350px;
}

.footer_cms_business {
    float: left;
    width: 340px;
	padding:0 20px;
	background:none repeat scroll 0 0 #F4F4F4;
}
.cms_time li span{color:#cf082e}
.cms_time > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.cms_time li {
    padding: 3px 0;
}
#footer h3 {
	
	
	margin-top: 0px;
	
	text-transform:capitalize;
	
		color: #4E4E4F;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-shadow: none;
}
#footer .column {
	float: left;
	
	 
}

#footer .footer_link_center .column {
    width: 205px;
	margin-bottom:15px;
}
#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style:none;  
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column li a {
}
#footer .column a:hover {
color:#CF082E;
}

#testimonial .customNavigation a {
    top: -43px;
	width:20px;
	height:20px;
}
#testimonial .customNavigation a.prev {
    background: url("#") no-repeat scroll -154px -110px transparent;
    right: 15px;
	left:auto;
}
#testimonial .customNavigation a.prev:hover {
    background: url("#") no-repeat scroll -154px -130px transparent;}
#testimonial .customNavigation a.next:hover {
    background: url("#") no-repeat scroll -154px -171px transparent;}
#testimonial .customNavigation a.next {
    background: url("#") no-repeat scroll -154px -151px transparent;
    right: 0;
}
.payment_block {
    float: right;
	margin-top:-35px;
}
#powered {
	margin:15px auto 0;
	text-align: center;
clear:both;
	color:#fff;
	width:auto;
	float:left;
}
/* banner */

.best_cms_title {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    color: #424243;
    font-size: 18px;
    padding: 10px 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
}


.best_cms_title span {
    color: #2271B2;
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px;
}
.best_product ul { margin:0; padding:0; list-style:none;}
.best_product {
   
  
}

.best_product li {
    float: left;
    list-style: none outside none;
    padding: 12px 0;
    width: 220px;
}

.best_product li.center {
    margin: 0 30px;
}

.best_product a.product-image {
    display: block;
}

.best_product img {

    transition-duration: 1500ms;
	-webkit-transition-duration: 1500ms;
-moz-transition-duration: 1500ms;
-o-transition-duration: 1500ms;


}

.home .box.latest {
    clear: both;
}

.best_block {
    width: 100%;
}

.best_block .product_name {
    color: #CF082E;
}

.best_block .others {
    color: #2271B2;
    font-size: 12px;
}

.best_block .all {

    font-size: 11px;
    font-weight: bold;
    margin: 0 10px;
}
.best_product_block {
   
    margin-right: 0px;
    width: 728px;
}
.home .banner { float:right; clear:none; margin-left:25px;}
.banner { clear:both; margin-bottom:5px;}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
 
}
.banner div img {
	margin-bottom: 0px;
	max-width:100%;
}
 
.captch_input{ float:left; margin:4px 7px 0 0 !important; }

.sale{	
	background: #F1F1F1;
	border-radius: 3px 3px 3px 3px;
   
    display: block;
    font-family: 'Open sans',Arial,Helvetica,sans-serif;
    font-size: 12px;
    left: 10px;
    padding:2px 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
    z-index: 9;

	
	
	
	}
.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("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px ;}
#content  .aboutus  .image2{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -105px ;}
#content  .aboutus  .image3{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -45px ;}
#content  .aboutus  .image4{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 15px ;}

.contact-info  .address{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -236px ;    padding: 3px 0 3px 35px;}
.contact-info .telephone{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -315px ;    padding: 3px 0 3px 35px; }
.contact-info .fax{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -273px ;    padding: 3px 0 3px 35px;}
.address, .telephone{ margin-bottom:35px; }
.contact-info label{ font-weight:bold; }
 
 
 
 
.spec_navigation {
    border-bottom: 1px solid #E0E0E0;
 /*   float: left;*/
	overflow: hidden;
	margin: 0 auto 15px;
    padding:7px 0;
    position: relative;
    width: 1240px;
}


.navigation_label {
    float: left;
    margin: 4px 20px 0 0;
}


.navigation_links {
    float: left;
}


.all_cate span {
    color: #010101;
    cursor: pointer;
    float: right;

}

.navigation_links > ul li a{ color: #0f0f0f;}
.navigation_links > ul li a:hover { color: #2271B2;}
.navigation_links > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.navigation_links li.last { background:none;} 
.navigation_links li {
    background: url("../image/megnor/nav_pipe.jpg") no-repeat scroll right center transparent;
    float: left;
    margin: 0 14px;
    padding: 0 25px 0 0;
}
.special_navigation {
	background:url("../image/megnor/menu_border.jpg") repeat-x scroll 0 top #FFFFFF;
margin: 0 auto;
	border-top: 1px solid #124375;
	    
}

#topcontrol:hover {
    background: url("../image/megnor/Top-hover.png") no-repeat scroll 0 0 transparent; }
	
#topcontrol {
    background: url("../image/megnor/Top.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 50px;
    width: 60px;
}
.product-list .wishlist > a:hover {
 background: url("../image/megnor/sprite-info1.png") no-repeat scroll 0 -199px transparent;
 text-decoration:none;
 }
 .product-list .compare > a:hover {
 background: url("../image/megnor/sprite-info1.png") no-repeat scroll 0 -283px transparent;
 text-decoration:none;
 }
 .product-list .compare > a {
 background: url("../image/megnor/sprite-info1.png") no-repeat scroll 0 -241px transparent;
    font-size: 14px;
    height: auto;
    padding: 9px 0 9px 55px;
    width: auto;
	
}

.product-list .wishlist > a {
 background: url("../image/megnor/sprite-info1.png") no-repeat scroll 0 -158px transparent;
    font-size: 14px;
    height: auto;
    padding: 9px 0 9px 55px;
    width: auto;
}




/* menu */
#res-menu{display:none; margin:0 auto; background: none repeat scroll 0 0 #1E5792;}

.ie7  .product-grid-list .wishlist, .ie7  .product-grid-list .compare, .ie7  #content .box-product .wishlist, .ie7  #content .box-product .compare { display:inline;}
.ie7 .product-grid-list .cart, .ie7 #content .box-product .cart, .ie7 .related-products .cart{display:inline; margin-right:5px;}
.ie7 .product-grid-list .wishlist a, .ie7 #content .box-product .wishlist a { display:inline;}
.ie7 .product-grid-list .wishlist, .ie7 .product-grid-list .compare, .ie7 #content .box-product .wishlist, .ie7 #content .box-product .compare { display:inline;}
 .ie7  .product-grid-list .compare a, .ie7  #content .box-product .compare a { display:inline;}
.ie7 #bottomfooter li,.ie7 .footer_bottom .payment_block li,.ie7 .footer_cms_business .payment_block li { display:inline; margin:0;}
.ie7 .add-to-links { display:none;}
.ie7 #content .product-carousel .product-block:hover .add-to-links, .ie7 #content .product-grid-list .product-block:hover .add-to-links,.ie7  #content .box-product .product-block:hover .add-to-links{display:block;}
.ie7 .customNavigation { z-index:9;}
.ie7 .product-block .cart .button { filter:none;}
.ie7 .special .bx-controls-direction a.bx-prev { top:0;}
.ie7 .categoryinner{ border:1px solid #dadada;}
.ie7 .special .cart .button { filter:none;}
.ie7 .cart #button-cart { width:45px;}
#menu > ul > li {
	
}
.categoryinner {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(166, 166, 166, 0.75);
	    -webkit-box-shadow: 0 0 4px 0 rgba(166, 166, 166, 0.75);
    -moz-box-shadow: 0 0 4px 0 rgba(166, 166, 166, 0.75);
    overflow: hidden;
    padding: 25px;
}
.categorycolumn a {
   border-bottom: 1px solid #D3D3D3;
    float: left;
    padding-bottom: 5px;
    width: 100%;
}
.categorycolumn li li a { border:none;}
.categorycolumn {
  
    float: left;
    margin-right: 35px;
	margin-bottom:6px;
    min-width: 120px;
    vertical-align: top;
	
}

.categorycolumn:hover .submenu1, #menu > ul > li ul > li > a:hover {
  /*  background-color: #8ED1A8;
    background-position: 5px -16px;
    color: #1E4C41;*/
}
.home .box.featured .customNavigation ,.home .box.latest .customNavigation{ display:none;}
.home .box.featured:hover .customNavigation,.home .box.latest:hover .customNavigation { display:block;}


#menu > ul > li ul > li:hover > a{}
.categorycolumn a:hover{}
.submenu1 {
    color: #0F0F0F;
    font-size: 15px;
    font-weight: bolc;
    padding-left: 2px;
    text-transform: capitalize;
}
.submenu2:hover {
    color: #84D29E;
}
.submenu2 {
  
}
.home .box.special:hover .bx-controls-direction  { display:block;}
.home .bx-controls-direction {
    display: none;
}

#menu > ul > li ul > li > a {
border-bottom:none;
    
}
#carousel0 {
}
#menu > ul > li:hover {}
#menu > ul > li > a {
   
}
#menu > ul > li:hover > a {
	
}
#menu > ul > li:hover > a.single {
  
}
#menu > ul > li > div {
    display: none;
    left:0px;
    margin-left: 0 !important;
    min-width: 535px;
    position: absolute;
    top: 48px;
    z-index: 12345;
}
.categorycolumn ul {
    clear: both;
    float: left;
	margin-top:10px!important;
}
.categorycolumn ul li {
    clear: both;
    float: left;
}
.ie7 #menu > ul > li > div {
    width: 560px;
}
#menu > ul > li > div.categorytop {
}
#menu > ul > li:hover > div {
    display: block;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li > div > ul > li > a {
    padding: 7px;
}
#res-menu {
}
#content #column-right .product-carousel .slider-item ,#column-left .product-carousel .slider-item { display:block; padding:0 0 5px;}

#content #column-right .box-product > div { margin-bottom:0;}


#content #column-right .bx-controls-direction a, #column-left .bx-controls-direction a {
    font-size: 0;
    position: absolute;
    width: 15px;
	text-align:center;
	  top: 5px;
	
}





#content #column-right .bx-controls-direction a.bx-prev:hover, #column-left .bx-controls-direction a.bx-prev:hover {
    background:url("#") no-repeat scroll -76px -431px transparent;
	}

#content #column-right .bx-controls-direction a.bx-prev, #column-left .bx-controls-direction a.bx-prev {
    background:url("#") no-repeat scroll -155px -431px transparent;
   right:40px;
  
	
}
#column-right .box ,#column-left .box  {position:relative;}

#content #column-right .bx-controls-direction a.bx-next:hover, #column-left .bx-controls-direction a.bx-next:hover { background: url("#") no-repeat scroll -129px -431px transparent;}
#content #column-right .bx-controls-direction a.bx-next, #column-left .bx-controls-direction a.bx-next { background: url("#") no-repeat scroll -102px -431px transparent;
    
	right:15px;
	
    }
	
	#column-left .bx-viewport {

}


.ie7 .payment_block ,.ie7 .payment_block1{ margin-top:0; margin-bottom:5px;}





 /*--------------------------------------------------------Tab start home page and product info page -------------------------------------------------------*/
.home .htabs{	height:auto;border-bottom:none; clear:both;}
.home #tabs-0{}
.home .etabs {
   float: none;
   padding: 0;
	margin:0;
    text-align: center;display: inline-block;
}
/*#tab-featured-0 #featured-grid .product-items, #tab-latest-0 #latest-grid .product-items, #tab-bestseller #bestseller-grid .product-items{
width: 100px !important;
}*/

.home .htabs .etabs li
{
	display: inline-block;
    list-style: none outside none;
    position: relative;
	line-height: 17px;
    text-align: center;
	float:left;
}

.tab-content li
{
	line-height: 17px;
    list-style: none outside none;
    position: relative;
    text-align: left;
}
.home .htabs a 
{
	
	box-shadow: 0 1px 2px -1px #FFFFFF inset;
	border: 1px solid #E8E8E8;
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7e7e7 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7e7e7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7e7e7 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7e7e7 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7e7e7 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	transition-duration: 500ms;
	font-size:18px;
	text-transform:capitalize;
	padding:14px 25px;
  	margin: 0;
	margin-right:5px;
    display: block ;
	color:#424243;
	border-radius:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	
	
}
.home .etabs .bestseller a,
.home .etabs .latest a
{}
.home .htabs a.selected,
.home .htabs a:hover
{
	background: #20528a; /* Old browsers */
	background: -moz-linear-gradient(top,  #20528a 0%, #296fb9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20528a), color-stop(100%,#296fb9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #20528a 0%,#296fb9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #20528a 0%,#296fb9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #20528a 0%,#296fb9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #20528a 0%,#296fb9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20528a', endColorstr='#296fb9',GradientType=0 ); /* IE6-9 */
	transition-duration: 500ms;
    color: #fff; z-index: 9;
	box-shadow: 0 1px 2px -1px #FFFFFF inset;
	  -moz-box-shadow: 0 1px 2px -1px #FFFFFF inset;
	  -o-box-shadow: 0 1px 2px -1px #FFFFFF inset;
	  -webkit-box-shadow: 0 1px 2px -1px #FFFFFF inset;
	border: 1px solid #3D7AAD;
	
	position: relative;
    z-index: 9;
}

.tab-content .tab
{
	display:none;
	background:none;
	border:2px solid #949494;
	border-bottom:2px solid #949494;
	font-size:20px;
	text-transform:uppercase;
	padding:14px 13px 11px;
	font-weight:bold;
	color:#949494;
	font-family:'Roboto',Arial,Helvetica,sans-serif;
}

.home .tab-content
{
	border:none;
	overflow:visible;
	padding:29px 10px 20px;
	margin-bottom: 25px;
}
.home .htabs > a:last-child{    margin: 0;}
.home .etabs a.selected .arrow,
.home .htabs a:hover .arrow
{
    background: url(../image/megnor/arrow.png) no-repeat scroll 0 0;
     bottom: -19px;
    height: 17px;
    left: 12%;
    position: absolute;
    width: 25px;
}
.home .tab-content:hover .customNavigation, .box-content:hover .customNavigation, .block_content .customNavigation{display:block;}
.home .tab-content 
{
	padding:15px 0px 17px;
	margin-bottom:0px;
	z-index: 2;
	 clear: both;
	text-align:justify;
}


.footer_cms_news,.contact-us {
    float: left;
    
    width: 390px;
}
.contact-us {
    margin: 0 35px;
}
.contact-detail ul {
    padding: 0;
}
.contact-us ul li{background: url("../image/megnor/contact_icons.png") no-repeat scroll left 0 transparent; padding-left: 35px;}
.contact-us ul li.address {background-position: left 0;}
.contact-us ul li.contact {background-position: left -87px;}
.contact-us ul li.email{background-position: left -179px;}
.contact-us ul li.skype {background-position: left -271px;}
.contact-us ul li.address { line-height: 20px;  margin: 10px 0;}
 .contact-us ul li{list-style: none outside none; line-height: 30px}

.contact-detail strong{color: #444;}
.footer_cms_news ul li {
    min-height: 75px; list-style: none outside none;
}
.cms_date {
    background: none repeat scroll 0 0 #F4F4F4;
    border-radius: 5px 5px 5px 5px;
    color: #424243;
    float: left;
    font-family: 'Open sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 45px;
    padding: 7px;
    text-align: center;
    width: 50px;
}
.cms_date span {
    display: block;
}
.news_content {
    margin-left: 75px;  display: block;
	padding: 5px 0;
}

.customisable-border{border: none !important;}

.home .firstCMS {
    display: block;
}
.firstCMS {
    display: none;
}

/* home right CMS */
	.cms_product.block ul { padding: 0; margin: 0 0 15px;}
	#tmhomerightcms{clear:none;}
	.cms_product { float: right;    width: 370px; clear:none; margin:0;}
	.cms_product .image{width: 180px; display: block;  margin-right: 20px; float:left;}
    .cms_product .image img	{width: 100%;}
	.cms_product.block li {  border-top: 1px solid #cccccc;   clear: both;    padding: 10px 0; overflow:hidden;}
	.cms_product.block li:first-child{ border:none;}
	.cms_product .all{float:left;}
	.cms_product .desc {margin: 5px 0;	}
	.cms_block {  padding: 20px 0;}
	.name a{text-transform:capitalize; font-size: 16px; font-weight: bold; color: #323232;}
/* home right CMs */
