* {
	margin: 0;
	padding: 0;
}

body {
	background: #eee;
	font-family: Arial;
	font-size: 11px;
}
a {
	outline: none;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

div.titleBottom {
	line-height: 1px;
	clear: both;
	margin: 0 0 20px 0;
	height: 1px;
}

ul {
	list-style-type: none;
}

a {
	color: #333;
}

a:hover {
	color: #999;
}
h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
h1 span {
	visibility: hidden;
}
h2 {
	font-size: 13px;
	margin: 10px 0 6px 0;
}
.clearer {
	clear: both;
}


/*
* TOPMENU
********************************************************/
#topMenu {
	position: relative;
	height: 20px;
	background: #363636;
	margin:0 0 30px 0;
}
#topMenu ul {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
}
#topMenu ul li {
	float: right;
	padding-left: 20px;
	font-size: 10px;
	line-height: 18px;
}
#topMenu ul li a {
	color: #a1a1a1;
	text-decoration: none;
}
#topMenu ul li a:hover {
	color: #ccc;
}


/*
* LOGO
********************************************************/
#logo {
	background: url('../images/logo_toptowels.gif') left center no-repeat;
	margin: 0;
	float: left;
}
#logo a {
	display: block;
	width: 250px;
	height: 80px;
	text-decoration: none;
}
#jma {
	display: block;
	width: 200px;
	font-size: 10px;
	color: #999;
	float: left;
	padding: 50px 0 0 5px;
}
#jma a {
	display: inline;
	float: none;
	color: #999;
	text-decoration: none;
}

#jma a:hover {
	color: #333;
}


/*
* VERZENDKOSTEN ACTIE (BANNER)
********************************************************/
#shippingBanner {
	position: absolute;
	background: url('../images/actie-verzendkosten.png') no-repeat;
	width: 408px;
	height: 74px;
	right: 0px;
	text-indent: -9999px;
}


/*
* LOGIN SECTION
********************************************************/
#loginForm {
	float: right;
	margin-top: 100px;
}
#loginForm p {
	font-size: 11px;
}
#loginForm p span {
	font-weight: bold;
}
#activationForm fieldset,
#loginForm fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#loginForm fieldset span {
	font-style: italic;
	font-size: 10px;
	margin-right: 6px;
}
#loginForm fieldset #loginMessage {
	color: #999;
}
div.error,
#loginForm fieldset #loginError {
	color: #c00;
	font-style: italic;
}

#activationForm input {
	width: 100px;
	color: #333;
}
#loginForm input {
	width: 100px;
	color: #ccc;
}
#activationForm input.button,
#loginForm input.button {
	background: url('../images/bg_loginbutton.png') no-repeat;
	color: #fff;
	width: 79px;
	border: 0;
	cursor: pointer;
}
fieldset.formError {
	color: #c00;
	font-weight: bold;
	border: 3px solid #c00;
	text-align: center;
}
fieldset.formOK {
	color: #090;
	font-weight: bold;
	border: 3px solid #090;
	text-align: center;
}
fieldset p {
	margin: 0;
}


/*
* WRAPPER
********************************************************/
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#header {
	background: #fff url('../images/header-default.jpg') no-repeat;
	width: 1000px;
	height: 300px;
}

ul#productMenu {
	list-style-type: none;
	padding: 12px 0;
}

ul#productMenu li.category {
	background: url('../images/bg_productmenu.gif') repeat-x;
	width: 179px;
	height: 75px;
	float: left;
	margin-right: 1px;
	padding: 10px;
	color: #000;
}

ul#productMenu li.special {
	background: url('../images/bg_productmenuSpecial.gif') repeat-x;
}

ul#productMenu li ul {
	list-style-type: none;
}

ul#productMenu li ul li {
	font-family: Verdana;
	font-size: 14px;
	line-height: 20px;
	background: none;
	text-transform: uppercase;
	font-weight: bold;
}
ul#productMenu li ul li a {
	color: #fff;
	text-decoration: none;
}

ul#productMenu li ul li a:hover {
}

ul#productMenu li ul li a span {
	visibility: hidden;
}


/*
* HOME ITEMS
********************************************************/
#homeText li {
	float: left;
	width: 290px;
	margin-right: 40px;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 18px;
}

ul#homeText {
	border-bottom:1px dotted #b7b7b7;
	padding:0 0 174px 0;
}
#homeText li#homeTextRight {
	margin-right: 0;
}
#homeText li#homeTextRight h3 {
	font-size: 12px;
	margin: 4px 0;
}
#homeText li #homeGreyBlock {
	background: #ddd;
	padding: 5px 10px 10px 10px;
}
#homeText li #homeGreyBlock ul {
	list-style-type: square;
}
#homeText li #homeGreyBlock ul li {
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 16px;
	float: none;
}
#homeRegister {
	margin-top: 15px;
	padding: 10px;
	background:#DDDDDD;
}
a.blueButton,
#homeRegister a.buttonRegister {
	display: block;
	background: url('../images/bg_button_register.gif');
	width: 106px;
	height: 29px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	float: left;
}
#homeRegister span {
	display: block;
	margin: 8px 0 8px 120px;
	font-weight: bold;
}

#homeCategories {
	width: 655px;
	float: left;
	border-right:1px solid #d9d9d9;
}

#homeHeadlines {
	width: 310px;
	float: right;
}

#homeActivation {
	background: url('../images/bg_home_activation.gif') repeat-x;
	padding: 10px;
	margin-bottom: 10px;
}
#homeActivation h3 {
	font-size: 12px;
	text-transform: uppercase;
}
#homeActivation p {
	margin-bottom: 4px;
}
#activationForm input {
	width: 180px;
}
h2.homeHeader {
	font-size:18px;
	font-family:georgia;
	color: #666;
	margin-top: -10px;
	margin-bottom: 20px;
	color:#000;
}

#homeCategories ul li {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#homeCategories ul li img {
	border: 0;
	padding: 0;
	margin: 0;
}
#homeCategories ul li h2 span {
	visibility: hidden;
}
#homeCategories ul li a {
	text-decoration: none;
}
#homeCategories ul li p {
	background: #d9d9d9;
	padding: 10px;
	margin: -3px 0 0 0;
	height: 270px;
}
#homeCategories ul li a:hover p {
	background: #e1e1e1;
	color: #333;
}



/*
* CONTENT
********************************************************/
#content {
	padding-bottom: 20px;
}
#content img {
	background: #fff;
	padding: 9px;
	border: 1px solid #dedede;
}
#content img.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
#content img.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}


/*
* PRODUCT PAGE
********************************************************/
.productContainer {
	background: #e6e6e6;
	padding-bottom: 20px;
}
.productContainer h2 {
	background: #dcdcdc;
	padding: 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}
#content .productContainer img.productImage {
	border: 0;
	margin: 0 0 40px 0;
	padding: 0;
}
.productInfo {
	float: left;
	width: 380px;
}
.productInfo hr {
	margin: 0 10px;
}
.productInfo fieldset {
	border: 0;
}
.productInfo .imageContainer {
	width: 120px;
	float: left;
}
.productInfo ul li {
	line-height: 20px;
}
.productInfo ul li span {
	display: block;
	width: 120px;
	float: left;
}
span.productNote {
	display: block;
	color: #999;
	font-size: 10px;
	font-style: italic;
	padding-top: 12px;
}
input.productQuantity {
	width: 30px;
	text-align: right;
}
input.buttonBlack {
	background: url('../images/bg_loginbutton.png') no-repeat;
	color: #fff;
	width: 79px;
	border: 0;
	cursor: pointer;
	float: right;
}
ul.photoList {
	width: 260px;
	margin: 0 20px;
	padding: 0;
	float: left;
}
ul.photoList li span.zoom {
	position: absolute;
	display: block;
	width: 247px;
	height: 89px;
	background: url('../images/zoom.png') no-repeat bottom right;
}

div.priceList {
	width: 310px;
	margin: 0;
	padding: 0;
	float: left;
}
div.priceList ul li {
	line-height: 20px;
}
div.priceList ul li span {
	display: block;
	width: 120px;
	float: left;
}
div.priceList fieldset {
	border: 0;
	margin: 0;
	padding-left: 0px;
}

ul#productList {
	list-style-type: square;
	padding: 0 0 0 20px;
}
ul#productList li {
	line-height: 18px;
}


/*
* FOOTER
********************************************************/
#footer {
	background: url('../images/bg_footer.gif') repeat-x 0 200px;
	height: 380px;
}
#footerWrapper {
	width: 1000px;
	color: #666;
	font-size: 10px;
	margin: 0 auto;
	/*padding-top: 360px;*/
	padding-top: 240px;
}
#copyright {
	position: relative;
	margin-top: 30px;
	width: 300px;
	float: left;
}

#footerMenu {
	list-style-type: none;
	margin-top: 30px;
	width: 300px;
	float: right;
}
#footerMenu li {
	float: right;
	padding-left: 20px;
}
#footerMenu li a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}
#footerMenu li a:hover {
	color: #999;
}

#quickMenu {
	list-style-type: none;
	margin: 10px 20px;
	padding-bottom: 50px;
}
#quickMenu li {
	width: 160px;
	border-right: 1px solid #444;
	float: left;
	height: 80px;
}
#quickMenu li a {
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 20px;
}

#quickMenu li.last {
	border: 0;
}

#quickMenu li ul li {
	border: 0;
	line-height: 18px;
	height: 20px;
}


/*
* SITEMAP
********************************************************/
#sitemap {
	list-style-type: square;
	padding-left: 20px;
}
#sitemap li {
	line-height: 18px;
}
#sitemap ul {
	list-style-type: square;
	padding: 5px 0 5px 20px;
}


/*
* FORM ELEMENTS
********************************************************/
fieldset {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
legend {
	font-weight: bold;
	padding: 0 10px;
	font-size: 11px;
}
label {
	display: block;
	padding: 2px 0;
	font-size: 11px;
}
fieldset#paymentOptions input {
	float: left;
	width: 30px;
	margin: 3px 0;
}
fieldset#paymentOptions label {
	display: inline;
	float: left;
	width: 200px;
}

textarea,
select,
input {
	border: 1px solid #ccc;
	font-family: Arial;
	font-size: 11px;
	padding: 2px 3px;
	width: 400px;
	margin: 2px 0 5px 0;
}
select {
	padding: 1px 3px;
}
input.radio {
	width: 30px;
	margin: 7px 0;
}

fieldset.half {
	border: 0;
	padding: 0;
	width: 50%;
	float: left;
	margin: 0;
}
fieldset.half legend {
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 12px;
}
input.frmText2 { width: 100px; }
input.frmText3 { width: 288px; }
input.frmText4 { width: 154px; }
input.frmText5 { width: 70px; }

input.frmButton {
	background: url('../images/bg_button_register.gif');
	width: 106px;
	height: 29px;
	border: 0;
	color: #fff;
}

table#orderOverview th,
table#shoppingCart th {
	padding: 5px 3px;
	border-bottom: 1px solid #666;
}
table#orderOverview td.white,
table#orderOverview td.grey,
table#shoppingCart td.white,
table#shoppingCart td.grey {
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
	padding: 3px 3px 1px 3px;
}
table#orderOverview td.topBorder,
table#shoppingCart td.topBorder {
	border-top: 2px solid #666;
}

table#orderOverview td.priceLine,
table#shoppingCart td.priceLine {
	padding: 5px 3px;
}
table#orderOverview td,
table#orderOverview th {
	height: 28px;
}

input.cartQuantity {
	width: 40px;
	text-align: right;
}
#cartOptions li {
	float: left;
	margin: 0 10px;
	font-size: 11px;
}
span.requiredFields {
	margin-left: 20px;
	font-style: italic;
}