body {
	background-image: url(../store_images/bg_02.gif);
	color: #222;
	font-family: Arial, "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	/*background-color: #ccc;*/
	background-attachment: #FFE6C0;
	background-repeat:repeat;
	background-position: center center;
	margin: 0px;
	}

h2 {
	font-size: 16px;
	color: #CC0000;
}
h3 {
	font-size: 14px;
	color: #CC3300;
	margin: 2px;
}
h4 {
	font-size: 13px;
	color: #333300;
}
img {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	/*-border-radius:8px;
	behavior:url(../includes/border-radius.htc);*/
}

#header {
	width:1100px;
	margin:0px auto 0px auto;
	font-size:14px;
	padding:0px;
	/*background-image: url(../images/header_bg_mountain.jpg);
	background-repeat: no-repeat;	
	 position:relative;
	top: 0.1em;*/	
	}
#map_AeronC_Lumbar {
	position:fixed;
	left:700px;
	top:70px;
	width:150px;
	height:28px;
	z-index:1;
	visibility: hidden;
	background-color:#669900;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	padding:2px;
}
#map_AeronC_PostureFit {
	position:fixed;
	left:650px;
	top:50px;
	width:150px;
	height:28px;
	z-index:1;
	visibility: hidden;
	background-color:#669900;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	padding:2px;
}
#map_AeronA {
	position:fixed;
	left:550px;
	top:70px;
	width:150px;
	height:28px;
	z-index:1;
	visibility: hidden;
	background-color:#669900;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	padding:2px;
}
#map_Mirra {
	position:fixed;
	left:420px;
	top:70px;
	width:150px;
	height:28px;
	z-index:1;
	visibility: hidden;
	background-color:#669900;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	padding:2px;
}
#map_Celle {
	position:fixed;
	left:350px;
	top:50px;
	width:150px;
	height:28px;
	z-index:1;
	visibility: hidden;
	background-color:#669900;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	padding:2px;
}


/*main menu */
#sidebar {
	width:1100px;
	height: 37px;
	/*float:left;font-weight: bold;*/
	font-size: 14px;
	margin: 0px auto 0px auto;
	letter-spacing: 1px;
	background-color:#222;
	text-align:center;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	}
#sidebar .clicked {
	color: #CCCC00;
	
	}
#sidebar a {
	color: #202020;
	text-decoration: none;
	line-height:12px;
	width:46px;
	text-align:center;
	color:#f3f3f3;
	border:1px solid #000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:6px 10px 3px 10px;
	margin:0px;
	background-color: #000;
	}
#sidebar a:hover {
	color: #CCCC00;
	text-decoration: none;
	}

#wrapper {
	width: 1114px;
	background-image: url(../store_images/wrapper_bg_greenBlack_04.png);	
	padding-top: 0.2em;
	height: 1200px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#sidebarLeft {
	width:2%;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../store_images/sidebarLeft_bg.png);
	background-repeat:no-repeat;
	
	height:100%;
	height:auto;
	}	
/* View cart */	
#sidebarRight {
	width: 17%;
	margin: 3px 10px 3px 1px;
	padding: 3px 0px 3px 3px;
	float: right;
	border:1px solid #FFF;
	background-image: url(../store_images/bg_04.gif);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;	
	}
/*simple cart table elements*/
.cartHeaders{
	display:none;
}
.itemname{
	font:bold 11px;
	color:#fff;
	/*text-transform:uppercase;*/
	width: 100px;
}
.itemQuantity{
	font-size:13px;
	width:10px;
	padding:3px 3px 3px 2px;
	text-align:center;
	margin:0px;
}
.itemQuantity input{
	background:none;
	border:none;
	width:10px;
	text-align:center;
	color:#fff;
	font:bold 11px Arial, sans-serif;
	padding:1px 0 0 0;
	margin:0px;	
}
.itemQuantity input:focus{
	outline:none;
}
  /*add item*/
.itemincrement a{
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:bold 10px;
	line-height:10px;
	width:12px;
	text-align:center;
	color:#f3f3f3;
	border:1px solid #669900;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:1px;
	margin:8px 0 0 0;
	background-color: #669900;
	text-decoration: none;
}
  /*delete item*/
.itemdecrement a{
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:bold 10px;
	line-height:10px;
	width:12px;
	text-align:center;
	color:#f3f3f3;
	border:1px solid #669900;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:1px;
	margin:8px 0 0 0;
	background-color: #669900
}
.itemTotal{
	color:#fff;
	font:10px Arial, sans-serif;
	margin:0px 0 0 0;
	padding:1px;
	/*clear:both;*/
}
#cartTotal{
	/*clear:both;margin-top:23px;float:left;margin-left:-65px;padding: 47px 72px 0px 0px;*/
	text-align:right;
	font:13px;
	width:100%;
	text-shadow:#CCCC33;
	
}
/*main content */
#main {
	width:80%;
	float:left;
	margin: 3px 1px 3px 15px;
	background-color: #FFF;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	/*margin-left: 20px;*/
	}
/*products sub menu */
#tags {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#B72400;
	margin: 0px;
	padding:5px;
	
	line-height:20px;
	font-weight:bold;
	/*margin-left: 20px;*/
	}
#tags .clicked{
	width:120px;
	font-size:11px;
	text-align:center;
	color:#fff;
	border:1px solid #CC3300;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:2px 5px 2px 5px;
	margin:0px;
	background-color: #CC3300;
	}
#tags a{
	width:30px;
	font-size:11px;
	text-align:center;
	color:#fff;
	border:1px solid #AAA;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	padding:2px 5px 2px 5px;
	margin:0px;
	background-color: #AAA;
	}
#tags a:hover{
	cursor:pointer;
	color:#fff;
	border:1px solid #CC3300;
	background-color: #CC3300;
	}
#footer {
	clear: both;
	/*float:left;
	background-color:#CC0000;*/
	height:150px;
	width:100%;
	margin:0px;
	background-image: url(../store_images/footer_bg.png);
	position:fixed;
	bottom:0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	letter-space:1px;
	}
#footer div {
	vertical-align: text-bottom;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	margin: 130px auto;
	}
#posts {
	width:500px;
	text-align:justify;
	}
#posts img{
	border:1px solid #CCC;
	float:right;
	margin: 0px 0px 15px 15px; 
	}
a {
	color: #B72400;
	text-decoration: none;
	}
a:hover {
	color: #202020;
	text-decoration: none;	
	}
.article {
	text-align: justify;
	margin-bottom: 30px;
	}
.show {
	padding-bottom: 5px;
	}
.note {
	font-style: italic;
	font-size: 10px;
	color: #555;
	}
.ajos {
	font-size: 13px;
	color: #CC0000;
}
