#colOne
{
	width: 260px;
}
#colTwo
{
	width: 670px;
}
#colOne li
{
	font-size: 13px;
	border-bottom: 1px solid #FAA8CB;
}
#colOne li a
{
	display: block;
	padding: 3px 0px 3px 10px;
	background: url(../images/icons/main_cat_arrow.gif) no-repeat center left;
}
#colOne li a:hover
{
	background: #FDE3EE url(../images/icons/about_menu_over.gif) no-repeat center left;
}
#colOne li a.active
{
	color: #F42D86;
	background: #FDE3EE url(../images/icons/about_menu_over.gif) no-repeat center left;
}
p a
{
	color: #F42D86;
}
p a:hover
{
	text-decoration: underline;
}

#aboutMenu
{
	margin-bottom: 7px;
}

#ajaxLoader
{
	position: absolute;
	top: 50px;
	left: 600px;
}
h6
{
	font-size: 14px;
	font-weight: normal;
	color: #F42D86;
	margin-bottom: 5px;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
thead
{
	background-color: #ebebeb;
	border-bottom: 1px solid #d9d9d9;
}
th,td
{
	padding: 5px;
	border-right: 1px solid #d9d9d9;
}
th
{
	font-weight: normal;
	text-align: left;
}
.noBorder
{
	border: none;
}
.odd
{
	background-color: #f5f5f5;
}
#ratingList li
{
	padding-left: 30px;
	height: 30px;
}
#perfect
{
	background: url(../images/icons/hanger3_s.gif) no-repeat top left;
}
#excellent
{
	background: url(../images/icons/hanger2_s.gif) no-repeat top left;
}
#good
{
	background: url(../images/icons/hanger1_s.gif) no-repeat top left;
}