/* CSS Document */

body {
  background:#000000;
	margin:0;
	}
body, td, div {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	}
a {
	color:#FF3399;
	text-decoration:none;
	}
a:hover {
  text-decoration:underline;
	}
div.nav_menu {
  margin-bottom:10px;
	}
.nav ul {
	margin: 0;
	padding-left: 0;
}

.nav ul li {
	display: block;
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 100px;
	border-right: 1px solid #383838;
}

.nav ul li.last {
	width: 170px;
	border-right-style: none;
}

.nav ul li a {
	display: block;
	padding-top: 9px;
	color: white;
	padding-bottom: 9px;
}

.nav ul li a:hover {
	background-color: #262626;
	text-decoration: none;
}
/**********     **********/
/* Col1 */
div.threeCol1 {
  width:145px;
	float:left;
	}
td.threeCol1 {
  background:url(../images/threeCol1-bg.gif) repeat-y;
	}

/* Col2 */
div.threeCol2 {
  width:500px;
	float:left;
	margin-left:10px;
	}
td.threeCol2 {
  background:url(../images/threeCol2-bg.gif) repeat-y;
	}

/* Col3 */
div.threeCol3 {
  width:335px;
	float:left;
	margin-left:9px;
	}
td.threeCol3 {
  background:url(../images/threeCol3-bg.gif) repeat-y;
	}

.contentblock h1 {
  font-size:16px;
	font-weight:bold;
	margin-top:0;
	}

.form {
	font-size: 14px;
	color: white;
}

.form span {
	color: #ea0154;
}

.form input {
	font-size: 14px;
}

.form textarea {
	width: 242px;
}

span.legend {
	color: #ea0154;
	font-size: 11px;
}

/**********     **********/
div.chosenblock {
	margin: 6px;
}
div.chosenblock h1 {
  font-size:18px;
	font-weight:normal;
	margin-top:0;
	padding: 3px 10px;
	background:#222;
	border-bottom:1px solid #393939;
	border-top:1px solid #393939;
	}
div.chosenblock img {
  width:80px;
	height:80px;
	padding:1px;
	border:1px solid #990066;
	}
/**********     **********/
div.AdCol3 {
  margin:6px;
	}
div.AdCol3 h1 {
  font-size:18px;
	font-weight:normal;
	padding: 3px 10px;
	background:#222;
	border-bottom:1px solid #393939;
	border-top:1px solid #393939;
	}
/**********     **********/
div.SearchCol3 {
  margin:6px;
	}
div.SearchCol3 h1 {
  font-size:18px;
	font-weight:normal;
	padding: 3px 10px;
	background:#222;
	border-bottom:1px solid #393939;
	border-top:1px solid #393939;
	}
.searchbox input {
	background-color: #909090;
	border:1px solid #333333;
	padding: 3px;
	width:275px;
}

.searchbox img {
	position: relative;
	top: 4px;
}



/**********     **********/
.plugTitle {
  display:block;
	color:#FF3399;
	font-size:16px;
	}

/**********     **********/
/* tagsbox */
div.tagsbox {
	color: #fff;
	float: left;
	padding: 3px;
	width: 240px;
	font-size: 11px;
}
div.tagsbox a {
	float: none;
	display: inline;
	color: #999;
	padding: 3px;
}
div.tagsbox a:hover {
	color: #fdfdfd;
	background-color: #323232;
	text-decoration:none;
}
/* commentsbox */
div.commentsbox {
	float: left;
	padding: 3px;
	width: 240px;
	font-size: 11px;
}
div.commentsbox a {
	color: #FF3399;
}
div.commentsbox a:hover {
	text-decoration: underline;
}
/* ratingbox */
div.ratingbox {
	color: white;
	float: right;
	padding: 3px;
	width: auto;
	font-size: 11px;
}
div.ratingbox a {
	float: none;
	display: inline;
}
div.ratingbox img {
	width: 16px;
	height: 16px;
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	top: 3px;
	border:none;
}