/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

* {
	margin: 0;
	padding: 0;
}

body, input, option, select, textarea, table, td {
	font: 11px Verdana,Tahoma,Arial,sans-serif;
}

body {
	padding: 10px 0 10px 0;
	text-align: center;
	color: #303030;
	background: #f0f0f0 url(images/bgbody.gif) top center repeat-y;
}

a {
	color: #AC1E41;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #2a5a8a;
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	border: 0 none;
	border-top: 1px solid #C42B66;
	height: 1px;
	color: #C42B66;
}

.container {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff; 
}


.header {
	height: 137px;
	width: 768px;
	margin: 0;
	background: #ffffff url('images/bghead.jpg');
}

.header a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.header a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.header p {
	margin: 5px 2px 0 446px;
	color: #fff;

}

.header_ad {
	width: 768px;
	height: 100px;
	margin: 6px 0 6px 10px;
	

}

.navigation {
	height: 30px;
	line-height: 30px;
	width: 768px;
	margin: 6px 0 6px 0;
	background: #930000;

}

.navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	background: #930000;
}

.navigation li a {
	display: block;
	padding: 0 12px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;

}


.navigation a:hover {
	text-decoration: none;
	color: #ffd0d0;
	background: #d30000;
}

.navigation .selected {
	text-decoration: none;
	color: #ff0000;
	font-size: 12px;
	background: #c30000;
}










.content {
	width: 746px;
	padding: 10px;
	margin: 0;
	border: 1px solid #d0d0d0;
}




.content .toplist {
	width: 740px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin: 0 auto 10px auto;
	background: #f7f7f7;
}

.content .alpha {
	opacity: .33;
	-moz-opacity: .33;
	filter: alpha(opacity=33); 
}

.content .toplist img {
	border: 0 none;
	margin: 8px 0 0px 5px;
}

.content .col1 {
	width: 120px;
	text-align: left;
	padding-right: 10px;
}

.content .col1 hr {
	border-top-color: #dddddd;
}

.content .col2 {
	width: 120px;
	height: 74px;
	padding: 5px;

	text-align: center;
	border: 1px solid #00ff00;
	border: 1px solid #c0c0c0;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
}


.content .col3 {
	padding-left: 10px;
	width: 440px;
	text-align: left;
	vertical-align: top;
}

.content .col4 {
	padding-left: 10px;
	width: 111px;
	text-align: center;
	vertical-align: top;
}

.content .col4 img {
	margin: 0 0 0 5px;
	height: 90px;
	width: 120px;
	border: 1px solid #C0C0C0;
}





.content .toplist h3 { 

}

.content .toplist h3 img { 
	float: right;
	margin: 5px 0 5px 10px;
}

.content .toplist h4 {
	font-size: 12px;
	font-weight: bold;
	color: #af0000;
}

.content .toplist h5 {
	font-size: 10px;
	font-weight: normal;
	color: #1f1f1f;
}

.content .toplist h6 {
	text-align: left;
	
	font-size: 9px;
	font-weight: normal;
	color: #3f3f3f;
}

.content .toplist h6 b {
	color: #7f7f7f;
	font-weight: normal;
}




.content .toplist_page {
	text-align: right;
	display: block;
	height: 30px;
	line-height: 30px;
}

.content .toplist_page a,
.content .toplist_page b {
	padding: 3px 7px 3px 7px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #340124;
}

.content .toplist_page b {
	border: 1px solid #61003D;
}

.content .toplist_page a {
	background-color: #930000;
	color:#ffffff;
}


.content .toplist_page a:hover {
	background-color: #D30000;
	color:#FFD0D0;
}
























.content .addsite {
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin: 10px;
	text-align: left;
}

.content .addsite label {
	width: 200px;
	float: left;
	text-align: right;
	display: block;
	margin-top: 5px; 
}

.content .addsite h5 {
	margin: 20px 0 0 0;
	font-size: 11px;
	color: #D30000;
}

.content .addsite ul {
	margin: 5px 0 20px 20px;
}

.content .addsite select,
.content .addsite option,
.content .addsite input,
.content .addsite textarea {
	width: 200px;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 5px; 
	color: #1f1f1f;
	background: #f7f7f7;
	border: 1px solid #d0d0d0;
}

.content .addsite option {
	border: 0 none ;
}

.content .submit input {
	margin-left: 210px;
	background-color: #930000;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
}

.content .submit input:hover {
	background-color: #D30000;
	color: #FFD0D0;
}

.content .texterror,
.content .toplist_addsite_submit {
	margin-left: 215px;
}


.content .addsite h4 {
	font-size: 12px;
	font-weight: bold;
	color: #930000;
}


.content .thank {
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin: 10px;
	text-align: left;
}

.content .thank p {
	color: #1f1f1f;
}


.content .thank span {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	color: #930000;
	font-weight: bold;
}

.content .thank br {
	clear: left;
}


.content .thank textarea {
	width: 450px; 
	height: 100px; 
	border: 1px solid #4f4f4f; 
	border-right: 3px solid #aA8098; 
	border-bottom: 3px solid #aA8098; 
	margin: 10px 0 30px 0;
}









.content .detail {
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin: 10px;
	text-align: left;
}

.content .detail table {
	border-spacing: 0px;
	border-collapse: collapse;

}

.content .detail th {
	text-align: center;
	height: 30px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFD0D0;
	background-color: #930000;
	padding: 1px;
}

.content .detail td {
	height: 30px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #1f1f1f;
	background-color: #ffffff;
	padding: 1px;
	text-align: center;
}

.content .detail .column {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	color: #3f3f3f;
	background-color: #f7f7f7;
	padding: 1px;
	white-space: nowrap;
}



.subcontent {
	float: left;
	width: 188px;
	padding: 5px;
	border: 1px solid #c0c0c0;
}










.footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	width: 768px;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #f0f0f0;
	background: #930000;
	text-transform: uppercase;
}

.footer p {
	padding: 0;
	margin: 0;
	text-align: center;
}

.footer a {
	color: #f0f0f0;
	font-weight: bold;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer_ad {
        width: 768px;
        height: 100px;
        margin: 6px 0 6px 10px;
}



.footer_under {
	clear: both;
	margin: 5px 0 0 0;
	height: 15px;
	width: 768px;
	padding: 0;
	text-align: center;
}

.footer_under ul {
	margin: auto;
	height: 15px;
}

.footer_under li {
	float: left;
	list-style-type: none;
}

.footer_under li a {
	display: block;
	padding: 0 20px 0 0;
}

.footer_under img {
	width: 80px;
	height: 15px;
	border: 0 none;
}




.rate0, .rate1, .rate2, .rate3,
.rate4, .rate5, .rate6, .rate7, 
.rate8, .rate9, .rating1, .rating2, 
.rating3, .rating4, .rating5 {
	background-image: url('images/rate.png');
}

.rate0 {
	background-position: 0 -284px;
}

.rate1 {
	background-position: 0 -4px;
}

.rate2 {
	background-position: 0 -24px;
}

.rate3 {
	background-position: 0 -44px;
}

.rate4 {
	background-position: 0 -64px;
}

.rate5 {
	background-position: 0 -84px;
}

.rate6 {
	background-position: 0 -104px;
}

.rate7 {
	background-position: 0 -124px;
}

.rate8 {
	background-position: 0 -144px;
}

.rate9 {
	background-position: 0 -164px;
}

.rating1 {
	background-position: 0 -184px;
}

.rating2 {
	background-position: 0 -204px;
}

.rating3 {
	background-position: 0 -224px;
}

.rating4 {
	background-position: 0 -244px;
}

.rating5 {
	background-position: 0 -264px;
}








.sidebarintro {
	font-size: 11px;
	line-height: 13px;
	margin: 4px 0 20px 0;
}


.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	height: 20px;
}

.small {
	font-size: 11px;
}

.xsmall {
	font-size: 10px;
}

.hide {
	display: none;
}

.textright {
	text-align: right;
}

.texterror {
	color: #ff0000;
}



