/* CSS Document */

.line_of_3_boxes {
	width:503px;
	height:auto;
	margin:0px;
	border:none;
	padding:0px;
	overflow:hidden;
}

.line_of_4_boxes {
	width:670px;
	height:auto;
	margin:0px;
	border:none;
	padding:0px;
	overflow:hidden;
	text-align:center;
}

.line_of_4_boxes a{
	border:none;
	text-decoration:none;
}

.line_of_4_boxes a:link { 
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}

.line_of_4_boxes a:visited {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;	
}

.line_of_4_boxes a:hover {
	text-decoration:none;
	color:#999999;
	font-weight: normal;
}

.column_of_3_boxes {
	width:165px;
	height:503px;
	margin:0px;
	border:none;
	padding:0px;
	overflow:hidden;
}


.outer_image_box {
	float:left;
	position:relative;
	width:161px;
	height:130px;
	margin:2px;
	border: 1px solid #AAA;	
	padding:0px;
	text-align:left;
}

.outer_image_box div{
	background:#DDD;
	width:145px;
	height:95px;
	margin:8px 8px auto 8px;
	overflow:hidden;
}

.outer_image_box ul{
	margin:0px;
	padding:0px;	
}
.outer_image_box ul li{
	list-style:none;
	list-style-image:none;
	font-size:9px;
	margin-left: 8px;
	padding:0px;
}

.outer_image_box a{
	border:none;
	text-decoration:none;
	cursor:pointer;
}

.outer_image_box ul li a{ 
	border:none;
	text-decoration:none;
	cursor:pointer;
}


