/* -------- 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%;
}


.clearfix .program {
	float: left;
	padding: 5px;
	width: 100%;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.75);
	margin-top: 10px;
}
.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: 40%;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: left;	
}
.program .title ul {
	padding: 5px;
	list-style: none;
	overflow: hidden;
}
.program .title li {
	display: inline;
}
.program .title li a {
	font-size: 12px;
	background: rgba(202, 144, 4, 0.3);
	padding: 2px 5px;
	color: #622E02;
}
.program .title li a:hover {
	background: rgba(3, 134, 15, 0.7);
	color: #fff;
	}

.program .main .col1 {
	float: left;
	width: 125px;
	padding: 5px 0 5px 0;
	margin-right: 9px;
}
.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;
}
.clearfix .program .status1 {
	color: green;
	background:none !important;
}
.clearfix div {font-size:12px !important;}
.clearfix .col3 div {padding:0.5px !important;}
.clearfix .status {font-size:20px !important;}
.program .status2 {
	color: gray;
}
.program .status3 {
	color: orange;
}
.program .status4 {
	color: red;
}
.program .status5 {
	color: lightgray;
}

.program .percents {
	font-weight: bold;
}

.program .main {border-bottom: dotted 1px #CB7000;}

.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;
	display:none;
}

.ourrating .rating {width: 100px;}
.usrrating .rating {width: 100px;}
.ourrating {padding:0px !important;}
.usrrating {padding:0px !important;}

.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 .new {float: left;margin-top: 5px;text-transform: uppercase;}
.program .hot_wrap {
    float: left;
    padding: 5px 0;
    width: 12%;
}

.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;
}
.insurance {
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 101;
    top: 15px;
    left: -60px;
    background: url(../images/Insurance.png) no-repeat top;
    text-align: center;
    padding-top: 15px;
    font-weight: 800;
    color: #fe5756;
}