/*

	Stylesheet for GBA Shop
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Jakob Verstichel <jakob@netlash.com>
	author:     Johan Ronsse <johan@netlash.com>

*/

/*
	Reset
*/

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

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General purpose classes
*/

.hidden { display: none; }

/*
	General
*/

html, body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #FFF;
	background: #2B1C5A url(../images/bg_line.gif) repeat-x;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

	p.date {
		font-size: 11px;
		color: #d5c8fd;
		font-style: italic;
	}

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

/* Headings */

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

/* Links */

a {
	border-bottom: 1px solid #FF0;
	text-decoration: none;
}

a:link {
	color: #FF0;
	border-color: #FF0;
}

a:visited {
	color: #FF0;
	border-color: #FF0;
}

a:hover {
	color: #FF0;
	border-color: #F00;
}

a:active,
a:focus {
	color: #FFF;
	border-color: #FFF;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

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

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

button {
	text-transform: uppercase;
}

/*
	Page structure and layout
*/

#outerWrapper {
	width: 100%;
	background: url(../images/body_bg.gif) repeat-x left bottom;
	padding: 0 0 25px 0;
}

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

/*
	General
*/

/*
	language
*/

#language {
	height: 20px;
	width: 300px;
	float: right;
	
	/* Float language underneath main nav and then position
	it so that it appears on the top right of the site */
	position: relative;
	bottom: 81px;
}

#language ul {
	height: 20px;
	padding: 0;
	list-style: none;
	float: right;
}

#language ul li {
	margin-left: 6px;
	float: left;
}

	#language ul li a:link,
	#language ul li a:visited {
		border: none;
		color: #FFF !important;
		display: block;

		font-size: 11px;
		font-weight: normal;
		text-align: center;
		text-decoration: none;

		line-height: 20px;
		height: 20px;
		width: 24px;
	}

	#language ul li.selected a,
	#language ul li a:hover,
	#language ul li a:active,
	#language ul li a:focus {
		background: #06063C;
		font-weight: 700;
	}


/*
	Logo
*/
	
#header {
	position: relative;
}

#header h1 {
	width: 185px;
	height: 80px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
	padding:0;
}

	#header h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
	}

/* Navigation */

#topnav {
	background: #06063C;
	float: left;
	width: 755px;
	margin-top: 45px;
	margin-left: 20px;
}

	#topnav ul {
		float: left;
		height: 36px;
		padding: 0 10px 0;
		list-style: none;
	}

	#topnav ul li {
		float: left;
		margin: 3px 5px 0 0;
		font-size: 1.5em;
		text-transform: uppercase;
	}
	
	#topnav ul li a:link,
	#topnav ul li a:visited {
		color: #C8BCF1;
		display: block;
		font-weight: 700;
		font-size: 11px;
		line-height: 30px;
		padding: 0 8px;
		text-decoration: none;
		border-bottom: none;
	}

	#topnav ul li a:hover,
	#topnav ul li a:active,
	#topnav ul li a:focus {
		background: none;
		color: #FF0;
		border-bottom: none;
	}
	
	/* Some extra specifity for IE6 */
	#header #topnav ul li.selected a {
		background: #4D3A89;
		color: #FFF;
	}

#breadcrumb {
	background: #2B1C5A;
	height: 23px;
	margin-bottom: 12px;
	width: 960px;
}

	#breadcrumb p {
		font-size: 11px;
		line-height: 23px;
		color: #C1B8DE;
		display: block;
		padding: 0 0 0 10px;
	}

		#breadcrumb p a:link,
		#breadcrumb p a:visited {
			color: #FFF;
			border-bottom: 1px solid #5D4E8B;
		}

		#breadcrumb p a:hover,
		#breadcrumb p a:active,
		#breadcrumb p a:focus {
			color: #FFF;
			border-color: #FFF;
		}
		
		#breadcrumb span {
			font-size: 8px;
		}

/*
	Sidebars
*/

#sidebar .widget,
#innerSidebar .widget {
	background: #4D3A89;
	padding: 0;
}

	.widget ul,
	.widget p {
		padding: 0 12px 12px 12px;
	}
	
		.widget ul {
			padding-left: 24px;
		}

#sidebar {
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
	width: 185px;
}

#sidebar #sidebar-nieuwsbrief form {
	padding: 0 10px;
}

#sidebar .widget h3,
#innerSidebar .widget h3 {
	background: #201542;
	color: #FFEC00;
	line-height: 27px;
	padding: 4px 10px 2px 8px;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
	border-bottom: 1px solid #5B45A0;
}

#sidebar #sidebar-submenu ul li {
	border-bottom: 1px solid #5B45A0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar #sidebar-submenu ul li a {
	color: #E9EDE4;
	display: block;
	line-height: 1.3;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
}

#sidebar-submenu ul li.selected a {
	color: #FFF;
	font-weight: 700;
}

#sidebar #sidebar-submenu ul li a:hover,
#sidebar #sidebar-submenu ul li a:focus {
	color: #FF0;
}

	#sidebar ul li.last {
		border-bottom: none !important;
	}

/*
	Sidebar selected
*/

#sidebar #sidebar-assortiment ul li.selected {
	background: #3E2C76 url(../images/widgetShade.png) no-repeat;
	padding-bottom: 10px;
}

#sidebar #sidebar-assortiment ul li.selected ul li {
	padding: 0 0 0 20px;
	border: none;
}

#sidebar #sidebar-assortiment ul li.selected ul li.selected {
	background-image: none;
	padding-bottom: 0;
}

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

#sidebar #sidebar-nieuwsbrief form{
	padding-left: 10px;
}

#sidebar #sidebar-nieuwsbrief input,
#sidebar #sidebar-nieuwsbrief label {
	margin-bottom: 10px;
}

/*
	Tevreden klanten
*/
	
#sidebar #sidebar-tevredenklanten dt {
	margin-top: 10px;
	font-weight: 700;
}

#sidebar #sidebar-tevredenklanten dt,
#sidebar #sidebar-tevredenklanten dd {
	padding-left: 10px;
}

#sidebar #sidebar-tevredenklanten dt img {
	margin-right: 5px;
}

#sidebar #sidebar-tevredenklanten dd {
	border-bottom: 1px solid #5B45A0;
	padding-bottom: 10px;
	padding-right: 10px;
	font-weight: 400;
	font-size: 0.9em;
}
	
#sidebar #sidebar-tevredenklanten .last {
	border-bottom: none;
}

/*
	innerSidebar
*/
	
#innerSidebar {
	float: right;
	width: 185px;
}

#innerSidebar #innerSidebarZoeken #zoekterm {
	width:100px;
}

#innerSidebar #shoppingCart,
#innerSidebar #innerSidebarZoeken {
	padding-bottom: 10px;
}

#innerSidebar #shoppingCart #cartContent,
#innerSidebar #shoppingCart form
{
	padding-left: 10px;
}

#innerSidebar #shoppingCart form #btnNaarkassa {
	width: 165px;
}

/*
	Shoppingcart niet leeg
*/

#cartContent {
	font-size: 11px;
}

#basketProducts a,
#basketShipping a,
#basketTotal a {
	float: left;
	display: block;
	width: 108px;
	border: none;
	font-weight: 300;
}

#basketProductsNum,
#basketShipping a {
	color:white;
}

#cartContent ul {
	padding: 0 0 6px;
	font-weight: 700;
	color: #FFF;
}

#basketProductsPrice,
#basketShippingPrice,
#basketTotal #basketTotalPrice {
	width: 59px;
	text-align: right;
	float: left;
}

#basketTotal {
	background: #3E2C76;
	margin: 0 5px 0 -5px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FF0 !important;
}

/*
	innerSidebar other widgets
*/

#innerSidebar .widget p {
	padding-left: 10px;
}
	
#innerSidebar #sporttas,
#innerSidebar #levering,
#innerSidebar #innerSidebarZoeken {
	background: none !important;
	margin-bottom:20px;
}

#innerSidebar #sporttas h3,
#innerSidebar #levering h3 {
	color:#FF0;
	border-bottom:none !important;
	background:none !important;
}

/*
	Content
*/

#main {
	width:960px;
}

#content {
	float: right;
	width: 100%;
}

#innerContentWrapper{
	float: left;
	width: 755px;
	padding-left: 20px;
}

#innerContent {
	float: left;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	/* position:relative; */
	width: 545px;
}
	
#innerContent h2 a{
	border:none;
}

/*
	indexSlideshow
*/

#indexSlideshow{
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

#indexSlideshow a img {
	width: 545px;
}

#indexSlideshowOverlay{
	position: absolute;
	bottom: 0;
	left: 0;

	width: 535px;
	background: url(../images/overlay.png);
	padding: 10px 0 0 10px;
}

#indexSlideshowOverlay h4 {
	padding-bottom: 0;
	font-size: 14px;
}
	
	#indexSlideshowOverlay h4 a {
		color: #FFF;
		border-bottom: none;
	}

/*
	Product detail
*/

#productDetailWrapper {
	float: left;
	width: 545px;
}

#productDetail {
	margin-bottom: 20px;
}

#productDetail #productImage {
	width: 260px;
}

#productDetail #productOrderForm {
	float: left;
	width: 275px;
	padding-left: 10px;
}

#productDetail #productOrderForm form label {
	display: block;
	color: #FF0;
	font-weight: bold;
	margin-bottom: 5px;
}

#productDetail #productOrderForm form input#productDetailNumproducts {
	width: 2em;
}

#productDetail #productImage a {
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/detail.jpg) no-repeat;
	height: 288px;
	width: 260px;
	border: none;
}

#infoTekst {
	width: 260px;
	margin-bottom: 40px;
}

/* Productlisting */

#innerContent h2 {
	color: #FF0;
	background: #2B1C5A url(../images/heading_line.gif) repeat-x bottom;
	margin-bottom: 15px;
	padding-bottom: 13px;
}

#products ul.productlisting li h3 {
	background: #D5C8FD;
	border-top: 1px solid #F1EDFD;
	border-bottom: 1px solid #2B1C5A;
	padding: 5px 5px;
	margin: 0;
	overflow: hidden;
	width: 150px;
	font-size: 12px;
	line-height: 1;
}

#products ul.productlisting li h3 a {
	color: #201542;
	border: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	display: block;
}

#products ul.productlisting li .listingPrice {
	float: left;
	width: 105px;
	color: #FF0;
}

#products ul.productlisting li .listingAddToCart:link,
#products ul.productlisting li .listingAddToCart:visited {
	display: block;
	float: left;
	text-indent: -9999px;
	background: transparent url(../images/bestel.gif) no-repeat;
	width: 43px;
	height: 21px;
	border: none;
}

	#products ul.productlisting li .listingAddToCart:hover,
	#products ul.productlisting li .listingAddToCart:active,
	#products ul.productlisting li .listingAddToCart:focus {
		background-position: 0 -21px;
	}


#products ul.productlisting li .imageFrame {
	margin-bottom: 5px;
	width: 160px;
	height: 160px;
}

#products ul.productlisting li .imageFrame a {
	border: none;
}

#products ul.productlisting li .imageFrame a img {
	width: 160px;
}

#products ul.productlisting {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#products ul.productlisting li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 32px 40px 0;
	padding: 0;
	width: 160px;
}

#products ul.productlisting li.third {
	margin-right: 0;
}

#innerContent ul, #innerContent ol {
	padding-bottom: 10px;
}
	
/*
	News
*/

#news .newsarticle {
	margin-bottom: 30px;
}

#news .newsarticle h3 {
	margin-bottom: 1px;
	padding-bottom: 0;
}

#news .newsarticle h3 a {
	color: #D5C8FD;
	border: none;
}

#news .newsarticle p.date {
	padding-bottom: 20px;
}

#news .newsarticle a.leesMeer {
	width: 9em;
}

.button#nieuwsArchief {
	text-transform: uppercase;
}

/*
	shopProcedure
*/

#shopProcedure {
	margin-top: 20px;
	margin-bottom: 40px;
	text-indent: -9999px;
}

#shopProcedure li {
	float: left;
	width: 160px;
	height: 165px;
	margin-right: 30px;
}

	#shopProcedureStep1 { background: url(../images/shopProced1.jpg) no-repeat; }
	#shopProcedureStep2 { background: url(../images/shopProced2.jpg) no-repeat; }
	/* Extra specifity to override "#shopProcedure li" */
	#shopProcedure #shopProcedureStep3 { background: url(../images/shopProced3.jpg) no-repeat; margin-right: 0; }

	#shopProcedure li a {
		display: block;
		height: 100%;
		width: 100%;
		border: none;
	}

/*
	Footer
*/

#footer-wrap {
	width: 960px;
	margin: 50px auto;
	background-color: #2B1C5A;
	padding: 20px;
}

#footer-wrap #footer ul {
	width: 545px;
	margin: 0 auto;
	background-color: #2B1C5A;
}

#footer-wrap #footer ul li {
	float: left;
	margin-right: 7px;
	font-size: 11px;
	background: url(../images/bullet.gif) no-repeat right 50%;
	padding-right: 14px;
}

	#footer-wrap #footer ul li.last {
		background: none;
		padding: 0;
	}

#footer-wrap #footer ul li a:link,
#footer-wrap #footer ul li a:visited {
	color: #D5C8FD;
	border-bottom: 1px solid #D5C8FD;
}

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

#footer-wrap #footer ul li.last {
	margin-right: 0;
}

#footer-wrap #footer ul li.last a {
	border: none;
}

/*
	Pagination
*/

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

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

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	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: 11px;
	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: #FFF;
}

.pagination li.selected {
	padding: 4px 5px;
	font-weight: 700;
	color: black !important;
}

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

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #FFF;
}

.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
	background: #FF0;
	border: 1px solid #211543;
	color: black;
}

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

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

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

/* Form styles */

input, textarea, select, button { 
	font-family: Arial, sans-serif;
	vertical-align: middle;
}

input.input-submit,
button {
	background: url(../images/input_bg.png) repeat-x;

	border: 1px solid #AAA;

	padding: 0 5px;

	height: 20px;
	
	font-weight: 700;
	font-size: 11px;
	
	/* @inc .rc */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	overflow: visible;
	margin: 0;
}

	input.input-submit:focus,
	button:focus,
	button:hover {
		background: #FFF;
		cursor: pointer;
	}

input.input-text {
	border: 1px solid #FFF;
	background: #FFF url(../images/input_text_shade.png) repeat-x;

	padding: 3px 2px;
	
	font-size: 11px;

	line-height: 12px;
	height: 12px;
	
	/* @inc .rc */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	input.input-text:focus {
		border: 1px solid #CCC;
		background: #FFF
	}

/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none !important; }

/* Image classes */

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

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

div.widgetShade {
	/* Reset element*/
	border: none;
	padding: 0;
	margin: 0;
	/* Apply styles*/
	background: url(../images/widgetShade.png) no-repeat;
	width: 185px;
	height: 18px;
	margin: 0 0 18px;
}

/*
	Report (humanized message)
*/

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

/**
 * cartOverlay
 * --------------------------------------------------------
 */

	#cartOverlay {
		width: 672px;
		padding: 10px;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background: #06063C;
	}

	#cartOverlay table {
		width: 672px;
	}

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

	#cartOverlay td {
		padding: 0 0 0 10px;
	}

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

/* The sidebar : Assortiment & Submenu */

#sidebar #sidebar-assortiment,
#sidebar #sidebar-submenu {
	background: #4D3A89;
	padding: 0;
}

#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3 {
	background: #201542;
	color: #FF0;
	line-height: 27px;
	padding: 0 10px;
}

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

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

#sidebar #sidebar-assortiment ul li,
#sidebar #sidebar-submenu ul li {
	padding: 0; 
	margin: 0; 
	list-style: none;
	padding: 0 10px;
}


#sidebar #sidebar-assortiment ul li {
	background: url('../images/menuSeperator.gif') 0 bottom repeat-x;
}

#sidebar #sidebar-assortiment ul li li {
	background: none;
}

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

#sidebar #sidebar-assortiment ul li a,
#sidebar #sidebar-submenu ul li a {
	padding: 0;
	margin: 0;
	display: block;
	padding: 5px 0;
	line-height: 1.3;
	text-decoration: none;
	border: none;
	color: #fff;
}

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

	/* Hide submenu */
	#sidebar #sidebar-assortiment ul ul, 
	#sidebar #sidebar-submenu ul ul {
		display: none;
	}

		/* Show it when selected */
		#sidebar #sidebar-assortiment ul li.selected ul,
		#sidebar #sidebar-submenu ul li.selected ul {
			display: block;
		}

#sidebar #sidebar-assortiment ul li ul li a {
	/* padding-left: 24px; */
}

/*
	Logo strip
*/

#logoStrip {
	padding: 40px 0 0;
}

/*
	Form elements
*/

label {
	font-weight: 700;
}

.form-error {
	color: red;
	display: block;
}

/**
 * Stylesheet for Cookstore: Products
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 */
 
/**
 * = category Listing
 * ----------------------------------------------------------
 */

	#innerContent ul.productSubCategories {
		clear: left;
		float: left;
		list-style-type: none;
		padding: 0 0 10px 0;
		width: 564px;
	}
 
	#innerContent ul.productSubCategories li {
		clear: left;
		float: left;
		width: 564px;
		padding: 0;
		margin: 0;
	}
	

	#products h3 {
		clear: left;
	}

	#products div {
		margin-bottom: 65px;
	}
	
	#products div.imageFrame {
		margin-bottom: 0;
	}

 	#products dl.category {
		width: 240px;
		float: left;
		margin: 0 16px 16px 0;
	}
	
	#products dl.even {
		margin-right: 0;
	}
 
 	#products dl.category dt {
		width: 61px;
		padding: 5px;
		margin-right: 5px;
		float: left;
		border: 2px solid #D90000;
	}
	
	#products dl.category dt a {
		display: block;
		width: 61px;
		height: 61px;
		text-indent: -9999px;
		border: none;
	}
	 
 	#products dl.category dd {
		width: 126px;
		padding: 0 10px 10px 10px;
		float: left;
	}
	 
 	#products dl.category dd h4, #products dl.category dd h4 a {
		display: block;
		font-size: 12px;
	}
	
	#products dl.category dd p {
		font: normal 11px/16px Arial, sans-serif;
		width: 136px;
	}
	
	.productdesc {
		width: 347px;
		float: left;
	}

/**
 * = productListing
 * ----------------------------------------------------------
 */
	 
	 #products ul.productlisting {
	 	padding: 0;
		margin: 0;
		list-style: none;
	 }
	 
	 #products ul.productlisting li {
		padding: 0;
		margin: 0 20px 40px 0;
		list-style: none;
		display: block;
		float: left;
		width: 168px;
	 }
	 
	 
	 
	 #products ul.productlisting li .imageFrame img {
	 	display: none;
	 }
	 
	 #products ul.productlisting li .imageFrame a {
	 	display: block;
	 	width: 164px;
		height: 164px;
	 }
	 
	 #products ul.productlisting li a.listingAddToCart {
	 	display: block;
		float: right;
		width: 33px;
		height: 25px;
		background: transparent url(../images/btnAddtocartSmall.gif) no-repeat top right;
		text-indent: -9999px;
		margin-left: 4px;
		position: relative;
		top: 4px;
		overflow: hidden;
	 }
	 
	 #products ul.productlisting li span.listingPrice {
		position: relative;
		top: 4px;
		display: block;
		float: right;
		height: 25px;
		padding: 0 8px;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		font: 700 11px/25px Arial, sans-serif;
	 }
 
/**
 * = productDetail
 * ----------------------------------------------------------
 */
 
 	#productDetail {
		position: relative;
	}
	
	#productDetail del {
		
	}
	
	#productDetail ins {
		color: #A20732;
	}
	
	#productDetail #productStockindication {
		color: #FFF;
		background: #80b386;
		width: 66px;
		text-align: center;
		padding: 2px 3px;
		margin: 0 0 20px;
	}
	
	#productOrderform {
		clear: both;
	}
	
	#productDetail #productImage {
		width: 202px;
		height: 157px;
		margin: 0 10px 10px 0;
		border: 1px solid #FFF;
	}
	
	#productDetail #productImage a {
		display: block;
		margin: 0;
		padding: 0;
		width: 202px;
		height: 157px;
	}
	
	#productDetail #productImage img {
		display: none;
	}

	#productDetail #productOrderform #productDetailNumproducts {
		font-size: 11px;
		font-family: Arial, sans-serif;
		color: #48250A;
		width: 30px;
		text-align: center;
		float: left;
	}
	
	span.times {
		float: left;
		line-height: 22px;
		display: block;
		padding: 0 5px;
	}
	
	#productDetail #productOrderform #productDetailPrice,
	#productDetail #productOrderform #productDetailPriceTotal {
		display: block;
		width: 66px;
		line-height: 22px;
		font-weight: 700;
		text-align: center;
		float: left;
		white-space: nowrap;
	}
	
	#productDetail #productOrderform #productDetailPriceTotal {
		width: 88px;
		background: url(../images/bg-pricetotal.gif) no-repeat;
	}
	
	#productDetail #productOrderform #btnProductDetailAdd {
		width: 99px;
		height: 21px;
		background: url(../images/btnAddtocartBig.gif) no-repeat;
		text-indent: -9000px;
	}
	
	#productOrderform {
		width: 207px;
	}
	
	.twocolumns .columnleft {
		float: left;
		width: 216px;
	}
	.twocolumns .columnright {
		float: left;
		width: 329px;
	}
	
	fieldset.product-order-left {
		float: left;
		width: 200px;
	}
	
	fieldset.product-order-right {
		float: left;
		padding-left: 12px;
	}
	
	.fr #productDetail #productOrderform #btnProductDetailAdd { background-image: url(../images/btnAddtocartBig_fr.gif) }