 p {
font-family: Arial, sans-serif;
font-size: 12pt;
color: #6E6E6E;
}
.module {
font-size: 12px;
float: left;
height: 150px;
width:120px;
margin: 10px 3px 3px 0px;
position: relative;
overflow: hidden;
text-align: center;
padding: 5px 2px 5px 2px;
border: 2px solid #A9E2F3; 
background-color:#FAFAFA;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 10px; 
}

img.wirings {
margin: 2px 2px;
width:70px;
padding: 5px 5px 5px;
background-color: white;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 2px 2px 2px #888888;
}

.Feature  {
position: relative;
margin: 5px 5px 5px 5px;
padding: 30px 12px 0px 5px;
background-color: #FAFAFA;
border: 1px solid #06C;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.Feature::after { 
content: "Board Features:";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 10px;
font-weight: bold;
font-family: Arial, sans-serif;
background-color: #06C;
border: 1px solid #06C;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}

.Feature ul{
	margin:7px 1px 5px -11px;
	
}
.Feature ul li {
font-family: Trebuchet MS, Arial, sans-serif;
 text-align: left;
list-style-image: url('/images/Bullet.gif');
margin:-7px -7px 1px -10px;
padding-left:0px;
color: #777777;
font-size:13px;
}
.Feature ul li ul{
	margin:3px 1px 5px -20px;
	
}
.Feature ul li ul li{
text-align: left;
list-style-image: url('/images/index_a.gif');
margin:-7px -5px 1px -10px;
padding-left:0px;
color: #777777;
font-size:14px;
}

.Software  {
position: relative;
margin: 15px 5px 5px 5px;
padding: 30px 12px 0px 5px;
background-color: #FAFAFA;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.Software::after { 
content: "Software Features:";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 10px;
font-weight: bold;
font-family: Arial, sans-serif;
background-color: #DDD;
border: 1px solid #DDD;
color: #000;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}

.Software ul{
	margin:7px 1px 5px -11px;
	
}
.Software ul li {
font-family: Trebuchet MS, Arial, sans-serif;
 text-align: left;
list-style-image: url('/images/Bullet.gif');
margin:-7px -7px 1px -10px;
padding-left:0px;
color: #777777;
font-size:13px;
}
.Software ul li ul{
	margin:3px 1px 5px -20px;
	
}
.Software ul li ul li{
text-align: left;
list-style-image: url('/images/index_a.gif');
margin:-7px -5px 1px -10px;
padding-left:0px;
color: #777777;
font-size:14px;
}

.note_tb1 {
		border-spacing: 0;				
		border-collapse: collapse;
 				
}
.note_tb1 td{
 		border-right: 0px solid #DDD;
		border-collapse: collapse;
		border-spacing: 0;				
}

.kuang {
margin: 10px 2px;
padding: 3px 12px 14px 5px;
background-color: white;
border: 1px solid #DDD;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: 2px 2px 2px #888888;
}

.note_tb2 {
		border-spacing: 0;				
		border-collapse: collapse;
}
.note_tb2 th{
		border-spacing: 0;				
		border-collapse: collapse;
		background:#01A6E6;
 		border: 1px solid #DDD;
		color:white;	
 		padding:3px;		
	
}
.note_tb2 td{
 		border: 1px solid #DDD;
		border-collapse: collapse;
		border-spacing: 0;		
 		padding-left:5px;	
 		font-size:6pt;			
}

.note_tb3 {
		border-spacing: 0;				
		border-collapse: collapse;
}
.note_tb3 th{
		border-spacing: 0;				
		border-collapse: collapse;
		background:#080808;
 		border: 1px solid #DDD;
		color:white;	
 		padding:3px;		
	
}
.note_tb3 td{
 		border: 1px solid #DDD;
		border-collapse: collapse;
		border-spacing: 0;		
 		padding-left:5px;		
		
}

.noteguide_tb {
		border-spacing: 0;				
		border-collapse: collapse;
 
}
.noteguide_tb td{
 		border-bottom: 1px solid #DDD;
		border-collapse: collapse;
		border-spacing: 0;		
 		padding-left:5px;		
				
}

.noteguide_tb img{
	padding-top:10px;	
				
}

.design {
position: relative;
margin: 5px 5px 5px 5px;
padding: 30px 12px 0px 5px;
background-color: #FAFAFA;
border: 1px solid #DF3A01;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.design::after { 
content: "Hardware reference design:";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 10px;
font-weight: bold;
font-family: Arial, sans-serif;
background-color: #DF3A01;
border: 1px solid #DF3A01;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}

.noteone {
position: relative;
margin: 5px 30px 15px 30px;
padding: 3px 10px 0px 50px;
background-color: #F6E3CE;
border: 1px solid #F6E3CE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.noteone::after { 
content: "Note:";
position: absolute;
top: 1px;
left: -1px;
padding: 2px 10px 2px 6px;
font-size: 10px;
font-family: Arial, sans-serif;
background-color: #FE9A2E;
border: 1px solid #F6E3CE;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
border-radius: 0px 211px 211px 0px ;
}
.noteone p{
font-family: Arial, sans-serif;
font-size: 10pt;
padding: 1px;
margin: 2px 30px 5px 3px;
color:#61210B;
Font-style:italic;
}
.origin {
position: relative;
margin: 5px 0px 15px 0px;
padding: 1px 10px 0px 50px;
background-color: #ffffff;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.origin::after { 
content: "Note:";
position: absolute;
top: -1px;
left: -1px;
padding: 1px 10px 2px 6px;
font-size: 10px;
font-family: Arial, sans-serif;
background-color: whiteSmoke;
border: 1px solid #DDD;
color: #9DA0A4;
-webkit-border-radius: 4px 0 4px 0;
border-radius: 0px 211px 211px 0px ;
}
.origin p{
font-family: Arial, sans-serif;
font-size: 10pt;
padding: 1px;
margin: 2px 30px 5px 3px;
Font-style:italic;
}
.orderone {
position: relative;
margin: 5px 5px 5px 5px;
padding: 3px 10px 0px 110px;
background-color: #F6E3CE;
border: 1px solid #F6E3CE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color:#61210B;

}
.orderone::after { 
content: "Shipping Notice:";
position: absolute;
top: -1px;
left: -1px;
padding: 1px 10px 2px 6px;
font-size: 10px;
font-family: Arial, sans-serif;
background-color: red;
border: 1px solid red;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
border-radius: 0px 211px 211px 0px ;
}

.cc {
position: relative;
margin: 5px 30px 6px 30px;
padding: 3px 10px 0px 80px;
background-color: #F6E3CE;
border: 1px solid #F6E3CE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.cc::after { 
content: "File Demo";
position: absolute;
top: 1px;
left: -1px;
padding: 2px 5px 2px 6px;
font-size: 10px;
font-family: Arial, sans-serif;
background-color: #FE9A2E;
border: 1px solid #F6E3CE;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
border-radius: 0px 211px 211px 0px ;
}
.cc p{
font-family: Arial, sans-serif;
font-size: 10pt;
padding: 1px;
margin: 2px 30px 5px 3px;
color:#61210B;
Font-style:italic;
}

.cc ul{
	margin:7px 1px 5px -25px;
	
}
.cc ul li {
font-family: Trebuchet MS, Arial, sans-serif;
 text-align: left;
list-style-image: url('/images/index_a.gif');
margin:-7px -7px 1px -10px;
padding-left:0px;
color: #777777;
font-size:13px;
}
 




.example {
position: relative;
margin: 5px 30px 15px 3px;
padding: 0px 10px 0px 70px;
background-color: #F2F2F2;
border: 1px solid #CEECF5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.example::after { 
content: "example:";
position: absolute;
top: 1px;
left: -1px;
padding: 2px 10px 2px 6px;
font-size: 10px;
font-family: Arial, sans-serif;
background-color: #FE9A2E;
border-left: 1px solid #CEECF5;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
border-radius: 0px 211px 211px 0px ;
}
.example p{
font-family: Arial, sans-serif;
font-size: 10pt;
padding: 1px;
margin: 2px 30px 5px 3px;
color:#61210B;

}

.relate {
position: relative;
margin: 5px 30px 5px 0px;
padding: 15px 12px 0px 0px;
background-color: #FAFAFA;
border: 1px solid #01A6E6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.relate::after { 
content: "Related links:";
position: absolute;
top: -1px;
left: -1px;
padding: 1px 3px;
font-size: 5px;
font-weight: bold;
font-family: Arial, sans-serif;
background-color: #01A6E6;
border: 1px solid #01A6E6;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}

.core9g25  {
position: relative;
margin: 5px 5px 5px 5px;
padding: 30px 12px 0px 5px;
background-color: #FAFAFA;
border: 1px solid #06C;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.core9g25::after { 
content: "For CORE9G25:";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 10px;
font-weight: bold;
font-family: Arial, sans-serif;
background-color: #06C;
border: 1px solid #06C;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}

.wifig25  {
position: relative;
margin: 5px 5px 5px 5px;
padding: 30px 12px 0px 5px;
background-color: #FAFAFA;
border: 1px solid #06C;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.wifig25::after { 
content: "For WiFiG25:";
position: absolute;
top: -1px;
left: -1px;
padding: 3px 7px;
font-size: 10px;
font-weight: bold;
font-family: Arial, sans-serif;
background-color: #06C;
border: 1px solid #06C;
color: #ffffff;
-webkit-border-radius: 4px 0 4px 0;
-moz-border-radius: 4px 0 4px 0;
border-radius: 4px 0 4px 0;
}