body {
	color: #000000;
	background: #FFFFFF;
	width: 100%;
	font-family: serif;
}

a img {
	border: none;
}

h1 {
	font-size: 16px;
}

h2 { 
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

#header, #slideshow , #navmenu, #button-next, #button-prev {
	display:none;
}

#caroufredsel_wrapper, #productlist, #featuredproducts{
	height: auto !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
}


#simpleheader {
	border-bottom: 1px solid black;
	width: 100%;
	display: visible;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#footer {
	width: 100%;
	border-top: 1px solid black !important;
	margin-top: 15px !important;
	display: block;
	padding-top: 5px;
}

#simplefooter {
	display: none;
}

#layout-pagetitle {
	margin: 10px 0 0 0;
	padding: 0px;
}

/*
#layout-pagetitle h1 a {
	color: #101B32;
	background: #FFFFFF;
	text-decoration: none;
}
*/
#layout-sidebar {
	margin-top: 0px;
	text-align: center;
}
	#layout-sidebar table {
		margin-top: 15px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

#layout-main {text-align: justify;}
#layout-main-extended {
	margin-top: 10px;
}

table.layout-pagetable {
	margin: 0px;
	padding: 5px;
}
	table.layout-pagetable td {
		vertical-align: top;
		padding: 0px 10px 0px 10px;
	}
	
table.availabilitytable {
	border-collapse: collapse;
	font-size: 12px;
	margin: 5px;
}
	table.availabilitytable td, table.availabilitytable th {
		text-align: center;
		vertical-align: middle;
		padding: 3px;
	}
	table.availabilitytable th {
		background: gray;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
	}
	table.availabilitytable tr.availabilitytablelabels {
		font-weight: normal;
		background: #DDDDDD;
	}