body {
	background-color: #ddd;
	line-height: 1.5em;
}

a {
	color: #9b379b;
}

a:active {
	color: #000;
}

#outer-wrap {
	margin: 0 auto -65px auto;
	width: 1000px;
	padding: 0 15px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.centered {
	width: 970px;
}

#zone_Header {
	height: 120px;
}

#logo {
	background: transparent url(./../img/logo.png);
	width: 185px;
	height: 67px;
	margin-top: 25px;
}

#header-menu {
	margin-top: 15px;
	margin-right: 10px;
}

#zone_Navigation {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background-image: -moz-linear-gradient(center top , #e9c2ec, #dda4e1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e9c2ec), to(#dda4e1));
	background-image: -o-linear-gradient(#e9c2ec,#dda4e1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9c2ec', endColorstr='#dda4e1');
}

.col1 h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
}


h5	{ 
	padding: 5px;
	font-size: 12px;
	font-weight:bold;
	background-color: #f0f0f0;
	margin: 0 0 0.5em 0;
}

.cartTextElements {
	overflow: hidden;
	padding-bottom: 3px;
}

.inputimage{
    float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url(./../img/window-x-on.gif) center center no-repeat;
	margin-top: 1px;
}

.box h2 {
	background-color: #e7c4e9;
}

.tabnav {
	border-bottom: 3px solid #9b379b;
}

.tabnav li.on, .tabnav li.on:hover {
	background-color: #9b379b;
}

.dropList ul li:hover > a {background-color: #9b379b;}
.dropList ul li:hover > a.fly {background-color: #9b379b;}

#content-wrap h2 {
	color: #222;
}

.imagetogglerbuttons a.on {
	background-color: #9b379b;
}

span.price {
	color: #9b379b;
}

div.pager span.selected a {
	background-color: #9b379b;
}

.tree ul li a.on {
	color: #9b379b;
}

.allinone_bannerRotator .allinone_bannerRotator_texts {
	position: absolute;
	left: 0px;
	top: 0;
	right: 0px;
	bottom: 0;
}

.allinone_bannerRotator .allinone_bannerRotator_text_line {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.allinone_bannerRotator .allinone_bannerRotator_texts a {
	position: absolute;
	display: block;
	left: 0px;
	top: 0;
	right: 0px;
	bottom: 0;
}


.cl3 .colmid {
	left: 280px;			/* = LCW */
}

.cl3 .colright {
	margin-left: -280px;		/* = (-1 * LCW) + (-1 * RCW)  */
}

.cl3 .col1pad {
	margin-left: 280px;			/* = LCW + RCW */
}

.cl3 .col2 {
	width: 280px; 				/* = LCW */
}


#outer-wrap {
	margin-bottom: -90px;
}

#footer-wrap, #footer-push {
	height: 50px;
	margin-top: 30px;
}

#footer {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul#footer-menu {
	float: right;
	text-transform: lowercase;
}

ul#footer-menu li {
	float: left;
	margin-left: 10px;
}

#home-news-slider {
	overflow: hidden;
	margin-bottom: 2em;
}

#home-news-slider .master-slider {
	float: left;
	width: 400px;
	height: 250px;
}

.master-slider .ms-container {
	margin: 0;
}

.master-slider .ms-view {
	background: transparent;
}

#home-news-slider .master-slider .ms-slide-bgcont {
	width: 400px;
}

#home-news-slider .master-slider .ms-slide-layers {
	top: 0 !important;
	left: 400px !important;
	max-width: 290px !important;
}

.master-slider .ms-bullets {
	bottom: 5px;
	left: 5px;
}

.master-slider .ms-bullet {
	width: 6px;
	height: 6px;
	background: #e2e0e0;
	border: 1px solid white;
}

.master-slider .ms-bullet-selected {
	background: #C462CA;
}

#slidertext {
	float: right;
	width: 280px;
}

#slidertext h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

#slidertext a {
	display: inline-block;
	text-decoration: none;
	margin-top: 1em;
	color: white;
	background-color: #C462CA;
	padding: 3px 8px;
	border-radius: 3px;
	text-transform: uppercase;
}

.tree ul li a.node {
	background-color: white !important;
}
