/* CSS Document */
.draw
{
	width:600px;	
	border:0px;
	border-bottom:1px solid #B5B5B5;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	position:relative;
	height:660px;
}

.draw span
{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}


.draw .img_list
{
	margin:10px;
}

.draw .img_list .img_holder
{
	margin:7px;
	margin-bottom:50px;
	float:left;
	padding:0px;
	text-align:left;
	background-image:url(../images/img_bg.gif);
	width:95px;
	height:70px;
	position:relative;
	color:#000000;
	font-size:11px;
}

.draw .img_list .img_holder .img_data
{
	border:0px;
	position:absolute;
	top:70px;
}

.draw .img_list .img_holder .img_data a
{
	border:0px;
	position:relative;
	color:#004FF0;
	text-decoration:none;
	margin:0px;
}

.draw .img_list .img_holder .img_data a:hover
{
	text-decoration:underline;
}

.draw .img_list .img_holder .img_link
{
	border:1px solid #00CC00;
	position:absolute;
	top:0px;
	left:0px;
}
.draw .img_list .img_holder .img_link:hover
{
	border:1px solid #7AD27A;
	position:absolute;
	top:2px;
	left:2px;
}

