html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #888;
	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 {
	color: #4E5A66;
    font-family: 'Ledger',Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: capitalize;
	margin-bottom:10px;
	font-weight:normal;
}
h2 {
	color: #4E5A66;
   	font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #888888;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	text-decoration:none;
	color:#FFBA17;
}
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 #EBEBEB;
	color: #888;
	outline: 0;
	padding:5px 5px 5px 3px;
	width:205px;
	z-index:0;
	position:relative;
	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;
  -moz-box-shadow: #bbb 0 0 3px;
  -webkit-box-shadow: #bbb 0 0 3px;
  box-shadow: #bbb 0 0 3px;
}

.header .form-search input:focus,
.header .form-search input:active{ 
	-moz-box-shadow: #ddd 0 0 0px;
	-webkit-box-shadow: #ddd 0 0 0px;
	box-shadow: #ddd 0 0 0px;
	border:none;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../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; }
/* layout */
#container {}

#header,
.header-top-inner,
.main-menu,
.content_home,
.footer-inner,
#powered,
.content-inner{	
	width: 980px;
	margin:0 auto;
	text-align: left;
 
}
.home .content-inner{width:100%; margin:0px;}

#header-container,
.header-top,
.nav-container,
#content-wrapper,
#footer-container,
copyright-container{ clear:both;}


#column-left {
	float: left;
	width: 230px;
}
#column-right {
	float: right;
	width: 230px;
}
#content {
	min-height: 400px;
	margin-bottom:5px;
	overflow:hidden;
}
#column-left + #column-right + #content-bottom, #column-left + #content-bottom {
	margin-left: 250px;
}
#column-right + #content-bottom {
	margin-right: 245px;
}
#column-left + #content {
	margin-left: 245px;
/*	float:left;
	margin-left:15px;
	width:735px;*/
		width:730px;
}
#column-left + #column-right + #content{
margin-left: 245px;width:490px;}

#column-right + #content {
	margin-right: 245px;
}
/* header */
.header-top{
	background:url(../image/megnor/bg_pttrn.png) repeat-x #414141;  
	height: 45px; 
	padding:0px;
 	box-shadow:0 -3px 7px 0 #444444 inset;
   -webkit-box-shadow:0 -3px 7px 0 #444444 inset;
   -moz-box-shadow:0 -3px 7px 0 #444444 inset;
   -o-box-shadow:0 -3px 7px 0 #444444 inset;
   }
.header-top-inner{background:url(../image/megnor/Top_shadow.png) no-repeat 50% 0; height:45px;}
#header {
	min-height: 110px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}
#header #logo {
	margin:35px 0;
	text-align:center;
}

#header .header-left { float:left; width:100%;    }
#header .header-right { float:right;}

#content .welcome { display:none; visibility:hidden;}

.language_div, .currency_div{
    background-color: #666666;
    padding:10px;
   	display:none;
	position:absolute;
	width:130px;
	z-index:99;
	top:45px;
}

#language {			
	margin:12px 6px 0 0;
	padding:2px 0;
	float:left; 
	color:#CACACA;
}
#currency .show, #language .show{color: #CACACA; cursor:pointer; text-transform:uppercase;	 }
 #language .lang_image{ padding-left:5px; cursor: pointer;}
 
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	float:left;
	margin:12px 6px 0 0;
	padding:2px 6px; 
}
 
#currency .top_downarrow , #language .top_downarrow {
background: url('../image/megnor/arrow-down.png') right 7px no-repeat;  padding-right:7px;cursor:pointer;}
#currency.active .top_downarrow , #language.active .top_downarrow {
background: url('../image/megnor/arrow-up.png') right 7px no-repeat;
}
#currency .show:hover , #language .show:hover{color:#FFFFFF; cursor:pointer;	 }
 
.currency_div a ,.language_div a  {
	 display:block; 
	padding: 2px 4px;
	text-align:left;
	margin-right: 2px;
	color:#CACACA;
	}
.currency_div a:hover ,.language_div a:hover { color:#FFF; text-decoration:none;
	
}
#header #cart {
	position: absolute;
    right: 15px;
    top: 136px;
    z-index: 10;	
}
 
#header #cart .heading {
	float: right;
	background:url(../image/megnor/sprite.png) no-repeat -80px -340px ;
	padding-left:35px;
	position: relative;
	z-index: 1;
	font-family:'Varela Round',Arial,Helvetica,sans-serif;
	color:#888888;
}
#header #cart .heading:hover{background-position:-80px -365px; color:#FFBA17;}
#header #cart .heading h4 { 
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom:0px;
	float:left;
	margin-right:4px;
}
#header #cart .heading span {
}
#header #cart .heading span {
}
#header #cart .heading span .price-total{display:none;}
#header #cart.active  .heading span {
}
#header #cart .content {
	clear: both;
	display: none;
 	float:right;
	position:relative;
	top: 15px;
	min-height: 150px;
	border:1px solid #EBEBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background:#FFFFFF;
	padding:10px;
	box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -webkit-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -moz-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -o-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
	 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 dashed #C2CBD3;
}
.mini-cart-info .name a{text-transform:capitalize;}
.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;
}
#search {
	    float: right;
    margin-top: 3px;
    position: relative;
    right: 0;
    width: 50px;
    z-index: 999 !important;
}
 .search {
    background: url("../image/megnor/search_icon.png") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 36px;
    margin-left: 15px;
    margin-top: 2px;
    width: 36px;
}
.searchtoggle {
    background: url("../image/megnor/searchbg.png") no-repeat scroll 0 0;
    border: medium none;
    height: 46px;
    margin-left: 15px;
    margin-top: 42px;
    position: absolute;
    right: 0;
    width: 325px;
    z-index: 99;
}
.searchtoggle input {
    background-color: #FFFFFF;
    border: medium none;
    height: 25px;
    margin-left: 61px;
    margin-top: 10px;
    text-indent: 10px;
    width: 249px;
}
.ie7 .searchtoggle input{ padding:3px 0px 0px; height: 18px; margin-left:40px; margin-top:10px; width:240px;}
#header .top-link{
}
#welcome {
	z-index: 5;
	text-align: right;
	margin-top:13px;
	color:#CACACA;
	float:right;	
}
 
.links {
	float:left;	
	margin-top:13px;
	text-align:right;
	margin-left:5px;
}
 #welcome a {
	display: inline;
	padding: 0px 0px 0px 25px;
	color:#CACACA;
	text-transform:capitalize;
}
#welcome a.login_nm,#welcome a.logout{background:url(../image/megnor/login_icon.png) no-repeat 0px -2px;margin-left:5px;}
#welcome a.login{padding-left:10px;}
#welcome a.login_nm:hover,#welcome a.logout:hover{background:url(../image/megnor/login_icon.png) no-repeat 0 -24px;}
#welcome a.create_account {background:url(../image/megnor/login_icon.png) no-repeat 0 -98px;}
#welcome a.create_account:hover{background:url(../image/megnor/login_icon.png) no-repeat 0 -128px;}
.header-top-inner .links a
{
	display: inline;
	padding: 0px 7px 0px 0px;
	margin:0 4px 0 0;
	color:#CACACA;
	background:url(../image/megnor/header_pipe.png) no-repeat right center;
}

.header-top-inner .links #wishlist-total{background:none;}
	
.header-top span {	color:#CACACA;}
.links a + a{background:none;}
.links a:hover, #welcome a:hover{color:#FFF; text-decoration:none;}
.links a:hover{ }
#welcome a + a{
	margin-left: 7px;
	
}
.links a.logout { }

.tm_headerlinkmenu {
    display: none;
}

.tm_headerlinks_inner { 
    cursor: pointer;
    overflow: hidden;
} 
.headertoggle_img {
    background:url("../image/megnor/responsive.png") no-repeat scroll center;
    float: right;
    height: 20px;
    margin: 10px 10px 0 15px;
    width: 30px;
	cursor: pointer;
    float: none;
    margin: 0 auto;
}


/* menu */

.nav-responsive { display:none;}

.nav-inner{
	background-color: #FFFFFF;
    background-repeat: repeat-x;
	border-bottom:1px solid #EBEBEB;
	text-align:center;
   }

.responsive-menu,
.main-menu {	
	height: 40px;
	padding: 0px 0px; 
	display:inline-block;
	margin:0 auto;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding:0 0 13px;
}
.main-menu > ul > li:last-child{background:none;}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 15px;
	color: #4E5A66;
	display: block;
	padding: 7px 10px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	font-family:'Ledger',Arial,Helvetica,sans-serif;
	text-transform:capitalize;
	border:1px solid transparent;
	margin-right:10px;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
 border: 1px solid #FFBA17;
    color: #FFBA17;
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #EBEBEB;
	padding:10px 0;
	 box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -webkit-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -moz-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -o-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
	position: absolute;	
	z-index: 5;
	top:45px;
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li:last-child:hover > ul {
	right:0
}
.main-menu > ul > li ul > li > ul {
	display: none;
	background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #EBEBEB;
	padding:10px;
	 box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -webkit-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -moz-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -o-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
	position: absolute;	
	z-index: 5;
	margin-left:4px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 176px;
}

.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{	
	padding: 4px 10px;
	color: #4E5A66;
	display: block;
	white-space: nowrap;
	margin:5px 0;
	font-size:15px;
	text-transform:capitalize;
	font-family:'Ledger',Arial,Helvetica,sans-serif;
}
.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  {
	color:#FFBA17;
}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/menu_arrow.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}

.main-menu > ul > li ul > li:hover > a.activSub{color:#FFBA17;

	background-image:url(../image/megnor/menu_arrow_hr.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}


.main-menu > ul > li > ul > ul > li > a {
	color: #4E5A66;
} 
.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;
	position:relative;
}
#notification a{ color:#FFBA17;}
.success {
	background:transparent url('../image/megnor/success.png') 10px center no-repeat;
	border: 1px solid;
	-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;
}

.home .success{margin-bottom:0;}
.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;
	border-left:1px solid;
	margin-bottom: 20px;
}
table.list td {
	border-right:1px solid;
	border-bottom:1px solid;
}
table.list thead td {
	background-color: #EEEEEE;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	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 {
	background: #EEE;
	cursor: pointer;
}
.pagination {
	padding:8px 5px;
	background:#FFFFFF;
	border:1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top:10px;
	width:98%;

}
.pagination .links {
	float: right;
	margin-top:0px;
}
.pagination .links a {
	display: inline-block;
	border:1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;

}
.pagination .links b , .pagination .links a:hover{
	display: inline-block;
	border:1px solid;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-weight:normal;
	color: #FFBA17;
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	background: #9b9a9a;
	background-image: -moz-linear-gradient(top, #9b9a9a, #777777);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b9a9a), to(#777777));
	background-image: -webkit-linear-gradient(top, #9b9a9a, #777777);
	background-image: -o-linear-gradient(top, #9b9a9a, #777777);
	background-image: linear-gradient(to bottom, #9b9a9a, #777777);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b9a9a', endColorstr='#777777', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-transform:capitalize;
	

}
a.button, .compare-info td.remove a {
	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; } 

a.button:hover, input.button:hover ,
#content .product-carousel .product-block:hover .button, 
#content .product-grid-list .product-block:hover .button,
.productbox-grid .product-block:hover .button,.compare-info td.remove a:hover{
	background: #FFD013; /* Old browsers */
  	background: -moz-linear-gradient(top, #FFD013 0%,  #FFB718 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD013), color-stop(100%, #FFB718)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFD013 0%, #FFB718 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFD013 0%, #FFB718 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFD013 0%, #FFB718 100%); /* IE10+ */
	background:linear-gradient(to bottom, #FFD013 0%, #FFB718 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD013', endColorstr='#FFB718', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-decoration:none;
}
.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: 34px;
 
}
.htabs a {
	color:#777777;
	font-size:16px;
	background:none repeat scroll 0 0 #DDDDDD;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	font-family:'Ledger','Open Sans',Arial,Helvetica,sans-serif;
	padding:0px 22px 0px 22px;
	 height: 34px;
    line-height: 33px;
	float: left;
	text-align: center;
	margin-right: 6px;
	display: none;
}
.htabs a.selected, .htabs a:hover {
	color:#FFFFFF;
	background:#666666;
}
.tab-content {
	border:1px solid;
	background:#FFFFFF;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-khtml-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
	padding: 25px 15px 15px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	text-align:justify;
}
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#products-related{ }
/* box */  
.box {
	margin-bottom:15px;
}


.box .box-heading {
	font-size: 18px;
	color: #4E5A66;
	font-family:'Ledger',Arial,Helvetica,sans-serif;
	text-transform:capitalize;
}




#content .box-cms .box-heading{color:#4E5A66; background:none; border:none; font-size:18px; font-family:'Ledger',Arial,Helvetica,sans-serif; text-transform:capitalize;}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:13px 0; 
}
#column-left .box .box-content, #column-right .box .box-content
{
	position:relative;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid;
	-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;
	box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -webkit-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -moz-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -o-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
    margin:18px 0 10px;
    padding:15px 20px 20px;
}

.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:8px 0;
}
.box .box-content ul li a , #content .content ul li a{
	background:url(../image/megnor/cat_arrow_left.png) no-repeat left 7px;
	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_hover.png) no-repeat left 7px;
}

.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 {
	border-top: 1px dashed #C2CBD3;
}
ul.box-category > li > a {
	/*color: #333;*/
}
ul.box-category > li ul {
	display: none;
}
 
ul.box-category > li a.active {
	font-weight: normal;
	color:#FFBA17;
	background:url(../image/megnor/cat_arrow_hover.png) no-repeat left 7px;
}
ul.box-category > li a.active + ul {
	display: block;
	margin-left:15px;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	/*background:url(../image/megnor/subcat_arrow.png) no-repeat left center !important;*/
	padding-left:12px;
	/*display: block;*/
}
ul.box-category > li ul > li > a:hover{
/*background:url(../image/megnor/subcat_arrow_hover.png) no-repeat left center !important;*/

}
ul.box-category > li ul > li > a.active {
	font-weight: normal;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	text-transform:capitalize;
}
.box-filter label {
    text-transform: capitalize;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding:10px;
	border-radius: 5px;
	overflow: auto;
	margin-bottom: 10px;
	border: 1px solid;
}
#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 {
	float: left;
	width:100%;
}
.category-info img{width:100%;}
#column-left + #column-right + #content .category-info .image img{max-width:100%;}
.category-info p{clear:both; margin-bottom:0px;}
.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; 
	display:block;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	border-radius: 5px ;
	border:1px solid;
}
.category-list ul li a:hover {border:1px solid #FFBA17;}
/* manufacturer */
.manufacturer-list {
	border: 1px solid;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #EEE;
	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 #FFFFFF;
    border: 1px solid;
	padding:8px 5px;
	overflow: auto;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.product-filter select { width:auto;    cursor: pointer;}
.product-filter .display {
	margin-right: 30px;
	float: left;
	padding-top: 0px;
	
}

.product-filter .display .List a{
		background: url("../image/megnor/sprite.png") no-repeat scroll -31px -233px transparent;
	display: block;
    float: left;
    width: 23px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}
.product-filter .display .Grid a{
		background: url("../image/megnor/sprite.png") no-repeat scroll -1px -233px transparent;
	display: block;
    float: left;
    width: 23px;
	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 -205px transparent;
	display: block;
    float: left;
    width: 23px;
	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 -205px transparent;
	display: block;
    float: left;
    width: 23px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}

.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	margin-right:30px;
	margin-top:2px;
	
}
.product-filter .limit {
	margin-right:5px;
	float: right;
		margin-top:2px;

}
.product-compare {
float:left;margin-top:5px;
}
.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;
}
#content #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 .product-items,
#column-right .product-items,
#column-left .slider-item,
#column-right .slider-item
{border-bottom:1px dashed #C2CBD3;padding-bottom:10px;margin-bottom:15px;float:none;}
#column-left .slider-item:last-child,
#column-right .slider-item:last-child, #column-left .product-items:last-child,
#column-right .product-items:last-child{border-bottom:medium none;}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:0px;
	
}

#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:#888;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover { color:#FFBA17;}

#column-left .box-product .image img,
#column-right .box-product .image img { width:58px;}


#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:65px;  }

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: none;
	margin-bottom: 0px;
}

/* Product Grid Start */
.product-grid-list { }
#content .box-product,
.product-grid-list ul{ 
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
}

.product-grid-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:245px;
	float:left;
	display: inline-block;
}
 
.ie7 .product-grid li{ width:243px !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: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear:both;
	overflow:hidden;
	border:1px solid #eee;
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow: none;
}

.grid_default_width { width:245px;}
.featured_default_width{ width:245px;}
.module_default_width{ width:160px;}
.latest_default_width{ width:245px;}
.special_default_width{ width:245px;}
.related_default_width{ width:245px;}
.bestseller_default_width{ width:245px;}
.additional_default_width{ width:74px;}



.banners-slider-carousel{ 
	position:relative;
	margin-bottom:15px;
	 width:100%;
	
}
 
.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 10px 15px; 
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	overflow:hidden;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(206, 206, 206, 0.4);
	-moz-box-shadow:  1px 1px 2px 0 rgba(206, 206, 206, 0.4);
	box-shadow:  1px 1px 2px 0 rgba(206, 206, 206, 0.4);
	border:1px solid #E7E7E7;
	position:relative;
}

#content #column-left .box .product-block-inner{padding:0;}
#content #column-left .box .product-block
{
	box-shadow:none;
	border:none;
	border-radius:0;
	margin-left: 0;
    margin-right: 0;
}

#column-left .product-items:last-child .product-block{border-bottom:none!important;}

#content #column-left .box .product-block-inner .image{margin-right:5px;}




#content .product-grid-list .product-list .product-block{margin:0px 0px 15px;}
#content .product-carousel .first_item_tm .product-block,
#content .product-grid-list .first_item_tm  .product-block,
#content .box-product .first_item_tm .product-block{margin-left:2px;}


#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{margin-right:2px;}


#content .product-grid .last_item_tm .product-block{margin-right:2px;}


#content .product-carousel .product-block-inner,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner{ padding:10px; text-align:left; overflow:hidden;}

#content #carousel-0 .product-carousel .product-block-inner{text-align:center;}

/* text align left for product listing*/
#content .product-list .product-block-inner { text-align:left;} 

.product-list .image {
	float: left;
	margin-right: 10px;
	height:195px;
	width:100%;
	overflow:hidden;
}
.product-list .wishlist{ float:left; margin-right:10px; }
.product-list .left{ float:left; width:210px;}
.product-list .right {
	float: left;
	margin-left: 9px;
	text-align:left;
	width:68%; 
}
#column-left + #column-right + #content .product-list .right{margin-left:9px; width:53%;}

.product-grid .image,
.content_top_home .product-block .image,
#products-related  .product-block .image,
#content-bottom .box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align:center;
	width:100%;
	height:195px;
	overflow:hidden;
	border-bottom:1px solid #EFEFEF;
}

/*------------------------------------------------------- Transition effect -------------------------------------------------------------------*/
.content_top_home .product-block img:hover,
.content_top_home .product-carousel .product-block img:hover,
#content-bottom .product-carousel .product-block img:hover,
#products-related .product-block img:hover,
#content .product-grid .product-block img:hover,
#content-bottom .box-product .product-block img:hover
{
	height: 215px;
	width: 215px; 
	transition:all 1s ease 0s;
	/*-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;*/
}
.product-block .rating img{height:auto!important;width:auto!important;}
.content_top_home .product-block a img,
.content_top_home.product-carousel .product-block a img,
#content-bottom .product-carousel .product-block a img,
#products-related .product-block a img,
#content .product-grid-list  .product-block a img,
#content-bottom .box-product .product-block a img
{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	
	height: 195px;
	width: 200px; 
}

#content-bottom #carousel-0 img
{transition:none;height:auto!important;width:auto!important;}

/*------------------------------------------------------- Transition effect end -------------------------------------------------------------------*/


.product-grid-list .image img,
#content .box-product .image img,
#column-left .box-product .image img,
#column-right .box-product .image img 
{}

/* If need different border color for left, right product boxes */
#column-left .box-product .image img,
#column-right .box-product .image img {	
	padding: 0; 
	border:1px solid #EEEEEE;
	background:#fff;
	}

.product-grid-list .name a,
#content .box-product .name a,
#column-left .box-product .name a,
#column-right .box-product .name a  {

}
.product-grid-list .name,
#content .box-product .name {	margin:5px 0px;}

.product-grid-list .name a,
#content .box-product .name a,
#column-left .box-product .name a,
#column-right .box-product .name a{text-transform:capitalize;}

.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  {
	text-decoration:none;
}

.product-grid .description,
#content .box-product .description {
	display: none;
}
.product-list .description {
	margin-bottom: 3px; text-align:justify;
}
.product-grid .rating,
#content .box-product .rating {
	 display: block;
	 position:absolute;bottom:110px; width:100%; text-align:center;
	left:0;
}
#content .product-grid-list .product-block .rating {bottom:110px;}


.product-list .rating {	color: #7B7B7B;}
.product-grid .rating img:hover, #content .box-product .rating img:hover
{
	height:auto;width:auto;
}
.product-list .price,
.product-grid .price,
#content .box-product .price{
	font-size:13px;
	margin:6px 0 8px;
}

.product-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price {
	display: block;
	color:#565656;
	font-weight:bold;
}
.product-list .price {	float: left;	width:100%; margin-top:0px; }

.product-list .price,
.product-grid-grid .price,
#content .box-product .price
{ color: #565656; font-weight:bold; margin-bottom:7px;}
#column-left .box-product .price,
#column-right .box-product .price{ color: #565656; font-weight:bold; margin-bottom:0px;margin-top:5px;margin-bottom:5px;}

.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;
	font-weight:normal;
}

.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: #888;font-weight:normal;
 
}

.product-grid-list .cart,
#content .box-product .cart , .related-products a.button{
	margin-bottom:5px;
	margin-top:4px;
}
.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: 20px;
	background: url('../image/megnor/compare_icon.png') left 5px no-repeat;
}


.product-grid .wishlist,
.product-grid .compare{display:none;}

.product-grid-list .wishlist a:hover,
#content .box-product .wishlist a:hover{background-position:left -15px;}
.product-grid-list .compare a,
#content .box-product .compare a {
	padding-left: 20px;
	background: url('../image/megnor/compare_icon.png') 0px -35px no-repeat;
}

.product-grid-list .compare a:hover,
#content .box-product .compare a:hover{background-position:0 -56px;}


.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:none;}

/* Product Info - Propduct Detail page */
.product-info {
	margin-bottom: 20px;
	overflow:hidden;
	 
}

.product-info > .left {
	float: left;
	margin-bottom: 15px;
	width:340px;
}
.product-info > .left + .right {
	margin-left: 350px;
}
#column-left + #column-right + #content .product-info > .left + .right{margin-left:0px; clear:both;}
.product-info .right h1.name{
	margin-bottom:5px;
	padding-left:5px;
	margin-top:0;
}
.product-info .image {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #EBEBEB;
	-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;
	box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -webkit-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -moz-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -o-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
	display:block;
	padding:3px;
	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;
	margin:0 auto;
    width: 245px;
}
.product-info .image-additional img {	
}
.product-info .image-additional a {
	display: block;padding:5px;	
}
.product-info .description {
	padding: 5px 5px 10px 5px;
	line-height: 25px;

}
.product-info .description .product-description{ }
.product-info .description .product-description .description-right{
	padding-left:40px;
}
.product-info .description span {

}
.product-info .description a {

}
.product-info .description a:hover {
	}
.product-info .price {
	overflow: auto;
	padding: 0px 5px 10px 5px;
	font-size: 16px;
	font-weight: 700;
	color:#4E5A66;
	
}
.product-info .price-old {
	text-decoration: line-through;
	font-weight:normal;
	color:#888888;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 13px;
	font-weight: normal;
	color: #888;
	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;
}
.product-info .options {
	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{
}
.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 {
	padding: 10px 5px 10px 5px;
	margin-bottom: 0px;
	z-index:999;
	overflow:hidden;
}
.product-info .cart div{
float:left; width:100%;
}
.product-info .cart input{ width:auto; text-align:center;}
.product-info .cart div > span {
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
	float:none;
	margin:0px;
	text-align:left;
}
.product-info .cart .links a{background:none; margin:0px; padding:0px; color:#888;}
.product-info .cart .links a:hover{color:#FFBA17; text-decoration:none;}
.product-info .cart .links .product_wishlist{  display:block; }
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 12px;
	color: #888;
}
.product-info .review {	color: #4D4D4D;padding:0 5px;}
.review img {
    vertical-align: sub;
}
.product-info .review  a.review-write{
	padding-left: 20px;
	background: url('../image/megnor/pencil.png') left center no-repeat;
}
.product-info .review  a.review-write:hover{background: url('../image/megnor/pencil_hover.png') left center no-repeat;}
.product-info .review > div {
	padding: 10px 0px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #0088CC;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom:none;
	padding-top:10px;
}
.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:capitalize;font-size:16px;}
#tab-review label{ display:block; 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: hidden;
	margin-bottom:10px;
	border-bottom: 1px solid;
}
#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;
	border-left: 1px solid;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	background: #EEE;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid;
	border-left: 1px solid;
	margin-bottom: 20px;
}


.compare-info thead td, .compare-info thead tr td:first-child {

	background: #EEEEEE;
	text-align: left;
}
.compare-info tr td:first-child {
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

 
.compare-info .name a {
	font-weight: bold;
	text-transform:capitalize;
}
.compare-info .price-old {
	font-weight: normal;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid;
	border-left: 1px solid ;
	border-right: 1px solid ;
	margin-bottom: 20px;
}

.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	background-color: #EEE;
	border-bottom: 1px solid;
}
.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;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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 {
}
.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{ display:inline-block;text-decoration:underline;margin-top:10px;}
.login-content .right a:hover{ }
.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: 233px;
		
}
 
.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 ;
	border-left: 1px solid ;
	border-right: 1px solid ;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #EEE;
	border-bottom: 1px solid ;
}
.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;
}
.cart-info tbody .name a{text-transform:capitalize;}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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; text-align:center;}
.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: #EEEEEE;
	border: 1px solid;
	padding: 8px;
	font-weight: bold;
	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;
	border-top:none;
	margin-bottom:15px;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
#login a{display:inline-block;margin-top:5px;text-decoration:underline;}
.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;
	border-left: 1px solid;
	border-right: 1px solid;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
	background-color: #EEEEEE;
	border-bottom: 1px solid;
}
.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;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .name a{text-transform:capitalize;}
.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;
}
.contact-info {
	  border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    overflow: auto;
    padding: 30px 30px;
}
.contact-info .left {
	float: left;
	width: 50%;
	margin: 20px 0;
}
.contact-info .right {
	float: left;
	width: 50%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info ul li{line-height:24px;}
.sitemap-info{
	border:1px solid #EBEBEB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background:#FFFFFF;
	padding:10px;
	box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -webkit-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -moz-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
   -o-box-shadow:1px 1px 2px 0 rgba(206, 206, 206, 0.4);
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer-container{
background:url(../image/slider_pattern.jpg);
    border-top: 1px solid #EBEBEB;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
   -webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
   -moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
   -o-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
   width:100%;
   float:left;
   padding:12px 0;
   }
#footer {
	clear: both; 
	overflow:auto;
	min-height: 100px;
	margin:15px 0px 0px;
}
#footer h3 {
	
	color: #4E5A66;
    font-family: 'Ledger','Open Sans',Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
	text-transform:capitalize;
	margin:0px;
	padding-right:0px;
	line-height: 18px;
}

#footer .column {
	float: left;
	width: 24%;
	margin:7px 5px 7px 0;
	 
}
.footer-inner #footer .box-cms{margin-right:0;width:26%;}
#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style:none;  
}
#footer .column ul li {
line-height:26px;
}
#footer .column li a {
	background:url(../image/megnor/footer_arrow.png) no-repeat 2px center;
	padding-left:15px;	
}
#footer .column li a:hover {
background:url(../image/megnor/footer_arrow_hover.png) no-repeat 2px center;
}
.copyright-container{
 background: url("../image/megnor/bg_pttrn.png") repeat scroll 0 0 #414141;
    float: left;
    width: 100%;
	
}
	
.footer_shadow
{
	background:url(../image/megnor/footer_shadow.png) no-repeat scroll 50% 0 transparent;
   margin: 0 auto;
    padding: 10px 0 30px;
    width: 980px;
}

#bottomfooter{overflow:hidden; margin:0px auto; width:980px; text-align:center;}
#bottomfooter ul{margin:5px 0px; padding:0px;}
#bottomfooter ul li{display:inline; list-style:none; padding:0 7px 0 0; margin:0px 3px;}
#bottomfooter ul li:last-child{background:none;}
#bottomfooter ul li a{text-decoration:none; color:#CACACA; text-transform:capitalize;}
#bottomfooter ul li a:hover{text-decoration:none; color:#FFF;}


#powered {
	margin:0px auto;
	text-align: center;
	clear: both;
	color:#CACACA;
}
#powered a{color:#CACACA; text-decoration:none;}
#powered a:hover{color:#FFFFFF; text-decoration:none;}
.payment_logo{ margin:10px auto 0px; width:980px; overflow:hidden;}
.image_logo{background:url(../image/megnor/payment-logo.png) no-repeat center center; height:21px;}
/* banner */
.banner { clear:both; margin-bottom:10px;}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
 
}
.banner div img {
	margin-bottom: 20px;
	max-width:100%;
}
 
.captch_input{ float:left; margin:4px 7px 0 0 !important; }

 
 
#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: 0 0 0 35px;line-height:25px;}
.address, .telephone{ margin-bottom:35px; }
.contact-info label{ font-weight:bold; }
 
 
 

.content_top_home .box{margin-bottom:0px; margin:0px auto; width:980px; overflow:hidden;}

#latest_product{
	clear:both; 
	float:left; 
	width:100%; 
	border-top:1px solid #EBEBEB;
 	box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.1);
   -o-box-shadow: 0 -2px 5px -3px rgba(0, 0, 0, 0.1);
   padding-top:20px;
   position:relative; 
   z-index:1;
   }

#content .box-cms {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
#content .box-cms .block-content {
    float: left;
    width: 100%;
	margin-top:15px;
}
#content .box-cms .description-left {
    float: left;
    text-align: justify;
    width: 59%;
}
#content .box-cms .image-right {
    float: right;
    text-align: right;
}
#content .box-cms .about-store {
    padding: 0;
}
#content .box-cms p{margin-bottom:0px;}
.content_top_home .banners-slider-carousel{margin:0px auto; width:980px; clear:both;}
.content_home{clear:both; overflow:hidden; margin-top:15px;}
.content_top_home{clear:both; overflow:hidden;}
.top_button{background:url(../image/megnor/back_to_top.png) no-repeat; width:42px; height:42px; font-size:0px;}

#block_contact_infos .contact{background:url("../image/megnor/phone_icon.png") no-repeat scroll left 2px; padding-left:25px !important;}
#block_contact_infos .addresses{background:url("../image/megnor/phone_icon.png") no-repeat left -23px; padding-left:25px !important;}
#footer #block_contact_infos li.addresses a{ text-decoration:none; background:none; padding-left:0px;}

#block_contact_infos li  strong {
	font-weight:normal;
}
#block_contact_infos li  pre { font: 13px/20px Open Sans,Arial,Helvetica,sans-serif; margin:0px;}


#social_block{   
   float:left;
   width:100%!important;
   margin:5px 0px 10px;
	}
	
	#social_block h3{display:none;}
#social_block .title_block {
    display: none;
}
#social_block ul {
    clear: both;
}
#social_block li {
    display: inline;
    float: left;
    height: 38px;
    margin-right: 10px;
    padding: 0;
    width: 38px;
	font-size:0px;
}
#social_block li a {
    float: left;
    font-size: 0px;
    height: 38px;
    width: 38px;
	text-indent:-9999px;
}
#footer #social_block li.facebook {
    background: url("../image/megnor/sprite.png") no-repeat scroll -78px -1px transparent;
}
#footer #social_block li.facebook:hover {
    background-position:-78px -42px;
}
#footer #social_block li.twitter {
    background: url("../image/megnor/sprite.png") no-repeat scroll -78px -84px transparent;
}
#footer #social_block li.twitter:hover {
    background-position: -78px -126px;
}
#footer #social_block li.rss {
    background: url("../image/megnor/sprite.png") no-repeat scroll -78px -168px transparent;
}
#footer #social_block li.rss:hover {
    background-position: -78px -210px;
}
#footer #social_block li a{font-size:0px; background:none; padding:0px;}
#content-wrapper{padding-top:25px;}
.home #content-wrapper{padding-top:0px;}
#column-right #latest_product, #column-left #latest_product{
border-top:none;
 	box-shadow: none;
   -webkit-box-shadow:none;
   -moz-box-shadow:none;
   -o-box-shadow:none;
   padding-top:0px;
   }
   
 .sale{	
	color: #FFF;
	padding: 17px 0px;    
	text-align: center;
    text-transform: uppercase;	
	position:absolute;
	top:-1px;
	right:-1px;
	font-size:0;
	background:url(../image/megnor/sale.png) no-repeat 0 0;
	width:54px;
	font-weight:bold;
	}
.product-list .sale{ right:-2px;left: auto; }
#column-left .sale , #column-right .sale{ display:none; }
#checkout, #payment-address, #shipping-address, #shipping-method, #payment-method, #confirm{margin-bottom:10px;}
.content-inner{overflow:hidden;}

.language_label,.currency_label{display:none;}

.compare-info td,
.compare-info,
.attribute td,
.wishlist-info table,
.wishlist-info thead td,
.success,
#column-left .box .box-content,
#column-right .box .box-content,
.product-filter,
.category-list ul li a,
.manufacturer-list,
.tab-content,
.attribute,
.attribute td,
.cart-info table,
.cart-info thead td,
.checkout-heading,
.checkout-content,
.checkout-product table,
.checkout-product thead td,
.checkout-product tbody td,
.checkout-product tfoot td,
.cart-info tbody td,
#content .content,
.review-list,
table.list td,
table.list,
.pagination,
.pagination .links b ,
.pagination .links a:hover,
.pagination .links a,
.wishlist-info tbody td
{border-color:#ebebeb;}



#powered > br{float:left;}
.span_price, .span_image , .span_name , .span_model , .span_quantity , .span_total {display:none;}