
/*main layout*/

#tech_main_header{
width:970px;
height:15px;
margin-bottom:5px;
}

#tech_main_area{
width:830px;
float:left;
}

#tech_left{
width:405px;
float:left;
}

#tech_right{
width:405px;
float:right;
}

.tech_info,
.tech_info_no_border {
width:405px;
margin-bottom:5px;
margin-top:5px;
border-bottom:1px solid #CCCCCC;
padding-bottom:5px;
}

.tech_info_no_border {
	border-bottom:0 ;
}

#tech_sidebar{
width:120px;
float:right;
font-size:11px;
padding-left:10px;
border-left:2px solid #f5861f;
overflow:visible;
}

#tech_sidebar h2{
font-size:11px;
font-weight:bold;
margin:0px;
}

#tech_sidebar ul{
font-size:11px;
font-weight:bold;
}

#tech_sidebar a{
font-size:11px;
font-weight:normal;
text-decoration:none;
color:#333333;
}

#tech_sidebar a:visited{
color:#333333;
}

#tech_sidebar a:hover{
color:#f5861f;
}

#tech_sidebar_title{
width:110px;
float:left;
font-size:11px;
padding-left:10px;
border-left:2px solid #f5861f;
overflow:visible;
}

/*header, font*/

#tech_main_header h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-top:0px;
margin-bottom:0px;
color:#333333;
}


.tech_header{
width:405px;
height:20px;
background:url(../images/tech_images/feature_images/tech_header.png) no-repeat left top;
}

.tech_header h2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:0px;
padding-top:4px;
margin-left:10px;
color:#333333;
} 

.tech_info p,
.tech_info_no_border p {
width:315px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin:0px;
padding:0px;
float:right;
} 

.tech_info_no_border p {
width: 380px;
float: none;
padding-left: 10px;
}

/*images*/

.tech_info{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
} 

.tech_info_symbol{
float:left;
margin:0px;
}

.tech_info_pic{
float:right;
margin-left:5px;
border:1px solid #CCCCCC;
} 

