body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #eee;
}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
a:link {
	color: #ff0099;
}
a:visited {
	color: #ff0099;
}
a:hover {
	color: #eee;
}
a:active {
	color: #eee;
}
.clear {
	clear:both;
}


/* LAY OUT SETTINGS */
.stage {
	width:1000px;
	margin:auto;
}
.left_side {
	float:left;
	padding:0px;
	width:830px;
}
.right_side {
	float:right;
	padding:0px;
	width:160px;
}


/* HEADER AND FOOTER SETTINGS */
#header {
}
#header_logo {
	float:left;
}
#header_add {
	float:right;
	width:470px;
	background-color:#ff0099;
}
#header_menu {
	/*float:left;*/
}
#header_search {
	float:right;
	display:none;
}
#footer {
	padding:10px;
}
#footer_ad {
	width:auto;
	margin:auto;
	text-align:center;
	border-top-color:#666;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:20px;
	border-bottom:#666;
	border-bottom-style:solid;
	border-bottom-width:0px;
}


/* NAVAGATION SETTINGS */
#navagation {
	padding:0px;
	margin:0px;
	margin-top:10px;
	border-bottom:#666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#navagation li {
	display:inline;
	font-size:18px;
	font-weight:bold;
	margin-right:20px;
}
#navagation li a:link {
	text-decoration:none;
}
#navagation li a:hover {
	text-decoration:none;
	color:#fff;
	border-color:#666;
	border-style:solid;
	border-width:0px;
	border-bottom:#000;
	border-bottom-style:solid;
	border-bottom-width:0px;
}
#navagation li a:active {
	text-decoration:none;
	color:#fff;
	border-color:#666;
	border-style:solid;
	border-width:0px;
	border-bottom:#000;
	border-bottom-style:solid;
	border-bottom-width:0px;
}
#navagation li a:visited {
	text-decoration:none;
}
.pagenavi, .pagenavi a:link, .pagenavi a:hover, .pagenavi a:visited, .pagenavi a:active {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-top:10px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:5px;
}

/* THUMBNAIL SETTINGS */
.categorie_icon {
	width:150px;
	height:150px;
	page:10px;
	float:left;
}
.Thumbnail {
	float: left;
	padding:5px;
	height:170px;
	/*background-color:#333;
	border-color:#555;
	border-style:dashed;
	border-width:thin;*/
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
	color:#ff0099;
}
.Thumbnail img {
	border-color:#666;
	border-style:solid;
	border-width:1px;
	padding:1px;
	width:180px;
	height:135px;
}