html {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	*/
}
li{
	list-style:circle;
	color:#c40000;
	line-height:16px;
}


.li_selection{
	list-style:disc;
	color:#c40000;
}

.item{
	font-size:11px;
}

.tooltip{
	background-image:url(img/help0.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
}
.tooltip:hover,.tooltip:focus{
	background-image:url(img/help1.png);
	background-repeat:no-repeat;
}
.required{
	color:#FF0000;
	font-size:13px;
}
.success{
	color:#00CC00;
	font-weight:bold;
	font-size:11px;
}

.none{
	font-style:italic;
	color:#999999;
	font-size:11px;
}
form{
	padding:0px;
	margin:0px;
}

#mainmenu{

	width:100px;
	
}


.but{
	background-image:url(img/but0.jpg);
	background-repeat:repeat-x;
	width:114px;
	height:25px;
	float:left;
	margin-right:2px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.but:hover,.but:focus{
	background-image:url(img/but1.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
}
.butactive{
	background-image:url(img/but2.jpg);
	background-repeat:repeat-x;
	text-align:center;
	width:114px;
	height:25px;
	float:left;
	margin-right:2px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:default;
	line-height:20px;
	
}
.butexception:hover,.butexception:focus{
	cursor:pointer;
}


.butsubmit{
	width:180px;
	height:63px;
	background-image:url(img/button0.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:63px;
}
.butsubmit:hover,.butsubmit:focus{
	cursor:pointer;
	background-image:url(img/button1.png);
	background-repeat:no-repeat;
}
/* REGISTER MODULE */
#register {
	clear:both;
	width:100%;
	background-color:#c20809;
	margin-bottom:10px;
}
#register table {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	
}
#register_top {
	clear:both;
	width:100%;
	height:30px;
	background-image:url(img/tab_red_390_top.jpg);
	background-repeat:no-repeat;	
}
#register_top h1{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin-top:8px;
}
#register_top img{
	float:left;
	margin-left:5px;
	margin:5px;
}
#register_top h2{
	float:right;
	margin:0px;
	padding:12px;
}
#register_top h2 a{
	color:#FF8080;
	font-size:10px;
}
#register_top h2 a:hover{
	color:#fff;
}


#register_content{
	clear:both;
	color:#FF8080;
	font-size:12px;
	text-align:center;
}

#register_content input,select{
	width:150px;
	background-color:#b20809;
	border-top: 1px solid #ac0708;
	border-left: 1px solid #ac0708;
	border-bottom: 1px solid #d60a0b;
	border-right: 1px solid #d60a0b;
	color:#fff; 
	padding:3px;

}
#register_button{
	background-image:url(img/register.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
}
#register_button:hover,#register_button:focus{
	background-image:url(img/register_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
}
#register_bottom{
	clear:both;
	width:100%;
	height:14px;
	background-image:url(img/tab_red_390_bottom.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}


/* SEARCH MODULE */
#search {
	clear:both;
	width:390px;
	background-color:#3c3c3c;
	margin-bottom:10px;
}
#search table {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	
}
#search_top {
	clear:both;
	width:100%;
	height:30px;
	background-image:url(img/tab_black_390_top.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;	
}
#search_top h1{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin-top:8px;
}
#search_top img{
	float:left;
	margin-left:5px;
	margin:5px;
}
#search_top h2{
	float:right;
	margin:0px;
	padding:12px;
}
#search_top h2 a{
	color:#888;
	font-size:10px;
}
#search_top h2 a:hover{
	color:#ccc;
}


#search_content{
	clear:both;
	color:#FF8080;
	font-size:12px;
	
}

#search_content input{
	clear:both;
	float:left;
	margin-left:20px;
	width:300px;
	background-color:#111;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	color:#fff; 
	padding:5px;

}
#search_button{
	margin-right:20px;
	background-image:url(img/search.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	float:right;
}
#search_button:hover,#search_button:focus{
	background-image:url(img/search_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
}
#search_bottom{
	clear:both;
	width:100%;
	height:14px;
	background-image:url(img/tab_black_390_bottom.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}

/* TAB */
.tab {
	clear:both;
	width:100%;
	background-color:#f4f4f6;
	margin-bottom:10px;
	
}
.tab_top {
	clear:both;
	width:100%;
	height:34px;
	background-repeat:no-repeat;
}

.tab_top h1{
	float:left;
	color:#c20809;

	font-size:14px;
	margin-top:8px;
}
.tab_top img{
	float:left;
	margin-left:5px;
	margin:5px;
}
.tab_content{
	clear:both;
	color:#FF8080;
	font-size:12px;
	border-left: 1px solid #b2b8c1;
	border-right: 1px solid #b2b8c1;
	border-top: 1px solid #f4f4f6;
	background-image:url(img/bg_list.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	padding-bottom:5px;

}
.tab_content ul{
	margin:0px;
	padding:0px;
	margin-left:26px;
}
.tab_content li{
	margin:0px;
	padding:0px;
	color:#c20809;
}
.tab_content a{
	color:#8a0f12;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.tab_content h2{
	margin-left:32px;
	color:#000;
	font-size:18px;
}
.tab_content h3{
	margin-left:32px;
	margin-right:8px;
	color:#333;
}
.tab_content h3 a{
	font-size:12px;
}
.tab_content h4{
	margin-left:32px;
	color:#666;
	font-size:12px;
}
.tab_content h4 a{
	color:#333;
	font-size:12px;
}

.tab_content p{
	color:#333333;
	margin-left:32px;
	margin-top:0px;
}
.tab_content a:hover{
	color:#c20809;
}
.tab_bottom{
	clear:both;
	width:100%;
	height:13px;
	background-repeat:no-repeat;
}



/* TAB VARIATIONS */
.i180_grey{
	background-image:url(img/tab_grey_180_top.jpg);
	background-color:#dcdde1;
}
.i200_grey{
	background-image:url(img/tab_grey_200_top.jpg);
	background-color:#dcdde1;
}
.i370_grey{
	background-image:url(img/tab_grey_370_top.jpg);
	background-color:#dcdde1;
}
.i390_grey{
	background-image:url(img/tab_grey_390_top.jpg);
	background-color:#dcdde1;
}
.i400_grey{
	background-image:url(img/tab_grey_400_top.jpg);
	background-color:#dcdde1;
}
.i610_grey{
	background-image:url(img/tab_grey_610_top.jpg);
	background-color:#dcdde1;
}
.i800_grey{
	background-image:url(img/tab_grey_800_top.jpg);
	background-color:#dcdde1;
}

.i180_red{
	background-image:url(img/tab_red_180_top.jpg);
	background-color:#c20809;	
}
.i200_red{
	background-image:url(img/tab_red_200_top.jpg);
	background-color:#c20809;	
}
.i180_red h1{
	color:#FFFFFF;
}
.i200_red h1{
	color:#FFFFFF;
}
.i370_red{
	background-image:url(img/tab_red_370_top.jpg);
	background-color:#c20809;
}
.i400_red{
	background-image:url(img/tab_red_400_top.jpg);
	background-color:#c20809;
}
.i800_red{
	background-image:url(img/tab_red_800_top.jpg);
	background-color:#c20809;
}


.b180{
	background-image:url(img/tab_180_bottom.jpg);
}
.b200{
	background-image:url(img/tab_200_bottom.jpg);
}
.b370{
	background-image:url(img/tab_370_bottom.jpg);
}
.b390{
	background-image:url(img/tab_390_bottom.jpg);
}
.b400{
	background-image:url(img/tab_400_bottom.jpg);
}
.b610{
	background-image:url(img/tab_610_bottom.jpg);
}
.b780{
	background-image:url(img/tab_780_bottom.jpg);
}
.b800{
	background-image:url(img/tab_800_bottom.jpg);
}

#logo{
	width:260px;
	height:70px;
	background-repeat:no-repeat;
	margin:20px;
}
#logo:hover{
	cursor:pointer;
}

#footer {
	padding-top:30px;
	height:50px;
	color:#000;
	font-size:12px;
	text-align:center;
}
#footer a {
	color:#000;
}
#footer a:hover {
	color:#c20809;
}

#register_table{

}
#register_table h2{
	font-size:16px;
	margin-left:30px;
}
#register_table p{
	font-size:11px;
	margin-left:30px;
}
#register_table h3{
	font-size:13px;
}
#register_table hr{
	border-color:#ddd;
	color:#ddd;
}
#register_table select{
	border: 1px solid #ccc;
	background-color:#FFFFFF;
	color:#333;
}

#aboutus{
	font-size:14px;
	color:#333333;
}
#aboutus a{
	font-size:14px;
	color:#c20809;
}
#aboutus p{
	margin-right:30px;
}
#services{
	font-size:14px;
	color:#333333;
}
#services a{
	font-size:14px;
	color:#c20809;
}
#services p{
	margin-right:30px;
}
#services hr{
	border-color:#ddd;
	color:#ddd;
}
#services table h3{
	margin-left:0px;
}
#services table h4{
	color:#c20809;
	font-size:12px;
	margin-bottom:0px;
	margin-left:0px;
}
#services table td{
	height:50px;
}

#terms p{
	margin-right:30px;
	font-size:14px;
	color:#333333;
}
#terms a{
	font-size:14px;
	color:#c20809;
}

#validate p{
	margin-right:30px;
	font-size:14px;
	color:#333333;
}
#validate a{
	font-size:14px;
	color:#c20809;
}


#details h1{
	margin-left:32px;
	font-size:16px;
	color:#000;
}
#details h2{
	margin-left:32px;
	font-size:12px;
	color:#333;
}
#details h2 a{
	font-size:12px;
	color:#c20809;
}
#details a{
	font-size:12px;
	color:#c20809;
}
#details p{
	font-size:12px;
	margin-right:30px;
	color:#333;
}

#banner{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}


#asearch h3{
	font-size:14px;
	margin-right:30px;
	margin-left:30px;
	color:#c20809;
}
#asearch h4{
	font-size:10px;
	margin-right:30px;
	margin-left:30px;
	color:#333;
}
#asearch h4 a{
	font-size:10px;
	color:#333;
}
#asearch h4 a:hover{
	font-size:10px;
	color:#c20809;
}
#asearch p{
	font-size:11px;
	margin-right:30px;
	margin-left:30px;
	color:#333;
}

#filter {

}

#filter h3{
	margin:8px;
	font-size:13px;
	color:#c20809;
}
#filter p{
	margin:8px;
}
#filter select,input{
	background-color:#FFFFFF;
	color:#333;
	border: 1px solid #999;
	padding:3px;
	width:150px;
}
#filter_but{
	width:32px;
	height:32px;
	background-image:url(img/refresh.png);
	background-repeat:no-repeat;
}
#filter_but:hover,#filter_but:focus{
	background-image:url(img/refresh_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#add h2{
	margin-top:20px;
}

#add select{
	width:auto;
}
#add input{
	width:auto;
}
#add a{
	font-size:12px;
	color:#c20809;
}
#add p{
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;
}

#contact{
	color:#333;
}

.ranking{
	clear:both;
	background-image:url(img/pr.png);
	background-repeat:no-repeat;
	float:left;
	width:48px;
	height:48px;
	padding:2px;
	color:#c20809;
	margin-right:5px;
	font-size:18px;
	text-align:center;
	margin:5px;
	padding-top:16px;
	margin-top:0px;
}
#top h3{
	margin-bottom:3px;
}
#top h3 a{
	color:#333;
}
#top h4{
	color:#666;
	font-size:11px;
	margin:0px;
	padding:0px;
}
#top h4 a{
	color:#666;
	font-size:11px;

}
#top h4 a:hover{

}
#top p{
	padding-bottom:20px;
}
#top p a{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	color:#333;
}
#top a:hover{
	color:#c20809;
}


#featured h3 a{
	color:#c20809;
}
#featured p{
	margin-left:52px;
	margin-right:20px;
	
}

#subcats span{
color:#8a0f12;
font-weight:bold;
font-size:10px;
}



.ico_feed{
	background-image:url(img/feed.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2px;
	padding:1px;
}
.ico_feed2{
	background-image:url(img/feed2.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2px;
	padding:1px;
}
.ico_facebook{
	background-image:url(img/icon_facebook.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2px;
	padding:1px;
}
.ico_twitter{
	background-image:url(img/icon_twitter.png);
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	float:left;
	margin-right:2px;
	padding:1px;
}


.faq{
	font-size:12px;
	
}
.faq p{
line-height:18px;
}
.faq a{
	font-size:12px;
	color:#666;
}
.faq li{
	font-size:12px;
	padding:5px;
	
}
.faq li a{
	color:#333;
}
.faq li a:hover{
	color:#c40002;
}

#links{

	margin-left:35px;
}
#links span{
	font-size:10px;
	color:#999;
}
#links ul{
	margin-top:10px;
	margin:0px;
	padding:0px;
	margin-left:25px;
}
#links li{
	width:100%;
	list-style:disc;
	
}

#nav{
	font-family: 'Oswald', sans-serif;
	float:left;
	padding:0;
	margin:0;
	margin-top:-6px;
}
#nav li{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	margin-right:10px;
	text-transform:uppercase;
	background-color:#f5f5f5;
	cursor:pointer;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:5px;
	background-color:#eee;
	padding-top:12px;
	width:80px;
	text-align:center;
	font-size:13px;
	 -moz-box-shadow:    0px 0px 2px 2px #ccc;
  	-webkit-box-shadow: 0px 0px 2px 2px #ccc;
  	box-shadow:         0px 0px 2px 2px #ccc;
	overflow:hidden;
	height:18px;

}
#nav li:hover{
	background-color:#fff;
}
#nav li.active{
	background-color:#c30101;
	color:#eee;
}
#nav li.active:hover{
	color:#fff;
}

#lang{
	float:right;
	margin:0;
	padding:0;
	
}
#lang li{
	margin:0;
	float:left;
	list-style:none;
	margin:3px;
}
h1,h2,h3,h4,h5,h6{
	text-transform:uppercase;
	font-weight:normal;
}
h4 a{
	font-weight:normal;
}
