@charset "utf-8";
/* CSS Document */

body{
	background:url(/images/v2_site_bg.jpg) no-repeat fixed 50% 0%;
	background-color:#000000;
	margin:0px;
}

body,div,font,span,td,li,select,a{
	font-size:11px;
	font-family:Arial;
	color:#FFFFFF;
}

a:link, a:visited{
	text-decoration:underline;
}
a:hover, a:active{
	text-decoration:none;
}

div.v2_SiteContent{
	width:910px;
	margin:auto;
}

div.v2_FlashHeader{
	width:910px;
	height:215px;
	background:url(/images/v2_header_preview.jpg) no-repeat;
	visibility: visible;
}

div.v2_MainMenu{
	width:910px;
	height:41px;
	background:url(/images/v2_menu_bg.jpg) repeat-x;
	margin-top:0px;
	margin-bottom:10px;
}


div.v2_CenterContent{
	width:910px;
	margin-top:2px;
	margin-bottom:5px;
}

div.v2_LeftCol{
	width:203px;
	float:left;
}

.v2_ClearBoth{
	clear:both;
}

div.v2_LeftBox{
	width:203px;
	margin-bottom:15px;	
}

div.v2_LeftBox_TitleBar{
	width:196px;
	height:23px;
	background:url(/images/v2_left_titlebar.png) no-repeat;
	font-size:13px;
	font-weight:bold;
	padding:7px 0px 0px 7px;
}

div.v2_LeftBox_Content{
	width:187px;
	background:url(/images/v2_left_bg_transp.png) repeat;
	border:1px solid #898989;
	border-bottom:none;
	padding:5px 7px 0px 7px;
}

div.v2_LeftBox_Bottom{
	width:203px;
	height:7px;
	background:url(/images/v2_left_bottom.png) no-repeat 50% 0%;
}

a.v2_MediaLink:link, a.v2_MediaLink:visited{
	width:182px;
	height:28px;
	display:block;
	background:url(/images/v2_left_link_normal.jpg) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	line-height:28px;
	vertical-align:middle;
	padding-left:5px;
	margin-top:5px;

}
a.v2_MediaLink:hover, a.v2_MediaLink:active{
	background:url(/images/v2_left_link_hover.jpg) no-repeat;
	color:#000000;
	text-decoration:none;
}
a.v2_MediaLink img{
	border:none;
	vertical-align:middle;
	text-decoration:none;
}

select.v2_select{
	background-color:#282828;
	border:1px solid #CCCCCC;
}

div.v2_LeftPK_Thumb{
	width:185px;
	height:80px;
	border:1px solid #000000;
	vertical-align:top;
	margin:10px 0px 0px 0px;
	overflow:hidden;
}

div.v2_LeftPK_Thumb a{
	width:185px;
	background:url(/images/v2_bg_transp_black.png) repeat;
	padding:4px 0px 4px 0px;
	display:block;
	text-align:center;
	font-weight:bold;
}
div.v2_LeftPK_Thumb a:hover{
	text-decoration:none;
	background:url(/images/v2_left_bg_transp.png) repeat;
	color:#000000;
}

div.v2_MainContent{
	width:700px;
	float:right;
	
}

div.v2_MainContent div.NavigationDropDown ul.DropDown li a ul li{
	list-style-type: none;
	list-style-image: none;
}

div.v2_RightCol{
	float:right; 
	margin-right:1px; 
	margin-left:5px;
}

div.v2_HomeBox{
	width:335px;
	height:274px;
	display:inline-block;
	float:right;
	text-align:left;
	margin-left:15px;
	margin-bottom:20px;	
}	

div.v2_AutoSizeTitlebar{
	display:block;
}
div.v2_AutoSizeTitlebar div.Left{
	height:30px; 
	width:7px; 
	background:url(/images/v2_titlebar_left.png) no-repeat 0% 50%; 
	display:inline-block; float:left;
}
div.v2_AutoSizeTitlebar div.Center{
	height:30px; 
	background:url(/images/v2_titlebar_repeat.png) repeat-x; 
	display:inline-block; 
	float:left;
}
div.v2_AutoSizeTitlebar div.Center div.Content{
	height:30px; 
	min-width:150px; 
	background:url(/images/v2_titlebar_large.jpg) no-repeat 0% 50%;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	vertical-align:middle;
}

div.v2_AutoSizeTitlebar div.Center div.Content p{
	margin:0px;
	padding:0px;
}

div.v2_AutoSizeTitlebar div.Right{
	width:7px; 
	height:30px; 
	background:url(/images/v2_titlebar_right.png) no-repeat 100% 50%; 
	display:inline-block; 
	float:left;
}

div.v2_HomeBox div.BoxContent{
	width:321px;
	height:230px;
	background:url(/images/v2_homebox_bg.png) no-repeat;
	display:block;
	padding:7px;
	overflow:hidden;
}

div.v2_FooterBG{
	width:910px;
	height:65px;
	background:url(/images/v2_footer_bg.jpg) no-repeat;
	margin-top:10px;
}

div.v2_FooterBar{
	width:900px;
	height:28px;
	background:url(/images/v2_footer_bar.png) no-repeat;
	line-height:28px;
	text-align:left;
	padding-left:10px;
}

div.v2_MainContent div.Area{
	width:690px;
	float:right;
}

div.v2_MainContent div.Area div.AreaContent{
	width:678px;
	background:url(/images/v2_bg_content.png) repeat;
	border:1px solid #7b7b7b;
	border-bottom:none;
	margin:auto;
	padding:5px;
	min-height:520px;
}
div.v2_MainContent div.Area div.AreaBottom{
	width:690px;
	height:9px;
	background:url(/images/v2_content_bottom.png) no-repeat;
}

a.v2_GalleryThumb:link img, a.v2_GalleryThumb:visited img{
	border:none;
	padding:0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

a.v2_GalleryThumb:link, a.v2_GalleryThumb:visited{
	border:1px solid #000000;
	display:inline-block;
	text-underline:none;
	float:left;
	margin-right:5px;
}

a.v2_GalleryThumb:hover img, a.v2_GalleryThumb:active img{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

a.v2_GalleryThumb:hover, a.v2_GalleryThumb:active{
	border:1px solid #ffffff;
}

/*THE GREEN FROM THE LOGO*/
.SpecialGreen{
	color:#96df61;
}
#SpecialGreen{	
	color:#96df61;
}
/*END*/
	
div.v2_GalleryLoadarea{
	width:670px;
	text-align:center;
}
div.v2_GalleryLoadarea img{
	border:1px solid #000000;
	max-width:675px;
}

div.v2_ListLine{
	margin-left: -2px;
}

div.v2_ListLine td{
	border:1px solid #a7a7a7;
	padding:2px;
}

div.v2_ListLine td.t1{
	width:180px;
}
div.v2_ListLine td.t2{
	width:180px;
}
div.v2_ListLine td.t3{
	width:68px;
	text-align:center;
}
div.v2_ListLine td.t4{
	width:55px;
	text-align:center;
}
div.v2_ListLine td.t5{
	width:44px;
	text-align:center;
}
div.v2_ListLine td.t6{
	width:190px;
}
div.v2_ListLine td.t7{
	width:80px;
	text-align:center;
}
div.v2_ListLine td.t7 img{
	border:1px solid black;
}

div.v2_ListLine tr.tr_hover:hover{
	background-color:#505050;
	}
	
div.v2_ContentTitle, h3{
	display:inline-block;
	/*background:url(/images/v2_bg_transp_black.png) repeat;
	padding:3px 5px 3px 5px;*/
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	
}



div.BoxContent li, div.AreaContent li{
	list-style: none;
	background:url(/images/v2_li_bullet.png) no-repeat 0% 2px;
	line-height:12px;
	padding-left: 15px;
	line-height: 16px;
}
	
a.v2_BtnLink:link, a.v2_BtnLink:visited{
	width:84px;
	height:23px;
	line-height:23px;
	background:url(/images/v2_a_btn_1.png) no-repeat;
	font-weight:bold;
	color:#dbdbdb;
	display:inline-block;
	text-align:center;
	text-decoration:none;
}

a.v2_BtnLink:hover, a.v2_BtnLink:active{
	background:url(/images/v2_a_btn_2.png) no-repeat;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a.v2_HideLink, a.v2_HideLink:visited, a.v2_HideLink:hover, a.v2_HideLink:active{
	font-size:1;
	color:#000000;
	text-decoration:none;	
}
div.td_paddings td{
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
}

div.FlashPlayer object{
	z-index: 0; 
}

div.KitDetailsLine{
	display:block;
	width:100%;
	margin-bottom:5px;
}
div.KitDetailsLine div.FieldName{
	width:150px;
	display:inline-block;
	float:left;
}
div.KitDetailsLine div.FieldValue{
	width:500px;
	display:inline-block;
	float:left;
}