
/* ********************************************
/                    Titles  
***********************************************/

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
}

/*Others*/

.on-sales, .small{float:right; color:#C00; font-size:12px;}

.small{color:#333; font-size:10px; margin-top:-5px;}

/* ********************************************
/                   Links - -  Images  
***********************************************/

a {
	color: #bacf66;
	}

img {
	vertical-align: bottom;
	}



.content ul li {
	width: 180px;
	margin-right: 20px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	}

.content ul li h3 {
	color: #444;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

.content ul li h3 a {
	color: #444;
	text-decoration: none;
	}

.content ul li h3 a:hover {
	color: #bacf66;
	}

.content ul li p {
	}

.content ul li a {
	}

.content ul li a img {
	padding: 1px;
	border: 1px solid #d4d4d4;
	}

.content ul li a:hover img {
	border-color: #bcd06c;
	}

.content ul li a.btn_readon {
	width: 61px;
	height: 18px;
	display: block;
	background: url(../images/buttons.jpg) no-repeat -1px -2px;
	text-indent: -9999px;
	margin-top: 0.5em;
	}

.content ul li a.btn_readon:hover {
	background-position: -1px -23px;
	}

.content ul li a.btn_readon:active {
	background-position: -1px -44px;
	}

.content ul li a.btn_download {
	width: 72px;
	height: 18px;
	display: block;
	background: url(../images/buttons.jpg) no-repeat -160px -2px;
	text-indent: -9999px;
	margin-top: 1em;
	}

.content ul li a.btn_download:hover {
	background-position: -160px -23px;
	}

.content ul li a.btn_download:active {
	background-position: -160px -44px;
	}

.content ul li a.btn_view {
	width: 41px;
	height: 18px;
	display: block;
	background: url(../images/buttons.jpg) no-repeat -65px -2px;
	text-indent: -9999px;
	margin-top: 1em;
	}

.content ul li a.btn_view:hover {
	background-position: -65px -23px;
	}

.content ul li a.btn_view:active {
	background-position: -65px -44px;
	}
