
/* ONNOW CSS */

#onnow_main_container {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	}

#onnow_banners {
	float: left;
	width: 154px;
	margin-left: 10px;
	}
	
#onnow_grid_reload {
	float: left;
	width: 768px;
	margin-left: 10px;
	}
	

/* COUNTS */

#count_total {
	width: 750px;
	border: 1px solid #CC0101;
	background-color: #AA0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 3px 5px;
	margin-left: 3px;
	margin-bottom: 1px;
	}
	
#count_total a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
#count_total a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#count_category {
	width: 750px;
	border: 1px solid #CC0101;
	background-color: #CC0101;
	padding: 5px;
	margin-left: 3px;
	}
	
#count_category a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	}
	
#count_category a:hover {
	color: #000000;
	text-decoration: underline;
	}

.count_inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	}
	
.count_color {
	color: #FFCC00;
	}
	
#live_models {
	clear: both;
	float: left;
	}
	
#all_models {
	float: right;
	}
	

/* ONNOW PHOTOS */

.cat_title {
	clear: both;
	width: 762px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	height: 23px;
	line-height: 23px;
	border-bottom: 3px groove #FFCC00;
	padding-top: 10px;
	margin-bottom: 2px;
	margin-left: 3px;
	}
	
.cat_title_color1 {
	color: #FFCC00;
	}
	
.cat_photo_container {
	float: left;
	}
	
.photo_container {
	float: left;
	width: 120px;
	border: 1px solid #CC0101;
	background-color: #000000;
	margin: 3px;
	}

.photo {
	background-image: url('../shared/images/loading_image.gif');
	background-repeat: no-repeat;
	height: 90px;
	}

.modelname {
	border-top: 1px solid #CC0101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	}

.category {
	border-top: 1px solid #CC0101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	text-align: center;
	}

.link {
	border-top: 1px solid #CC0101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	}

.stream_hd {
	margin-top: -89px;
	margin-left: 89px;
	position: absolute;
	height: 11px;
	width: 33px;
	background-image: url('../shared/images/high_definition_icon_mini.png');
	background-repeat: no-repeat;
	opacity:0.9;
	filter:alpha(opacity=90);
	}
		
.modelname a {
	color: #FFFFFF;
	}

.modelname a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}

.link a {
	color: #FFFFFF;
	}
	
.link a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}


/* ONNOW VIDEOS */

#onnow_recvideo_container {
	clear: both;
	}

#recvideo_title {
	width: 75%;
	margin: 0 auto;
	padding: 25px 0 15px 0;
	text-align: center;
	}
	
#recvideo_maintitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFCC00;
	}

#recvideo_subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	}
	
#recvideo_photo_container {
	clear: both;
	width: 780px;
	margin: 0 auto;
	}

.recvideo_photo_info {
	float: left;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	margin: 3px;
	padding: 1px;
	border: 1px solid #CC0101;
	}

.recvideo_labelcount {
	color: #000;
	}

#recvideo_more {
	clear: both;
	width: 768px;
	margin: 0 auto;
	font-weight: bold;
	text-align: right;
	line-height: 40px;
	}
	
#recvideo_more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#recvideo_more a:hover {
	text-decoration:underline;
	}

a.recvideo_labelname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}

a.recvideo_labelname:hover {
	text-decoration:underline;
	}

a.recvideo_labelpreview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00f;
	}

a.recvideo_labelpreview:hover {
	text-decoration:underline;
	}

