
/*
*	Footer
*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -296px;
	width: 100%;
}
#footer, .push {
	height: 220px;
	clear: both;
}
#footer {
	margin-top:80px;
	-moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);/*border-top: 1px solid white;*/
}
#footer_bg {
	background: url(../image/banner_background.jpg) center;
}
#footer .top {
}
#footer .top .wrap {
	padding: 20px 20px;
}
#footer .top .column {
	float:left;
	width:25%
}
#footer .top .column .title {
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
#footer .top .column ul li a, #footer .top .column ul li {
	font-size:14px;
	color:#333
}
#footer .top .column ul {
	margin-left:15px;
	margin-top: 15px;
}
#footer .top .column ul li {
	list-style: square;
	font-size:12px;
}
#footer .top .column ul li:hover a,#footer .top .column ul li:hover {
	color:#00556d
}
#footer .top .columnInformation {
	float:left;
	width:25%
}
#footer .top .columnInformation > a{
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
#footer .top .columnInformation ul li a, #footer .top .columnInformation ul li {
	font-size:14px;
	color:#333
}
#footer .top .columnInformation ul {
	margin-left:15px;
	margin-top: 15px;
}
#footer .top .columnInformation ul li {
	list-style: square;
	font-size:12px;
}
#footer .top .columnInformation ul li:hover a,#footer .top .columnInformation ul li:hover {
	color:#fff;
	background: none;
}
#footer .top .columnAccount ul {
    margin-left: 15px;
    margin-top: 15px;
}


#footer .top .columnService {
	float:left;
	width:25%
}
#footer .top .columnService > a {
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
#footer .top .columnService ul li a, #footer .top .columnService ul li {
	font-size:14px;
	color:#333
}
#footer .top .columnService ul {
	margin-left:15px;
	margin-top: 15px;
}
#footer .top .columnService ul li {
	list-style: square;
	font-size:12px;
}
#footer .top .columnService ul li:hover a,#footer .top .columnService ul li:hover {
	color:#fff;
	background: none;
}



#footer .top .columnExtra {
	float:left;
	width:25%
}
#footer .top .columnExtra > a{
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
#footer .top .columnExtra ul li a, #footer .top .columnExtra ul li {
	font-size:14px;
	color:#333
}
#footer .top .columnExtra ul {
	margin-left:15px;
	margin-top: 15px;
}
#footer .top .columnExtra ul li {
	list-style: square;
	font-size:12px;
}
#footer .top .columnExtra ul li:hover a,#footer .top .columnExtra ul li:hover {
	color:#fff;
	background: none;
}

#footer .top .columnAccount {
	float:left;
	width:25%
}
#footer .top .columnAccount > a {
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
#footer .top .columnAccount ul li a, #footer .top .columnAccount ul li {
	font-size:14px;
	color:#333
}
#footer .top .columnAccount ul {
	margin-left:15px
}
#footer .top .columnAccount ul li {
	list-style: square;
	font-size:12px;
}
#footer .top .columnAccount ul li:hover a,#footer .top .columnAccount ul li:hover {
	color:#fff;
	background: none;
}


/*
*	Footer bottom
*/
#footer .bottom {
}
#footer .bottom .wrap {
	padding: 28px 0px;
	background:url(../image/header_footer_separator.png) repeat-x
}
#footer .footer-logo {
	float:left;
	margin-right:15px;
}
#footer .copy {
	font-size:14px;
	float:left
}
#footer .copy img {
	height:12px;
}
#footer .payment {
	float:right
}
#footer .payment ul {
	margin:0px;
	padding:0px;
	display:none
}
#footer .payment ul li {
	float:left;
	margin-left:10px;
	list-style:none
}
#footer .paypal {
	background: url(../image/footer_paypal_icon.png);
	display:block;
	width:54px;
	height:15px;
}
#footer .visa {
	background:url(../image/footer_visa_icon.png);
	display:block;
	width:46px;
	height:15px;
}
#footer .mastercard {
	background:url(../image/footer_mastercard_icon.png);
	display:block;
	width:25px;
	height:15px;
}
#footer .webmoney {
	background:url(../image/footer_webmoney_icon.png);
	display:block;
	width:56px;
	height:15px;
}


/* 981 */
@media only screen and (min-width: 981px) {
	.mini-menu{
		display: none;
	}
	.mini-top-menu{
		display: none;
	}
	#articleComments{
		overflow: hidden;
	}
	.xs{
		display: none !important;
	}

}
/* 981 end */

/* 980 */
@media only screen and (max-width: 980px) {
	.layout{
		width:100%;
	}
	#articleComments{
		overflow: hidden;
	}
	.xs{
		display: none !important;
	}
	
	
}
/* 980 end */

/* 768 - 980 */
@media only screen and (min-width: 768px) and (max-width: 980px) {

	#logo {
		margin: 15px 0 0 10px;
	}
	.xs{
		display: none !important;
	}
	#header > .top > .layout > .wrap > .right {
		margin-bottom: 10px;
		min-width: 610px;
	}
	#contacts{
		width:330px
	}
	#header .center > .right {
		min-width:520px
	}
	#header > .top > .layout > .wrap > .right {
		min-width: 520px;
	}
	#search .input-search {
		width:200px;}
	#search .button-search.first{
		margin: 0px 0px 0px 200px;
	}
	#column-left{
		max-width:220px;
		width:25%;
		margin-right:3%;
	}
	#column-left + #content{
		width:72%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	#container {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}
	.mini-menu{
		display: none;
	}
	.mini-top-menu{
		display: none;
	}
	.slideshow .nivoSlider{
		width: auto !important;
	}
	#articleComments{
		overflow: hidden;
	}
	.product-page .product-info-right {
		margin-left: 10px;	
	}
	.product-page .left{
		width:50%}
	.product-page .left .image a img{
		width:100%}

}
/* 768 - 980 end */

/* 481 - 767 */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	#contacts{
		width: 300px;
	}
	#header .center > .right{
		min-width: 100%;
	}
	#header > .top > .layout > .wrap > .right{
		min-width: 50%;
		width: 50%;
	}
	#logo {
		margin: 0 0 20px 10px;
	}
	.info-block{
		display: none;
	}
	#header > .top > .layout > .wrap .right > .right {
float: right;
z-index: 10;
position: relative;
}
	#menu{
		display: none;
	}
	.mini-menu{
		display: block;
	}
	.mini-top-menu{
		display: none;
	}
	.toggleMenu {
		display:  block;
		background: #72A947;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #FFFFFF;
		text-transform: uppercase;
	}
	a.toggleMenu:hover{
		color: #fff;
		text-decoration: none;
	}
	.nav {
		list-style: none;
		*zoom: 1;
		display: none;
	}
	#tabs{
		display:block}
	.nav:before,
	.nav:after {
		content: " "; 
		display: table; 
	}
	.nav:after {
		clear: both;
	}
	.nav ul {
		list-style: none;
		width: 9em;
	}
	.nav a {
		padding: 10px 15px;
		color:#fff;
	}
	.nav li {
		position: relative;
		background-color: #72A947;
	}
	.nav > li > a:hover{
		background-color: #72A947;
	}
	.nav > li {
		float: left;
		border-bottom: 1px solid #fff;
	}
	.nav > li > .parent {
		background-image: url(../image/downArrow.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	.nav{
		margin-bottom: 0px;
	}
	.nav > li > a {
		display: block;
	}
	.nav li  ul {
		display:none;
		margin-left: 0px;
	}
	
	.nav li ul li a{
		padding-left: 30px;
	}
	.nav li  a .icon-arrow {
		background-position: 0px -383px;
		border: 1px solid #fff;
		border-radius: 10px;
		padding: 0px;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	}
	
	.nav > li.hover > ul {
		left: 0;
	}
	.nav li li.hover ul {
		left: 100%;
		top: 0;
	}
	.nav li li a {
		display: block;
		background: #8A8A8A;
		position: relative;
		z-index:100;
		border-top: 1px solid #fff;
		text-decoration: none;
	}
	.nav li li li {
		border-top: 1px solid #fff;
	}
	.nav li li li a {
		background: #8A8A8A;
		z-index:200;
		border-top: 1px solid #5aa3ab;
		padding-left: 40px;
	}
	.active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url(../image/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	#column-left{
		display: none;
	}
	#container {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
	}
	#search{
		display: none;
	}
	#search .button-search.first{
		margin: 0 0 0 240px;
	}
	#search .input-search{
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	#contacts{
		display: block;
	}
	.dropdown-menu a{
		padding: 3px 5px;
	}
	.slideshow .nivoSlider{
		width: auto !important;
	}
	.desktop{
		display: block!important;
		margin-top: 15px;
	}
	.desktop li {
		background: none;
	}
	.desktop > li{
		border-bottom: none;
	}
	.desktop a {
		padding: 0px;
	}
	.desktop > li > a:hover {
		background: none;
	}
	.xs{
		display: block !important;
		margin-top: 20px;
	}
	#header .center > .right{
		display: block;
	}
	#column-left + #content {
		width: 100%;
	}
	.well, .box-article{
		background: url("../image/box_header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	}
	.product-page .product-info-right .cart .cart-buy {
		
		display: inline-block;
	}
	.product-page .product-info-right {
		margin-left: 10px;
		clear: both;
	}
	#header #cart {
		background-color: #72A947;
		float: right;
		width: 100%;
	}
	#header #cart .heading {
		float: none;
		text-align: center;
	}
	#header #cart .heading .cart-box-icon {
		box-shadow: none;
	}
	#header #cart .heading .cart-box {
		box-shadow: none;
		height: 41px;
	}
	#header > .top {
		margin-bottom: 0px;
	}
	#header .center > .right {
		display: block;
		min-width: 100%;
	}
	#header .right > div {
		float: left;
		margin-left: 0;
	}
	#search {
		display: block !important;
	}
	#search .button-search.first {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		cursor: pointer;
		margin: 40px 0 0;
		padding: 10px 12px;
		position: absolute;
		right: 0;
	}
	#search .button-search.first {
		margin-top: 0 !important;
	}	
	#search .input-search {
		color: #72A947;
		font-size: 18px;
	}
	#header .right .form-search{
		float: none !important;
	}
	#search .input-search {
		box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
		padding: 4px 10px;
	}
	.button-search .icon-search {
		background-position: -191px -189px;
	}
	.blogModule .box-heading {
		color: #72A947;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	.nav-tabs > li > a{
	border:none;
	background:	#8A8A8A
		}
	#tabs   li > a:hover{
	border-radius:0px;
	border:none;
	margin:0px;
	padding-bottom: 8px;
	padding-top: 8px;	
	}
	#tabs .selected {
	margin: 0px;
	color:#fff;
	background:#00556d;
	border-radius:0px;
	border:none	
	}
	.product-page .left{
		text-align: center;
		width: 100%;
	}
	.login-content .left, .login-content .right {
		width: 100%;
		clear: both;
		float: none;
	}
	#column-right + #content{
		width: 100%
	}
	.account-register-page .left.box, .account-register-page .right.box {
	width: 100%
	}
	.buttons .left{
		float: left;
	}
}
/* 481 - 767 end */

/* 480 */
@media only screen and (max-width: 480px) {
	.left {
		margin: 0 auto;
		float: none;
	}
	#header > .top > .layout > .wrap .right > .right {
		float: left;
	}
	#header .right > #profile {
		cursor: pointer;
	}
	.tab-content .content-review input.name[type="text"] {
		width: auto;
	}
	.tab-content .content-review textarea {
		width: auto;
	}
	.tab-content .content-review .small-text {
		display: inline-block;
	}	
	.product-page .left {
		width: 100% !important;
	}
	.checkout-checkout-page .left.box, .checkout-checkout-page .right.box {
		width: 100%;
	}
	.xs{
		display: none !important;
	}
	.well {
		background: url(../image/box_header_bg.png) repeat-x;
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	}
	.image{
		text-align: center;
		width: 100%;
	}
	.tab-content .content-review img.captcha {
		margin: 15px 0 0;
	}
	.tab-content .content-review > div {
		width: auto;
	}
	.product-item .wrap .right {
		display: block;
	}
	.iosslider-nav{
		display: none;
	}
	#logo {
		margin: 0 0 20px 0;
		text-align: center !important;
	}

	#header .right > div{
		float: left;
		margin-left: 0px;
	}
	#search .input-search{
		box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.1);
	}
	#search {
		display: block!important;
		width: 100%;
	}
	#search .button-search.first{
		margin-top: 0px!important;
	}
	#header #cart {
		background-color: #72A947;
		float: right;
		width: 100%;
	}
	#header #cart .heading .cart-box-icon {
		box-shadow: none;
	}
	#header .right {
		display: table-cell;
		margin: 0 auto;
		text-align: center;
	}
	#header #cart .heading {
		float: none;
		text-align: center;
	}
	#header .center > .right {
		min-width: 100%;
		display: block;
	}
	#header #cart .heading .cart-box {
		box-shadow: none;
		height: 41px;
	}
	#search .input-search {
		color: #72A947;
		font-size: 18px;
		width: 100%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
		padding-right: 0px;
		padding: 18px;
		line-height:normal
	}
	#header .right .form-search{
		float: none !important;
	}
	#search .button-search.first {
		background: none;
		cursor: pointer;
		margin: 40px 0 0;
		padding: 10px 12px;
		position: absolute;
		right: 0;
	}
	.button-search .icon-search {
		background-position: -191px -189px;
		height: 19px;
	}
	#header_bg {
		background: #fff!important;
		box-shadow: none;
		padding-bottom: 1px;
	}
	#header > .top {
		margin-bottom: 0px;
	}
	.slideshow{
		display: none;
	}
	#menu {
		background: none;
		display:none
	}
	nav{
		display: none;
	}
	#header_links{
		display: none;
	}
	.toggleMenu {
		display:  block;
		background: #72A947;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
	}
	a.toggleMenu:hover{
		color: #fff;
		text-decoration: none;
	}
	.nav {
		list-style: none;
		*zoom: 1;
		display: none;
	}
	.nav:before,
	.nav:after {
		content: " "; 
		display: table; 
	}
	.nav:after {
		clear: both;
	}
	.nav ul {
		list-style: none;
		width: 9em;
	}
	.nav a {
		padding: 10px 15px;
		color:#fff;
	}
	.nav li {
		position: relative;
		background-color: #72A947;
	}
	.nav > li > a:hover{
		background-color: #72A947;
	}
	.nav > li {
		float: left;
		border-bottom: 1px solid #fff;
		background-color: #8A8A8A;
	}
	.nav > li > .parent {
		background-image: url(../image/downArrow.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	.nav{
		margin-bottom: 0px;
	}
	.nav > li > a {
		display: block;
	}
	.nav li  ul {
		position: absolute;
		left: -9999px;
		margin-left: 0px;
	}
	.nav li ul li a{
		padding-left: 30px;
	}
	.nav > li.hover > ul {
		left: 0;
	}
	.nav li li.hover ul {
		left: 100%;
		top: 0;
	}
	.nav li li a {
		display: block;
		background: #8A8A8A;
		position: relative;
		z-index:100;
		border-top: 1px solid #fff;
		text-decoration: none;
	}
	.nav li li li {
		border-top: 1px solid #fff;
	}
	.nav li li li a {
		background: #8A8A8A;
		z-index:200;
		border-top: 1px solid #5aa3ab;
		padding-left: 40px;
	}
	.active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url(../image/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.phone{
		display: block;
	}
	.skype{
		display: block;
	}
	#header > .top > .layout > .wrap > .right{
		min-width: 100%;
	}
	#contacts{
		width: 100%;
	}
	#header > .top > .layout > .wrap > .right{
		background: rgba(67,196,211,0.05);
		margin-bottom: 0px;
		padding: 6px;
		z-index: 10;
position: relative;
		}
	#profile{
		
	}
	#currency{
		
	}
	.nav-tabs > li > a{
	border:none;	
		}
	.dropdown-menu a {
		text-align: left;
	}
	#tabs {
		display:block}
	#tabs   li > a:hover{
	border-radius:0px;
	border:none;
	margin:0px;
	padding-bottom: 8px;
	padding-top: 8px;	
	}
	#tabs .selected {
	margin: 0px;
	color:#fff;
	background:#00556d;
	border-radius:0px;
	border:none	
	}
	.no-borders .box-heading {
		text-align: center;
		color: #72A947;
		font-weight: bold;
		font-size: 18px;
		text-transform: uppercase;
	}
	#header #cart .content {
		min-width: 100%;
	}
	#header_top_border {

	}
	#footer .top .column{
		float: none;
		width: 100%;
	}
	#footer .top .column .title{
		margin-bottom: 0px;
	}
	#footer .top .wrap{
		padding: 0px;
	}
	#footer_bg{
		background: none!important;
	}
	#footer .copy {
		color: #333333;
		float: left;
		font-size: 12px;
	}
	#footer .copy a{
		color: #72A947;
	}
	#footer .top .columnInformation ul{
		margin-top: 0px;
	}
	#footer .top .columnExtra ul{
		margin-top: 0px;
	}
	#footer .top .columnService ul{
		margin-top: 0px;
	}
	#footer .top .columnAccount ul {
		margin-top: 0px;
	}
	.blogModule .box-heading {
		color: #72A947;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	.modal-header title, .box .box-heading{
		border-bottom: none;
	}
	.boxPlain .box-content{
		border-style: none;
	}
	.blogModule .image img{
		background: none;
		border: none;
	}
	.blogModule .title{
		text-transform: uppercase;
		color: #00556d;
		text-decoration: underline;
		margin-bottom: 17px;
	}
	.blogModule p {
		color: #777777;
		display: inline-block;
		width: 50%;
	}
	.blogModule .image img{
		margin-right: 5px;
	}
	a.read-more{
		color: #72A947;
	}
	#footer .bottom .wrap{
		text-align: center;
	}
	#footer .copy{
		float: none;
		text-align: center;
	}
	#column-left{
		display: none;
	}
	#column-left + #content{
		width: 100%;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;  
	}
	.product-compare{
		display: none;
	}
	.vr{
		display: none;
	}
	.display{
		display: block;
	}
	.product-item{
		width: 100%;
	}
	.product-list .product-item .right{
		float: none;
	}
	.product-list .product-item .price {
		text-align: center;
		height: 50px;
	}
	.product-list .product-item .image {
		float: none;
		width: 100%;
		margin: 0px;
	}
	#header .dropdown-toggle {
		display: block;
		cursor: pointer;
	}
	.open{
		display: block;
	}
	.open > .dropdown-menu {
		 display: inline-block;
	}
	#currency li{
		display: block;
	}
	.product-list .product-item .name {
		width:100%;
		margin-left: 0px;
		text-align: center;
	}
	.product-list .product-item .description {
		width:100%;
		margin-left: 0px;
		text-align: center;
	}
	.product-list .product-item{
		border-bottom:1px solid #efefef}
	.product-page .left .image a img {
		width: 70%;
	} 
	.product-page .product-info-right{
		margin-left: 0px;
	}
	#notification > div{
		width: 100%;
	}
	#content > .wrap{
		width: 100%;
	}
	.tab-content {
		padding-left: 0;
	}
	td.image > a > img{
		width: 50px;
		height: 50px;
	}
	.table th, .table td{
		padding: 5px;
		font-size: 12px;
	}
	#content{
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
	}
	.breadcrumb{
		padding-left: 5px;
		padding-right: 5px;
	}
	
/* Nav Article */
	.toggleMenuArticle {
		display:  block;
		background: #D8E4C8;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
	}
	a.toggleMenuArticle:hover{
		color: #fff;
		text-decoration: none;
	}
	.nav-article {
		list-style: none;
		*zoom: 1;
		display: none;
		margin-left: 0px;
	}
	.nav-article:before,
	.nav-article:after {
		content: " "; 
		display: table; 
	}
	.nav-article:after {
		clear: both;
	}
	.nav-article ul {
		list-style: none;
		width: 9em;
	}
	.nav-article a {
		padding: 3px 15px;
		color:#fff;
		text-align: center
	}
	.nav-article li {
		position: relative;
		background-color: #8A8A8A;
	}
	.nav-article > li > a:hover{
		background-color: #8A8A8A;
	}
	.nav-article > li {
		float: left;
		border-bottom: 1px solid #fff;
	}
	.nav-article > li > .parent {
		background-image: url(../image/downArrow.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	.nav-article > li > a {
		display: block;
	}
	.nav-article li  ul {
		position: absolute;
		left: -9999px;
		margin-left: 0px;
	}
	.nav-article li ul li a{
		padding-left: 30px;
	}
	.nav-article > li.hover > ul {
		left: 0;
	}
	.nav-article li li.hover ul {
		left: 100%;
		top: 0;
	}
	.nav-article li li a {
		display: block;
		background: #8A8A8A;
		position: relative;
		z-index:100;
		border-top: 1px solid #fff;
		text-decoration: none;
	}
	.nav-article li li li {
		border-top: 1px solid #fff;
	}
	.nav-article li li li a {
		background: #8A8A8A;
		z-index:200;
		border-top: 1px solid #5aa3ab;
		padding-left: 40px;
	}
	.active {
        display: block;
    }
    .nav-article > li {
        float: none;
    }
    .nav-article > li > .parent {
        background-position: 95% 50%;
    }
    .nav-article li li .parent {
        background-image: url(../image/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav-article ul {
        display: none;
        width: 100%;
    }
   .nav-article > li.hover > ul , .nav-article li li.hover ul {
        position: static;
    }

/* Nav Article end */	
	
/* Information */
	.toggleMenuInformation{
		display:  block;
		background: #72A947;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
	}
	a.toggleMenuInformation:hover{
		color: #fff;
		text-decoration: none;
	}
	#footer .top .columnInformation ul{
		margin-left: 0px;
		text-align: center;
	}
	#footer .top .columnInformation ul li a{
		color: #fff;
	}
	#footer .top .columnInformation ul li a:hover{
		text-decoration: underline;
		background-color: #8A8A8A;
	}
	.toggleMenuService{
		display:  block;
		background: #72A947;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
	}
	a.toggleMenuService:hover{
		color: #fff;
		text-decoration: none;
	}
	#footer .top .columnService ul{
		margin-left: 0px;
		text-align: center;
	}
	#footer .top .columnService ul li a{
		color: #fff;
	}
	#footer .top .columnService ul li a:hover{
		text-decoration: underline;
		background-color: #8A8A8A;
	}
	
	.toggleMenuExtra{
		display:  block;
		background: #72A947;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
	}
	a.toggleMenuExtra:hover{
		color: #fff;
		text-decoration: none;
	}
	#footer .top .columnExtra ul{
		margin-left: 0px;
		text-align: center;
	}
	#footer .top .columnExtra ul li a{
		color: #fff;
	}
	#footer .top .columnExtra ul li a:hover{
		text-decoration: underline;
		background-color: #8A8A8A;
	}
	
	.toggleMenuAccount{
		display:  block;
		background: #72A947;
		padding: 10px 0px;
		color: #fff;
		text-align: center;
		width: 100%;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
	}
	a.toggleMenuAccount:hover{
		color: #fff;
		text-decoration: none;
	}
	#footer .top .columnAccount ul{
		margin-left: 0px;
		text-align: center;
	}
	#footer .top .columnAccount ul li a{
		color: #fff;
	}
	#footer .top .columnAccount ul li a:hover{
		text-decoration: underline;
		color: #fff;
		background-color: #8A8A8A;
	}
	
	#footer .top .columnInformation{
		float: none;
		width: 100%;
	}
	#footer .top .columnInformation > a{
		margin-bottom: 0px;
		color: #fff;
	}
	#footer .top .columnService{
		float: none;
		width: 100%;
	}
	#footer .top .columnService > a{
		margin-bottom: 0px;
		color: #fff;
	}
	#footer .top .columnExtra{
		float: none;
		width: 100%;
	}
	#footer .top .columnExtra > a{
		margin-bottom: 0px;
		color: #fff;
	}
	#footer .top .columnAccount{
		float: none;
		width: 100%;
	}
	#footer .top .columnAccount > a{
		margin-bottom: 0px;
		color: #fff;
	}
	#notification {
		left: 62%;
	}
	#notification > div .close{
		right: -20px;
	}
	.box{
		background: none;
		box-shadow: none;
	}
	#search{
		display: none;
	}
/* Information end */
	#column-right{
		float: left;
	}
	.login-content .left {
		float: left;
	}
	.centered-btns_nav.next{
		display: none;
	}
	.centered-btns_nav.prev{
		display: none;
	}
	#footer{
		box-shadow: none;
	}
	.well, .box-article{
		background: url("../image/box_header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	}
	#header #cart .heading {
		border-bottom: 1px solid #fff;
	}
	.product-search-page .block > * {
		margin-bottom: 10px;
	}
	.login-content .left, .login-content .right {
		width: 100%;
		clear: both;
		float: none;
	}
	.buttons .left{
		float: left;
	}
	#column-right + #content{
		width: 100%
	}
	.account-register-page .left.box, .account-register-page .right.box {
	width: 100%
	}


}
/* 480 end */