@charset "utf-8";
/* CSS Document */
/* Image Albums */
#album_holder
{
	width: 963px;
	min-height: 616px;
	float: left;
	clear: both;
	margin: 12px 0px 0px 0px;
	padding-bottom: 28px;
}

.album
{
	float: left;
	clear: none;
	margin: 28px 0px 0px 28px;
	width: 283px;
	height: 266px;
	background-color: #080e27;
}

.album_cover
{
	float: left;
	clear: both;
	margin: 8px 0px 0px 8px;
	border: 1px solid #4b4f61;
}

.album_details
{
	float: left;
	clear: both;
	width: 267px;
	color: #fff;
	font-size: 12px;
	margin: 6px 0px 0px 8px;
}
	.album_details a
	{
		color: #fff;
		text-decoration: none;
	}
	.album_details a:hover
	{
		color: #fff;
		text-decoration: underline;
	}

.album_title
{
	font-size: 16px;
	font-weight: bold;
}

/* View Image */
#lhs
{
	float: left;
	clear: both;
	margin: 12px 0px 0px 0px;
	width: 659px;
}

#main_img_container
{
	float: left;
	clear: both;
	width: 657px;
	padding-bottom: 12px;
}

#main_img_holder
{
	float: left;
	clear: both;
	width: auto;
	padding-bottom: 2px;
	background-color: #080e27;
}

#img_navi
{
	float: left;
	clear: both;
	margin: 0;
	width: 625px;
	height: 18px;
	padding: 4px 0px 0px 2px;
	margin: 0px 0px 0px 15px;
	color: #fff;
	font-size: 11px;
}

.img_num
{
	float: left;
	clear: both;
	width: 180px;
}
	
.page_navi_arrows 
{
	float: right;
	clear: none;
	font-size: 10px;
	margin: 1px 2px 0px 0px;
	text-align: right;
	width: 400px;
}
	.page_navi_arrows img 
	{
		border: none;
		margin: -2px 0px 0px 0px;
	}
	.page_navi_arrows a 
	{
		text-decoration: none;
		color: #ffffff;
	}
	.page_navi_arrows a:hover 
	{
		text-decoration: underline;
		color: #ffffff;
	}

.main_image
{
	float: left;
	clear: both;
	margin: 15px 15px 0px 15px;
	border: 1px solid #4b4f61;
	width: auto;
}

.image_title
{
	float: left;
	clear: both;
	margin: 0px 0px 0px 15px;
	padding: 4px 0px 0px 2px;
	width: auto;
	height: 21px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	min-width: 400px;
}

#add_review
{
	float: left;
	clear: both;
	margin-top: 12px;
	width: 657px;
	padding-bottom: 6px;
}

.add_review_input
{
	float: left;
	clear: both;
	width: 631px;
	height: 68px;
	background-color: #262d4d;
	border: 1px solid #2a3250;
	margin: 6px 6px 0px 6px;
	padding: 6px;
	font-size: 11px;
	color: #c9cad2;
}

#post_success
{
	margin: 6px 6px 0px 6px;
	padding: 6px;
	float: left;
	clear: both;
	width: 631px;
	font-size: 12px;
	color: #fff;
	background-color: #080e27;
	border: 1px solid #2a3250;
	text-align: center;
}

#post_fail
{
	margin: 6px 6px 0px 6px;
	padding: 6px;
	float: left;
	clear: both;
	width: 631px;
	font-size: 12px;
	color: #fff;
	background-color: #3e0a03;
	border: 1px solid #2a3250;
	text-align: center;
}

#please_login
{
	float: left;
	clear: both;
	width: 629px;
	border: 1px solid #23283f;
	margin: 6px 0px 0px 6px;
	color: #fff;
	font-size: 12px;
	padding: 7px;
}
	#please_login a
	{
		color: #fff;
		text-decoration: none;
	}
	#please_login a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
#reviews
{
	float: left;
	clear: both;
	margin: 12px 0px 0px 0px;
	width: 657px;
}

.comment_container {
	float: left;
	clear: both;
	width: 647px;
	margin: 5px 0px 5px 5px;
	border-bottom: 1px solid #ffffff;
	}
	.comment_container a {
		color: #ffffff;
		text-decoration: none;
		}
	.comment_container a:hover {
		color: #ffffff;
		text-decoration: underline;
		}

.comment_image_col {
	float: left;
	clear: both;
	width: 84px;
	color: #ffffff;
	font-size: 12px;
	}
	.comment_image_col img {
		border: 2px solid #ffffff;
		}
		
.comment_text_container {
	float: left;
	clear: none;
	width: 547px;
	padding-top: 7px;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 0px 0px 9px;
	}

.c_indent {
	float: left;
	clear: none;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 4px;
	}

.c_date_added {
	float: left;
	clear: both;
	width: 637px;
	font-size: 10px;
	color: #ffffff;
	margin-top: 12px;
	padding-right: 10px;
	text-align: right;
	}
	
.comment_actions {
	float: left;
	clear: both;
	font-size: 11px;
	}

.no_reviews_msg 
{
	float: left;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	margin: 5px 0px 10px 5px;
	width: 645px;
}
	.no_reviews_msg a
	{
		color: #fff;
		text-decoration: none;
	}
	.no_reviews_msg a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
#rhs
{
	float: left;
	clear: none;
	margin: 12px 0px 0px 12px;
	width: 294px;
}

#thumb_holder
{
	float: left;
	clear: both;
	width: 292px;
	padding-bottom: 12px;
}

.img_thumb
{
	float: left;
	clear: none;
	border: 1px solid #fff;
	margin: 12px 0px 0px 12px;
}

#tools
{
	float: left;
	clear: both;
	width: 292px;
	margin-top: 12px;
	padding-bottom: 8px;	
}

/* Video */
#main_vid_holder
{
	float: left;
	clear: both;
	width: 610px;
	padding-bottom: 2px;
	background-color: #080e27;
}

#video_holder
{
	float: left;
	clear: both;
	margin: 15px 0px 0px 15px;
}

#video_thumb_holder
{
	float: left;
	clear: both;
	width: 292px;
	padding-bottom: 6px;
}

	#video_thumb_holder a 
	{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}
	#video_thumb_holder a:hover 
	{
		text-decoration: underline;
		color: #fff;
		font-weight: bold;
	}

.video_thumb_container
{
	float: left;
	clear: both;
	width: 280px;
	height: 98px;
	background-color: #080e27;
	margin: 6px 0px 0px 6px;
}
	
	.video_thumb_container img
	{
		float: left;
		clear: both;
		width: 120px;
		height: 90px;
		margin: 4px 0px 0px 4px;
		border: none;
	}
	
	.thumb_title
	{
		float: left;
		clear: none;
		width: 140px;
		height: 70px;
		overflow: hidden;
		font-size: 12px;
		color: #fff;
		margin: 6px 0px 0px 10px;
		border-bottom: 1px solid #30354a;
		padding: 0;
	}
	
	.view_link
	{
		float: left;
		clear: none;
		width: 140px;
		height: 15px;
		margin: 0px 0px 0px 10px;
		padding: 0;
		font-size: 12px;
	}
	
	