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

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

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

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

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

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

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

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #D4D4D4;
	color:#211F20;
	outline: 0;
	padding:5px 5px 5px 3px;
  	width:205px;
  	z-index:0;
  	position:relative;
	border-radius:5px;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}

/*
  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;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

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

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

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

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

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

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

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

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

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

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

#header,
.nav-inner,
.content-inner,
.footer-inner,
#powered,.nav-container,
.header_inner
{	
	width: 980px;
	margin:0 auto;
	text-align: left;
 
}
#res-menu {
    display: none;
}
#header-container,
.nav-container,
#content-wrapper,
#footer-container,
copyright-container{ clear:both;}
.home #content-wrapper{clear:none;}

#column-left {
	float: left;
	width: 200px;
}
#column-right {
	float: right;
	width: 200px;
}
#content {
	min-height: 400px;
	margin-bottom: 10px;
}

.content_home  #content{width:770px;float:right;}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 212px;
}
#column-right + #content {
	margin-right: 212px;
}
/* header */
#header {
	min-height: 110px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
}
#header #logo {
	margin-top:36px;
}

#header .header-left { float:left;    }
#header .header-right { float:right; width:500px; }
.shipping_banner {
    float: left;
    margin-top: 36px;
}
.contact_banner{position: absolute;
    right: 180px;
    top: 25px;}
#content .welcome { display:none; visibility:hidden;}

.language_div, .currency_div{
  background-color: #FFFFFF;
    border: 1px solid #D5D4D0;
    padding:10px;
    display:none;
	position:absolute;
	width:125px;
	z-index:999;
	margin-top:7px;
}

#language {			
	margin:8px 10px 0;
	float:left; 
}
 #language .lang_image{ padding-left:5px; cursor: pointer;}
 
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	float:left;
	margin:8px 5px 0; 
}

.currency_label,.language_label,.lang_image{color: #7E7E7E;}
#currency .top_downarrow , #language .top_downarrow {
background:url(../image/megnor/currency_down.png) right 7px no-repeat;  padding-right:10px;cursor:pointer;}
#currency.active .top_downarrow , #language.active .top_downarrow {
background: url(../image/megnor/currency_Up.png) right 7px no-repeat;
}
#currency .show:hover , #language .show:hover{color: #0088CC; cursor:pointer;	 }
 
.currency_div a ,.language_div a  {
	 display:block; 
	padding: 2px 4px;
	text-align:left;
	margin-right: 2px;}
#currency a:hover {
	
}
#header #cart {
	position:absolute;
	right: 3px;
    top: 15px;
	z-index: 99;
	min-width: 180px;
	
}
 
#header #cart .heading {
	float: right;
	 background:url(../image/megnor/sprite.png) no-repeat scroll -78px -270px transparent;
	 padding: 10px 0 10px 30px;
	position: relative;
	z-index: 1; 
}
#header #cart .heading:hover{background:url(../image/megnor/cart_hover.png) no-repeat scroll 0 8px transparent;}
#header #cart .heading h4 { 
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}
#header #cart .heading span {
	color: #666;
	
}
#header #cart .heading span {
	background:  url('../image/megnor/arrow-down.png') right 7px no-repeat;
	padding-right: 15px;
}
#header #cart.active  .heading span {
	background:  url('../image/megnor/arrow-up.png') right 7px no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
 	float:right;
	position:relative;
	top: 0px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #d4d4d4;
	-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;
	background: #FFF;
	 width:250px;
}
#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;
	border-radius:5px;
}
.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;
}
#header #search {
	background: none repeat scroll 0 0 #0070ba;
    border-radius: 5px 5px 0 0;
    float: right;
    margin-top: 70px;
    padding:7px 7px 6px;
    position: relative;
    width: 308px;
    z-index: 15;
	right:2px;
}
#header .button-search {
	background: #d43e2a; /* Old browsers */
	background: -moz-linear-gradient(top, #e76452 0%, #d43e2a  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top #e76452, left bottom, color-stop(0%,), color-stop(100%,#d43e2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76452', endColorstr='#d43e2a',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 4px 10px;
    position: absolute;
    right: 7px;
    top: 7px;
   	z-index: 9;
}
#header #search input {
	background: #FFF;
	padding: 5px;
	width: 235px;
	border: 1px solid #217fbe;
	-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;
	-webkit-box-shadow:0 0 0 1px #E7F1A1;
	-moz-box-shadow: 0 0 0 1px #E7F1A1;
	box-shadow: 0 0 0 1px #E7F1A1;

}
#header .top-link{
}
.header_top .welcome-links{ width:100%; float:right; }
.header_top #welcome {
	z-index: 5;
	text-align: right;
	margin-top:8px;
	float:right;	
	color:#0070ba;
}
 
#header .links {
	float:right;	
	margin-top:10px;
	text-align:right;
	display:none;
}
.header_top #welcome a {
	display: inline;
	margin:0 0 0 10px;
	 color: #7E7E7E;
	 text-transform:capitalize;
}
.header_top #welcome a.login,.header_top #welcome a.logout{background:url(../image/megnor/sprite.png) no-repeat scroll -83px -354px transparent;
padding: 0px 0px 0px 20px;}
.header_top #welcome a.login:hover,.header_top #welcome a.logout:hover{background-position:-83px -376px;}
.header_top #welcome a.create_account{background:url(../image/megnor/sprite.png) no-repeat scroll -83px -309px transparent;
padding: 0px 0px 0px 20px;}
.header_top #welcome a.create_account:hover{background-position:-83px -332px;}
.header_top #welcome a:hover{color:#0070ba; }
#header .links a ,  #header #welcome a + a{
	margin-left: 5px;
	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("../image/megnor/sprite.png") no-repeat scroll -27px -167px;
    float: right;
    height: 20px;
    margin: 10px 10px 0 15px;
    width: 30px;
	cursor: pointer;
    float: none;
    margin: 0 auto;
}




/* menu */

.nav-responsive { display:none;}
.main-menu,.nav-responsive {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d8d7d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#d8d7d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d8d7d3',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	height: 42px;
	margin-bottom: 7px;
	-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;
	-webkit-box-shadow: 0px 2px 2px #D4D4D4;
	-moz-box-shadow: 0px 2px 2px #D4D4D4;
	box-shadow: 0px 2px 2px #D4D4D4;
	padding: 0px; 
	box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
	border-top: 1px solid #CBCACA;
	border-right: 1px solid #CBCACA;
	border-bottom: 1px solid #fbfbfb;
	position:relative;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	 
}
.home .main-menu ul{display:block;position:relative;top:0px;margin:-4px 0 10px;}
.main-menu ul {
	list-style: none;
	display:none;
	top:39px;
	float:left;
	margin:0;
	
}
.main-menu ul li ul{display:block;}
.main-menu ul li ul{padding:10px;width:97%;}
.main-menu ul li ul ul{width:44%;}
.main-menu > ul > li:hover > ul {display: block;} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-5px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}

.cate_inner {
   border-radius: 5px;
    float: left;
    padding:1px 4px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d8d7d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#d8d7d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d8d7d3',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
}
.home .title_outer {border-radius: 5px 5px 0px 0px}
.title_outer {
    background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding:4px;
}
#left_categorytitle {
    background-color:#0070ba;
    background-image: none;
    border-radius: 5px;
    color: #FFFFFF;
    float: left;
   font-size: 15px;
   padding:5px 8px;
    text-align: left;
    width: 169px;
	margin:0;
}
.cat_title {
    display: inline-block;
    float: left;
  	overflow: hidden;
    position: relative;
}
.active .cate_bullet{background:url(../image/megnor/cate_main_arrow.png) no-repeat scroll 0 center transparent;}
.cate_bullet {
    background: url(../image/megnor/cate_main_arrow_up.png) no-repeat scroll 0 center transparent;
    cursor: pointer;
    display: inline;
    float: right;
    height: 18px;
    position: relative;
    width: 18px;
}
.main-navigation {
   background: #e4e3e0; /* Old browsers */
	background: -moz-linear-gradient(top, #d8d7d3 0%, #e4e3e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top,#d8d7d3 left bottom, color-stop(0%,), color-stop(100%,#e4e3e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8d7d3 0%,#e4e3e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8d7d3 0%,#e4e3e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d8d7d3 0%,#e4e3e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d8d7d3 0%,#e4e3e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d7d3', endColorstr='#e4e3e0',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
    border-radius: 0 0 5px 5px;
    clear: both;
    display: none;
    margin: -3px 0 0;
    padding:0 4px 4px;
    position: absolute;
    width: 193px;
}
#menu > ul > li {
    background:#F6F6F6;
    position: relative;
    z-index: 6;
	border-bottom:1px solid #DBDAD6;
}
.categoryinner {
    
    float:left;
    padding:0;
	border-radius:5px;
}
.categorycolumn {
	float:left;
    margin: 5px 0;
    min-width: 150px;
    vertical-align: top;
}
.submenu1 {
   background: none repeat scroll 0 0 #E1E1E1;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    padding:3px 12px;
	border-radius:5px;
	
}
.submenu2:hover {
    background:url(../image/megnor/droup_hover.jpg) no-repeat scroll left 10px transparent !important;
    color:#0070ba !important;
}
.submenu2 {
    background: url(../image/megnor/droup_.jpg) no-repeat scroll left 10px transparent ;
    border-bottom: 0 none;
    color: #666 !important;
    font-size: 11px;
    font-weight: normal;
    margin-left: 0;
    padding: 3px 0 0 15px;
    text-transform: capitalize;
}
#menu > ul > li ul > li > a {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    min-width: 150px;
    padding: 2px 0px 0 15px;
    text-decoration: none;
    white-space: nowrap;
}
#menu > ul > li:hover .active_menu{background:url(../image/megnor/cate_arrow.png) no-repeat scroll 0 0 transparent;height: 37px;
    right: -13px;
    top: 0;
    width: 41px;
	z-index:959595;}
#menu > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 99999;
	color:#666666;
}
#menu > ul > li:hover > a {
    color: #000000;
}

#menu > ul > li > div {
   background: none repeat scroll 0 0 #F6F6F6;
    border: 5px solid #C9C9C9;
   border-radius:5px;
    display:none;
    left: 201px;
    min-width: 370px;
    padding-bottom: 16px;
    padding-top: 4px;
    position: absolute;
    top: 0px;
    z-index: 12345;
	padding:0px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	/*border:1px solid #e1e1e1;*/
}
.categorycolumn ul {
    float: left;
}
#menu > ul > li:hover > div {
    display: block;
}
#menu > ul > li:hover > a {
    color:#0070ba;
}
.active_menu{background: url("../image/megnor/cate_h_arrow.png") no-repeat scroll right center transparent;
    float: right;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 6px;}
	
/*End Menu*/

.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;
}
.home #notification {
    float: right;
}
.home .success,.home .warning,.home .attention,.home .information{width:725px;}
.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;
	position:relative;
}
#notification a{ color:#0070ba;}
.success {
	background: #EFEFEF url('../image/megnor/success.png') 10px center no-repeat;
	border: 1px solid #DBDEE1;
	-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;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top:6px;
	padding-right: 4px;
	cursor: pointer;
	position:absolute;
	right:10px;
}
.required {
	color: #DF0505;
	font-weight: bold;
}
.error {
	display: block;
	color: #DF0505;
}
.help {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:10px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #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 #D4D4D4;
	border-left: 1px solid #D4D4D4;
	margin-bottom: 20px;
	background:#fff;
}
table.list td {
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}
table.list thead td {
	background-color: #F6F6F6;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	
	color:#211F20;
	font-weight:normal;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F6F6F6;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #d4d4d4;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top:10px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	 background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
	padding: 4px 10px;
}
.pagination .links b , .pagination .links a:hover{
	display: inline-block;
	border: 1px solid #0070ba;
	padding: 4px 10px;
	font-weight: normal;
    color: #0070ba;
	background: #FFFFFF;
	border-radius:5px;
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	background: #eeedeb; /* Old browsers */
	background: -moz-linear-gradient(top, #eeedeb 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeedeb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeedeb 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeedeb 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeedeb', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	border:1px solid #DAD4CD;
	color:#211F20;
	-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;
	
}
#content input.button{border:1px solid #DAD4CD;}
#content input.button:hover{border:1px solid #C63622;}
a.button {
	display: inline-block;	
	padding: 4px 12px 4px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	 
}
.ie7 input.button  { padding:0 3px; } 
.ie7 .flex-control-nav li,.ie7 #bottomfooter ul li{display:inline;}
.ie7 .payment_logo ul li{display:inline-block !important;}
.nav-container{position:relative;z-index:9;}

a.button:hover, input.button:hover {
	background: #e76452; /* Old browsers */
	background: -moz-linear-gradient(top, #e76452 0%, #d43e2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76452), color-stop(100%,#d43e2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76452', endColorstr='#d43e2a',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	border:1px solid #C63622;
	color:#fff;
}

.buttons {
	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: 33px;
	line-height: 16px;
}
.htabs a {
	border:1px solid #D4D4D4;
	background:#F6F6F6;
	padding: 8px 15px 8px 15px;
	float: left;
	text-align: center;
	font-size:14px;
	border-radius:5px 5px 0 0;
	margin-right: 6px;
	display: none;
	border-bottom:none;
}
.htabs a.selected ,.htabs a:hover{
	background: none repeat scroll 0 0 #0070ba;
    color: #FFFFFF;
   	border:1px solid #0070ba;
	border-bottom:none;
}
.tab-content {
	border:1px solid #d4d4d4;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	background:#F6F6F6;
	border-radius:0 5px 5px 5px;
	text-align:justify;
}
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#products-related{ }
/* box */  
.box {
	margin-bottom:10px;
	clear:both;
	background:#F6F6F6;
	-moz-box-shadow:0px 0 2px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow:0px 0 2px rgba(0, 0, 0, 0.32);
	-o-box-shadow:0px 0 2px rgba(0, 0, 0, 0.32);
	box-shadow:0px 0 2px rgba(0, 0, 0, 0.32);
	border-radius:5px;
	padding:10px;
}
#column-left .box{padding:10px;margin-bottom:13px;box-shadow:none;border:1px solid #E3E2E2;}
#content .box{border:1px solid #fff;}
.box .box-heading {
	border-bottom: 3px double #D4D4D4;
	padding: 2px 0 5px 5px;
	font-size: 15px;
	color:#0070ba;
}
.box .box-content {
	padding:15px 5px 10px;
}

#content .box .box-heading {
	padding: 0 0 0 5px;
	font-size: 15px;
	color:#0070ba;
	border:none;
}
#content .box .box-content {
	
	padding:10px 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:18px;
	padding:4px 0;
}
.box .box-content ul li a , #content .content ul li a{
	color:#666;
}
.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{
	color:#0070ba;
}

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

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	/*padding: 0px 0px 8px 0px;*/
}
ul.box-category > li {
	padding: 4px 0px 4px 0px;
}
.box .box-content ul li + li {
	
}
ul.box-category > li > a {
	/*color: #333;*/
}
ul.box-category > li ul {
	display: none;
}
 
ul.box-category > li a.active {
	font-weight: normal;
	color:#0070ba;
}
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{

}
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:normal;
 	display: block;
	color: #0070ba;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
	background:#fff;
}
.page_information #content .aboutus .content{background:none}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom:5px;
	text-align:justify;
}
.category-info .image {
	margin-bottom:10px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

.category-list ul li{ 
	margin:0 7px 7px 0;
	position:relative;
	overflow: auto;
	float:left;
	padding:0;
}
.category-list ul li a{ 
	padding:5px 8px; 
	background-color:#F6F6F6;
	display:block;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	border-radius: 5px ;
}
.category-list ul li a:hover {color:#0070ba;}
/* manufacturer */
.manufacturer-list {
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: auto;
    padding: 5px;
}
.manufacturer-heading {
	background:#F6F6F6;
	font-size: 15px;
	font-weight:normal;
	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 #F6F6F6;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
	padding: 5px;
	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("../image/megnor/sprite.png") no-repeat scroll -31px -205px transparent;
	display: block;
    float: left;
    width: 25px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid a{
		background: url("../image/megnor/sprite.png") no-repeat scroll -1px -205px transparent;
	display: block;
    float: left;
    width: 25px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .List , .product-filter .display .List a:hover{
	background: url("../image/megnor/sprite.png") no-repeat scroll -31px -233px transparent;
	display: block;
    float: left;
    width: 25px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid  , .product-filter .display .Grid a:hover{
	background: url("../image/megnor/sprite.png") no-repeat scroll -1px -233px transparent;
	display: block;
    float: left;
    width: 25px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}

.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	margin-top:3px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	margin-top:3px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.product-compare a {
	font-weight: normal;
}
/*.product-list li {
	overflow: auto;
	margin-bottom: 15px;
}*/
/*.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}*/

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

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

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

#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; background:none;box-shadow:none; height:auto;
	font-weight:normal;
	border-radius:0;
	color:#211F20;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {color:#0070ba;}

#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 */
.product-grid-list { background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 5px;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.32);
    margin-bottom: 12px;
    padding: 10px;
	border:1px solid #fff;}
#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,
#content .box-product .product-items { 
	margin-bottom: 14px;
	padding: 0;
	margin:0;
	position:relative;
	overflow: hidden;
}

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

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

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



.banners-slider-carousel{ 
	position:relative;
	margin-bottom:15px;
	 width:100%;
	clear:both;
}
 
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	margin:5px 6px; 
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	overflow:hidden;
	border:1px solid #E3E2E2;
}
.main-menu  .cate_inner_bg > ul{margin: 0;padding: 10px 10px 0 0;}
#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);  
	overflow:hidden;
	clear:both;
}

.product-carousel .product-block .cart .button,#content #related-carousel .product-block .button{display:none;}
#content .product-carousel .product-block:hover .name,#content .product-carousel .product-block:hover .price{display:none;}
#content .product-carousel .product-block:hover .cart .button,#content #related-carousel .product-block:hover .button
{
	 background: url("../image/cart.png") no-repeat scroll 19px center #0070ba;
    -webkit-border-radius:50px 50px 50px 50px;
	-moz-border-radius:50px 50px 50px 50px;
	-khtml-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
    bottom: -35px;
    display: block;
    font-size: 0;
    height: 70px;
    left: 50px;
    padding: 0;
    position: absolute;
    width: 70px;
	border:none;
}

#content .product-grid-list .product-block:hover .name a,
#content .box-product .product-block:hover .name a{color:#211F20;}

#content .product-grid-list .product-block:hover  .button,
#content .productbox-grid .product-block:hover  .button{background: #e76452; /* Old browsers */
	background: -moz-linear-gradient(top, #e76452 0%, #d43e2a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e76452), color-stop(100%,#d43e2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e76452 0%,#d43e2a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e76452 0%,#d43e2a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76452', endColorstr='#d43e2a',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	border:1px solid #C63622;
	color:#fff;}

.ie7 #content .product-carousel .product-block,
.ie7 #content .product-grid-list .product-block,
.ie7 #content .box-product .product-block {border:1px solid #ddd;}

.ie7 #content .product-carousel .product-block:hover,
.ie7 #content .product-grid-list .product-block:hover,
.ie7 #content .box-product .product-block:hover {border:1px solid #ddd;}

#content .product-carousel .product-block-inner{overflow:visible !important;}

#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: 10px;
}
.product-list .wishlist{ float:left; margin-right:10px; }
.product-list .left{ float:left; width:580px; }
.product-list .right {
	float:right;
	margin-left: 0px;
	text-align:center;
	width:135px; 
}
 

.product-grid .image,
#content .box-product .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid-list .image img,
#content .box-product .image img,
#column-left .box-product .image img,
#column-right .box-product .image img {
	padding: 3px;
}

/* If need different border color for left, right product boxes */
#column-left .box-product .image img,
#column-right .box-product .image img {	padding: 3px; border: 1px solid #E7E7E7; background:#fff;border-radius:5px;}

.product-grid-list .name a,
#content .box-product .name a,
#column-left .box-product .name a,
#column-right .box-product .name a  {
	display: block;
	color:#0070ba;
	text-transform:capitalize;

}
.product-grid-list .name a,
#content .box-product .name a {	margin:4px 0;color:#0070ba;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:#211F20;
}

.product-grid .description,
#content .box-product .description {
	display: none;
}
.product-list .description {
	margin-bottom: 5px;
	color: #666;
	text-align:justify;
}
.product-grid .rating,
#content .box-product .rating {
	top:145px;
    display: block;
    float: right;
    left: 0;
    position: absolute;
    width: 100%;
}
.product-grid .rating{top:145px;}
.product-grid .rating img, #content .box-product .rating img{ margin:0 auto; }
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price,
.product-grid .price,
#content .box-product .price{
	font-size:15px;
}

.product-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price {
	display: block;
	color:#666;
}
.product-list .price {
	text-align:center;
}


.product-list .price,
.product-grid-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price{ color: #666;}

.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;
	color:#211F20;
	font-size:13px;
}

.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{margin:5px 0;}
#content .box-product .cart , .related-products a.button{
	margin-bottom:5px;
	margin-top:8px;
}
.product-grid .wishlist,.product-grid .compare{display:none;}
.product-grid-list .wishlist, .product-grid-list .compare,
#content .box-product .wishlist, #content .box-product .compare {
	
}
.product-grid-list .wishlist a,
#content .box-product .wishlist a {
	padding-left: 18px;
	background:url(../image/megnor/compare.png) left 3px no-repeat;
	font-size:12px;
}
.product-grid-list .compare a,
#content .box-product .compare a {
	padding-left: 18px;
	background: url(../image/megnor/compare.png) left -33px no-repeat;
	font-size:12px;
}

.product-grid-list .compare a:hover,
#content .box-product .compare a:hover{background-position:left -49px;}
.product-grid-list .wishlist a:hover,
#content .box-product .wishlist a:hover {background-position:left -15px; }

/* Product Info - Propduct Detail page */
.product-info {
	margin-bottom: 20px;
	overflow:auto;
	 
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}
.product-info > .left + .right {
	margin-left: 330px;
}
.product-info .right h1.name{
	margin-bottom:10px;
}
.product-info .image {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
   	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:block;
	padding:10px;
	margin-bottom: 15px;
	text-align: center;
}
.product-info .zoomContainer{ /*z-index:9;*/ }/* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 15px;
    padding-right: 15px;
    width: 290px;
}
.product-info .image-additional img {	
}
.product-info .image-additional a {
	float: left;
	display: block;	
}
.product-info .description {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 22px;

}
.product-info .description .product-description{ }
.product-info .description .product-description .description-right{
	padding-left:10px;
}
.product-info .description span {
	color: #666;
}
.product-info .description a {
	color: #0070ba;	
}
.product-info .description a:hover {
	color: #211F20;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #EEEEEE;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	
}
.product-info .price-old {
	color:#211F20;
	text-decoration: line-through;
}
.product-info .price-new {
color:#0070ba;
}
.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: 0px 5px 0px 5px;
	margin-bottom:0;
	z-index:999;

}
.product-info .options textarea{ width:95%; }
.product-info .options b,
.product-info .options strong{ font-weight:normal;}
.product-info .options h2{
	font-size:18px;	
	font-weight:normal;
	color:#444;
	margin-bottom:12px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 5px 10px 5px;
	margin-bottom: 0px;
	color: #4D4D4D;
	z-index:999;
}
.product-info .cart input{ width:auto;}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .links .product_wishlist{  display:block; }
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
}
.product-info .review  a.review-write{
	padding-left: 20px;
	background: url('../image/megnor/pencil.png') left center no-repeat;
}
.product-info .review > div {
	padding: 10px 0px;;
	line-height: 20px;
	border-bottom:1px solid #EEEEEE;
}
.product-info .review > div > span {
	color: #666;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom:none;
	padding-top:16px;
}
.product-info .review .share a {
	
}

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

#tab-review h2{ margin-bottom:8px; text-transform:uppercase;}
#tab-review label{ display:block; font-weight:normal; 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 #D4D4D4;
}
#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 #D4D4D4;
	border-left: 1px solid #D4D4D4;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight:normal;
	background: #fff;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight:normal;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	margin-bottom: 20px;
	background:#fff;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F6F6F6;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}
.compare-info td.remove a{  
	background: #ee5f5b;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
}
.compare-info td.remove a:hover{ 
	background: #bd362f;
	background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
	background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
 }
 
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #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 #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	margin-bottom: 20px;
	background:#fff;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #666;
	font-weight: normal;
	background-color: #F6F6F6;
	border-bottom: 1px solid #D4D4D4;
}
.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 #D4D4D4;
}
.wishlist-info tbody .image img {
	border: 1px solid #D4D4D4;
}
.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: #666;
}
.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: #666666;
    display: block;
    margin-top: 10px;
    text-decoration: underline;}
.login-content .right a:hover{ color:#0070ba;}
.login-content h2{ text-transform:uppercase}
.login-content .left {
	float: left;
	width: 49%;
}
.login-content .right {
	float: right;
	width: 49%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 220px;
	text-align:justify;	
}
 
.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 {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    width: 98%;
}
.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 #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	background:#fff;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #F6F6F6;
	border-bottom: 1px solid #D4D4D4;
}
.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 #D4D4D4;
}
.cart-info tbody .image img {
	border: 1px solid #D4D4D4;
}
.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 #F6F6F6;
    border: 1px solid #D4D4D4;
	padding: 8px;
	font-weight:normal;
	font-size: 13px;
	margin-bottom:-1px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	
}
.checkout-content {
	padding: 15px;
	display: none;
	overflow: auto;
	border: 1px solid #D4D4D4;
	border-top:none;
	margin-bottom:15px;
	background:#fff;
}
.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 #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #D4D4D4;
}
.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 #D4D4D4;
}
.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 #D4D4D4;
}
.contact-info {
	  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: auto;
    padding: 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:20px;
}
#footer h3 {
	color: #0070ba;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}
#footer .column {
	float: left;
	width: 245px;
	 
}
#footer .column ul {
	margin:0 0 20px;
	padding-left: 0px;
	list-style:none;  
	color:#666;
}
#footer .column ul li {
	margin-bottom: 5px;
}
#footer .contact ul li{padding-left:20px;}
#footer .contact ul li.com_add{background:url(../image/megnor/icon.png) no-repeat scroll 0 5px transparent;}
#footer .contact ul li.tel_no{background:url(../image/megnor/icon.png) no-repeat scroll 0 -31px transparent;}
#footer .contact ul li.email_add{background:url(../image/megnor/icon.png) no-repeat scroll 0 -117px transparent;}
#footer .contact ul li.email_add a{background:none;padding-left:2px;}
#footer .contact ul li.email_add a:hover{background:none;color:#0070ba;}
#footer .column li a {
	background:url(../image/megnor/cat_arrow.png) no-repeat left center;
	padding-left:12px;	
	color:#666;
}
#footer .column li a:hover {
	background:url(../image/megnor/cat_arrow_hover.png) no-repeat left center;
	color:#0070ba;
}
#powered {
	margin:5px auto;
	text-align: center;
	clear: both;
	color:#666;
}
#powered a{color:#666;}
#powered a:hover{color:#0070ba;}
/* banner */
.banner { clear:none; margin-top:5px;float:left;position:relative;}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
#banner0, #banner1 {
    margin-right: 14px;
}
.banner div img {
	margin-bottom: 11px;
	max-width:100%;
	border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
}
 
.captch_input{ float:left; margin:4px 7px 0 0 !important; }
.sale{	
	background:url(../image/megnor/sale-icon.png) no-repeat scroll 0 0 transparent;
	width:45px;
  	font-size:0;
	height:39px;
	position:absolute;
	top:0px;
	right:0px;}
.product-list .sale{ left:0px;right: auto;background:url(../image/megnor/sale-icon_rtl.png) no-repeat scroll 0 0 transparent; }
#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 -116px ;}
#content  .aboutus  .image3{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -52px ;}
#content  .aboutus  .image4{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 6px ;}

.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; }
.header_top{
	height:37px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #d8d7d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d8d7d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#d8d7d3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#d8d7d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d8d7d3',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	box-shadow: 0 -2px 2px rgba(105, 105, 105, 0.12) inset;
	border-bottom:1px solid #fff;
}
.header_inner{width:980px;margin:0 auto;}


.info_link {
    float: left;
    left: 200px;
    position: absolute;
    top: 0;
}
.info_link ul{padding:0;margin:0;list-style-type:none;}
.info_link ul li{float:left;padding:11px;background:url(../image/megnor/menu_3d_line.jpg) no-repeat scroll right center transparent;}
.info_link ul li:last-child{background:none;}
.info_link ul li a{ color: #211F20;
    font-size: 14px;
    padding: 0 10px;}
.info_link ul li a:hover{color:#0070ba;}
#login a{display:block;margin-top:10px;text-decoration:underline;}
.static_footer {
    float: left;
    margin: 0 auto;
    width: 980px;
	background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 5px;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.32);
	border:1px solid #fff;
}
.static_footer_inner {
    padding: 20px 20px;
	float:left;
}
.block_1 {
    float: left;
    padding-right: 25px;
    width: 65%;
}
.block_1 .about_icon{
	background: url("../image/megnor/about-_img.png") no-repeat scroll 0 -57px transparent;
    float: left;
    height: 67px;
    margin-right: 10px;
    margin-top: 0;
    transition: all 0.4s ease 0s;
    width: 60px;
}
.block_1 .about_icon:hover{background-position:0 6px;}
.block_1 ul{padding:0;margin:0;list-style-type:none;text-align:justify;color:#666;}
.block_1 .title {
    color: #0070ba;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px;
}
.read_more {
    float: right;
    text-align: right;
	color:#0070ba;
}
.block_2{border-left: 1px solid #DBDBDB;
    float: left;
    margin-top: 15px;
    padding-left: 20px;
    width: 30%;}
.block_2 .title_block{float:left;font-size:16px;font-weight:normal;}
.block_2 ul{padding:0;margin:0;list-style-type:none;}
.block_2 ul li{float:left;width:55px;height:45px;}
.block_2 ul li a{float:left; text-indent: -999px;font-size:0;}
.block_2 ul li.facebook{background:url(../image/megnor/sprite.png) no-repeat scroll -60px 0 transparent;}
.block_2 ul li.facebook:hover{background-position:-60px -44px;}
.block_2 ul li.twitter{background:url(../image/megnor/sprite.png) no-repeat scroll -60px -89px transparent;}
.block_2 ul li.twitter:hover{background-position:-60px -134px;}
.block_2 ul li.rss{background:url(../image/megnor/sprite.png) no-repeat scroll -60px -181px transparent;}
.block_2 ul li.rss:hover{background-position:-60px -227px;}
.footer_link{width:980px;margin:0 auto;}
#bottomfooter ul{padding:0;margin:0;list-style-type:none;}
#bottomfooter ul li{display:inline;margin: 0 2px;
    padding:0 10px 0 3px;
	background:url(../image/pipe.png) no-repeat scroll right center transparent;}
#bottomfooter ul li a{color:#666;}
#bottomfooter ul li a:hover{color:#0070ba}
#bottomfooter ul li.login-logout{background:none;}
.copyright-container{border-top: 1px solid #DDDDDD;
    clear: both;
    float: none;
    margin-top: 0;
    padding-top: 10px;
    text-align: center;}
.ie7 .payment_logo ul li{display:inline !important;}
.payment_logo{margin-top:10px;}
.payment_logo ul{list-style-type:none;margin:0;padding:0;}
.payment_logo ul li{width:45px;height:30px;display:inline-block;}
.payment_logo ul li.visa{background:url(../image/payment.png) no-repeat scroll 0 0 transparent;}
.payment_logo ul li.master_cart{background:url(../image/payment.png) no-repeat scroll -53px 0 transparent;}
.payment_logo ul li.discover{background:url(../image/payment.png) no-repeat scroll -103px 0 transparent;}
.top_button {
    background:url(../image/top-icon.png) no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 45px;
    text-indent: -999px;
    width: 35px;
}
.cms_banner #banner_CMS
{	
	float:left;
	padding:10px 0 10px 0px;
	margin-bottom:8px;
	height:65px;
}
.cms_banner .banner_1{background:url(../image/megnor/1bg.jpg) no-repeat scroll 0 0 transparent;width:191px; border-right: 2px solid #FFFFFF;}
.cms_banner .banner_2{background:url(../image/megnor/2bg.jpg) no-repeat scroll 0 0 transparent;width:191px; border-right: 2px solid #FFFFFF;}
.cms_banner .banner_3{background:url(../image/megnor/3bg.jpg) no-repeat scroll 0 0 transparent;width:191px; border-right: 2px solid #FFFFFF;}
.cms_banner .banner_4{background:url(../image/megnor/bg4.jpg) no-repeat scroll 0 0 transparent;width:191px;}

.cms_banner #banner_CMS .img
{float:left;padding:5px;height:44px;width:44px;}
.cms_banner #banner_CMS:hover .img{transform: rotate(360deg);
   transition-duration: 0.9s;}
.banner_content{float:left;padding:5px;font-family:'Oswald',Arial,Helvetica,sans-serif}
.banner_content .text_1{color:#fff;font-size:16px;}
.banner_4 .banner_content .text_1,.banner_4 .banner_content .text_2{color:#000;}
.banner_content .text_2{color:#fff;font-size:14px;}
.hover_shine {
    background:url(../image/glass.png) no-repeat scroll 250px 0 transparent;
  	float: left;
    height: 99px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
	cursor:pointer;
}
.home #content-wrapper .banner:hover .hover_shine {
    background-position: 4px 0;
    transition: all 1s ease 0s;
}
.custom_header_inner{position:absolute;top:30px;}
.header_block1 .img
{
	background:url(../image/megnor/subanner-sprite.png) no-repeat scroll left -6px transparent;float: left;
    height: 22px;
    margin-top: 8px;
    width: 34px;
}
.header_block2 .img
{
	background:url(../image/megnor/subanner-sprite.png) no-repeat scroll left -94px transparent;float: left;
    height: 20px;
    margin-top: 8px;
    width: 40px;
}
.header_block3 .img
{
	background:url(../image/megnor/subanner-sprite.png) no-repeat scroll -6px -172px transparent;float: left;
    height: 24px;
    margin-top: 0px;
    width: 23px;
}

.header_block1 .block_content:hover,.header_block2 .block_content:hover,.header_block3 .block_content:hover{color:#777777;}

.header_block1 .block_content,.header_block2 .block_content,.header_block3 .block_content {
    float: left;
    padding-left: 7px;
	font-size:12px;
	color:#8C8C8C;
	line-height:16px;
}
.header_block1 {
    border-right: 1px solid #B7B7B7;
    float: left;
    padding-right: 10px;
}
.header_block2 {
    border-right: 1px solid #B7B7B7;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.header_block3{padding-left:10px;float:left;}

.header_block1:hover .img{background-position:left -48px;}
.header_block2:hover .img{background-position:left -132px;}
.header_block3:hover .img{background-position:-6px -217px;}

.cate_inner .active{border-radius:5px 5px 0 0;}
.home .cate_inner .active{border-radius:5px;}
.page_product .content-inner #content .box {clear: none;overflow: hidden;}




