/* this is the HOME page style sheet for Pre-Trib K2 */
div.catItemView {
    margin: 10px 10px;
    padding: 15px 25px 15px 25px;
    border: 1px solid #EBEAEC;
    border-radius: 5px;
	box-shadow: 1px 1px 5px #62809D;
	
}
div.catItemReadMore {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    text-align: center;
    border-radius: 4px;
	box-shadow: 1px 1px 5px #62809D;
}
div.catItemReadMore a{
	color: #999999 !important;
	text-decoration: none !important;
}

div.catItemReadMore a:hover {
	color: #CB202D !important;
}