body {
    margin: 0px;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    border:none;
}

a:link { text-decoration:none; color:#000000}
a:visited { text-decoration:none; color:#000000}
a:active { text-decoration:none; color:#000000}
a:hover {text-decoration:none; color:#000000}
a{outline:none; border: 0 none;}

table {
    padding: 0px;
    border: 0px;
    border-collapse:collapse;
    border-spacing: 0px;
}

th, td 
{
	margin:0; 
	padding:0; 
	border:0;
	font-size: 9pt;
}

image
{
    border:0px;
}

img 
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	display:block;
}

select
{
	border:solid 1px #e1e1e1;
	vertical-align:middle;
	font-size: 9pt;
	padding:2px 2px 2px 2px;
}

textarea {
	border:1px #e1e1e1 solid;
	padding:3px 3px 1px 3px;
	color:#4D4D4D;
	font-size:9pt;
}

input
{
    border:solid 1px #e1e1e1;
	vertical-align:middle;
	font-size: 9pt;
	color: #000000;
	padding:2px 2px 2px 2px;
}

.input_need
{
	border:solid 1px #ff9933;
	vertical-align:middle;
	font-size: 9pt;
	color: #000000;
	padding:2px 2px 2px 2px;
}

.border_clear
{
    border:none 0px #ff9933;
}

.line_m
{
	line-height:18px;
}

.bg_bottom
{
    background-image:url('../../images/common/bg_bottom.png');
    background-repeat:repeat-x;
}

.bg_left
{
    background-image:url('../../images/common/bg_left.png');
    background-repeat:repeat-x;
}

.bg_right
{
    background-image:url('../../images/common/bg_right.png');
    background-repeat:repeat-x;
}

.bg
{
    background-image:url('../../images/common/bg.jpg');
}

.wrap_number 
{
    width:30px;
    height:24px;
    background-image:url('../../images/top/sub_number.png');
    background-repeat:no-repeat;
    text-align:center;
    padding:6px 0px 0px 0px;
}

.a75
{
    filter: Alpha(Opacity=75);
    opacity:0.75; 
    -moz-opacity:0.75;
}

.a100
{
    filter: Alpha(Opacity=100);
    opacity:1.0; 
    -moz-opacity:1.0;
}

#banner_120 {
    position: fixed; 
    left: 10%; 
    top: 20%; 
    margin-left: -1000px;
    text-align:center;
    height:150px; 
    width:150px;
    z-index:10;
}
 
#divpop
{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:10;
    vertical-align:middle;
    text-align:center;
    display:block;
}

.bg_pr
{
    background-image:url('../../images/sub/bg_alpha.png');
}

#container {
	position:relative;
	overflow:hidden;
}
	
#container img {
	display: block;
}

#item {
	position:absolute;
	top:0px;
	left:0px;
	margin:0 0 0;
	z-index:100;
}

#pos_fix  
{
    position:fixed; 
    /*_position:absolute;*/
    /*height:520px;
    left:800px; 
    top:200px; 
    width:100px; 
    height:300px; 
    background:#CCC;*/
}

.button 
{
    cursor:pointer;
}

#main_star
{
	/*border:1px solid magenta;*/
	width:500px;
	height:150px;
	margin-left:25px;
}
#main_star img, #main_star .item{
	cursor:pointer;

	width:100%;
	height:100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0px 5px 5px #777;
	-webkit-box-shadow: 0px 5px 5px #777;
	box-shadow: 0px 5px 5px #777;
}

#main_media
{
	/*border:1px solid magenta;*/
	width:500px;
	height:150px;
	margin-left:25px;
}
#main_media img, #main_media .item{
	cursor:pointer;

	width:100%;
	height:100%;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0px 5px 5px #777;
	-webkit-box-shadow: 0px 5px 5px #777;
	box-shadow: 0px 5px 5px #777;
}


/* Reset */
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* Menu */
.menu {	
	height: 95px;
	width: 1000px;
/*
	background: #4c4e5a;

	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 95px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0 0px;
	margin: 0px 0;
	line-height: 28px;
	text-decoration: none;
	
	border-left: 0px solid #393942;
	border-right: 0px solid #4f5058;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #000000;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.6);*/

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #8fde62; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 95px;
	left: 0;

	opacity: 0;
	
	/*background: #ebebeb;*/

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 33px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 500px;
	padding: 4px 10px 4px 10px;
	margin: 0;

	border: none;
	/*
	border-bottom: 1px solid #e1e1e1;
	*/
}

.menu ul li:last-child a { border: none; }

/* Icons */
.menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }
.cs-prev, 
.cs-next { padding: 0px 10px 0px 10px; }

.text_line			{ font-size: 9pt; color: #666666; text-decoration:line-through; }

.font42b_red		{ font-size: 42pt; font-weight: bold; color: #990000; }

.font18b_green		{ font-size: 18pt; font-weight: bold; color: #003300; }

.font16b_white		{ font-size: 16pt; font-weight: bold; color: #FFFFFF; }

.font16b_orange		{ font-size: 16pt; font-weight: bold; color: #DE4628; }

.font14b_white		{ font-size: 14pt; font-weight: bold; color: #FFFFFF; }

.font14b_red		{ font-size: 14pt; font-weight: bold; color: #990000; }

.font14b_orange		{ font-size: 14pt; font-weight: bold; color: #DE4628; }

.font12_green		{ font-size: 12pt; color: #003300; }

.font12b_yellow		{ font-size: 12pt; font-weight: bold; color: #FFCC00; }

.font12b_green		{ font-size: 12pt; font-weight: bold; color: #669900; }

.font12b_white		{ font-size: 12pt; font-weight: bold; color: #FFFFFF; }

.font12b_wine		{ font-size: 12pt; font-weight: bold; color: #CC0000; }

.font12b_brown		{ font-size: 12pt; font-weight: bold; color: #663333; }

.font12b_black		{ font-size: 12pt; font-weight: bold; color: #000000; }

.font12b_gray		{ font-size: 12pt; font-weight: bold; color: #666666; }

.font11b_yellow		{ font-size: 11pt; font-weight: bold; color: #FFCC00; }

.font11b_white		{ font-size: 11pt; font-weight: bold; color: #FFFFFF; }

.font11_gray		{ font-size: 11pt; color: #666666; }

.font11_green		{ font-size: 11pt; color: #003300; }

.font11_white		{ font-size: 11pt; color: #FFFFFF; }

.font10				{ font-size: 10pt; color: #000000; }

.font10_white		{ font-size: 10pt; color: #FFFFFF; }

.font10_wine		{ font-size: 10pt; color: #CC0000; }

.font10_green		{ font-size: 10pt; color: #003300; }

.font10b			{ font-size: 10pt; font-weight: bold; color: #000000; }

.font10b_gray		{ font-size: 10pt; font-weight: bold; color: #666666; }

.font10b_green		{ font-size: 10pt; font-weight: bold; color: #003300; }

.font10b_yellow		{ font-size: 10pt; font-weight: bold; color: #FFCC00; }

.font10b_orange		{ font-size: 10pt; font-weight: bold; color: #DE4628; }

.font10b_white		{ font-size: 10pt; font-weight: bold; color: #FFFFFF; }

.font10b_wine		{ font-size: 10pt; font-weight: bold; color: #CC0000; }

.font9				{ font-size: 9pt; color: #000000; }

.font9_white		{ font-size: 9pt; color: #FFFFFF; }

.font9_gray			{ font-size: 9pt; color: #666666; }

.font9_orange		{ font-size: 9pt; color: #FF6600; }

.font9_red			{ font-size: 9pt; color: #FF0000; }

.font9_brown		{ font-size: 9pt; color: #993300; }

.font9_blue			{ font-size: 9pt; color: #0000FF; }

.font9_green		{ font-size: 9pt; color: #006633; }

.font9_wine		{ font-size: 9pt; color: #CC0000; }

.font9b				{ font-size: 9pt; font-weight: bold; }

.Font9b_red			{ font-size: 9pt; font-weight: bold; color: #FF0000; }

.font9b_wine		{ font-size: 9pt; font-weight: bold; color: #CC0000; }

.font9b_green		{ font-size: 9pt; font-weight: bold; color: #006600; }

.font9b_brown		{ font-size: 9pt; font-weight: bold; color: #663300; }

.font9b_white		{ font-size: 9pt; font-weight: bold; color: #FFFFFF; }

.font9b_gray		{ font-size: 9pt; font-weight: bold; color: #666666; }

.font8_gray			{ font-size: 8pt; color: #666666; }
