/*******************
        main
*******************/

html {
	height:100%;
	margin:0px;
	padding:0px;
	overflow-y:scroll; /* always display a scroll-bar */
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	line-height:1em;
	font-weight:bold;
}

h1 {
	font-size:40px;
	margin:5px 0px 15px 0px;
}

h2 {
	font-size:22px;
	margin:5px 0px 10px 0px;
}

h3 {
	font-size:16px;
	margin:5px 0px 5px 0px;
}

h4 {
	font-size:13px;
	margin:5px 0px 5px 0px;
}

a {
	color:#ff0084;
	text-decoration:none; 
}

a:active, a:hover {
	text-decoration:underline; 
}

th {
	text-align:left;
}

th, td {
	font-size:13px;
}

hr {
	margin:0px;
	padding:5px 0px;
	border:0;
	border-bottom:1px solid #d3d3d3;
}

form {
	margin-left:auto;
	margin-right:auto;
	width:410px;
}

form p {
	margin:0px;
	padding:5px 0px;
	clear:both;
}

label {
	float:left;
	clear:left;
	width:200px;
	display:inline-block;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline-block;
	margin:1px 0px;
}

/*******************
    breadcrumbs
*******************/

div#breadcrumbs {
	height:40px;
	margin-bottom:35px;
}

div#breadcrumbs a, div#breadcrumbs div {
	display:block;
	float:left;
	height:40px;
	background-image:url(../images/crumbs.png);
	background-repeat:no-repeat;
}

div#breadcrumbs a span {
	display:none;
}

/* cart */
div#breadcrumbs a.cart, div#breadcrumbs div.cart {
	width:154px;
	background-position:0px 0px;
}

div#breadcrumbs a.cart:hover, div#breadcrumbs a.cart:focus {
	background-position:0px -80px;
}

div#breadcrumbs div.cart {
	background-position:0px -40px;
}

/* customer info */
div#breadcrumbs a.customer, div#breadcrumbs div.customer {
	width:131px;
	background-position:-154px 0px;
}

div#breadcrumbs a.customer:hover, div#breadcrumbs a.customer:focus {
	background-position:-154px -80px;
}

div#breadcrumbs div.customer {
	background-position:-154px -40px;
}

/* payment */
div#breadcrumbs a.payment, div#breadcrumbs div.payment {
	width:110px;
	background-position:-285px 0px;
}

div#breadcrumbs a.payment:hover, div#breadcrumbs a.payment:focus {
	background-position:-285px -80px;
}

div#breadcrumbs div.payment {
	background-position:-285px -40px;
}

/* finalize */
div#breadcrumbs a.finalize, div#breadcrumbs div.finalize {
	width:130px;
	background-position:-395px 0px;
}

div#breadcrumbs a.finalize:hover, div#breadcrumbs a.finalize:focus {
	background-position:-395px -80px;
}

div#breadcrumbs div.finalize {
	background-position:-395px -40px;
}

/*******************
      general
*******************/

body.index {
	background-image:url(../images/indexback.png);
}

div.spacer {
	clear:both;
	height:0px;
}

img {
	vertical-align:middle;
}

a img {
	border:0px;
	margin-right:2px;
}

.accent {
	color:#ff0084;
}

.hidden {
	display:none;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.blockcenter {
	margin-left:auto;
	margin-right:auto;
}

.disabled {
	color:#cccccc;
	cursor:default;
}

/*******************
     flash page
*******************/

div#shopFlash {
	position:absolute;
	left:50%;
	top:50%;
	width:700px;
	height:500px;
	margin-left:-350px; /* half of width */
	margin-top:-250px; /* half of height */
}

div#submenu {
	text-align:center;
	width:100%;
	padding:10px 0px;
	position:absolute;
	bottom:0px;
}

div#submenu a {
	color:#999999;
	padding:0px 10px;
}

div#submenu a:hover {
	color:#ff0084;
}

/*******************
    webshop page
*******************/

body.content {
	background-image:url(../images/mainback.png);
}

div#shopmain {
	height:100%;
	padding:0px;
}

div#container {
	width:664px;
	height:100%;
	left:50%;
	margin-left:-350px;
	padding-left:18px;
	padding-right:18px;
	background-image:url(../images/shopback.png);
	background-repeat:repeat-y;
	background-position:center top;
	min-height:100%;
	position:absolute;
	height:auto !important; /* modern browsers */
	height:100%; /* IE */
}

div#shopcontainer {
	margin-top:25px;
	margin-bottom:25px;
	padding-left:15px;
	padding-right:15px;
}

div#articleimg {
	float:left;
	width:360px;
	height:270px;
	margin-left:137px;
}

div#articleimg a.disabled:hover {
	text-decoration:none;
}

div#articlesubimg {
	float:right;
	width:100px;
	height:270px;
}

div#articlesubimg a {
	display:block;
	margin-bottom:5px;
}

div#navigation {
	clear:both;
	width:360px;
	margin:50px auto 0px auto;
}

div.warning {
	color:#ff0084;
	background-color:#FFFFE1;
	font-style:italic;
	border:1px solid #FEF5B8;
	padding:3px;
	margin-bottom:5px;
	text-align:center;
}

img.shopimg {
	border:#edecec 1px solid;
}

img.current {
	border:#ff0084 1px solid;
}

tr.contrast {
	background-image:url(../images/contrast.png);
}

label.inline {
	float:none;
	clear:none;
	width:auto;
}

input.field, textarea.field {
	width:190px;
	padding:5px;
	border:1px solid #CCCCCC;
}

select.field {
	width:202px;
	padding:5px;
	border:1px solid #CCCCCC;
}

.btnleft {
	float:left;
}

.btnright {
	float:right;
}

/*******************
     news page
*******************/

div.newsitem {
	margin-bottom:30px;
}

/* date block */

div.newsdate {
	width:48px;
	height:48px;
	border-right:1px solid #d3d3d3;
	float:left;
}

div.newsday {
	height:24px;
	width:38px;
	background-color:#ff87c5;
	background-repeat:no-repeat;
	border-top:1px solid #ff0084;
	border-left:1px solid #ff0084;
	border-right:1px solid #ff0084;
	text-align:center;
	line-height:24px;
	color:#ffffff;
	font-weight:bold;
}

div.newsmonth {
	height:24px;
	width:38px;
	border-bottom:1px solid #ff0084;
	border-left:1px solid #ff0084;
	border-right:1px solid #ff0084;
	text-align:center;
	line-height:24px;
}

/* title block */

div.newstitle {
	float:left;
	width:500px;
	margin-left:5px;
}

div.newstitle h2 {
	margin:0px 0px 5px 0px;
}

/* news meta */

span.newsauthor, span.newscomments {
	height:24px;
	padding-left:24px;
	margin-right:20px;
	background-repeat:no-repeat;
	background-position:left 4px;
	display:inline-block;
	line-height:24px;
}

span.newsauthor {
	background-image:url(../images/author-icon.png);
}

span.newscomments {
	background-image:url(../images/comments-icon.png);
}

/* news content */

div.newscontent {
	margin-top:5px;
}

img.newsimg {
	float:left;
	border:#d3d3d3 1px solid;
	margin:0px 10px 10px 0px;
}

/* comments */

div#commentcontainer div.comment {
	padding:5px 10px;
	margin-bottom:10px;
	background-color:#ffebf5;
	border:1px solid #ffc4e2;
}

div#commentcontainer div.timestamp {
	font-size:10px;
}

/* comment form */

form.commentform {
	margin:0px;
	padding:0px;
	width:100%;
}

form.commentform label {
	float:none;
	clear:none;
	width:auto;
	font-weight:bold;
	display:block;
	padding:3px 0px;
}

form.commentform input#commentname, form.commentform textarea#comment, form.commentform input#commentmail {
	width:400px;
}
