/*******************************
** Container	 			  **
*******************************/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#container {
	position: relative;	
	margin: 0 0 -135px;
	padding: 0;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #DEDEDE url('../images/site/body_bg.gif') 0 0 repeat-x;
}
#container_1 {
	position: relative;	
	z-index: 2;
	margin: 0 auto;
	padding: 56px 0 0;
	width: 980px;
	height: 100%;
}
#container_2 {
	position: relative;	
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 100%;
}
.push {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 135px;
}
.sleeve {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 90%;
	background-color: #FFF;
}

/*******************************
** Header					  ** 
*******************************/
#header {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 56px;
}
#h_logo {
	position: relative;
	margin: 0;
	padding: 3px 0 0;
	width: 436px;
	height: 32px;
}
#h_emblem {
	position: absolute;
	z-index: 20;
	top: 20px;
	left: 50%;
	margin: 0 0 0 24px;
	padding: 0;
	width: 49px;
	height: 51px;
}
#h_navigator {
	position: absolute;
	top: 3px;
	right: 0;
	margin: 0;
	padding: 0;
}
div.h_n_elements {
	position: relative;
	margin: 0;
	padding: 0;
}	
#h_navigator label {
	padding-right: 7px;
	color: #666;
}
#h_navigator input.formInput {
	margin: 0;
	padding: 8px 50px 0 5px;
	width: 200px;
	height: 20px;
	border: 1px solid #DFDFDF;
	font-weight: bold;
	color: #052653;
}
#h_navigator a#h_n_e_link {
	position: absolute;
	top: 9px;
	right: 10px;
	font: normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
}
#h_navigator a#h_n_e_link:link, #h_navigator a#h_n_e_link:visited {
	color: #848484;
}
#h_navigator a#h_n_e_link:active, #h_navigator a#h_n_e_link:hover {
	color: #848484;
}

#h_n_e_categories {
	position: absolute;
	z-index: 100;
	top: 29px;
	right: 0;
	margin: 0;
	padding: 25px;
	width: 400px;
	min-height: 200px;
	border: 1px solid #DFDFDF;
	background-color: #FFF;
}
#h_n_e_categories ul {
	margin: 0;
	padding: 0;
}
#h_n_e_categories li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#h_n_c_items {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 319px;
	height: 300px;
	border-left: 1px solid #052653;
	overflow-y: scroll;
} 
#h_n_c_items h6 {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #052653;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #DDD;
	background-color: #F4F4F4;
	text-transform: capitalize; 
}

#h_n_c_cat {
	float: right;
	margin: 0;
	padding: 10px 0 20px 0;
	width: 152px;
	height: 290px;
	overflow: hidden;
	border-right: 1px solid #052653;
	border-left: 1px solid #AAA;
	background-color: #F8F8F8;
}
#h_n_c_cat ul {
	margin: 0;
	padding: 0;
}
#h_n_c_cat li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#h_n_c_cat a {
	display: block;
	margin: 0;
	padding: 10px;
	/*
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	*/
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	background-color: #F4F4F4;
}
#h_n_c_cat a:link, #h_n_c_cat a:visited {
	text-decoration: none;
}
#h_n_c_cat a:active, #h_n_c_cat a:hover {
	text-decoration: none;
	background-color: #FFF;
}

/*******************************
** Content 					  ** 
*******************************/
#content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 980px;
}
#content_1 {
	position: relative;
	margin: 0;
	background-color: #FFF;
}
.c_c {
	padding: 20px 0;
	width: 980px;
}	
.c_nc {
	padding: 20px;
	width: 940px;
}	
/*******************************
** Featured Content			  ** 
*******************************/
#c_feature {
	position: relative;
	margin: 0 0 20px;
	padding: 0 60px;
	width: 860px;
}
#c_f_viewer {
	float: left;
	position: relative;
	margin: 0;
	padding: 2px;
	width: 600px;
	height: 360px;
	border: 1px solid #DDD;
	background-color: #FFF;
}
#c_f_viewing_single {
	position: relative;
	margin: 0;
	padding: 0 1px;
	width: 858px;
	border: 1px solid #DDD;
}
#c_f_viewing_single_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 858px;
	background-color: #F8F8F8;
}
#c_f_viewing_single #c_f_viewer {
	float: none;
	position: relative;
	margin: 0 auto;
	border-top: none;
	border-bottom: none;
}
#c_f_viewer_feature {
	position: relative;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 360px;
	overflow: hidden;
}
div.view_caption_text {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 360px;
	text-align: center;
	font-size: 32px;
	color: #AAA;
}
#c_f_viewer img {
	display: block;
	margin: 0;
	padding: 0;
}
#c_f_commandpost {
	float: right;
	margin: 0;
	padding: 0;
	width: 234px;
	height: 364px;
	border: 1px solid #DDD;
	background-color: #FFF;
}
#c_f_c_media_primary {
	float: left;
	position: relative;
	margin: 0;
	padding: 7px 2px;
	width: 180px;
	height: 350px;
	overflow: hidden;
}
/*
#c_f_c_media div.c_f_c_m_block {
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	width: 170px;
}
*/
.c_f_c_media ul {
	margin: 0;
	padding: 0;
}
.c_f_c_media li {
	float: left;
	position: relative;
	margin: 0 4px 10px;
	padding: 0;
	list-style-type: none;
}	
.c_f_c_media a.c_f_media {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 8;
}
.c_f_c_media a.c_f_media span.c_f_c_m_i_img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 7; /* Holy, Index! */
}
.c_f_c_media a.c_f_media span.c_f_c_m_i_img_50 {
	width: 50px;
	height: 50px;
	background: url('../images/site/thumb_overlay_50.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/virtualtour/images/site/thumb_overlay_50.png', sizingMethod='scale');
}	
.c_f_c_media a.c_f_media span.c_f_c_m_i_img_165 {
	width: 165px;
	height: 110px;
	background: url('../images/site/thumb_overlay_165.png') 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/virtualtour/images/site/thumb_overlay_165.png', sizingMethod='scale');
}	
.c_f_c_media a.c_f_media:link, .c_f_c_media a.c_f_media:visited {
	opacity: 0.7;
}
.c_f_c_media a.c_f_media:active, .c_f_c_media a.c_f_media:hover {
	opacity: 1.0;
}
.c_f_c_media a.s:link, .c_f_c_media a.s:visited {
	opacity: 1.0;
}
.playlist_current a.c_f_media:link, .playlist_current a.c_f_media:visited {
	opacity: 1.0;
}
.c_f_c_media a.c_f_media img {
	display: block;
	margin: 0;
	padding: 0;
}

.c_f_c_media a.c_f_rm {
	position: absolute;
	z-index: 10;
	top: -5px;
	right: -5px;
	margin: 0;
	padding: 0;
}
.c_f_c_media a.c_f_rm img {
	display: block;
	margin: 0;
	padding: 0;
}
.c_f_c_media a.c_f_m_add_s {
	display: block;
	margin: 0;
	padding: 14px 0 0;
	width: 50px;
	height: 36px;
	text-align: center;
	font-size: 10px;
	/*
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	*/
	background-color: #790204;
}
.c_f_c_media a.c_f_audio {
	background: transparent url('../images/site/thumb_audio.gif') 0 0 no-repeat;
}
.c_f_c_media a.c_f_video {
	background: transparent url('../images/site/thumb_video_50.gif') 0 0 no-repeat;
}
.c_f_c_media a.c_f_image {
	background: #052653 url('../images/site/thumb_image.gif') 50% 50% no-repeat !important;
}
.c_f_c_media a.c_f_m_add_m {
	display: block;
	margin: 0;
	padding: 45px 0 0;
	width: 165px;
	height: 65px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #333;
}
.c_f_c_media a.c_f_m_add_s:link, .c_f_c_media a.c_f_m_add_s:visited, 
.c_f_c_media a.c_f_m_add_m:link, .c_f_c_media a.c_f_m_add_m:visited {
	color: #FFF;
	text-decoration: none;
}	
.c_f_c_media a.c_f_m_add_s:active, .c_f_c_media a.c_f_m_add_s:hover, 
.c_f_c_media a.c_f_m_add_m:active, .c_f_c_media a.c_f_m_add_m:hover {
	color: #FFF;
	text-decoration: none;
}	
#c_f_c_navtype {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 364px;
	border-left: 1px solid #DDD;
	background-color: #EEE;
}
#c_f_c_navtype ul {
	position: absolute;
	top: 5px;
	left: -1px;
	margin: 0;
	padding: 0 0 5px;
	width: 49px;
}
#c_f_c_navtype li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#c_f_c_navtype a {
	display: block;
	margin: 0;
	padding: 0; 
}
#c_f_c_navtype a span.c_f_child {
	display: block;
	margin: 0;
	padding: 0;
}
#c_f_c_navtype a span.c_f_child span {
	display: block;
	margin: 0;
	padding: 10px 0 13px 10px;
	height: 24px;
}

/* Sitting */
#c_f_c_navtype a.c_video span.n span {
	background: url('../images/site/tab_video_off.gif') 50% 67% no-repeat;
}
#c_f_c_navtype a.c_image span.n span {
	background: url('../images/site/tab_images_off.gif') 50% 65% no-repeat;
}
#c_f_c_navtype a.c_audio span.n span {
	background: url('../images/site/tab_audio_off.gif') 50% 63% no-repeat;
}
#c_f_c_navtype a.c_file span.n span {
	background: url('../images/site/tab_file_off.gif') 50% 62% no-repeat;
}

/* Selected */
#c_f_c_navtype a.c_video span.s span {
	background: url('../images/site/tab_video_on.gif') 50% 67% no-repeat;
}
#c_f_c_navtype a.c_image span.s span {
	background: url('../images/site/tab_images_on.gif') 50% 65% no-repeat;
}
#c_f_c_navtype a.c_audio span.s span {
	background: url('../images/site/tab_audio_on.gif') 50% 63% no-repeat;
}
#c_f_c_navtype a.c_file span.s span {
	background: url('../images/site/tab_file_on.gif') 50% 62% no-repeat;
}
#c_f_c_navtype a span.s {
	background: url('../images/site/tab_highlight_bg.gif') 0 0 no-repeat;
}	


/* Hovers */
#c_f_c_navtype a:active span.n, #c_f_c_navtype a:hover span.n {
	background: url('../images/site/tab_highlight_bg.gif') 0 0 no-repeat;
}	
#c_f_c_navtype a:active.c_video span.n span, #c_f_c_navtype a:hover.c_video span.n span {
	background: url('../images/site/tab_video_on.gif') 50% 67% no-repeat;
}
#c_f_c_navtype a:active.c_image span.n span, #c_f_c_navtype a:hover.c_image span.n span {
	background: url('../images/site/tab_images_on.gif') 50% 65% no-repeat;
}
#c_f_c_navtype a:active.c_audio span.n span, #c_f_c_navtype a:hover.c_audio span.n span {
	background: url('../images/site/tab_audio_on.gif') 50% 63% no-repeat;
}
#c_f_c_navtype a:active.c_file span.n span, #c_f_c_navtype a:hover.c_file span.n span {
	background: url('../images/site/tab_file_on.gif') 50% 62% no-repeat;
}

/*******************************
** Gray / Dashed Deal 		  ** 
*******************************/
#c_content {
	position: relative;
	margin: 0;
	padding: 0; 
	width: 980px;
	background: #F8F8F8 url('../images/site/dash_bg.gif') 0 0 repeat-x;
}
#c_content_1 {
	position: relative;
	margin: 0;
	padding: 20px 30px;
	background: url('../images/site/dash_bg.gif') 0 100% repeat-x;
}
#c_content_2 {
	position: relative;
	margin: 0;
	padding: 15px 0 0;
	width: 920px;
}
#c_content h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 22px;
	color: #052653;
}
#c_content h1 span.c_c_h_widow {
	font-size: 11px;
	color: #4F4F4F;
}
h1 span.c_c_h_orphan {
	padding-left: 10px; 
	font-size: 10px; 
	color: #AAA;
}
#c_content h1 span.c_c_h_us {
	margin-left: 10px;
	padding-left: 30px;
	background: url('../images/site/flag_us.gif') 0 50% no-repeat;
}
h2 {
	margin: 0 0 20px;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #888;
}
#c_content p {
	line-height: 20px;
}
#c_content a.c_c_ht {
	position: absolute;
	z-index: 52;
	top: 35px;
	right: 60px;
	font: normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
}
#c_content a.c_c_ht:link, #c_content a.c_c_ht:visited {
	color: #848484;
}
#c_content a.c_c_ht:active, #c_content a.c_c_ht:hover {
	color: #848484;
}
div.cat_item_block {
	position: relative;
	margin: 0; 
	padding: 10px 0;
}
div.c_i_b_title {
	position: relative;
	margin: 0 0 10px;
	padding: 10px 0 5px;
	background: url('../images/site/dash_bg.gif') 0 100% repeat-x;
}
div.c_i_b_title h2 {
	margin-bottom: 0;
	padding: 3px 0;
	font-size: 11px;
}
div.c_i_b_1 {
	position: relative;
	float: left;
	margin: 0 0 20px;
	padding: 10px 5px 15px;
	width: 300px;
	height: 120px;
}
div.c_i_b_1_b {
	position: relative;
	float: left;
	margin: 0 0 15px;
	padding: 10px 10px;
	width: 280px;
	height: 130px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #DDD;
}
div.cat_item_block h3 {
	margin: 0;
	padding: 13px 0 0;
	font-weight: bold;
	font-size: 13px;
	color: #666;
}
div.c_i_b_1_b_i {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 50px;
	height: 50px;
}
div.cat_item_block h4 {
	margin: 0 0 20px;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #052653;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #DDD;
	background-color: #EEE;
}
div.cat_item_block h4 span {
	margin: 5px 0 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #777;
}
div.cat_item_block p {
	font-size: 11px;
}
div.cat_item_block h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #052653;
}
a.c_i_b_link {
	font-size: 11px;
}
a.c_i_b_1_b_1_a {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	color: #AAA;
}

.c_f_control {
	position: absolute;
	margin: -23px 0 0;
	padding: 0;
	top: 50%;
}
#c_f_prev {
	left: 8px;
}
#c_f_next {
	right: 8px;
}
.c_f_control a {
	display: block;
	margin: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#c_f_prev a:link, #c_f_prev a:visited {
	background-image: url('../images/site/feature_control_prev_off.gif');
}
#c_f_next a:link, #c_f_next a:visited {
	background-image: url('../images/site/feature_control_next_off.gif');
}

#c_f_prev a:active, #c_f_prev a:hover {
	background-image: url('../images/site/feature_control_prev_on.gif');
}
#c_f_next a:active, #c_f_next a:hover {
	background-image: url('../images/site/feature_control_next_on.gif');
}

/*******************************
** Footer 					  ** 
*******************************/
#footer {
	position: relative;
	z-index: 8;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 135px;
}
#footer_1 {
	position: relative;
	margin: 0 auto;
	padding: 15px 60px;
	width: 860px;
	height: 105px;
}
.if {
	background-color: #FFF;
}	
.nf {
	background: #F8F8F8 url('../images/site/dash_bg.gif') 0 0 repeat-x;
}

#footer a#f_assoc_link {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0 10px 40px;
	width: 200px;
	font-size: 12px;
	background: url('../images/site/footer_logo_emblem.gif') 0 0 no-repeat;
}
#footer a#f_assoc_link:link, #footer a#f_assoc_link:visited {
	color: #052653;
	text-decoration: none;
}
#footer a#f_assoc_link:active, #footer a#f_assoc_link:hover {
	color: #052653;
	text-decoration: none;
}


/*******************************
** Footer Navigation 		  ** 
*******************************/
#f_nav {
	position: relative;
	margin: 15px 0 0;
	padding: 0;
}
#f_nav ul {
	margin: 0;
	padding: 0;
}
#f_nav li {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
}
#f_nav a {
	font-size: 12px;
	text-transform: capitalize;
}
#f_nav a:link, #f_nav a:visited {
	color: #AAA;
	text-decoration: none;
}
#f_nav a:active, #f_nav a:hover {
	color: #AAA;
	text-decoration: underline;
}

/*******************************
** Footer Copyright 		  ** 
*******************************/
#f_kudos {
	position: absolute;
	bottom: 14px;
	right: 60px;
	color: #AAA;
	text-align: right;
}
#f_kudos span {
	color: #052653;
}
#f_XTerms {
	position: absolute;
	top: 20px;
	right: 60px;
	text-align: right;
}
#f_XTerms a.f_x_l {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	background: url('../images/site/footer_arrow.gif') 0 1px no-repeat;
}
#f_XTerms a.f_x_l:link, #f_XTerms a.f_x_l:visited {
	color: #AAA;
	text-decoration: none;
}
#f_XTerms a.f_x_l:active, #f_XTerms a.f_x_l:hover {
	color: #052653;
	text-decoration: none;
}
#f_XTerms a.f_x_l span {
	color: #052653;
}

#h_f_c_list_cat {
	float: left;
	margin: 0;
	padding: 0;
	width: 380px;
}
#h_f_c_list_cat ul {
	margin: 0;
	padding: 0;
}
#h_f_c_list_cat li {
	position: relative;
	margin: 0;
	padding: 7px 5px 5px 20px; 
	list-style-type: none;
	/*
	cursor: move;
	border-bottom: 1px solid #DDD;
	*/
	width: 340px;
	height: 40px;
	background: url('../images/site/dash_bg.gif') 0 100% repeat-x;
}
#h_f_c_list_cat li div.h_f_c_l_c_num {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 32px;
	color: #790204;
}
#h_f_c_list_cat li div.h_f_c_l_c_private {
	position: absolute;
	bottom: 5px;
	right: 8px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #790204;
	text-align: right;
}
#h_f_c_list_cat li div.h_f_c_l_c_name {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	width: 245px;
}
#h_f_c_list_cat li div.h_f_c_l_c_name a {
	display: block;
	margin: 0 0 0 10px;
	padding: 10px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #FFF;
}	
#h_f_c_list_cat li div.h_f_c_l_c_name a:link, #h_f_c_list_cat li div.h_f_c_l_c_name a:visited {
	text-decoration: none;
}
#h_f_c_list_cat li div.h_f_c_l_c_action {
	float: right;
	margin: 0;
	padding: 10px 0 0;
	width: 90px;
	text-align: right;
}
#h_f_c_list_cat li div.h_f_c_l_c_action a {
	padding: 0 4px;
	font: normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #848484;
}
#h_f_c_list_items {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 540px;
}
#h_f_c_list_items .c_f_c_media {
	width: 380px;
}
#h_n_c_cat a.selected {
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	/*
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	*/
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	background-color: #790204;
}
#h_f_c_list_cat a.selected {
	cursor: pointer;
	font-weight: bold;
	color: #FFF;
	/*
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	*/
	border: 1px solid #DDD;
	background-color: #790204;
}	

#play_time, #total_time {
	padding: 5px 9px;
	font-size: 10px;
}

#player_time_elapse {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
}
#total_time {
	font-weight: bold;
}
#player_progress {
	margin: 0;
	padding: 0;
}
#player_progress_load_bar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #DDD;
	background-color: #F4F4F4;
}
#player_progress_play_bar {
	position: relative;
	margin: 0;
	padding: 0;
	height: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #052653;
	background-color: #052653;
}

#player_volume_bar {
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	height: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #DDD;
	background-color: #F4F4F4;
}
#player_volume_bar_value {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #052653;
	background-color: #052653;
}
#player_container {
	position: relative;
	margin: 0 auto 10px;
	padding: 5px;
	width: 160px;
	border: 1px solid #DDD;
	background-color: #EEE;
}
#player_controls {
	margin: 0;
	padding: 0;
	font-size: 9px;
}
#player_controls span {
	cursor: pointer;
}
#player_container span {
	display: block;
	margin: 0 2px 5px;
	padding: 6px 5px 5px;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #888;
	border: 1px solid #DDD;
	background-color: #F4F4F4;
}	
/*
#player_play {
	background: url('../images/site/btn_play.gif') 0 0 no-repeat;
}	
#player_pause {
	background: url('../images/site/btn_pause.gif') 0 0 no-repeat;
}	
#player_pause {
	background: url('../images/site/btn_pause.gif') 0 0 no-repeat;
}	
#player_stop {
	background: url('../images/site/btn_stop.gif') 0 0 no-repeat;
}	
#ctrl_prev {
	background: url('../images/site/btn_previous.gif') 0 0 no-repeat;
}	
#ctrl_next {
	background: url('../images/site/btn_next.gif') 0 0 no-repeat;
}	
*/



h1.h_o_login {
	padding: 10px 0 15px 50px !important;
	background: url('../images/site/legion_emblem_bg.gif') 0 50% no-repeat;
}
h1.h_o_X {
	padding: 10px 0 15px 50px !important;
	background: url('../images/site/x_close_bg.gif') 0 50% no-repeat;
}
h1.h_o_info {
	padding: 10px 0 15px 50px !important;
	background: url('../images/site/info_bg.gif') 0 50% no-repeat;
}
h1.h_o_audio {
	padding: 10px 0 15px 57px !important;
	background: url('../images/site/speaker_bg.gif') 0 50% no-repeat;
}
h1.h_o_picture {
	padding: 10px 0 15px 65px !important;
	background: url('../images/site/picture_img_bg.gif') 0 50% no-repeat;
}
h1.h_o_attach {
	padding: 10px 0 15px 57px !important;
	background: url('../images/site/attach_bg.gif') 0 50% no-repeat;
}
h1.h_o_clock {
	margin-bottom: 5px;
	padding: 10px 0 5px 57px !important;
	background: url('../images/site/clock_ico_bg.gif') 0 50% no-repeat;
}
h1.h_o_view {
	padding: 10px 0 15px 57px !important;
	background: url('../images/site/view_ico_bg.gif') 0 50% no-repeat;
}
h1.h_o_video {
	padding: 10px 0 15px 57px !important;
	background: url('../images/site/video_ico_bg.gif') 0 50% no-repeat;
}
h1.h_o_add {
	padding: 10px 0 15px 57px !important;
	background: url('../images/site/plus_ico_bg.gif') 0 50% no-repeat;
}
h1.h_o_navigator {
	padding: 10px;
	color: #FFF; 
	-moz-border-radius-topleft: 9px;
	-webkit-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-radius-topright: 9px;
	border: 1px solid #052653;
	background-color: #052653;
}	
div.h_o_navigator_btm {
	position: relative;
	padding: 10px;
	height: 20px;
	color: #FFF; 
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-radius-bottomright: 9px;
	border: 1px solid #052653;
	background-color: #052653;
}	
div.h_o_navigator_btm a {
	position: absolute;
	top: 5px;
	right: 14px;
	padding: 5px 53px;
	border: 1px solid #1F4982;
	background-color: #0f3467;
}
div.h_o_navigator_btm a:link, div.h_o_navigator_btm a:visited {
	color: #FFF;
	text-decoration: none;
}
div.h_o_navigator_btm a:hover, div.h_o_navigator_btm a:active {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #0f3467;
	background-color: #011838;
}

#vt_users {
	position: relative;
	margin: 15px 0 0;
	padding: 0;
}
#vt_users h3 {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 11px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#vt_users h4 {
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
	font-size: 11px;
}
#vt_users a {
	display: block;
	margin: 0;
	padding: 2px 0;
	font-size: 10px;
}
#vt_users a:link, #vt_users a:visited {
	text-decoration: underline;
}
#vt_users a:hover, #vt_users a:active {
	text-decoration: none;
}
.mk_red {
	padding: 0 8px;
	font-size: 11px; 
	color: #FFF; 
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #790204;
	background-color: #790204;
}	

.content_policy p {
	font-weight: normal;
	font-size: 11px;
}
.content_policy ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.content_policy li {
	padding: 10px 0 5px;
	font-weight: bold;
	list-style-type: decimal;
}
.content_policy li a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.content_policy li ul a {
	font-size: 12px; 
}

.content_policy ul ul {
	margin: 0;
	padding: 10px 0 0 35px;
}
.content_policy li li {
	padding: 3px 0;
	font-weight: normal;
	list-style-type: disc;
}
.content_policy li li li {
	padding: 2px 0;
	font-weight: normal;
	font-size: 10px;
	list-style-type: none;
	color: #790204;
}

