BODY {
	background: #000 url(../_gfx/bg_test.gif)  repeat-x top;
	/* background: #000 url(../_gfx/bg_new.jpg) fixed center top; */
	color: #ccc;
	font: 11px Arial,sans-serif;
	height: 100%;
}
IMG {
	border: 0;
}

A {
	
	outline: none;
	text-decoration: none;
	color: #fff;
	-moz-outline-style: none;
	font-weight: bold;
	padding-bottom: 1px;
	border: 0;
}

A:hover {
	color: #fff;
	border-bottom: 1px solid #FB2C5E;
	padding-bottom: 0px;

}
A:focus {
	outline: none;
	-moz-outline-style: none;
	outline: 0;
}
A:active {
	outline: none;
	-moz-outline-style: none;
	outline: 0;

}

H2 { 
	font: 28px 'HelveticaCY-Bold','Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	color: #ccc;

}

H3 { 
	font: 18px 'HelveticaCY-Bold','Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	color: #ccc;

}

FORM { padding: 0px; margin: 0px;}

INPUT { font: 12px Arial;  }

LEGEND { color: #ccc; font: bold 13px Arial,sans-serif; color: #ccc; }

P { font: 12px Arial,sans-serif; color: #ccc; }

STRONG {font: bold 12px  Arial,sans-serif; color: #fff; }

UL { font: 12px Arial,sans-serif; color: #FB2C5E; }


.warning {
	font: bold 12px Arial,sans-serif;
	color: #f00;

}

.light { color: #ccc; }



#thumbscroll {
	position:absolute;
	height:227px;
	display:block;
	overflow:visible;
	white-space:nowrap;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
}

.bigPic {
	height:450px;
	width: 330px;
}

.thumbname { 
	font:  11px Arial,sans-serif; 
	color: #ccc; 
	float: left;
	white-space:normal;
}

.thumb { 
	display: block;
	border: 0px solid transparent;
	padding: 2px;
	
}


.thumb:hover { 
	border: 2px solid #FB2C5E;
	padding: 0px;
}

.thumb2 {
	display: inline-block;
	border: 1px solid #444;
	margin: 0;
	margin-right: 6px;
	padding:0;

}

.thumb2:hover { 
	border: 1px solid #FB2C5E;
}

.thumb2On { 
	border: 1px solid #FB2C5E;
}

#thumbNext {
	position: absolute;
	display: none;
	width: 36px; height: 36px;
	background: url(../_gfx/nav.png) no-repeat -36px 0px;
	top: 100px;
	left: 476px;

}

#thumbNext:hover {

	background: url(../_gfx/nav.png) no-repeat -36px -36px;


}


#thumbPrev {
	position: absolute;
	display: none;
	width: 32px; height: 32px;
	background: url(../_gfx/nav.png) no-repeat 0px 0px;
	top: 100px;
	left: 0px;

}

#thumbPrev:hover {

	background: url(../_gfx/nav.png) no-repeat 0px -36px;


}

.dotdiv {
	background: url(../_gfx/bg_dot.gif) repeat-x center;
	height: 9px;
	font-size: 1px;
	display: block;
}


.maintable {
	width: 916px;
	padding: 1px;
	border-collapse: collapse;

}

.navi {
	font: bold 12px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif;
	cursor: default;
	
}

.charNavi {
	font:  normal 11px Verdana,Arial,sans-serif;
	cursor: default;

}

.menuItem {
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	text-transform: uppercase;
}



.menuItem:hover {
	color: #fff;
	border-bottom: 1px solid #FB2C5E;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.menuItem:active {
	color: #FB2C5E;
	text-decoration: none;
	border-bottom: 1px solid #FB2C5E;
	text-transform: uppercase;

}

.menuItemActive {
	color: #FB2C5E;
	text-decoration: none;
	text-transform: uppercase;	
}

.menuItemInactive {
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	
}



.buttonMini {
	display: block;
	font: 9px Verdana, sans-serif;
	background: url(../_gfx/bnt_bg_black.gif) repeat-x;
	color: #ccc;
	padding: 1px 0px 2px 0px;
	border: 1px solid #888;
	text-align: center;	
	text-transform: uppercase;	
	cursor: pointer;
}


.buttonMini:hover {
	color: #fff;
	padding: 1px 0px 2px 0px;
	border: 1px solid #FB2C5E;	
}


.buttonMini:active {
	color: #333;
	border: 1px solid #fff;
	background: url(../_gfx/bnt_bg_black_active.gif) repeat-x;	
}



.buttonMiniOff {
	display: block;
	font: 9px Verdana, sans-serif;
	background: url(../_gfx/bnt_bg_black.gif) repeat-x;
	color: #ccc;
	padding: 1px 0px 2px 0px;
	border: 1px solid #888;
	text-align: center;
	text-transform: uppercase;	
	cursor: default;
	opacity: 0.5;	
	-moz-opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.button {
	display: block;
	font: 11px Arial, sans-serif;
	background: url(../_gfx/bnt_bg_black.gif) repeat-x;
	color: #ccc;
	padding: 2px 8px 1px 8px;
	border: 1px solid #888;
	text-align: center;
	height: 16px;
	margin-top: 1px;
}

.button:hover {
	padding: 2px 8px 1px 8px;
	color: #fff;
	border: 1px solid #FB2C5E;
	height: 16px;
	margin-top: 1px;
}

.button:active {
	padding: 2px 8px 1px 8px;
	color: #fff;
	border: 1px solid #fff;
	background: url(../_gfx/bnt_bg_black_active.gif) repeat-x;
	height: 16px;
	margin-top: 1px;
}



.buttonOff {
	font: 11px Arial, sans-serif;
	background: url(../_gfx/bntOff_bg.gif) repeat-x;
	border-top: 1px solid #730039;
	border-left: 1px solid #730039;
	border-right: 1px solid #730039;
	border-bottom: 1px solid #730039;
	color: #666;
	background-color: #730039;
	padding: 2px 8px 1px 8px;
	text-align: center;
	height: 16px;
	margin-top: 1px;	
}


.cb_lable {
	float:left;
	width:128px;
	padding: 0px 0px 4px 0px;
	cursor:pointer;
	font: 12px Arial,sans-serif;
	color: #ccc;
}

.formCell {
	height: 48px;
	text-align: left;
	font:  bold 12px Arial;
	color: #ccc;
	padding-right: 8px;
}

.formRadioTxt {
	float:left;
	font: bold 12px Arial;
	color: #fff;
	padding-top: 3px;
}

.formRadioBox {
	float:left;
	border:1px solid #888;
	margin-top:2px;
	background:#444;
}

.formFileInput {
	cursor: pointer;
	position:absolute;
	right:0px;
	font-size:32px;
	z-index:3;
	opacity: 0.0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);

}

.formSet {
	border: 1px solid #888;
	padding: 8px 16px;
}

.src_title {
	font:  bold 11px Arial;
	text-align: left;
	
	padding: 2px 8px 2px 0px;
	color: #ccc;
}

.iText {
	border: 1px solid #888;
	background: #444;
	color: #fff;
	font:  12px Arial;
	padding: 2px 1px;
	margin-top: 1px;
}

.iText:focus {
	border: 1px solid #FB2C5E;
	outline: 0px;
}

.modelname {
	font: bold 40px Arial;
	float: right;
	font-variant: small-caps;
	color: #ccc;

}

.viewTitle {

	font:   11px Verdana,Arial;
	white-space: nowrap;
	width: 90px;
	padding: 2px 0px ;
	color: #ccc;

	

}

.viewData {
	font:  11px Verdana,Arial;
	padding: 2px 0px 2px 0px; 
	color: #ccc;

}


.info { font: 10px Arial,sans-serif; color: #999; }
