/* product page */
#sheet .BaseLeft .productpage .more_images {
	margin:20px 0 20px 0;
}
#sheet .BaseLeft .productpage .more_images a {
	display:block;
	width:110px;
	height:85px;
	float:left;
	margin-right:10px;
}
* html #sheet .BaseLeft .productpage .more_images a img {
	width:expression( document.body.clientWidth > 99 ? "100px" : "auto" );
	height:expression( this.scrollHeight > 74 ? "75px" : "auto" );
}
#sheet .BaseLeft .productpage .more_images a img {
	max-width: 100px;
	max-height:75px;
	border:1px solid #eae7e5;
	padding:3px;
}
#sheet .BaseLeft .productpage .related {
	font-size:11px;
}
#sheet .BaseLeft .productpage .related h4 {
	margin-top:10px;
}
#sheet .BaseLeft .productpage .related li a {
	font-size:11px;
	line-height:14px;
}
#sheet .BaseLeft .productpage, #sheet .BaseLeft .productlist {
	padding:20px;
}
#sheet .BaseLeft .spacer {
	background-image:url(../images/bg_table.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:570px;
	margin-top:20px;
}
#sheet .BaseLeft .spacer .space {
	margin-left:20px;
	width:530px;
	padding:0;
}

#sheet .BaseLeft .productpage .productphoto {
	width:180px;
	text-align:center;
}
#sheet .BaseLeft .productpage .productphoto a {
	display:block;
	width:156px;
	height:106px;
}
* html #sheet .BaseLeft .productpage .productphoto img {
	width:expression( document.body.clientWidth > 149 ? "150px" : "auto" );
	height:expression( this.scrollHeight > 99 ? "100px" : "auto" );
}
#sheet .BaseLeft .productpage .productphoto img {
	max-width:150px;
	max-height:100px;
	border:1px solid #eae7e5;
	padding:3px;
}
#sheet .BaseLeft .productpage h1, #sheet .BaseLeft h1.results,#sheet .BaseRight .yourselection h4 {
	display:block;
	padding:12px 20px 12px 20px;
	background-repeat:repeat-x;
	color:#ffffff;
	font-size:14px;
	line-height:16px;
	margin:0;
	font-weight:bold;
	background-image:url(../images/bg_h1_orange.jpg);
	background-repeat:repeat-x;
	background-color:#f9860f;
}
#sheet .BaseLeft h1.results a {
	color:#FFF;
}
#sheet .BaseLeft .productpage p.price {
	float:left;
}
#sheet .BaseLeft .productpage p.boeken a {
	font-size:13px;
	float:left;
	margin-left:30px;
}
* html #sheet .BaseLeft .productpage .product_description {
	height:expression( this.scrollHeight > 199 ? "200px" : "auto" );
}
#sheet .BaseLeft .productpage .product_description {
	padding:0 10px 0 10px;
	_height:200px;
	max-height:200px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}
#sheet .BaseLeft .productpage p.button {
	display:block;
	float:left;
	width:172px;
	height:29px;
	color:#FFFFFF;
	border:none;
	padding:0;
	background-image:url(../images/bg_button.jpg);
	background-repeat:no-repeat;
	background-color:#ff9c39;
	font-weight:bold;
	font-size:12px;
	margin-right:5px;
}
#sheet .BaseLeft .productpage p.button a {
	display:block;
	text-align:center;
	padding-top:6px;
	color:white;
	text-decoration:none;
}


/* rechterkant */
#sheet .BaseRight h2.flag {
	margin:4px 0 4px 0;
}
#sheet .BaseRight #yourselection {
	margin-top:20px;
}
#sheet .BaseRight .offercontents .contents {
	padding:0 20px 5px 20px;
}
#sheet .BaseRight .offercontents .contents a {
	color:#0e94dd;
}
#sheet .BaseRight .offercontents .contents .selected {
	margin-top:5px;
}

#sheet .BaseRight .search h1 {
	/*color:#666;*/
	font-size:12px;
	font-weight:bold;
}
#sheet .BaseRight .search .label {
	display:block;
	font-weight:bold;
	margin:10px 0 5px 0;
}
#sheet .BaseRight .search .form {
	position:relative;
}
#sheet .BaseRight .search .form .select,#sheet .BaseRight .search .form .opener {
	width:250px;
	padding:3px 10px 3px 10px;
	border:1px solid #e0e0e0;
	cursor:pointer;
}
#sheet .BaseRight .search .form .opener {
	background-image:url(../images/dropdown.gif);
	background-repeat:no-repeat;
	background-position:230px center;
	line-height:14px;
	font-size:12px;
}
#sheet .BaseRight .search .form .opener a {
	text-decoration:underline;
}
#sheet .BaseRight .search .form .relative {
	position:relative;
}
#sheet .BaseRight .search .form .select {
	position:relative;
	display:none;
	top:0;
	margin-bottom:10px;
	background-color:#FFFFFF;
	z-index:9999;
}
#sheet .BaseRight .search .form .select h2 {
	width:190px;
}
#sheet .BaseRight .search .form .select a.close {
	position:absolute;
	right:10px;
	top:5px;
}
#sheet .BaseRight .search .form .select a.tag {
	display:block;
}

