html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background:url(../image/bg.jpg) repeat scroll 0 0 #FFFFFF;
	color: #777;
	font-family: Droid Sans, Rokkitt, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
}
body, td, th, input, textarea, select, a {}
h1, .welcome {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #777777;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	text-decoration:none;
	color:#D94C42;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

/*==================================*/
/* START FORMALIZE */
/*==================================*/

.input_tiny { width: 50px; }
.input_small { width: 100px;}
.input_medium {  width: 150px;}
.input_large {  width: 200px;}
.input_xlarge {  width: 250px;}
.input_xxlarge {  width: 300px;}
.input_full {  width: 100%;}
.input_full_wrap {  display: block;   padding-right: 8px;}

/* `UI Consistency ---------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {  display: none;}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  z-index:0;
  position:relative;
}
button:hover{ transition-duration: 300ms;  background:#FF633F;}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	border:1px solid #EEEEEE;
	color: #555;
	outline: 0;
	padding:5px 5px 5px 3px;
  width:205px;
  z-index:0;
  font-family:Arial,Helvetica,sans-serif;
  position:relative;
   border-radius: 5px;
}

/*
  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,
.nav-inner,
.content-inner,
.footer-inner
{	
	width: 1000px;
	margin:0 auto;
	text-align: left;
}

.nav-inner { width: 980px; padding:10px 10px 0; background:#FFFFFF;
	-moz-box-shadow: 0px 0px 6px #e5e5e5;
	-webkit-box-shadow: 0px 0px 6px #e5e5e5;
	-o-box-shadow: 0px 0px 6px #e5e5e5;
	box-shadow: 0px 0px 6px #e5e5e5;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0; }
	
.content-inner	{ width: 980px; padding:16px 10px 11px; margin-bottom:10px; background:#FFFFFF; overflow:hidden;
	-moz-box-shadow: 0px 3px 6px -2px #e5e5e5;
	-webkit-box-shadow: 0px 3pxpx 6px -2px #e5e5e5;
	-o-box-shadow: 0px 3px 6px -2px #e5e5e5;
	box-shadow: 0px 3px 6px -2px #e5e5e5;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;}

.header-top {background: none repeat scroll 0 0 #EAEAEA;
    height: 35px;
    width: 100%; }
.header-top-container { width:1000px; margin:0 auto; }

.header-main { width:1000px; margin:0 auto;}

#header-container,
.nav-container,
#content-wrapper,
#footer-container,
copyright-container{ clear:both;}

#footer-container { /*background:#EAEAEA;
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
	-o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);*/}
.copyright-container {clear:both; overflow:auto;width:100%;border-top:2px solid #C6C6C6;  margin: 5px 0 15px; padding-top: 10px;}	


#column-left {
	float: left;
	width: 230px;
}
#column-right {
	float: right;
	width: 230px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 243px;
}
#column-right + #content {
	margin-right: 243px;
}
/* header */
#header {
	min-height: 127px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	width:100%;
}
#header #logo {
	margin-top:30px;
}

#header .header-left { float:left; }
#header .header-right { float:right; width:613px; position:relative; }

#content .welcome { display:none; visibility:hidden;}

.language_div, .currency_div{
    background-color: #FBFBFB;
    padding:5px;
    border:1px solid #ededed;
   	display:none;
	position:absolute;
	width:125px;
	margin-top:7px;
}

#language {			
	margin:9px 9px 0 5px;
	float:left;
}
 #language .lang_image{ padding-left:5px; cursor: pointer;}
 
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	float:left;
	margin:9px 5px 0 0; 
}

#currency .top_downarrow , #language .top_downarrow {
background: url('../image/megnor/arrow-down.png') right 7px no-repeat;  padding-right:10px;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: #0088CC; cursor:pointer;	 }
 
.currency_div a ,.language_div a  {
	 display:block; 
	padding: 2px 4px;
	text-align:left;
	margin-right: 2px;}
#currency a:hover {
	
}
#header #cart {
	position:absolute;
	right:0px;
	top:32px;
	z-index: 9;
	min-width: 180px;
	
}
 
#header #cart .heading {
	float: right;
	padding-left: 35px;
	padding:14px 0 10px 35px;
	position: relative;
	z-index: 1; 
	background:url("../image/megnor/Cart.png") no-repeat scroll 0 center transparent ;
}
#header #cart .heading:hover {background:url("../image/megnor/Cart_hover.png") no-repeat scroll 0 center transparent ; } 

#header #cart .heading h4 { 
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}
#header #cart .heading span {
	color: #777777;
	
}
#header #cart .heading span {
	background:  url('../image/megnor/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart.active  .heading span {
	background:  url('../image/megnor/arrow-up.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
 	float:right;
	position:relative;
	top: 0px;
	padding: 8px;
	min-height: 150px;
	border:2px solid #EBE6E6;
	background: #FFF;
	 width:250px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {

	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	width: 245px;
	z-index: 15;
	float:left;
	position:relative;
	margin-top:30px;
	background:#FFFFFF;
	border:1px solid #E2E2E2;
	-webkit-border-radius:8px ;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:6px;
}
#header .button-search {
	position: absolute;
	right: 9px;
	top:10px;
	background: url(../image/megnor/sprite.png) no-repeat -35px -187px  transparent;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index:9;
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
}
#header #search input {
	background: #fff;
	padding:9px 30px 9px 5px;
	width: 245px;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
}
#header .top-link{
}
#header .welcome-links{ width:auto; float:right; }
#header #welcome {
	z-index: 5;
	text-align: right;
	margin-top:9px;
	float:right;
	color:#D94C42;
}
 
#header .links {
	float:left;	
	margin-top:9px;
	text-align:right;
	 margin-left: 10px;
}
#header .links a + a,  #header #welcome a + a {
	display: inline;
	padding: 0px 0px 0px 9px;
}
#header .links a:hover{ }
#header .links a + a ,  #header #welcome a + a{
	margin-left: 5px;
	background:url(../image/megnor/pipe.png) no-repeat left center;
	
}
#header .links a.logout { }

.tm_headerlinkmenu {
    display: none;
}

.tm_headerlinks_inner { 
    cursor: pointer;
    overflow: hidden;
} 
.headertoggle_img {
    background:url("../image/megnor/sprite.png") no-repeat scroll -27px -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: 42px;
	margin-bottom: 0px;
	box-shadow: 0px 2px 2px #DDDDDD;
	
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#3e7296;
	background-image: -ms-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* IE10 Consumer Preview */			
	background-image: -moz-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f82a6), color-stop(1, #3e7296));/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #4f82a6 0%, #3e7296 100%);/* W3C Markup, IE10 Release Preview */
	
	/*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;
	background: url(../image/menu_pipe.jpg) no-repeat scroll right center transparent;
}
.main-menu > ul > li:hover {
} 
 
 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 11px 18px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	margin-right:2px;
	font-family:Lato,arial,verdana;
}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
	background: #4D81A6;border-radius:5px 0 0 0;
}
.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	position: absolute;	
	z-index: 5;
	padding:10px 0;	
	background:#fff;
	border:3px solid #43769a;
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #fff;
	position: absolute;	
	z-index: 5;
	padding: 5px;
	border:3px solid #43769a;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 190px;
}

.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: 5px 10px;
	color: #43769A;
	display: block;
	white-space: nowrap;
	
}
.main-menu > ul > li ul > li > a{min-width: 170px;	color:#43769a;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#e64c42;

}
.main-menu > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/cat_arrow_hover2.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}

.main-menu > ul > li ul > li:hover > a.activSub{color:#e64c42;background-image:url(../image/megnor/cat_arrow_hover1.png)}

.main-menu > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 

.breadcrumb {
	color: #aaa;
	margin-bottom: 10px;
} 
.breadcrumb ul{ 
	list-style-type: none;
	padding:0px;
	margin:0px;
	list-style: none;
}
.breadcrumb ul li{ 
	padding: 0;
	margin:0;
	display:inline;
	position:relative;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position:relative;
}
#notification a{ color:#DF0505;}
.success {
	background: #eee url('../image/megnor/success.png') 10px center no-repeat;
	border: 1px solid #EDEDED;
	-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:url('../image/warning.png') 10px center no-repeat #E6E6E6;
	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;
}
.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 #ededed;
	border-left: 1px solid #ededed;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
table.list thead td {
	background-color: #eee;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	
	color: #777777;
	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: #EAEAEA;
	cursor: pointer;
}
.pagination {
	padding: 7px;
	display: inline-block;
	width: 98%;
	margin-bottom: 10px;
	margin-top:10px;
	background:#ffffff;
	border:1px solid #EAEAEA;
	 -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;	
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #ECECEC;
	padding: 4px 10px;
	background:#ECECEC;
	color: #777777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;	
}
.pagination .links b , .pagination .links a:hover{
	display: inline-block;
	border: 1px solid #4C80A3;
	padding: 4px 10px;
	font-weight: normal;
	color: #fff;
	background: #4C80A3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;	
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	background-color:#3e7296;
	background-image: -ms-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* IE10 Consumer Preview */			
	background-image: -moz-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f82a6), color-stop(1, #3e7296));/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #4f82a6 0%, #3e7296 100%);/* W3C Markup, IE10 Release Preview */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4f82a6', endColorstr='#3e7296'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4f82a6', endColorstr='#3e7296')"; /* IE8 */
	-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;
	
}
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: droid Sans,Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:capitalize;
	 
}
.ie7 input.button  { padding:0 3px; } 

a.button:hover, input.button:hover {
	background:#DA4C42;
	
}

.product-block:hover input.button { /*background:#DA4C42;*/ }

.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: 32px;
	line-height: 16px;
	border-bottom: 3px solid #E6E5E5;
	
}
.htabs a {
	
	background: #FFFFFF;
	padding: 8px 15px 7px 15px;
	float: left;
	text-align: center;
	font-size:15px;
	font-family:'Lato',Arial,verdana;
	font-weight:normal;
	margin-right: 3px;
	display: none;
	color:#45799D;
	text-transform:uppercase;
}
.htabs a.selected {
	padding-bottom: 6px;
	margin-left:15px;
	background: #45799D;
	color:#FFFFFF;
	border:5px solid #FFFFFF;
	border-top:none;
	font-weight:normal;
}
.tab-content {
/*	border-left: 3px solid #E6E5E5;
	border-right: 3px solid #E6E5E5;
	border-bottom: 3px solid #E6E5E5;*/
	padding: 10px 0;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#products-related{ position:relative; }
/* box */  
.box {
	margin-bottom:16px;
}
.box .box-heading,
.page_product #content .box .box-heading 
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	background: #545F61;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	font-weight:normal;
	font-family:'Lato',arial,verdana;
	background-color:#3e7296;
	background-image: -ms-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* IE10 Consumer Preview */			
	background-image: -moz-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4f82a6), color-stop(1, #3e7296));/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #4f82a6 0%, #3e7296 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #4f82a6 0%, #3e7296 100%);/* W3C Markup, IE10 Release Preview */ 
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4f82a6', endColorstr='#3e7296'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4f82a6', endColorstr='#3e7296')"; /* IE8 */
	
	
}
.box .box-content {
	padding:10px;
	position:relative;
}


#content .box .box-heading {

	border:none;
	background: none;
	padding:8px 0 0 2px;
	font-size: 16px;
	color: #45799D;
	font-weight:normal;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:5px 0;
	position:relative;
}

.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;
}
.box .box-content ul li a , #content .content ul li a{
	/*background:url(../image/megnor/cat_arrow.png) no-repeat left center;*/
	
}
.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 center;*/
	color:#D94C42;
}

.box .box-content ul ul{
	margin-left:10px;
}

#column-left .box, #column-right .box { background:#ffffff; border:1px solid #EBE6E6; 
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	box-shadow: inset 0px 0px 20px #f8f8f8;
   -webkit-box-shadow: inset 0px 0px 20px #f8f8f8;
   -moz-box-shadow: inset 0px 0px 20px #f8f8f8;
   -o-box-shadow: inset 0px 0px 20px #f8f8f8; }

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	/*padding: 0px 0px 8px 0px;*/
}
ul.box-category > li {
	padding: 4px 0px 4px 0px;
}
.box .box-content ul li + li {
	
}
ul.box-category > li > a {
	/*color: #333;*/
}
ul.box-category > li ul {
	display: none;
}
 
ul.box-category > li a.active {
	font-weight: normal;
	color:#D94C42;
}
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;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding:10px;
	overflow: auto;
	margin-bottom: 10px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* category */
.category-info {
	overflow: auto;
	margin-bottom:5px;
}
.category-info p { margin-bottom:5px;}

.category-info .image {
	float: left;
	padding: 0;
	margin-right: 0px;
	margin-bottom:10px;
	
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

.category-list ul li{ 
	margin:0 7px 7px 0;
	position:relative;
	overflow: auto;
	float:left;
	padding:0;
}
.category-list ul li a{ 
	padding:5px 8px; 
border:1px solid #E8E8E8;
	display:block;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	-khtml-border-radius: 5px ;
	border-radius: 5px ;
}
.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 */
.product-filter {
	padding: 7px;
	overflow: auto;
	margin-bottom:10px;
	border:1px solid #EAEAEA;
	background:#ffffff;
	 -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
.product-filter select { width:auto;    cursor: pointer;}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 1px;
	
}

.product-filter .display .List a{
		background: url("../image/megnor/sprite.png") no-repeat scroll  -30px -233px #ECECEC;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	border-radius:2px;
		
}
.product-filter .display .Grid a{
		background:url("../image/megnor/sprite.png") no-repeat scroll -2px -233px #ECECEC;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
		}
		
.product-filter .display .List , .product-filter .display .List a:hover{
	background:url("../image/megnor/sprite.png") no-repeat scroll -30px -210px #4C80A3;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
	margin-right:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;

}
.product-filter .display .Grid  {
	background: url("../image/megnor/sprite.png") no-repeat scroll -2px -210px #4C80A3;
	display: block;
    float: left;
    width: 31px;
	height: 29px;
    text-decoration: none;
    text-indent: -9999px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}

.product-filter .display .Grid a:hover{
	background:  url("../image/megnor/sprite.png") no-repeat scroll -2px -210px #4C80A3 }

.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	margin-top:2px;
	
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	margin-top:2px;

}
.product-compare {
	padding-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.product-compare a {
	font-weight: normal;
}
/*.product-list li {
	overflow: auto;
	margin-bottom: 15px;
}*/
/*.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}*/

.product-info-tags{ margin-bottom:15px;}

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	clear:both;	
	margin-bottom: 20px;	
	width:100%;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:7px;
}

#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}

#column-left .box-product .prd_info .name,
#column-right .box-product .prd_info .name { }

#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;
	filter:none;
	ms-filter:none;
	font-size:13px; 
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover { color:#DA4C42;}

#column-left .box-product .image img,
#column-right .box-product .image img { width:48px;}


#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-left:61px;  }

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}

/* Product Grid Start */
.product-grid-list { }
#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;
}
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:4px 3px; 
	background:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear:both;
	overflow:hidden;
	border:1px solid #E8E8E8;
}

.grid_default_width { width:245px;}
.featured_default_width{ width:245px;}
.module_default_width{ width:245px;}
.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;}

.ie7 .product-grid li{ width:245px !important; }

.banners-slider-carousel{ 
	position:relative;
	margin-bottom:15px;
	 width:100%;
	
}
 
.banners-slider-carousel .product-block-inner{text-align:center;}
#content .product-list  .product-block{margin-left:0!important;margin-right:0!important;}
#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	margin:8px; 
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	clear:both;
	overflow:hidden;
	border:1px solid #EBE6E6;
	box-shadow: inset 0px 0px 20px #f8f8f8;
   -webkit-box-shadow: inset 0px 0px 20px #f8f8f8;
   -moz-box-shadow: inset 0px 0px 20px #f8f8f8;
   -o-box-shadow: inset 0px 0px 20px #f8f8f8;
   position:relative;
}

#content .product-carousel .product-block:hover,
#content .product-grid-list .product-block:hover,
#content .box-product .product-block:hover {
	overflow:hidden;
	clear:both;
	background:#FFFFFF;
	box-shadow:none;
}

.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:10px 8px; text-align:center; overflow:visible;  }



/* text align left for product listing*/
#content .product-list .product-block-inner { text-align:left; padding:0 8px;} 

.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .wishlist{ float:left; margin-right:10px; margin-top:10px; }
.product-list .compare { padding-top:10px;}
.product-list .left{ float:left;  width:210px;margin-right:15px;}
.product-list .right {
	float: left;
/*	margin-left: 10px;
	text-align:center;
	padding-top:30px;
	padding-right:20px;*/
	width:473px;
}
.ie7 .product-list .left{ width:75%; }
.ie7 .product-list .right{ width:22%; } 

.product-grid .image,
#content .box-product .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid-list .image img,
#content .box-product .image img,
#column-left .box-product .image img,
#column-right .box-product .image img {
	padding: 3px;
}

/* If need different border color for left, right product boxes */
#column-left .box-product .image img,
#column-right .box-product .image img {	padding: 3px; border: 1px solid #E7E7E7; }

.product-grid-list .name a,
#content .box-product .name a,
#column-left .box-product .name a,
#column-right .box-product .name a  {
	display: block;
}
.product-grid-list .name a,
#content .box-product .name a {	margin-bottom: 4px; margin-top:5px;}

.product-list .name a { margin-top:20px;}

.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;
	color:#D94C42;
}

.product-grid .description,
#content .box-product .description {
	display: none;
}
.product-list .description {
	margin-bottom: 5px;
	margin-top:12px;
	font-size:13px;
	padding-right:15px;
}
.product-grid .rating,
#content .box-product .rating {
	display: block;
	margin-bottom: 4px;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price,
.product-grid .price,
#content .box-product .price{
	font-size:18px;
	font-weight:bold;
	margin:7px 0 0px;
}

.product-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price {
	display: block;
	color:#DF0505;
}
.product-list .price {
	float:left;
	height: 50px;
	text-align:left;
	margin-bottom:0;
	
}
.product-list .cart{clear:both;}

.product-list .price,
.product-grid-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price{ color: #D94C42;}

.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-size:14px;
	font-weight:normal;
	color:#777777;
}

.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-list .price-new,
#content .box-product .price-new{font-size:18px; font-weight:bold; }


.product-grid-list .price-tax {
	color: #777;
	font-size:14px;
	font-weight:bold;
}

.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: 15px;
	background: url(../image/megnor/compare-nd-wish-list.gif) 0 0 no-repeat;
	font-size: 0;
	float:left;
    height: 32px;
    margin-bottom: 10px;
    padding-left: 0;
    width: 32px;
}
.product-grid-list .compare a,
#content .box-product .compare a {
	padding-left: 15px;
	background: url(../image/megnor/compare-nd-wish-list.gif) 0 -77px no-repeat;
	float:left;
	font-size: 0;
    height: 32px;
    margin-bottom: 10px;
    padding-left: 0;
    width: 32px;
}



.product-grid-list .wishlist a:hover,
#content .box-product .wishlist a:hover
{ text-decoration:none; color:#D94C42; 	background: url(../image/megnor/compare-nd-wish-list.gif) 0 -39px no-repeat; }
.product-grid-list .compare a:hover,
#content .box-product .compare a:hover
 { text-decoration:none; color:#D94C42;	background: url(../image/megnor/compare-nd-wish-list.gif) 0 -116px no-repeat; }

/* Product Info - Propduct Detail page */
.product-info {
	/*margin-bottom: 20px;*/
	overflow:auto;
	 
}
.product-info > .left {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}
.product-info > .left + .right {
	margin-left: 305px;
}
.product-info .right h1.name{
	margin-bottom:10px;
	color:#45799D;
	font-family:'Lato',arial,verdana;
	font-size:18px;
	font-weight:normal;
}
.product-info .image {
	border:1px solid #EBE6E6;
	box-shadow: inset 0px 0px 20px #f8f8f8;
   -webkit-box-shadow: inset 0px 0px 20px #f8f8f8;
   -moz-box-shadow: inset 0px 0px 20px #f8f8f8;
   -o-box-shadow: inset 0px 0px 20px #f8f8f8;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	padding:10px;
	margin-bottom: 15px;
	text-align: center;
}
.product-info .zoomContainer{ z-index:999; }/* It need for ie7 */
.product-info .additional-carousel{ position:relative; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 15px;
    padding-right: 15px;
    width: 265px;
}
.product-info .image-additional img {	
}
.product-info .image-additional a {
	float: left;
	display: block;	
}
.product-info .description {
	border-top: 1px solid #45799D;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 22px;

}
.product-info .description .product-description{ }
.product-info .description .product-description .description-right{
	padding-left:10px;
}
.product-info .description span {

}
.product-info .description a {
	color: #45799D;	
}
.product-info .description a:hover {
	color: #777;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #DDDDDD;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color:#D94C42;
	
}
.product-info .price-old {
	color: #DF0505;
	text-decoration: line-through;
}
.product-info .price-new { font-size:14px; color:#777777; font-weight:normal;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #777777;
	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 #DDDDDD;
	padding: 0px 5px 0px 5px;
	margin-bottom:0;
	z-index:999;

}
.product-info .options b,
.product-info .options strong{ font-weight:normal;}
.product-info .options h2{
	font-size:14px;	
	font-weight:normal;
	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 #cccccc;
	padding: 10px 5px 10px 5px;
	margin-bottom: 0px;
	color: #4D4D4D;
	z-index:999;
}

.product-info .cart input{ width:auto; text-align:center;}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .links .product_wishlist{  display:block; }
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
}
.product-info .review  a.review-write{
	padding-left: 20px;
	background: url('../image/megnor/pencil.png') left center no-repeat;
}
.product-info .review > div {
	padding: 10px 0px;;
	line-height: 20px;
	border-bottom:1px solid #DDDDDD;
}
.product-info .review > div > span {
	color: #0088CC;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom:none;
	padding-top:16px;
}
.product-info .review .share a {
	
}

#tab-review b,
#tab-review strong{ font-weight:normal;}
/*#tab-review .captcha { float:left; margin-right:10px;    margin-top:5px; width:205px;}*/

#tab-review h2{ margin-bottom:8px; text-transform:uppercase;}
#tab-review label{ display:block; font-weight:bold; margin-bottom:5px;}
/*#tab-review .entry_name { width:205px;}*/
#tab-review .entery_rating { line-height:25px;}
#tab-review .entery_captcha {line-height:25px;}
#tab-review br.spacing { margin-bottom:5px;}
 
.review-list {
	padding: 10px 0;
	overflow: auto;
	margin-bottom:10px;
	border-bottom: 1px solid #EEEEEE;
}
#review  .pagination{ border:none; margin-top:0; }
.review-list .author {
	float: left;
	margin-bottom: 10px;
}
.review-list .date { float:left; margin-left:5px;} 
.review-list .rating {
	float: left;
	margin-bottom: 10px;
	margin-left:5px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: normal;
	background: #eee;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #777777;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: normal;
	background: #eee;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: normal;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #777777;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.compare-info td.remove a{  
	background: #ee5f5b;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
}
.compare-info td.remove a:hover{ 
	background: #bd362f;
	background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
	background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 
 }
 
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #DF0505;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #777777;
	font-weight: bold;
	background-color: #e6e6e6;
	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: top;
	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: #DF0505;
}
.wishlist-info tbody .action img , #wishlist-info-table .tm_responsive_group .Action img{
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	
}
.login-content .right a{ color:#0088CC;}
.login-content .right a:hover{ text-decoration:underline}
.login-content h2{ text-transform:uppercase}
.login-content .left {
	float: left;
	width: 49%;
}
.login-content .right {
	float: right;
	width: 49%;
}
.login-content .left .content, .login-content .right .content {
	min-height: 220px;
		
}
 
.login-content .left .content p, .login-content .right .content p{ margin-top:5px; margin-bottom:10px }
.login-content .left .content b, .login-content .right .content b { font-weight:normal;}
/* Shopping Cart */
.cart-left-area{
	float:left;
	width:48%;
}
.cart-right-area{
	float:right;
	width:48%;
}
.cart-clear{ clear:both; overflow:hidden;}
.cart-buttons{ border:none;}
.cart-buttons .right{ }
.cart-buttons .center{ text-align:left;}

/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #EDEDED;
	border-left:1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	background-color: #eee;
	border-bottom:1px solid #EDEDED;
}
.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 #EDEDED;
}
.cart-info tbody .image img {
	border: 1px solid #EDEDED;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='text'] , .Quantity input[type='text'] { width:25px; }
.cart-info tbody .quantity img ,.Quantity img{top: 4px;}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img ,.Quantity img{
	position: relative;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #DF0505;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-right-area .checkout-button{
	text-align:right;	
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #eee;
	border: 1px solid #EDEDED;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom:-1px;
	margin-top:5px;
	 border-radius: 5px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	
}
.checkout-content {
	padding: 15px;
	display: none;
	overflow: auto;
	border: 1px solid #EDEDED;
	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 #EDEDED;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	
	font-weight: normal;
	background-color: #eee;
	border-bottom: 1px solid #EDEDED;
}
.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 #EDEDED;
}
.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 #EDEDED;
}
.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;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both; 
	overflow:auto;
	min-height: 100px;
	padding: 25px 0 20px;
}
#footer h3,
#block_contact_infos h3
{
	color:#45799D;
	font-size: 16px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 12px;
	text-transform:capitalize;
	font-family:'Lato',arial,verdana;
}
#footer .column {
	float: left;
	width: 250px;
	margin-bottom:10px;	 
}
#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style:none;  
}
#footer .column ul li {
	margin-bottom: 7px;
}
#footer .column li a {
	/*background:url(../image/megnor/cat_arrow.png) no-repeat left center;*/
	padding-left:0px;	
}
#footer .column a:hover,#bottomfooter li a:hover,#powered a:hover{  color: #45799D;text-decoration:underline;}
#powered {
	float:right;
	text-align: right;
}


/* banner */
#column-left #banner0 { margin-bottom:10px;}
.banner {  margin-bottom:0px;}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
 
}
.banner div img {
	margin-bottom: 0px;
	max-width:100%;
}
 
.captch_input{ float:left; margin:4px 7px 0 0 !important; }

 
 
#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: 4px 0 3px 35px; }
.contact-info .fax{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -273px ;    padding: 4px 0 3px 35px;}
.address, .telephone{ margin-bottom:35px; }
.contact-info label{ font-weight:bold; }

.lang-curr{ position:absolute; top:10px; width:100%; }

.top_button {
    background: url("../image/back_to_top.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 30px;
    width: 30px;
}

#content .product-block .prd_info 
{ 
/*
	background-color: rgba(255, 255, 255, 0.7);

	padding: 10px 0;
	margin:0;
  
	border-top:3px solid #D94C42; 
	text-align:center;
	left:0px;
   
	
 	bottom: -17px;
    height: 43px;
	left:0;
    position: absolute;
    width: 100%;*/ 
} 


#content .product-block:hover .prd_info  {
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 3px solid #D94C42;
    height: 100px;
    transition: all 0.5s ease 0s;}
	
#content .product-block:hover .prd_info { display:block; bottom:0px;    transition: all 0.5s ease 0s; }
#content #featured-grid  .product-block:hover .prd_info .name, #content #featured-carousel .product-block:hover .prd_info .name { display:block;}
#content #featured-grid .product-block:hover .name, #content #featured-carousel .product-block:hover .name {display:none;}

#content #latest-grid  .product-block:hover .prd_info .name, #content #latest-carousel .product-block:hover .prd_info .name { display:block;}
#content #latest-grid .product-block:hover .name, #content #latest-carousel .product-block:hover .name {display:none;}

#content #special-grid  .product-block:hover .prd_info .name, #content #special-carousel .product-block:hover .prd_info .name { display:block;}
#content #special-grid .product-block:hover .name, #content #special-carousel .product-block:hover .name {display:none;}

#content #bestseller-grid  .product-block:hover .prd_info .name, #content #bestseller-carousel .product-block:hover .prd_info .name { display:block;}
#content #bestseller-grid .product-block:hover .name, #content #bestseller-carousel .product-block:hover .name {display:none;}

#content #related-grid  .product-block:hover .prd_info .name, #content #related-carousel .product-block:hover .prd_info .name { display:block;}
#content #related-grid .product-block:hover .name, #content #related-carousel .product-block:hover .name {display:none;}



.wishlist_compare_content {
    position: absolute;
    right: -50px;
    top: 5px;
	display:none;
    transition: all 500ms ease 0s;
    width: 40px;
	display:block;
}

.product-list .wishlist_compare_content {display: block;right: -9px;}


#content .product-grid .product-block:hover .wishlist_compare_content
{right: -9px;display:block;transition: all 500ms ease 0s;}



.home-bottom {clear:both; }
.home-bottom #banner2 { float:left;}
.home-bottom #banner3 { float:right;}

#column-left + #column-right + #content .category-info .image img { width:100%; height:auto;}


.product-info .options textarea{ width:95%; } 

#bottomfooter ul li{ color: #777; display: inline; padding-right: 12px;	background:url(../image/megnor/pipe.png) no-repeat right center;
}
#bottomfooter ul li + li{	padding:1px 12px 1px 7px;}
#bottomfooter ul li.login-logout {background:none; }
#bottomfooter ul li.first{ background:none;}
#bottomfooter ul {
	
	margin:0px;
	padding: 0;
	text-align: left;
	width: 100%;
}
#bottomfooter { float:left;}
.footer-link { margin:0 auto; width:1000px;
	border-top: 2px solid #C6C6C6; overflow:auto; padding:10px 0;
}

.sale{	background-color: #eee;
	color: #4C81A3;
	padding: 1px 4px;    
	text-align: right;
    text-transform: uppercase;	
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	position:absolute;
	top:10px;
	left:0;}
.product-list .sale{ /*left:10px;right: auto;*/ }
#column-left .sale , #column-right .sale{ display:none; }
#banner2{float:left;}
#banner3 {
    float: left;
    margin-left: 17px;
}
.language_label,.currency_label{display:none;}

#column-left .category .box-heading{background:#D94C42;}
.box-cms ul {padding:0;margin:0;}

#column-left .box-cms {    display: inline-block;}
#paiement_logo_block_left li{list-style:none;}
#paiement_logo_block_left{  width: 218px; text-align: center;display:inline-block;padding-bottom:10px!important;}
#paiement_logo_block_left .box-heading{text-align:left;}
#paiement_logo_block_left li
{
	width:42px;
	height:22px;
	float:left;
	margin-left:7px;
	cursor:pointer;
}
#paiement_logo_block_left li a
{
	width:42px;
	height:22px;
	float:left;
	font-size:0;
}

#paiement_logo_block_left .discover{background:url(../image/megnor/discover.jpg);}
#paiement_logo_block_left .express{background:url(../image/megnor/visa.jpg);}
#paiement_logo_block_left .i2co{background:url(../image/megnor/2co.jpg);}
#paiement_logo_block_left .solo{background:url(../image/megnor/sold.jpg);}
.main-menu > ul > li:last-child{background:none;}
#block_contact_infos h4{margin-top:0;}
#block_contact_infos pre{font: 14px/21px Droid Sans;margin:0;}
#block_contact_infos li{margin-bottom:2px!important;}

#block_contact_infos li strong {
    font-size: 14px;
    font-weight: normal;
}
#footer .custom_footer_main_block{width:100%;margin-bottom:0;}

#social_block{text-align:center;margin-top:10px;}
#social_block li a{font-size:0;padding: 23px 0px 13px 37px !important;}
#social_block li{display:inline;padding:10px 0 11px 0;}


#social_block .facebook{background:url("../image/megnor/sprite.png") no-repeat scroll -39px -370px transparent;}
#social_block .twitter{background:url("../image/megnor/sprite.png") no-repeat scroll -39px -414px transparent;}
#social_block .rss{background:url("../image/megnor/sprite.png") no-repeat scroll -39px -458px transparent;}

#social_block .facebook:hover{background-position:0px -370px;}
#social_block .twitter:hover{background-position:0px -414px ;}
#social_block .rss:hover{background-position:0px -458px;}

#social_block .title_block{display:none;}

.category-info .image img{max-width:100%;}

.page_checkout #content #checkout #login a{ display: inline-block;margin-top: 10px;}
.page_checkout #content #checkout #login a:hover{text-decoration:underline;color:#D94C42;}
#banner1{margin-top:15px;}

/*CUSTOM BLOCK*/

body{
	background-color:#FFF;
	color:#000000;
 	font-family: 'Arial';
}

#container {
	margin-top: 10px;
}

#content {
	color:#FFF;
}

.header-top {
	display:none;
}

#menu {
background-image:url(/image/data/honlapelemek/button_back.png);
background-repeat: repeat;
position:relative;
}

.main-menu > ul > li {
	background:url(/image/data/honlapelemek/mainmenu_separator.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.main-menu > ul > li:hover > a {
	background-color:transparent;
}

.box .box-heading {
	color:#FFA500;
	background-image:url(/image/data/honlapelemek/button_back.png);
	background-repeat:repeat-x;
	border-radius:0;
	padding: 8px 0px 8px 7px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	height:19px;
	background-color:transparent;
}

#column-left .category .box-heading {
	color:#FFA500;
	background-image:url(/image/data/honlapelemek/button_back.png);
	background-repeat:repeat-x;
	background-color:transparent;
}

.box .box-heading img {
	float:left;
	margin-right: 5px;
}

.box .bottom {
	height:5px;
	background-image:url(/image/data/honlapelemek/box_bottom.png);
}

#header {
	background-image:url(/image/data/honlapelemek/csik.png);
	background-repeat:repeat-x;
	width:992px;
	margin-bottom: 0px;
	border-left: 4px solid #4B4B4B;
	border-right: 4px solid #4B4B4B;
	border-top: 4px solid #4B4B4B;
	border-bottom: 1px solid #4B4B4B;
}

#header #logo {
	margin-left:15px;
	margin-top: 15px;
}

div#motto{
margin-left: 25px;
}

div#motto h1 {
	font-size: 15px;
	font-family: bank-gothic-light-bt;
	color: #333;
	text-transform:uppercase;
}

.main-menu > ul > li > a {
	font-size:10px;
	text-transform:uppercase;
}

.content-inner {
	background-image:url(/image/data/honlapelemek/container_back.png);
	background-repeat:repeat-y;
    border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: -5px;
}

.nav-container {
	background-image:url(/image/data/honlapelemek/container_back.png);
	background-repeat:repeat-y;
	background-position-x: center;
}

.nav-inner {
	background-color:transparent;
    border-left:1px solid #808080;
	border-right:1px solid #808080;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:0;
	width: 1000px;
	height:42px;
}

#content .box-product .product-block {
	background-color:transparent;
	border:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:inset none;
    -o-box-shadow:none;
}

#column-left {
	width:200px;
}

.box .box-content {
	background-color:#aaaaaa;
	padding-left: 23px;
}

.box .box-content ul li {
	padding:0px;
	list-style-image:url(/image/data/honlapelemek/bullet_2.png);
	line-height: 14px;
}


.box .box-content ul li a {
	color:#000;
	font-size:12px;
}


.box .box-content ul li a:hover {
	color:#000;
	text-decoration:underline;
}


#column-left .box {
	border:none;
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding:0;
	border-left: 1px solid #947A5E;
    border-right: 1px solid #947A5E;
}

.main-menu {
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
 	-webkit-border-radius: 0;
	background-color: transparent;
	height:42px;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #4b4b4b;
}

.nav-container {
	height:40px;
	background-position:center;
}

#footer .column {
	display:none;
}

#bottomfooter {
	display:none;
}

#header-outer {
	width:998px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
}

div#search {
	display:none;
}

div#cart {
	display:none;
}

div#footer {
	padding:0;
	background-color:#4B4B4B;
	min-height:25px;
	padding-left: 4px;
}

.copyright-container{
width:992px;
border-top: 1px solid #aaaaaa;
background-color: #333;
position: relative;
margin-left: auto;
margin-right: auto;
margin: 2px 0 0px;
}

div#powered {
	text-align:left;
	color:#aaa;
	height: 25px;
	padding-left: 12px;
	float: left;
	font-size:12px;
}

.footer-inner {
	border-left: 2px solid #808080;
}

#continental-contitech {
	margin-top:30px;
	width:159px;
	position:absolute;
	margin-left:33px;
}

#es_az {
	width: 50px;
	position: absolute;
	margin-top: 58px;
	margin-left: 210px;
	font-size: 10px;
	color: #666;
	font-family: bank-gothic-light-bt;
	text-transform:uppercase;
}

#airtek_arnott {
	margin-top: 8px;
	position: absolute;
	margin-left: 255px;}

#distributor {
	margin-top: 37px;
	position: relative;
	float: right;
	margin-right: 34px;
	text-align:center;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-family: bank-gothic-light-bt;
}

#todaydate {
position: absolute;
right: 11px;
top: 12px;
color: #cecece;
font-size: 10px;
}

/* category listing */

/*.breadcrumb {
	display:none;
}*/

.description p {
	margin-top:9px;
	margin-bottom:9px;
	font-size:11px;
}


#cim h1 {
color:#FFA500;
font-weight:bold;
text-transform:uppercase;
border-bottom: 1px solid #AC6F36;
padding: 12px 0px 12px 128px;
}

select {
	border-radius: 0;
	color:#000;
}

.page_category {
	font-size:12px;
}

.linktosearch {
	font-size:14px;
	color:#FFF;
}
	
.category-list {
	display:none;
}

/*category template*/



.mini-cart-info td {
	border-bottom:none !important;
}

.product-block-inner .right .name {
	font-size:12px;
}

#content .product-block .prd_info .cart {
	display:none;
}

.product-grid .price {
	color:rgb(244, 10, 10);
	font-size:15px;
	color:#FFA500;
}


.gyari-szam {
	font-size:11px;
	color: #FFF296;
	display: inline;
	font-weight:bold;
}

.model {
	margin-top:12px;
	font-size:11px;
}

#content .product-block .prd_info .name a {
	color:#FFA500;
}


#content .product-grid-list .product-block {
	background: transparent;
		-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow:none !important;
	border:none;
	border-bottom: 1px solid #000000;
}

#content .product-grid-list .product-block:hover {
	background: transparent !important;
}

.page_category .pagination{
	display:none;
}

.product-list .wishlist_compare_content {
	display:none;
}

.product-list .name a {
	line-height: 16px;
	color: #FFA500;
	font-size: 12px;
	font-weight:bold;
	margin-top:0px;
}

.product-list .name a:hover {
	line-height: 16px;
	color: #FFA500;
	font-size: 12px;
	font-weight:bold;
	margin-top:0px;
}

.product-list .price {
	float:right;
	font-size:13px;
	color:#FFA500;
	font-weight:normal;
	text-align: right;
}

.product-grid-list .price-tax {
	font-size:12px;
	color:#FFA500;
}

.product-grid-list .cart {
	float:right;
}

.cart-inner {
	background-image:url(/image/data/honlapelemek/kosarba.png);
	background-repeat:no-repeat;
}

/*Product page*/

.product-info .options {
	border:none;
	padding-right:0px;
}

.product-info .options h2 {
	color:#FFA500;
	margin-bottom:0;
}

.product-info .image {
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.product-info .description {
	border:none;
}

.product-info .price {
	border:none;
}

.review {
	display:none;
}

.ar {
	color:#FFF;
	font-size:12px;
	margin-left:9px;
}

.ar_szoveg {
	font-size:12px;
	color: #FFA500;
	position:relative;
	float:left;
	font-weight:bold;
}

.product-info .price-tax {
	margin-left:9px;
	color:#FFF;
	font-size:12px;
}

.product-info .cart .links {
	display:none;
}

.product-info .cart {
	border:none;
}

.product-info > .left + .right {
	font-size:12px;
	margin-right: 15px;
}

.htabs {
	display:none;
}

.product-info > .left + .right .price-tax {
	color:#FFF;
	font-weight:normal;
}


#content .cart {
color:#FFF;
margin-left: 10px;
border: 1px solid #947A5E;
padding: 10px 2px 10px 4px;
margin-top: 3px;
margin-bottom: 10px;
background-color: #5a5a5a;
}

.product-info .cart input {
	border-radius: 0;
}

input.button {
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
}

.product-info-tags {
	display:none;
}

.tab-content {
	margin-bottom:0px;
	padding:0px;
}

.tab-content {
}

.cart #button-cart {
	color: #fff;
	display: block;
	padding: 4px 10px 5px 10px;
	font-size:12px;
	display: inline;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	border:1px solid white;
	background-color:#19659A;
	text-decoration:underline;
	text-transform:none;

}

.cart #button-cart:hover {
	text-decoration:none!important;
	background-color:#19659A!important;
}




/*information pages*/

#content h1 {
	color:#FFA500;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 1px solid #AC6F36;
	font-size:18px;
	padding: 0px 0px 12px 0px;
	margin-bottom:10px !important;
}

/*#content .breadcrumb {
	display:none;
}*/

.page_information #content p {
	text-align:justify;
}

.page_information_id_4 #content strong {
color:#FFA500 !important;
font-weight:normal;
}

.page_information_id_4 h2 {
font-weight:normal;
text-transform:uppercase;
margin-bottom:15px;
}



/*Font style*/

@font-face
{
font-family: bank-gothic-light-bt;
src: url('http://www.zracnovzmetenje.si/bank-gothic-light-bt.ttf');
}

/*Home*/

.jarmutipusok {
	color: #FFA500;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA500;
	text-transform: uppercase;
	font-size: 15px;
	margin-top:12.450px;
	margin-bottom:12.450px;
}

.jarmumarkak {
	color: #FFA500;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFA500;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 12.450px;
	margin-bottom:12.450px;
}

#content a {
	color: #ffffff;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#content a:hover {
	color: #ffffff;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/*Shopping Cart Module*/

#shoppingcart .content {
	background:transparent !important;
	/*min-height:55px !important;*/
}

.basketup {
	position: relative;
	bottom: 3px;
}
.page_category .product-filter {
border: 1px solid #947A5E;
padding: 10px 9px 10px 9px;
margin-top: 3px;
margin-bottom: 10px;
background-color: #5a5a5a;
}

.wishlist_compare_content {
	visibility:hidden;
}
#content .product-list .product-block-inner {
text-align: left;
padding: 0 8px;
}
#content .product-list .product-block-inner .name a {
margin: 0px 0;
line-height: 16px;
color: #FFA500;
font-size: 12px;
text-decoration:none;
}
.page_category .product-filter {
	/*display:none;*/
}

/*contact.tpl*/

table.form > * > * > td {
	color:#FFF !important;
}

input[type="text"] {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	border-radius: 0px;
}

.contact-info {
	font-size:12px;
	border-style:none !important;
	border:none !important;
	padding:0px;
}

.form {
	font-size:12px;
}

.contact-info .fax {
	display:none;
}

.contact-info .address {
	display:none;
}

.contact-info .telephone {
	display:none;
}

#content .content {
	overflow: initial;
	border:1px solid #947A5E;
	background-color: #5a5a5a;
	padding: 10px 2px 10px 4px;
	margin-top: 201px;
	width: 97%;
}

.contact-info .left {
	width:100%;
	border:1px solid #947A5E;
	background-color: #5a5a5a;
	padding: 10px 2px 10px 4px;
	width: 97%;
	margin-top:13px;
}

textarea {
	border-radius: 0px;
}

#content h1{
	color: #FFA500;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;	
}

#half {
	width:50%;
	float:left;
	text-align:center;
}

.quater {
	width:50%;
	float:left;
	text-align:center;
}

.desc {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;
}

#three_seventh {
	width:42.85714285714286%;
	float:left;
}

.one_third {
	width:33.333%;
	float:left;
	text-align:center;
}


#tartalom-doboz {
	display:table;
	width: 100%;
}

#one_seventh_last {
	width: 14.28571428571429%
	float:left;
}

.one_seventh {
	width:14.28571428571429%;
	float:left;
	text-align:center;
}

#ugyfelszolgalat {
	text-align:center;
}

.mini-cart-info a {
	color:#000000;
	font-size:12px;
}

.checkout a {
	color:#000;
	font-size:12px;
}

.checkout a:hover {
	color:#444;
}



.checkout-content .left {

background: transparent;
  padding: 10px;
min-height: 261px;
width: 43%;
font-size:12px;
}

.checkout-content .right {

background: transparent;
padding: 10px;
font-size:12px;
}

.checkout-heading {
background:#444;
border:1px solid #947A5E;
color: #ffffff;
border-radius:0;
}

.checkout-content {
	border-left:1px solid #947A5E;
	border-right:1px solid #947A5E;
	border-bottom:1px solid #947A5E;
	background:#5a5a5a;
}

.page_checkout lang_hu h1 {
	border:none;
}

.checkout-content .right input[type="password"] {
	border-radius:0;
}

input[type="password"] {
	border-radius:0;
}


.checkout-content .left input.button {
	color: #fff;
	display: block;
	padding: 4px 10px 5px 10px;
	font-size: 12px;
	display: inline;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	border: 1px solid white;
	background-color: #19659A;
	text-decoration: underline;
	text-transform: none;
}

.checkout-content .right input.button {
	color: #fff;
	display: block;
	padding: 4px 10px 5px 10px;
	font-size: 12px;
	display: inline;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	border: 1px solid white;
	background-color: #19659A;
	text-decoration: underline;
	text-transform: none;

}

.cetegory_five_twelveth {
	float:left;
	width:41.66666666666667%;
	text-align:center;
}

.cetegory_two_twelveth {
	float:left;
	width:16.66666666666667%;
	text-align:center;
	padding-top: 25px;
}

#kereses-gysz {
	margin-top:10px;
}

.product-info {
	overflow:hidden;
}

#content .image-additional .slider-item .product-block {
	/*background:transparent;*/
	border:none;
}

.cart a.button {
	padding:0px;
	background-color:transparent !important;
	background-image:none;
	max-height: 27px;
	overflow: hidden;
}

#content .product-block:hover .prd_info  {
    background-color: transparent;
    border-top: none;
    height: 130px;
    transition: all 0.5s ease 0s;}
	
/*Column left*/

#column-left .box-product .name {
	margin-left: 45px;
	color: #000000;
	font-family:Arial, Gadget, sans-serif;
	line-height:14px;
}

#column-left .box-product .name a {
	font-size:12px;
	color: #000000;
}

#column-left .box-product .name a:hover {
	font-size:12px;
	color: #000000;
	text-decoration:underline
}

#column-left .box-product .price {
		margin-left: 45px;
		font-size: 11px;
		color: #F00;
}

#column-left .box-product .price-old {
	font-size:11px;
	color: #900;
}

#column-left .box-product .cart {
    	display:none;
}


#column-left .box-product .image img {
	padding:0px;
	border:none;
	width:38px;
}

#column-left .box-product > div {
	margin-bottom: 5px;
}

/*Blog Module*/

.blogModule .box-heading {
	color:#FFA500 !important;
	padding: 8px 0px 8px 7px !important;
	font-size: 12px !important;
}

/*Blog*/

#blogCatArticles .articleHeader h3 a {
	font-size:12px !important;
	color:#333 !important;
	text-decoration:underline !important;
	font-weight:bold !important;
}

#blogCatArticles .articleHeader h3 a:hover {
	text-decoration:none !important;
}

.articleContent .readMore {
	padding-bottom:10px !important;
	border-bottom: solid 4px #cccccc; 
}

.articleContent .readMore span a {
	font-weight:normal !important;
}

.articleContent .readMore span a:hover {
	font-weight:normal !important;
}

.livemarks {
	display:none;
}

#blogArticle .articleHeader h1 {
	color: #FFA500 !important;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin: 0px !important;
}

#blogArticle p {
	font-size:12px;
	text-align:justify;
}

/*Search rész*/

#blogSearch {
	display:none;
}

.pagination {
	background-image:none;
	background-color:transparent;
	border:none;
}

.page_search .content p {
	margin-bottom:0px;
}

.page_search input[type="text"] {
	color:#000;
}


.page_search .pagination .links b {
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 4px 10px;
	font-weight: normal;
	color: #fff;
	background: white;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color:black;
	font-weight:bold;
}

.page_search .pagination .links a {
	background: transparent;
	border-radius: 0;
}

.pagination .links a:hover {
		border: 1px solid #ffffff;
}

.page_search .pagination .links {
	float:left;
}


.page_search .pagination .results {
	float:right;
	color:#F28F31;
	font-weight:bold;
	font-size:12px;
}

/*Checkout*/

.checkout-content .buttons .right {
	color:#FFA500;
}
.checkout .right a b {
color: #fff!important;
}

.page_checkout #content .content {
	display:none;
	font-size:12px;
}

.page_checkout table {
	border:none;
}

.cart-info thead td {
	background-color:transparent;
	background-image:none;
	border:none;
}

.cart-info tbody td {
	border:none;
}

.cart-left-area h2 {
	display:none;
}

#distributor-responsive {
	display:none;
}
.mobileonly {
	display:none;
}
.phonebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px!important;
	font-weight:bold;
	color:#961315!important;
	padding: 10px 20px;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		max-width: 250px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 25px;
		margin-top: 15px;
}

.page_article #content span a {
	font-weight:normal !important;
}

/*Cart page*/

.cart-info thead td {
	display:none;
}

.cart-info tbody .model {
	display:none;
}

.page_checkout .cart-clear  {
	display:none;
}


.page_checkout .cart-buttons {
	margin-top: 90px;
}

.product-info .description {
	line-height:20px;
}
.product-info .image {
margin-bottom: -10px;
}
.product-info .additional-carousel {
position: relative;
left: 4px;
}
.product-info .image-additional {
padding-left: 16px;
padding-right: 15px;
}

.page_product #content .box .box-heading {
	border-radius: 0;
	background: transparent !important;
	color: #FFA500;
	background-color: transparent !important;
	font-size:12px;
	font-weight:bold;
	text-transform:none;
}

.product-info {
	border-bottom: 1px solid #777;

}

#content .box-product .product-block:hover {
	background:none;
	background-color:none;
}

#content .box-product .price {
	color:#FFA500;
	font-size:13px;
	font-weight:normal;
}

.page_category #content .cart {
	border:none;
	background:none;
}

#video-location {
	width:271px;
	height:25px;
	border:1px solid #777;
	background-color:#5a5a5a;
	padding-top:6px;
	padding-left:7px;
	left: 10px;
	position:relative;
	top:5px;
	margin-bottom:10px;
}
#column-left + #content {
	margin-right:18px;
}

.error {
	color: #f63;
	font-weight: bold;
	font-size: 10px;
	display: block;
}

.required {
	color: #f63;
	font-weight: bold;
}
.checkout-product thead td {
background-color: #777;
border-bottom: 1px solid #777;
}

#kategoria-leiras {
	position:absolute;
	bottom:0;
	color:#999;
	 bottom: -60px;
}
@media only screen and (max-width: 768px) {
#kategoria-leiras {
    bottom: 0px;
    position: static;
    padding-top: 40px;
    display: table;
}
}
.page_category #column-left + #content {
	position:relative;
	 min-height: 434px;
	 margin-bottom:0;
}

.cc_container {
	background:#000 !important;
	border-top:1px solid #fff !important;
}

.cc_container .cc_message {
	font-size:13.75px !important;
}

.cc_container .cc_btn {
	font-size:13.75px !important;
	background:#FF8C00 !important;
	color:#000 !important;
}

.cc_more_info {
	color:#FF8C00 !important;
	font-size:13.75px !important;
	text-decoration:underline !important;
}

.cc_more_info:hover {
	color:#ccc !important;
	text-decoration:none !important;
}

#cookie-sutikezeles h2 {
	color:#FFA500;
}

#cookie-sutikezeles a {
	color:#ccc;
	font-weight:normal;
}

#cookie-sutikezeles a:hover {
	font-weight:normal;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background: #BBB !important;
}
.product-list .description span {
	color:#fff!important;
}

/* light-theme css */

body {
	background:url(/image/data/honlapelemek/background.png) repeat-x fixed bottom left #FFFFFF;
}
.content-inner {
    background-image: url(/image/data/honlapelemek/container-back-white.png);
}
#content a {
    color: #333;
}
.linktosearch {
    color: #333;
}
#content {
    color: #333;
}
.product-list .description span {
    color: #333!important;
}
.product-info .description span {
	color: #333!important;
}
.gyari-szam {
    color: #333;
}
#content .product-list .product-block-inner .name a {
    color: #333;
}
#content .product-block .prd_info .name a {
    color: #333;
}
.product-info > .left + .right .price-tax {
    color: #333;
}
.page_category .product-filter {
    background: none;
    border: none;
}
#content a:hover {
    color: #FFA500;
}
.product-info .description .product-description td {
	vertical-align:top;
}
#content .cart {
	color: #333;
    border: none;
    background: none;
}
.success, .warning {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	margin-top: -14px;
    margin-left: -10px;
    margin-right: -10px;
}
.checkout-button a {
	color: #fff!important;
}
a.button:hover, input.button:hover {
    background: #3e7296;
}
.cart-info tbody .price, .cart-info tbody .total {
    white-space: nowrap;
}
.cart-info tbody .quantity {
    white-space: nowrap;
}
.checkout-content {
    border-color: #ccc!important;
    background: #ffffff;
}
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"] {
    border: 1px solid #ddd;
}
.checkout .right a b {
    color: #333!important;
}
.checkout-heading a {
	color:#cecece!important;
}
.checkout-content .buttons .right {
    font-weight: bold;
}
.contact-info .left {
    border: none;
    background-color: transparent;
}
#content .content {
    border: none;
    background-color: transparent;
}
table.form > * > * > td {
    color: #444 !important;
    font-weight: bold;
}
.product-info .price-old {
    margin-right: 5px;
}
.product-grid-list .price-tax {
    font-size: 13px;
}
.product-filter .display .List, .product-filter .display .List a:hover, .product-filter .display .Grid {
    background-color: #aaaaaa;
}
#categoryicons {
	display: table;
}
.caticon img {
    width: 100%;
	height:auto;
}
.caticon {
    width: 77px;
    margin-right: 3.25px;
    height: auto;
	float:left;
}
.caticon h3 {
    text-align: center;
	margin:0px;
    font-size: 11px;
}
.caticon a:hover {
    color: #333!important;
}
.home #half img {
	width:90%!important;
	max-width:250px;
	height:auto;
}
.caticon:last-child {
    margin-right: 0px!important;
}
#content p {
    margin-bottom: 15px;
}
#video-location {
    border: none;
    background-color: transparent;
}
.tm_responsive_group {
    border: 1px solid #bbbbbb!important;
    background-color: #ffffff!important;
}
.ar {
    color: #333;
}
.prd_info .button {
	color:#fff!important;
	font-weight:normal!important;
    font-size: 12px!important;
}
iframe[name='google_conversion_frame'] {
    position: absolute;     
    bottom: 0;
}
@media only screen and (max-width: 980px) {
.product-grid .price-brutto {
	display:none;
}
}
@media only screen and (max-width: 767px) {
.content-inner {
    background-image: none;
    background-color: #ffffff!important;
}
}
.sarga {
    color: #FFA500;
    font-size: 11px;
    margin-bottom: 5px!important;
}

.breadcrumb a {
	color: #A29C9C !important;
	font-size: 10px !important;
	text-decoration:none !important;
}

#content .breadcrumb a {
	text-decoration:none !important;
}

.success {
	background-image:none;
	padding-left:10px;
}
#content .breadcrumb, #content .breadcrumb a {
    font-weight:normal!important;
}
#content .breadcrumb a:hover {
	text-decoration:underline!important;
}
.sale {
    display: none!important;
}
.garancia {
	font-size:12px!important;
	color:#333!important;
}
#content .product-list .product-block-inner .name a {
    color: #FFA500!important;
    text-decoration: underline!important;
    font-size: 13px!important;
}

<!-- Ár beállítások -->

.plussz_afa {
	display:none !important;
}

.brutto-kiiras {
	display:none;
}

/* Javítások */

.page_special #content .content {
	margin-top:0;
}