/* reset appearance of all elements */
* {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-size: 100%;
	background: transparent;
}

/* firefox cosmetics */
html { overflow: auto; }
:-moz-any-link:focus {outline: none; } /* no outline around focussed links */


/* default font */
body {
	font: 11px/16px Verdana, Arial, Helvetica, Tahoma, Sans-serif;
	color: #005d7f;
}

/* default links */
a {
	text-decoration: none;
	color: #005d7f;
}
a:hover {
	text-decoration: underline;
	color: #00a5e2;
}
/* alignment */
.left			{ float: left; display: inline; }
.right			{ float: right; display: inline; }
.imgLeft		{ float: left; display: inline; margin: 0.3em 1.5em 1em 0; }
.imgRight		{ float: right; display: inline; margin: 0.3em 0 1em 1.5em; }
.txtLeft		{ text-align: left; }
.txtRight		{ text-align: right; }
.center			{ text-align: center; }
.valignTop		{ vertical-align: top; }
.valignMiddle	{ vertical-align: middle; }
.valignBottom	{ vertical-align: bottom; }

/* float clearing */
.clear,
.clearBoth,
.clearLeft,
.clearRight {
	clear: both;
	margin: 0; padding: 0;
	height: 0; line-height: 0%; font-size: 0;
	overflow: hidden; visibility: hidden;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }

/* various */
img.border	{ border: 1px solid #807f7f; }
address		{ font-style: normal; }
.noWrap		{ white-space: nowrap; }
.bold		{ font-weight: bold; }
.normal		{ font-weight: normal; }
.caps		{ text-transform: uppercase; }

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; line-height: 130%;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; }
h4 { font-size: 13px; }
h5 { font-size: 14px; }
h6 { font-size: 11px; }

h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

/* prices */
.priceOld {
	
}
.priceOld strike{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.priceNew strong{
	font-size: 14px;
	text-align: right;
	color: #e90487;
}

*{zoom:1;}

/* common margins & paddings */
.pa0	{ padding: 0px; }
.pt0	{ padding-top: 0px; }
.pr0	{ padding-right: 0px; }
.pb0	{ padding-bottom: 0px; }
.pl0	{ padding-left: 0px; }

.pa5	{ padding: 5px; }
.pt5	{ padding-top: 5px; }
.pr5	{ padding-right: 5px; }
.pb5	{ padding-bottom: 5px; }
.pl5	{ padding-left: 5px; }

.pa10	{ padding: 10px; }
.pt10	{ padding-top: 10px; }
.pr10	{ padding-right: 10px; }
.pb10	{ padding-bottom: 10px; }
.pl10	{ padding-left: 10px; }

.mb1	{ margin: 1px; }

.ma5	{ margin: 5px; }
.mt5	{ margin-top: 5px; }
.mr5	{ margin-right: 5px; }
.mb5	{ margin-bottom: 5px; }
.ml5	{ margin-left: 5px; }

.ma10	{ margin: 10px; }
.mt10	{ margin-top: 10px; }
.mr10	{ margin-right: 10px; }
.mb10	{ margin-bottom: 10px; }
.ml10	{ margin-left: 10px; }

.ma15	{ margin: 15px; }
.mt15	{ margin-top: 15px; }
.mr15	{ margin-right: 15px; }
.mb15	{ margin-bottom: 15px; }
.ml15	{ margin-left: 15px; }

.ma20	{ margin: 20px; }
.mt20	{ margin-top: 20px; }
.mr20	{ margin-right: 20px; }
.mb20	{ margin-bottom: 20px; }
.ml20	{ margin-left: 20px; }

/* default bottom-margin for content elements */
p, table, dl, ol, ul {
	margin-bottom: 1em;
}

/* default list positioning  */
ol, ul { margin-left: 30px; }

/* default table styling */
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* forms */
.form {
}

/* layout */
ul.formfields {
	margin: 0; padding: 0;
	list-style: none;
} 
ul.formfields li {
	clear: left;
}
ul.formfields div.label {
	float: left; display: inline;
	width: 118px; height: 20px;
	padding-top: 2px;
	margin: 0 0 10px 0;
}
ul.formfields div.input {
	float: left; display: inline;
	width: 200px; height: 22px;
	margin: 0 0 10px 0;	
}
* + html ul.formfields div.input {
	padding: 0 0 10px 0;
}
* html ul.formfields div.input {
	padding: 0 0 10px 0;
}
ul.formfields div.error {
	float: left; display: inline;
/*	width: 200px;   */
	margin: 2px 5px 5px 5px;
}
ul.formfields label {
	padding: 2px 0 0 0;
	cursor: pointer;
}
/* checkbox / radiobutton */
ul.formfields li.check div.input {
	width: 13px;
	margin: 0;
	padding: 0;
}
ul.formfields li.check div.label {
	width: 358px;
}
ul.formfields li.check div.error {
	width: 200px;
}
/* below (label en input onder elkaar) */
ul.formfields li.below div.input {
	float: none; display: block;
	width: 380px;
}
ul.formfields li.below div.label {
	width: 380px;
}
ul.formfields li.below div.error {
	width: 200px;
}

/* fields */
input.textfield, textarea.textarea, select.select {
	/* font: 11px/12px Verdana, Tahoma, Arial, Helvetica, Sans-serif; */
	background: white;
	border: 1px solid #005d7f;
	color: #005d7f;
	margin: 0 5px 0 0;
}
input.textfield, 
textarea.textarea {
	padding: 3px 0 3px 3px;
}
input:focus,
select:focus,
textarea:focus,
input.focus,
select.focus,
textarea.focus {
	background: transparent;
	border-color: #7fb52f;
}
input.disabled,
select.disabled,
textarea.disabled  {
	background: #ccc;
	border-color: #555;
}
input.error,
select.error,
textarea.error {
	background: #f9e9e9;
	border-color: #ff0000;
}
.button {
	cursor: pointer;
}
.button:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
.required {
	color: #E90487;
}
.error .required {
	color: #ff0000;
	/*font-weight: bold;*/
}
.error {
	color: #ff0000;
	/*font-weight: bold;*/
}
/*
.error ul {
	margin-left: 10px;
}
.error li {
	list-style: inside square;
}
*/
/* widths */
.defaultWidth {
	width: 200px;
}
select.defaultWidth {
	width: 205px;
}
.width1	{ width: 10px; }
.width2 { width: 20px; }
.width3 { width: 28px; }
.width4 { width: 35px; }

.hidden { display: none; }

/* CARROUSEL */
#cornersTop {
	position: absolute;
	top:0px;left:0;
	display:block;
	width:686px; height:10px;
	background:url(../images/corners_top.png) no-repeat;
	z-index:97;
}
* html #cornersTop  {
	background:url(../images/corners_top.gif) no-repeat;
}
#cornersBottom {
	position: absolute;
	top:220px;left:0;
	display:block;
	width:686px; height:10px;
	background:url(../images/corners_bottom.png) no-repeat;
	z-index:98;
}
* html #cornersBottom  {
	background:url(../images/corners_bottom.gif) no-repeat;
}

#homeCarrousel {
	position: relative;
	width:686px; height:230px;
	font:11px/14px Verdana,Arial,Helvetica,Sans-serif;
	overflow:hidden;
	margin: 5px 0 0 5px;
}
#homeCarrousel #slideImages,
#homeCarrousel #slideImages ol li {
	width:686px; height:230px;
	overflow:hidden;
}
#homeCarrousel #slideImages ol,
#homeCarrousel #slideImages ol li {
	margin:0; padding: 0;
	list-style: none;
}
#homeCarrousel #slideImages ol li {
	cursor: pointer;
}
#homeCarrousel #slidePager {
	position:absolute;
	top:5px;left:550px;
	z-index:99;
}
#homeCarrousel #slidePager ol {
	margin:0;padding:0;
	list-style: none;
}
#homeCarrousel #slidePager ol li {
	display:block;
	width:140px;
	padding:4px 4px 4px 14px;margin:0;
	background:url(../images/bg_thumb.png) 10px 0 no-repeat;
}
* html #homeCarrousel #slidePager ol li  {
	background:none;
}
#homeCarrousel #slidePager ol li a {
	padding:0;margin:0;
}
#homeCarrousel #slidePager ol li.activeSlide {
	padding:4px;margin:0;
	cursor: pointer;
	background:url(../images/mouseover.png) no-repeat;
}
* html #homeCarrousel #slidePager ol li.activeSlide {
	background:url(../images/mouseover.gif) no-repeat;
}
#homeScroller {
	margin: 10px 0 10px 0;
}
#homeScroller #scrollable {      
	position:relative;
	float:left; display:inline;
	overflow:hidden;
	padding:0; margin:0 30px 0 30px;
	width: 544px;height:57px; 
}  
#homeScroller #scrollable div.items {     
	position:absolute; 
    width:20000em; 
    margin: 5px 0 0 0;    
}  
#homeScroller #scrollable div.items div {     
	float:left; 
	padding:0; margin:0 0 0 10px;
	width:125px;
	text-align:center;
}  
#homeScroller #scrollable div.items div.active {
	float:left; 
	padding:0; margin:0 10px 0 0;
	width:100px;height:82px; 
}
#homeScroller a.leftBtn {
	float:left; display:inline;
	margin:5px 0 0 5px;
	width:41px; height:41px;
	background:url(../images/btn_pijlLeft.gif) no-repeat;
}
#homeScroller a.leftBtn:hover {
	background:url(../images/btn_pijlLeft_ov.gif) no-repeat;
}
#homeScroller a.rightBtn {
	float:left; display:inline;
	margin:5px 0 0 0;
	width:41px; height:41px;
	background:url(../images/btn_pijlRight.gif) no-repeat;
}
#homeScroller a.rightBtn:hover {
	background:url(../images/btn_pijlRight_ov.gif) no-repeat;
}

/* SmallBanner */
.smallBanner{
	width:435px;
	height:40;
	overflow:hidden;
}
