@charset "UTF-8";
/* CSS Document */

/* Elements needed for the subpage which are not included in layout.css */

#sub_header_link1 {
	float:left;
	width:150px;
	height:10px;
	/*margin-left:10px;*/
	margin-top:10px;
}
#sub_middle_pane {
	background-image:url(../images/subpage_middle_bg.jpg);
	width: 982px;
	height: 275px;
}
#sub_middle_banner {
	float:right;
	width: 653px;
	height: 149px;
	margin-top:16px;
	background-repeat:no-repeat;
}
#sub_middle_menu {
	float:left;
	height: 25px;
	width: 982px;
}

#sub_content_title {
	width: 200px;
	padding-left: 45px;
	padding-top: 5px;
}
#sub_content_title_menu {
	padding-left: 45px;
	padding-top: 5px;
}
#sub_mid_hline {
	background-image: url(../images/hor_rule.png);
	background-repeat: repeat-x;
	height: 2px;
	width:982px;
	margin-top:5px;
	margin-bottom:20px;
}
#sub_content_left {
	float:left;
	
	width:550px;
	padding-left:45px;
	padding-right:45px;
}
#sub_vline {
	float:left;
	background-image: url(../images/ver_rule.png);
	background-repeat: repeat-y;
	width: 2px;
}
#sub_content_right {
	float:right;
	padding-left:45px;
	padding-right:45px;
	width: 250px;
	height:100%;
	min-height:300px;
	background-image:url(../images/ver_rule.png);
	background-repeat:repeat-y;
}

#sub_content_row_xxl {
	float:left;
	padding-bottom:10px;
}
#sub_content_title_xxl {
	padding-bottom:10px;
}
#sub_content_thumb_xxl {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
#sub_content_brief_xxl {
	width: 350px;
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
#sub_content_brief_xl {
	width: 280px;
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
#sub_product_thumb {
	float:left;
	text-align:center;
	
}
#con_row{
    clear:both;
 	padding-bottom:3px;
	text-align:left
	vertical-align:bottom;
	height:27px;
 }
#con_1{
	width:150px;
	float:left;
	text-align:left;
	vertical-align:bottom;
 	margin-left:5px;
}
#con_red{
	width:10px;
	float:left;
	text-align:left;
	vertical-align:bottom;
	color:#FF0000;
	margin-left:5px;
}
#con_2 {
	width:150px;
	float:left;	
	clear:right;
	text-align:left;
	vertical-align:bottom;
	margin-left:5px;
}
#smart_tab_mid {
	height:26px;
	background-image:url(../images/tab_mid.gif);
	background-repeat:repeat-x;
	padding:0px 5px;
	padding-top:0px;
	color:#FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#smart_tab_mid_selected {
	height:26px;
	background-image:url(../images/tab_mid_selected.gif);
	background-repeat:repeat-x;
	padding:0px 5px;
	padding-top:0px;
	color:#FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#smart_tab_mid a:link{
	color:#FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#smart_tab_mid a:visited{
	color:#FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#smart_tab_mid a:hover{
	color:#8C9B36;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#smart_tab_holder {
	padding-left: 43px;
	padding-top: 5px;
}

#smart_tab_left {
	background-image:url(../images/tab_left.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#smart_tab_left_selected {
	background-image:url(../images/tab_left_selected.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#smart_tab_right {
	background-image:url(../images/tab_right.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#smart_tab_right_selected {
	background-image:url(../images/tab_right_selected.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#smart_tab_hline{
	background-image: url(../images/hor_rule.png);
	background-repeat: repeat-x;
	height: 2px;
	
	width:982px;
	margin-bottom:20px;
}
.textBox {
	FONT-SIZE: 9px;
	WIDTH: auto;
	FONT-FAMILY: "Trebuchet MS", Arial, Tahoma;
	BACKGROUND-COLOR: #EFEFEF;
	color: #333333;
	border: 1px solid #999999;
}
.errMsg {
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Tahoma;
	color: #FF0000;
}
 
ul {margin-top:0px;padding-top:0px}
 