#content .title{
	background:url("../images/glob/h1.png");
	background-repeat:repeat-x;
	font-size:20px;
	height:39px;
	margin:0;
	text-align:left;
	text-indent:10px;
	width:100%;
	line-height:37px;
	color:#333;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; 
	border-top-left-radius: 10px; -moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px; border-top-right-radius: 10px;
}
#content .title h1,#content .title h2{
	line-height:37px;
	color:#333;
	width:auto;
	float:left;
	text-align:left;
	text-indent:10px;
	margin:0;
	font-size:20px;
	height:39px;
}
#content .title .close, #content .title .open{
	float:right;
	margin:10px;
	cursor:pointer;
	display:none;
	background:url("../images/glob/close.png");
	background-repeat:no-repeat;
	width:17px;
	height:15px;
}
#content .title .open{background:url("../images/glob/open.png");}
#content .description{
	border:1px solid #ACACAC;
	border-top:none;
	margin-top:-6px;
	padding:20px;
	text-align:left;
	width:541px;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; 
	border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; 
	-webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
	background-color:#000000;
}
#content .module_product{
	-moz-border-radius:6px 6px 6px 6px;
	border-bottom:8px solid #777;
	border-top:8px solid #777;
	float:left;
	margin-top:10px;
	overflow:hidden;
	position:relative;
	width:583px;
}
#content .module_product .product{
	position:relative;
	width:563px;
	padding:10px;	
	background:#fff;
	height:110px;
	border-top:2px dotted #777;
	overflow:hidden;
	float:left;
}
#content .module_product .product:hover{background:url("../images/glob/quick_connect.png"); background-position:bottom;}
#content .module_product .first{border:none;}
#content .module_product .product img{ float:left; width:70px; height:70px;}
#content .module_product .product h2{ 
	background:url("../images/leftmenu/sub_menu.png") no-repeat scroll 0 1px transparent;
	border-bottom:1px dotted #BBBBBB;
	color:#333333;
	font-size:17px;
	margin:0 0 8px;
	padding-bottom:3px;
	text-indent:20px;
}
#content .module_product .product p{
	color:#000000;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:50px;
	margin:0px;
	overflow:hidden;
	text-align:left;
	width:485px;
	line-height:16px;
}
#content .module_product a{
	position:relative;
	color:#444;
	text-decoration:none;
}
#content .module_product a:hover, #content .module_product a:active{
	color:#000;
	text-decoration:none;
}
#content .module_product .product .read_more{
	-moz-border-radius:11px 11px 11px 11px;
	background-image:url("../images/glob/h1.png");
	background-position:-4px 50%;
	background-repeat:repeat-x;
	border:1px solid #777777;
	color:#444;
	cursor:pointer;	
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-top:3px;
	padding:5px;
}
#content .module_product .product .read_more:hover{color:#000;border:1px solid #333;}
