@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {

	color: #242424;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	margin: 0px;
	padding: 0px;
	background-color: #282726;
	/* background-image: url(../image/bg.png); */
	background-repeat: no-repeat;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	color: #7A7979;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	color: #000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	
}
p {
	margin-top: 0px;
	margin-bottom: 22px;
}
a, a:visited, a b {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	max-width: 100%;
}
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;
}

input[type='submit'] {
	background: url("../image/button.png") no-repeat scroll right top #F60000;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	height: auto;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	border:none;
}

input:hover[type='submit']{
	background: url("../image/button.png") no-repeat scroll right bottom #1A1919;
}

input[type='button'] {
	background: #F60000;
    	color: #FFFFFF;
    	cursor: pointer;
    	display: inline-block;
    	font-size: 12px;
    	height: auto;
    	position: relative;
    	text-align: center;
    	text-decoration: none;
    	text-transform: none;
    	width: 100%;
    	padding-top: 11px;
    	padding-bottom: 6px;
    	padding-left: 5px;
    	padding-right: 5px;
    	border:none;
}

input:hover[type='button']{
	background: url("../image/button.png") no-repeat scroll right bottom #1A1919;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.clearfix {
	clear:both;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	/*width: 1220px;*/
	margin:15px auto 0 auto;
	text-align: left;
}
.zlcontainer {
	padding-left:40px;
	padding-right:40px;
	background:#fff;
}
#column-left {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#column-right {
	float: right;
	width: 279px;
	margin:0 5px 0 0;
}
#content {
	min-height: 400px;
	margin-bottom: 0;
	color: #000;
	background-image: none;
	padding-bottom: 15px;
	/* padding-right: 34px; */
}
#mainsite{
	margin:0;
	padding:0;
	background: url('../image/bg-conteiner.png') no-repeat;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 315px;
}
#column-right + #content {
	margin-right: 315px;
}
/* header */
#header {
	height: 146px;
	margin-bottom: 1px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
	background: white;
}
#header #logo {
	/*position: absolute;*/
	float: left;
}
#language {
	position: absolute;
	top: 21px;
	left: 500px;
	width: 275px;
	color: #848484;
	line-height: 12px;
	font-size: 12px;
	text-transform: none;
}
#language img {
	cursor: pointer;
	border: 1px solid #fff;
	
}


	
	

#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 395px;
	color: #fff;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #ccc;
	text-decoration: none;
}
#header #cart {
	/*position: absolute;
	top: 0px;
	right: 165px;
	z-index: 9;
	min-width: 350px;*/
	/* background: url("../image/bg-cart.png") no-repeat scroll left top transparent; */
	float: right;
	height: 36px;
	margin-top: 5px;
	width: 290px;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 5px;
}
#header #cart .heading {
	float: right;
	margin-right: 2px;
	/*margin-top: 168px;*/
	/* padding-left: 14px; */
	/* padding-right: 14px; */
	background:none;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #F50000;
	float: left;
	font-size: 14px;
	margin-top: 0;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
	text-transform: uppercase;
	margin-right: 5px;
	display: none;
}
#header #cart .heading a {
	color: #ccc;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	color: #737373;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -15px;
	padding: 8px;
	min-height: 150px;
	color:#000;
	z-index: 99; 
	/*border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #EEEEEE;
	-moz-box-shadow: 0px 2px 2px #EEEEEE;
	box-shadow: 0px 2px 2px #EEEEEE;*/
	background: #FFF;
}
#header #cart .content a{
	color:#000;				
}
#header #cart.active .heading {
	/*margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;*/
	/*border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;*/
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

#header #search {
    /* background: url("../image/bg-search.png") no-repeat scroll left top transparent; */
    float: right;
    position: relative;
    width: 426px;
    clear:both;
    top: 10px;
    z-index:1;
    right: -8px;
}
a.toplogin {
	display:inline-block;
	float:right;
	background-image: url("../image/login.png");
	margin: 0 20px;
}
#header #search label {
    color: #FFFFFF;
    display: none;
    /* font-family: 'Alfa Slab One',cursive; */
    /* font-size: 23px; */
    padding-top: 13px;
    /* text-transform: uppercase; */
}
#header .search-bg {
    /* background: url("../image/bg-input-search.png") no-repeat scroll left top transparent; */
    color: #afa9a8;
    display: inline-block;
    float: right;
    border: 2px solid;
}
#header .search-title {
    color: #3B3738;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin-right: 9px;
    position: relative;
    text-transform: uppercase;
}
#header .button-search:hover {
    opacity: 0.8;
}
#header .button-search {
    background: url("../image/search1.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 29px;
    position: absolute;
    right: 119px;
    top: 2px;
    width: 20px;
}
#search input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #444040;
    float: left;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    outline: medium none;
    padding: 9px 40px 13px 15px;
    width: 255px;
}

/*#header #search {
	position: absolute;
	top: 40px;
	right: 5px;
	z-index: 15;
	background: url("../image/bg-search.png") no-repeat scroll left top transparent;
	float: right;
	height: 48px;
	position: relative;
	width: 426px;
	clear: both;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 17px;
}

#header #search a {
    float: right;
    right: -53px;
    position: absolute;
}

#header .button-search {
	position: absolute;
	right: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #00e4ffCCC;
	cursor: pointer;
}
#header #search input {
	background: #460000;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #460000;
	/*-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}



*/
#header #welcome {

	margin: 0;
	/* top: 10px; */

	width: 100%;
	color: #fff;
	clear: both;
}

#header #welcomeleft {
	    float: left;
    color: #666666;
    font-weight: 500;
    font-size: 17px;
    padding-left: 30px;
}

#header #welcomeleft a {

    font-size: 21px;
}

#header #welcomeleft a span {
	color: #ff0000;
}

#welcome a{
	color: #F50000;
	text-decoration: none;
}
#header .links {
	position: absolute;
	right: -2%;
	/* bottom: 3px; */
	font-size: 13px;
	padding-right: 25px;
	height:30px;
}
#header .links a {
	padding:7px 7px 7px 7px;
	float: left;
	display: block;
	color: #737373;
	text-decoration: none;
	font-size: 12px;
	/*background:#333;
	border: 1px solid #666;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;*/
}
#header .links a:hover{
	/*background:url('../image/background.png') repeat-x;	*/
	color:#f00;			
}
/*#header .links a + a {
	margin-left: 8px;
}*/
/* menu */

.dropbtn, .dropdown-content  {

  display: none; }

#menu {
	border-top: 1px solid #000000;
	margin: 0;
	/* width: 1064px; */
	clear: both;
	/* height: 55px; */
}
.menu {
    /* background: url("../image/menu-bg.png") repeat-x scroll left top #212121; */
    background: white;
}
.menu .m-left {
    /* background: url("../image/m-left.png") no-repeat scroll left top transparent; */
}
.menu .m-right {
    /* background: url("../image/m-right.png") no-repeat scroll right bottom transparent; */
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu > ul {
	display: inline-block;
}
#menu > ul > li:first-child {
    background: none repeat scroll 0 0 transparent;
}
#menu > ul > li {
    background: url("../image/separator.png") repeat-y scroll left top transparent;
    float: left;
    position: relative;
    text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#menu > ul > li > a {
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px 16px 15px 16px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
#menu > ul > li > a:hover, #menu > ul > li.sfHover > a, #menu > ul > li.active > a {
	background-color: #f50000;    /*background: url("../image/menu-bg-hover.png") repeat-x scroll left top #9B0000;*/
	color:white;
	
}
#menu > ul > li:first-child > a:hover, #menu > ul > li.sfHover:first-child > a, #menu > ul > li.active:first-child > a {
    margin-left: 0;
    
}
#menu > ul > li > ul {
    background: none repeat scroll 0 0 #302F2F;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 9px 0;
    position: absolute;
    top: 56px;
    width: 232px;
    z-index: 99;
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li ul + ul {
    padding-left: 0;
}
#menu > ul li.last {
    border: medium none;
}
#menu > ul > li ul > li > a {
    color: #737373;
    padding-left: 12px;
    text-align: left;
    text-decoration: none;
}
#menu > ul > li ul > li.last > a {
}
#menu > ul > li ul > li > a:hover, #menu > ul > li ul > li.active > a, #menu > ul > li ul > li.sfHover > a {
    background: url("../image/li-hover.png") no-repeat scroll left 3px transparent;
    color: #FFFFFF;
}
#menu > ul > li > ul > ul > li:last-child > a {
    border: medium none;
}
#menu > ul > li > ul > ul > li {
}
#menu > ul > li > ul > li:hover, #menu > ul > li > ul > li.active {
    color: #FFFFFF;
}
#menu > ul > li > ul > li {
    padding: 0 21px;
    position: relative;
    text-align: left;
}
#menu > ul > li > ul > li:first-child {
    background: none repeat scroll 0 0 transparent;
}
#menu > ul > li > ul > li.last {
    border: medium none;
}
#menu > ul > li > ul > li a {
    color: #737373;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    text-align: left;
    text-transform: none;
}
#menu ul > li ul ul {
    background: none repeat scroll 0 0 #302F2F;
    left: 232px;
    padding: 9px 0;
    position: absolute;
    top: 0;
    width: 232px;
}
#menu ul > li ul ul li {
    padding: 0 21px !important;
}
#menu ul > ul > li ul li a:hover, #menu ul > ul > li ul li a.active {
    color: #FFFFFF;
}
#menu ul li img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #000000;
    color: #DDDDDD;
    display: none;
    height: 161px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 161px;
    z-index: 99;
}
#menu ul li li:hover img {
    display: none;
}

/*#menu {
	border-bottom: 1px solid #000000;
	margin: 0;
	height: 63px;
	width: 1064px;
	padding: 0;
	background-color: #242424;
	background: url("../image/menu-bg.png") repeat-x scroll left top #212121;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	margin:0;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 23px 15px 16px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > a:hover{
	background:#e5e5e5;
	color:#333;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;				
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #800000;
	color:#fff;
}
#menu > ul > li > div > ul > li > a {
	color: #333;
}


*/
.breadcrumb {
	color: #F50000;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;

}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	    z-index: 9999;
    position: relative;
}
.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: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative !important;
	margin: 0 !important
		;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
form .cart-info {
	overflow-x: scroll;
	    margin-bottom: 20px;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #EEEEEE;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	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;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

a.button {
	background: #F60000;
    	color: #FFFFFF;
    	cursor: pointer;
    	display: inline-block;
    	font-size: 12px;
    	height: auto;
    	position: relative;
    	text-align: center;
    	text-decoration: none;
    	text-transform: none;
    	width: 100%;
    	padding-top: 11px;
    	padding-bottom: 6px;
    	padding-left: 5px;
    	padding-right: 5px;
    	border:none;
}
a.button span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 1px;
   
    white-space: nowrap;
}
a.button:hover {
    background: url("../image/button.png") no-repeat scroll right bottom #1A1919;
}
a.button:hover span {
    color: #FFFFFF;
}
.buttons {
	margin-bottom: 20px;
	overflow: auto;
	padding: 6px;
	float: right;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
	
}
.buttons .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* button */
/*a.button {
	display: inline-block;
	padding-left:15px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 19px 15px 18px 1px;
	background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #333;
	background: url('../image/button-right-active.png') top right no-repeat;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.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;
}*/
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #eee;	
}
.htabs a {
	/*border-top: 1px solid #eee;*/
	border-left: 1px solid #eee;
	border-right: 1px solid #eee; 
	background: #eee;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #1C1C1C;
	color: #fff;
}
.tab-content {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background: white !important;
	border: none !important;
}
.box .box-heading {
	font-size: 24px;
    color: #000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border: 1px #000;
    border: 2px solid;
    border-bottom-color: #d6d6d6;
    border-top: none;
	font-weight: normal;
    border-right: none;
    border-left: none;
    width: 100%;
	text-transform: uppercase;
}
.box .box-heading1 {
	font-size: 24px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 1px #000;
	border: 2px solid;
	border-bottom-color: #ff0000;
	border-top: none;
	border-right:none;
	border-left: none;
	width: 100%;
}

.box .box-heading2 {
	font-size: 24px;
    color: #000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border: 1px #000;
    border: 2px solid;
    border-bottom-color: #ff0000;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
}
.box .box-content {
	background: none;
	padding-top: 10px;
	padding-right: 0;
	/* padding-left: 10px; */
}
/* box products */
.box-product {
	/* width: 100%; */
	/*overflow: auto;*/
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
	margin-bottom: 20px;
	

}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	text-align: center;
}
.box-product .image img {
	margin-right: auto;
	margin-left: auto;	/*border: 1px solid #E7E7E7;*/
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	/*padding-left: 25px;*/
	display: inline-block;
}
.box-product .name a {
	color: #F50000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	font-size: 16px;
	margin-left: 14px;
	float: center;
	/* width: 100px; */
	margin-top:5px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
	display: none;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	/* background-image: url(../image/white_arrow.png); */
	/* background-repeat: no-repeat; */
	/* background-position: left center; */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0;
}
.box-category > ul > li + li {
/*	border-top: 1px solid #EEEEEE;*/
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
}
.box-category > ul > li > a:hover{
	color:#F50000;			
}
.box-category > ul > li:hover {
	/* padding: 8px 8px 8px 15px; */
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
	background:none;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 50%;
}
#content .content .right {
	float: right;
	width: 50%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* 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-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	padding:4px;
	margin-bottom: 15px;
	border:#5c0101 1px solid;
	/*background:#800000 url('../image/product-list-bg.jpg') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;*/
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
		padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #fff;
}
.product-list .rating {
	color: #fff;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 10px;
	text-align: right;
	color: #fff;
	font-size: 12px;
}
.product-list .price-old {
	color: #Fff;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #fff;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #fff;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	/*overflow: auto;*/
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#autor{
	margin:0;
	position: fixed;
	bottom:0px;
	left:0px;
	clear:both;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	z-index:0;

}
#autor p{
	margin:0;
	padding:0;
}
#autor a{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-decoration:none;			
}
#autor a:hover{
	color:#fff;				
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	margin-right: auto;
	margin-left: 20px;	/*border: 1px solid #E7E7E7;*/
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	display: inline-block;
}
.product-grid .name a {
	border-bottom: 1px solid #CCCCCC;
    color: #F50000;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height:65px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
	display: none;
}
.product-grid .price {
    display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	font-size: 16px;
	margin-left: 28px;
	float: center;
	/* width: 100px; */
	margin-top:5px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	
}
.product-grid .compare {
	display: none;	
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	float: left;
	
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	float:left;
	margin-left: 5px;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	background-color: #FFF;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #000;
}
.product-info .description span {
	color: #f50000;
	text-transform: uppercase;
}
.product-info .description a {
	color: #000;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #EEEEEE;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #EEEEEE;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000;
}
.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 #00e4ff;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #000;
	overflow: auto;
	font-weight: bold;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #f50000;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #EEEEEE;
	clear: both;
}
.product-info .review {
	color: #fff;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #EEEEEE;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* 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: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.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: 20px;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #EEEEEE;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
	width:200px;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
}
.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 #EEEEEE;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.topfooter img {
	max-width:100%;
	height:auto;
}
.topfooter {
	/*width: 1220px;*/
	margin-right: auto;
	margin-left: auto;
}
/* footer */ 
#footer {
	clear: both;
	overflow: hidden;
	min-height: 100px;
	height: auto;
	padding: 20px;
	background-color: #000;
	/* background-image: url(../image/footer.png); */
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
}
#footer h3 {
	/*color: #333;
	font-size: 22px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 8px;
	inner-text-shadow:2px 2px 5px #000, 0 0 0 #000, 2px 2px 5px #000;  	
	-moz-text-shadow:2px 2px 5px #ccc, 0 0 0 #333, 2px 2px 5px #ccc;
  	-webkit-text-shadow:2px 2px 5px #ccc, 0 0 0 #333, 2px 2px 5px #ccc;*/
	/*filter: progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offX=3, offY=3, positive=true);*/
	border-bottom: 1px solid #5C5C5C;
	color: #f9f9f9;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#footer .column {
	float: left;
	width: 24%;
	min-height: 100px;
	margin-right: 5px;
	margin-left: 5px;
}

#footer .column p {

color:white;
	
}

#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#footer .column ul li {
	/*margin-bottom: 3px;*/
	background: url("../image/marker-about.png") no-repeat scroll left 8px transparent;
	line-height: 15px;
	list-style: none outside none;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-top: 3px;
	
}
#footer .column a {
	text-decoration: none;
	color: #e0e0e0;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	color: #e8e8e8;
	padding: 15px 0 5px;
	text-align: left;
	background: #000;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
@font-face {
    font-family: "Alfa Slab One";
    font-style: normal;
    font-weight: 400;
    src: local("Alfa Slab One"), local("AlfaSlabOne-Regular"), url("https://themes.googleusercontent.com/static/fonts/alfaslabone/v2/Qx6FPcitRwTC_k88tLPc-YkaQb-UsZVONjobs91YQtw.woff") format("woff");
}

#new_wrapper
{
	background-color: #FFF;
	height: auto;
	overflow: hidden;
	/* background-image: url(../image/new_wrapper.png); */
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#new_wrapper2
{
	background-color: #FFF;
	height: auto;
	/*overflow: auto;*/
	/* background-image: url(../image/new_wrapper.png); */
	background-repeat: repeat-x;
	background-position: left top;
	/* padding-right: 10px; */
	padding-bottom: 10px;
	width: 100%;
}



#product_cont
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 250px;
	padding-bottom: 10px;
	background-color: #FFF;
}

#product_cont3
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #E6E6F0;
	width: 220px;
	padding-bottom: 10px;
	background-color: #FFF;
}

#new_description
{
	color:#999;padding:5px;
}

#product_cont2
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* border: 1px solid #F60000; */
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 5px 0;
}

#product_cont1
{
	
	width: 100%;
	padding-bottom: 10px;
	background-color: #FFF;
}

.manuff_block {
	margin-top: 8px;
	width: 100%;
	height: 34px;
	overflow: hidden;
	background: url(../image/red.png) no-repeat right #420000;
	margin-left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #000;
	margin-bottom: 15px;
}

.manuff_block select {
	width: 284px;
	padding: 5px;
	font-size: 14px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	color: #FFF;
	background-color: transparent;
	text-transform: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
   }
   
    .manuff_block select option{
	color: #666;
	background-color: #CCC;	
   }
   
   .manuff_block select option:hover{
	color: #666;
	background-color: #CCC;	
   }

#powered .copyright {position: relative;float: left;margin-left: 0;top: 20px; padding-bottom: 15px;}

#powered .payment img {
    float: none;
    margin-left: 10%;
}


.zlcontenttop .welcome_mo {
	float: left;
}

.zlcontentbtm .welcome_mo {
float: right;
    width: 837px;

}
   
.slideshow {
	float:left;
}


span.io-price.io-link {margin: 0px -20px;}

span.io-rating.io-link {margin: 0px -20px;}

.zlright {/*position: relative;top: -86px;padding: 0px 59px;width: 75%;*/}

.zlright1 {position: relative;top: -82px;padding: 0px 59px;width: 170px;margin: 9px 5px 3px 13px;}

.box-product #product_cont1 {


}

.mobilecategoru {
		display: none;
	}

/*end normal*--------------/


/* Responsive Styles Tablet And Below */


@media screen and (max-width: 980px) {

	.mobilecategoru {
		display: block;
	}
#powered {

	display: grid;
	background: none;
}


#powered .copyright {

    position: relative;
    float: left;
    margin-left: 0;

}

#powered .payment img {
    float: none;
    margin-left: 0;

}

#menu {

display:none;

}

#menu-mobile {
    display: block; } 

#container {
	/*width: 100%*/
}

#footer .column {
	float: left;
	width: 100%;
	min-height: 100px;
	margin-right: 5px;
	margin-left: 5px;
}

#column-left {
	float: left;
	width: 95%;
	min-width: 250px;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	margin-left: 15px;
}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 20px;
}

	table th,
	#main-content table.cart th,
	table td,
	#main-content table.cart td,
	table tr,
	#main-content table.cart tr,
	.woocommerce-cart #content-area table tr,
	.woocommerce-cart #content-area table td,
	.woocommerce-cart #content-area table th {
		max-width: 100%;
	}

	table tr,
	#main-content table tr,
	#content-area table tr {
		padding: 0;
	}

#footer {
  
    padding: 0;
}

.dropbtn {
    background-color: #f50000;
    color: white;
            padding: 10px 10px 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display:block;
	width: 105px;
	    border-radius: 4px;
	text-decoration: none !important;
	transition:         all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
-moz-transition:    all .25s ease-in-out;
-o-transition:      all .25s ease-in-out;
}
	.dropbtn:hover {
		background: #000 !important;
		color: #fff !important;
	}

.dropdown {
    position: relative;
    display: inline-block;
}
	
	
	

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-content a:hover {background-color: #e4e4e4;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #e22424;
}

#language {
	position: absolute;
	top: 21px;
	left: 0;
	width: 275px;
	/*color: #fff;*/
	line-height: 12px;
	font-size: 12px;
	text-transform: none;
}

}



/** new allan normal 2017 **/

.box-product div.price,
.box-product div.cart
{
	text-align: center;
	min-height: 42px;
}
.box-product div.name a {
	min-height: 51px;
}
.zlcontenttop .slideshow {
	background: #000000;
	margin-right: 30px;
}
.zlcontentbtm {
	width: 835px;
    float: right;
}
.alblogcat {
	float: right !important;
}
.alblogcat + .welcome_mo {
	width: 50%;
    float: left;
}
.io-arrows {
	display: none !important;
}
#welcome {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
#product_cont1 .image img {
	padding-left: 0;
}
.zlimage {
	width: 30%;
	float: left;
}
.zlright {
	width: 70%; 
	float: right;
}
.blogTitle a b, .blogTitle a {
	text-decoration: none !important;
	font-size: 16px;
}
.blogProperty {
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 15px;
}
.blogShowAll {
	display: none !important;
}
.blogImage { padding-bottom: 20px;}
#data2 a { 
	display: block;
	padding-bottom: 25px;
	font-size: 13px;
	min-height: 63px;
}
.box-content ul li {
	padding-bottom: 8px;
}
#language span {
	cursor: pointer; 
}
.slideshow .nivoSlider {
	max-width: 100%;
}
.footmore {
	margin-bottom: 15px;
}
#fancybox-content > div {
	background: #fff !important;
}

.testimonial-star img {
	max-width: 24% !important;
}
/** new end allan normal 2017 **/


@media (min-width: 1250px) {
	
.container {
    width: 1220px;
}
	
}


@media (max-width: 1250px) {
	
	#container {
		
	
	}
	.slideshow {
		width: 100% !important;
	}
	.slideshow div img {
		width: 100%;
	}
	.zlcontentbtm {
		width: 635px;
	}
	.zlcontentbtm .welcome_mo {
		width: 635px;
	}
	.alblogcat {
		width: 100% !important;
		clear: both;
		padding-left: 0 !important;
	}
	.io-img img {
		max-width: 100%;
	}
	#powered .copyright {
		float: none !important;
		width: 100%;
		text-align: center;
		margin: 0 !important;
	}
	#powered .payment {
		text-align: center;
		width: 100%;
		padding-top: 10px;
		margin: 0 !important;
	}
	#powered .payment img {
		margin: 0 !important;
	}
	#footer .column {
		width: 23%;
	}
	.breadcrumb {
    visibility: hidden;
    height: 1px;

		padding: 0;
	}
	
}


@media (max-width: 1199px) {
	
	.slideshow {
		width: 100% !important; 
	}
	.slideshow .nivoSlider {
		width: 100% !important;
		background-size: cover !important;
	}
	#welcomeleft {
		display: none;
	}
	#language {
		left: 0;
	}
	#welcome {
		height: 46px;
	}
	
}

@media (max-width: 991px) {
	
	.alcatbox {
		display: none !important;
	}
	#header #search {
		width: 296px;
		top: 0;
	}
	.welcome_mo {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}
	.homenews {
		margin-left: auto !important;
		margin-right: auto !important;
		
	}
	.manuff_block select {
		width: 100%;
	}
	.box-product .price {
		float: none;
	}
	.zlright {
		float: none;
		width: 100%;
	}
	.io-slider {
		width: 100%;
	}
	.io-slide .io-img {
		width: 39%;
	}
	.alblogcat + .welcome_mo {
		width: 100% !important;
		max-width: 100%;
	}
	#table_testimonials td {
		text-align: left !important;
	}
	.topfooter h2:after {
		display: none !important;
	}
	
	#header .button-search {
		
		right: 11px;
    top: 24px;
	}
	#header #search {
		right: 0;
	}
	
	
}


@media (max-width: 767px) {
    
   .box {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background: white !important;
	border: none !important;
}
.box .box-heading {
	font-size: 24px;
    color: #000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border: 1px #000;
    border: 2px solid;
    border-bottom-color: #d6d6d6;
    border-top: none;
	font-weight: normal;
    border-right: none;
    border-left: none;
    width: 100%;
	text-transform: uppercase;
}
.box .box-heading1 {
	font-size: 24px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 1px #000;
	border: 2px solid;
	border-bottom-color: #ff0000;
	border-top: none;
	border-right:none;
	border-left: none;
	width: 100%;
}

.box .box-heading2 {
	font-size: 24px;
    color: #000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border: 1px #000;
    border: 2px solid;
    border-bottom-color: #ff0000;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
    float:left;
}
	
	.box-product .name,
	#product_cont .name,
	#product_cont1 .name
	{
		display: table;
		width: 100%;
		
	}
	
	.box-product .name a,
	#product_cont .name a,
	#product_cont1 .name a
	
	{
		font-size: 10px !important;
		min-height: 95px !important;
		    vertical-align: middle;
    display: table-cell;
    height: 95px;
	}
	
	.box-product > div,
	.product-grid > div
	{
		display: block !important;
		width: 33.33% !important;
		float: left;
		margin-left: 0%;
		margin-right: 0%;
		
	}
	
	.product-grid .image img {
	margin-right: auto;
	margin-left: 0px;	/*border: 1px solid #E7E7E7;*/
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0;
	display: inline-block;
}
	.box-product .price {
		display: block;
    	font-weight: bold;
    	color: #000;
    	margin-bottom: 4px;
    	font-size: 12px;
    	margin-left: 14px;
    	float: center;
    	/* width: 100px; */
    	margin-top:5px;
    }
    .product-grid .price {
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	font-size: 12px;
	margin-left: 14px;
	float: center;
	/* width: 100px; */
	margin-top:5px;
}
    .box-product input[type='button']
    {
    	background: #F60000;
    	color: #FFFFFF;
    	cursor: pointer;
    	display: inline-block;
    	font-size: 12px;
    	height: auto;
    	position: relative;
    	text-align: center;
    	text-decoration: none;
    	text-transform: none;
    	width: 90%;
    	padding-top: 11px;
    	padding-bottom: 6px;
    	padding-left: 5px;
    	padding-right: 5px;
    	border:none;
    }
	#product_cont1 .zlimage {
		width: 100%;
	}
	.checkout-content .left,
	.checkout-content .right {
		width: 100%;
		float: none;
	}
	
	#product_cont1 .zlright {
		display: table;
		width: 100%;
		text-align: center;
	}
	#product_cont1 .zlright a {
		font-size: 12px !important;
		min-height: 95px !important;
		    vertical-align: middle;
    /*display: table-cell;*/
    height: 95px;
		text-align: center;
	}
	
	a {
		text-align: center;
		font-size: 12px;
		text-decoration: none; 
	}
	
	.product-info > .left + .right {
		margin-left: 0;

	}
	.product-info > .left {
		float: none;
		width: 100%;
	}
	.product-info .image {
		float: none;
	}
	.product-info .image-additional {
		width: 100%;
		float: none;
	}
	.login-content .left,
	.login-content .right {
		width: 100%;
		float: none;
	}
	
	#column-left + #column-right + #content, #column-left + #content {
		margin-left: 0;
	}
	
	.product-grid .price { 
		
		text-align: center;
	min-height: 42px;
	}
	
	#footer .column {
		width: 100%;
		padding: 0 15px; 
	}
	#footer {
		padding-top: 20px; 
	
	}
	.product-grid .image {
		text-align: center;
	}
	.product-grid .rating,
	.product-grid .cart,
	.product-grid .wishlist
	{
		text-align: center;
	}
	.product-grid .wishlist a {
		float: none;
		padding-left: 0;
		background: none !important;
	}
	
	
	#welcome {
		height: 86px;
	}
	#language {
		top: 57px;
		left: 0;
    right: 0;
    margin: auto;
	}
	
	#header .links {
		position: relative;
		left: 0;
    right: 0;
    margin: auto;
		padding-right: 0;
		text-align: center;
	}
	#header #logo {
		float: none;
		text-align: center;
		clear: both;
	}
	#header #logo img {
		max-width: 40%;
	}
	#header {
		height: 206px;
	}
	#header .links a {
		float: none;
		display: inline-block;
	}
	.zlcontentbtm {
		width: 100%;
	}
	
	.io-slide h2, .io-slide p, .io-slide .io-link, .io-slide .io-img {
		position: relative !important;
		float: none !important;
		left: auto !important;
		right: auto;
		top: auto !important;
		width: 100% !important;
		display: block !important;
	}
	.io-slider-fb .io-slide {
		padding: 15px;
	}
	.io-slide .io-img {
		line-height: 190px !important;
	}
	.zlcontentbtm .welcome_mo {
		width: 100%;
	}
	span.io-rating.io-link {
		margin: 0;
		height: 30px;
	}
	.io-slider {
		height: 460px !important;
	}
	.io-slide .io-link {
		
		    display: inline-block !important;
    		width: auto !important;
	}
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	#powered .copyright {
		font-size: 12px;
	}
	.topfooter .zlcontainer {
		padding-left: 0;
		padding-right: 0;
	}
	.topfooter .zlcontainer .col-lg-3,
	.topfooter .zlcontainer .col-sm-12
	{
		padding-left: 0;
		padding-right: 0;
	}
	.zlcontainer {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header #search {
		right: 0;
		width: 200px;
	}
	#search input {
		width: 200px;
	}
	#column-left {
		margin-left: 0;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.slideshow {
		margin-right: 0;
		margin-top: 15px;
	}
	
	#header .button-search {
		
		    right: 8px;
    top: 2px;
    width: 20px;
	}
	#search .toplogin {
		display: none !important;
	}
	#product_cont2 .box-product .price {
		text-align: left;
		text-align: center;
	}
	
	
	.blogcontent table, 
	.blogcontent table thead,
	.blogcontent table tbody,
	.blogcontent table td,
	.blogcontent table tr {
		display: block;
		width:100% !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		float:none !important;
		clear:left !important;
	}
	
	
}



@media (max-width: 480px) {
   .box {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background: white !important;
	border: none !important;
}
.box .box-heading {
	font-size: 24px;
    color: #000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border: 1px #000;
    border: 2px solid;
    border-bottom-color: #d6d6d6;
    border-top: none;
	font-weight: normal;
    border-right: none;
    border-left: none;
    width: 100%;
	text-transform: uppercase;
}
.box .box-heading1 {
	font-size: 24px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border: 1px #000;
	border: 2px solid;
	border-bottom-color: #ff0000;
	border-top: none;
	border-right:none;
	border-left: none;
	width: 100%;
}

.box .box-heading2 {
	font-size: 24px;
    color: #000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border: 1px #000;
    border: 2px solid;
    border-bottom-color: #ff0000;
    border-top: none;
    border-right: none;
    border-left: none;
    width: 100%;
    float:left;
}
	.dropdown {
		bottom: 10px
	}
	.io-slider {
		height: 540px !important;
	}
	span.mnn {
		display: none !important;
	}
	.dropbtn {
		width: 50px !important;
	}
	
	table.form tr td:first-child {
		width: 115px;
	}
	#product_cont {
		width: 100%;
	}
	.box-product .price {
		text-align: center;
	}
	.product-grid .price {
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	font-size: 12px;
	margin-left: 14px;
	float: center;
	/* width: 100px; */
	margin-top:5px;
}
	
	#header .links a {
		font-size: 11px;
		padding-bottom: 0;
padding-top: 0;
	}
	.menu {
		    position: absolute;
        margin-top: -34px;
    z-index: 99;
	}
	
	.zlcontenttop .welcome_mo {
    display: none;
}
	
}	
}
