/***************************************************************************
	Global styles
****************************************************************************/
HTML {
	height:100%;
	width:100%;
}

BODY {
	font-family: Verdana;
	margin:0px 0px 0px 0px;
	width:100%;
	height:100%;
}

DIV, P, TD {
	font-size: 10px;
}

A {
	color: black;
}

IMG {
	border: none;
}

FORM {
	display: inline;
}

INPUT, TEXTAREA {
	font-family: Verdana;
	font-size:10px;
}

.noprint {
	display: none;
}

/***************************************************************************
	Main layout
****************************************************************************/
#pageContainer {
	width:968px;
	height:100%;
	border:#696245 1px solid;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#menu A {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	margin-bottom: 9px;
}

#menu A.item {
	font-weight: bold;
}

#menu A.subitem {
	margin-left: 18px;
	letter-spacing: 1px;
}

#menu DIV.selected {
}

#menu DIV.withSubmenues {
	margin-bottom: 25px;	
}

#menu .selected A.selected {
	color: #666256;			
}
#menu .selected A.item {
	color: #666256;			
}

#content {
	padding-top: 94px;
	padding-left: 23px;
	float:left;
	width:359px;
	padding-right: 23px;
	padding-bottom: 23px;
}

#checkout {
	padding-top: 94px;
	padding-left: 23px;
	float:left;
	width:630px;
	padding-right: 23px;
	padding-bottom: 23px;
}

#checkout .header, #content .header {
	text-transform: uppercase;
	color: #807B6B;
	letter-spacing: 2px;
	margin-bottom: 16px;
	font-weight: bold;
}

#checkout .body, #content .body {
	line-height: 15px;
}

#rightContent {
	line-height: 15px;			
	float:left;
	/*width:303px;*/
	width:293px;
	padding-left:28px;
	padding-top:92px;
}

#rightContent A, #rightContent SPAN {
	color: white;
}

#shoppingCart, #shoppingCart TD {
	color: white;
}

#shoppingCart .header {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

/***************************************************************************
	Collection related styles
****************************************************************************/
.product SELECT {
	font-size: 10px;
	width: 130px;
}

.product INPUT {
	font-size: 10px;
}

.withPicture INPUT {
	width:100%;
}

.withPicture SELECT {
	width:100%;
}

/***************************************************************************
	Pop-up layout
****************************************************************************/
#popup .header {
	text-transform: uppercase;
	color: #807B6B;
	letter-spacing: 2px;
	margin-bottom: 16px;
}		


/***************************************************************************
	Basket / Check-out
****************************************************************************/

.basket {
}

.basket TD {
	border: 1px solid black;
	padding: 2px;
	vertical-align: top;
}

.basket THEAD TD {
	font-weight: bold;
	vertical-align: top;
}

.basket TD.bestnr {
	width:80px;
}

.basket TD.size {
	width:auto;
}

.basket TD.qty {
	text-align: center;
	width:60px;
}

.basket TD.price {
	width:100px;
}

.basket TD.total {
	width:100px;
}

.basket TFOOT TD {
	border: none;
}

.addressForm .field {
	width: 210px;
	font-size: 10px;
}


/***************************************************************************
	Printer specifics
****************************************************************************/

@media print {
	.noprint {
		display: block;
	}
	
	#menu {
		display: none;
	}
	
	#pageContainer {
		width: 100%;
		background-color: white;
		background: none;
		border: none;
	}
	
	#content {
		padding-top: 20px;
		padding-left: 0px;
		width: 100%;
	}
	
	#leftContent {
		display: none;
	}
	
	#rightContent {
		display: none;
	}
}	
	

