@font-face {
 font-family: centrygothic;
 src: url("../font/4365.eot") /* EOT file for IE */
}
@font-face {
 font-family: centrygothic;
 src: url("../font/4365.ttf") /* TTF file for CSS3 browsers */
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #282828;
	font-family: 'Raleway',Arial,Helvetica,sans-serif,centrygothic;
	line-height:24px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-top:4px solid #626668;
}
body, td, th, input, textarea, select, a {}
h1, .welcome {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	color:#444;
	text-transform:capitalize;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #282828;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	text-decoration:none;
	color:#686868;
}
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;
}
.menu_top{
background-color:#000;
color:#fff;
}
.nav-responsive span{
color:#fff !important;
}
.nav-container1.responsive-menu.res_fixed{
background-color:#000;
}
.menu_top_inner{
background-color:#000;
}
/*==================================*/
/* 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 #E5E5E5;
	color: #666;
	outline: 0;
	padding:5px 5px 5px 3px;
  width:205px;
  z-index:0;
  position:relative;
  
  	font-family: 'Raleway',Arial,Helvetica,sans-serif;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {  color: #888; }

input:-moz-placeholder,
textarea:-moz-placeholder {  color: #888; }

input.placeholder_text,
textarea.placeholder_text {  color: #888; }
 

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  /* for Opera */
  z-index: 1;
}

.header .form-search input:focus,
.header .form-search input:active{ 
	-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,
.cms_shipping,
.home .box,
.home .htabs,
.home .tab-content,
.banners-slider-carousel,
.content-inner,
.cms_brands_block,
.cms_faces_block,
.footer-inner,
.sliderbaaner_top,
#testcms-products_block_center,
#menu, #res-menu,
#testimonial
{	
	width: 1170px;
	margin:0 auto;
	text-align: left;
 
}
.home .content-inner{width:100%;margin-top:0;}

#breadcrumb_top{width:1170px;margin:35px auto 0;}


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


#column-left {
	float: left;
	width: 225px;
}
#column-right {
	float: right;
	width: 225px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 255px;
}
#column-right + #content {
	margin-right: 255px;
}
/* header */


.newdesc a,.newdesc a:hover{
	color:#fff;
}

#header .header-right { float:right; width:642px; }

#content .welcome { display:none; visibility:hidden;}
.currency_div{width:131px!important;}
.language_div, .currency_div{
    background-color: #F5F5F5;
    padding:0px;
    border:1px solid #DDDDDD;
   	display:none;
	position:absolute;
	width:125px;
	z-index:99;
	top:24px;
	right:0;
		 box-shadow:0 2px 1px #F0F0F0;
}
#language {			
float: right;
    margin: 0;
    position: absolute;
    right:108px;
    top: 54px;
}
 #language .lang_image{ padding-left:5px; cursor: pointer;}
 
 #language .language_div img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 54px;
}
 
#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: #222; cursor:pointer;	 }
 
.currency_div a ,.language_div a  {
	 display:block; 
	padding: 2px 10px;
	text-align:left;
	border-bottom:1px solid transparent;border-top:1px solid transparent;
	margin-right: 0px; font-size:13px;}

.currency_div a:hover ,.language_div a:hover 
{background:#fff;border-bottom:1px solid#ddd;border-top:1px solid #ddd;}
#currency a:hover {}

#header #cart .heading {
	float: right;
	position: absolute;
	z-index: 1; 
}
#header #cart .heading h4 { 
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}
#header #cart .heading span {}
#header #cart .heading span {
background:url(../image/megnor/cart1.png) no-repeat scroll 0 1px  transparent;
	padding-right: 0px;
	  float: left;
	  padding-left: 25px;
	  color:#fff;
}
/*#header #cart.active  .heading span {padding-right: 15px;}*/
#header #cart .content {
	clear: both;
	display: none;
 	float:right;
	position:relative;
	top: 43px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	background: #FFF;
	width:250px;
	box-shadow:0 2px 1px #F0F0F0;
	position: absolute;
    right: 0;
  }
#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;
}

.searchtoggle
{	display:none;
    border: medium none;
    height: 31px;
    margin-left: 0;
    margin-top: 0px;
    position: absolute;
    right: 2px;
    width: 261px;
    z-index: 99;
	right:5px;
	top:0px;
	opacity:0;
}
/*#header #search:hover*/ .searchtoggle{opacity:1;}
#header .button-search {
	position: absolute;
	   right: 4px;
    top: 3px;
	 background: url("../image/megnor/search.png") no-repeat scroll left center transparent;
	width: 28px;
	height: 24px;
	
	cursor: pointer;
	z-index:9;
}
#header #search input {
	background: #FFF;
	padding: 7px 30px 7px 7px;
	width: 262px;/*262*/
	border: 1px solid #EBEBEB;
	box-shadow:0 2px 1px #F0F0F0;
 	top: 1px;
	right:5px;
}
#header .top-link{
}
#header .welcome-links{ width:100%; float:left; margin-top:10px;width:75%;}
.nationallogo {
    float: right;
  margin-top:14px;
}
#header #welcome {
	z-index: 5;
	text-align: right;

	float:left;	

}
 #header .links a + a{ border-right:none;}
#header .links {
/*	float:left;
	clear:both;	*/
/*	margin-top:54px;*//*5px*/
/*	text-align:right;
	left: 170px;
    margin-top: 0;
	top:54px;
    position: absolute;*/
	margin-left:7px;
	display:inline-block;
}
#header .links a + a  ,  #header #welcome a + a{
	display: inline;
	padding: 0px 7px;
}
#header .links a:hover{ }
#header .links a + a ,  #header #welcome a + a{	margin-left: 0px;}

#welcome > a, #header .links a {  border-right: 1px solid #DDDDDD;   padding-right: 10px;
 /*   margin-left: 5px;*/
/* color:#666;*/
}
#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 -154px;
    float: right;
    height: 20px;
    margin: 10px 10px 0 15px;
    width: 30px;
	cursor: pointer;
    float: none;
    margin: 0 auto;
	padding:12px 0px;
}


/*--------------------------Mega menu start ----------------------------------------*/
		
	
.nav-container{}
#menu,#res-menu
{
	  height: 67px;
    margin-bottom: 1px;
    padding: 0 5px;
}
#menu ul {	
	float:left;
	 list-style: none outside none;
    margin: 0;
    padding:0px;
}
#menu > ul > li {
	 /*display: inline-block;*/
    position: relative;
    text-align: center;
    z-index: 20;
	float:left;
}
#menu > ul > li.home-image{	background: none;}
/*#menu > ul > li + li {}*/
.home-logo
{
 	background: url(../image/megnor/sprite.png) no-repeat scroll -81px -325px transparent;
    height: 18px;
    width: 18px;
}
.categorycolumn {
    float: left;
    margin-bottom: 0px;
    min-width: 180px;
    vertical-align: top;
	padding-right:6px;
}
.submenu1
{
	font-weight:normal;
	color: #222222!important;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 21px;
    padding: 8px 0 4px;
    position: relative;
    text-transform: capitalize;
}
.submenu1:hover{color:#666;}
.categorybg ul .categorycolumn a:hover{color:#666!important;}
.categoryinner ul{padding:0!important;}
.cate_inner_bg ul
{	border-top:1px solid #dbdbdb;  padding-top: 7px!important;}
.submenu1:hover {}
.submenu2:hover{   background: url("../image/megnor/menu_droup_down.png") no-repeat scroll left -12px transparent !important; }
.submenu2
{    
    border-bottom: 0 none;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
    margin-left: 0;
    padding: 3px 0 0 15px;
    text-transform: capitalize;
	background: url("../image/megnor/menu_droup_down.png") no-repeat scroll left 9px transparent;
}
#menu > ul > li ul > li > a {

    display: inline-block;
    font-size: 14px;
    min-width: 150px;
    padding:0px 5px 10px 23px;
    text-decoration: none;
    white-space: nowrap;
	background:url(../image/megnor/categori-icons.png) no-repeat scroll 8px -59px transparent;
	transition-duration: 800ms;
}
#menu > ul > li ul > li > a:hover {background:url("../image/megnor/categori-icons.png") no-repeat scroll 8px -94px #EEEEEE !important;transition-duration: 800ms;}

#carousel0{}
#menu > ul > li:hover {}
#menu > ul > li > a {	
 color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    margin-right:30px;
    padding:22px 0 22px;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
	font-size:13px;
	font-weight:bold;
	
}

#menu > ul > li:hover > a {}
#menu > ul > li > div {

  background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #DCDCDC;
    display: none;
    left: 0;
    min-width: 560px;
    padding: 15px;
    position: absolute;
    top: 54px;
    z-index: 12345;
    text-align: left;  
}
#menu > ul > li:last-child:hover div{right:0;left:auto;}

.categorycolumn ul {float: left;}
.ie7 #menu > ul > li > div {width: 560px;}
#menu > ul > li > div.categorytop{}
#menu .toparrow { background: url("../image/nav_topborder.gif") no-repeat scroll 32px top transparent;}
#menu > ul > li:hover > div {display: block;}
#menu > ul > li > div > ul {display: table-cell;}
#menu > ul > li ul + ul {padding-left: 0px;}
#menu > ul > li ul > li > a:hover {	color:#222;}
#menu > ul > li > div > ul > li > a {color: #fff;padding:7px;}
#menu > ul > li ul > li > a:hover {}
#menu > ul > li > a:hover {color:#666;  /*padding:18px 0px 19px;*/}
#res-menu{display:none;}

.active_menu
{
	background:url(../image/megnor/dropdown-icon.png) no-repeat scroll 0 0 transparent;
	height: 7px;
    left: 33px;
    position: absolute;
    top: 48px;
    width: 12px;
	display:none;
}
#menu > ul > li:hover .active_menu {display: block;}
.cate_inner_bg li { padding:0!important;}
.cate_inner_bg li a{background:url(../image/megnor/categori-icons.png) no-repeat scroll left -55px transparent;}

#menu .hiden_menu ul{display:none;}

/*--------------------------Mega menu end ----------------------------------------*/
.breadcrumb {
	color: #aaa;
	margin-bottom: 10px;
} 
.breadcrumb ul{ 
	list-style-type: none;
	padding:0px;
	margin:0px;
	list-style: none;
}
.breadcrumb ul li{ 
	padding: 0;
	margin:0;
	display:inline;
	position:relative;
}
.home .success,.home  .warning,.home  .attention,.home  .information {margin-top:0;}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom:0px;
	margin-top:35px;
	position:relative;
}
#notification a{ color:#444;}
.success {
	background: #f5f5f5 url('../image/megnor/success.png') 10px center no-repeat;
	border: 1px solid #E5E5E5;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;

}
.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 #E5E5E5;
	border-left: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
table.list thead td {
	background-color: #f5f5f5;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	
	color: #444;
}
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: #f5f5f5;
	color:#444;
	cursor: pointer;
}
.pagination {
 border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 11px;
    width: 100%;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	   color: #A3A3A3;
    display: inline-block;
    padding: 0 5px;
	border:1px solid #DDDDDD;
	 padding: 1px 8px;
	 margin-right:2px;
}
.pagination .links b , .pagination .links a:hover{
     color: #000;
    display: inline-block;
 	padding: 1px 8px;
 	border:1px solid #DDDDDD;
	background:#F4F4F4;
		 margin-right:2px;
		 font-weight:normal;
}
.pagination .results {
	float: left;
	padding-top: 3px;
}
/* button */
a.button, input.button
{
	cursor: pointer;
	color: #E8E8E8;
	background: #000000;
	position: relative;
	font-size:15px;
	font-family:'Raleway',Arial,Helvetica,sans-serif;
	width:auto;
	padding:0 12px;
	bottom:0;
	left:0;
	
}
a.button:hover, input.button:hover{color:#fff;}

a.button {
	display: inline-block;	
	padding: 4px 12px 4px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 28px;
	padding: 0px 12px 0px 12px;
	font-size:15px;
	font-family:'Raleway',Arial,Helvetica,sans-serif;
}

.ie7 .home .tab-content .product-block input.button,
.ie7 .product-grid .product-block input.button,
.ie7 #content .related-products .product-block a.button{height:77px} 

#content  .related-products .product-block a.button{padding-bottom:0px;padding-top:0;}
.ie7 input.button  { padding:0 3px; } 
a.button:hover, input.button:hover {background-color:#686868;}
.buttons {
	background: #FFFFFF;	
	overflow: auto;
	padding: 6px;
	margin-bottom: 10px;
	border-bottom:1px solid #E5E5E5;
}
.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; }
/*--------------------------------------------------------Tab start home page and product info page -------------------------------------------------------*/
.htabs{	text-align: center;}
.home #tabs-0{text-align:center;}
.etabs {
    border-bottom: 1px solid #DDDDDD;
    display: inline-block;
    float: none;
    line-height:11px;
    padding: 0 40px;
	margin:0;
    text-align: center;
}
.htabs .etabs li
{
	display: inline-block;
    list-style: none outside none;
    position: relative;
	line-height: 17px;
    text-align: center;
}
.htabs a 
{
	background:none;
	border-bottom: 3px solid transparent!important;
	font-size:18px;
	padding:0 0 17px;
	margin:0;
	margin-right:25px;
    display: block ;
}
.htabs a.selected,.htabs a:hover{background: #FFFFFF;border-bottom:3px solid #444!important;}
.home .tab-content
{
	width:1148px;
	border:none;
	overflow:visible;
	padding:29px 10px 20px;
	margin-bottom: 25px;
}
.htabs > a:last-child{    margin: 0;}
.etabs a.selected .arrow,
.htabs a:hover .arrow
{
    background: url(../image/megnor/arrow.png) no-repeat scroll 0 0;
    bottom: -24px;
    height: 20px;
    left: 30%;
    position: absolute;
    width: 20px;
}
.tab-content 
{
	padding:39px 0px 17px;
	margin-bottom:0px;
	z-index: 2;
	overflow: auto;
	text-align:justify;
}
/*---------------------------------------------------Tab end  home page and product info page------------------------------------------------------------*/
#tab-related{ 
	position:relative;
	padding-top:25px;
}
#products-related{ }
/* box */  
.box {
	margin-bottom:12px;
}

#column-left .box,
#column-right .box{	margin-bottom:5px;}
#column-left .box .box-heading,
#column-right .box .box-heading
{
	text-transform:uppercase;
	border-bottom: 1px solid #EEEEEE;
}
.box .box-heading {
	padding: 2px 0px 9px;
	font-size: 18px;
	color: #444;
}
#column-left .box .box-content,
#column-right .box .box-content
{
	background:none;
	border:none;
	border-radius:0;
	padding:8px 0 40px;
}
.box .box-content {
	background: #FBFBFB;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding:10px;
	 
}
#column-left .banner div img,
#column-right .banner div img
{margin-bottom:0;}
#content .box .box-heading {

	border:none;
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	color: #444;
}
#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:6px 0;
}
.collapsable ul li.last{border-bottom:none;}
.box-category.treeview-list.treeview > li:last-child{border-bottom:none;}
.box .box-content ul li a ,
#content .content ul li a
{
	background:url(../image/megnor/categori-icons.png) no-repeat left 4px;
	padding-left:12px;
	transition-duration: 200ms;
}
.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,
ul.box-category > li a.active
{
	background:url(../image/megnor/categori-icons.png) no-repeat left -31px;
	transition-duration: 200ms;
}

.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 {

}
ul.box-category > li {
	padding: 4px 0px 4px 0px;
}
.box .box-content ul li + li {

}
ul.box-category > li > a {

}
ul.box-category > li ul {
	display: none;
}
 
ul.box-category > li a.active {
	font-weight: normal;
	color:#222;
}
ul.box-category > li a.active + ul {
	display: block;
	margin-left:18px;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	background:url(../image/megnor/categori-icons.png) no-repeat left -61px !important;
	padding-left:12px;
	display: block;
}
ul.box-category > li ul > li > a:hover{
background:url(../image/megnor/categori-icons.png) no-repeat left -96px !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;
 text-transform:capitalize;
	display: block;
 
}
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 {
	padding-bottom: 6px;
	  margin-bottom: 15px;
	border-bottom:1px solid #EEEEEE;
}
.category-info .image {float: left; margin-bottom:8px;}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
border-bottom:1px solid #EEEEEE;
}
.category-list ul {
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.page_category #content h2{margin-bottom:0;color:#444;}

.category-list ul li{ 
	margin:10px 7px 3px 0;
	position:relative;
	overflow: auto;
	float:left;
	padding:0;
}
.category-list ul li a{ 
	padding:5px 8px; 
	display:block;
	border:1px solid #EBEBEB;
}
.category-list ul li a:hover { }
/* 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 {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	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;
	margin-top: 8px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
margin-top: 8px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
.product-compare a {
	font-weight: normal;
}


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

/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom:6px;	
	width:100%;
}
#column-left .box-product > div:hover .image img,#column-right .box-product > div:hover .image img{border:1px solid #EEEEEE;}
#column-left .box-product > div:hover .name a,
#column-right .box-product > div:hover .name a
{color:#000;}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:7px;
}

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

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

#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:#282828;
	display:block;
	text-align:left;
}
#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover { color:#686868;}

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

#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:276px;
	float:left;
	display: inline-block;
}

#content .new-carousel .box-product .product-items,
#content .new-carousel .product-carousel .slider-item
{
	width:395px!important;
	float:left;
	display: inline-block;
}
#content #module-0-carousel1 .slider-item
{
	width:290px!important;
	float:left;
	display: inline-block;
}

#module-0-carousel1 img {
    max-width: 95%;
	padding:5px;
	background:#fff;
}
 
.ie7 .product-grid li{ width:276px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:4px 3px; 
	background:#fff;
	clear:both;
	overflow:hidden;
	padding-bottom:0;
	text-align:center;
}

.grid_default_width { width:276px;}
.featured_default_width{ width:276px;}
.module_default_width{ width:195px;}
.latest_default_width{ width:276px;}
.special_default_width{ width:276px;}
.related_default_width{ width:276px;}
.bestseller_default_width{ width:276px;}
.additional_default_width{ width:95px;}
.banner_default_width{ width:357px;}
.slider_default_width{ width:290px;}

.sliderbanner_default_width{ width:290px;}

.testcms_default_width{ width:390px;}

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

#content .product-carousel .product-block,
#content .product-grid-list  .product-block,
#content .box-product .product-block{ 
	margin:5px 12px; 
	clear:both;
	overflow:hidden;
	padding-bottom:0px;
}

#content .product-carousel .product-block:hover .price,
#content .product-grid-list .product-block:hover .price,
#content .box-product .product-block:hover .price,
#products-related .product-block:hover .price
{
	display:block;
	overflow:hidden;
	clear:both;
	color:#222;
}
#content .product-list .product-block .name {margin-top:5px;}

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

#content .product-carousel .product-block:hover .image,
#content .product-grid-list .product-block:hover .image,
#content .box-product .product-block:hover .image{border-color:#e5e5e5;transition-duration: 800ms;}

#content .product-carousel .product-block .name a,
#content .product-grid-list .product-block .name a,
#content .box-product .product-block .name a{color:#282828;}

#content .product-carousel .product-block .name ,
#content .product-grid-list .product-block .name ,
#content .box-product .product-block .name { margin-top:5px;}

.ie7 #content .product-carousel .product-block,
.ie7 #content .product-grid-list .product-block,
.ie7 #content .box-product .product-block {}

.ie7 #content .product-carousel .product-block:hover,
.ie7 #content .product-grid-list .product-block:hover,
.ie7 #content .box-product .product-block:hover {}

#content .product-carousel .product-block-inner,
#content .product-grid-list .product-block-inner,
#content .box-product .product-block-inner
{
	 padding:0px;/*10px 7px*/
	 text-align:center;
	 position:relative;
	 overflow:visible;
}

/* text align left for product listing*/
#content .product-list .product-block-inner { text-align:left;} 
.product-list .image {
   border: 1px solid transparent;
    float: left;   margin: 10px 10px 0;
}

#content .product-list .product-block:hover .image{border-color:#fff;}
#content .product-list .product-block{ border-color: #EBEBEB;}
#content .product-list .product-block:hover {border-color: #E5E5E5;transition-duration: 800ms;}

.product-list .wishlist{ float:left; margin-right:10px; }
.product-list .left{ float:left;  width: 192px; }
.product-list .right {
  float: left;
    margin-left: 15px;
    text-align: left;
    width: 700px;
}
.product-list .cart{clear:both; margin-top: 5px;float:left;}
.product-grid .image,
#content .box-product .image {
	display: block;
	margin-bottom: 0px;
	border:1px solid #fff;
}

.product-grid .image a,
#content .box-product .image a
{background:#F2F2F2;display:block;}

.product-grid-list .image img,
#content .box-product .image img,
#column-left .box-product .image img,
#column-right .box-product .image img {/*	padding: 3px;*/	/*max-width:98%;*/}

/* 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 #fff; background:#f2f2f2;}

.product-grid-list .name a,
#content .box-product .name a,
#column-left .box-product .name a,
#column-right .box-product .name a  {text-transform:capitalize;}

#column-left .box-product .name a,
#column-right .box-product .name a{ font-size:15px;}
.product-grid-list .name a,
#content .box-product .name a 
{
		margin-bottom:0px;
		margin-top:13px;
		font-size:16px;
		text-transform:capitalize;
}

.product-grid-list .name a:hover,
#content .box-product .name a:hover,
#column-left .box-product .name a:hover,
#column-right .box-product .name a:hover  {color:#000;}

.product-grid .description,
#content .box-product .description {display: none;}

.product-list .description {
	margin-bottom: 7px;
	text-align:justify;
	margin-top:7px;
}

.ie7 #content .box-product .rating{	bottom:100px;}
.product-grid .rating img, #content .box-product .rating img{ margin:0 auto; }
.product-list .rating {  margin: 5px 0;}

.product-grid .price,
#content .box-product .price, #content .box-product .price{ color:#000; font-weight:bold; font-size:18px; font-family:"Open Sans",Arial,Helvetica,sans-serif;}
#column-left .box-product .price,
#column-right .box-product .price {	display: block;	color:#000; padding:5px 0px;}

.product-list .price {	float: left;  margin: 5px 0;}

.product-list .price,
.product-grid-grid .price,
#content .box-product .price,
#column-left .box-product .price,
#column-right .box-product .price,.product-grid-list .price-new, #content .box-product .price-new, #column-left .box-product .price-new, #column-right .box-product .price-new{ color: #000; font-family:"Open Sans",Arial,Helvetica,sans-serif;}

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

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

.product-grid .price .price-tax,
#content .box-product .price .price-tax {	display: none;}

.product-grid-list .price-tax {	color: #999;}

.product-grid-list .cart,
#content .box-product .cart , .related-products a.button{}

.product-grid-list .wishlist, .product-grid-list .compare,
#content .box-product .wishlist, #content .box-product .compare {}

.product-grid-list .wishlist a,#content .box-product .wishlist a {
	padding-left: 18px;
	background: url('../image/compare.png') no-repeat scroll 0 0px transparent;
	font-size:12px;
}
.product-grid-list .compare a,
#content .box-product .compare a {
	padding-left: 18px;
	background: url('../image/compare.png') no-repeat scroll 0 -43px transparent;
	font-size:12px;
}

.product-grid-list .wishlist a:hover,
#content .box-product .wishlist a:hover{ background-position:0 -21px; transition: all 500ms ease 0s;}


.product-grid-list .compare a:hover,
#content .box-product .compare a:hover{background-position:0 -63px; transition: all 500ms ease 0s;}

/* Product Info - Propduct Detail page */
.product-info {
	margin-bottom: 40px;
	overflow:auto; 
}

.page_product .related_products{margin-top:30px;}
.product-info > .left {
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}
.product-info > .left + .right {margin-left: 573px;}

.product-info .right h1.name{
	margin-bottom:6px;
border-bottom:1px solid #EEEEEE;
	padding-bottom:11px;
	font-size:20px;
}
.product-info .image {
	border: 1px solid #E9E9E9;	
	border-left:none;
	display:block;
	float:right;
	margin-bottom: 15px;
	text-align: center;
	background:#f2f2f2;
}
.product-info .zoomContainer{ z-index:1;  }/* It need for ie7 */
.product-info .additional-carousel{ position:relative; display:none;}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 15px;
    padding-right: 15px;
    width: 355px;
}
.product-info .image-additional img {  background:#f2f2f2; border: 1px solid #e9e9e9;padding: 3px;}
.product-info .image-additional img:hover{border-color:#D1D1D1;} 
.product-info .image-additional a {
	display: block;	
}
.product-info .description {

	padding: 5px 0px 0px;
margin-bottom:15px;
	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: #444;	
}
.product-info .description a:hover {
	color: #000;
}
.product-info .price {
	overflow: auto;
	padding:0px;
	margin-bottom: 25px;
	font-weight: normal;
}
.product-info .price .price1{
	font-size:23px;
	color:#000; font-weight:bold; font-family:"Open Sans",Arial,Helvetica,sans-serif;
}
.product-info .price .price1,.product-info .price-new{ font-size:23px; color:#000; font-weight:bold; font-family:"Open Sans",Arial,Helvetica,sans-serif;}
.product-info .price-old {
	color: #999999;
	font-size:14px;
	text-decoration: line-through;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
}
 
.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: #A3A3A3;
}
.product-info .options {
	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 {
	padding: 15px 0 15px;
	margin-bottom: 0px;
	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;
}
.product-info .review > div > span {
	color: #0088CC;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	border-bottom:none;
	    padding: 10px 0 15px;
}
.product-info .review .share a {
	
}

#tab-review b,
#tab-review strong{ font-weight:normal;}
#tab-review h2
{
	color: #444;
    font-weight: normal;
    margin-bottom: 8px;
    text-transform: capitalize;
}
#tab-review label{ display:block;color: #444; margin-bottom:5px;}
#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 {
 	color: #444;
    float: left;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.review-list .date { float:left; margin-left:5px;} 
.review-list .rating {
	float: left;
	margin-bottom: 10px;
	margin-left:5px;
}
.review-list .text {
  clear: both;
    line-height: 25px;
    text-align: justify;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	background: #f5f5f5;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #444;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	background: #f5f5f5;
	color:#444;
	text-align: left;
}
.compare-info tr td:first-child {
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.compare-info td img{border: 1px solid #e5e5e5;}
.compare-info td img:hover{border: 1px solid #D1D1D1;}
.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 #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #444;
	background-color: #f5f5f5;
	border-bottom: 1px solid #E5E5E5;
}
.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 #E5E5E5;
}
.wishlist-info tbody .image img {
	border: 1px solid #E5E5E5;
}
.wishlist-info tbody .image img:hover {	border: 1px solid #D1D1D1;}

.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: #999;
}
.wishlist-info tbody .price b,.wishlist-info tbody .price {
	color: #000;
}
.wishlist-info tbody .action img , #wishlist-info-table .tm_responsive_group .Action img{
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	
}
.login-content .right a{ display:inline-block;margin-top:10px;}
.login-content .right a:hover{ text-decoration:underline}
.login-content h2{ color: #444444; font-weight: normal;    text-transform: capitalize;}
.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;
		
}
.page_affiliate #content p{text-align:justify;}
.login-content .left .content p, .login-content .right .content p{ margin-top:5px; margin-bottom:10px;text-align:justify;}
.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; float:left;}
.cart-buttons{ border:none; width:100%}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	  background-color: #E9E9E9;
    border-bottom: 1px solid #E5E5E5;
    color: #444444;
}
.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 #E5E5E5;
}
.cart-info tbody .image img {
	border: 1px solid #E5E5E5;
	background:#f2f2f2;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='text'] , .Quantity input[type='text'] { width:25px; text-align:center;}
.cart-info tbody .quantity img ,.Quantity img{top: 4px;}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img ,.Quantity img{
	position: relative;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #DF0505;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-right-area .checkout-button{
	text-align:right;	
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	padding: 8px;
	font-size: 13px;
	margin-bottom:-1px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-transform:lowercase;
}
.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 #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #444;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
.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 #e5e5e5;
}
.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 {
	  border: 1px solid #EEEEEE;
    margin-bottom: 10px;
    overflow: auto;
    padding: 30px 30px;
}
.contact-info .left {
	float: left;
	width: 50%;
	margin: 20px 0;
}
.contact-info .right {float: left;width: 50%;}
.sitemap-info {overflow: auto;margin-bottom: 40px;}
.sitemap-info .left {float: left;width: 48%;}
.sitemap-info .right {float: left;width: 48%;}
/* footer */ 
#footer {
	clear: both; 
	overflow:auto;
	min-height: 100px;
	padding: 50px 0 40px;
}
#footer h3 {
	font-weight: normal;
	font-size:20px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-transform:capitalize;
	color:#fff;
}
#footer .column {float: left;width: 305px;}
#footer .column ul {
	margin: 0px;
	padding-left: 0px;
	list-style:none;  
}
#footer .column ul li {padding:0px 0px 8px;}
#footer .column li a {}
#footer .column a:hover{ padding-left: 3px;  text-decoration: none;  /*transition: all 50ms ease 0s;*/ color:#adadad;}
#bottomfooter ul li a:hover{
color:#adadad;
}
/* banner */
.banner { clear:both; margin-bottom:20px;}
.banner div {
	text-align: center;
	width: 100%;
	display: none;
 
}
.banner div img {margin-bottom: 20px;max-width:100%;}
.captch_input{ float:left; margin:4px 7px 0 0 !important; }
.sale
{	background-color: #e8e8e8;
    border-radius: 50%;
	color: #444;
	 border: 4px solid #DDDDDD;
	padding:10px 6px;   
	text-align: right;
    text-transform: uppercase;	
	position:absolute;
	top:10px;
	right:10px;
	padding:12px 6px;
}
.product-list .sale{   left: 12px;right: auto;    top: 12px; }
#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 label{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -236px ;    padding: 4px 0 4px 35px;}
.contact-info .telephone label{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -317px ;    padding: 4px 0 4px 35px; }
.contact-info .fax label{  background: url("../image/megnor/cms-sprite.png") no-repeat scroll -7px -275px ;    padding: 4px 0 4px 35px;line-height:25px;}
.address, .telephone{ margin-bottom:35px; }
.contact-info label{ font-weight:bold; }

.language_label,.currency_label{/*display:none;*/}

.cms_shipping{margin-top:38px;  margin-bottom: 76px;}
.box-content-cms{}
.cms_shipping_line{height:0px;}
.cms_shipping .title{margin-top:13px;margin-bottom:14px;color:#444;font-size:22px;}
.cms_shipping .des{margin-bottom:18px;}
.cms_shipping .des p{margin:0;line-height: 24px;}

.cms_shipping1,
.cms_shipping2,
.cms_shipping3
{
	display: inline-block;
    text-align: center;
    width: 324px;
}
.cms_shipping2{   margin: 0 95px;}
.cms_face
{
	display: inline-block;
    text-align: center;
}
.cms_shipping .icon
{
	display: inline-block;
    height: 49px;
    text-align: center;
    width: 59px;
}
.cms_shipping1 .icon{background: url("../image/megnor/icon1.png") no-repeat scroll 0 -58px transparent;}
.cms_shipping1 .icon:hover{background-position:0 -4px;}
.cms_shipping2 .icon{background: url("../image/megnor/icon2.png") no-repeat scroll 0 -59px transparent;}
.cms_shipping2 .icon:hover{background-position:0 -4px;}
.cms_shipping3 .icon{background: url("../image/megnor/icon3.png") no-repeat scroll 0 -58px transparent;}
.cms_shipping3 .icon:hover{background-position:0 -4px;}

.cms_shipping1:hover .icon,
.cms_shipping2:hover .icon,
.cms_shipping3:hover .icon
{background-position:0 -4px;transition: all 500ms ease 0s;}

.cms_shipping .read
{

    color: #444;
    display: inline-block;
    padding:0px 12px;
}
.cms_shipping1:hover .read,
.cms_shipping2:hover .read,
.cms_shipping3:hover .read
{  color: #222222;
    transition: all 100ms ease 0s;}

.cms_brands_bg
{	
/*	background:url(../image/megnor/img1.jpg) repeat-x fixed 50% 0 / cover transparent;
	background-size:cover;*/	 
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	
	background-image:url(../image/megnor/center_homebg.png);
	background-repeat:repeat-x;
	background-position:50% 0;
	background-attachment:fixed;
	background-size:cover;
	background-color:#272E37;	
}

.ie7 .cms_brands_bg{background:url(../image/megnor/img1.jpg) no-repeat 50% center  #FFFFFF!important;	/* fixed 50% 0 / cover*/}
.cms_brands_block{padding:0px 0 0;}
.cms_brand1,
.cms_brand2
{
	float:left;
    text-align: center;
    padding-bottom: 4%;
	margin-top:102px;	
    padding-left: 20px;
    width: 30%;/*287px*/
}
.cms_brands_block .title
{
	font-size:32px;
	color:#fff;
	 line-height: 40px;
	text-transform:uppercase;
}
.cms_brands_block .des
{
	display: inline-block;
    text-align: center;
    width: 206px;
	font-size:16px;
	line-height: 24px;
	color:#fff;
	margin-top:26px;
	margin-bottom:14px;
}
.cms_brands_block .des p{margin:0;}

.cms_brands_block .border_main
{
	background:#FFFFFF;
    border: 1px solid #CECECE;
    display: inline-block;
    height: 1px;
    text-align: center;
    width: 25%;
}

.cms_brands_block .border{  padding-bottom: 60px;}
.cms_faces{ margin-top: 36px;}

.cms_faces .icon
{
	display: inline-block;
    height: 100px;
    text-align: center;
	width: 97px;
}
.sliderbaaner_top_inner ul li:hover
{ 
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.cms_face:hover .icon
{
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.cms_faces .title
{
	font-size:18px;
	color:#444;
	line-height:40px;
	text-transform:capitalize;
}

.cms_brands_bottom .doted_top{/*background:url("../image/megnor/doted_line.png") repeat-x scroll 0 0 transparent;*/height:0px;}
.cms_brands_bottom .doted_bottom{/*background:url("../image/megnor/doted_line.png")  repeat-x scroll 0 0 transparent;*/height:0px;}
.footer_top{}
#footer-container{background-color:#000;border-top:1px solid #e1e1e1;}
#social_block > h3 {display:none;}

.column ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#social_block 
{
	text-align: center;
	padding-bottom: 20px;
    margin-top: 20px;
}

#social_block li 
{
    cursor: pointer;
    display: inline-block;
    height: 36px;
	margin-right: 10px;
    width: 36px;
}
#social_block li a 
{
    cursor: pointer;
    display: inline-block;
    height: 36px;
    width: 36px;
}
#footer a{
color:#fff;
}
#social_block li.facebook {
	
	background: url(../image/megnor/social.png) repeat scroll -21px -347px;
}
#social_block li.twitter {background: url(../image/megnor/social.png) repeat scroll -82px -347px;}
#social_block li.rss {background: url(../image/megnor/social.png) repeat scroll -205px -348px;}
#social_block li.linkdin {background: url(../image/megnor/social.png) repeat scroll -144px -347px;}


#social_block li.facebook:hover{background-position:-21px -401px;}
#social_block li.twitter:hover{background-position:-82px -401px; }
#social_block li.rss:hover{background-position:-205px -401px;}
#social_block li.linkdin:hover{background-position:-144px -401px;}
#social_block li:hover{transform: rotate(360deg);transition: transform 400ms ease 0s;}

.custom_footer_main .column li a,
#footer .custom_block .email a, 
#footer .custom_block .email a:hover 
{background: none;}

#bottomfooter ul 
{
    margin: 0;
    padding: 0;
    text-align: center;
}
#bottomfooter { padding:20px 0 0;}
#bottomfooter ul li {display: inline;margin-right: 14px;}

#bottomfooter ul li a {text-transform: capitalize;color:#fff;}
#bottomfooter ul li a:hover{}
#powered
{
	background:#000;
    display: inline-block;
    padding: 0 20px;
    color: white;
}
#powered,#powered a{}
.cms_brand3
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #737373;
	float: left;
	margin-top: 40px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	width: 25%;
}


/*#tab-special #special-grid,
#tab-bestseller #bestseller-grid,
#tab-latest #latest-grid	
{ width:100% !important;}
#tab-special #special-grid .product-items,
#tab-bestseller #bestseller-grid .product-items,
#tab-latest #latest-grid .product-items
{ width:287px !important;}
*/

#content .product-carousel .product-block .product_info .price,
#content .productbox-grid .product-block .product_info .price,
#content .product-grid-list .product-block .product_info .price,
#products-related .product-block .product_info .price
{visibility:visible;}
.product-grid .wish_comp{display:none;}
#carousel1-0
{
	width:290px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #737373;
	position: absolute;
    right:45px;
    top: 1575px;
	z-index:9;
}
#content #carousel1-0 .product-block{padding-bottom:0;margin:10px 25px 30px}
#content #carousel1-0 .title
{	color: #FFFFFF;
	padding-bottom: 3px;
    font-size: 20px;
	padding-top:20px;
	padding-left:25px;
    text-transform: uppercase;}
	
	
#content #carousel1-0 .slider-item:hover
{ 
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#main_title 
{
	background:url("../image/megnor/footer_line.png") repeat-x scroll center center transparent;
    clear: both;
    text-align: center;
}
.search {
    background: url("../image/megnor/search.png") no-repeat scroll left center transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 21px;
    margin-top: 4px;
    width: 36px;
    border-right: 1px solid #ddd;
}
.fixed,.res_fixed
{
  	background:#fff;
	border-bottom:1px solid #EEEEEE;
    display: block;
    padding: 0;
    width: 100%;
    z-index: 9;
}
.fixed{   top: 0;   position: fixed;}.res_fixed{   top: 0;}
.res_fixed{}
#search.fixed{}
#cart.fixed{}
.ie7 .fixed{ background:#fff;}
.nav-container.fixed {}
.fixed .nav-container{margin-bottom:0;}
.nav-container
{
	background-color:#000;
	box-shadow: 0 1px 3px #D8D8D8;
	position: relative;
	z-index: 9;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom:20px;
}
.home .nav-container{margin-bottom:0;}
.product-list .image img {height: auto;width: 174px;}
.product-list li {margin: 5px 0 15px !important;}
.product-list .product-block {border: 1px solid #E5E5E5;margin: 0 !important;padding-bottom:10px!important;}
.banners-slider-carousel .category-title{text-align:center;   padding-bottom: 3px;}
.banners-slider-carousel .category-title a{  font-size: 20px;font-weight: normal;}
#carousel1-0 .customNavigation a{top:-25px}
.page_sitemap .sitemap-info li{line-height: 30px;}

#topcontrol {
    background: url("../image/megnor/back_to_top.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 35px;
    width: 35px;
}

#footer .custom_footer_main{width: 550px;animation:none;}
#footer  #contact_block{width: 233px;}
#tab-description > h3 {color: #000;font-weight:normal;}

.ie7 .main-menu > ul > li,
.ie7 .home .htabs .etabs li,
.ie7 .cms_shipping1, 
.ie7 .cms_shipping2, 
.ie7 .cms_shipping3, 
.ie7 .cms_face1, 
.ie7 .cms_face2, 
.ie7 .cms_face3,
.ie7 #social_block li,
.ie7 .login-content .right a,
.ie7 #menu > ul > li
{display:inline;}

.page_product #content .box .box-heading{/*border-bottom:1px solid #dfdfdf;*/text-align:left;padding-top: 0;}
.page_product #content .box .related-products .box-content{padding-top: 22px;}
.fixed .main-menu .main-navigation{}

.caption.lfr.medium_grey.tp-caption.start ,
.caption.sfb.big_orange.tp-caption.start,
.caption.sft.big_white.tp-caption.start
{font-family: 'Raleway',Arial,Helvetica,sans-serif !important;}
.caption.sft.big_white.tp-caption.start{font-size:45px!important;color:#d2d1d1;}
.caption.sfb.big_orange.tp-caption.start{font-size:20px!important;color:#8a8a8a;}

.product-list .name a{margin-top:4px;}
#content-wrapper{overflow:hidden;}
.sliderbaaner_top {position: relative;}
#carousel-0 .product-block{padding:0!important;margin-bottom: 0!important;}
/*#header #search:hover .searchtoggle{display:block!important;}*/
.checkout-content .right a{ display: inline-block;margin-top: 10px;}
.checkout-content .right a:hover{text-decoration:underline;color:#616060;}

/*--------------------------------------------------vertical Slider start-------------------------------------------------------------------------------*/
	#vertical_latest_product .box-heading{font-size: 15px;margin-bottom: 4px;padding: 0 11px 5px 0;}
	#vertical_latest_product1
	{
		border: 1px solid #e9e9e9;
		display: inline-block;
		float: right;
		height:467px;
		margin-bottom: 0;
		padding: 15px;
		position: relative;
		width: 89px;
	}
	#vertical_latest_product1 .jcarousel-prev-vertical,
	#vertical_latest_product1 .jcarousel-next-vertical
	{
		border:none;
		cursor: pointer;
		position: absolute;
		height:26px;
		width: 35px;
	} 
	#vertical_latest_product1 .jcarousel-prev-vertical
	{
		background: url(../image/megnor/sprite.png) no-repeat scroll -7px -908px #cecece;
		left: 24px;
		top: -42px;
		transition-duration: 800ms;
	}
	.ie7 #vertical_latest_product1 .jcarousel-prev-vertical{top:0;}
	#vertical_latest_product1 .jcarousel-prev-vertical:hover,
	#vertical_latest_product1 .jcarousel-next-vertical:hover{background-color:#616060;	transition-duration: 800ms;}
	
	#vertical_latest_product1 .jcarousel-next-vertical
	{
		background: url(../image/megnor/sprite.png) no-repeat scroll -42px -908px #cecece;
		left:24px;
		top:385px;
		transition-duration: 800ms;
	}
	#vertical_latest_product1  .jcarousel-clip-vertical
	{	
		width:100%;
		height:378px;/*438px;*/
		background:none;
		margin:50px 0 0;
		padding:0;
		overflow:hidden;
	}
	#vertical_latest_product1  .jcarousel-clip-vertical li { width:100%; clear:both; margin:5px 0 10px;}
	#vertical_latest_product1  .jcarousel-clip-vertical li a, #vertical_latest_product1 .jcarousel-clip-vertical .slider-item a
	{
		display:block;
		text-align:center;
		background:#F2F2F2;
		border:1px solid #E9E9E9
	}
	#vertical_latest_product1  .jcarousel-clip-vertical li a:hover, #vertical_latest_product1 .jcarousel-clip-vertical .slider-item a:hover{  border-color:#D1D1D1;}
	#vertical_latest_product1  .jcarousel-clip-vertical li a img, #vertical_latest_product1 .jcarousel-clip-vertical .slider-item a img{max-width:100%;height:70px;width: 70px;/*59*/}
	#vertical_latest_product1 .jcarousel-container-vertical, #vertical_latest_product1 .jcarousel-clip-vertical .slider-item{height: 100px;padding: 0;width:100%;} 
/*---------------------------------------------------------vertical Slider- end----------------------------------------------------------------------------*/

/*--------------------------------------------Product infopage right tab start-------------------------------------------------------------------*/
	#product_tabs{
		height:36px;
		line-height: 16px;
		border: 1px solid #e5e5e5;
		background:#f5f5f5;
		width:470px;
	}
	.product_tab_content
	{
		padding:10px;
		margin-bottom:0px;
		z-index: 2;
		overflow: auto;
		text-align:justify;
		border:1px solid #e5e5e5;
		border-top:none;
		width:450px;
	}
	.product_tab_content span{ font-weight:bold;}
	#product_tabs .etabs{padding:0;margin:0;border-bottom:none;line-height:16px;}
	#product_tabs .etabs li{float:left;list-style:none;  position:relative}
	.product_htabs a {
		padding:12px 10px 9px;
		float: left;
		text-align: center;
		font-size:15px;
		border-right:1px solid transparent;
		border-left:1px solid transparent;
	}
	.product_htabs a.selected,
	.product_htabs a:hover
	{
		background: #FFF;
		color:#444;
		border-right:1px solid #e5e5e5;
		border-left:1px solid #e5e5e5;
	}
	.product_htabs a.first{border-left:none;}
/*---------------------------------------------------------Product infopage right tab end------------------------------------------------------------------------*/
	.top_arrow
	{
		background:url("../image/megnor/search_img.png") no-repeat scroll 0 0 transparent;
		height: 9px;
		position: absolute;
		right: 0;
		top: -8px;
		width: 10px;
	}
	#header #cart .content .top_arrow{right:20px;}
	.page_category #content{padding-top:48px;}
	.page_category #column-left{padding-top:41px;}
	#cat_breadcrumb_top
	{
		height:98px;
		background:#f7f7f7; 
		border:1px solid #dbdbdb;
		border-left:none;
		border-right:none;
		border-top:none;
		margin-top:-1px;
		left: 0;
		position: absolute;
		top: 195px;
		width: 100%;
	}
	.cont_top #cat_breadcrumb_top{top:123px;}
	.page_category .content-inner{padding-top:55px;}
	.page_category .breadcrumb{float:right;}
	.page_category .content-inner.cont_top{padding-top:55px;}
	.page_category #breadcrumb_top h1{float:left;}
	.page_category .category-info p{margin-bottom: 16px;}

/*------------------------------------------------------testimonial slider start--------------------------------------------------*/
	#testcms-products_block_center ul{padding:0;}
	#content #testcms-products_block_center .slider-item{width:390px;}
	/*#testcms-products_block_center*/ #testcms-products_block_center{margin-top:44px;}
	#content #testcms-products_block_center .product-block {margin:24px 35px 35px 35px;padding-bottom:0;}
	#testcms-products_block_center .title {text-align: center;font-size: 20px;color: #1B1B1B;}
	#testcms-products_block_center .des 
	{
		background:#F7F7F7;
		border-radius: 3px;
		padding: 25px;
	}
	#testcms-products_block_center a{color:#444;}
	#testcms-products_block_center .face_name{
		background:url(../image/megnor/test_img.jpg) no-repeat scroll 11% 0 transparent;
		font-size: 16px;
		padding: 10px 0 10px 24%;
		text-align: left;
	}
	#testcms-products_block_center .slider-controls {
		background: url("../image/megnor/slider_line.png") repeat-x scroll 0 center transparent;
		margin: 25px auto;
		text-align: center;
		width: 50%;
	}
	#testcms-products_block_center .slider-pagination{margin:0 auto;width:71px;background:#fff;}
	#testcms-products_block_center .slider-page:hover,
	#testcms-products_block_center .slider-page.active
	{ 
		background:#FFFFFF;
		border: 2px solid #D5D5D5;
		width:7px;
		height:7px;
		transition-duration: 500ms;
	}
	#testcms-products_block_center .slider-page
	{	background:#D5D5D5;border-radius:50%;
		height:7px;
		width:7px; 
		display: inline-block; 
		margin-right: 3px; 
		margin-top: 14px;
		border:2px solid #D5D5D5;
	}
	.ie7 #testcms-products_block_center .slider-page{display:inline;}
	#testcms-products_block_center .customNavigation a.prev,#testcms-products_block_center .customNavigation a.next{display:none;}
	#testcms-products_block_center .slider-page .slider-numbers{font-size:0;}
/*------------------------------------------------------------------------------------------------------------------------------------*/
	.home .tab-content .slider-controls,.banners-slider-carousel .slider-controls{display:none!important;}
	#social_block h3{display:none;}
/*------------------------------------------------------Banner slider Start--------------------------------------------------*/
	.sliderbaaner_top_inner ul{padding:0;margin-left:0;margin-right:0;}
	.sliderbaaner_top_inner  .slider-controls{display:none!important;}
	.sliderbaaner_top_inner li .product-block{padding-bottom:0!important;margin:0!important;}
	.sliderbaaner_top_inner 
	{
		border: 1px solid #737373;
		height: 300px;
		padding: 12px 29px 29px;
		width: 297px;
		background:url(../image/megnor/banner_bg.png);
		position: absolute;
		right: 0;
		top: 23px;
	}
	.ie7 .sliderbaaner_top_inner {top:10px;}
	.sliderbaaner_top_inner .customNavigation a{top:-25px;}
	.sliderbaaner_top_inner .customNavigation a.next{right: 0;}
	.sliderbaaner_top_inner .customNavigation a.prev{right: 18px;}
/*------------------------------------------------------Banner slider end--------------------------------------------------*/
	.search_top
	{
		position: fixed!important;
		top: 15px !important;
		right: 105px !important;
    
	}
	.cart_top
	{
		position: fixed!important;
		top: 15px !important;
		right: 52px !important;  
	}
	.cart_rating
	{ 		
		background:#444;
		opacity: 0;
		position: absolute;
		width: 100%;
		padding:12px 0 12px;
		left:0;
	}
	#content .product-carousel .product-block:hover .product_info .cart_rating,
	#content .productbox-grid .product-block:hover .product_info .cart_rating,
	#content .product-grid-list .product-block:hover .product_info .cart_rating, 
	#products-related .product-block:hover .product_info .cart_rating,
	 #content .box-product .product-block:hover .product_info .cart_rating	
	{  bottom: 55px;
    	left: 0;
    	opacity: 1;
    	transition: visibility 0s ease-in-out 300ms, opacity 300ms ease-in-out 300ms;
  	}
	
	
	
	
	#content .product-carousel .product-block:hover .cart_rating .cart,
	#content .productbox-grid .product-block:hover .cart_rating .cart,
	#content .product-grid-list .product-block:hover .cart_rating .cart, 
	#products-related .product-block:hover .cart_rating .cart{}
	
	#content .product-carousel .product-block:hover .product_info input.button,
	#content .productbox-grid .product-block:hover .product_info input.button,
	#content .product-grid-list .product-block:hover .product_info input.button,
	#products-related .product-block:hover .product_info a.button{   top: 0px;background: #444;}
	
	.product-grid .product-block{padding-bottom:35px!important;}
	.product-grid {    margin-top: 14px !important;}
	
	.cms_shipping1:hover .icon,
	.cms_shipping2:hover .icon,
	.cms_shipping3:hover .icon
	{background-position:0 -4px;transition: all 500ms ease 0s;}
	.shipping_icon{background-position:0 -4px!important;transition: all 500ms ease 0s;}
	.hb-animate-element.hb-in-viewport.left-to-right .flexslider_title{ color:#ffffff;}
	/*-------------------------------animation start----------------------------------------------*/
	.hb-animate-element {   opacity: 0;}
	.hb-animate-element.hb-in-viewport.left-to-right{animation: 0.8s fadeInRight;opacity: 1;}
	.hb-animate-element.hb-in-viewport.top-to-bottom {animation: 0.8s fadeInDown;opacity: 1;}
	.hb-animate-element.hb-in-viewport.bottom-to-top {animation: 0.8s fadeInUp;opacity: 1;}
	.hb-animate-element.hb-in-viewport.right-to-left {animation: 0.8s fadeInLeft;opacity: 1;}
	/*----------------------------------------animation end-------------------------------------*/
	.menu_top.fixed {z-index: 99;}
	.product-filter .sort:hover .customSelect,.product-filter .limit:hover .customSelect{border-color: #ccc;}
	
	.CMS_product_tabs .size_guide_table {
    border: 1px solid #E5E5E5;
    width: 100%;
	}
.CMS_product_tabs table {
    border: 0 none;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

.size_guide_table th, .size_guide_table td {
    border: 1px solid #E5E5E5;
    text-align: center;
}

.page_product .related_products .slider-pagination{display:none;}

.page_product #content .tab-content .ui-datepicker{display:none;}
.span_price, .span_image , .span_name , .span_model , .span_quantity , .span_total {display:none;}

#header #cart .checkout a{
	 background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #E8E8E8;
    cursor: pointer;
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
    font-size: 15px;
    left: 0;
    padding: 6px 12px;
    position: relative;
    width: auto;
}
#header #cart .checkout a:hover{background-color: #686868;}
.headconright a {
    color: #e5691a;
}

.slider-pagination {
    display: none;
}
.classvideoleft > a {
    overflow-x: hidden !important;
}

@media screen and (min-width: 320px) {
.classvideoleft {
  
    width: 100%;
      overflow-x: hidden !important;
}
#header #logo {
	margin-top:-24px;
    float: left;
    width:61%;
    height: 0px;
   
}
	#header #cart {
	padding-left: 19px;	
	top: 170px;/*45*/
	float:right;
	position:absolute;
	right:0;
/*	z-index: 9;*/
	padding-bottom:45px;
	min-width: 36px;

	
	
}
.newdesc {
	cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    float: left;
    font-size: 18px;
    padding: 10px !important;
    text-align: center;
}

#header #search {
    float: right;
    margin-top: 0;
    position: absolute;
    right:55px;
    top: 167px;
    width: 37px;
   /* z-index: 999 !important;*/

}
	#header .header-left { float:left; width:100%;margin-bottom: 30px; 
 
}
#header {
	min-height: 148px;

	position: relative;
	z-index:99;
}

		.headercontact{
	padding-top:139px;
	font-size:15px;
 font-family:centrygothic;
    color:#e5691a;
}
.headconleft {
    
    width: 100%;
    text-align: center;
}
.headconright{
text-align:center;
    width: 100%;
}

	#header .welcome-links {
    margin-top: 0px !important;
}
	}
	@media screen and (min-width: 400px) {
	.classvideoleft {
    float: left;
    width: 300px;
      overflow-x: hidden !important;
}
	}
@media screen and (min-width: 768px) {

#header {
	min-height: 140px;

	position: relative;
	z-index:99;
}
#header #logo {
	margin-top:-32px;
    float: left;
    width:61%;
    height: 0px;
   
}
	.newdesc {
	cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    float: left;
    font-size: 19px;
    padding: 10px !important;
    text-align: center;
}

	.headercontact{
	padding-top:10px;
	font-size:15px;
 font-family:centrygothic;
    color:#e5691a;
}
.headconleft {
    float: left;
    width: 44%;
    text-align: right;
}
.headconright{
	text-align:left;
    float: right;
    width: 55%;
}

	}
@media screen and (min-width: 995px) {

#header #logo {
	margin-top:-24px;
    float: left;
    width:61%;
    height: 0px;
   
}
#header #cart {
	padding-left: 19px;	
	top: 153px;/*45*/
	float:right;
	position:absolute;
	right:0;
/*	z-index: 9;*/
	padding-bottom:45px;
	min-width: 36px;

	
	
}
#header #search {
    float: right;
    margin-top: 0;
    position: absolute;
    right:55px;
    top: 149px;
    width: 37px;
   /* z-index: 999 !important;*/

}
	#header .header-left { 
		float:left; width:100%;margin-bottom: 15px; 
 
}
#header {
	min-height: 133px;

	position: relative;
	z-index:99;
}

.headercontact{
	padding-top:10px;
	font-size:15px;
 float: right;
    width: 18%;
    color:#e5691a;
    font-family:centrygothic;
}
.headconleft {
    float: left;
    width: 27%;
    text-align: left;
}
.headconright{
    float: right;
    width: 71%;
}
#header .welcome-links {
    margin-top: 45px;
}
	}
.checkout-button-prod a.button
{
	background: #e5691a none repeat scroll 0 0;
	color: #ffffff;
	text-align: center;
	text-transform: capitalize;
	font-size: 19px !important;
	padding: 10px 44px !important;
}
.checkout-button-prod a.button:hover
{
	background: #FF7926 none repeat scroll 0 0;
	color: #ffffff;
}