/*=============================*/
/* Stock list original styles */
/*=============================*/

#stbody ul.stlist li {
	padding:1%;
}

#stbody ul.stlist li a {
	background-color:#fbfbfb;
	box-shadow:0px 1px 4px #999;
}
#stbody ul.stlist li a:hover {
	background-color:#e8e8e8;
}

#stbody ul.stlist li a h2 {
	color:#666!important;
}

#stbody ul.stlist li a h3 {
	color:#444!important;
}

#stbody ul.stlist li a h4 {
	color:#222!important;
}
#stbody ul.stlist li a .stspec dl dt {
	color:#777!important;
}
#stbody ul.stlist li a .stspec dl dd {
	color:#555!important;
}
#stbody ul.stlist li a p.stcdetail {
	color:#454545;!important
}
#stbody ul.stlist li a p.stprice {
	color:#222!important;
}

/*=============================*/
/* Stock detail original styles */
/*=============================*/

a {
	color: #222;
}
a:hover {
	color:#364CB4;
	text-decoration:none;
}

.stdtitle h2 {
	color:#666!important;
	font-weight:normal;
}

.stdtitle h3 {
	color:#444!important;
	font-weight:normal;
}

.stdtitle h4 {
	color:#222!important;
	font-weight:bold;
}

.stdprice h3 {
	background-color:#666;
	font-weight:bold!important;
	padding:5px!important;
	text-align:	center;
	color:#fff!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}

.stdinfo_dl dt {
	color:#777!important;
}
.stdinfo_dl dd {
	color:#333!important;
	font-weight:bold!important;
}

h3.stdtxttitle {
	color:#444!important;
	border-bottom:2px solid #ccc;
	padding:0 0 5px 0!important;
}

.stdequip ul li {
	border-color:#ccc;
	color:#333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#f8f8f8;
}

.stdform table th {
	font-weight:bold;
	background-color:#666;
	color:#fff;
	text-align:left;
	vertical-align:middle!important;
	border-bottom:1px dotted #ccc;
}
.stdform table td {
	border-bottom:1px dotted #ccc;
}
.stdform .stfinp {
	background-color:#fafafa;
	border-color:#ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.std_submitbox {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
.std_submitbox2 {
	background-color:#333;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}

/*=============================*/
/* Text botton */
/*=============================*/
p.stntxtbn a {
	color:#fff;
	background-color:#222;
}
p.stntxtbn a:hover {
	color:#fff;
	background-color:#111;
}


/*=============================*/
/* News list original styles */
/*=============================*/

.newsmm ul li a {
	padding:3%;
	border-bottom:1px dotted #bbb;
}
.newsmm ul li a:hover {
	color:#333;
	background-color:#f0f0f0;
}
.newsmm ul li a .nm0m p.p_nm0-01 {
	color:#888;
}

/*=============================*/
/* News list original styles */
/*=============================*/
	#newsdetail h2 {
		color:#222;
	}
	#newsdetail p.newsdate {
		color:#999;
	}
	#newsdetail #ndcc p {
		color:#454545;
	}