/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.model_group{ /*header of 1st demo*/
background-color:#282828;
cursor: hand;
cursor: pointer;
padding: 6px 20px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
width:610px;
font-size:12px;
color:#FFFFFF;
background-image:url(../share_images/arrow_01.jpg);
background-repeat:no-repeat;
background-position: left;
height:20px;
border-bottom:1px solid #3D3E3D;
}


.openrange{ /*class added to contents of 1st demo when they are open*/
background-color:#171818;
background-image:url(../share_images/arrow_02.jpg);
padding: 6px 20px;
background-repeat:no-repeat;
background-position: left;
border-bottom:none;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-size:12px;
margin: 10px 0;
}

.list{
width:620px;
background-color:#1D1D1D;
padding: 15px;
margin-bottom:12px;

}

.list img{
margin: 0 0 0 65px;
}

.list_item{
width:138px; padding:0px; margin:0px; float:left;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5C5C5C;
padding-left:5px;

}

.list_a{
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5C5C5C;
text-decoration:none;
}

.list_a:hover{
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5594CD;
text-decoration:underline;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}


