#headspaceleft {
	width:390px;
	height:20px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

#headspaceleft h2 {
	font-size:0.8em;
	padding:2px 5px;
	text-align:left;
	}


#headspacecenter {
	width:300px;
	height:20px;
	float:left;
	margin-bottom:10px;
}

#headspacecenter h3 {
	font-size:0.8em;
	padding:2px 5px;
	text-align:right;
	}


#headspaceright {
	width:190px;
	height:20px;
	float:right;
	margin-bottom:10px;
}

#image {
	width:390px;
	float:left;
	margin-bottom:10px;
	text-align:left;
	margin-right:10px;

}

#image img {
	border:none;
	}

#contentdetail {
	width:300px;
	min-height:470px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}

#imagedetail {
	width:60px;
	height:60px;
	float:left;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	font-size:0.7em;
	}		
	
.detailthumb {
	width:70px;
	height:70px;
	margin-left:10px;
	}	

#contentdetail img {
	float:left;
	margin-left:10px;
	}
	

#sidebar {
	width:190px;
	float:right;
	text-align:left;
	margin-bottom:10px;
}

#footspacer {
	clear:both;
	width:900px;
	height:20px;
}

#footer {
	text-align:right;
}

#footer a:link, #footer a:active, #footer a:visited  {
	text-decoration:none;
	}	

.articleboxleft {
	width:320px;
	height:190px;
	float:left;
	}
		
	
.articleprice {
	font-size:1.6em;
	}	
	
.artpriceright {
	text-align:right;
	font-weight:bold;
	margin:0;
	padding-top:20px;
	padding-right:20px;
	}	
	
.small {
	font-size:0.6em;
	}	
	
.small a {
	color:#393939;
	}	
	
.articletext {
	font-size:0.8em;
	padding-left:20px;
	padding-top:20px;
	}	
	

	
	
#navcontainer { width:190px; }

#navcontainer ul
{
margin:0;
padding-left: 0;
list-style-type: none;
font-size:0.8em;
}

#navcontainer a
{
display: block;
padding: 3px 5px;
width: 180px;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}	

.navCatHead {
display: block;
padding: 3px 5px;
width: 180px;
text-transform:uppercase;
font-weight:bold;
}

/* TOOLTIPP ####################################### */
a:hover {background: none; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:5px 5px; width:180px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#292929;}
