@charset "utf-8";
/* List Item column Layout*/
#liRows{
	width: 760px;
	padding: 20px;
	;
}

#liRows h3 {
	padding: 10px 25px 0 0;
	font-size : 100%;
	color: #0066CC;
}

#liRows p{
	margin : 0 10px 0 0px;
	padding : 10px 10px 10px 0px;
}
#liRows a{
	text-decoration: none;
}

#liRows ul {
	list-style-type:none;
	margin: 0px;
	padding : 0;

/* border-top : 20px solid #90305c; */
}

#liRows ul:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden; }

#liRows li {
	position : relative;
	float : left;
	width : 750px;
	padding : 4px 4px;
	background:bottom no-repeat url(../images/horizontal_line_upper.jpg);
}

#liRows li#one { }

#liRows li#two {}

#liRows li#three {
	clear: both;
}

#liRows li#four {}

#liRows li#five {
	clear: both;
}


#liRows li#six {}

#liRows h3 img {
	float : left;
	padding: 0px 20px 10px 0px;
}
