/* start RESET DEFAULT styles */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
} 
body {
	width: 100%;
	margin: 5px 0 0 0;
	background: #AB7D9B;
	text-align: center;
}
img {
	border: 0;
}
hr {
	display: none;
}
input,select,textarea{font-size:1em;font-family:Arial,Helvetica,sans-serif}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}

/* notifications */
.error{padding:3px;border:2px solid #FBC2C4;background:#FBE3E4;color:#D12F19}
.notice{padding:3px;border:2px solid #FFD324;background:#FFF6BF;color:#817134}
.success{padding:3px;border:2px solid #C6D880;background:#E6EFC2;color:#529214}

/* forms */
form{padding:0;margin:0;clear:both;}
legend{padding:0 5px 0 5px;margin:0 0 10px 0;color:#000000;font:normal normal bold 1.2em/1em "Trebuchet MS",Arial,Helvetica,sans-serif}
fieldset{border:1px solid #EAEAEA;margin:0 0 5px 0;padding:10px}
select,.dropdown{margin:0;border:1px solid #BBBBBB;padding:2px 2px 2px 0px;background:#FFFFFF}
.textfield{margin:0;border:1px solid #BBBBBB;padding:2px 2px 2px 2px;background:#FFFFFF;height:16px}
textarea,.textarea{margin:0;border:1px solid #BBBBBB;padding:2px 2px 2px 2px;background:#FFFFFF}
input.error,select.error,textarea.error {border:1px solid #FBC2C4;background:#FBE3E4;color:#D12F19}
select.error {padding:2px;}


/**
 * Loading
 */
.loadingDivPosition {
	/*width: 100%;*/
	background: url(../gfx/icons/loader.gif) #FFFFFF center no-repeat;
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*z-index: 8000;*/
	/*height: 98%;*/
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}


/**
 * Overlay
 */
div#overlay {
	display: none;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
	margin: 0 auto;
}

div#overlayContainer {
	display: none;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 8001;
}

div#overlayContainer div#overlayContentTop {
	margin: 148px auto 0 auto;
	width: 866px;
	height: 32px;
	background: url(../gfx/bg/overlay_top.png) no-repeat;
}

div#overlayContainer div#overlayContentBottom {
	margin: 0 auto;
	width: 866px;
	height: 102px;
	background: url(../gfx/bg/overlay_bottom.png) no-repeat;
}

div#overlayContainer div#overlayContentTop div#overlayClose {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../gfx/icons/close.png) no-repeat;
}

div#overlayContainer div#overlayContent {
	margin: 0 auto;
	width: 752px;
	background: #bfe3f6;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	text-align: left;
	padding: 20px 50px 50px 50px;
}

div#overlayContent {
	color: #141215;
	font-size: 1.2em;
}

div#overlayContent h1 {
	color: #008ad8;
	margin: 0 0 25px 0;
}

div#overlayContent div.text {
	padding: 0 0 25px 0;
}


div#overlayContent table {
	width: 100%;
}

div#overlayContent table tr {
	background: #fff;
}

div#overlayContent table th {
	padding: 6px 0px 6px 27px;
	font-weight: normal;
	width: 145px;
	border-bottom: 1px solid #bfe3f6;
	color: #171970;
}

div#overlayContent table td {
	padding: 6px 10px 6px 0px;
	color: #008ad8;
	border-bottom: 1px solid #bfe3f6;
}






/**
 * Shoppingcart
 */
div#shoppingcart {
	display: none;
	padding: 3px;
	margin: 30px 0;
	width: 150px;
	border: 1px solid #78586C;
}

ul,ol {
	width: 100%;
	margin: 0 0 0 15px;
	padding: 0 0 0 5px;
}

ol li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #78586C;
}

span.price {
	font-size: 1em;
	margin-top: 12px;
}

span.price_previous {
	font-size: 0.9em;
	margin-top: 12px;
	color: red;
	text-decoration: line-through;
}

div.addToCart {
	width: 130px;
	margin: 5px 0 0 0;
	padding: 3px;
	text-align: center;
	border: 1px solid #78586C;
}

div.addToCart a {
	color: #000;
	text-decoration: none;
}


div#shoppingcart_overview table {
	border-bottom: 2px solid #003063;
}

div#shoppingcart_overview table th {
	background: #78586C;
	color: #fff;
	font-weight: bold;
}

div#shoppingcart_overview table td {
	padding-right: 5px;
}

div#shoppingcart_overview table td a {
	text-decoration: underline;
}

div#shoppingcart_overview table td.even {
	background: #ced7e7;
}


table#overview {
	width: 100%;
}

table#overview td {
	border-bottom: 1px solid #eee;
}

div a img {
	/*padding: 0 5px 5px 0;*/
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}