/*********************************************************/
/******************** GLOBAL *****************************/
/*********************************************************/

html{
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
}

.Wrapper:after,
.Clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Hidden{ display: none; }
.Clear{ clear: both; }
.Float-Left { float: left; margin-right: 1em; }
.Float-Right { float: right; margin-left: 1em; }

/*********************************************************/
/******************** LAYOUT *****************************/
/*********************************************************/

/*** General ***/

body{
	background-color: #ffffff;
}

body#Secure{ background-color: transparent; }

#Background{
	background-color: #ffffff;
}

#Secure #Background{ background-color: transparent; }

#Container{
	
}

.Section{
	position: relative;
	z-index: 10;
}

.Outer{
	height: 100%;
}

.Wrapper{
	position: relative;
	margin: 0 auto;
	height: 100%;
	
	transition:all .2s linear;  
    -o-transition:all .2s linear;  
    -moz-transition:all .2s linear;  
    -webkit-transition:all .2s linear;
}

.Column{
	height: 100%;
	float: left;
	position: relative;
}

.Popup.Category-Popup{
	width: 980px;
	padding-top: 17px;
	background: url('../images/elem/dropdown.png') no-repeat top;
}

.Popup.Product-Popup{
	width: 540px;
}

/*** popup is disabled for tablet/mobile ***/
@media only screen and (max-width: 1009px) {
	.Popup{
		display: none !important;
	}
}

#Overlay{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../images/obj/overlay.png');
	z-index: 999;
}

/*** Header Top ***/

#Header-Top{
	background-color: #aee557;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	z-index: 70;
}

#Header-Top .Wrapper .Column{
	margin-bottom: 0;
}

/*** Header ***/

#Header{
	background: url('../images/bg/bg.gif');	
	z-index: 60;
}

#Header .Wrapper .Column{
	margin-bottom: 0;
}

/*** Header Menu ***/

#Header-Menu{
	background-color: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	
	z-index: 50;
}

/*** Header Shop ***/

#Header-Shop{
	background: url('../images/bg/bg.gif');	
	
	z-index: 45;
}

/*** Main ***/

#Main{
	background-color: #ffffff;
	
	padding-bottom: 30px;
	
	z-index: 40;
}

#Secure #Main{ background: transparent; }

#Blog #Main{
	background-image: url('http://images.esellerpro.com/2295/images/bg/blog.png');
	background-position: center top;
}

/*** Breadcrumb ***/

#Main #Breadcrumb{
	margin-top: 15px;
}

/*** Heading ***/

#Main #Heading{
	margin-top: 15px;
}

#Main #Heading h1{
	font-size: 6.0em;
	font-weight: bold; 
}

/*** Menu Left ***/

#Main aside#Left{
	float: left;
	margin-top: 30px;
}

/*** Menu Right ***/

#Main aside#Right{
	float: right;
	margin-top: 30px;
}

/*** Content ***/

#Main #Content{
	margin-top: 15px;
	float: left;
}

/*** Content2 & 3 ***/

#Content1{
	background-image: url('../images/bg/content-bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

#Content1 .Products{
	overflow: hidden;
	height: 370px;
}

#Content1 h2{
	margin-bottom: 30px;
}

#Content2{
	background-image: url('../images/bg/content-bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

#Content2 h2{
	margin-bottom: 30px;
}

#Content3{
	background-image: url('../images/bg/content-bg.png');
	background-repeat: repeat-x;
	background-position: top;
}

#Content3 h2{
	margin-bottom: 30px;
}

/*** Footer ***/

#Footer{
	background: url('../images/bg/bg.gif');	
	
	padding-bottom: 30px;
	
	z-index: 30;
}

/*** Footer-Sub ***/

#Footer-Sub{
	background-color: #ffffff;
	
	height: 92px;
	
	z-index: 20;
}

/*********************************************************/
/******************** SECTIONS ***************************/
/*********************************************************/


/**************************/
/********* Header Top *****/
/**************************/

/*** Pages ***/

#Header-Top nav#Pages{
	float: right;
}

#Header-Top nav#Pages a,
#Header-Top #Worldwide{
	color: #6c6c6c;
	font-size: 0.7em;
	line-height: 26px;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}

#Header-Top #Worldwide{
	float: left;
	padding: 0;
}

#Header-Top nav#Pages a:hover{
	
}

@media only screen and (max-width: 807px) {
	
	#Header-Top #Worldwide{
		display: none;
	}
}

@media only screen and (max-width: 605px) {
	
	#Header-Top nav#Pages{
		float: left;
	}
	
	#Header-Top nav#Pages a{
		padding: 0 10px 0 0;
	}
	
}

/**************************/
/********* Header *********/
/**************************/


/*** Logo ***/

#Header h1{
	margin: 0;
}

#Header h1 strong{
	display: none;
}

#Header #Logo{
	float: left;
	max-width: 100%;
	margin: 25px 0 25px 0;
	position: relative;
	left: -3px;
}

#Header #Established-Logo{
	position: absolute;
	color: #AEE557;
	font-family: Arial;
	text-transform: none;
	font-weight: normal;
	left: 77px;
	top: 75px;
	font-size: 11px;
	line-height: 1.15;
}

#Header #Phone{
	color: #ffffff;
	font-family: "Arial";
	font-size: 0.7em;
	float: right;
	margin: 31px 10px 10px 0;
}

#Header #Phone strong{
	font-size: 1.4em;
	padding-left: 4px;
}

/*** Basket ***/

#Header #Basket{
	float: right;
	margin: 19px 0 0 0;
}

#Header #My-Basket{
	font-size: 0.7em;
	color: #ffffff;
	text-transform: uppercase;
	background-image: url('../images/obj/my-basket.png');
	background-repeat: no-repeat;
	background-position: left top; 
	line-height: 13px;
	padding: 0 0 0 30px;
}

#Header #Info{
	font-size: 0.7em;
	color: #ffffff;
	padding-left: 10px;
	text-transform: uppercase;
	line-height: 13px;
}

#Header #Checkout{
	font-size: 0.7em;
	color: #ffffff;
	padding-left: 10px;
	text-transform: uppercase;
	line-height: 13px;
}

/*** Social ***/

#Header #Social{
	float: right;
	margin: 17px 17px 0 0;
}

#Header #Social a{
	float: left; 
	height: 22px;
	width: 22px;
	margin: 0 0 0 3px;
}

#Header #Social a#Facebook{
	background-image: url('../images/social/facebook.png');
}

#Header #Social a#Twitter{
	background-image: url('../images/social/twitter.png');
}

/*** Search ***/

#Header #Search{
	position: relative;
	width: 260px;
	float: right;
	clear: right; 
	margin: 22px 0 16px 0;
	z-index: 100;
}

#Header #Search input{
	float: left; 
	width: 100%;
	height: 31px;
	margin: 0;
	border: 0;
	padding: 0 0 0 8px;
	
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
	font-size: 0.8em;
	color: #464646 !important;
}

#Header #Search button{
	position: absolute;
	right: 0px;
	width: 30px;
	height: 31px;
	border-left: 1px solid #e1e1e1;
	background-image: url('../images/buttons/search.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
}
@media only screen and (max-width: 807px) {
	#Header #Social{
		display: none;
	}
	#Header #Phone{
		clear: right; 
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 605px) {
	#Header #Basket{
		float: left;
	}
	
	#Header #Search{
		width: 100%;
	}
	
	
}

/**************************/
/********* Header Menu ****/
/**************************/

/*** Categories ***/

#Header-Menu #Menu{
	float: left;
	width: 100%;
}

#Header-Menu #Menu a#Home{
	float: left;
	height: 46px;
	width: 18px;
	margin: 0 15px 0 25px;
	background-image: url('../images/obj/home.png');
	background-repeat: no-repeat;
	background-position: left 15px;
}

#Header-Menu #Menu > .Item{
	float: left;
	position: relative;
	z-index: 50;
}

#Header-Menu #Menu > .Item > a{
	float: left;
	position: relative;
	color: #6c6c6c;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 46px;
	font-family: "Heading";
	padding: 0 15px;
	z-index: 10;
}

#Header-Menu #Menu > .Item:hover > a,
#Header-Menu #Menu > .Item > a:hover{
	color: #aee557;
	text-decoration: none;
	transition:all .15s linear;  
    -o-transition:all .15s linear;  
    -moz-transition:all .15s linear;  
    -webkit-transition:all .15s linear;
}

/*** Dropdown ***/

#Header-Menu #Menu > .Item:hover > .Dropdown{ display: block; }

#Header-Menu #Menu > .Item > .Dropdown{
	position: absolute;
	z-index: 50;
	top: 46px;
	left: 0px;
	width: 202px;
	display: none;
	
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	
	background-color: #ffffff;
}

#Header-Menu #Menu > .Item > .Dropdown > nav{
	margin-bottom: 30px;
}

#Header-Menu #Menu > .Item > .Dropdown > nav a{
	float: left;
	width: 100%;
	font-size: 0.95em;
	color: #6c6c6c;
	line-height: 32px;
	padding: 0 15px;
	font-family: Heading,Arial;
}

#Header-Menu #Menu > .Item > .Dropdown > nav a:hover{
	text-decoration: none;
	color: #aee557;
	transition:all .1s linear;  
    -o-transition:all .1s linear;  
    -moz-transition:all .1s linear;  
    -webkit-transition:all .1s linear;
}

/*** Header Shop ***/

#Header-Shop span{
	float: left;
	line-height: 20px;
	color: #aee557;
	font-family: Heading,Arial;
	text-transform: uppercase;
	font-size: 1.0em;
	padding: 0 35px;
	margin: 6px 0;
	border-left: 1px solid #ffffff;
}

#Header-Shop span:first-child{
	border-left: 0;
	padding: 0 30px 0 0;
}

#Header-Shop span.Last{
	padding: 0 0 0 30px;
}

@media only screen and (max-width: 1009px) {
	#Header-Shop span{
		text-align: center;
		width: 100%;
		border: 0;
		padding: 0;
	}
	#Header-Shop span:first-child{
		padding: 0;
	}
	#Header-Shop span.Last{
		padding: 0;
	}	
}

/*********************************************************/
/******************** RESPONSIVE MENU ********************/
/*********************************************************/

#Header-Menu #Toggle{
	display: none;
	float: left;
	width: 100%;
	font-size: 1.15em;
	color: #6c6c6c;
	font-family: Heading,Arial;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	cursor: pointer;
}

#Header-Menu #Toggle:hover{
	text-decoration: none;
	color: #aee557;
	transition:all .1s linear;
    -o-transition:all .1s linear;  
    -moz-transition:all .1s linear;  
    -webkit-transition:all .1s linear;
}

@media only screen and (max-width: 1009px) {
	
#Header-Menu #Menu a#Home{
	display: none;
}
	
#Header-Menu #Toggle{
	display: block;
}

#Header-Menu #Menu{
	display: none;
	padding: 0 15px 15px;
}

#Header-Menu #Menu > .Item{
	width: 100%;
	height: auto;
}

#Header-Menu #Menu > .Item > a {
	float: left;
	width: 100%;
	line-height: 32px;
	padding: 0;
	font-size: 1.05em;
}

#Header-Menu #Menu > .Item > a:hover {
	text-decoration: none;
}

#Header-Menu #Menu > .Item:hover > .Dropdown {
	display: block;
}

/*** DROPDOWN ***/

#Header-Menu #Menu > .Item > .Dropdown {
	position: static;
	float: left;
	top: auto;
	left: auto;
	width: 100%;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
	display: block;
}

#Header-Menu #Menu > .Item > .Dropdown > nav > a{

}

#Header-Menu #Menu > .Item > .Dropdown > nav > a:hover {
	text-decoration: none;
}

}

/************************/
/********* Main *********/
/************************/


/*** Breadcrumb ***/

#Main #Breadcrumb{
	font-size: 0.75em;
	color: #6c6c6c;
	line-height: 1.5;
}

#Main #Breadcrumb a{
	color: #6c6c6c;
}

#Main #Breadcrumb span{
	font-style: italic;
}


/*** Homepage ***/

h2#Hello { font-size: 2.7em; text-transform: none; margin-bottom: 0.25em; }

#Follow{
	float: left;
	font-size: 0.9em;
	color: #a7e04d;
	font-family: "Heading";
	width: 70%;
	line-height: 1.25;
	padding-left: 53px;
	margin-bottom: 1.0em;
}

#Social-Homepage{
	float: right;
}

#Social-Homepage h3{
	color: #e4ac20;
	font-size: 1.0em;
	text-transform: uppercase;
	margin: 0;
}

#Homepage-Facebook{
	width: 38px;
	height: 38px;
	float: left;
	margin: 5px 5px 0 0;
	background-image: url('../images/social/facebook-big.png');
}

#Homepage-Twitter{
	width: 38px;
	height: 38px;
	float: left;
	margin: 5px 0 0 0;
	background-image: url('../images/social/twitter-big.png');
}

/**************************/
/********* Footer *********/
/**************************/

#Established{
	color: #AEE557;
	font-family: "Heading";
	text-transform: uppercase;
	margin: 0 0 20px 65px;
	font-size: 1.0em;
	line-height: 1.15;
}

/*** Links ***/

#Footer nav{
	float: left;
	margin: 35px 0 35px 0;
	border-right: 1px solid #787878;
}

#Footer div#Sustuu{
	float: left;
	margin: 35px 0 35px 0;
}

#Footer nav h2{
	font-size: 1.0em;
	color: #aee557;
	font-weight: normal;
	width: 100%;
}

#Footer nav a{
	float: left;
	color: #ffffff;
	line-height: 2;
	font-size: 0.7em;
	width: 100%;
	text-transform: uppercase;
}

#Footer nav a:hover{
	
}

#Footer #Customer{
	color: #aee557;
	font-family: "Heading";
	text-transform: uppercase;
	margin: 5px 0 0 65px;
	font-size: 1.0em;
	line-height: 1.15;
}

#Footer #Customer span{
	color: #ffffff;
	font-size: 1.6em;
}

#Footer #Payments{
	float: left;
	margin: 20px 0 0 3px;
}

#Footer #Footer-Social{
	margin: 15px 0 0 65px;
}

#Footer #Footer-Social h2{
	margin: 0;
	color: #aee557;
	font-size: 1.0em;
}

#Footer #Footer-Social a#Footer-Facebook{
	width: 38px;
	height: 38px;
	float: left;
	margin: 5px 5px 0 0;
	background-image: url('../images/social/facebook-big.png');
}

#Footer #Footer-Social a#Footer-Twitter{
	width: 38px;
	height: 38px;
	float: left;
	margin: 5px 0 0 0;
	background-image: url('../images/social/twitter-big.png');
}

/*** Newsletter ***/

#Newsletter{
	margin: 35px 0 0 0;
	padding: 20px;
	
	border: 1px dotted #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#Newsletter h2{
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
}

#Newsletter p{
	color: #ffffff;
	font-size: 0.95em;
}

#Newsletter label{
	
}

#Newsletter input{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
}

#Newsletter button{
	float: right;
	width: 127px;
	height: 33px;
	margin: 10px 0 0 0;
	
	background-image: url('../images/buttons/newsletter-signup.png');
	background-repeat: no-repeat;
	background-color: transparent;
	
	color: #4e4e4e;
	font-family: "Heading";
	font-size: 0.95em;
	text-transform: uppercase;
}


/******************************/
/********* Footer-Sub *********/
/******************************/


#Footer-Sub .Wrapper{
	text-align: center;
}

/*** Copyright ***/

#Footer-Sub #Copyright{
	padding: 24px 0 0 0;
	color: #6c6c6c;
	font-size: 0.75em;
}

#Footer-Sub #Copyright a#eSellerPro{
	background-image: url('../images/obj/esellerpro.png');
	position: relative;
	top: 6px;
	display: inline-block;
	width: 80px;
	height: 29px;
	margin: 0 0 0 5px;
}