/*

	Stylesheet for Chait

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@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; }

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

/*
	Typography and text styles
*/

p {
	padding: 0 0 12px 0;
}

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

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: 24px;
	padding: 0 0 12px 0;
}

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

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

h4 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

	/* Links */

	a { text-decoration: none; border-bottom: 1px solid #d8a39b; color: #990000; }
	a:link { border-color: #d8a39b; color: #990000; }
	a:visited { border-color: #c7a39b; color: #660000; }
	a:hover, a:active { border-color: #005699; color: #005699; }

	/* 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: #ded9ca;
		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: #fff;
	}

	a.linkedImage img {
		display: block;
	}

	/* Sticky footer */

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

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

	#main {
		padding-bottom: 132px; 
	}

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

/*
	Wrapper(s)
*/

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

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

#innerContent {
	float: left;
	width: 552px;
	padding: 28px 24px 0 0;
	overflow: hidden;
}

#innerSidebar {
	display: inline;
	float: left;
	width: 168px;
}

/*
	Header
*/

#header {
	width: 936px;
	height: 112px;
	overflow: hidden;
}

#header h1 {
	background: url(../images/logo.png) top left;
	width: 337px;
	height: 54px;
	float: left;
	margin: 24px 0 34px 0;
	padding: 0;
}

	body.fr #header h1 {
		background: url(../images/logo.png) bottom left;
		width: 267px;
	}

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

	/* Header en Navigation */

	#topnav {
		width: 599px;
		height: 33px;
		overflow: hidden;
		float: left;
		padding: 38px 0 41px 0;
	}

		body.fr #topnav {
			width: 669px;
		}

	#topnav ul {
		height: 33px;
		margin: 0;
		padding: 0;
		float: right;
	}

	#topnav ul li {
		float: left;
		padding-left: 8px;
	}

	#topnav ul li a {
		font-size: 16px;
		line-height: 33px;
		font-weight: 700;
		border: 0;
		padding: 0 6px;
		display: block;
		color: #f7f3e7;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

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

		#topnav ul li a:hover,
		#topnav ul li a:active {
			color: #fff;
			background: #19150d;
		}

	#topnav ul li.selected a {
		color: #19150d;
		background: #f7f3e7;
	}

		#topnav ul li.selected a:link,
		#topnav ul li.selected a:visited {
			color: #19150d;
			background: #f7f3e7;
		}

		#topnav ul li.selected a:hover,
		#topnav ul li.selected a:active {
			color: #19150d;
			background: #fff;
		}

	/* Breadcrumbs */

	#breadcrumb {
		height: 53px;
		float: left;
	}

	#breadcrumb p {
		font-size: 11px;
		line-height: 18px;
		float: left;
		padding: 17px 0 16px 0;
		color: #fbf9f3;
	}

	#breadcrumb p a {
		color: #fbf9f3;
		border: 0;
		border-bottom: 1px solid #746c62;
	}

		#breadcrumb p a:link,
		#breadcrumb p a:visited {
			color: #fbf9f3;
			border-color: #746c62;
		}

		#breadcrumb p a:hover,
		#breadcrumb p a:active {
			color: #fff;
			border-color: #fff;
		}

	/* Top search */

	#topSearch{
		float: right;
		height: 53px;
	}

	#topSearch form {
		float: left;
		height: 26px;
		padding-top: 13px;
	}
	
	#topSearch form p {
		float: left;
	}

	#topSearch form input.input-text {
		float: left;
		margin-right: 6px;
		width: 132px;
		background: #30271e;
		border-color: #19150d;
		color: #b2afa5;
	}

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

	/* Language */

	#language {
		float: right;
		height: 53px;
		padding-left: 10px;
	}

	#language ul {
		float: left;
		padding: 12px 0 13px 0;
	}

	#language li {
		float: left;
		height: 26px;
		padding-left: 5px;
	}

	#language li a {
		float: left;
		font-size: 11px;
		line-height: 26px;
		padding: 0 7px;
		color: #f7f3e7;
		border: 0;
		text-transform: uppercase;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

		#language li a:link,
		#language li a:visited {
			color: #f7f3e7;
		}

		#language li a:hover,
		#language li a:active {
			color: #fff;
		}

	#language li.selected a {
		color: #99978e;
		background: #19150d;
	}

		#language li.selected a:link,
		#language li.selected a:visited {
			color: #99978e;
		}

		#language li.selected a:hover,
		#language li.selected a:active {
			color: #fff;
		}

/*
	Footer
*/

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

#footer-wrap {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 936px;
}

#footer ul {
	float: right;
	padding: 92px 0 0 0;
}

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

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited {
	color: #f7f3e7;
	border-color: #6e675e;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #fff;
	border-color: #fff;
}

/*
	Sidebar
*/

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

#sidebar .widget {
	margin-bottom: 24px;
}

#sidebar .widget dl {
	padding-left: 12px;
}

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

#sidebar .widget h3 {
	font-size: 16px;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", Garamond, Georgia, serif;
	font-weight: 700;
	line-height: 18px;
	padding: 12px 0 18px 0;
	height: 18px;
	color: #141413;
	margin-bottom: 12px;
	border: 0;
	background: url(../images/dark_dots.png) repeat-x 3px bottom;
}

	/* Assortiment & Submenu */

	#sidebar-assortiment, #sidebar-submenu {
		background: #990000;
		padding: 0 12px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3, #sidebar #sidebar-submenu h3, #sidebar #sidebar-submenu h3 {
		background: url(../images/light_dots.png) repeat-x 3px bottom;
		color: #fff;
 	}

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

	/* Tier 1 */

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

	#sidebar #sidebar-assortiment ul li, #sidebar #sidebar-submenu ul li {
		width: 144px;
		border-bottom: 1px solid #bc6e66;
	}

	#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
		font-size: 12px;
		font-weight: 700;
		color: #ded9ca;
		border: 0;
		padding: 6px 0;
		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: #ded9ca;
		}

		#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: #fff;
		}

	#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 0 6px 0;
	}

	#sidebar #sidebar-assortiment ul li ul li, #sidebar #sidebar-submenu ul li ul li {
		width: 144px;
		padding: 0;
		border: 0;
	}

	#sidebar #sidebar-assortiment ul li ul li a, #sidebar #sidebar-submenu ul li ul li a {
		font-size: 11px;
		font-weight: 300;
		border: 0;
		padding: 2px 0 2px 12px;
		display: block;
	}

		#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: #ded9ca;
		}

		#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: #fff;
			background: #670000;
		}

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

		#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: #fff;
		}

		#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: #fff;
			background: #670000;
		}

	/* 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 dl dt {
		padding: 0 0 6px 0;
		font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", Garamond, Georgia, serif;
		line-height: 1.5;
		font-weight: 700;
		font-size: 13px;
		text-indent: -0.7em;
	}

	#sidebar #sidebar-tevredenklanten dl dd {
		height: 22px;
		line-height: 22px;
		color: #666;
		font-size: 11px;
		padding-bottom: 24px;
	}

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

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

/*
	Inner sidebar
*/

#innerSidebar.cart-sidebar {
	padding-top: 18px;
}

#innerSidebar .widget {
	margin-bottom: 24px;
}

#innerSidebar .widget dl {
	padding-left: 12px;
}

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

#innerSidebar .widget h3 {
	font-size: 16px;
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", Garamond, Georgia, serif;
	font-weight: 700;
	line-height: 18px;
	padding: 12px 0 18px 0;
	color: #141413;
	margin-bottom: 12px;
	border: 0;
	background: url(../images/dark_dots.png) repeat-x 3px bottom;
}

	/* Winkelmandje */

	#innerSidebar-winkelmandje {
		background: #005699;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 0 12px 12px 12px;
	}

	#innerSidebar #innerSidebar-winkelmandje h3 {
		background: url(../images/light_dots.png) repeat-x 3px bottom;
		color: #fff;
	}

	#cartContent ul {
		padding: 0;
	}

	#cartContent li {
		clear: left;
		float: left;
		width: 144px;
		margin: 0 0 12px 0;
	}

	#cartContent li a {
		font-size: 11px;
		float: left;
		width: 80px;
		color: #fff;
		border: 0;
	}

	#cartContent ul #basketProductsPrice, #cartContent ul #basketShippingPrice {
		font-size: 11px;
		float: right;
		width: 64px;
		text-align: right;
		color: #fff;
	}

	#cartContent ul #basketTotal {
		border-top: 1px solid #fff;
		color: #fff;
		margin-top: 10px 0 0 0;
		padding: 5px 0 0 0;
		font-weight: 700;
	}

	#innerSidebar #basketTotal span.float {
		font-size: 11px;
		float: left;
		width: 80px;
		color: #fff;
		border: 0;
	}

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

	#cartContent p {
		font-size: 11px;
		color: #fff;
		text-align: center;
	}

	.buttonholder button {
		float: none;
	}

	#shoppingCart button {
		border: 0;
		color: #fff;
		width: 142px;
		padding-left: 30px;
		background: url(../images/buttons.png) repeat-x 0 0;
		border: 1px solid #003d6b;
	}

	#shoppingCart button:hover {
		color: #fff;
		background-position: 0 -25px;
	}

	/* 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: 64px;
		text-align: center;
		float: left;
		border-bottom: 1px solid #ced8bf;
		clear: both;
		margin-bottom: 10px;
	}

	#innerSidebar #innerSidebar-meestverkocht dl dd,
	#innerSidebar #innerSidebar-klantenkochtenook dl dd {
		font: normal 11px/1.4 "Lucida Grande",Verdana,Arial,sans-serif;
		display: block;
		width: 110px;
		height: 64px;
		float: left;
		border-bottom: 1px solid #e3e0d7;
		margin-bottom: 10px;
	}

	#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;
	}

	/* In de kijker */

	#innerSidebar .widget .promoList {
		padding: 0;
	}

	#innerSidebar .widget .promoList li {
		clear: both;
		height: 48px;
		margin-bottom: 6px;
		background: url(../images/hr_background.gif) repeat-x bottom left;
	}

	#innerSidebar .widget .promoList a {
		border: 0;
		font-weight: 700;
	}

	#innerSidebar .widget .promoList img {
		float: left;
		width: 40px;
		background: #fff;
	}

	#innerSidebar .widget .promoList .relatedProductsImage {
		float: left;
		width: 40px;
		height: 40px;
		background: #fff;
		margin: 0 12px 6px 0;
	}

	#innerSidebar .widget .promoList .relatedProductsTitle {
		float: left;
		width: 116px;
		padding: 0 0 6px 0;
	}

/*
	Inner content
*/
#innerContent h1, #innerContent h2, #innerContent h3 {
	padding: 0 0 11px 0;
	margin: 0 0 12px 0;
	background: url(../images/hr_background.gif) repeat-x bottom left;
}

#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: #141413;
}

#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: #005699;
}

	/* 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: 150px;
		position: relative;
	 }

	 #innerContent #shopProcedure ol li a {
		font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", Garamond, Georgia, serif;
		font-size: 13px;
		color: #141413;
		font-weight: 700;
		line-height: 18px;
		height: 18px;
		padding: 10px 0 122px 0;
		border: 0;
		display: block;
		width: 168px;
	 }

	#innerContent #shopProcedure ol li a:hover {
		color: #005699;
	}

	#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 label {
		margin-left: 2px;
	}

	#productOptions select {
		width: 160px;
		margin-bottom: 10px;
	}

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

	#productOptions li {
		background: url(../images/hr_background.gif) repeat-x bottom left;
	}

	#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 h3 {
		font-size: 16px;
		font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", Garamond, Georgia, serif;
		font-weight: 700;
		line-height: 18px;
		padding: 12px 0 18px 0;
		height: 18px;
		color: #141413;
		margin-bottom: 12px;
		border: 0;
		background: url(../images/dark_dots.png) repeat-x 3px bottom;
	}

/* Cart overlay */

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

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

#cartOverlay th {
	font-weight: 700;
	padding: 0 0 0 10px;
	background: #f4f4f4;
}

#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: #5ea123;
	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, #productDetailNumproducts {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #fcfcfc;
	border: 1px solid #bbb;
	padding: 5px 5px 4px 5px;
	color: #666;
}

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

input:focus, textarea:focus {
	border-color: #999; 
	background: #fff;
	color: #000;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 2px solid #fff;
		-moz-outline-radius: 3px;
		fborder-color: #fff;
	}
} 

input.input-submit, input.inputSubmit, input.submit, button {
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #141413;
	background: url(../images/backgrounds.gif) repeat-x 0 -48px;
	border: 1px solid #cac5b7;
	padding: 1px 4px;
	overflow: visible;
	padding: 4px 10px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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 -120px;
}

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

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

select, option {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}

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

#step1 input.input-checkbox, #step2 input.input-checkbox, #step3 input.input-checkbox, #step4 input.input-checkbox {
	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 {
	width: 148px;
	padding: 0 0 0 20px;
	background: url(../images/buttons.png) repeat-x 0 0;
	width: 190px;
	text-align: center;
	font-weight: 700;
	border: 0;
	color: #fff;
	border:1px solid #003D6B;
}

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

p.justLikeButtons a {
	float: left;
	font-size: 11px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #141413;
	background: url(../images/backgrounds.gif) repeat-x 0 -48px;
	border: 1px solid #cac5b7;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}

p.justLikeButtons a:link, p.justLikeButtons a:visited {
	color: #141413;
	background: url(../images/backgrounds.gif) repeat-x 0 -48px;
	border-color: #cac5b7;
}

p.justLikeButtons a:hover, p.justLikeButtons a:active {
	color: #000;
	background-position: 0 -120px;
	border-color: #cac5b7;
}

/* 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, #topBar: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;
}

