/* ------------------------------------------------------ */
/* Copyright 2008 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
/* -- GENERAL -- */
body {
	background-color: #FFFF;
	background-repeat: repeat-x;
	background-position: left top;
	/*background-image:url(/images/bg/bg-body.jpg);*/
	color: #3F0D3F	;
	font: 62.5% Verdana, Geneva, sans-serif;
}
a{color: #3F0D3F; outline:none; text-decoration:none;}
a:hover{text-decoration:none;}
p{
	margin-bottom:0.5em;
	line-height: 1.75em;
}
strong{font-weight:bold;}
.underline{ text-decoration:none;}
h1{
	font-size:1.3em;
	color: #3F0D3F;
	margin-bottom:0.5em;
	font-weight:bold;	
}
#container{
	position:relative;
	margin:0 auto;
	width: 320px;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(/mobiel/images/bg/bg-container.jpg);
}
#header{
	text-align:center; 
	height:100px;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:left top;
	background-image:url(/mobiel/images/bg/bg-top.png);
}
#header .top{ position:absolute; right:0; top:0;}
.right{ float:right;}
.contact,
.wrap{
	position:relative;
	padding:15px;
	clear:both;
	background-color:transparent;
	background-repeat:repeat-x;
	background-position:left bottom;
	background-image:url(/mobiel/images/bg/bg-wrap.png);
}
.last{
	background-image:url(/mobiel/images/bg/bg-bottom.gif);
}
.last img{
	position:absolute;
	right:0;
	bottom:0;
}
.nopadding{padding:0}
.clear{
	position:relative;
	overflow:hidden;
	clear:both;
	height:0px;
}
h4 img{
	position:absolute;
	right:0;
}
h4.zoek,
h4.accessoires,
h4.heren,
h4.dames{
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(/images/bg/bg-h4-dames.png);
	overflow:hidden;
	text-indent:-9999em;
	width:100%;
	height:12px;
	margin-bottom: 10px;
}
h4.heren{background-image:url(/images/bg/bg-h4-heren.png);}
h4.accessoires{background-image:url(/images/bg/bg-h4-accessoires.png);}
h4.zoek{background-image:url(/images/bg/bg-h4-zoek.png);}
.pages ul{
	width:100%;	
}
.pages li{
	float:left;
	margin-right:10px;
}
li{
	margin:5px 0 ;
}
.pages .previous,
.pages .next{
	width:49%;
	margin:0;
}
.pages .splitter{
	margin:0;
	padding:0;

}
.dummy {display:none;}
.next{
	text-align:right;	
}
#product-list {
	position:relative;
	width: 240px;	
}
#product-list li{
	float:left;
	height:140px;
	margin-top:10px;
	margin-right:10px;
	overflow:hidden;
	text-align:center;
}
#product-list li.wallpaper{
	height:150px;
}
.thnx {
	font-weight:700; 
	background-color: #B4ACA4;
	color: #FFF;
	width: 280px; 
	padding: 5px;
	margin: 10px 0;
}
#menu{
	position:relative;
	margin:0 auto;
	width:230px;
	margin-top:20px;
	/*position:absolute;
	top: 75px;
	left: 15px;
	width: 290px;*/
}
#menu li{
	position:relative;
	float:left;
	overflow:hidden;
	text-indent:-9999px;

}
#menu li a{
	display:block;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left top;
	height:13px;
}

#menu li.nav-home a{ background-image:url(/images/menu/bg-menu-home.png);width:39px;}
#menu li.nav-dames a{ background-image:url(/images/menu/bg-menu-dames.png);width:39px;}
#menu li.nav-heren a{ background-image:url(/images/menu/bg-menu-heren.png);width:38px;}
#menu li.nav-accessoires a{ background-image:url(/images/menu/bg-menu-accessoires.png);width:72px;}
#menu li.nav-belmij a{ background-image:url(/images/menu/bg-menu-belmij.png);width:42px;}
