/* books */
#main .books {
	background: url(../imgs/dottedLine.gif) repeat-x bottom;
	min-height: 1px;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
#main .books:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html #main .books {height:1px}

#main .books li {
	position: relative;
	float: left;
	width: 235px;
	margin-right: 10px;
}

#main .books p {
	background: red;
	width: auto;
	margin: 0;
}

#main .books li img {
	float: left;
	margin-right: 4px;
	width: 111px;
}

#main .books h2 a {
	color: #9a9b9d;
	text-decoration: none;
}

#main .books .new {
	position: absolute;
	left: 116px;
	bottom: 0;
	padding: .1em .6em;
	font-size: .9em;
	background: #d32e12;
	color: #fff;
	float: left;
}


/* news */
#main .cms {
	margin-bottom: 5em;
}

#main .cms li {
	width: 360px;
	margin-bottom: 1em;
	background: url(../imgs/home_bullet.gif) no-repeat 0 .5em;
	padding-left: 9px;
}

#content { position:relative;}
#content p.facebook { float:right; top:0px; position:absolute; right:0;}

