a:hover { 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.2s ease;
}

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;
}
#dropdown-menu-fixed { position: fixed !important; top: 60px !important;  }
.dropdown-menu { 
	position: absolute;
    top: 0;
	background:rgba(20,20,20,0.95);
	width: 1200px;
	z-index:19;
	display: none;
	padding: 0 20px 20px;
	box-sizing:border-box;
	border-bottom: 4px solid #FFDD1F;
}
.dropdown-menu ul { list-style-type:none; padding-left: 0; -moz-column-count: 2; -moz-column-gap: 1em;-webkit-column-count: 2; -webkit-column-gap: 1em; column-count: 2;column-gap: 1em; }
.dropdown-menu ul li { border-bottom: 1px solid #333}
.dropdown-menu ul a { color: #ccc; list-style-type:none; padding: 10px; display:block }
.dropdown-menu ul a:hover { color: #ccc; text-decoration:none; background: #444}
.dropdown-menu h2 { text-align: center; padding: 15px 0}
.two-col-list {
	padding-left: 15px;
	-moz-column-count: 2;
	line-height: 1.6em;
	-moz-column-gap: 4em;
	-webkit-column-count: 2;
	-webkit-column-gap: 4em;
	column-count: 2;
	column-gap: 4em;
	list-style:none;
	list-style-image: url(/image/li-bullet.png);
}

/*==================================*/
/* 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 #CDCDCD;
	color: #555;
	outline: 0;
	padding:5px 5px 5px 3px;
	  width:240px;
	  z-index:0;
	  position:relative;
	  
}
#search { right: 15px; top: 130px; position:absolute; width: 220px; z-index:1; }

button.submit-search { 
	background-image: url(/image/search.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	height: 33px;
	width: 32px;
	position: absolute;
	right: 0;
	border-top: 2px solid #141414;
	border-right: 2px solid #141414;
	border-bottom: 2px solid #141414;
	border-left: 2px solid #141414;
	background-color: #97999B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button.submit-search:hover {
	background-image: url(/image/search.png);
	background-position: 0 -30px;
	transition: none;
	border-top: 2px solid #ffdd1f;
	border-right: 2px solid #ffdd1f;
	border-bottom: 2px solid #ffdd1f;
	border-left:  2px solid #ffdd1f;
}
input[type="search"] {
	border: 2px solid #141414;
	-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: #333;
	color: #555;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 10px;
    width: 160px;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="search"], x:-moz-any-link { padding: 5px 10px; }

/*
  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{ 
	-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;
  }

	.homepage-peoplesay{
		background: url("../image/megnor/parralex.jpg") no-repeat fixed 50% 0 transparent;
	}

  ::-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;
}



.ie7 .homepage-peoplesay{ background: url("../image/megnor/parralex.jpg") no-repeat fixed 50% 0 transparent;}




.ie8 .homepage-peoplesay{ background: url("../image/megnor/parralex.jpg") no-repeat fixed 50% 0 transparent;}
.ie8 .sale{left:0; text-indent:15px; padding-right:15px; top:-20px;}



/*==================================*/
/* END FORMALIZE */
/*==================================*/

label {	cursor: pointer; }
/* layout */
#header,
.nav-inner,
.content-inner,
.footer-inner,
#powered{	
	width: 1150px;
	margin:0 auto;
	text-align: left;
}


.content-inner {
    background: none repeat scroll 0 0 rgba(102, 102, 102, 0.6);
    box-sizing: border-box;
    margin: auto;
    max-width: 1000px;
    padding: 30px;
    position: relative;
	color: #FFF;
	min-height: 400px
}

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


#column-left {
	float: left;
	width: 255px;
	position:relative;
	margin-bottom:45px;
}
#column-right {
	float: right;
    margin: 115px 0 45px;
    position: relative;
    width: 255px;
    z-index: 12;
}
/*#content {
	min-height: 446px;
	padding-bottom: 140px;
	margin-top: 24px;
}*/
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 275px;
}
#column-right + #content {
	margin-right: 275px;
}
/* header */
#header {
	min-height: 100px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	margin:20px 0; 
}
#logo img { width: 100%;  }

#header .header-left { float:left;  margin-top:35px; width:506px;}
#header .header-right { float:right; }

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

.language_div, .currency_div{
    background-color: #FFFFFF;
    padding:10px;
    border:1px solid #d0d0d0;
   	display:none;
	position:absolute;
	width:125px;
	z-index:99;
}

#language {			
	margin:0px 8px 0px 0px;
	float:left; 
}
 #language .lang_image{ padding-left:0px; cursor: pointer;}
 
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	float:left;
	padding-left:4px; 
	background:url(../image/megnor/pipe.gif) no-repeat left center;
}
 
#currency .top_downarrow , #language .top_downarrow {
background: url('../image/megnor/select-arrow-down.png') right 7px no-repeat;  padding-right:10px;cursor:pointer;}
#currency.active .top_downarrow , #language.active .top_downarrow {
background: url('../image/megnor/select-arrow-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 {
	
}
#cart {
	top:11px;
	z-index: 18;
	margin-left: 12px;
	position:absolute}
 
#cart .heading {
	float: right;
	background: #FFF;
	position: relative;
	z-index: 1; 
}
#cart .heading h4 { 
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}
#cart .heading a { color: #FFF; cursor: pointer ; text-decoration:none }
#cart .heading a:hover { color: #FFF; cursor: pointer; text-decoration:underline  }
#cart .heading span {
	color: #FFFFFF;
}
#cart .heading span {
	background:  #888;
	padding: 10px 10px 10px 15px;
	float: left;
}
#cart:hover .heading span {
	background:  #666;
	padding: 10px 10px 10px 15px;
}
#cart.active .heading span {
	background: #666;
	padding-right: 10px;
}
#cart .content {
	clear: both;
	display: none;
	position:absolute;
	left: 56px;
	top:39px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 2px #ccc;
	-moz-box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 2px #ccc;
	background: #FFF;
	width:300px;
}
#cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {

	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	display: none;
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#cart .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	z-index: 0;
	display:inline;
	float:right;
	position:relative;
	margin-top:35px;
}
#header .button-search {
	position: absolute;
	right: 0px;
	top:0px;
	background: url('../image/megnor/button-search.png') center center no-repeat;
	width: 48px;
	height: 45px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	z-index:9;
}
#header #search input {
	background: #FFF;
	padding: 7px 42px 7px 7px;
	width: 265px;
	border: 1px solid #CCCCCC;
	height:45px;
}
.wrapper .welcome-links .links {
	float:left;
	padding: 0;
	margin: 0;
}
.wrapper .welcome-links{ float:left; width:100%;}
.wrapper #welcome {
    float: left;
    text-align: right;
    z-index: 5;
	font-size: 12px;
	padding: 0;
	margin: 0;
}	

#currency .show{margin-left:5px;}

.wrapper .welcome-links {
	margin-left: 18px;
    position: absolute;
    top: 56px;
    z-index: 17;
}
.wrapper .welcome-links a ,  #header #welcome a {
	display: inline;
	padding: 0px 7px 0px 0px;
	font-size: 12px;
}
.wrapper #welcome a { }
.wrapper .links a:hover{ }
.wrapper .welcome-links a {
	margin-right: 7px;
	background:url(../image/megnor/pipe.gif) no-repeat right center;
}
.wrapper .links a.logout { }

.tm_headerlinkmenu {
    display: none;
	float: right;
}

.tm_headerlinks_inner { 
    cursor: pointer;
    overflow: hidden;
} 
.headertoggle_img {
    background:url("../image/megnor/sprite.png") no-repeat scroll -27px -165px;
    float: right;
    height: 20px;
    margin: 10px 10px 0 15px;
    width: 30px;
	cursor: pointer;
    float: none;
    margin: 0 auto;
}


/* menu */

.nav-responsive { display:none;}
.responsive-menu,
/*.main-menu*/ {
	height: 58px;
	padding: 0px 5px; 
	position:relative;
	width:100%;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */	  
}

.main-menu { }
 
.main-menu ul {
	display:inline-block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-menu > ul > li {
	text-align:left;
	position: relative;
	float: left;
	z-index: 20;
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	color: #222;
	display: block;
	padding: 3px 15px 4px;
	z-index: 6;
	position: relative;
	text-transform: uppercase;
	/*font-weight:400;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em
}
.main-menu a:hover { text-decoration:none; }

.main-menu > ul > li:hover > a {
	color:#c6ac73;
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #141414;
	position: absolute;	
	z-index: 5;
	padding: 10px;	
	width:200px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(170,170,170,0.65);
	-moz-box-shadow: 0px 5px 5px 0px rgba(170,170,170,0.65);
	box-shadow: 0px 5px 5px 0px rgba(170,170,170,0.65);
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #1885d0;
	position: absolute;	
	z-index: 5;
	padding: 10px;	
	margin-left:27px;
	width:200px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: -10px;
    left: 173px;
}

.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	padding: 4px;
	color: #c6ac73;
	display: block;
	white-space: nowrap; 
}
.main-menu > ul > li ul > li > a{min-width: 160px; font-size: 1.1em;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	background-color:#faf3e4;
	font-size: 1.1em;
	color:#9f844a;
}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/cat_arrow_hover.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > ul > li ul > li > a.activSub:hover{
	background-image:url(../image/megnor/cat_arrow_hover_menu.png) ;
	background-repeat:no-repeat;
	background-position: 188px center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 
.breadcrumb {
	margin-bottom: 4px !important;
	text-transform:uppercase;
	color:#141414;
	padding-left:20px;
	background:url(../image/megnor/home-icon.png) no-repeat scroll left 3px transparent;
	z-index:12;
	position:relative;
} 
.info {  margin-bottom: 4px;
    margin-top: -23px !important; }
.breadcrumb a {
	color:#f7f7f7;
	font-size: 0.8em
}
.breadcrumb a:hover { color:#fff; }
.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 {
	-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;
	z-index:10;
    color: #555555;
    margin: 40px auto;
    padding: 10px 50px 10px 33px;
    position: absolute;
    z-index: 17;
}
#notification a{ color:#0EACDA;}
.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: #6c0b0b;
	font-weight: bold;
}
.error {
	background: none repeat scroll 0 0 #2f0000;
    border: 1px solid #df0505;
    color: #df0505;
    display: block;
    padding: 5px;
}
.help {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:10px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
/*	color: #666;*/
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 270px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	cursor: pointer;
}
table.radio tr.highlight:hover td label {
	font-weight: bold;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top:10px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #ececec;
	padding: 4px 10px 5px 11px;
	background:#ececec;
	color: #868686;
}
.pagination .links b , .pagination .links a:hover{
	display: inline-block;
	border: 1px solid #ffd069;
	padding: 4px 10px 5px 11px;
	font-weight: normal;
	background: #FFF112;
	color: #666;
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */
a.button, input.button, .compare-info td.remove a{
	cursor: pointer;
	color: #FFFFFF;
	background:#737373;
}
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; 
}
input.contact-button { float: right; right: 165px; }
.product-grid-list .cart {
	position:absolute;
	right:0;
	bottom:0;
}
.product-block .cart .button {
    height: 55px;
    width: 55px;
	background:url(../image/megnor/cart1.png) no-repeat scroll center center #f0f0f0;
	font-size:0;
	box-shadow:none;
	border-radius:0;
	float:right;
}
.product-block .cart .button:hover {
	background:url(../image/megnor/cart1.png) no-repeat scroll center center #FFF200;
}
#content .product-list .product-block:hover .cart .button {
	background:#43a5d5;
}

.ie7 input.button  { padding:0 3px; } 

a.button:hover, input.button:hover, .compare-info td.remove a:hover, #content .product-list .product-block:hover .cart .button {
	background:#ffdd1f;;
	text-decoration:none;
	color:#333 !important
}
.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: 40px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
 
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	/*background: #FFFFFF url('../image/tab.png') repeat-x;*/
	padding: 12px 20px 11px 20px;
	float: left;
	text-align: center;
	font-size:16px;
	position:relative;
	margin-right: 3px;
	display: none;
}
.htabs a.selected, .htabs a:hover {
	padding-bottom: 11px;
	background: #ffd069;
	color:#ffffff;
}
.tab-content {
/*	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
	padding: 0 10px 10px 5px;
	z-index: 2;
	overflow: auto;
}
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#products-related{ }
/* box */  
.box {
    margin: 0 auto 20px;
}

#column-left .box .box-heding-inner, 
#column-right .box .box-heding-inner {
	background:url(../image/megnor/heading-image.png) no-repeat scroll left 0 transparent;
    padding-left: 25px;
}
.box .box-heading-category {
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	color: #fff;
	text-transform:uppercase;
	font-family:'Oswald';
	
	background: #1885d0; /* Old browsers */
	background: -moz-linear-gradient(top, #1885d0 0%, #43a5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1885d0), color-stop(100%,#43a5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1885d0 0%,#43a5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1885d0 0%,#43a5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1885d0 0%,#43a5d5 100%); /* IE10+ */
	background: linear-gradient(to top, #1885d0 0%,#43a5d5 100%); /* W3C */
}

.box .box-heading {
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	color: #fff;
	text-transform:uppercase;
	font-family:'Oswald';
	
	background: #a7a7a7; /* Old browsers */
	background: -moz-linear-gradient(top, #a7a7a7 0%, #737373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(100%,#737373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7a7a7 0%,#737373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7a7a7 0%,#737373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7a7a7 0%,#737373 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a7a7a7 0%,#737373 100%); /* W3C */
}
.box .box-content {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding:10px;
	 
}


#content .box .box-heading {
	border:none;
	background: #fff;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	color: #545F61;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	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:22px;
	padding:3px 0 4px;
}
.box .box-content ul li a , #content .content ul li a{
	padding-left:3px;
}
.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{
	
}

.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 solid #e6e6e6;
}
.box .box-content .box-filter li ul li{border-top:none;}
ul.box-category > li > a {
	/*color: #333;*/
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a:hover {
	color:#43a5d5;
}
ul.box-category > li a.active {
	font-weight: normal;
	color:#43a5d5;
}
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: bold;
 
	display: block;
 
}
.box ul.box-filter > li ul {
	padding-bottom: 10px;
	margin-left:0px;
}
/* content */
#content .content {
	padding:10px;
	overflow: auto;
	margin-bottom: 10px;
	color: #FFF;
/*	min-height: 254px;*/
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom:0px;
}
.category-info .image {
	float: left;
}
.category-list {
	overflow: auto;
	margin-bottom: 15px;
}
.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;
}
.category-list ul li a:hover { background-color:#f9f9f9; color:#000;}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */

.category-filter-controls { position: relative; z-index: 14 }

.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 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 -233px transparent;
	display: block;
    float: left;
    width: 31px;
	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: 31px;
	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: 31px;
	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: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
}

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

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

.product-info-tags { margin:15px 0; max-width: 350px;}
.product-info-tags a { color: #FFDD1F; }
/* 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:inline-block;
	vertical-align: top;
	margin-right:0px;
	width:100%;
	padding:12px 0;
	margin-left:3px;
	border-top:1px solid #e6e6e6;
}

#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 {
	float:none;
	display: block;
}

#column-left .box-product .product-block .price,
#column-right .box-product .product-block .price {
	clear:none;
	float:none;
}

#column-left .box .product-items:first-child,
#column-right .box .product-items:first-child {
	border-top:none;
}

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

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

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


#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:72px;  }

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	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:212px !important;
	float:left;
	display: inline-block;
}
 
/*.ie7 .product-grid li{ width:285px !important; }*/
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
	width:85px;
}

.slider-item { height: 84px;}
.slider-item img { width: 100%; max-width: 80px; max-height:80px; height: 100%;}

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

.grid_default_width { width:240px;}
.featured_default_width{ width:240px;}
.module_default_width{ width:199px;}
.latest_default_width{ width:240px;}
.special_default_width{ width:240px;}
.related_default_width{ width:240px;}
.bestseller_default_width{ width:240px;}
.additional_default_width{ width:74px;}
.testimonial_default_width{width:550px;}



.banners-slider-carousel{ 
	position:relative;
	margin:0 auto;
	width:1120px;
	clear: both;
	padding-bottom: 25px;
}
 
#content .banners-slider-carousel .product-block .product-block-inner{text-align:center; padding:0 15px 0 7px;}

#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	margin:10px 10px 10px 10px; 
	background:#fff;
	clear:both;
	overflow:hidden;
	border:1px solid #e6e6e6;
	margin-left:0!important;}


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

.ie7 #content .product-carousel .product-block,
.ie7 #content .product-grid-list .product-block,
.ie7 #content .box-product .product-block {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,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner{ padding:0px 7px; text-align:center; overflow:hidden; position:relative; height:100%; height:220px}
.product-list .product-block .product-block-inner { height:150px !important }
.product-list .product-block .product-block-inner img {padding: 14px 10px;}


/* text align left for product listing*/
#content .product-list .product-block-inner { text-align:left;} 

#content .product-list .product-block {
    margin: 10px 0;
}

.product-list .image {
	float: left;
	margin-right: 15px;
}
.product-list .name {
	margin:5px 0px 10px;
}
.product-list .wishlist{ float:left; margin-right:10px; }
.product-list .left{ float:left;}
.product-list .product-infomation{width:380px; float:left; margin:38px 0px;}
.product-list .right {
	float: right;
	padding-left: 15px;
	text-align:center;
	width:140px; 
	border-left:1px solid #e6e6e6;
	margin:40px 0px;
}
.product-list .right .cart {
	position:relative;
	clear:both;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
 

.product-grid .image,
#content .box-product .image {
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
}
.product-grid-list .image img,
#content .box-product .image img,
#column-left .box-product .image img,
#column-right .box-product .image img {
	padding: 3px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
/*#content .product-carousel .product-block:hover .image img, #content .product-grid-list .product-block:hover .image img, #content .box-product .product-block:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
}*/

#content .product-grid-list .product-list .product-block:hover .image img {
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

/* 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;}

.product-grid-list .name a,
#content .box-product .name a {
	text-transform:uppercase;
}
.product-grid-list .name a,
#content .box-product .name a {	margin-bottom: 0px; font-size: 15px; color: #999 !important}
.name a:hover { color: #141414 !important }

.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:#EDC976;
}

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

.product-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price {
	display:block;
	color: #5c5c5c; text-align:left; padding:5px 0px; font-size:18px; font-weight:bold; position: absolute; bottom: 0;
}
.product-list .price {
	float: none; 
 	margin-bottom:5px;
}
#product-list-grid .product-block .name {
    text-align:left;
	padding-right:40px;
}
/*#product-list-grid li { min-width: 287px !important; }*/
#content .product-block:hover .name a {
	color:#141414;
}
#content .product-block:hover .cart .button {
	background:url(../image/megnor/cart1.png) no-repeat scroll center center #FFF200;
}


.product-block {
    position: relative;/* min-height:355px !important;*/
}
.product-block .image_bottom {
    position: absolute;
	right:0px;
	bottom:0px;
}
#content .product-block .image_bottom:hover .cart .button{
	background:url(../image/megnor/cart2.png) no-repeat scroll center center #43a5d5;
}
.image_bottom .cart .button {
	border-radius: 0;
	box-shadow: none;
    font-size: 0;
	background:url(../image/megnor/cart1.png) no-repeat scroll center center #f0f0f0;
	width:55px;
	height:55px;
}

.product-list .price,
.product-grid-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price{ color: #5c5c5c; padding:5px 0px; font-size:18px; font-weight:bold;}

.product-grid-list .price-old,
#content .box-product .price-old,
#column-left .box-product .price-old,
#column-right .box-product .price-old  {
	font-weight:normal;
	color:#868686;
	text-decoration: line-through;
	display:inline;
}

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

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

.product-grid-list .cart,
#content .box-product .cart , .related-products a.button{
	
}
.product-grid-list .wishlist, .product-grid-list .compare,
#content .box-product .wishlist, #content .box-product .compare {
	
}
.product-grid .wishlist, .product-grid .compare{
	display:none;
}
.product-grid-list .wishlist a,
#content .box-product .wishlist a {
	padding-left: 20px;
	background: url('../image/megnor/compare.png') -1px 1px no-repeat;
	font-size:12px;
	color: #666
}
.product-grid-list .wishlist a:hover,
#content .box-product .wishlist a:hover {
	background-position:-1px -35px;
	color:#43a5d5;
}

.product-grid-list .compare a,
#content .box-product .compare a {
	padding-left: 20px;
	background: url('../image/megnor/compare.png') -1px -71px no-repeat;
	font-size:12px;
	color: #666
}
.product-grid-list .compare a:hover,
#content .box-product .compare a:hover {
	background-position:-1px -107px;
	color:#43a5d5;
}

.product-grid-list .compare a:hover,
.product-grid-list .wishlist a:hover,
#content .box-product .compare a:hover,
#content .box-product .wishlist a:hover { text-decoration:underline;}

/* Product Info - Product Detail page */
/*.product-image img { width: 330px; height: 330px; }*/
.product-info {
	margin-bottom: 20px;
	overflow:auto;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
	position:relative;
}
.product-info > .left + .right {
	margin-left: 380px;
}
.product-info .right h1.name{
	margin-bottom:5px;
	text-align:left;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	background: #FFF;
	display:block;
	padding:5px 5px 0 5px;
	margin-bottom: 15px;
	text-align: center;
	cursor:zoom-in !important;
	width: 100px;
}
.product-info .zoomContainer{ z-index:9; top:6px !important; left:6px !important; display: none }/* It need for ie7 */
.product-info .additional-carousel{ position:relative; width:90%; margin:0 auto;}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 15px;
    padding-right: 15px;
    width: 260px;
	margin:0 auto;
}
.product-info .image-additional img {	
}
.product-info .image-additional a {
	float: left;
	display: block;	
}
.product-info .description {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 22px;
	border-top: 1px solid #E7E7E7;
}
.product-info .description .product-description{ }
.product-info .description .product-description .description-right{
	padding-left:10px;
}
.product-info .description a {
	color: #0088CC;	
}
.product-info .description a:hover {
	color: #000;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	font-size: 16px;
	font-weight: normal;
	
}
.product-info .price-old {
	color: #868686;
	text-decoration: line-through;
}
.product-info .price-new {
	font-size:18px;
	font-weight:bold;
}
.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 #E7E7E7;
	padding: 10px 5px 10px 5px;
	margin-bottom: 0px;
	color: #4D4D4D;
	z-index:999;
	background:#f5f5f5;
}
.product-info .cart input{ width:auto; text-align:center; border: 1px solid #999;}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .links a { color: #999 !important; cursor: pointer }
.product-info .cart .links .product_wishlist{  display:block; padding-left: 20px; background: url('../image/megnor/compare.png') -1px 3px no-repeat;}
.product-info .cart .links .product_wishlist:hover { color:#43a5d5; background-position:-1px -33px; }
.product-info .cart .links .product_compare{ padding-left: 20px; background: url('../image/megnor/compare.png') -1px -69px no-repeat;}
.product-info .cart .links .product_compare:hover{ color:#43a5d5; background-position:-1px -105px;}
.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 #E7E7E7;
}
.product-info .review > div > span {
	color: #0088CC;
}
.product-info .review > div > img{vertical-align:sub;}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom:none;
	padding-top:16px;
}
.product-info .review .share a {
	
}

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

#tab-review h2{ margin-bottom:8px; text-transform:uppercase;}
#tab-review label{ display:block; font-weight:bold; margin-bottom:5px;}
/*#tab-review .entry_name { width:205px;}*/
#tab-review .entery_rating { line-height:25px;}
#tab-review .entery_captcha {line-height:25px;}
#tab-review br.spacing { margin-bottom:5px;}
 
.review-list {
	padding: 10px 0;
	overflow: auto;
	margin-bottom:10px;
	border-bottom: 1px solid #EEEEEE;
}
#review  .pagination{ border:none; margin-top:0; }
.review-list .author {
	float: left;
	margin-bottom: 10px;
}
.review-list .date { float:left; margin-left:5px;} 
.review-list .rating {
	float: left;
	margin-bottom: 10px;
	margin-left:5px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
	background: #fff;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

 
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	text-decoration: line-through;
	font-size:16px;
}
.compare-info .price-new {
	font-weight: bold;
	font-size:18px;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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: middle;
	border-bottom: 1px solid #DDDDDD;
}
.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 {
	color: #868686;
}
.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:#FFDD34;}
.login-content .right a:hover{ text-decoration:underline}
.login-content h2{ text-transform:uppercase}
.login-content .left {
	float: left;
	width: 49%;
}
.login-content .right {
	float: right;
	width: 49%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 220px;
		
}
 
.login-content .left .content p, .login-content .right .content p{ margin-top:5px; margin-bottom:10px }
.login-content .left .content b, .login-content .right .content b { font-weight:normal;}
/* Shopping Cart */
.cart-left-area{
	background: #444;
	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;}
.cart-info table {color: #555;}
/* 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;
	background-color: #fcfcfc;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #CCC
}
.cart-info td {
	padding: 9px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.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: 0px;}
.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 { margin-bottom: 30px; }
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:-1px;
	color: #666;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	color: #333 !important;
	cursor: pointer !important
}
.checkout-content {
	padding: 15px;
	display: none;
	overflow: auto;
	border: 1px solid #DBDEE1;
	border-top:none;
	margin-bottom:15px;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons .right { width:auto;}
.checkout-content .buttons .right #button-payment-method{ margin-left:10px;}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.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 #DDDDDD;
}
.contact-info {
    overflow: auto;
}
.contact-info .left {
	float: left;
	width: 50%;
	margin: 20px 0;
}
.contact-info .right {
	float: left;
	width: 50%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
	border:1px solid #e6e6e6;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both; 
	overflow:auto;
	min-height: 100px;
	padding: 30px 0px;
}
#footer h3 {
	color:#CCC;
	font-family:'Oswald';
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 16px;
	text-transform:uppercase;
	font-weight:normal;
}
#footer .column {
	float: left;
	width: 25%;
	margin-right: 30px;
}
#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style:none;  
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column li a {
	padding:0px;	
}
#footer .column a:hover {
	color:#acacac;
}
#powered {
	padding:18px 0;
	text-align: center;
	clear: both;
	color:#333; 
}
#footer .block_about .footer-about-desc ul li{margin-bottom:10px;}
#powered a { color:#444; }
#powered a:hover {color:#141414;}
/* 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 4px 0!important; }
.sale{	background-color: #d47039;
	display:block;
	color: #fff;
	padding: 29px 26px 0 0;    
	text-align: right;
	position:absolute;
	top:-14px;
	left:-32px;
	text-indent:26px;
	letter-spacing:1px;
	text-transform:uppercase;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	
}
.product-list .sale{right: auto; }
#column-left .sale , #column-right .sale{ display:none; }
 
 
#content  .aboutus{ margin-bottom:20px; }
#content  .aboutus  .content{ border:none; padding:0px; }
#content  .aboutus  .image1{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px ;}
#content  .aboutus  .image2{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -105px ;}
#content  .aboutus  .image3{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -45px ;}
#content  .aboutus  .image4{  float:left; width:60px; height:50px; background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 15px ;}

.contact-info  .address{  background: url("../image/megnor/cms-sprite2.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; }
.emailIcon { background: url("../image/megnor/cms-sprite2.png") no-repeat scroll -9px -197px ; padding: 3px 0 3px 35px; margin: 0 0 0 -33px}
 
.header-middle {
	float:left;
	margin-left: -27px;
}
.currency_label, .language_label {
    display: none;
}
.cart-image{
	background: url("../image/megnor/cart.png") no-repeat scroll center center #FFFFFF;
    border: 1px solid #d0d0d0;
	height: 43px;
    width: 48px;
	left: 7px;
	float:left;
    position: relative;
	z-index:9
}
.btnsearch {
    background: url("../image/megnor/button-search.png") no-repeat scroll center center #FFFFFF;
    border: none;
    cursor: pointer;
    float: right;
    height: 45px;
    width: 48px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.nav-search-li-input { 
	padding: 18px 20px !important; font-size:17px;
	border: none !important;
	background:#fefefe !important;
	transition:none !important;
	box-shadow: none !important;
}
.menu-btnsearch { 
	background: url("../image/megnor/button-search.png") no-repeat scroll center center #ccc;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
	cursor: pointer;
	z-index: 99;
}
.menu-btnsearch:hover { background: url("../image/megnor/button-search.png") no-repeat scroll center center #FFF200; }
.header_search_inner {
    position: absolute;
    right: 50px;
    top:0;
}
.header_search_inner input {
	padding: 12px;
	border: none;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.header_search_inner input:focus { box-sizing: border-box; box-shadow: 0 0 5px rgba(56, 80, 56, 1); }
.nav-search:hover { background:#FF0;  }
nav > li { height: 10px !important; padding: 0 !important }

.nav-inner{
    text-align: center;
}
.nav-container{
	position:relative;
	font-size:12px;
	background-color: #333;
	
}
.menu-shadow-image {
	background: transparent url("../image/megnor/menushadow.png") no-repeat scroll center 1px;
    display: block;
    left: 50%;
    margin-left: -500px;
    max-width: 1000px;
    position: absolute;
    bottom: -17px;
    width: 100%;
    z-index: 1;
}

.home .content-inner{width:100%;}
.flex-control-nav{display:none;}
/*  start cms */
.hometop-cms-block-inner {
    margin: 0 auto;
    width: 1150px;
	position: relative;
	z-index:99;
}
.hometop-banner {
	background:#FFFFFF;
    position: absolute;
    bottom:-6px;
	z-index:1;
}
.shadow-left-image{
	background: url("../image/megnor/shado_subbanner2.png") no-repeat scroll 0px 10px transparent;
    height: 105px;
    position: absolute;
    left: -15px;
    top: -85px;
    width: 190px;
}
.shadow-right-image {
    background: url("../image/megnor/shado_subbanner.png") no-repeat scroll -31px 10px transparent;
    height: 105px;
    position: absolute;
    right: -14px;
    top: -85px;
    width: 190px;
}
.hometop-banner .left-banner {
    float: left;
    width: 377px;
	padding:3px;
	background: #FFFFFF;
}
.left-image{
	background-color: #399dd4;
    background-image: url("../image/megnor/free.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 78px;
    vertical-align: middle;
    width: 78px;
}
.left-main-title a {
    font-size: 17px;
	text-transform: uppercase;
	font-weight:bold;
	color: #399dd4;
}
.hometop-banner .middle-banner {
    float: left;
    width: 377px;
	padding:3px;
	background:#FFFFFF;
}
.middle-image{
	background-color: #d47039;
    background-image: url("../image/megnor/gift.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 78px;
    vertical-align: middle;
    width: 78px;
}
.middle-main-title a {
	font-size: 17px;
	text-transform: uppercase;
	font-weight:bold;
	color: #d47039;
}
.hometop-banner .right-banner {
    float: left;
    width: 378px;
	padding:3px;
	background:#FFFFFF;
}
.right-image{
	background-color: #40cb9f;
    background-image: url("../image/megnor/moneyback.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 78px;
    vertical-align: middle;
    width: 78px;
}
.right-main-title a {
	font-size: 17px;
	text-transform: uppercase;
	font-weight:bold;
	color: #40cb9f;
}
.left-banner-content, .middle-banner-content, .right-banner-content{display:inline-block; padding-left:19px; vertical-align:middle;}
.left-sub-title, .middle-sub-title, .right-sub-title{font-size:12px;}

/* ============= */

.homepage-besttool{
	background: url("../image/megnor/pattern-bg.png") repeat scroll 0 0 #f8f8f8;
}
.homepage-besttool-inner {
    margin: 0 auto;
    width: 1150px;
	padding-top:35px;
}
#content .besttoll-title > h1 {
    color: #333333;
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    font-size: 45px;
    font-weight: bold;
    left: auto;
    line-height: 45px;
    margin: 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.besttool-desc {
    color: #868686;
	text-align:center;
	padding:0px 85px;
}
.besttool-block {
    padding: 30px 0;
	position:relative;
}
.shadow-left {
	background:url(../image/megnor/left_shadow.png) no-repeat scroll right 0px transparent;
    left: -18px;
    position: absolute;
	width:20px;
	height:90px;
	top:65px;
}
.shadow-right {
	background:url(../image/megnor/right_shadow.png) no-repeat scroll left 0px transparent;
    right: -19px;
    position: absolute;
	width:20px;
	height:90px;
	top:65px;
}
.toolblock-main{padding:0px; background:#FFFFFF; margin-bottom: 0px; position:relative; z-index:1;}
.toolblock-item {
    display: inline-block;
	margin-right:-1px;
}
.toolblock-inner{position:relative; padding: 14px 6px;}
.besttool-block > ul > li:first-child .toolblock-inner {
    margin-left: 10px;
}
.image-block img {
    vertical-align: middle;
}
.homepage-besttool .toolblock-item .image-block img {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.homepage-besttool .toolblock-item:hover .image-block img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
}
.post-image {
    height: 280px;
    position: relative;
    width: 269px;
	overflow:hidden;
}
.post-title {
    bottom: 25px;
    color: #ffffff;
    font-family: 'Oswald',Arial, Helvetica, sans-serif;
    font-size: 30px;
	font-weight: normal;
    line-height: 35px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 93%;
}
.post-title a {
	color:#FFFFFF;
}
.shop-now-block {
    bottom: 32px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 81%;
	padding:0 20px;
}
.post-shop-now{float:none;}
.shop-left{float:none; position:absolute;}
.shop-right{right:20px; position:absolute; bottom:8px;}
.shop-now-left {
	border-bottom: 2px solid rgba(255,255,255,0.8);
	height:10px;
	width:60px;
}
.toolblock-item:hover .shop-now-left {
	animation:500ms ease-in-out 0s normal none 1 trInLeft;
	-webkit-animation:500ms ease-in-out 0s normal none 1 trInLeft;
	-moz-animation:500ms ease-in-out 0s normal none 1 trInLeft;
	-o-animation:500ms ease-in-out 0s normal none 1 trInLeft;
}
.toolblock-item:hover .shop-now-right {
	animation:500ms ease-in-out 0s normal none 1 trInRight;
	-webkit-animation:500ms ease-in-out 0s normal none 1 trInRight;
	-moz-animation:500ms ease-in-out 0s normal none 1 trInRight;
	-o-animation:500ms ease-in-out 0s normal none 1 trInRight;
}
.shop-now-right {
	border-bottom: 2px solid rgba(255,255,255,0.8);
	height:10px;
	width:60px;
}
.post-shop-now > a {
    color: #ffffff;
}
.support-cms-block {
    margin: 0 auto;
    position: relative;
    width: 1150px;
	clear: both;
}
.support-cms-block-inner .left-support {float:left; width:381px; margin:30px 0px; border-right:1px solid #e6e6e6;}
.support-cms-block-inner .middle-support {float:left; width:381px; margin:30px 0px; border-right:1px solid #e6e6e6;}
.support-cms-block-inner .right-support {float:left; width:381px; margin:30px 0px;}
.support-cms-block-inner > div:hover .support-main-title a{
	color:#43a5d5;
}
.support-cms-block-inner > div .support-main-title a{color:#333333;}
.support-image-block{width:100%;}
.left-support-image{
	background: url("../image/megnor/support_icon.png") no-repeat scroll -1px -1px transparent;
	border:1px solid #c7c7c7;
	width:110px;
	height:110px;
	border-radius:100%;
	margin:0 auto;
}
.support-cms-block-inner > div:hover .left-support-image{
	background-position:-1px -123px;
	border:1px solid #ffffff;
}
.support-main-title {
    color: #333333;
    font-size: 20px;
	padding:20px 0px 10px;
    text-align: center;
    text-transform: uppercase;
}
.support-sub-title {
    text-align: center;
	padding: 0 38px;
}
.middle-support-image{
	background: url("../image/megnor/support_icon.png") no-repeat scroll -1px -245px transparent;
	border:1px solid #c7c7c7;
	width:110px;
	height:110px;
	border-radius:100%;
	margin:0 auto;
}
.support-cms-block-inner > div:hover .middle-support-image{
	background-position:-1px -367px;
	border:1px solid #ffffff;
}
.right-support-image {
	background: url("../image/megnor/support_icon.png") no-repeat scroll -1px -489px transparent;
	border:1px solid #c7c7c7;
	width:110px;
	height:110px;
	border-radius:100%;
	margin:0 auto;
}
.support-cms-block-inner > div:hover .right-support-image{
	background-position:-1px -611px;
	border:1px solid #ffffff;
}
.homepage-peoplesay {
	background: url("../image/megnor/parralex.jpg") no-repeat fixed 50% 0 / cover transparent;
    height: auto;
    width: 100%;
}
.homepage-peoplesay-inner{
	width:1150px;
	margin:0 auto;
	overflow: hidden;
	padding: 10px 0px;
}
#peoplesay {
	padding-bottom:45px;
}
#peoplesay .slides img{
	margin:0 auto;
	width:auto;
}
.flex-direction-nav, .homepage-peoplesay-inner .flexslider:hover .flex-direction-nav {
	display:none;
}
#peoplesay .flex-control-nav {
	display:block;
	left:45.5%;
	bottom:0;
}
.peoplesay-title {
	color:#FFFFFF;
    text-align: center;
	text-transform:uppercase;
	font-family:'Oswald',Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:35px;
	font-weight:normal;
}
.peoplesay-title h3{
	font-weight:normal;
}
.test-content {
    text-align: center;
	width:620px;
	margin:0 auto;
	color:#FFFFFF;
	padding-top: 10px;
}
.more-text > a {
	font-size:15px;
    color: #ffd069;
	font-weight: bold;
}

.homepage-static-block {
    margin: 0 auto;
    width: 1150px;
}
.homepage-static-block-inner{padding:45px 0px;}
.left-block {
	display: inline-block;
	margin-left: 40px;
}
.first-image-block{
	display:inline-block;
	vertical-align: top;
	background:url(../image/megnor/google.png) no-repeat scroll center center #fff;
	border:1px solid #c7c7c7;
	border-radius:100%;
	width:78px;
	height:78px;
}
.second-image-block{
	display:inline-block;
	vertical-align: top;
	background:url(../image/megnor/browser.png) no-repeat scroll center center #fff;
	border:1px solid #c7c7c7;
	border-radius:100%;
	width:78px;
	height:78px;
}
.third-image-block{
	display:inline-block;
	vertical-align: top;
	background:url(../image/megnor/seo.png) no-repeat scroll center center #fff;
	border:1px solid #c7c7c7;
	border-radius:100%;
	width:78px;
	height:78px;
}
.first-block-content, .second-block-content, .third-block-content{
	display:inline-block;
	width:275px;
	padding:0 0 0 15px;
}
.first-main-title a, .second-main-title a, .third-main-title a{
    font-weight: bold;
    text-transform: uppercase;
	color:#333333;
	line-height: 12px;
	padding:10px 0px;
}
.first-static-block, .second-static-block{margin-bottom:20px; margin-right:15px; padding:10px 0px 10px 20px;}
.first-static-block:hover .first-main-title a, .second-static-block:hover .second-main-title a, .third-static-block:hover .third-main-title a {color:#43a5d5;}
.first-static-block:hover, .second-static-block:hover, .third-static-block:hover{background:#f5f5f5;}
.third-static-block{padding:10px 0px 10px 20px; margin-right:15px;}
.right-block{width:600px; display: inline-block;}
.main-image-block{width:100%;}


.testimonials-container {
    margin: 0 auto;
    width: 1150px;
}
.homepage-testimonials-inner {margin-bottom:20px;}
.blog-item1, .blog-item2 { display:inline-block; padding:10px; border:1px solid #e6e6e6; width:536px;}
.blog-item1{margin:10px 10px 10px 0px;}
.blog-item2{margin:10px 0px 10px 10px; float:right;}
.from-the-blog-main .product-block {float:left;}
#content #testimonial .fancy-title-left {
    color: #333333;
    font-family: 'Oswald';
    font-size: 30px;
    left: auto;
    line-height: 35px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    top: 0;
}
.post-blog-image {
    float: left;
	position: relative;
	overflow:hidden;
}
.post-blog-image > img {
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	
    vertical-align: middle;
}
#content .homepage-testimonials-inner .product-block:hover .post-blog-image > img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	
	overflow:hidden;
}
.post-blog-image p, .post-inner-content p {
	margin:0;
}
.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
    width: 100%;
}
#content .homepage-testimonials-inner .product-block:hover .post-image-hover {
	background:rgba(62, 62, 62, 0.8);
	 transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
.product-block .zoom {
    background: url("../image/megnor/blog-hover.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    left: 75px;
    opacity: 0;
    padding: 18px 25px;
    position: absolute;
    top: 70px;
    transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
    z-index: 10;
}
.product-block .zoom:hover {
	background:url(../image/megnor/blog-hover2.png) no-repeat scroll 0 0 transparent;
}
#content .homepage-testimonials-inner .product-block:hover .zoom, 
#content .homepage-testimonials-inner .product-block:hover .readmore_link{
	opacity: 1;
}
.product-block .readmore_link {
    background: url("../image/megnor/blog-hover.png") no-repeat scroll 0 -68px transparent;
    display: inline-block;
    left: 133px;
    opacity: 0;
    padding: 18px 25px;
    position: absolute;
    top: 70px;
    transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
    z-index: 10;
}
.product-block .readmore_link:hover {
	background:url(../image/megnor/blog-hover2.png) no-repeat scroll 0 -68px transparent;
}
.post-content {
    float: left;
    width: 275px;
}
.post-date {
	border-bottom:1px solid #e6e6e6;
	float:left;
	color:#b6b6b6;
	padding-left: 20px;
}
.post-date .post_author{
	background:url(../image/megnor/footer-icon.png) no-repeat scroll 0 -80px transparent;
	float:left; 
	padding: 10px 0 10px 20px;
}
.post-date .day{
	background:url(../image/megnor/footer-icon.png) no-repeat scroll 8px -118px transparent;
	float:left; 
	padding: 10px 0 10px 30px; 
	width:130px;
}
.post-inner-content {
	float:left;
	padding-left: 20px;
}
.post-blog-title a{color:#333333;}
.post-blog-title {
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;
	margin:10px 0;
}
.post-description {
    margin-bottom: 15px;
}
.comments-link {
	font-style:italic;
	color:#43a5d5;
}
.blog-read-more {
	text-align:center;
	margin:20px 0 30px;
}
.blog-read-more > a {
	padding:8px 10px;
	background:#f0f0f0;
}
.blog-read-more > a:hover {
	color:#fff;
	background:#ffd069;
}

#carousel-0 .product-carousel .product-block {
	border:none;
	/* border-right:1px solid #e6e6e6; */
}
#carousel-0 .product-carousel .slider-item.last_item_tm .product-block {
    
}
#footer-container{
	background:#2e2e2e;
}

.copyright-container{
	background:none;
	height:60px;
	position: relative;
    z-index: 1;
}
.custom_footer_top_inner {
	width:1150px;
	margin:0 auto;
	position:relative;
}
.footer-top-block {
    position: absolute;
    width: 1150px;
	top:-43px;
	z-index:1;
}
.footer-top-shadow-left{
	background: url("../image/megnor/shado_subbanner2.png") no-repeat scroll 0px 10px transparent;
    height: 105px;
    position: absolute;
    left: -17px;
    top: -48px;
    width: 235px;
}
.footer-top-shadow-right{
	background: url("../image/megnor/shado_subbanner.png") no-repeat scroll 14px 10px transparent;
    height: 105px;
    position: absolute;
    right: -15px;
    top: -48px;
    width: 235px;
}
.footer-stayin-touch {
	float:left;
}
.footer-top-right {
    background:#505050;
	height:83px;
}
.tm-about-text{
	float:left;
	width:61%;
	padding:20px 0px 0px 30px;
}
.about-title {
	color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.tm-about-description > p {
    margin: 0;
	color:#FFFFFF;
}
.aboutme-read-more {
    float: right;
    margin-top: 25px;
	margin-right:30px;
}
.aboutme-read-more > a {
	float:left;
    background: none repeat scroll 0 0 #ffd069;
    color: #000000;
	font-size:15px;
	line-height:26px;
    padding: 5px 20px;
}
.aboutme-read-more > a:hover {
	background:#FFFFFF;
}



.footer-inner {
    padding-top:20px;
}
#footer .social-block li a{
	float:left;
	width:40px;
	height:40px;
	padding:0;
	margin-right:12px;
}
#footer .social-block li.facebook a{
	background:url(../image/megnor/sprite.png) no-repeat scroll -8px -272px transparent;
}
#footer .social-block li.facebook a:hover{
	background-position:-8px -314px;
}
#footer .social-block li.twitter a{
	background:url(../image/megnor/sprite.png) no-repeat scroll -8px -357px transparent;
}
#footer .social-block li.twitter a:hover{
	background-position:-8px -400px;
}
#footer .social-block li.gplus a{
	background:url(../image/megnor/sprite.png) no-repeat scroll -8px -444px transparent;
}
#footer .social-block li.gplus a:hover{
	background-position:-8px -486px;
}
#footer .social-block li.in a{
	background:url(../image/megnor/sprite.png) no-repeat scroll -8px -528px transparent;
}
#footer .social-block li.in a:hover{
	background-position:-8px -570px;
}
#contact_us li > div {
    margin-bottom: 10px;
	padding-left:20px;
}
#footer .block_about {
    margin-right: 90px;
    width: 245px;
	float:left;
}
.social-block > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#footer .block_contact{float:right; margin-right:0px; margin-left:10px; width:230px;}

#footer .address {
	background:url(../image/megnor/footer-icon.png) no-repeat scroll -1px -160px transparent;
}
#footer .phone {
	background:url(../image/megnor/footer-icon.png) no-repeat scroll -1px -1px transparent;
}
#footer .skype {
	background:url(../image/megnor/footer-icon.png) no-repeat scroll -1px -28px transparent;
}
#footer .email {
	background:url(../image/megnor/footer-icon.png) no-repeat scroll -1px -56px transparent;
}


.payment-block {
    margin: 0 auto;
    width: 1150px;
	position:relative;
}
.payment-block-inner {
    float: left;
    width: 100%;
	text-align:center;
}
.payment-left {
    left:0;
	border-bottom:1px solid #535353;
	position:absolute;
	padding:0 205px;
	top:-5px;
}
.payment-right{
	right:0;
	border-bottom:1px solid #535353;
	position:absolute;
	top:-5px;
	padding:0 205px;
}
.payment-main-block {
	margin: 0 auto;
	display: inline-block;
}
.payment-main-block ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.payment-main-block ul li{display:inline-block;}
.payment-main-block li a{
	display:block;
	height:30px;
	width:45px;
	padding:0;
	margin:0 5px;
}
.payment-main-block li.visa a{
	background:url(../image/megnor/visa.jpg) no-repeat scroll 0px 0px transparent;
}
.payment-main-block li.paypal a{
	background:url(../image/megnor/paypal.jpg) no-repeat scroll 0px 0px transparent;
}
.payment-main-block li.amex a{
	background:url(../image/megnor/amex.jpg) no-repeat scroll 0px 0px transparent;
}
.payment-main-block li.mastro a{
	background:url(../image/megnor/mastro.jpg) no-repeat scroll 0px 0px transparent;
}
.payment-main-block li.mastercard a{
	background:url(../image/megnor/mastercard.jpg) no-repeat scroll 0px 0px transparent;
}

.home-tab {
    clear: both;
    margin: 0 auto;
    width: 1150px;
}
#home-tab .htabs {
	margin:0 auto;
	text-align:center;
	border:none;
	line-height:35px;
	height:58px;
}
.tab-inner {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: inline-block;
}
#tabs-0 a.selected, #tabs-0 a:hover {
	background:#ffd069;
	color:#ffffff;
}
#tabs-0 a.selected .menu-effect, #tabs-0 a:hover .menu-effect{
    /*border-bottom: 7px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent*/
	background:url(../image/megnor/arrow-tab.png) no-repeat scroll center center transparent;
    bottom: -1px;
    left: 46%;
    position: absolute;
	height:8px;
	width:16px;
}
#tabs-0 a {
	background:#FFFFFF;
	border:none;
    padding: 10px 40px 11px;
	text-transform:uppercase;
	position:relative;
}
#home-tab .box-heading, #tab-bestseller .tab{
    display: none;
}
.home-tab-heading {
    color: #333333;
	font-size: 30px;
	font-family:'Oswald';
	line-height: 35px;
    text-align: center;
    text-transform: uppercase;
	font-size: 30px;
	padding: 20px 0;
}
#home-tab .tab-content {
    border:none;
	padding:15px 0px;
	clear:both;
}

#notification {
    margin: 0 auto;
    width: 1150px;
}

/*.main-menu > ul > li > ul:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #c6ac73;
    content: "";
    left: 20px;
    position: absolute;
    text-align: center;
    top: -9px;
}*/
.main-menu > ul > li > ul {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	width: auto;
	background-color: none;
	height: 100px;
}

.home .content-top-breadcum {
    display: none;
	height:0px;
	margin:0px;
}
.content-top-breadcum {
	background-color: none;
    height: 40px;
	width:100%;
	position: absolute;
}
.content-top-breadcum > img {
/*	width:100%;
	height:86px;*/
	display: none!important
}
.content-top-breadcum .container {
	width:1150px;
	margin:0 auto;
}
.home .customNavigation {
	margin:20px 15px;
	width:50%; 
	height:36px;
	display:inline-block;
}
.related-products a.button {
	background: url("../image/megnor/cart1.png") no-repeat scroll center center #f0f0f0;
	padding:0px;
	font-size:0px;
	position:absolute;
	border-radius: 0;
	box-shadow:none;
	right:0px;
	bottom:0px;
	width:55px;
	height:55px;
}
.related-products a.button:hover, .related-products .product-block:hover a.button {
	background:url("../image/megnor/cart2.png") no-repeat scroll center center #43a5d5;
}
.related-products .customNavigation {
	display:inline-block;
	width:50%;
	height:36px;
	margin:10px;
}
#content .box .related-products .box-content {
	border-top:2px solid #e6e6e6;
}
#tabs a.selected .menu-effect, #tabs a:hover .menu-effect {
	border-bottom: 7px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	left: 46%;
	position:absolute;
	bottom:-1px;
}
.price b {
    font-size: 18px;
}
.action > img {
    vertical-align: middle;
}

.product-list .product-block .cart .button {
    background: none repeat scroll 0 0 #737373;
    font-size: 14px;
    height: auto;
    padding: 5px 12px;
    width: auto;
}
.product-block .name{text-align:left;}
.product-item-name {
	color: #ffdd1f;
    font-size: 20px;
    font-weight: normal;
    padding: 5px;
}
#content .product-carousel .product-block:hover .product-block-inner .sale, #content .product-grid-list .product-block:hover .product-block-inner .sale, #content .box-product .product-block:hover .product-block-inner .sale, #content #special-grid .product-block:hover .product-block-inner .sale{display:block;}
#column-left .box-product .cart, #column-right .box-product .cart{display:none;}

.category-info > p{float:left;}
#content .aboutus h1{
	font-family: 'Ubuntu',Arial,Helvetica,sans-serif;
	color:#868686;
	font-size:20px;
	position:relative;
	text-transform:none;
	top:auto;
}
#tabs-0 .tab_4{margin-right:0px;}
#login > a:hover{}

#content .tab-content .first_item_tm .product-block { margin-left:0px; }
#content .tab-content .last_item_tm .product-block { margin-right:2px; }
#content .homepage-testimonials-inner .first_item_tm .product-block {margin-left:0px;}
#content .homepage-testimonials-inner .last_item_tm .product-block{margin-right:0px;}
#content .product-grid .first_item_tm .product-block{margin-left:0px;}
/*#content .product-grid .last_item_tm .product-block{margin-right:0px;}*/

#cart .content .checkout > a{background:#737373; color:#fff; padding:5px 10px;}
#cart .content .checkout > a:hover{background:#FFDD34; color:#141414; text-decoration:none}

#column-left .product-block .name{padding:0px;}
.home .banners-slider-carousel .customNavigation {width: 100%; display:block; height:auto; margin:0;}
.home .banners-slider-carousel .customNavigation a {top:-70px; width:20px; height:20px;}

.top_button {
	background:url(../image/megnor/back-to-top.png) no-repeat scroll 0 0 transparent;
	width:45px;
	height:45px;
	font-size:0;
	position:relative;
	z-index:99;
}
.span_price, .span_image , .span_name , .span_model , .span_quantity , .span_total {display:none;}

/**** CUSTOM CSS ****/
.map { background-repeat: no-repeat !important; height: 496px !important; width: 1200px !important }  
.fax { display: none!important; }

#connect {
    margin: 90px auto 30px auto;
    padding-right: 25px;
	max-width: 1150px;
	height: 25px;
}
#connect ul { display:block; width: 328px; margin:auto; }
#connect ul li { float:left; list-style:none; margin-right: 20px }
#connect ul li:nth-last-of-type(1) { margin-right: 0 }
#connect a.email {
	background-image: url(../../../../../img/social-sprite.png);
    background-position: 0 0;
    display: block;
    height: 23px;
    margin: 0;
    text-indent: -9999px;
    width: 30px;
}
#connect a.email:hover {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: 0 -23px;
    transition: all 0.25s ease-in-out 0s;
}

#connect a.facebook {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -42px 0;
    display: block;
    height: 23px;
    margin: 0;
    text-indent: -9999px;
    width: 30px;
}
#connect a.facebook:hover {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -42px -23px;
    transition: all 0.25s ease-in-out 0s;
}
#connect a.twitter {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -80px 0;
    display: block;
    height: 23px;
    margin: 0;
    text-indent: -9999px;
    width: 30px;
}
#connect a.twitter:hover {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -80px -23px;
    transition: all 0.25s ease-in-out 0s;
}
#connect a.pinterest {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -123px 0;
    display: block;
    height: 23px;
    margin: 0;
    text-indent: -9999px;
    width: 33px;
}
#connect a.pinterest:hover {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -123px -23px;
    transition: all 0.25s ease-in-out 0s;
}
#connect a.instagram {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -167px 0;
    display: block;
    height: 23px;
    margin: 0;
    text-indent: -9999px;
    width: 30px;
}
#connect a.instagram:hover {
    background-image: url(../../../../../img/social-sprite.png);
    background-position: -167px -23px;
    transition: all 0.25s ease-in-out 0s;
}
.no-pointer { cursor:default; }
.clear { clear:both }
.my-account { position:absolute; /*margin-left: 920px;*/ margin-top: 50px; right: 0; font-size: 0.9em }
.back { cursor: pointer; font-family: Arial, Helvetica, sans-serif; margin: 0 0 10px 0; background: #FFF; border: 1px solid #CCC; font-size: 12px; padding: 4px 10px; color: #333; }
.back:hover { color:#333; background: #FFF200; }
.back::before { content: " « "; font-size: 14px }
.menu-back {float: left; width: 70px; padding-top: 20px}
.menu-close {float: right; width: 80px; height: 50px; color: white; padding-top: 20px}
.menu-close a, .menu-back a {color: white; font-weight:bold; cursor: pointer}
.menu-back a::before { content: " « "; font-size: 14px; vertical-align:top }
#content-wrapper { margin: 30px auto; }
img#kontra-kurve { width: 1200px; height:475px !important }