/* algemeen
------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: center;
	scrollbar-3dlight-color: #A9A9A9; /* kleur linkerkant */
	scrollbar-arrow-color: black;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #A9A9A9; /* kleur rechterkant */
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	overflow: scroll;
}
h1 {
	padding-bottom: 7px;
	font-weight: normal;
	color: #0078d9;
}
h1.logo {
	border-bottom: solid 1px #e6e4ea;
	margin-top: 15px;
	margin-left: 22px;
	padding-bottom: 10px;
}

/* layout
------------------------------------------ */
.clear {
	clear: both;
}
.wrapper {
	width: 960px;
	text-align: left;
	margin: auto;
}
.header {
	background: url(../img/top_icons.gif) center right no-repeat;
	height: 70px;
	border-top: solid 1px #fff;
}
.logo {
	text-indent: -10000px;
	height: 30px;
	background: url(../img/logo.gif) no-repeat;
}
.col_left {
	margin-top: 20px;
	min-height: 530px;
	width: 160px;
	float: left;
	padding-left: 30px;
}
.col_middle {
	margin-top: 20px;
	padding-left: 200px;
	padding-right: 260px;
}
.col_middle_groot {
	margin-top: 20px;
	padding-left: 200px;
	padding-right: 30px;
}
.col_right {
	margin-top: 20px;
	width: 260px;
	float: right;
	padding-right: 0px;
}
.footer {
	border-top: solid 1px #e6e4ea;
	margin-top: 15px;
}

.stores {
	width: 175px;
	min-height: 90px;
	margin: 0px 25px 25px 0px;
	background-color: #f1f1f1;
	border: solid 15px #f1f1f1;
	float: left;
	overflow: hidden;
}
.stores_h1 {
	margin-left:15px;
}
.stores h1 {
	margin-bottom: 10px;
}
.stores a {
	overflow: hidden;
}
a.link {
	color: #0078d9;
	text-decoration: none;
}
a.link:hover {
	color: #000;
}
.contact {
	margin-top: 25px;
}
.contact td {
	padding: 2px 0px;
	color: #666;
}

/* function collection_thumbs
------------------------------------------ */
.collection_overview {
	width: 260px;
	height: 520px;
	overflow: auto;
}
.collection_thumb {
	float: left;
	width: 71px;
	height: 96px;
	margin: 0px 8px 8px 0px;
}
.collection_thumb img {
	border: solid 1px #fff;
}
.collection_thumb img:hover, .collection_nu img {
	border: solid 1px #0078d9;
}

/* function collection_big_img
------------------------------------------ */
.collection_img_big {
	width: 375px;
}
.collection_kader {
	height: 520px;
	width: 375px;
}
.collection_titel {
	display: block;
	margin-top: 10px;
}
.collection_sizes, .collection_stof {
	display: block;
	color: #0078d9;
}
.next_prev {
	position: absolute;
	top: 159px;
	text-indent: -10000px;
}
.img_prev, .img_next {
	display: block;
	width: 65px;
	height: 65px;
}
.img_prev {
	float: left;
	background: url(../img/prev.gif) no-repeat;
}
.img_next {
	margin-left: 310px;
	background: url(../img/next.gif) no-repeat;
}

/* function menu
------------------------------------------ */
.menu {
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 20px;
}
.menu img {
	float: left;
	position: relative;
	top: 3px;
	left: -10px;
}
.menu a {
	display: block;
	color: #000;
	text-decoration: none;
}
.menu a:hover, #menu_nu, .menu_nu {
	color: #0078d9;
}
.sub_menu {
	padding-left: 25px;
	color: #999;
}

.img_big {
	width: 730px;
}

.mini_news {
	height: 300px;
}

/* function subscribe
------------------------------------------ */
.subscribe {
	padding-left: 10px;
}
.subscribe p {
	color: #777;
}
.subscribe form {
	margin-top: 10px;
}
.subscribe_input {
	width: 90px;
	border: solid 1px #ccc;
	background-color: #fff;
	color: #0078d9;
}
.subscribe_btn {
	width: 30px;
	border: none;
	background-color: #fff;
	color: #999;
}
p.alert {
	color: #0078d9;
	margin-top: 5px;	
}

/* function news_small
------------------------------------------ */
.news_small {
	padding: 10px 20px 5px 11px;
}
.news_small span {
	color: #ccc;
	font-size: 0.9em;
}
.news_small h2 {
	margin-bottom: 5px;
	font-weight: bold;
}
.news_small h2 a {
	text-decoration: none;
	color: #000;
}
.news_small p {
	color: #777;
	font-size: 0.9em;
	text-decoration: none;
}

.pagination {
	margin-top: 30px;
}
.pagination a, .pagination p {
	display: inline;
	padding: 10px;
	background: #f1f1f1;
	text-decoration: none;
	color: #333;
}
.pagination a:hover {
	background: #ccc;	
}
.pagination p.current {
	text-decoration: underline;
}
.pagination p {
	color: #000;
}

/* function news_detail
------------------------------------------ */
.news_detail {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #f2f2f2;
}
.news_detail img {
	color: #fff;
}
.news_detail p {
	margin-top: 10px;
	text-align: left;
	color: #777;
}
.news_detail p a {
	color: #0078d9;
	text-decoration: underline;
}
.news_detail p a:hover {
	color: #000;
}
.news_detail h3 {
	color: #0078d9;
	font-weight: normal;
}
.news_detail span {
	color: #ccc;
	margin-bottom: 6px;
	display: block;
	position: relative;
}

/* function news_list
------------------------------------------ */
.news_list {
	padding: 18px;
	background: #f1f1f1;
	margin-top: 10px;
}
.news_list h2 a {
	text-decoration: none;
	margin-bottom: 7px;
	color: #000;
	font-weight: bold;
}
.news_list p {
	color: #777;
	font-size: 0.9em;
	text-decoration: none;
}
.news_list p a {
	color: #0078d9;
	text-decoration: none;
}
.news_list span {
	float: right;
	color: #999;
}
.visited {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -10000px;
}
