@import url(/include/css/editor.php);

/** =COLORS **
*/


body {
	background: #bfbfbf url('/image/bg.png') repeat-x left top;
	}


/** =LAYOUT **/

#shadow-top {
	width: 966px;
	margin: 0px auto;
	margin-bottom: 30px;
	padding-top: 15px;
	background: url('/image/shadow-top.png') no-repeat center top;
	}
#shadow-btm {
	padding-bottom: 15px;
	background: url('/image/shadow-bottom.png') no-repeat center bottom;
	}
#shadow-mid {
	width: 940px;
	padding: 0px 13px;
	background: url('/image/shadow-middle.png') repeat-y center top;
	}

#container {
	width: 940px;
	background: #ffffff;
	}


#wrapper {
	background: #f1e8f1 url('/image/wrapper-top.png') repeat-x left top;
	}
#wrapperDecoration {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 15px;
	position: relative;
	background: url('/image/wrapper-arrow.png') no-repeat 620px 20px;
	}
#hp #wrapperDecoration {
	background: url('/image/wrapper-arrow-hp.png') no-repeat 310px 15px;
	}


/** =HEADER **/

#header {
	}

#logo {
	text-align: center;
	}

#navigation {
	height: 40px;
	background: #934c94;
	}


/** =CONTENT - HOMEPAGE **/

#top {
	height: 220px;
	}

#hp .decal {
	top: 25px;
	left: 510px;
	z-index: 1;
	width: 232px;
	height: 250px;
	position: absolute;
	background: url('/image/tshirt.png') no-repeat;
	}

#homeIntro {
	float: left;
	width: 475px;
	}
#homeIntro #titleOfPage {
	margin-left: 0;
	width: auto;
	}
#homeIntro a {
	font-weight: bold;
	text-decoration: none;
	}

#homeCollection {
	clear: both;
	overflow: hidden;
	}
#homeCollection .item {
	float: left;
	width: 176px;
	margin-left: 10px;
	}
#homeCollection .figure {
	width: 176px;
	height: 224px;
	overflow: hidden;
	background: #e0e0e0;
	}
#homeCollection ul {
	border-top: 1px solid #e0e0e0;
	}
#homeCollection li {
	border-bottom: 1px solid #e0e0e0;
	}
#homeCollection a {
	display: block;
	color: #666666;
	}
#homeCollection h2 {
	margin: 5px 0px;
	}
#homeCollection h2 a:hover {
	color: #edb60b;
	/* font-weight: bold; /* Lettertype vervormd... */
	}
#homeCollection li a {
	background: url('/image/arrow.gif') no-repeat right 7px;
	}


/** CONTENT - WEBSHOP **/

#wp #content {
	margin-top: 0px;
	margin-left: 10px;
	width: 670px;
	padding: 15px 10px;
	background: none;
	}

#webshopOverview li {
	float: left;
	width: 157px;
	height: 214px;
	margin-bottom: 20px;
	margin-right: 10px;
	background: #934c94;
	}
#webshopOverview li.last {
	margin-right: 0px;
	}
#webshopOverview li br {
	display: none;
	}
#webshopOverview li .figure {
	width: 157px;
	height: 158px;
	display: block;
	overflow: hidden;
	background: #e0e0e0;
	}
#webshopOverview li .text {
	height: 40px;
	line-height: 20px;
	display: block;
	padding: 6px 10px;
	color: #ffffff;
	font-size: 18px;
	}


/** CONTENT - WEBSHOP DETAIL **/

#webshopDetail .item {
	/*height: 120px;*/
	padding: 10px;
	padding-left: 150px;
	overflow: hidden;
	background: #ffffff;
	margin-bottom: 20px;
	}
#webshopDetail .item .figure {
	float: left;
	width: 130px;
	height: 120px;
	margin-left: -140px;
	margin-right: 10px;
	overflow: hidden;
	/*background: #e0e0e0;*/
	}
#webshopDetail .item h3 {
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
	}
#webshopDetail .item dl {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	}
#webshopDetail .item dt,
#webshopDetail .item dd {
	float: left;
	width: 120px;
	}
#webshopDetail .item dd {
	width: 390px;
	overflow: hidden;
	}


/** CONTENT - DEFAULT **/

#titleOfPage {
	float: left;
	width: 660px;
	}
#hp #titleOfPage {
	margin-top: 10px;
	line-height: 0.8;
	}

#hp #offerte {
	width: 175px;
	margin-right: 10px;
	padding-right: 0px;
	}
#offerte {
	float: right;
	width: 120px;
	padding-right: 100px;
	position: relative;
	}
#offerte h2 {
	font-weight: bold;
	}
#offerte .decal {
	top: 20px;
	right: -10px;
	width: 122px;
	height: 131px;
	position: absolute;
	background: url('/image/tshirt-small.png') no-repeat;
	}
#offerte .button span {
	white-space: pre;
	padding-right: 50px;
	}
#hp #offerte .button span {
	padding-right: 16px;
	}

#homeIntro,
#titleOfPage {
	margin-left: 30px;
	}
#content {
	float: left;
	width: 620px;
	margin-top: 15px;
	margin-left: 20px;
	padding: 15px 50px 15px 10px;
	background: #ffffff;
	}

#sidebar {
	float: right;
	width: 220px;
	margin-top: -20px;
	margin-right: 10px;
	}

#articles {
	clear: both;
	padding-top: 80px;
	}
#articles #logos {
	margin-top: 25px;
	}
#articles a.logo {
	width: 64px;
	height: 43px;
	line-height: 43px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	background: #ffffff;
	}
#articles a.last {
	margin-right: 0px;
	}


/** =FOOTER **/

#footer {
	padding-top: 55px;
	padding-bottom: 20px;
	}
#footer .line {
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	}
#footer p {
	width: 400px;
	font-size: 11px;
	}
#footer .right {
	float: right;
	margin-top: -1.6em;
	text-align: right;
	}
#footer a {
	color: #444444;
	text-decoration: none;
	}


/** =CLASSES **/

ul.styled,
ul.styled ul,
ul.styled li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.styled a {
	text-decoration: none;
	}

.item a {
	display: block;
	}

.button a,
.button a span {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	}
.button a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	margin-top: 5px;
	text-decoration: none;
	background: url('/image/button-left.png') no-repeat left center;
	}
.button a span {
	padding-left: 10px;
	padding-right: 16px;
	background: url('/image/button-right.png') no-repeat right center;
	}

	#webshopDetail .item .figure a {
		text-align: center;
	}

	input.btn, a.btn {
		background: #934C94;
		border: 1px outset #934C94;
		border: none;
		width: auto;
		padding: 3px 10px;
		text-decoration: none;
		cursor: pointer;
		color: #fff;
		font-size: 12px;
		outline: none;
		float: none;
		display: inline;
		margin-top: 10px;
	}

	a.btn {
		padding: 4px 10px;
	}
	#webshopDetail .item select {
		width: 150px;
		line-height: 20px;
		height: 20px;
	}

	#shoppinglist table {
		width: 100%;
	}

	#shoppinglist thead * {
		font-weight: bold;
		border-bottom: 1px solid #934C94;
}

#shoppinglist tbody th {
	font-weight: bold;
}

#shoppinglist td {
	text-align: right;
}

#shoppinglist tbody th, #shoppinglist tbody td {
	border-bottom: 1px dotted #934C94;
}
#shoppinglist tbody input {
	float: none;
	display: inline;
	width: 36px;
	border: none;
	background: #F1E8F1;
	text-align: right;
}

#shoppinglist tbody th span {
	display: block;
	font-size: 0.875em;
	color: #777;
	font-weight: normal;
}

p.btns { text-align: right; }

form p.radio {
	padding-left: 140px;
}

form p.radio label, form p.radio input {
	width: auto;
	display: inline;
	float: none;
}

form p.radio label {
	padding-right: 2em;
}

form p.textarea label {
	width: auto;
}

#searchform {
	position: absolute;
	top: 204px;
	left: 50%;
	height: 25px;
	margin-left: 276px;
	background: #F1E8F1 url(/image/searchbg.gif) no-repeat left top;
	z-index: 2000;
	overflow: hidden;
}

#hp #searchform {
	background-image: url(/image/searchbghp.gif);
}

#searchform input {
	background: none;
	border: none;
	width: 140px;
	padding: 5px 2px;
	outline: none;
}

#searchform button {
	border: none;
	background: none;
	padding: 4px;
	width: 50px;
	color: #934C94;
	line-height: 14px;
}

table.search_table {
	margin-top: 20px;
}

td.search_nr {
	vertical-align: top;
	padding-right: 1em;
}

td.search_title {
	color: #aaa;
	padding-bottom: 5px;
}

td.search_title a {
	font-size: 1.25em;
	font-weight: bold;
	padding-right: 5px;
}
