/*

	Stylesheet for Caroline Biss

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Stephen Verhalleman <stephen@netlash.com>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

html {
	background: #fff url(../images/background.jpg) repeat-x top center;
}

body {
	font: 300 12px Arial, sans-serif;
	color: #656565;
	line-height: 1.5;
	background: url(../images/background_content.jpg) repeat-y top center;
}

body.mceContentBody {
	background: #fff;
	padding: 10px;
}

/*
	Typography and text styles
*/

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
	color: #000;
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 13px;
	padding: 0 0 8px 0;
}

	/* Links */

	a { text-decoration: none; border-bottom: 1px solid #cdcdcd; color: #666; }
	a:link { border-color: #cdcdcd; color: #5C5C5C; }
	a:visited { border-color: #bcbcbc; color: #333; }
	a:hover, a:active { border-color: #000; color: #000; }

	/* ColorInverse */

	.colorInverse { color: #fff; }
	.colorInverse strong { color: #fff; }

	.colorInverse h1, .colorInverse h2, .colorInverse h3, .colorInverse h4 { color: #fff; }

	.colorInverse a:link, .colorInverse a:visited { color: #fff; border-color: #727272; }
	.colorInverse a:hover, .colorInverse a:active { color: #fff; border-color: #fff; }

	/* Defaults */

	.content ul,
	.content ol {
		padding: 0 0 12px 24px;
	}

	.content li {
		padding-bottom: 2px;
	}

	.content ul {
		list-style: disc;
	}

	.content ol {
		list-style-type: decimal;
	}

	.content ul ul,
	.content ol ul,
	.content ol ol {
		padding-bottom: 0;
	}

	.content ol ol {
		list-style: upper-roman;
	}

	.content ol ol ol {
		list-style: lower-roman;
	}

	ol.reset,
	ul.reset {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	code {
		font-family: Consolas, Monaco, "Courier New", monospace;
		font-size: 12px;
		line-height: 1.15;
	}

	pre {
		padding: 6px 12px;
		background: #F5F5F5;
		margin: 0 0 12px;
	}

	p.small, .small, small {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
	}

	blockquote, q {
		font-style: italic;
		font-family: Georgia, serif;
	}

	blockquote {
		padding: 0 0 0 12px;
	}

		blockquote.fancy {
			background: url(../images/bquote.gif) no-repeat 0 5px;
			padding: 0 0 0 24px;
		}

	blockquote cite {
		font-size: 11px;
		text-align: right;
		display: block;
		position: relative;
		bottom: 12px;
	}

	em {
		font-style: italic;
	}

	sub, sup {
		line-height: 0;
	}

	hr {
		border: none;
		border-top: 1px solid #ddd;
		padding: 0;
	}

	div.hr {
		border-bottom: 1px solid #ddd;
		margin: 12px 0 24px;
	}

	div.hr hr {
		display: none;
	}

	table {
		border-top: 1px solid #eee;
		width: 100%;
	}

	td, th {
		border-bottom: 1px solid #eee;
		padding: 4px;
	}

	th {
		font-weight: 700;
		background: #f4f4f4;
	}

	/* Image classes */

	img.alignLeft {
		float: left;
		padding: 0 10px 10px 0;
	}

	img.alignRight {
		float: right;
		padding: 0 0 10px 10px;
	}

	a.linkedImage {
		border: 0;
		display: block;
		font-size: 11px;
		color: #808080;
	}

	a.linkedImage img {
		display: block;
	}

	/* Sticky footer */

	html, body, #outerWrapper {
		height: 100%;
	}

	body > #outerWrapper {
		height: auto;
		min-height: 100%;
	}

	#main {
		padding-bottom: 280px; 
	}

	#footer-wrap {
		position: relative;
		margin-top: -150px;
		height: 150px;
		clear: both;
	}

/*
	Wrapper(s)
*/

#innerWrapper {
	width: 960px;
	margin: 0 auto;
}

#content {
	display: inline;
	float: right;
	width: 786px;
	position: relative;
}

#innerContent {
	float: left;
	width: 578px;
	padding-right: 22px;
	overflow: hidden;
}

#innerSidebar {
	display: inline;
	float: left;
	width: 186px;
	overflow: hidden;
}

/*
	Header
*/

#header {
	width: 100%;
	clear: both;
	height: 206px;
	background: #000;
	margin-bottom: 18px;
}

#header h1 {
	background: url(../images/logo.png);
	width: 398px;
	height: 91px;
	float: right;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

	/* Header en Navigation */

	#topnav {
		float: left;
		padding: 75px 0 0 24px;
	}

	#topnav ul {
		height: 24px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	#topnav ul li {
		float: left;
		margin-right: 2px;
	}

	#topnav ul li a {
		float: left;
		font-family: "Lucida Grande",Verdana,Arial,sans-serif;
		font-size: 12px;
		display: block;
		border: 0;
		padding: 0 8px;
		height: 24px;
		line-height: 24px;
		color: #FFF;
	}

		#topnav ul li a:link,
		#topnav ul li a:visited {
			color: #FFF;
		}

		#topnav ul li a:hover,
		#topnav ul li a:active {
			color: #FFF;
			background: #323232;
		}

	#topnav ul li.selected a {
		color: #FFF;
		background: #4D4D4D;
	}

		#topnav ul li.selected a:link,
		#topnav ul li.selected a:visited {
			color: #FFF;
			background: #4D4D4D;
		}

		#topnav ul li.selected a:hover,
		#topnav ul li.selected a:active {
			color: #FFF;
			background: #4D4D4D;
		}

	/* Breadcrumbs en search */

	#search form {
		float: right;
		padding: 75px 20px 0 0;
	}

	#search form input.input-text {
		float: left;
		width: 130px;
	}

	#search form button.bttnStandard {
		float: left;
	}

	/* Language */

	#language {
		padding: 8px 0;
		height: 22px;
	}
	
	#language ul {
		float: right;
	}

	#language ul li {
		float: left;
		display: block;
		border-left: 1px solid #000;
	}
	
	#language ul li a {
		float: left;
		height: 22px;
		padding: 0 12px;
		border-bottom: none;
		line-height: 22px;
		text-transform: uppercase;
	}
	
	#language ul li a:hover, 
	#language ul li a:active, 
	#language ul li.selected a {
		background: #000;
		color: #FFF;
	}

/*
	Footer
*/

#outerWrapper {
	background: url(../images/footer_background.jpg) repeat-x bottom center;
}

#footer-wrap {
	background: url(../images/logo_footer.png) no-repeat 0 0;
	clear: both;
	padding-top: 35px;
}

#footer ul {
	float: left;
	padding: 54px 0 0 0;
}

#footer ul li {
	float: left;
	font-size: 11px;
	padding-right: 10px;
	color: #666;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited {
	color: #333;
	border-bottom: none;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #333;
	border-bottom: 1px solid #333;
}

#footer #logoStrip {
	float: right;
	width: 459px;
	height: 150px;
	background: url(../images/logostrip_bg.jpg) no-repeat 0 0;
}

/*
	Sidebar
*/

#sidebar {
	display: inline;
	float: left;
	width: 160px;
	overflow: hidden;
	padding-right: 14px;
}

#sidebar .widget {
	background:#E5E5E5 url(../images/bg_fade.jpg) repeat-x scroll 0 bottom;
	padding:0 0 75px;
}

#sidebar .widget p, #sidebar .widget form, #sidebar .widget dl {
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar .widget h4 {
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

#sidebar .widget ul, #sidebar .widget ol {
	padding-left: 24px;
	padding-right: 12px;
}

#sidebar .widget ul ul, #sidebar .widget ol ol, #sidebar .widget ol ul, #sidebar .widget ul ol {
	padding: 0;
}

#sidebar .widget p p, #sidebar .widget form p {
	padding-left: 0;
	padding-right: 0;
}

#sidebar .widget h3 {
	font-size: 12px;
	font-weight: 700;
	padding: 10px 10px 8px 10px;
	min-height: 16px;
	color: #FFF;
	background: #000;
	margin-bottom: 12px;
	border: 0;
}

	/* Assortiment & Submenu */

	#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3, #sidebar #sidebar-submenu h3, #sidebar #sidebar-submenu h3 {
		font-family: "Lucida Grande",Verdana,Arial,sans-serif;
		background: #000;
		color: #fff;
		margin: 0;
 	}

	#sidebar #sidebar-assortiment ul, #sidebar #sidebar-submenu ul {
		font-family:"Lucida Grande",Verdana,Arial,sans-serif;
		padding: 0;
	}

	/* Tier 1 */

	#sidebar #sidebar-assortiment ul li, #sidebar #sidebar-submenu ul li {
		padding: 0 10px;
		border-bottom: 2px solid #FFF;
	}

	#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
		background: url(../images/arrow.gif) no-repeat 0 18px;
		font-size: 11px;
		font-weight: 700;
		line-height: 1.384;
		color: #5C5C5C;
		border: 0;
		padding: 12px 0 14px 10px;
		display: block;
	}

		#sidebar #sidebar-assortiment ul li a:link, #sidebar #sidebar-submenu ul li a:link,
		#sidebar #sidebar-assortiment ul li a:visited, #sidebar #sidebar-submenu ul li a:visited {
		color: #5C5C5C;
		}

		#sidebar #sidebar-assortiment ul li a:hover, #sidebar #sidebar-submenu ul li a:hover,
		#sidebar #sidebar-assortiment ul li a:active, #sidebar #sidebar-submenu ul li a:active {
			color: #000;
		}

	#sidebar #sidebar-assortiment ul li.selected a {
		color: #000;
	}

		#sidebar #sidebar-assortiment ul li.selected a.toggle {
			color: #000;
			background: url(../images/arrow_active.gif) no-repeat 0 18px;
		}

	#sidebar #sidebar-assortiment ul ul {
		display: none; /* Javascript */
	}
	
	#sidebar #sidebar-assortiment ul li.selected ul {
		display: block; /* Javascript */
	}
	

	/* Tier 2 */

	#sidebar #sidebar-assortiment ul ul, #sidebar #sidebar-submenu ul ul {
		padding: 0;
	}

	#sidebar #sidebar-assortiment ul li ul li, #sidebar #sidebar-submenu ul li ul li {
		padding: 0;
		border-top: 1px solid #fff;
		border-bottom: none;
	}

	#sidebar #sidebar-assortiment ul li ul li a, #sidebar #sidebar-submenu ul li ul li a {
		color: #000;
		border: 0;
		padding: 10px 0 10px 20px;
		display: block;
		background: none;
	}

		#sidebar #sidebar-assortiment ul li ul li a:link, #sidebar #sidebar-submenu ul li ul li a:link,
		#sidebar #sidebar-assortiment ul li ul li a:visited, #sidebar #sidebar-submenu ul li ul li a:visited {
			color: #5C5C5C;
		}

		#sidebar #sidebar-assortiment ul li ul li a:hover, #sidebar #sidebar-submenu ul li ul li a:hover
		#sidebar #sidebar-assortiment ul li ul li a:active, #sidebar #sidebar-submenu ul li ul li a:active {
			color: #000;
		}

		#sidebar #sidebar-assortiment ul li ul li.last, #sidebar #sidebar-submenu ul li ul li.last {
			
		}

		#sidebar #sidebar-assortiment ul li.last ul li.last, #sidebar #sidebar-submenu ul li.last ul li.last {
			background: none;
		}

	#sidebar #sidebar-assortiment ul li ul li.selected a, #sidebar #sidebar-submenu ul li ul li.selected a {
		color: #000;
	}

		#sidebar #sidebar-assortiment ul li ul li.selected a:link, #sidebar #sidebar-submenu ul li ul li.selected a:link,
		#sidebar #sidebar-assortiment ul li ul li.selected a:visited, #sidebar #sidebar-submenu ul li ul li.selected a:visited {
			color: #000;
		}

		#sidebar #sidebar-assortiment ul li ul li.selected a:hover, #sidebar #sidebar-submenu ul li ul li.selected a:hover
		#sidebar #sidebar-assortiment ul li ul li.selected a:active, #sidebar #sidebar-submenu ul li ul li.selected a:active {
			color: #000;
		}

	/* sizes */

	#sizes {
		padding-bottom: 12px;
	}

	/* Nieuwsbrief */

	#sidebar #sidebar-nieuwsbrief form input#email {
		width: 130px;
	}

	/* Hoe werkt het */
	
	#sidebar-hoewerkthet ul {
		padding-bottom: 0;
	}

	/* Account */

	#sidebar-account dt {
		margin: 0 0 5px 0;
	}
	
	#sidebar-account dd {
		width: 164px;
		clear: left;
		float: left;
		margin: 0 0 15px 0;
	}

	#sidebar .widget p.phone {
		font-weight: 700;
		padding-left: 36px;
		background: url(../images/phone.gif) no-repeat 10px 0;
	}

	/* Tevreden klanten */

	#sidebar #sidebar-tevredenklanten {
		background: #E5E5E5 url(../images/bg_fade.jpg) repeat-x scroll 0 bottom;
		padding:0 0 135px;
	}

	#sidebar #sidebar-tevredenklanten dl dt {
		color:#3B3B3B;
		line-height:1.3;
		padding-bottom:5px;
		padding-top:7px;
	}

	#sidebar #sidebar-tevredenklanten dl dd {
		height: 22px;
		line-height: 22px;
		color: #666;
		font-size: 11px;
		padding-bottom: 12px;
		margin-bottom: 12px;
		border-bottom: 1px solid #FFF;
	}

	#sidebar #sidebar-tevredenklanten dl dd img {
		float: left;
		margin: 0 8px 0 0;
		height: 22px;
		width: 22px;
	}

	#sidebar #sidebar-tevredenklanten dl dd.last {
		padding-bottom: 0;
		border: none;
	}

/*
	Inner sidebar
*/

#innerSidebar .widget {
		background:#E5E5E5 url(../images/bg_fade.jpg) repeat-x scroll 0 bottom;
		padding:0 0 75px;
}

#innerSidebar .widget p, #innerSidebar .widget form, #innerSidebar .widget dl {
	padding-left: 10px;
	padding-right: 10px;
}

#innerSidebar .widget h4 {
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
}

#innerSidebar .widget ul, #innerSidebar .widget ol {
	padding-left: 24px;
	padding-right: 12px;
}

#innerSidebar .widget ul ul, #innerSidebar .widget ol ol, #innerSidebar .widget ol ul, #innerSidebar .widget ul ol {
	padding: 0;
}

#innerSidebar .widget p p, #innerSidebar .widget form p {
	padding-left: 0;
	padding-right: 0;
}

#innerSidebar .widget h3 {
		font-family:"Lucida Grande",Verdana,Arial,sans-serif;
		font-size: 12px;
		font-weight: 700;
		padding: 10px 10px 8px 10px;
		min-height: 16px;
		color: #FFF;
		background: #000;
		margin-bottom: 12px;
		border: 0;
}

	/* Winkelmandje */
	
	#innerSidebar #innerSidebar-winkelmandje {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	#innerSidebar #innerSidebar-winkelmandje h3 {
		background: #000;
		color: #FFF;
	}

	#innerSidebar #cartContent ul {
		padding: 0;
	}

	#innerSidebar #cartContent li {
		clear: left;
		float: left;
		width: 166px;
		margin: 0 0 12px 0;
		padding: 0 10px;
	}

	#innerSidebar #cartContent li a {
		text-decoration: underline;
		font-size: 12px;
		float: left;
		width: 90px;
		border: 0;
	}

	#cartContent ul #basketProductsPrice, #cartContent ul #basketShippingPrice {
		font-size: 12px;
		float: right;
		width: 75px;
		text-align: right;
		color: #3B3B3B;
	}

	#cartContent ul #basketTotal {
		border-top: 2px solid #FFF;
		padding-top: 12px;
		padding-bottom: 12px;
		font-weight: 700;
	}

	#innerSidebar #basketTotal span.float {
		font-size: 12px;
		float: left;
		width: 80px;
		color: #5C5C5C;
		border: 0;
		font-weight: 500;
	}

	#cartContent ul #basketTotal #basketTotalPrice {
		font-size: 12px;
		float: right;
		width: 64px;
		text-align: right;
		color: #3B3B3B;
	}

	#cartContent p {
		font-size: 12px;
		color: #5C5C5C;
		text-align: center;
	}

	.buttonholder button {
		float: none;
	}

	#shoppingCart button {
		padding-left: 30px;
		text-align: left;
		background: url(../images/buttons.gif) repeat-x 0 0;
	}

	#shoppingCart button:hover {
		background-position: 0 -24px;
	}

	/* innerSidebar-relatedproducts */

	#innerSidebar #innerSidebar-relatedproducts ul {
		list-style: none;
		padding-left: 0;
	}

	#innerSidebar #innerSidebar-relatedproducts img {
		display: block;
		padding-bottom: 6px;
	}

	#innerSidebar #innerSidebar-relatedproducts li {
		display: block;
		padding-bottom: 12px;
	}

	.nl #innerSidebar #innerSidebar-relatedproducts h3 {
		letter-spacing: 0; /* puts h3 "Ook in ons assortiment" on one line */
	}

	/* Uw garanties */

	#innerSidebar #innerSidebar-uwgaranties div p {
		padding: 0 10px 12px;
	}

	/* Gratis Verzending */

	#innerSidebar #innerSidebar-gratisverzending dl {
		padding: 5px 5px 5px 0;
	}

	#innerSidebar #innerSidebar-gratisverzending dl dt {
		margin-bottom: 10px;
	}

	#innerSidebar #innerSidebar-gratisverzending dl dd {
		padding-bottom: 15px;
		color: #fff;
	}

	#innerSidebar #innerSidebar-gratisverzending dl dd.last {
		padding-bottom: 0;
	}

	/* Meest verkocht en klanten kochten ook */

	#innerSidebar #innerSidebar-meestverkocht dl,
	#innerSidebar #innerSidebar-klantenkochtenook dl {
		padding: 15px 0 15px 10px;
	}

	#innerSidebar #innerSidebar-meestverkocht dl dt,
	#innerSidebar #innerSidebar-klantenkochtenook dl dt {
		display: block;
		width: 69px;
		height: 90px;
		text-align: center;
		float: left;
		clear: both;
		margin-bottom: 12px;
	}

	#innerSidebar #innerSidebar-meestverkocht dl dd,
	#innerSidebar #innerSidebar-klantenkochtenook dl dd {
		font: normal 11px/1.4 "Lucida Grande",Verdana,Arial,sans-serif;
		display: block;
		width: 160px;
		height: 90px;
		margin-bottom: 10px;
	}

	#innerSidebar #innerSidebar-meestverkocht a,
	#innerSidebar #innerSidebar-klantenkochtenook a {
	display: block;
	border-bottom: none;
	margin-right: 12px;
	width: 64px;
	height: 90px;
	overflow: hidden;
	}

	#innerSidebar #innerSidebar-meestverkocht dl dt.last,
	#innerSidebar #innerSidebar-meestverkocht dl dd.last,
	#innerSidebar #innerSidebar-klantenkochtenook dl dt.last,
	#innerSidebar #innerSidebar-klantenkochtenook dl dd.last {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

/*
	Inner content
*/
#innerContent h1, #innerContent h2, #innerContent h3 {
	border-bottom: 1px solid #DADADA;
	margin: 0 0 11px;
	padding: 0 0 9px;
}

	#innerContent #productDetail h2,#innerContent #productDetail h3 {
		border-bottom: none;
		margin: 0;
	}

#innerContent h1 a, #innerContent h2 a, #innerContent h3 a, #innerContent h1 a:link, #innerContent h2 a:link, #innerContent h3 a:link, #innerContent h1 a:visited, #innerContent h2 a:visited, #innerContent h3 a:visited {
	color: #333;
}

#innerContent h1 a:hover, #innerContent h2 a:hover, #innerContent h3 a:hover, #innerContent h1 a:active, #innerContent h2 a:active, #innerContent h3 a:active {
	color: #666;
}

	/* Home intro */

	.homeIntro {
		padding-bottom: 24px;
	}

	/* Shop procedure */

	 #innerContent #shopProcedure {
		padding-top: 24px;
		display: block;
	 }

	 #innerContent #shopProcedure h4 {
		display: none;
	 }

	 #innerContent #shopProcedure ol {
		margin: 10px 0;
		padding: 0;
		list-style: none;
		width: 576px;
		overflow: hidden;
	 }

	 #innerContent #shopProcedure ol li {
		list-style: none;
		float: left;
		margin-right: 24px;
		width: 168px;
		height: 141px;
		position: relative;
	 }

	 #innerContent #shopProcedure ol li a {
		font-size: 11px;
		color: #333;
		font-weight: 700;
		line-height: 18px;
		height: 18px;
		padding: 10px 12px 113px 12px;
		border: 0;
		display: block;
		width: 144px;
	 }

	#innerContent #shopProcedure ol li a:hover {
		text-decoration: underline;
	}

	#innerContent #shopProcedure ol li#shopProcedureStep1 {
		background: url('../images/3stappen.jpg') no-repeat;
	}

	#innerContent #shopProcedure ol li#shopProcedureStep2 {
		background: url('../images/3stappen.jpg') no-repeat -192px 0;
	}

	#innerContent #shopProcedure ol li#shopProcedureStep3 {
		background: url('../images/3stappen.jpg') no-repeat -384px 0;
		margin-right: 0;
	}

	/* Product options */

	#productOptions {
/*		background: #f4f4f4; */
	}

	#productOptions ul {
		padding: 0 12px 12px 12px;
	}

	#productOptions li {
		border-bottom: 1px solid #ddd;
	}

	#productOptions li input.input-radio {
		float: left;
		margin: 28px 12px 0 0;
	}

	#productOptions li div.radioWrapper {
		width: 24px;
		overflow: hidden;
		float: left;
	}

	#productOptions li label {
		float: left;
		width: 280px;
		padding: 6px 0 0 0;
	}

	#productOptions li label img {
		width: 72px;
		height: 72px;
		background: #fff;
		float: left;
		margin: 0 12px 6px 0;
		font-size: 0;
	}

	#productOptions li label span {
		display: block;
	}

	#productOptions li label span.optionTitle {
		font-weight: 700;
		font-size: 13px;
		color: #333;
	}

	#productOptions li label span.optionPrice {
		font-weight: 700;
		font-size: 12px;
		color: #999;
	}

	#innerContent .widget h2 {
		background: transparent url(../images/product_nav.gif) repeat-x scroll 0 0;
		border: 1px solid #C0C0C0;
		height: 32px;
		line-height: 32px;
		margin-bottom: 14px;
		overflow: hidden;
		color:#FFFFFF;
		font-family:"Lucida Grande",Verdana,Arial,sans-serif;
		font-size: 12px;
		width: 556px;
		color: #FFF;
		font-weight: 700;
		padding: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* News */
	
	p.readMoreNews {
		padding-left: 10px;
		background:transparent url(../images/arrow.gif) no-repeat scroll 0 6px;
	}

/* Cart overlay */

#cartOverlay {
	width: 672px;
	padding: 12px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(200, 200, 200);
	background: rgba(200, 200, 200, 0.75);
}

#cartOverlay table {
	width: 672px;
	background: #fff;
}

#cartOverlay th {
	font-weight: 700;
	padding: 0 0 0 10px;
	background: #000;
	color: #FFF;
	font-family:"Lucida Grande",Verdana,Arial,sans-serif;
}

#cartOverlay td {
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #ddd;
}

#cartOverlay thead tr, #cartOverlay thead th {
	height: 28px;
	line-height: 28px;
}

#cartOverlay tbody tr td.image {
	text-align: center;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 64px;
	overflow: hidden;
}

#cartOverlay tbody td.action {
	text-align: right;
	padding: 0 10px 0 0;
}

#cartOverlay tbody td.action .datagridRemoveRow {
	margin-top: 4px;
}

#cartOverlay td.cTotal {
	font-weight: 700;
	font-size: 12px;
}

#cartOverlay td#cTotal {
	font-weight: 700;
	font-size: 14px;
	padding-top: 12px;
}

#downloadTop {
	position: absolute;
	top: 10px;
	right: 204px;
	font-size: 11px;
}

/* Popup box report */

.report { 
	z-index: 1;
	top: 300;
	position: fixed;
	width: 410px;
	margin-left: 280px;
	height: 20px; 
	padding: 10px 0;
	float: left;
	background: #000;
	text-align: center; 
	font-size: 12px;
	color: #FFF;
}

/* Pagination */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: #000;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #000;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #000;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: #000;
}

.nextpage, .previouspage {
	font-size: 11px;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.input-textfield, input.input-textfield-error, input.input-password, input.inputPassword, input.password, textarea, input#email, input.input-medium, input.input-small, .amount input {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #FCFCFC;
	border: 1px solid #CECECE;
	padding: 5px;
	color: #666;
	margin: 0; /* overiders default safari margin */
}

textarea {
	line-height: 1.4;
	max-width: 100%;
}

input:focus, textarea:focus, input#email:focus {
	border-color: #e1e0c4; 
	background: #FFFEDE;
	color: #000;
}

input.input-submit, input.inputSubmit, input.submit, button {
	font-size: 11px;
	font-weight: 700;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #595959;
	background: #FFF url(../images/backgrounds.gif) repeat-x 0 -281px;
	border: 1px solid #CECECE;
	overflow: visible;
	cursor: pointer;
	margin: 0; /* overiders default safari margin */
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover, input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	color: #000;
	background-position: 0 -353px;
	margin: 0; /* overiders default safari margin */
}

button {
	overflow: visible;
	height: 25px;
	line-height: 24px;
	padding: 0 10px;
}

button::-moz-focus-inner{ 
	padding: 0;
	border: none
}

input.input-checkbox, input.input-radiobutton {
	float: left;
	margin: 3px 6px 3px 0;
}

form p.floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

.form-error, .formError {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	color: #8a1f11;
	display: block;
}

.form-success, .formSuccess {
	padding: 4px;
	margin: 3px 0;
	background: #e4f0d8;
	color: #2c5301;
	display: block;
}

/* Custom form elements */

button.cartNext {
	float: right;
	margin: 20px 0;
}

button.cart {
	padding-left: 30px;
	background: url(../images/buttons.gif) repeat-x 0 0;
	overflow: visible;
	font-weight: 700;
}

button.cart:hover {
	background-position: 0 -24px;
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover, input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	color: #595959;
	background-position: 0 -353px;
}

p.justLikeButtons a {
	float: left;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #595959;
	background: #FFF url(../images/backgrounds.gif) repeat-x 0 -281px;
	border:1px solid #CECECE;
	cursor: pointer;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-weight: 700;
}

p.justLikeButtons a:link, p.justLikeButtons a:visited {
	color: #595959;
	background: #FFF url(../images/backgrounds.gif) repeat-x 0 -281px;
}

p.justLikeButtons a:hover, p.justLikeButtons a:active {
	color: #595959;
	background-position: 0 -353px;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noPadding { padding: 0; }
.paddingBottom { padding-bottom: 12px; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.mute { color: #666; }
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sC { font-variant: small-caps; }
.lC { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.helpTxt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.clear { clear: both; }

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

.clearfix:after, #header:after, #productOrderform:after, .twocolumns:after, .widget:after, #news:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
