/*
 *	Default stylesheet
 *
 *	(c) 2004 WebRequest
 *	info@webrequest.nl
 *
 *	filename: style.css
 *
 */

/*
 *
 *	M a i n   s t y l e s
 *
 */
html,body {
	background-image: url(../../images/bg_body.gif);
	background-repeat: repeat-x;;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Sans-Serif;
	color: #000000;
}

h1 {
	font: 16px Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

h2 {
	font: 14px Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

h3 {
	font: 12px Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

p {
	font: 12px Arial, Sans-Serif;
	color: #000000;
}

p.small {
	font: 10px Arial, Sans-Serif;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

li {
	margin-left: 20px;
	list-style-position: inside;
}

legend {
	font-weight: bold;
}

/*
 *
 *	A n c h o r s
 *
 */

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #FD7C00;
}

/**
 * B e g i n   M e n u   s t y l e s
 */

a.mainActive {
	font: 12px Arial, Sans-Serif;
	color: #FFF77B;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}

a:visited.mainActive {
	font: 12px Arial, Sans-Serif;
	color: #FFF77B;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}

a:hover.mainActive {
	font: 12px Arial, Sans-Serif;
	color: #FFF77B;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 8px;
}

a.mainInactive {
	font: 12px Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}

a:visited.mainInactive {
	font: 12px Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}

a:hover.mainInactive {
	font: 12px Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 8px;
}

a.subActive {
	font: 10px Arial, Sans-Serif;
	color: #FFF77B;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
}

a:visited.subActive {
	font: 10px Arial, Sans-Serif;
	color: #FFF77B;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
}

a:hover.subActive {
	font: 10px Arial, Sans-Serif;
	color: #FFF77B;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
}

a.subInactive {
	font: 10px Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
}

a:visited.subInactive {
	font: 10px Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
}

a:hover.subInactive {
	font: 10px Arial, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
}

/**
 * E n d   M e n u   s t y l e s
 */

a.producttitle {
	font: 12px Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:visited.producttitle {
	font: 12px Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:hover.producttitle {
	font: 12px Arial, Sans-Serif;
	font-weight: bold;
	color: #FD7C00;
	text-decoration: underline;
}

/*
 *
 *	C l a s s e s
 *
 */
.stdButton {
	background-image: url(../../images/bg_button.gif);
	font: 12px Arial, Sans-Serif;
	border: 1px outset #000000;
	color: #FFFFFF;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 5px 5px 0px 0px;
}

.smallTextarea {
	background-color: #FFFFFF;
	font: 12px Arial, Sans-Serif;
	border: 1px inset #000000;
	color: #000000;
	height: 50px;
	width: 175px;
}

.mediumTextarea {
	background-color: #FFFFFF;
	font: 12px Arial, Sans-Serif;
	border: 1px inset #000000;
	color: #000000;
	height: 150px;
	width: 350px;
}

.stdInput {
	background-color: #FFFFFF;
	font: 12px Arial, Sans-Serif;
	border: 1px inset #000000;
	color: #000000;
	padding-left: 2px;
	height: 14px;
}

.numericInput {
	background-color: #FFFFFF;
	font: 10px Arial, Sans-Serif;
	border: 1px inset #7F7F7F;
	color: #7F7F7F;
	height: 14px;
	width: 50px;
}

.stdDroplist {
	background-color: #FFFFFF;
	font: 10px Arial, Sans-Serif;
	border: 1px inset #000000;
	color: #000000;
	height: 16px;
}

.price {
	font: 12px Arial, Sans-Serif;
	font-weight: bold;
	color: #000000;
}

.normalprice {
	font: 12px Arial, Sans-Serif;
	text-decoration: line-through;
	font-weight: bold;
	color: #000000;
}

.specialprice {
	font: 14px Arial, Sans-Serif;
	font-weight: bold;
	color: #FF0000;
}

.productimage {
	border: 2px outset #D0D0D0;
}

.basketQtyInput {
	background-color: #FFFFFF;
	font: 12px Arial, Sans-Serif;
	border: 1px inset #000000;
	color: #000000;
	padding-left: 2px;
	text-align: right;
	height: 14px;
}

/*
 *
 *	L a y e r s
 *
 */

#container {
	position: absolute;
	width: 775px;
	top: 0px;
	left: 50%;
	margin-left: -387px;
	background-image: url(../../images/bg_page.gif);
	background-repeat: repeat-y;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 775px;
	height: 227px;
	background-image: url(../../images/top.gif);
	background-repeat: no-repeat;
}

#searchbeam {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 775px;
	height: 27px;
	background-image: url(../../images/grey_beam.gif);
	background-repeat: no-repeat;
	font: 12px Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	z-index: 10;
}

#menubeam {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 750px;
	height: 27px;
	background-image: url(../../images/grey_beam.gif);
	background-repeat: no-repeat;
	font: 12px Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 25px
}

#bodywrapper {
}

#categories {
	position: absolute;
	top: 250px;
	left: 10px;
	/*width: 143px;*/
	width: 220px;
	/*height: 265px;*/
	height: 450px;
	background-image: url(../../images/categories.nl.gif);
	background-repeat: no-repeat;
	padding-top: 58px;
	padding-left: 25px;
}

#content {
	position: relative;
	top: 232px;
	/*width: 520px;*/
	width: 400px;
	font: 12px Arial, Sans-Serif;
	color: #000000;
	margin-left: 240px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#footer {
	position: relative;
	width: 770px;
	height: 21px;
	background-image: url(../../images/grey_beam.gif);
	background-repeat: no-repeat;
	font: 10px Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-left: 5px;
	margin-top: 300px;
}
