/* -------- program ----- */

.list .header {
	color: #FFFFFF;
	background: #FF8D00 url(../images/copyright_bg.png) -1px repeat-x;
	border-top: solid 1px #FFAC45;
	border-bottom: solid 1px #FFAC45;
	margin-top: 20px;
	padding: 7px 0 7px 0;
}
.list .header h1 {
	float: left;
	width: 44%;
	text-align: left;
	padding-left: 5%;
}
.list .header a {
	display: block;
	float: right;
	width: 44%;
	text-align: right;	
	padding-right: 2%;
}

.program {
	float: left;
	padding: 5px 0 5px 0;
	width: 100%;
}
.program.sticky {
	background: #FFDAAB;
}

.program .title {
	width: 100%;
	background: #FFD198 url(../images/header_bg.png) top repeat-x;
	text-align: right;
	border-top: solid 1px #DA7900;
	border-bottom: solid 1px #DA7900;
}
.program .title a.name {
	padding: 5px;
	float: left;
	display: block;
	width: 25%;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: left;	
}
.program .new {
	color: red;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	width: 5%;
	float: left;
}
.program .title ul {
	padding: 5px;
	list-style: none;
	overflow: hidden;
}
.program .title li {
	display: inline;
}
.program .title li a {
	font-size: 10px;
}

.program .main .col1 {
	float: left;
	width: 125px;
	padding: 5px 0 5px 0;
}
.program .main .col2,
.program .main .col3 {
	float: left;
	width: 40%;
	padding: 5px 0 5px 0;
}
.program .status {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.program .status1 {
	color: green;
}
.program .status2 {
	color: gray;
}
.program .status3 {
	color: orange;
}
.program .status4 {
	color: red;
}
.program .status5 {
	color: lightgray;
}

.program .percents {
	font-weight: bold;
	font-size: 17px;
}

.program .rating {
	float: left;
	width: 100px;
}

.program .emptystars {
	float: left;
	background: url('../images/emptystars.png');
	position: relative;
	width: 95px;
	height: 18px;
}
.program .fullstars {
	background: url('../images/fullstars.png');
	position: absolute;
	height: 18px;
	top: 0;
	left: 0;
}

.program .description {
	border-top: dotted 1px #CB7000;
	border-bottom: dotted 1px #CB7000;
}

.program .paysystems {
	display: inline-block;
	margin: 3px 0;
}
.program .options {
	display: inline;
	margin: 3px 0;
}

.program .adminnote {
	background: #FEEEDD;
	border: dotted 1px #CB7000;
	padding: 2px 5px 2px 5px;
	margin: 2px 0 2px 0;
}

.program .support {
	text-align: center;
}
.program .forums {
	text-align: center;
}

.program .adminnote b {
	color: #CB7000;
}

.program .pratios {
	width: 150px;
	height: 10px;
	background: #FFFFFF;
	border: solid 1px #FF8D00;
}
.program .pratios .full div {
	background: #FF8D00;
	height: 6px;

}
.program .pratios .partial div {
	background: #FF8D00;
	height: 6px;
}

.program_add .payment_systems {
	padding: 2px;
}
.program_add .options {
	padding: 2px;
}

.program .summary {
	width: 20px;
	float: left;
}

.program .summary .mood {
	width: 20px;
	height: 20px;
}
.program .summary .rate {
	text-align: center;
}

.program .summary.mood3 .mood {
	background: url(../images/r3.gif) no-repeat center;
}
.program .summary.mood2 .mood {
	background: url(../images/r2.gif) no-repeat center;
}
.program .summary.mood1 .mood {
	background: url(../images/r1.gif) no-repeat center;
}
.program .summary.mood0 .mood {
	background: url(../images/r0.gif) no-repeat center;
}

.program .summary.mood3 .rate {
	color: green;
}
.program .summary.mood2 .rate {
	color: orange;
}
.program .summary.mood1 .rate {
	color: red;
}
.program .summary.mood0 .rate {
	color: black;
}
.program .col3 .votes_summary {
	float: right;
}

.program .col1 .votes_summary {
	padding-left: 20px;
}

.program .ourraiting {
	float: left;
	width: 200px;
}
.program .usrraiting {
	float: left;
	width: 200px;
}