

/* ----------------------------------------------------  Ratings for articles - styles for the star rater   */

#yd_ratings {
	/* clear: both; */
	width: 390px;	
	vertical-align: text-top;
	float: left;
	/* border: 1px solid black; 
	display: block; */
}

#yd_ratings_new {
	/* clear: both; */
	width: 120px;	
	vertical-align: text-top;
	float: right;
	/* border: 1px solid black; 
	display: block; */
}

.yd_star-rating{
list-style:none;
margin: 0px;
padding:0px;
width: 150px;
height: 30px;
/* position: relative; */
background: url(http://yoodoo.org.uk/images/star_rating2.gif) top left repeat-x; 
}
.yd_star-rating li{
padding:0px;
margin:0px;
/*\*/
float: left;
/* */
}
.yd_star-rating li a{
display:block;
width:30px;
height: 30px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
padding: 0px;
position: absolute;
}

.yd_star-rating li a:hover{
background: url(http://yoodoo.org.uk/images/star_rating2.gif) left center;
z-index: 2;
left: 0px;
}
.yd_star-rating a.yd_one-star{
left: 0px;
}
.yd_star-rating a.yd_one-star:hover{
width:30px;
}
.yd_star-rating a.yd_two-stars{
left:30px;
}
.yd_star-rating a.yd_two-stars:hover{
width: 60px;
}
.yd_star-rating a.yd_three-stars{
left: 60px;
}
.yd_star-rating a.yd_three-stars:hover{
width: 90px;
}
.yd_star-rating a.yd_four-stars{
left: 90px;
} 
.yd_star-rating a.yd_four-stars:hover{
width: 120px;
}
.yd_star-rating a.yd_five-stars{
left: 120px;
}
.yd_star-rating a.yd_five-stars:hover{
width: 150px;
}
.yd_star-rating li.yd_current-rating{
background: url(http://yoodoo.org.uk/images/star_rating2.gif) left bottom;
/* position: absolute; */
height: 30px;
display: block;
text-indent: -9000px;
z-index: 1;
}

/* ----------------------------------------------------  Ratings for Home page  */

.yd_highest_rated_stars {
	display: block;
	/* display: -moz-inline-block; */
	width: 110px;
	height: 22px;
	text-align: left;
	line-height: normal;
	padding: 0px;
	padding-top: 2px;
	
	
}
.yd_highest_rated_stars_img {
	padding: 0;
	margin: 0;	
}

/* ----------------------------------------------------  Ratings for Article page - Related  */

#yd_related_container .yd_related_stars {
	display: inline;
	width: 80px;
	height: 22px;
	text-align: left;
	line-height: normal;
	padding: 0;
	margin: 0;
}

.yd_related_stars_img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



#yd_related_container_new .yd_related_stars {
	display: inline;
	width: 80px;
	height: 22px;
	text-align: left;
	line-height: normal;
	float: left;
	padding: 0;
	margin: 0;
}

.yd_related_stars_img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* ------------------- new version ------------------- */
#yd_rateStatus{float:left; clear:both; width:100%; height:2px; border: 1px solid black; display:none;}
#yd_rateMe {float:left;padding:0px; margin:0px; padding-left:0px;}
#yd_rateMe li{float:left;list-style:none;}
#yd_rateMe li a:hover,
#yd_rateMe .on{background:url(http://yoodoo.org.uk/images/star_orange.gif) no-repeat;}
#yd_rateMe .old_on{background:url(http://yoodoo.org.uk/images/star_filled.gif) no-repeat;}
#yd_rateMe a{float:left;background:url(http://yoodoo.org.uk/images/star_empty.gif) no-repeat;width:23px; height:22px;}
#yd_rateMe .static_text{float:left;width:70px; height:22px;padding-top:2px;}
#yd_rateMe .static_text_new{float:left;width:70px; height:22px;padding-top:0px;}
#yd_ratingSaved {display:none;}
.yd_saved{color:red; }

/* -------------- related */
#yd_related_title {
	/*background: url('../images/headlines/article_related.gif');
	background-repeat: no-repeat;*/
	width: 310px;
	/*height: 430px;*/
	float: right;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	text-align: right;
	/* border: 1px solid green; */  
}
#yd_related_container {
	overflow: auto;
	width: 310px;
	height: 345px;	
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;	
	border: 1px solid #d6d6d6;
  display: block;
  float: right; 
}

.yd_related {
	
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}

#yd_related_container .yd_related_img {
	float: left;
	height: 85px;
	width: 100px;
	margin-right: 10px;
	 background-color:#FFF;
}

#yd_related_container a {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 12px;
	text-decoration: underline;
}

#yd_related_container a:hover {
	color: #f58300;
}

#yd_related_container .h1 {
	color: #f58300;
	font-size: 16px;
	line-height: 20px;
}



#yd_competition {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-align: justify;    
	float: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	width: 940px;
}

#yd_comp_title {
	position: relative;
	top: 0px;
	width: 940px;
	height: 60px;
	background-image: url('../images/competition_background.gif');
	background-repeat: no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
#yd_comp_title h1 {
color: #1395a4;
text-decoration: none;
cursor: text;
margin-left: 60px;
margin-bottom: 10px;
margin-top: 0px;
line-height: 40px;
height: 40px;
font-size: 24px;
font-weight: normal;
width: 590px;
}

#yd_competition a {
font-size: 16px !important;
line-height: 16px;
font-weight: normal;
}



/* ----------------------------------------------------  Right Column */

#yd_rightColumn{
	/*position: relative;*/
	width: 200px;
	float: right;
	text-align: left;
	top: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -------------- Hot topics  */
#yd_hot_topics {
margin-top: 20px;
	background: url('../images/headlines/home_hot-topics.gif');
	background-repeat: no-repeat;
	min-height: 50px;
	width: 200px;
	top: 0px;
	line-height: 18px;
}

/* -------------- Most active members */
#yd_most_active_members {
	margin-top: 20px;
	background: url('../images/headlines/home_most-active-members.gif');
	background-repeat: no-repeat;
	min-height: 50px;
	width: 200px;
	top: 0px;
	line-height: 18px;
}

/* -------------- Most commented_members */
#yd_most_commented_members {
	margin-top: 20px;
	background: url('../images/headlines/home_most-commented-members.gif');
	background-repeat: no-repeat;
	min-height: 50px;
	width: 200px;
	top: 0px;
	line-height: 18px;
}

/* -------------- Highest rated */
#yd_highest_rated {
	
	background: url('../images/headlines/home_highest-rated.gif');
	background-repeat: no-repeat;
	min-height: 50px;
	width: 200px;
	top: 0px;
	line-height: 18px;
}

/* -------------- Best contributor */

#yd_best_contributor {
	/* position: relative; */
	background: url('../images/headlines/home_best-contributor.gif');
	background-repeat: no-repeat;
	min-height: 50px;
	width: 200px;
	top: 0px;
	line-height: 18px;
	}

/* -------------- Most commented person */

#yd_most_commented_person {
	/* position: relative; */
	background: url('../images/headlines/home_most-commented-person.gif');
	background-repeat: no-repeat;
	min-height: 50px;
	width: 200px;
	line-height: 18px;
	margin-top: 20px;	
	}
	

/* -------------- Most commented person + Best contributor + Hot topics + Most active members +Most commented_members + Highest rated */

/*.yd_contributor_1, .yd_person_1 {

	padding-top: 60px;	
}

.yd_contributor_1, .yd_contributor_2, .yd_contributor_3, .yd_contributor_4, .yd_contributor_5, .yd_person_1, .yd_person_2, .yd_person_3, .yd_person_4, .yd_person_5 {
	font-size: 10px;
}*/

#yd_best_contributor .h1, #yd_most_commented_person .h1, 
#yd_hot_topics .h1, 
#yd_most_active_members .h1, 
#yd_most_commented_members .h1, 
#yd_highest_rated .h1
{
	color: #1694b8;
	font-size: 18px;
	text-decoration: none;
}

.yd_number {
	font-size: 18px;
}


/* -------------- Tags */

#yd_tags_container {
	/* position: relative; */
	background: url('../images/headlines/home_tags.gif');
	background-repeat: no-repeat;
	min-height: 50px;
	width: 200px;
	line-height: 18px;	
	margin-top: 20px;	
	}
	
#yd_tags {
	/*position: relative;*/
	padding-top: 60px;	
}
#yd_tags .yd_tag1{
	font-size: 14px;
	color: #000000;
	padding: 0 10px 0 0;
}
#yd_tags .yd_tag2{
	font-size: 18px;
	color: #8d8888;
	padding: 0 10px 0 0;
}
#yd_tags .yd_tag3{
	font-size: 24px;
	color: #f58300;
	padding: 0 10px 0 0;
}
#yd_tags .yd_tag4{
	font-size: 22px;
	color: #626060;
	padding: 0 10px 0 0;
}




/* ----------------------------------------------------  Right Column */

#yd_rightColumn_new {
	/*position: relative;*/
	width: 200px;
	overflow: hidden;
	float: right;
	text-align: left;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -------------- Hot topics  */
#yd_hot_topics_new {
margin-top: 10px;
	background: url('../images/home_hot-topics_new.gif');
	background-repeat: no-repeat;
	width: 200px;
	top: 0px;
	line-height: 18px;
	padding-left: 20px;
}

/* -------------- Reviews  */
#yd_reviews_new {
margin-top: 10px;
	background: url('../images/home_your-views_new.gif');
	background-repeat: no-repeat;
	width: 200px;
	top: 0px;
	line-height: 18px;
	padding-left: 20px;
}

#yd_reviews_new  .yd_reviews_inside_new {
position: relative;
top: 30px;
width: 200px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#yd_reviews_new .yd_rc_img {
float: left;
width: 50px;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#yd_reviews_new .yd_rc_img img {
border: none;
}

#yd_reviews_new .yd_rc_text {
width: 110px;
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 5px;
float: left;
}

#yd_reviews_new .yd_rc_view_name {
	font-size: 14px;
	color: #d84920;		
}
#yd_reviews_new .yd_rc_view_subject {
	font-size: 11px;
	color: #1395a4;
}

#yd_reviews_new .yd_rc_view_comment {
	font-size: 11px;
	line-height: 11px;
	color: #000000;
}

/* -------------- Most active members */
#yd_most_active_members_new {
	margin-top: 10px;
	background: url('../images/home_most-active-members_new.gif');
	background-repeat: no-repeat;
	width: 200px;
	top: 0px;
	line-height: 18px;
	padding-left: 20px;
}


/* -------------- Tags */
#yd_tags_container_new {
	/* position: relative; */
	margin-top: 10px;
	background: url('../images/home_tags_new.gif');
	background-repeat: no-repeat;
	width: 200px;
	top: 0px;
	line-height: 18px;
	padding-left: 20px;
	}


#yd_tags_new {
	/*position: relative;*/
	padding-top: 40px;
	width: 180px;
	line-height: 18px;
}

#yd_tags_new .yd_tag1{
	font-size: 11px;
	color: #000000;
	padding: 0 10px 0 0;
	line-height: 16px;
}
#yd_tags_new .yd_tag2{
	font-size: 14px;
	color: #8d8888;
	padding: 0 10px 0 0;
	line-height: 16px;
}
#yd_tags_new .yd_tag3{
	font-size: 16px;
	color: #f58300;
	padding: 0 10px 0 0;
	line-height: 16px;
}
#yd_tags_new .yd_tag4{
	font-size: 18px;
	color: #626060;
	padding: 0 10px 0 0;
	line-height: 16px;
}

.yd_number_new {
	font-size: 12px;
}

#competition1 {
	background: url('../images/backgrounds/competition1.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 97px;
	line-height: 14px;
}

.competition_1 {
	
	margin: 0px 10px 0px 0px;
	padding: 4px 0px 0px 10px;
	width: 140px;
	line-height: 14px;
}

.competition_1 h1 {
font-size: 14px;
color: #000000;
padding: 10px 0px 10px 0px;
margin: 0px 0px 0px 0px;
line-height: 14px;
}

.competition_1 a {
font-size: 12px;
text-decoration: underline !important;
line-height: 14px;
color: #074762  !important;
}

#competition2 {
	background: url('../images/backgrounds/competition2.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 97px;	
	line-height: 14px;
}
.competition_2 {
	
	margin: 0px 10px 0px 90px;
	padding: 4px 0px 0px 10px;
	width: 140px;
	line-height: 14px;
}

.competition_2 h1 {
font-size: 14px;
color: #000000;
padding: 10px 0px 10px 0px;
margin: 0px 0px 0px 0px;
line-height: 14px;

}

.competition_2 a {
font-size: 12px;
text-decoration: underline !important;
line-height: 14px;
color: #074762  !important;
}

#competition3 {
	background: url('../images/backgrounds/competition3.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 97px;
	line-height: 14px;
}
.competition_3 {
	
	margin: 0px 10px 0px 0px;
	padding: 4px 0px 0px 10px;
	width: 140px;
	line-height: 14px;
}

.competition_3 h1 {
font-size: 14px;
color: #000000;
padding: 10px 0px 10px 0px;
margin: 0px 0px 0px 0px;
line-height: 14px;
}

.competition_3 a {
font-size: 12px;
text-decoration: underline !important;
line-height: 14px;
color: #074762  !important;
}

 /* ----------------------------------------------------  Search result */
#search {
	/* position: relative; */
	width: 940px;	
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: auto;
	text-align: center;
}
#search .searchResults {
	display: block;
	float: left;
	width:310px;
	padding: 0px 0px 0px 0px ;
	margin:0px 0px 30px 0px;
	height: 290px;
	max-height: 290px;
}

#search .searchResults a {
	font-size: 14px;
	color: #d63e12;
	text-decoration: underline;
	text-align: left;
}
#search .searchResults img {
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 5px;
	text-decoration: none;
}
#search .searchResults p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #000;
	text-align: justify;
	width: 300px;
}

.multi {
	clear: both;
}
.multi a {
	color: #1694b8;
	font-size: 18px;
}

#noResults {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 80px;
	padding-top: 80px;
}
#noResults span {
	font-size: 24px;
	color: #d63e12;
}
#noResults strong {
	font-size: 22px;
	color: #1694b8;
	font-weight: normal;
}

/* ----------------------------------------------------  Left Column */

#yd_menu_page_LeftColumn {
/* position: relative; */
	width: 740px;
	float: left;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#yd_menu_page_LeftColumn .yd_menu_page_Description {
	padding-left: 190px;
	padding-top: 35px;
	padding-right: 10px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f58300;
	line-height: 20px;
	height: 50px;
}

#yd_menu_page_LeftColumn .yd_menu_page_DescriptionA {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #f58300;
	line-height: 14px;	
}

#yd_menu_page_LeftColumn .yd_menu_page_Article {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
	padding-bottom: 30px;
	padding-right: 10px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f58300;
	line-height: 12px;
}

#yd_menu_page_LeftColumn  .yd_menu_page_ArticleDescription {
	float: right;
	text-align: left;
	width: 210px;	
	color: #000000;
	font-size: 12px;
	line-height: 12px;
}

#yd_menu_page_LeftColumn .yd_menu_page_ArticleDescriptionH {
	font-size: 14px;
	line-height: 14px;
	color: #3394b8;
}
#yd_menu_page_LeftColumn .yd_menu_page_ArticleDescriptionSeeMore {
	font-size: 14px;
	line-height: 14px;
	color: #3394b8;
	float: right;
	text-decoration: underline;
	padding-top: 3px;
	display: inline;
}

.yd_menu_page_imgFloatRight {
	float: right;
	margin-left: 10px;
	width: 80px;
	height: 60px;
	border-left: 1px solid #3394b8;
	border-right: 15px solid #3394b8;
	border-bottom: 1px solid #3394b8;
	border-top: 1px solid #3394b8;
}


#yd_menu_page_LatestNews {
	width: 360px;
	height: 183px;
	background-image: url('../images/backgrounds/article_latest-news.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	cursor: pointer;
}

#yd_menu_page_StreetTalk  {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_street-talk.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	cursor: pointer;
}
#yd_menu_page_YooAsk  {
	width: 360px;
	height: 183px;	
	background-image: url('../images/backgrounds/article_yoo-ask.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_YoodooFilms  {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_yoodoo_films.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_Events  {
	width: 360px;
	height: 183px;	
	background-image: url('../images/backgrounds/article_events.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_NoticeBoard  {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_notice-board.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#yd_menu_page_Sport  {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_sport.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_ProblemsPage {
	width: 360px;
	height: 183px;
	background-image: url('../images/backgrounds/article_problems-page.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
 
#yd_menu_page_HealthAdvice  {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_health-advice.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_StayingSafe {
	width: 360px;
	height: 183px;
	background-image: url('../images/backgrounds/article_staying-safe.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#yd_menu_page_Careers {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_careers.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}



#yd_menu_page_Reviews {
	width: 360px;
	height: 183px;
	background-image: url('../images/backgrounds/article_reviews.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_Talent  {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_talent.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_TopTips {
	width: 360px;
	height: 183px;
	background-image: url('../images/backgrounds/article_top-tips.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_PrimarySchools {
	width: 360px;
	height: 183px;
	background-image: url('../images/backgrounds/article_primary-schools.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

#yd_menu_page_SecondarySchools  {
	width: 360px;
	height: 183px;
	margin-left: 20px;
	background-image: url('../images/backgrounds/article_secondary-schools.gif');
	background-repeat: no-repeat;
	float: left;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}


/* ----------------------------------------------------  Right Column */

#yd_menu_page_RightColumn {
	position: relative;
	width: 200px;
	float: right;
	text-align: right;
	top: 38px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;

}
#yd_menu_page_RightColumn img {
  text-align: right;
  float: right;
}







  /* ----------------------------------------------------  older */

  /* ----------------------------------------------------  Left Column */
#yd_article_menu_leftColumn {
	/* position: relative; */
	width: 740px;
	float: left;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#yd_article_menu_leftColumn .yd_seeMore {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	text-align: right;
	float: right;
}

#yd_article_menu_headline {
	padding-bottom: 10px;
}

#yd_article_menu_leftColumn .yd_article_menu_section {
	width: 740px;
	float: left;
	display: inline;
}

#yd_article_menu_leftColumn .yd_article_menu_description_orange {
	width: 444px;
	float: left;
	background-color: #ef8220;
	padding: 4px 20px 2px 20px;
	font-size: 15px;
	line-height: 16px;
	border: 3px solid #d63e12;
}

#yd_article_menu_leftColumn .yd_article_menu_description_blue {
	width: 444px;
	float: left;
	background-color: #91cadb;
	padding: 4px 20px 2px 20px;
	font-size: 15px;
	line-height: 16px;
	border: 3px solid #1395a4;
}

#yd_article_menu_leftColumn .yd_article_menu_from_section {
	width: 210px;
	height: 129px;
	float: left;
	background-image: url('../images/am_background.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}

#yd_article_menu_leftColumn .yd_article_menu_from_section p {
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	display: inline;
}

#yd_article_menu_leftColumn .yd_article_menu_imgFloatLeft {
	float: left;
	padding-right: 15px;
}

#yd_article_menu_leftColumn .yd_article_menu_link {
	display: block;
	font-size: 11px;
	color: #000000;
	line-height: 10px;
	text-decoration: underline;
}
#yd_article_menu_leftColumn span {
	font-size: 12px;
	font-weight: normal;
	color: #ef8220;
}

.yd_from_section {
	font-size: 14px;
	padding-bottom: 2px;	
}


/* -------------- path */
#yd_path {
	text-align: left;
	padding-bottom: 5px;	
}


/* ----------------------------------------------------  Right Column */

#yd_article_menu_rightColumn {
	position: relative;
	width: 170px;
	float: right;
	text-align: right;
	top: 38px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#yd_article_menu_rightColumn img {
  text-align: right;
  float: right;
}
/* ----------------------------------------------------  Other styles */

.yd_imgFloatLeft {
	float: left;
	padding-right: 10px;
}

.brClearBoth {
	clear: both;
}

/* ----------------------------------------------------  Left Column */
#yd_menu_page_LeftColumn_new {
/* position: relative; */
width: 760px;
float: left;
text-align: left;
font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#yd_menu_primary_article {
width: 250px;
background-color: #FFFFFF;
float: left;
margin: 0px auto;
text-align: center;
}

.yd_menu_primary_image {

/*top: 190px;*/
margin: 0px auto;
text-align: center;
width: 200px;
border: 1px solid #CCCCCC;
}
#yd_menu_primary_article_text {
margin: 0px auto;
text-align: center;
/*top: 410px;*/
width: 230px;
background-color: #FFFFFF;
padding: 0px 0px 0px 0px;
}
#yd_menu_primary_article_text h1 {
color: #1395a4;
font-size: 22px;
line-height: 26px;
font-weight: normal;
display: inline;
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#yd_menu_primary_article_text a.h1 {
color: #1395a4;
font-size: 22px;
line-height: 26px;
font-weight: normal;
display: inline;
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#yd_menu_primary_article_text p {
color: #000000;
font-size: 12px;
line-height: 14px;
margin-top: 10px;
width: 250px;
text-align: left;
}
#yd_menu_primary_article_text a {
color: #000000;
font-size: 12px;
line-height: 12px;
text-decoration: none;
}

#yd_menu_primary_article_text a.article_seemore {
color: #d63e12;
font-size: 12px;
line-height: 14px;
text-decoration: underline;
}



/*-- menu -*/

#yd_menu_searchresults {
font-size: 12px;
line-height: 14px;
width: 760px;
margin: 0px auto;
text-align: center;
}

#yd_menu_searchresults img {
border: 1px solid #CCCCCC;
}

#yd_menu_stars .yd_menu_stars_img {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
display: inline;
border: none;
}
#yd_menu_stars .yd_menu_stars_img_23 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
display: inline;
border: none;
}

#yd_menu_searchresults .yd_menu_article {
font-size: 12px;
line-height: 14px;
width: 190px;
float: left;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
}

#yd_menu_searchresults  a {
font-size: 14px;
line-height: 14px;
color: #d63e12;
}

#yd_menu_searchresults .menu_multi {
font-size: 16px;
font-weight: bold;
color: #1c96bc;
text-decoration: underline;
text-align: center;
margin: 0px auto;
}

/* ----------------------------------------------------  Right Column */

#yd_article_menu_rightColumn_new {

	/*width: 180px;
	display: inline;
	float: right;
	text-align: right;*/
	padding-top: 38px;
	/*margin:  0px 0px 0px 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;*/
}
#yd_article_menu_rightColumn_new img {
  /*text-align: right;
  float: right;
  padding: 0px 0px 0px 0px;
margin:  0px 0px 0px 0px;*/
}

.yd_menu_stars_img_23 {
display: inline;
border: none;
}


/* --- CSS doc --- */



#yd_upload {
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	width: 940px;
}
#yd_upload h2 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 20px;
	color: #fd8721;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
}

#yd_upload a {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;	
}

/* ---------------------------------------------------- Left Column */
#yd_uys_LeftColumn {
	float: left;
	width: 370px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;

}

#yd_uys_LeftColumn .yd_uys_FloatLeft {
	text-align: right;
	float: left;
	display: inline;
	padding-right: 5px;
	width: 110px;
}

#yd_uys_LeftColumn .yd_uys_FloatRight {
	float: right;
	display: inline;
	text-align: left;
	width: 250px;
}

#yd_uys_LeftColumn .yd_uys_FloatRight  input {
	width: 230px;
}


#yd_uys_LeftColumn .yd_uys_FloatAll {
	text-align: left;
	display: block;
	 padding: 10px 10px 10px 10px;
	width: 335px;
	font-size: 11px;
	line-height: 11px;
	color: #454545;
	background-color: #ebebeb;
	border: 3px #c5c5c5 solid;
}

/* ---------------------------------------------------- Right Column */

#yd_uys_RightColumn {
	float: right;
	width: 550px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

#yd_uys_RightColumn .yd_uys_RFloatLeft {
	display: inline;
	padding-right: 10px;
	width: 100px;
	float: left;
	text-align: right;
}

#yd_uys_RightColumn .yd_uys_RFloatRight {
	float: right;
	display: inline;
	text-align: left;
	width: 430px;

}
#yd_uys_RightColumn input {
width: 300px;
}

#yd_uys_RightColumn  .yd_uys_RFloatRightCh {
	float: right;
	display: inline;
	width: 430px;
	text-align: right;
}

.brClearAll {
	clear: both;
}

#files_list {
	font-size: 11px;
}

#files_list input {
	margin-left: 20px;
	font-size: 14px;
	float: right;
	width: 120px;
}



/* --------------------------------------------------------------------------------------  Left Container */

#yd_terms_and_conditions {
	width: 940px;	
	float: left;
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#yd_terms_and_conditions h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #fd8721;
}
#yd_terms_and_conditions a {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #1694b8;
}