/**
* licenses.css
*
* Licenses styles
*/
#sec #block1 { 
	position:absolute;
	top: 8px;
	left: 8px;
	width: 388px;
	height: 122px;
	background: url('../images/shared/about_sec_page_block1.jpg') no-repeat 0 0;
}


#sec ul#licenses {
	position: relative;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 90%;
}
#sec ul#licenses li {
	position:relative;
	margin: 0;
	padding: 1em;
	font-size: 12px;
}
#sec ul#licenses li img {
	margin: 1em 0;
}
#sec ul#licenses li div.description {
	margin: 0em;
}
#sec ul#licenses li.line {
	clear: both;
	padding: 0;
	line-height: 0;
	border-top: 1px solid #b1aa8d;
}

