/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

    1. Open style.css file and find any clasess you want to override
	2. Copy classes to override in this file, make sure you put classes outside
	3. Activate custom.css file in theme admin panel

*/
/* START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */
table{border-width:1px 1px 0 0;border-color:#ccc;border-style:solid;}
td,th{border-width:0 0 1px 1px;border-color:#ccc;border-style:solid;}
td{padding:.5em;}
th{background:#999;color:#fff;line-height:2em;}
.rating{
	text-align:center;
}
.read-review{
	text-align:center;
}
.visit-site{
	text-align:center;
}
.position{

}
.position span{
	display:block;margin:0 auto;
	width:16px;text-align:center;
}
.row-title{
	
}
.row-title h3{
	margin:0;padding:0;
}

ul.rating-list{
	float:right;
	width:116px;list-style:none;
	margin:0 0 1em;padding:0;
	border:2px solid #eee;padding:1em;background:#f8f8f8;
}
.rating-contents{
}
ul.rating-list em{
	font-style:normal;
}
.post ul.rating-list li{
	background:none;margin:0;padding:0;
	border-bottom:1px dashed #ccc;
	color:#000;
}
.star{
	display:block;
	width:50px;height:12px;
	text-indent:-150px;overflow:hidden;
	background:url(./img/allstar.gif) 0 -108px no-repeat;
}
td .star{
	margin:0 auto;
}
ul .star{
	float:right;
	margin-top:-1.5em;
}
.star-1{background-position:0 -108px;}
.star-2{background-position:0 -96px;}
.star-3{background-position:0 -84px;}
.star-4{background-position:0 -72px;}
.star-5{background-position:0 -60px;}
.star-6{background-position:0 -48px;}
.star-7{background-position:0 -36px;}
.star-8{background-position:0 -24px;}
.star-9{background-position:0 -12px;}
.star-10{background-position:0 0;}

li.current{font-weight:600;}
