/* GENERAL FRAME */

* {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px
}

body {
	background: #FFFFCC;
	color: #000;
	font-family: Arial, Verdana;
	font-size: 1em;
}

#container {
	width: 956px;

	position: absolute;
	left: 50%;
	margin-left: -453px; /* half of width */
	background: #fff;
	border: 1px solid black;
}

#header {
	height: 160px;
	background: #174B99 url('../images/logo_big2.gif') no-repeat;
	float:left;
	width: 956px;
	overflow:hidden;
}

#top {
	width: 956px;
	height: 30px;
	background: transparent;
	float:left;
	position:relative;
	text-align:right;
}


#nav {
	width: 956px;
	height: 30px;
	background: #fedc00;
	float:left;
	overflow:hidden;
}

#content {
	float:left;
	background: #fff;
	width: 956px;
}

#content #left {
	float:left;
	background: #fff;
	width: 210px;
}

#content #left {
	/* to get it work in IE6 */
	\width: 956px;
	w\idth: 210px;
}

#content #mid {
	float:left;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	width: 570px;
	min-height: 450px;
	border-left: 1px #ccc dotted;
	border-right: 1px #ccc dotted;
}

#content #mid {
	/* to get it work in IE6 */
	\width: 956px;
	w\idth: 570px;
}

#content #leftmid {
	float:left;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	width: 780px;
	min-height: 450px;
	border-right: 1px #ccc dotted;
}

#content #leftmid {
	/* to get it work in IE6 */
	\width: 956px;
	w\idth: 780px;
}

#content #right {
	float:left;
	background: #fff;
	width: 150px;
	padding-top:10px;
	overflow:hidden;
}

#content #right {
	/* to get it work in IE6 */
	\width: 956px;
	w\idth: 150px;
}


.sidemenu {
	float:left;
	width: 180px;
	border: 2px solid black;
	margin:8px;
}

.breadcrumbs {

	float:left;
	width: 736px;
	height: 30px;
	padding-top:5px;
    color: #ccc;
    font-size: 12px;
}

#basket {
	float:left;
	background: #e2e2e2;
	height: 80px;
	width: 130px;
	border: 2px solid black;
	margin-left:10px;
	margin-bottom:10px;
}

#basket {
	/* to get it work in IE6 */
	\width: 956px;
	w\idth: 130px;
}

#footer {
	width: 956px;
	height: 30px;
	background: #174B99;
	float:left;
	text-align:center;
	font-family: Arial, Verdana;
	font-size: 0.6em;
	font-weight:bold;
	color: #fff;
	
}

.clear
{
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px
}

/* END OF GENERAL FRAME */


/* MAIN NAVIGATION */


#nav #menu {
	width: 956px;
	height:30px;
	overflow: hidden;
}

#nav #menu #nav_main {
	height:30px;
	overflow: hidden;
	POSITION: relative;
}

#nav #menu #nav_main li {
	float: left;
	list-style-type: none;
	padding: 4px;
}

#nav #menu #nav_main li a {
	background-position: 0px 0px;
	display: block;
	z-index: 10;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #3262aa;
	font-weight: bold;
	font-size: 1em;
	border-right: 1px solid #3262aa;
	padding-right: 5px;
}

#nav #menu #nav_main li a.last {
	border-right: none;
	padding-right: 0px;
}

#nav #menu #nav_main li a:hover {
	color: red;
}


/* SUB NAVIGATION */

.sidemenu #nav_sub li {
	float: left;
	list-style-type: none;
	border-bottom: 1px solid black;
	background: #fedc00;
}

.sidemenu #nav_sub li.last, #sidemenu #nav_sub li ul li.last {
	border-bottom: none;
}

.sidemenu #nav_sub li a {
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	color: #3262aa;
	font-weight: bold;
	font-size: 0.8em;
	width: 176px;
	background: #fedc00;
	padding-left:4px;
	padding-top:4px;	
}

.sidemenu #nav_sub li a:hover {
	color: red;
}

.sidemenu #nav_sub li ul li a {
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 0.7em;
	width: 160px;
	margin-left: 10px;
	
}

.sidemenu .sidemenu-title {
	background: #3262aa;
	color: #fff;
	text-align:center;
	font-weight: bold;
	padding:4px;
}

.sidemenu .sidemenu-list {
	background: #fedc00;
}

/* GENERAL STYLE */

p,td {font-family: Arial, Tahoma, Verdana, MS Sans Serif; color: #000000; font-size: 12px}

h1, h2, h3 {
	color: #000;
}

h1 {
	float:left;
	width:100%;
	position:relative;
	font-size: 14px;
	border-top: 2px #000 dotted;
	border-bottom: 2px #000 dotted;
	padding-top:4px;
	padding-bottom:4px;
	background: #fedc00;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

#leftmid li
{
    font-family: Arial, Tahoma, Verdana, MS Sans Serif; 
    color: #000000; 
    font-size: 12px
}

/* HEADER STYLE */

#header #top a, #header #top a:visited {
	height:20px;
	text-decoration: none;
	color: #fff;
}

#header #top a:hover{
	text-decoration: underline;
}
#header #top #topmenu {
	background: #000;
	float:right;
	text-align:right;
	position:relative;
	padding-left:8px;
	padding-right:8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.8em;
	font-weight: bold;
}

/* BREADCRUMBS */

.breadcrumbs a, .breadcrumbs a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #ccc;

}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* FOOTER STYLE */

#footer a, #footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer p {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}


/* PRODUCT LAYOUT */

.product_wrapper {
	width: 560px;
	min-height:400px;
}

.product_left {
	float:left;
	width: 250px;
	font-family: Arial, Tahoma, Verdana, MS Sans Serif; 
	color: #000000; 
	font-size: 12px;
}

.product_left p 
{
    float:left;
    width: 250px;
}

.product_right {
	float:right;
	width: 300px;
	font-family: Arial, Tahoma, Verdana, MS Sans Serif; 
	color: #000000; 
	font-size: 12px;
	text-align:center;
	margin-right: 10px;
	margin-top: 10px;
}

.product_left ul {
	margin-left: 10px;
}

.product_left ul li {
	margin-left: 10px;
}


.product_options {
	float:left;
	display:block;
	position:relative;
	width: 550px;
	margin-top:10px;
	margin-bottom: 20px;
}


.product_order {
	float:left;
	display:block;
	position:relative;
	width: 550px;
	margin-top:10px;
	margin-bottom: 20px;
	background: #ccc;
	border: 1px solid black;
}
.product_order p
{
    margin-right: 10px;
    text-align: right;
    float:right;
}

.product_offer {
	float:left;
	display:block;
	position:relative;
	width: 550px;
	height:400px;
	overflow:hidden;
	margin-bottom: 20px;
	background: #fff;
}

.product_offerprice {
	float:right;
	width: 150px;
	height: 85px;
	overflow:hidden;
	background: transparent url('../images/star.png') no-repeat;
	text-align:center;
	padding-top:30px;
}

.product_info {
	float:left;
	width: 550px;
	height: 40px;
	overflow:hidden;
	text-align:center;
	background: #fedc00;
	margin-top: 200px;
	padding-top: 10px;
}
.pheader	{font-family: Arial, Tahoma, Verdana, MS Sans Serif; color: #000000; font-size: 14px; font-weight: bold; text-decoration: none;background-color:#fedc00}
.header{font-family: Arial, Tahoma, Verdana, MS Sans Serif; color: #000000; font-size: 14px; font-weight: bold; text-decoration: none;}
.offer		{font-family: Comic Sans MS, Arial, Tahoma, Verdana, MS Sans Serif; color: red; font-size: 16px; font-weight: bold; text-decoration: none}
.pTable		{border-style:solid;border-color:black;border-width:2px;}
p .ptheader	{font-family: Arial, Tahoma, Verdana, MS Sans Serif; color: #000000; font-size: 14px; font-weight: bold; text-decoration: none;}
.pRow		{background-color:#3262aa;}
.pTH		{color:white;font-size:14px;font-weight:bold;}
.pTD		{border-right:1px solid #d8d8d8;border-top:1px solid #d8d8d8;font-weight:bold;}

A.p:link{text-decoration: underline; color: #8B0000; font-weight:bold;}
A.p:active{text-decoration: underline; color: #8B0000; font-weight:bold;}
A.p:visited{text-decoration: underline; color: #8B0000; font-weight:bold;}
A.p:hover{text-decoration: underline; color: #8B0000; font-weight:bold;}

A.h:link{font-family: Verdana, Tahoma, Arial; color: #3262aa; font-size: 12px; font-weight: bold; text-decoration: none;margin-left:10px;}
A.h:active{font-family: Verdana, Tahoma, Arial; color: #3262aa; font-size: 12px; font-weight: bold; text-decoration: none;margin-left:10px;}
A.h:visited{font-family: Verdana, Tahoma, Arial; color: #3262aa; font-size: 12px; font-weight: bold; text-decoration: none;margin-left:10px;}
A.h:hover{font-family: Verdana, Tahoma, Arial; color: red; font-size: 12px; font-weight: bold; text-decoration: none;margin-left:10px;}

.offer		{font-family: Comic Sans MS, Arial, Tahoma, Verdana, MS Sans Serif; color: red; font-size: 16px; font-weight: bold; text-decoration: none}
.offerFrom	{font-family: Comic Sans MS, Arial, Tahoma, Verdana, MS Sans Serif; color: black; font-size: 16px; font-weight: 400; text-decoration: line-through}

.oTitle		{font-family: Comic Sans MS, Arial, Tahoma, Verdana, MS Sans Serif; color: White; font-size: 40px; font-weight: 900; text-decoration: none}

a.offer:hover {
	color: #fff;
}

/* BASKET STYLE */

#basket .basket-title {
	background: #3262aa;
	color: #fff;
	text-align:center;
	font-weight: bold;
	padding:4px;
	width: 122px;
	height: 20px;
}

#basket .basket-total {
	background: #fedc00;
	height: 52px;
}

/* CHECKOUT TABLE */

.fButton 	{
	font-family: Arial, Tahoma, Verdana, MS Sans Serif; 
	color: #000000; 
	background-color:transparent; 
	font-size: 12px; 
	font-weight:bold; 
	border: none; 
	width:150px; 
	height:25px; 
	cursor:pointer;
	background-image: url(../images/btnBG.png);
	background-repeat:no-repeat;
}
.fTextBox	{font-family: Arial, Tahoma, Verdana, MS Sans Serif; color: #000000; font-size: 12px;border: solid #000000 1px; width:200px;}
.fTextBoxShort	{font-family: Arial, Tahoma, Verdana, MS Sans Serif; color: #000000; font-size: 12px;border: solid #000000 1px; width:60px;}
.fTextArea	{font-family: Arial, Tahoma, Verdana, MS Sans Serif; color: #000000; font-size: 12px;border: solid #000000 1px; width:200px; height:70px;}

.cartHeader 
{
	width: 780px;
	position:relative;
	float:left;
	margin-top:10px;
}

.cartHeader h1 
{
    margin-bottom: 10px;
}

.cartHeader input 
{
    border: 0px;
    margin: 0px;
    
}
.cartContent 
{
	width: 780px;
	position:relative;
	float:left;
	margin-top:10px;
}

.checkout {
	width: 780px;
	position:relative;
	float:left;
}

.checkout td {
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #333;
}

.checkout th {
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 2px 5px 2px 5px;
}

.checkout tfoot td {
	font-weight: bold;
	padding: 5px 5px 2px 5px;
	border-bottom:none;
}

.checkoutLeft {
	position:relative;
	float:left;
	width:550px;
	color: #000;
}

.checkoutInformation {
	position:relative;
	float:left;
	font-weight: bold;
	width:550px;
	text-align: left;
	margin-top: 10px;	
}

.checkoutRow {
	position:relative;
	float:left;
	width: 550px;
}

.checkoutLabel {
	width: 160px;
	position:relative;
	float:left;
	display:inline;
	margin-left: 0px;
	margin-top:12px;
}

.checkoutInput {
	width: 250px;
	border: 2px solid #5C5C5C;
	margin-top:10px;
}

.checkoutSelect {
	width: 250px;
	border: 2px solid #5C5C5C;
	margin-top:10px;
}

/* CHECKOUT SUMMARY */

.checkoutSummaryLeft {
	position:relative;
	float:left;
	width:550px;
}

.checkoutSummaryRight {
	position:relative;
	float:left;
	width:550px;
}

.checkoutSummaryHeader {
	color: #000;
	font-weight: bold;
	background: #b2b2b2;
	padding: 2px 5px 2px 5px;
	width: 540px;
	margin-top:10px;
	margin-bottom:10px;
}

.checkoutSummaryAddress {
	position:relative;
	float:left;
	width:550px;
}

.checkoutSummaryAddress span {
	width: 160px;
	padding: 10px;
	position:relative;
	float:left;
}

/* MINICART */

.minicart 
{
    width: 130px;
    margin-left: 10px;
    margin-bottom:10px;
    border: 1px solid #000;
    height: 130px;
    text-align: center;
}

.minicart h2 
{
    width: 124px;
    border: 1px solid #000;
    background:#000;
    color: #fff;
    height: 20px;
    text-align: center;
    padding:2px;
}

.minicart_item 
{
    text-align: center;
    margin-top: 5px;
}

.minicart_label 
{
    width: 130px;
    height: 15px;
    display: block;
}

.minicart_text 
{
    font-weight: bold;
    width: 130px;
    height: 15px;
    display: block;
}

.minicart a 
{
    font-size: 11px;
    color: #3262aa;
    font-weight: bold;
    margin-top:10px;
}

/* SLIDESHOW */

#slideshow {
	position:relative;
	width: 780px;
	height:450px;
	overflow:hidden;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	display:none;
}

#slideshow IMG.active {
	z-index:10;
	display:block;
}

#slideshow IMG.last-active {
	z-index:9;
}

/* END SLIDESHOW */

/* Matrassen Overview */

#mid p {
	/*width: 540px;
	margin: 10px;*/
}

.matrassen-overzicht {
	width: 540px;
	position:relative;
	float:left;
	text-align:center;
}

.matrassen-item {
	width: 240px;
	height: 100px;
	position:relative;
	float:left;
	border: 1px solid #174B99;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align:left;
	overflow: hidden;
}

.matrassen-offer {
	width: 150px;
	height: 85px;
	position:relative;
	float:right;
	background: url('../images/star2.png') no-repeat;
	text-align: center;
	padding-top: 35px;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.matrassen-koudschuim a.h {
	margin:0px;
}

.matrassen-koudschuim {
	width: 240px;
	height: 80px;
	overflow:hidden;
}

.matrassen-koudschuim img {
	position:absolute;
}

.matrassen-link {
	width: 240px;
	height: 20px;
	background: #174B99;
	position:relative;
}

.matrassen-link a.h {
	color: white;
}

/*PRODUCT LIST */

.lstProductItemsContainer {
	width: 540px;
	position:relative;
	float:left;
	text-align:center;
}

.lstProductItem {
	width: 150px;
	height: 150px;
	position:relative;
	float:left;
	border: 1px solid #174B99;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align:left;
	overflow: hidden;
	text-align:center;
}

.lstProductItem h2
{
    font-size: 11px;
    font-weight: normal;
    height: 50px;
}

.lstProductItemImg 
{
    height: 80px;
}

/*SITEMAP NAV */

.nav_sitemap {
	margin: 20px;
}

.nav_sitemap li {
	list-style-type: none;
}

.nav_sitemap li ul {
	margin: 10px;
	list-style-type: none;
	border-left: 1px solid #e2e2e2;
	padding-left: 20px;
}

/* CONTACT */

.contact {
	width: 400px;
	height: 240px;
	padding: 10px;
	text-align:left;
	background: #fff;
	border: 4px solid #5C5C5C;
}

.contact p  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width: 200px;
	font-size: 0.7em;
}

.contact p.ErrInfo  {
	color: #ad3232;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	width: 200px;
	font-size: 0.7em;
}

h1.contactTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#F5D015;
}

.contactLabel {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#8f8f8f;
	width: 100%;
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.contactSelect {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 200px;
	border: 2px solid #5C5C5C;
	margin-top:10px;
}

.contactInput {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 200px;
	border: 2px solid #5C5C5C;
	float:left;
}

.contactInputMulti {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 200px;
	height: 100px;
	border: 2px solid #5C5C5C;
	margin-top:10px;
	float:left;
}

.contactProceed {
	position:relative;
	float:left;	
	margin-top: 10px;
}

.contactFooter {
  margin-top: 5px;
  margin-right: 10px;
  text-align: right;
}

.contactOptions {
}

.contactOptionsTable {
	position:relative;
	float:left;	
}

.selSize 
{
    width: 240px;
}

.header_banner {
	width:150px;
	height:150px;
	overflow:hidden;
	float:right;
	margin: 5px;
}
