/* -------- program ----- */
@import url(https://fonts.googleapis.com/css?family=Oswald:300);
.list .header {
	color: #FFFFFF;
	background: #4a3287;
	margin-top: 20px;
	border-top:7px #731c5e solid;
	border-bottom:7px #731c5e solid;
	border-left:14px #731c5e solid;
	border-right:14px #731c5e solid;
	text-shadow: -1px -1px 0px #333; 
	padding: 7px 0 7px 0;
}

.list .header h1 {
	float: left;
	width: 44%;
	text-align: left;
	padding-left: 5%;
	font-size:16px;
	font-weight:normal;
}
.list .header a {
	display: block;
	float: right;
	width: 44%;
	margin-top:2px;
	text-align: right;	
	padding-right: 2%;
	color:rgba(255,255,255,1);
}

.program {
	float: left;
	padding: 5px 0 5px 0;
	width: 100%;
}
.program.sticky {
	background: #FFDAAB;
}

.program .title {
	width: 100%;
	background: #4a3287;
	text-align: right;
	height:30px;

}
.program .title a.name {
	padding: 0px 5px 0px 30px;
	float: left;
	display: block;
	line-height:26px;
	width: 40%;
	font-size: 24px;
	text-decoration: none;
	text-align: left;
	background:#4a3287;
	color:#c3e58b;	
}
.program .new {
	color: red;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin-left:-336px;
	width: 5%;
	float: left;
}
.ourrating {
	margin-right:20px;
	width:234px;
	float:right;
	display:block;
	margin-top:2px;
}
.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: 140px;
	padding: 15px 5px 5px;
	text-align:center;
	min-height:125px;
	background:#4a3287;
	color:#fff;
	line-height:18px;
}
.program .main .col2,
.program .main .col3 {
	float: left;
	width: 200px;
	padding: 0px 0 5px 0;
	background:#4a3287;
	min-height:120px;
	font-size:12px;
	color:#fff;
	line-height:18px;
}
.program .main .col4 {
	float: left;
	width: 130px;
	padding: 0px 0 5px 0;
	background:#4a3287;
	min-height:120px;
	font-size:12px;
	color:#fff;
	line-height:18px;
}


.program .status {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	background:url(../images/statusbg.png) repeat-x;
	height:30px;
	line-height:30px;
	border-radius:0px 7px 7px 0px;
	margin-top:15px;
	font-weight:bold;
}
.program .status1 {
	color: #81cd1b;
	background:url(../images/s1.png) no-repeat 0px 50%;
	padding-left:30px;
}
.program .status2 {
	color:#feba44;
	background:url(../images/s2.png) no-repeat 0px 50%;
	padding-left:30px;
}
.program .status3 {
	color:#1c1c1c;
	background:url(../images/s3.png) no-repeat 0px 50%;
	padding-left:30px;
}
.program .status4 {
	color:#e40a08;
	background:url(../images/s4.png) no-repeat 0px 50%;
	padding-left:30px;
}
.program .status5 {
	color:#b1b1b1;
	background:url(../images/s5.png) no-repeat 0px 50%;
	padding-left:30px;
}

.program .percents {
	font-size: 9px;
	color:#fbfbfb;
	padding: 0px;
	margin:5px 5px;
}

.program .rating {
	float: left;
	width: 100px;
}

.program .emptystars {
	float: left;
	background: url('../images/emptystars.png');
	position: relative;
	width: 215px;
	height: 38px;
	margin-top:4px;
}
.program .fullstars {
	background: url('../images/fullstars.png');
	position: absolute;
	height: 38px;
	top: 0;
	left: 0;
}

.program .description {
	background:#422d75;
	padding:5px 10px;
	margin:3px 5px;
 font-size: 9px;
	color:#fff;
}

.program .paysystems {
	display: inline-block;
	margin: 2px  4px;
	padding:5px 10px;

}
.program .options {
	display: inline;
	margin: 2px 15px;
}

.program .adminnote {
	background: #FEEEDD;
	border: dotted 1px #CB7000;
	padding: 2px 5px 2px 5px;
	margin: 2px 0 2px 0;
}

.program .support {
	text-align: center;
	height:44px;
	display:block;
	margin-top:5px;
}
.program .forums {
	text-align: center;
 font-size: 10px;
}

.program .forums a {
	background:#288100;
	padding:2px 5px;
 font-size: 10px;
	color:#FFF;
	text-decoration:none;
}
.program .adminnote b {
	color: #CB7000;
}

.program .pratios {
	width: 230px;
	margin-top:10px;
	margin-bottom:5px;



}
.program .pratios .full div {
	background:#1c4a34;
	height: 9px;



}
.program .pratios .partial div {
	background:#1c4a34;
	height: 9px;

	
}

.program_add .payment_systems {
	padding: 2px;
}
.program_add .options {
	padding: 2px;
}

.program .summary {
	width: 42px;
	float: left;
}

.program .summary .mood {
	width: 42px;
	height: 46px;
}
.program .summary .rate {
	text-align: center;
}

.program .summary.mood3 .mood {
	background: url(../images/r3.png) no-repeat 50% 50%;
}
.program .summary.mood2 .mood {
	background: url(../images/r2.png) no-repeat 50% 50%;
}
.program .summary.mood1 .mood {
	background: url(../images/r1.png) no-repeat 50% 50%;
}
.program .summary.mood0 .mood {
	background: url(../images/r0.png) no-repeat 50% 50%;
}

.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: 190px;
}
.program .usrraiting {
	float: left;
	width: 190px;
}

.fmenu {
	display:block;
	height:32px;
	width:100%;
	color:#000;
	line-height:32px;
	background:#feba44;
}
.fmenu ul {
	padding: 0px 2px;
	list-style: none;
	overflow: hidden;
}
.fmenu li {
	display: inline;
}
.fmenu  li a {
	font-size: 12px;
	text-decoration:none;
	margin-left:1px;
	padding:14px 2px;
}
.fmenu  li a:hover {
	font-size: 12px;
	text-decoration:none;
	margin-left:1px;
	background:#330938;
	color:rgba(255,255,255,1);
	padding:14px 2px;
}