﻿.boxes {
	float: right;
	width: 100%;
}
.tdBox {
	width: 32%;
	vertical-align: top;
	background: url(../images/box_bg.gif) repeat-x 0 0 #d8e4f4;
	border: 1px solid #83a1d5;
}
.box {
	width: 96%;
	margin: 5px auto;
}
.boxBanner {
	width: 300px;
	border: 0px solid red;
}
.box h1,
.box h2 {
	font-size: 16px;
	color: #282468;
	margin-bottom: 5px;
	width: 98%;
	border: 0px solid red;
	border-bottom: 1px solid #7977b8;
}
.box ol {
	margin-right: 30px;
	padding: 0px;
	margin-top: 0px;
	border: 0px solid blue;
}
.box p,
.box li {
	color: #282468;
	font-size: 12px;
	margin-bottom: 5px;
}
.box a {
	color: #282468;
}
.box p {
	margin-bottom: 10px;
}
.summary {
	font-size: 12px;
	padding-bottom: 10px;
}

/* Rating */
.rating {
	border: 1px solid red;
}
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    float: right;
}
.filledRatingStar {
    background-image: url(../images/FilledStar.png);
}
.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}
.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}

