	/* Main css properties defined for each site */
	body {
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		background-color: #000000;
		/* background-image: url(../../share/images/complete_bg.jpg); */
		background-repeat: no-repeat;
		background-position: top center;
		font-size: 0.8em;
		line-height: 18px;
	}
	h1 {
		font-size: 1.1em;
		font-weight: bold;
		padding: 7px 5px 7px 10px;
	}
	/* Important - define color for links, if needed different color on some places must be used LVHA */
	a:link {
		font-size: inherit;
		font-weight: inherit;
		color: #FFFFFF;
		text-decoration: none;
	}
	a:visited {
		font-size: inherit;
		font-weight: inherit;
		color: #FFFFFF;
		text-decoration: none;
	}
	a:hover {
		font-size: inherit;
		font-weight: inherit;
		color: #FFFFFF;
		text-decoration: underline;
	}
	a:hover img {
		border: 0;
	}
	a:active {
		font-size: inherit;
		font-weight: inherit;
		color: #FFFFFF;
		text-decoration: none;
	}
	img {
		display: block;
	}
	.green {
		color: green;
	}
	.red {
		color: red;
	}
	.blue {
		color: blue;
	}
	.white {
		color: white;
	}
	/* End of main features */
	
	/* Main Layout properties */
	.main {
		 width: 100%;
	}
	.main_hd {
		 width: 100%;
	}
	#wrapper { 
		 margin: 0 auto;
		 width: 970px;
		 padding: 5px;
		 background: url(../../share/images/main_bg.jpg);
		 border-bottom: 1px solid #b8ebfb;
	}
	#wrapper_ft { 
		 margin: 5px auto 15px auto;
		 width: 960px;
		 padding: 10px;
		 height: 40px;
	}
	#wrapper_hd { 
		 margin: 0 auto;
		 width: 100%;
	}
	#content {
		width: 970px;
		margin: 0 auto;
		padding: 0;
	}
	#clear {
		float: none;
		clear: both;
		height: 0;
	}	
	/* End of main layout properties */
	
	/* Top bar that can be used or removed depending on needs */
	#infotop {
		float: none;
		width: 100%;
		height: 29px;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		border-bottom: 1px solid #b7ecfc;
	}
	#info_cnt {
		font-size: 13px;
		font-weight: bold;
		color: #0072b1;
		padding-top: 5px;
		margin: 0 auto;
		width: 980px;
		text-align: right;
		text-transform: uppercase;
	}
	#info_cnt_right {
		float: right;
		width: 48%;
		text-align: right;
	}
	#info_cnt_left {
		float: left;
		width: 48%;
		text-align: left;
		padding: 0 6px 0 6px;
	}
	#info_cnt_left h2 {
		color: #0072b1;
	}
	#info_cnt_right li {
		display: inline;
		padding: 4px 6px 4px 6px;
	}
	#info_cnt_right li a:link {
		color: #0072b1;
		text-decoration: none;
		padding: 4px 6px 4px 6px;
	}
	#info_cnt_right li a:visited {
		color: #0072b1;
		text-decoration: none;
		padding: 4px 6px 4px 6px;		
	}
	#info_cnt_right li a:hover {
		padding: 4px 6px 4px 6px;
		color: #0072b1;
		text-decoration: underline;
		background-color: #b2e9fe;
		-moz-border-radius-topleft:2px;
		-moz-border-radius-topright:2px;
		-moz-border-radius-bottomleft:2px;
		-moz-border-radius-bottomright:2px;
	}
	#info_cnt li a:active {
		color: #0072b1;
		text-decoration: none;
		padding: 4px;
	}
	/* End of top bar */
	
	/* Header */
	#header {
		 color: #333;
		 width: 980px;
		 float: none;
		 display: block;
		 height: 314px;
		 background: url(../../share/images/header_sc.jpg) center top;
		 background-repeat: no-repeat;
		 margin: 0 auto 0 auto;
	}
	#under_logo {
		float: left;
		width: 320px;
		margin-top: 125px;
		margin-left: 15px;
		height: 100px;
		font-size: 11px;
		color: #000000;
		background: url(../../share/images/text_logo_bg.png) center top;
		background-repeat: no-repeat;
		padding-top: 5px;
	}
	#under_logo h1{
		margin-top: 20px;
		text-align: center;
		font-size: 32px;
		font-weight: bold;
	}
	#navigation {

		 float: left;
		 width: 980px;
		 margin: 0 auto;
		 font-size: 18px;
		 font-weight: bolder;
		 /* letter-spacing: -0.01em; */ 
		 text-transform: uppercase;
		 background-image: url(../../share/images/bg_nav.jpg);
		 background-repeat: no-repeat;	
		 height: 50px;	
		 margin-top: 35px; 
	}
	#nav_cnt_box {
		float: left;
		margin-right: 3px;	
	}
	#nav_link {
		float: left;
		text-align: center;
		color: #000000;
		font-family: Tahoma, Arial, sans-serif;
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#nav_link a:link {
		color: #000000;
		text-decoration: none;
	}
		#nav_link a:visited {
		color: #000000;
				text-decoration: none;
	}
		#nav_link a:active {
		color: #000000;
				text-decoration: none;
	}
		#nav_link a:hover {
		color: #ffffff;
				text-decoration: none;
	}
	#nav_link_right {
		float: left;
		margin-left: 358px;
		margin-top: 2px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #000000;
		font-family: Tahoma, Arial, sans-serif;
	}
	#nav_link_right a:link {
		color: #000000;
		text-decoration: none;
	}
		#nav_link_right a:visited {
		color: #000000;
				text-decoration: none;
	}
		#nav_link_right a:active {
		color: #000000;
				text-decoration: none;
	}
		#nav_link_right a:hover {
		color: #ffffff;
				text-decoration: none;
	}
	/* End of Header and navigation - Navigation can be removed without modifiying headers and other parts*/

	/* Layout properties - current value is left column menu - right content */
	#leftcolumn { 
		 width: 190px;
		 float: left;
	}
	#cnt_left {
		width: 185px;
	}
	#top_left_cnt {
		margin-top: 5px;
		float: none;
	}
	.top_cnt {
		width: 185px;
		background-color: #000000;
		margin-bottom: 8px;
		padding: 0;
	}
	#rightcolumn { 
		 float: right;
		 color: #333;
		 width: 960px;
		 padding: 5px;
		 display: inline;
	}
	#cnt_right {
		margin: 0 auto 0 auto;
		width: 960px;
	}
	/* End of layout properties */
	
	/* Footer */
	#footer { 
		 width: 960px;
		 clear: both;
		 color: #000000;
	}
	#cnt_ftr {
		width: 960px;
		line-height: 18px;
		text-align: center;
		color: #FFFFFF;
	}
	/* End of footer */ 
	
	/* Content title properties */
	.cnt_nav {
		width: 950px;
		float: none;
	}
	.cnt_title {
		background-color: #0072b1;
		color: #ffffff;
		width: 960px;
		float: none;
		font-weight: bold;
		float: none;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	.cnt_bottom_title {
		background-color: #0072b1;
		color: #ffffff;
		width: 960px;
		float: none;
		font-weight: bold;
		float: none;
		height: 32px;
	}
	
	.cnt_title h1 {
		float: left;
		width: 460px;
	}
	.fl_left {
		text-align: left;
		float:left;
	}
	.fl_right {
		text-align: right;
		float: left;
	}
	.fl_left_ph {
		text-transform: uppercase;
		text-align: left;
		padding-left: 23px;
		float:left;
		width: 345px;
		font-size: 13px;
		font-weight: bold;
		height: 20px;
		background-image: url(../../share/images/prev_arr.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}
	.fl_left_ph a:link {
		margin-top: 5px;
	}
	.fl_right_ph a:link {
		margin-top: 5px;
	}
	.fl_right_ph {
		padding-right: 25px;
		text-transform: uppercase;
		text-align: right;
		float: right;
		width: 345px;
		font-size: 13px;
		font-weight: bold;
		height: 20px;
		background-image: url(../../share/images/next_arr.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
	.right_cnt_title {
		float-right;
		margin-right: 10px;
		color: #FFFFFF;
		width: 300px;
		text-align: right;
	}
	/* End of content title properties */
	
	/* Breadcumb properties */
	#breadcumb {
		font-size: 0.95em;
		color:  #0ab9f8;
		width: 750px;
		padding: 5px;
	}
	#breadcumb a:link {
		font-size: 0.95em;
		color:  #0ab9f8;
	}
	#breadcumb a:visited {
		font-size: 0.95em;
		color:  #0ab9f8;
	}
	#breadcumb a:hover{
		font-size: 0.95em;
		color:  #0ab9f8;
	}
	#breadcumb a:active {
		font-size: 0.95em;
		color:  #0ab9f8;
	}
	/* End of breadcumb */
	
	/* Tube site properties */
	#cnt_box {
		width: 950px;
		float: none;
		margin-bottom: 5px;
	}
	.top_links a:link {
		color: #FFFFFF;
	}
	.top_links a:visited {
		color: #FFFFFF;
	}
	.top_links a:hover {
		color: #FFFFFF;
	}
	.top_links a:active {
		color: #FFFFFF;
	}
	.item {
		width: 948px;
		padding: 5px;
				border-top: 1px solid #0072b1;
		border-bottom: 1px solid #0072b1;
		border-left: 1px solid #0072b1;
		border-right: 1px solid #0072b1;
		margin-bottom: 5px;	
		background-color: #ffffff;
	}
	.item_black {
		width: 948px;
		padding: 5px;
		background-color: #FFFFFF;
		border-bottom: 1px solid #0072b1;
		border-left: 1px solid #0072b1;
		border-right: 1px solid #0072b1;
	}
	.dwn_box_a {
		font-size: 10px;
		color: #e6e6e6;
	}
	#dwn_box {
		margin-bottom: 5px;
		color: #e6e6e6;
		background-color: #000000;
	}
	.video_box {
		float: left;
	}
	.video_box li {
		width: 176px;
		margin: 2px;
	}
	.photo_box {
		float: left;
		margin: 3px 3px 3px 3px;
		padding: 2px;
		width: 178px;	
		height: 260px;
	}
	.photo_img {
		width: 178px;
		height: 220px;
		background-color: #e6f4f8;
	}
	.photo_dwn {
		text-align: center;
		color: #000000;
	}
	.durviews {
		float: left;
		width: 110px;
		text-align: left;
		border-right: 1px solid #e6f4f8;
		margin-right: 3px;
	}
	.rating {
		float: right;
		text-align: right;
	}
	.imgbox {
		float: left;
		margin-left: 2px;
		margin-right: 2px;
		border: 1px solid #0072b1;
		padding: 0;
	}
	.imgboxth {
		float: left;
		margin: 3px;
		border: 1px solid #0072b1;
		padding: 0;
	}
	.leftimgbox {
		float: left;
		margin: 0;
		padding: 0;
		border: 1px solid #000000;
	}
	.upimgbox {
		float: left;
		margin: 1px 1px 1px 1px;
		padding: 0;
		border: 1px solid #000000;
	}
	.scimgbox {
		margin: 0 0 8px 0;
		padding: 0;
		float: none;
		border: 1px solid #0072b1;
	}
	.scimgbox_fl {
		margin: 0 3px 0 0;
		padding: 0;
		float: left;
		border: 1px solid #0072b1;
	}
	#scene_table {
		text-align: center;
		margin-bottom: 3px;
		margin-top: 3px;
	}
	#jwplayer {
		margin: 5px 0 5px 0;
		padding: 0;
		text-align: center;
	}
	.download_full {
		font-size: 1.8em;
		font-weight: bolder;
		padding: 10px;
		color:#FFFF00;
		border-top: 1px solid #FFFFFF;
	}
	.download_full a:link {
		color: #FFFF00;
		text-decoration: none;
	}
	.download_full a:visited {
		color: #FFFF00;
		text-decoration: none;
	}
	.download_full a:hover {
		color: #FFFF00;
		text-decoration: none;
	}
	.download_full a:active {
		color: #FFFF00;
		text-decoration: none;
	}
	.pic {	
		float: left;
		margin-bottom: 5px;
		margin-left: 2px;
		margin-right: 2px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		color: #FFFFFF;
	}
	.size_c {
		text-align: center;
		border-top: 1px solid #FFFFFF;
		font-size: 11px;
		background-color: #000000;
		color: #FFFFFF;
	}
	.size_c_fn {
		text-align: center;
		border-top: 1px solid #FFFFFF;
		font-size: 11px;
		background-color: #FFFFFF;
		color: #000000;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.size_c a:link {
		color: #FFFFFF;
	}
	.size_c a:visited {
		color: #FFFFFF;
	}
	.size_c a:hover {
		color: #FFFFFF;
	}
	.size_c a:active {
		color: #FFFFFF;
	}
	.picture_box img {
		margin: 0 auto 0 auto;
		border: 1px solid #000000;
	}
	.center_pb {
		margin: 0 auto 0 auto;
		text-align: center;
	}
	/* End of tube site properties */
	
	/* Pagination layout */ 
	.paging {
		width: 950px;
		padding: 5px;
		background-color: #0072b1;
		color: #0072b1;
	}
	.current {
		color: #0072b1;
		text-decoration: none;
		padding: 3px 7px 3px 7px;
		background-color: #c5effc;
	}
	.nextprev {
		color: #000000;
		text-decoration: none;
		padding: 3px 7px 3px 7px;
		background-color: #ffffff;
	}
	.paging a:link {
		color: #0072b1;
		text-decoration: none;
		padding: 3px 7px 3px 7px;
		background-color: #FFFFFF;
	}
	.paging a:visited {
		color: #0072b1;
		text-decoration: none;
				padding: 3px 7px 3px 7px;
		background-color: #FFFFFF;
	}
	.paging a:hover {
		background-color: #0072b1;
		color: #FFFFFF;
		text-decoration: underline;
				padding: 3px 7px 3px 7px;
	}
	.paging a:active {
		color: #0072b1;
		text-decoration: none;
				padding: 3px 7px 3px 7px;
		background-color: #FFFFFF;
	}
	/* End of pagination */
	
	/* Button layout css */
	#button {
		width: 185px;
		padding: 5px;
		margin: 0 0 5px 0;
		color: #333;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	#button h1 {
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		background:#171717 url(../../share/images/bg-sideMenuHeader.gif) repeat-x scroll center top;
		color:#FFFFFF;
		margin:0;
	}
	*html #button { width: 180px; }
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
		
	#button li {
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
		margin: 0;
		background-color: #FFFFFF;
	}
	#button li a {
		display: block;
		padding: 6px 6px 6px 0.6em;
		background-color: #fffff;
		color: #0088CC;
		font-weight: bold;
		text-decoration: none;
		width: 100%;
	}
		html>body #button li a {
		width: auto;
	}
	#button li a:visited {
		font-weight: bold;
	}
	#button li a:hover {
		background-color: #fffffff;
		color: red;
	}
	#button li a:active {
		color: #000000;
		background-color: #fffffff;
		color: red;
	}
	/* End of button css layout */
	
	/*  CSS for overlay - delete if not gona be used  + delete overlay.js from header and file */
		/* the overlayed element */
		div.overlay {
			
			/* growing background image */
			background-image:url(../../share/images/white.png);
			
			/* dimensions after the growing animation finishes  */
			width:600px;
			height:470px;		
			
			/* initially overlay is hidden */
			display:none;
			
			/* some padding to layout nested elements nicely  */
			padding:55px;
		}
		
		/* default close button positioned on upper right corner */
		div.overlay div.close {
			background-image:url(../../share/images/close.png);
			position:absolute;
			right:5px;
			top:5px;
			cursor:pointer;
			height:35px;
			width:35px;
		}
		/* use a semi-transparent image for the overlay */
		#overlay {
			background-image:url(../../share/images/transparent.png);
			color:#efefef;
		}
		
		/* container for external content. uses vertical scrollbar, if needed */
		div.wrap {
			height:441px;
			overflow-y:auto;
		}
/* End of CSS overlay */

/* Define paging style */
.paging {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* End of paging */

/* Style forms */ 
	.box_s_1 {
		float: left;
		width: 297px;
		margin: 0 3px 0 3px;
		padding: 10px;
		height: 275px;
		background-color: #ffffff;
	}
	.box_s_2 {
		float: left;
		width: 297px;
		margin: 0 3px 0 3px;
		padding: 10px;
		height: 275px;
		background-color: #ffffff;
		border:1px solid #6cc5fb;
	}
	.box_s_3 {
		float: left;
		width: 290px;
		margin: 0 3px 0 3px;
		padding: 10px;
		height: 275px;
		background-color: #ffffff;
		border:1px solid #6cc5fb;
	}
	.box_o {
		float: left;
		width: 950px;
		margin: 0 3px 0 3px;
		background-color: #D8E7E7;
		padding: 10px;
		height: 175px;
	}
	.box_o_title {
		height: 20px;
		width: 940px;
		font-size: 13px;
		font-weight: bold;
		background-color: #D8E7E7;
		border-bottom: 1px solid #333333;
		margin-bottom: 10px;
	}
	.box_t {
		float: left;
		width: 453px;
		margin: 4px 4px 4px 4px;
		padding: 10px;
		height: 375px;
		background-color: #FFFFFF;
		/* background-color: #dcf7ff; */
		/* background-image: url(../../share/images/bg_rigth.jpg); */
		border:1px solid #6cc5fb;
	}
	.box_t_long {
		float: left;
		width: 453px;
		margin: 4px 4px 4px 4px;
		padding: 10px;
		height: 425px;
		background-color: #FFFFFF;
		/* background-color: #dcf7ff; */
		/* background-image: url(../../share/images/bg_rigth.jpg); */
		border:1px solid #6cc5fb;
	}
	.box_t_bg {
		float: left;
		width: 453px;
		margin: 4px 4px 4px 4px;
		padding: 10px;
		height: 375px;
		background-image: url(../../share/images/bg_login.jpg);
		background-repeat: no-repeat;
		border:1px solid #6cc5fb;
	}
		.box_t_lp {
		float: left;
		width: 453px;
		margin: 4px 4px 4px 4px;
		padding: 10px;
		height: 325px;
		background-image: url(../../share/images/bg_lp.jpg);
		background-repeat: no-repeat;
		border:1px solid #6cc5fb;
	}
	.box_t_title {
		height: 20px;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
		padding: 7px 0 7px 0;
		letter-spacing: -0.03em;
	}
	#clr_brd_reg {
		font-family: Arial, Helvetica, sans-serif;
		border: 0;
		background: url(../../share/images/bg_button_black.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 267px;
		height: 56px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -0.01em;
		color: #FFFFFF;	
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 10px;
	}
	#clr_brd_reg_small {
		font-family: Arial, Helvetica, sans-serif;
		border: 0;
		background: url(../../share/images/bg_button_black.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 267px;
		height: 56px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: -0.01em;
		color: #FFFFFF;	
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 10px;
	}
	#clr_brd_reg_small_a {
		font-family: Arial, Helvetica, sans-serif;
		border: 0;
		background: url(../../share/images/bg_button_black.jpg);
		background-repeat: no-repeat;
		background-position: top;
		width: 267px;
		height: 56px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: -0.01em;
		color: #FFFFFF;	
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 10px;
	}
	.notice_box {
		width: 948px;
		border: 1px solid #ffffff;
		background-color: #000000;
		padding: 5px;
		height: 25px;
		margin-top: 3px;
		margin-bottom: 5px;
		margin-left: 3px;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
	}
	.notice_green_box {
		width: 948px;
		border: 1px solid green;
		background-color: white;
		padding: 5px;
		height: 45px;
		margin-top: 3px;
		margin-bottom: 5px;
		margin-left: 3px;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.box_s_title {
		height: 20px;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
		padding: 7px 0 7px 0;
		letter-spacing: -0.03em;
	}
	.span_padleft {
		margin-left: 5px;
		text-transform: uppercase;
	}
	.span_padleft1 {
		font-size: 16px;
	}
		.span_padleft2 {
		font-size: 18px;
	}
		.span_padleft3 {
		font-size: 20px;
	}
		.span_padleft4 {
		font-size: 22px;
	}
	.span_padleft_2 {
		margin-left: 10px;
		font-weight: normal;
		font-size: 12px;
	}
	#under_reg {
		margin: 0 auto 0 auto;
		text-align: center;
	}
	#under_reg_tbl img {
		margin: 3px;
	}
	.small_notice {
		display: inline;
	}
	.up_red {
		font-size: 14px;
		font-weight: bold;
		color: red;
	}
	#form_box {
		display: block;
		margin: 0 auto 20px auto;
		font-size: 14px;
	}
	#register_form legend {
		font-weight: bold;
	}
	#register_form label {
		display:block;
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}
	#register_form input {
		display: block;
		padding: 0.2em;
		width: 250px;
	}
		#diff input {
			display: inline;
			padding: 0.1em;
			padding-top: 0.2em;
			margin-top: 0.5em;
			margin-left: 0.3em;
			width: 2em;
		}
		#diff label {
			font-weight: bold;
			display: block;
			width: 21em;
			height: 3.2em;
			background-image: url(../../share/images/bg_register.jpg);
			background-repeat: no-repeat;
		}
		#diff_e input {
			display: inline;
			padding: 0.1em;
			padding-top: 0.2em;
			margin-top: 0.5em;
			margin-left: 0.3em;
			width: 2em;
		}
		#diff_e label {
			font-weight: bold;
			font-size: 16px;
			display: block;
			width: 24em;
			margin-top: 0.3em;
			margin-bottom: 0.3em;
			background-image: url(../../share/images/bg_register.jpg);
			background-repeat: no-repeat;
		}
	#register_form select {
		display: block;
		padding: 0.1em;
		width: 270px;
	}
	#register_form .hidden {
		display: none;
		margin: 0;
		padding: 0;
	}
	.log_box {
		float: left;
		width: 278px;
	}
	.cap_box {
		float: left;
		width: 160px;
	}
/* End of style forms */

/* Specific boxes */
	#spec_index_banner {
		width: 750px;
		height: 100px;
		background: #e2e2e2;
		padding: 5px;
		margin: 0 auto 5px auto;
	}
	#spec_column_banner {
		width: 210px;
		background: #e2e2e2;
		height: 100px;
	}
	#spec_other_banner {
		width: 750px;
		height: 100px;
		background: #e2e2e2;
		padding: 5px;
		margin: 0 auto 5px auto;
	}
	#video_box_tbl h2 {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.01em;
		line-height: 22px;
	}
	.lft_upc_vid {
		margin: 3px auto 3px auto;
		border: 1px solid #000000;
	}
	.lft_upc_pho {
		margin: 3px;
		border: 1px solid #000000;
		float: left;
	}
	.scbox_title {
		font-size: 18px;
		font-weight: bold;
		font-family: Arial;
		letter-spacing: -0.01em;
		padding: 3px 0 7px 0;
		color: #000000;
	}
	.view_movie {
		font-size: 28px;
		font-weight: bold;
		font-family: Arial;
		letter-spacing: -0.02em;
		padding: 3px;
		color: #000000;
		padding-top: 65px;
	}
	.view_box {
		width: 260px;
		height: 150px;
		background-image: url(../../share/images/bg_view_movie.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color:#FFFFFF
	}
	.divide_tbl {
		border-bottom: 1px solid #000000;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.static_txt {
		font-size: 18px;
		font-weight: bold;
		font-family: Arial;
		letter-spacing: -0.01em;
		color: #000000;
		padding: 0 0 5px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #000000;
	}
	#static_cnt {
		width: 900px;
		margin: 15px auto 15px auto;
	}
	.po {
		margin-bottom: 5px;
		line-height: 20px;
	}
	.right_link a:link {
		color: #FFFFFF
	}
	.right_link a:visited {
		color: #FFFFFF
	}
	.right_link a:hover {
		color: #FFFFFF
	}	
	.right_link a:active {
		color: #FFFFFF
	}
	.list_galleries {
		float: left;
		margin-right: 5px;
		margin-bottom: 9px;
		padding: 1px;
		background-color: #000000;
	}
	.list_gal_img {
		display: block;
		border: 1px solid #000000;
	}
	.list_gal_title {
		margin: 0;
		padding: 0;
		float: left;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		padding: 3px 5px 3px 5px;
	}
	.list_gal_title a:link {
		color: #FFFFFF;
	}
		.list_gal_title a:visited {
		color: #FFFFFF;
	}
		.list_gal_title a:hover{
		color: #FFFFFF;
	}
		.list_gal_title a:active{
		color: #FFFFFF;
	}
	.list_gal_cnt {
		margin: 0;
		padding: 0;
		float: right;
		text-align: right;
		color: #FFFFFF;
		padding: 3px 5px 3px 5px;
				font-size: 11px;
	}
	#full_dwn {
		font-size: 32px;
		letter-spacing: -0.03em;
		font-weight: bold;
		color: #FFFFFF;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#full_dwn a:link {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: -0.03em;
		color: #FFFFFF;
	}
	#full_dwn a:visited {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: -0.03em;
		color: #FFFFFF;
	}
	#full_dwn a:active {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: -0.03em;		
		color: #FFFFFF;
	}
	#full_dwn a:hover {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: -0.03em;		
		color: #FFFFFF;
		text-decoration: underline;
	}
	.small_lost {
		font-size: 11px;
	}
	.small_lost a:link {
		font-size: 11px;
		color: #000000;
	}
		.small_lost a:visited {
		font-size: 11px;
		color: #000000;
	}
		.small_lost a:hover {
		font-size: 11px;
		color: #000000;
	}
		.small_lost a:active {
		font-size: 11px;
		color: #000000; 
	}
		.less_lost {
		font-size: 12px;
		font-weight: bold;
	}
	.less_lost a:link {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}
		.less_lost a:visited {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}
		.less_lost a:hover {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
	}
		.less_lost a:active {
		font-size: 12px;
		font-weight: bold;
		color: #000000; 
	}
	
	.subsrc_ext_p {
		height: 16px;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		margin-top: 5px;
		background-color: #e2e2e2;
		border: 1px solid #333333;
		padding: 10px;
	}
	.subsrc_ext_e {
		height: 16px;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		margin-top: 10px;
				padding: 10px;
	}
	.subscr_note {
		color: red;
		font-weight: bold;
		letter-spacing: 0.03em;
	}

	/* CSS Hacks */
	.clearfix:after {
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	* html .clearfix {
		height:1%;
	}
	.clearfix {
		display:block;
	}
	/* End of CSS Hacks */
	
	/* Javascript error / notices */
	.small_notice
	{
		color: red;
		font-size: 10px;
	}
	.error
	{
		color: white;
		font-weight: bold;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.notice
	{
		color: ffffff;
		font-weight: bold;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	/* End of notices */
	#fotostory {
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.fotostory_title {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 13px;
		font-weight: bold;
		margin-top: 3px;
		margin-bottom: 3px;
				padding: 5px 5px 5px 5px;
	}
	.fotostory_title a:link {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}
		.fotostory_title a:visited {
		font-size: 14px;
		font-weight: bold;
				color: #000000;
	}
		.fotostory_title a:hover {
		font-size: 14px;
		font-weight: bold;
				color: red;
	}
		.fotostory_title a:active {
		font-size: 14px;
		font-weight: bold;
				color: #000000;
	}
	.fotostory_desc {
			margin-left: 10px;
		margin-right: 10px;
		font-size: 12px;
		margin-top: 3px;
		margin-bottom: 3px;
		color: #000000;
		padding: 5px 5px 5px 5px;
	}
	.bolder {
		margin-top: 5px;
		font-weight: bold;
	}
	.subsrc_ext_p {
		height: 16px;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		margin-top: 5px;
		background-color: #e2e2e2;
		border: 1px solid #333333;
		padding: 10px;
	}
	.subsrc_ext_e {
		height: 16px;
		font-size: 20px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		margin-top: 10px;
				padding: 10px;
	}
	.subscr_note {
		color: red;
		font-weight: bold;
		letter-spacing: 0.03em;
	}
	.box_t_full {
		float: left;
		width: 935px;
		margin: 4px 4px 4px 4px;
		padding: 10px;
		height: 325px;
		background-color: #e2e2e2;
		/* background-color: #dcf7ff; */
		/* background-image: url(../../share/images/bg_rigth.jpg); */
		border:1px solid #000000;
	}
	.up {
		text-transform: uppercase;
		font-size: 11px;
	}
	.cap {
		text-transform: capitalize;
	}
	.b {
		font-weight: bold;
		font-size: 11px;
	}
	.box_center {
		width: 300px;
		margin: 0 auto 0 auto;
		padding: 0;
	}
		.box_center_s {
		width: 260px;
		margin: 0 auto 0 auto;
		padding: 0;
	}
	#under_box {
		font-family: Tahoma, Arial, sans-serif;
		font-size: 30px;
		font-weight: bold;
		color: #000000;
		text-align: center;
		margin-bottom: 15px;
	}
	#under_box a:link {
		color: #000000;
		text-decoration: none;
	}
	#under_box a:visited {
		color: #000000;
		text-decoration: none;
	}
	#under_box a:hover {
		color: #000000;
		text-decoration: underline;
	}
	#under_box a:active {
		color: #000000;
		text-decoration: none;
	}
	#under_title {
		font-family: Tahoma, Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #000000;
		text-align: left;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#under_title a:link {
		color: #000000;
		text-decoration: none;
	}
	#under_title a:visited {
		color: #000000;
		text-decoration: none;
	}
	#under_title a:hover {
		color: #000000;
		text-decoration: underline;
	}
	#under_title a:active {
		color: #000000;
		text-decoration: none;
	}
	.under_desc {
		color: #000000;
		font-size: 11px;
	}
