/* CONTENT */
.content { 
	width: 573px;
	position: relative;
}

h3 {
    font: bold 15px "Trebuchet Ms";
    color: #B0191A;
    margin-bottom: 20px;
}

.ul-home {
	margin-left: 3px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
}

.ul-home li {
	margin-bottom: 7px;
}

.container {
	padding: 0 10px 0 10px;
}

/* LEFT SIDEBAR */
.sidebar-text {
	float: left;
	margin-top: 20px;
}
.sidebar-text p {
	font-size: 22px;
	font-family: "Trebuchet MS";
	color: #900;
	line-height: 1.1em;
}
.sidebar-text p span.highlight {
	color: #FF7F03;
}
.sidebar-text .startbutton {
	height: 29px;
	margin-top: 22px;
}

#default_main_content
{
    float: right;
    width: 540px;
    margin-right: 10px;
    min-height: 350px;
}
#default_main_content ul li
{
    float: left;
    margin-right: 25px;
    display: inline;
}
/*SIDEBAR RIGHT */
.subscriber_info
{
    float: right;
	height: 350px;
	width: 223px;
}
.subscriber_info h3 {
    font: bold 15px "Trebuchet Ms";
    color: #B0191A;
    margin-bottom: 20px;
}
.subscriber_info form
{
	margin-top: 7px;
	margin-bottom: 10px;
	position: relative;
	width: 218px;
	height: 85px;
	border-bottom: solid 1px #D1D1D1;
}
.login
{
    margin-bottom: 10px;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
}
.login a
{    
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ae1b19;    
}
.inputText
{
    background: url(<%=AkamaiDirectory%>/Resources/images/common/input_blocks_bg.png) repeat-x;
    height: 13px;
    margin-left: 14px;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #999999;
    border: 1px solid #CCCCCC;
    width: 130px;   
}
.forgotten_password
{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FF7F03;
}
.why_signin
{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #FF7F03;
}
.find_ad
{
    font: bold 15px "Trebuchet Ms";
    color: #A8A8A8;
    margin: 20px 0 5px 0;
    width: 150px;
    line-height: 120%;
}
.ad_number
{
    font: bold 15px "Trebuchet Ms";
    color: #B0191A;
}
.ad_details
{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
    line-height: 130%;
    width: 180px;
}

.accordion
{
	height: 315px;
}
.testimonials {
	width: 218px;
	margin-top: 30px;
}
.testimonials h3 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #B0191A;
	padding-bottom: 5px;
}
.default_tab_content {
	height: 230px;
	background-color: #ffffff;
	margin-left: 4px;
	margin-right: 4px;
}
.spoter_video {
	position: relative;
}

/*POPUP */
.popup {
	width: 544px;
	height: 341px;
	border: solid 1px #CCC;
	padding-left: 27px;
	position: absolute;
	top: 0;
	background-color: #FFF;
	z-index: 1000;
	display: none;
}
.largepopup {
	width: 510px;
	height: 353px;
	border: solid 1px #CCC;
	padding-left: 20px;
	position: absolute;
	top: 150px;
	left: 320px;
	background-color: #FFF;
	z-index: 1000;
	visibility:hidden;
}
.popup .close,
.largepopup .close {
	float: right;
	width: 20px;
	background-color: #ECECEC;
	padding: 4px;
}
.popup .close a,
.largepopup .close a {
	background-image: url(../images/common/bg_button_close_popup.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
	padding-right: 15px;
	display: block;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #333;
}
.popup h3 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #B0191A;
	padding-top: 7px;
	margin-bottom: 10px;
}
.popup .movie {
	float: left;
	width: 382px;
	height: 237px;
}
.popup .moviedescription {
	float: left;
	width: 147px;
	padding-left: 10px;
}
.popup h4 {
	font-size: 12px;
	color: #C21C1D;
	padding-bottom: 3px;
}
.popup p {
	padding-right: 15px;
}
.popup .addetailsbutton {
	float: right;
	margin-right: 20px;
}
.popup .media {
	float: left;
	width: 210px;
}
.popup .mediadescription {
	float: left;
	width: 319px;
	padding-left: 10px;
}
.largepopup .movie {
	width: 488px;
	height: 300px;
}

#theLayer h3 {
    font: bold 15px "Trebuchet Ms";
    color: #B0191A;
    margin-bottom: 20px;
}
#theLayer .label {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 10px;
}
#theLayer .content {
    font-size: larger;
    margin-bottom: 10px;
}
