/*******************
Stylesheet Copyfix
------------------
creator: 3SIGN
date:23/12/2009
*******************/
html, body {
	margin:0;
	padding:0;
}
body {
	background:url('../images/bg_top.gif') repeat-x top left;
	font-family:Helvetica, verdana, sans-serif;
	font-size:0.9em;
	color:#000;
}
a {
	text-decoration:none;
	border:none;
	outline:none;
}
img, a img {
	border:none;
	outline:none;
}
textarea {
	font-size:1.0em;
	font-family:Helvetica, verdana, sans-serif;
}
#main-box {
	width:780px;
	margin:40px 0 0 60px;
}
#left-box {
	float:left;
	width:165px;
	margin:0 35px 20px 0;
	text-align:right;
}
#left-top-box {
	height:180px;
	overflow:hidden;
}
#right-box {
	float:left;
	width:570px;
}



/* left-top */
#left-box ul {
	list-style:none;
	margin:0;
	padding:0;
}
#logo {
	margin:0 0 10px 0;
}
#menu {
}
#menu ul {
	text-transform:uppercase;
}
#menu ul li {
	margin:5px 0;
}
#menu ul li a {
	color:#fff;
}
#menu ul li a:hover {
	color:#999;
}
#menu ul li.active a {
	color:#E10000;
}

/* left-bottom */
#info-box {
	margin:20px 0;
}
#info-box ul {
	font-size:0.8em;
}

.shop-item {
	color:#fff;
	text-align:left;
	width:155px;
	height:90px;
	border:5px solid #E6E6E6;
	margin:0 0 20px 0;
}
.textImageShoptext {
	background:url('../images/bg_shop.png') repeat top left;
	width:100%;
	line-height:16px;
	padding:2px 5px;
	font-weight:bold;
	font-size:0.85em;
	position: absolute;
	z-index:100;
	bottom:0px;
}
.textShopLayer {
	position:absolute;
	width:146px; 
	margin:90px 0 0 0;
	z-index:10;
}
.shoptitle {
	float:left;
}
.shopprice {
	float:right;
}

#brands-box ul li {
	margin:0 0 5px 0;
}


/* right-top */
.item {
	float:left;
	font-size: 1.1em;
	background:url('../images/paper_middle.jpg') repeat-y left top;
	margin:0 0 10px 0;
}
.item a {
	color:#E10000;
}
.top-paper {
	float:left;
	width:570px;
	height:35px;
	background:url('../images/paper_top.jpg') no-repeat left top;
}
.bottom-paper {
	float:left;
	width:570px;
	min-height:335px;
	background:url('../images/paper_bottom.jpg') no-repeat left bottom;
}
.item-content {
	float:left;
	width:500px;
	padding:0 35px 35px 35px;
}
.googlemap {
	padding: 0 35px 0 35px;
	margin-top: -20px;
}
.item-content h1 a {
	color:#000;
}
.item-content h1 {
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:1.6em;
}
.item-content ul {
	list-style:inside;
}
.short-text, .full-text {
	font-size:0.8em;
	color: #000;
	line-height: 1.3em;
}
.short-text {
	color:#000;
}
/* - images - */
.textImagetext {
	background:white none repeat scroll 0%;
	width:100%;
	line-height:16px;
	padding:2px 0px 2px 5px;
	font-weight: normal;
	font-size:0.85em;
	position: absolute;
	z-index:100;
	bottom:0px;
	opacity:0.8;
	filter: alpha(opacity=80); /* transparantie in IE */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* transparantie in IE */
}
.textMediumLayer {
	position:absolute;
	width:230px; 
	margin:185px 0 0 5px;
	z-index:10;
}
.ImgBoxMedium {
	float:left;
	width:245px;
	height:185px;
	margin:0 10px 10px 0;
}
.textLargeLayer {
	position:absolute;
	width:485px; 
	margin:185px 0 0 5px;
	z-index:10;
}
.ImgBoxLarge {
	float:left;
	width:500px;
	height:190px;
	margin:0 0 10px 0;
}

.item-content.mform, .item-content.file, .item-content.googlemap {
	font-size:0.8em;
}


.item-content ul {
	overflow: hidden;
	padding: 0 0 0 15px;
	margin: 10px;
}
.item-content ul li {

	list-style-position: outside;
}

/* right-bottom */
#right-bottom-box {
	margin:10px 0 30px 0;
}
#colorbar {
	float:left;
}
#colorbar .block {
	float:left;
	width:10px;
	height:10px;
	border:1px solid #000;
	margin-left:-1px;
}
#colorbar .c1 {
	margin-left:0;
}
#colorbar .c1 { background:#000; }
#colorbar .c2 { background:#242424; }
#colorbar .c3 { background:#474747; }
#colorbar .c4 { background:#6b6b6b; }
#colorbar .c5 { background:#8f8f8f; }
#colorbar .c6 { background:#b2b2b2; }
#colorbar .c7 { background:#d6d6d6; }
#colorbar .c8 { background:#fff; }
#info {
	font-size:0.75em;
	float:right;
	color:#b3b3b3;
	line-height:15px;
	height:15px;
}
#info div {
	float:right;
}
#info div.modified {
	margin-right:10px;
	line-height:15px;
	height:15px;
}



