body{
	margin:0px;
	padding:0px;
	font-size:small;
	background-color:#ffffff;
	font-family:"trebuchet ms",Verdana,Arial;
	color:#000101;
	cursor:default;
} 

a{
	font-family:"trebuchet ms",Verdana,Arial;
	color:#7d8ffa;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

h2{
	margin:2px 0px 2px 0px;
	font-size:1em;
	padding:0px;
}

#content h2{
	margin:2px 0px 2px 0px;
	font-size:1em;
	background:url(../gfx/icon-spark.gif) no-repeat 2px 5px #eec22a;
	color:#30302e;
	padding:0px 0px 0px 12px;
}
h3{
	margin:0px;
	padding:0px 0px 0px 3px;
	font-size:1em;
	background-color:#eec22a;
}
h3 a{
	color:#000101;
	text-decoration:none;
}

form{
	margin:0px;
}
input,textarea{
	width:200px;
	border:solid 1px #cadbfc;
	font-family:"trebuchet ms",Verdana,Arial;
}
.button{
	cursor:pointer;
	width:auto;
	background-color:#b4e237;
	border:solid 1px #f3f37b;
	color:#054ccc;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}

.arrows_orange{
	color:#656560;
	font-size:0.846em;
	text-decoration:none;
	background:url(../gfx/arrows-orange.gif) no-repeat center left;
	padding:0px 5px 0px 12px;
	margin-left:3px;
}
.arrows_green{
	color:#30302e;
	text-decoration:underline;
	background:url(../gfx/arrows-green.gif) no-repeat center left;
	padding:0px 5px 0px 12px;
	font-weight:bold;
}

.box_red{
	border:solid 1px #ffaeae;
	background-color:#f64242;
	padding:10px;
	font-size:0.846em;
	margin-bottom:10px;
}

/* sorting */
.webmin_paging{
	padding:3px;
	font-size:0.923em;
	border-bottom:dotted 1px #aaaaaa;
}
.webmin_paging_footer{
	padding:5px 3px 3px 3px;
	font-size:0.923em;
	border-top:dotted 1px #aaaaaa;
}
.webmin_paging input,.webmin_paging_footer input{
	width:20px;
	font-size:1em;
}
.webmin_paging select{
	font-size:1em;
}
.paging{

}
.paging_pages{

}
.paging_pages a.next,.paging_pages a.next:hover{
	background:url(../gfx/paging.gif) no-repeat 0px 6px;
	padding-left:5px;
	text-decoration:none;
}
.paging_pages a.prev,.paging_pages a.prev:hover{
	background:url(../gfx/paging.gif) no-repeat 0px -19px;
	padding-left:5px;
	text-decoration:none;
}
.paging_pages span.next{
	background:url(../gfx/paging.gif) no-repeat 0px -44px;
	padding-left:5px;
}
.paging_pages span.prev{
	background:url(../gfx/paging.gif) no-repeat 0px -69px;
	padding-left:5px;
}
.sorting{

}

/*  */
#shaddowbox{
	width:824px;
	position:relative;
	margin:50px auto 0px auto;
}

#shaddowbox_holder{
	position:absolute;
	z-index:10001;
	top:-1000px;
	left:0px;
	width:100%;
	height:100%;
}

#alpha{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#999999;
	z-index:10000;
	display:none;
}

.even_row{
	background-color:#f1fde4;
}
.odd_row{
	background-color:#ddf1c7;
}

.hr{
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
	border-top:dotted 1px #3b312a;
	margin:4px 0px 4px 0px;
}
.link_blue{
	color:#7d8ffa;	
	text-decoration:none;
	display:block;
	float:right;
	padding:5px 10px 0px 10px;
}

#boxes_home_container{
	background:url(../gfx/bg-boxes-home.gif) no-repeat;
	margin-bottom:20px;
}
#boxes_home{
	background:url(../gfx/bg-boxes-home0.gif) no-repeat bottom left;
	font-weight:bold;
}
#boxes_home div{
	width:100px;
	float:left;
	padding:15px 35px 0px 35px;
}
#boxes_home div.box1{
	width:125px;
	padding:15px 32px 0px 13px;
}
#boxes_home div.c{
	clear:both;
	float:none;
	padding:0px;
}
.box_other{
	background:url(../gfx/bg-box-other.gif) repeat-y;
}
.box_other img{
	margin-left:3px;
}
.box_other h3{
	background:none;
	padding:0px;
}
.box_other_item{
	float:left;
	width:116px;
	margin-left:3px;
	padding:5px;
}
.last_item{
	margin:0px;
}
/* rating */
#rating_box{
	text-align:center;
	border-top:dotted 1px #7d7d7d;
	padding-top:5px;
}
#rating{
	position:relative;
	width:150px;
	height:30px;
	background:url(../gfx/rating.gif) no-repeat -150px 0px;
	margin:10px auto 0px auto;
}
#rating a{
	display:block;
	float:left;
	width:30px;
	height:30px;
	text-decoration:none;
	cursor:pointer;
}
#rating_points{
	position:absolute;
	top:0px;
	left:0px;
	height:32px;
	background:url(../gfx/rating.gif) no-repeat;
	border-bottom:solid 1px #f8f8f8;
}
