﻿.SearchResultsContainer
{
	width:544px;
	color:#727274;
	font-size:12px;
	font-family:Arial;
	overflow:hidden;
	margin-top:10px;
}
.SearchResultsContainer .Item
{
	width:544px;
	overflow:hidden;
}
.SearchResultsContainer .Image
{
	float:right;
	width:90px;
	height:60px;
	margin-left:20px;
	border:solid 1px #EEE;
	margin-top:5px;
	margin-right:1px;
}
.SearchResultsContainer .Details
{
	float:right;
	width:295px;
	padding-left:7px;
	overflow:hidden;
	vertical-align:middle;
}
.SearchResultsContainer .Details .MediaStrip a
{
	font-size:12px;
}
.SearchResultsContainer .Details .MediaStrip a:hover
{
}
.SearchResultsContainer a.Title
{
	display:block;
	width:340px;
	height:15px;
	overflow:hidden;
	font-weight:bold;
}
.SearchResultsContainer .SubTitle
{
	display:block;
	width:340px;
	height:15px;
	overflow:hidden;
	padding-top:4px;
}
.SearchResultsContainer .Image img
{
	width:90px;
	height:60px;
}
.SearchResultsContainer .Image a
{
	width:90px;
	height:60px;
}
.SearchResultsContainer .AcademicPrograms {
	direction:rtl;
	display:none;
	font-weight:normal;
	margin-left:-100%;
	margin-top:16px;
	position:absolute;
	z-index:100;
	width:133px;
}
.SearchResultsContainer .AcademicPrograms a 
{
	text-decoration:none !important;
	color:#2A3664 !important;
}
.SearchResultsContainer .AcademicPrograms a:hover
{
	text-decoration:underline !important;
}
.SearchResultsContainer .AcademicPrograms *
{
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.SearchResultsContainer .AcademicPrograms .Top
{
	width:133px;height:9px;
	background:url('Index/dropdown_top.png') no-repeat;
}
.SearchResultsContainer .AcademicPrograms .Middle
{
	width:113px;
	height:14px;
	background:url('Index/dropdown_pixel.png');
	padding:0px 10px;
	overflow:visible;
}

.SearchResultsContainer .AcademicPrograms .Bottom
{
	width:133px;height:17px;
	background:url('Index/dropdown_bottom.png') no-repeat;
}
.SearchResultsContainer .LinksStrip
{
	/*padding-top:4px;*/
}
.SearchResultsContainer .LinksStrip a
{
	text-decoration:underline;
	color:#AA922C;
}
.SearchResultsContainer .LinksStrip a:hover
{
	text-decoration:underline;
}
.SearchResultsContainer .LinksStrip span
{
	font-size:10px;vertical-align:top;
}
.SearchResultsContainer .MediaStrip img
{
	width:13px;
	height:12px;
}
.SearchResultsContainer .MediaStrip
{
	margin-top:5px;
}
.SearchResultsContainer .PushDown
{
	height:8px;
}
.SearchResultsContainer .Divider
{
	height:18px;
	border-bottom:solid 1px #EEE;
	margin-bottom:10px;
}
.SearchResultsContainer .Order
{
	float: left;
	width: 50px;
	height: 58px;
	cursor: pointer;
}
.SearchResultsContainer .Order img
{
	width: 50px;
	height: 58px;
}
.SearchResultsContainer .AjaxIndicator
{
	position:relative;
	width:25px !important;
	height:25px !important;
	display:none;
	right:10px;
	top:20px;
}

.SearchResultsContainer .AjaxIndicator img
{
	width:25px !important;
	height:25px !important;
}

.HPDividerCol .Shadow .Part1
{
	height:150px;
}

/*~~~~~~~~~~~~~~*/
/*~~~Sponsers~~~*/
/*~~~~~~~~~~~~~~*/

.Sponsers 
{
	direction:rtl;
	padding:10px 0px;
}
.Sponsers *
{
	overflow:hidden;
	color:#2A3664;
	cursor:pointer;
}
.Sponsers a
{
	text-decoration:none;
}
.Sponsers .Sponser
{
	width:172px;height:221px;
    background:url('Index/sponser_bg.jpg') no-repeat;
    float:right;
	margin-right:14px;
	text-align:center;
	display:block;
}

.Sponsers .Sponser:first-child
{
	margin-right:0px;
}

.Sponsers .Sponser img
{
	width:120px;
	height:80px;
	border:solid 1px #EEE;
	margin-top:20px;
}
.Sponsers .Sponser .Description
{
	padding-top:7px;
	margin:0px auto;
	width:70%;
}
.Sponsers .Sponser .Title
{
	font-weight:bold;
	height:16px;
}
.Sponsers .Sponser .SubTitle
{
	padding-top:5px;
	height:52px;
	line-height:17px;
}

.SearchResultsContainer .Checkbox
{
    background:url('Site/uncheck.jpg') no-repeat 10px 10px;
    width:35px;
    float:right;
    padding-left:10px;
    height:68px;
    cursor:pointer;
}
.SearchResultsContainer .Checkbox div
{
    margin:45px 5px 0px 0px;color:#2A3664;font-weight:bold;
}
.SearchResultsContainer .Checkbox.Check
{
    background:url('Site/check.jpg') no-repeat right 4px;
}