body{
	background-color:#373737;
	color:#FFFFFF;
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:11px;
	background-image:url(../images/common/sitebg.gif);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
}

#site
{
	display:block;
	width:950px;
/*	border:dashed #00ff00 1px;
*/
	
}

#logo
{
	display:block;
	height:115px;
	width:200px;
}

/**
 *           Main Menu from top
 **/
#topMenu
{
	float:left;
	display:block;
	height:32px;


}

	#topMenu .btn
	{
		float:left;
		display:block;
		width:110px;	
		height:24px;
		*height:34px;
		padding-top:9px;
		background-image:url(../images/common/top_btn_normal.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		color:#e8e8e8;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;	
		margin-right:1px;
	}

		#topMenu .btn:hover
		{
			background-image:url(../images/common/top_btn_over.gif);
			color:#ffffff;
		}

	#topMenu .selected
	{
		float:left;
		display:block;
		width:121px;	
		height:26px;
		*height:34px;
		padding-top:8px;
		background-image:url(../images/common/top_btn_selected.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		color:#e8e8e8;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;	
		margin-right:1px;
	}

/**
 *           The right side from the header bar
 **/
#topSearch
{
	float:right;
	display:block;
	width:270px;
	height:30px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}
	#topSearch .colt1
	{
		float:left;
		width:21px;
		height:30px;
		background-image:url(../images/common/top_search_1.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		margin-top:2px;
	}
	#topSearch .colt2
	{
		float:left;
		width:12px;
		height:30px;
		background-image:url(../images/common/top_search_3.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		margin-top:2px;
		
	}
	#topSearch .colt3
	{
		float:right;
		width:12px;
		height:30px;
		background-image:url(../images/common/top_search_5.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		margin-top:2px;
	}
	#topSearch .content
	{
		float:left;
		width:161px;
		*width:158px;
		height:21px;
		*height:20px;
		*height:30px;
		margin-top:1px;
		background-image:url(../images/common/top_search_2.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		padding-top:9px;
		padding-left:5px;
		margin-top:2px;

	}
	#topSearch .content_lang
	{
		float:right;
		display:block;
		width:59px;
		*width:67px;
		height:32px;
		background-image:url(../images/common/top_search_4.gif);
		background-repeat:repeat-x;
		background-position:4px;
		margin-top:0px;

	}
		#topSearch .content_lang a
		{
			float:left;
			margin:0px 0px 0px 5px;
		}
		
		#topSearch .en
		{
			float:left;
			display:block;
			width:21px;
			height:28px;
			margin:2px 0px 0px 3px;

			background-image:url(../images/common_night/lang_en.gif);
			text-decoration:none;
		}

		#topSearch .ro
		{
			float:left;
			display:block;
			width:21px;
			height:28px;
			margin:2px 0px 0px 3px;
			background-image:url(../images/common_night/lang_ro.gif);
			text-decoration:none;
		}


/**
 *           The submenu if the main menu
 **/
#topSubMenu
{
	display:block;
	float:left;
	width:100%;
	height:42px;
	background-color:#000000;
}

	#topSubMenu .margin_left
	{
		float:left;
		width:14px;
		height:42px;
		background-image:url(../images/common/top_submenu_left.png);
		background-repeat:no-repeat;
		background-position:bottom left;
	}

	#topSubMenu .margin_right
	{
		float:right;
		width:18px;
		height:42px;
		background-image:url(../images/common/top_submenu_right.png);
		background-repeat:no-repeat;
		background-position:bottom right;
	}
	#topSubMenu .content1
	{
		float:left;
		width:620px;
		*width:605px;
		margin:0px 18px 0px 14px;
		padding:10px 0px 0px 0px;
		font-size:12px;
		text-align:left;
	}
		#topSubMenu .content1 a
		{
			color:#eaeaea;
			text-decoration:none;
			font-size:12px;
		}	
		#topSubMenu .content1 a:hover
		{
			color:#FFFFFF;
			text-decoration:underline;
		}
	#topSubMenu .content2
	{
		float:left;
		margin:0px 26px 0px 14px;
		*margin:0px 14px 0px 14px;
		padding:10px 0px 0px 0px;
		font-size:12px;
		text-align:left;
	}
		#topSubMenu .content2 input
		{
			background-color:#555555;
			border:solid #717171 1px;
			color:#CCCCCC;
			font-size:10px;
			padding:2px 2px 2px 2px;
			
		}
	#topSubMenu .content3
	{
		margin-top:8px;
		*margin-top:5px;
		float:left;
		text-align:left;
	}
	
#topBar
{
	float:left;
	width:100%;
	height:31px;
	background-image:url(../images/common/top_bar_bg.gif);
}
	#topBar .margin_left
	{
		float:left;
		width:10px;
		height:31px;
		background-image:url(../images/common/top_bar_left.gif);
		
	}

	#topBar .margin_right
	{
		float:right;
		width:13px;
		height:31px;
		background-image:url(../images/common/top_bar_right.gif);
		background-position:bottom right;
		
	}

	#topBar .content
	{
		text-align:left;
		padding-top:5px;
		font-weight:bold;
		color:#FFFFFF;
		font-size:12px;
	}
		#topBar a
		{
			text-decoration:none;
			color:#161616;
		}
		#topBar a:hover
		{
			text-decoration:underline;
			color:#000000;
		}
		
/**
 *     The 2nd Menu of Featured additions
 **/		
#secondMenu
{
	float:left;
	display:block;
	width:570;
	height:50px;
	background-color:#000000;
	padding-top:7px;
}
	#secondMenu .margin_right
	{
		float:right;
		width:17px;
		height:57px;
		background-image:url(../images/common/2nd_menu_right.gif);
		background-position:bottom right;		
		background-repeat:repeat-x;
	}	
	#secondMenu .content
	{
		float:left;
		width:580px;
		*width:576px;
		height:121px;
		text-align:left;
		font-weight:bold;
		padding:5px 7px 0px 7px;
		border-bottom:solid #555555 1px;
		margin-left:5px;
	}
	#secondMenu .featuredTitle
	{
		float:left;
		width:110px;
		*width:130px;
		height:20px;
		text-align:left;
		background-color:#000000;
		padding-left:20px;
		padding-top:4px;
		background-image:url(../images/common/arrow_right_4.gif);
		background-repeat:no-repeat;
		background-position:left 8px;
		font-weight:bold;
		color:#FF0000;
		border-bottom:solid #555555 1px;
	}
	
	#secondMenu .link
	{
		float:left;
		display:block;
		width:130px;
		height:20px;
		padding-top:4px;
		border-bottom:solid #555555 1px;
		color:#999999;
		text-align:center;
		text-decoration:none;
		background-image:none;
	}
	#secondMenu .link:hover
	{
		background-image:url(../images/common/featured_btn_over2.gif);
		color:#FFFFFF;
	}

	#secondMenu .selected
	{
		float:left;
		display:block;
		width:132px;
		height:20px;
		padding-top:4px;
		background-image:url(../images/common/featured_btn_selected2.gif);
		background-repeat:no-repeat;
		border-bottom:none;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
	}
	#secondMenu .rss
	{
		float:left;
		display:block;
		width:46px;
		height:20px;
		padding-top:4px;
		padding-left:5px;
		border-bottom:solid #555555 1px;
		background-image:url(../images/common/rss.gif);
		background-repeat:no-repeat;
		background-position:25px 4px;
		color:#999999;
		text-decoration:none;
	}
	#secondMenu .rss:hover
	{
		color:#FFFFFF;
	}

#contentDescritpion
{
	float:left;
	width:340px;
	height:65px;
	text-align:justify;
	font-weight:normal;
	margin-top:10px;
	overflow:auto;
}
	.generals
	{
		float:left;
		display:block;
		width:85px;
	}	
	
#shareBox
{
	float:right;
	display:block;
	width:115px;
/*	border:dashed blue 1px;*/
}
	
	#shareBox a:hover
	{
		text-decoration:underline;
		color:#FFFFFF;
	}
	#shareBox .digest
	{
		float:left;
		display:block;
		width:120px;
		background-image:url(../images/common/icon_digest.gif);
		background-repeat:no-repeat;
		background-position:0px 9px;
		padding-left:20px;
		padding-top:9px;
		font-size:10px;
		color:#e8e8e8;
		text-decoration:none;
		font-weight:normal;
		margin-top:3px 0px 2px 0px;
	}

	#shareBox .broken
	{
		float:left;
		display:block;
		width:120px;
		background-image:url(../images/common/icon_broken.gif);
		background-repeat:no-repeat;
		background-position:0px 9px;
		padding-left:20px;
		padding-top:9px;
		font-size:10px;
		color:#e8e8e8;
		text-decoration:none;
		font-weight:normal;
		margin-top:13px 0px 2px 0px;
	}

	#shareBox .facebook
	{
		float:left;
		display:block;
		width:120px;
		background-image:url(../images/common/icon_facebook.gif);
		background-repeat:no-repeat;
		background-position:0px 9px;
		padding-left:20px;
		padding-top:9px;
		font-size:10px;
		color:#e8e8e8;
		text-decoration:none;
		font-weight:normal;
		margin-top:13px 0px 2px 0px;
	}
	
	#shareBox .digg
	{
		float:left;
		display:block;
		width:120px;
		background-image:url(../images/common/icon_digg.gif);
		background-repeat:no-repeat;
		background-position:0px 9px;
		padding-left:20px;
		padding-top:9px;
		font-size:10px;
		color:#e8e8e8;
		text-decoration:none;
		font-weight:normal;
		margin-top:13px 0px 2px 0px;
	}
	
	#shareBox .delicio
	{
		float:left;
		display:block;
		width:120px;
		background-image:url(../images/common/icon_delicio.gif);
		background-repeat:no-repeat;
		background-position:0px 9px;
		padding-left:20px;
		padding-top:9px;
		font-size:10px;
		color:#e8e8e8;
		text-decoration:none;
		font-weight:normal;
		margin-top:13px 0px 2px 0px;
	}
	
#stars
{
	float:left;
}
	#stars .half_left
	{
		float:left;
		display:block;
		width:7px;
		height:14px;
		background-image:url(../images/common/star_normal_left.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}
	#stars .half_right
	{
		float:left;
		display:block;
		width:8px;
		height:14px;
		background-image:url(../images/common/star_normal_right.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}

	#stars .half_left_selected
	{
		float:left;
		display:block;
		width:7px;
		height:14px;
		background-image:url(../images/common/star_selected_left.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}
	#stars .half_right_selected
	{
		float:left;
		display:block;
		width:8px;
		height:14px;
		background-image:url(../images/common/star_selected_right.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}
	
.relatedStars
{
	float:left;
	display:block;
	width:150px;
	margin-left:25px;
}	
.starFull
{
	float:left;
	display:block;
	width:15PX;
	height:14PX;
	background-image:url(../images/common/star_full.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
	
#register
{
	float:right;
	display:block;
	text-align:right;
	width:421px;
	height:30px;
	margin-right:10px;
}	
	#register a
	{
		color:#656565; 
		font-size:11px;
		text-decoration:none;
	}
	#register a:hover
	{
		color:#da0000; 
		text-decoration:underline;
	}
	#register input
	{
		background-color:#555555;
		border:solid #717171 1px;
		color:#CCCCCC;
		font-size:10px;
		padding:3px 5px 4px 5px;
	}
	
	#register .login
	{
		float:right;
		display:block;
		width:78px;
		height:22px;
		*height:23px;
		margin-left:5px;
		background-image:url(../images/common/login_btn.gif);
		background-repeat:no-repeat;
		text-align:center;
		padding-top:1px;
		font-size:13px;
		color:#CCCCCC;
		text-decoration:none;
	}
	#register .login:hover
	{
		color:#FFFFFF;
		background-image:url(../images/common/login_btn_over.gif);
	}	
	#reg_labels
	{
		display:none;
	}

#secondTopBar
{
	float:left;
	display:block;
	width:950px;
	height:29px;
}
	#secondTopBar .stanga
	{
		
		float:left;
		display:block;
		width:10px;
		height:29px;
		background-image:url(../images/common/secontTopBar_left.gif);
	}
	#secondTopBar .dreapta
	{
		float:right;
		display:block;
		width:10px;
		height:29px;
		background-image:url(../images/common/secontTopBar_right.gif);
	}
	#secondTopBar .midd
	{
		float:left;
		display:block;
		background-color:#000000;
		color:#FFFFFF;
		height:26px;
		*height:29px;
		padding-top:3px;
		width:930px;
		text-align:left;
	}

#content
{
	float:left;
	width:950px;
}

#contentLeft
{
	float:left;
	display:block;
	width:175px;
}
	#contentLeft .opaq
	{
		float:left;
		display:block;
		width:175px;
		height:600px;
		background-color:#000000;
		
	}
	#contentLeft .opaq_left
	{
		float:left;
		display:block;
		width:175px;
		height:7px;
		background-image:url(../images/common/opaq_left.gif);
		background-position:top left;
		background-repeat:no-repeat;
		background-color:#000000;
	}

	#contentLeft .transparent
	{
		float:left;
		display:block;
		width:175px;
		height:600px;
	}

	#contentLeft .transparent_right
	{
		float:left;
		display:block;
		width:175px;
		height:6px;
		background-image:url(../images/common/trasp_c_right.gif);
		background-position:top right;
		background-repeat:no-repeat;
	}
	#contentLeft .transparent_right2
	{
		float:left;
		display:block;
		width:175px;
		height:5px;
		background-image:url(../images/common/trasp_c_right2.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		
	}

#contentMidd
{
	float:left;
	display:block;
	height:435px;
	*height:435px;
	width:598px;
	background-color:#000000;
/*	border:dashed #00ff00 1px;
*/
}

#popular
{
	float:left;
	display:block;
	height:400;
	width:580px;
	margin-left:9px;
	*margin-left:5px;
	background-color:#373737;
}

	#popular .popularContents
	{
		float:left;
		height:301px;
	}
	
		#popular .popularItem
		{
			float:left;
			display:block;
			width:125px;
			height:130px;
			margin-left:15px;
			*margin-left:10px;
			margin-top:15px;
			text-align:left;
		}
			#popular .popularItem a
			{
				font-size:12px;
				color:#dadada;
				text-decoration:none;
			}
			#popular .popularItem a:hover
			{
				color:#FFFFFF;
				text-decoration:underline;
			}
	
	#popular .title
	{
		float:left;
		display:block;
		width:580px;
		height:27px;
		background-color:#303030;
	}

	#popular .titleLeft
	{
		float:left;
		display:block;
		width:7px;
		height:8px;
		background-image:url(../images/common/category_title_left.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}

	#popular .titleRight
	{
		float:right;
		display:block;
		width:7px;
		height:8px;
		background-image:url(../images/common/category_title_right.gif);
		background-position:top right;
		background-repeat:no-repeat;
	}
	
	#popular .titleLabel
	{
		margin-top:3px;
		font-size:14px;
		text-align:left;
	}
	
	#popular .footerLeft
	{
		float:left;
		display:block;
		width:18px;
		height:12px;
		background-image:url(../images/common/category_footer_left.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
	}

	#popular .footerRight
	{
		float:right;
		display:block;
		width:18px;
		height:12px;
		background-image:url(../images/common/category_footer_right.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
	}

#categoryContent
{
	float:left;
	display:block;
	height:780;
	*height:810;
	width:755px;
	margin-left:9px;
	*margin-left:5px;
	background-color:#373737;
}

	#categoryContent .popularContents
	{
		float:left;
		display:block;
		width:770px;
		*width:755px;
		height:741px;
		*height:761px;
		overflow:auto;
	}
	
		#categoryContent .popularItem
		{
			float:left;
			display:block;
			width:105px;
			height:138px;
			*height:142px;
			margin-left:17px;
			*margin-left:10px;
			margin-top:10px;
			text-align:left;
		}
			#categoryContent .popularItem a
			{
				font-size:12px;
				color:#898989;
				text-decoration:none;
				font-size:10px;
				font-weight:normal;
			}
			#categoryContent .popularItem a:hover
			{
				color:#FFFFFF;
				text-decoration:underline;
			}
	
	#categoryContent .title
	{
		float:left;
		display:block;
		width:755px;
		height:27px;
		background-color:#303030;
	}

	#categoryContent .titleLeft
	{
		float:left;
		display:block;
		width:7px;
		height:8px;
		background-image:url(../images/common/category_title_left.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}

	#categoryContent .titleRight
	{
		float:right;
		display:block;
		width:7px;
		height:8px;
		background-image:url(../images/common/category_title_right.gif);
		background-position:top right;
		background-repeat:no-repeat;
	}
	
	#categoryContent .titleLabel
	{
		margin-top:3px;
		font-size:14px;
		text-align:left;
	}
	
	#categoryContent .footerLeft
	{
		float:left;
		display:block;
		width:18px;
		height:12px;
		background-image:url(../images/common/category_footer_left.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
	}

	#categoryContent .footerRight
	{
		float:right;
		display:block;
		width:18px;
		height:12px;
		background-image:url(../images/common/category_footer_right.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
	}


#categoriesMenu
{
	float:left;
	display:block;
	width:175px;
	
}
	.categoriesRight
	{
		background-color:#000000;
	}

	#categoriesMenu .title
	{
		float:left;
		width:170px;
		height:20px;
		color:#ffffff;
		border-bottom:solid #565656 1px;
		font-size:12px;
		font-weight:bold;
	}
	#categoriesMenu .content_title a
	{
		float:left;
		width:170px;
		color:#545454;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
	}
	#categoriesMenu .content_title a:hover
	{
		color:#888888;
		text-decoration:underline;
	}
	

#categories
{
	float:left;
	display:block;
	width:175px;
}

	#categories .mainCat
	{
		float:right;
		width:145px;
		height:24px;
		*width:175px;
		*height:31px;
		padding:7px 0px 0px 30px;
		color:#747577;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		margin-bottom:1px;
		background-image:url(../images/common/category_main_right.gif);
		background-position:0px;
		background-repeat:no-repeat;
		border:none;
	}
	#categories .mainCat:hover
	{
		color:#dadada;
		background-image:url(../images/common/category_main_right_ov.gif);
		background-position:0px;
		padding:7px 0px 0px 40px;
		width:135px;
		*width:175px;
		
	}


	#categories a
	{
		float:left;
		width:148px;
		*width:175px;
		font-size:12px;
		color:#6d6e70;
		text-decoration:none;
		text-align:left;
		padding:2px 2px 2px 25px;
		background-image:url(../images/common/arrow_right_5.gif);
		background-position:15px;
		background-repeat:no-repeat;
		border-bottom:dashed #3f3f3f 1px;
	}
	#categories a:hover
	{
		text-decoration:none;
		color:#ffffff;
		background-position:20px;
		padding-left:30px;
	}
	#categories .hiddenItems
	{
		display:none;
	}	
	
	.cat_top_c
	{
		float:left;
		display:block;
		width:175px;
		height:7px;
		background-image:url(../images/common/category_topc.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}

	.cat_bottom_c
	{
		float:left;
		display:block;
		width:175px;
		height:7px;
		background-image:url(../images/common/category_bottom_cin.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}

	.cat_bottom_c2
	{
		float:left;
		display:block;
		width:175px;
		height:7px;
		background-image:url(../images/common/category_bottom_cout.gif);
		background-position:top right;
		background-repeat:no-repeat;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background-color:#000000;
	}



#related
{
	float:left;
	margin:3px 0px 10px 0px;
	font-size:12px;
}
	#related a
	{
		float:left;
		color:#dadada;
		text-decoration:none;
	}
	#related a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}

.prevPage
{
	float:left;
	width:11px;
	height:11px;
	background-image:url(../images/common/prev_page.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:4px;
	cursor:pointer;

}
.nextPage
{
	float:right;
	width:11px;
	height:11px;
	background-image:url(../images/common/next_page.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:4px;
	cursor:pointer;

}

#userData
{
	float:left;
	display:block;
	width:100%;
	font-size:12px;
	color:#555555;
	margin:0px 5px 0px 5px;
	padding-right:5px;
}

	#userData .title
	{
		float:left;
		display:block;
		width:100%;
		border-bottom:solid #555555 1px;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		margin:10px 0px 10px 0px;
		padding:0px 0px 4px 0px;
	}

	#userData a
	{
		color:#898989;
		text-decoration:none;
	}

	#userData a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
	}


#banner_728x90
{
	display:block;
	width:728px;
	height:90px;
	border:solid #898989 1px;
	background-color:#666666;
	margin-top:10px;
}

#banner_468x60
{
	display:block;
	width:468px;
	height:60px;
	border:solid #898989 1px;
	background-color:#000000;
	margin-top:10px;
}


/**
 *           Footer layer  
 **/
#footer
{
	float:left;
	height:70px;
	width:100%;
	background-color:#000000;
	margin:0px 0px 5px 0px;
}
	#footer .margin_left
	{
		float:left;
		background-color:#373737;
		width:9px;
		height:70px;
		background-image:url(../images/common/footer_corner_3.gif);
	}
	#footer .margin_right
	{
		float:right;
		background-color:#373737;
		width:9px;
		height:70px;
		background-image:url(../images/common/footer_corner_2.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
	}
	#footer .content
	{
		display:block;
		width:900px;
		border-bottom:dotted #767676 1px;
		margin-top:6px;
		padding-bottom:5px;
		font-size:11px;
		color:#767676;
	}

	#footer .content a
	{
		color:#767676;
		text-decoration:none;
	}
	#footer .content a:hover
	{
		color:#ffffff;
		text-decoration:underline;;
	}

	#footer .links
	{
		display:block;
		width:900px;
		margin-top:5px;
		font-size:10px;
		color:#767676;
		text-align:center
	}

	#footer .links a
	{
		font-size:11px;
		color:#767676;
		text-decoration:none;
	}

	#footer .links a:hover
	{
		color:#ffffff;
		text-decoration:underline;
	}


#contentBox
{
	display:block;
	width:580px;
	*width:510px;
	border:solid #353535 1px;
	padding:10px 0px 10px 0px;
}
	#contentBox a
	{
		color:#000000;
		background-color:#000000;
	}
	#contentBox a:hover
	{
		color:#000000;
		background-color:#000000;
	}


#stars
{
	float:left;
}
	#stars .half_left
	{
		float:left;
		display:block;
		width:7px;
		height:14px;
		background-image:url(../images/common/star_normal_left.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}
	#stars .half_right
	{
		float:left;
		display:block;
		width:8px;
		height:14px;
		background-image:url(../images/common/star_normal_right.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}

	#stars .half_left_selected
	{
		float:left;
		display:block;
		width:7px;
		height:14px;
		background-image:url(../images/common/star_selected_left.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}
	#stars .half_right_selected
	{
		float:left;
		display:block;
		width:8px;
		height:14px;
		background-image:url(../images/common/star_selected_right.gif);
		background-repeat:no-repeat;
		cursor:pointer;
	}
	
.relatedStars
{
	float:left;
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}	


.like_it
{
	float:left;
	display:block;
	width:17px;
	height:18px;
	background-image:url(../images/common/like_it.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-right:4px;
	cursor:pointer;
	
}
	
.dont_like_it
{
	float:left;
	display:block;
	width:17px;
	height:18px;
	background-image:url(../images/common/dont_like_it.gif);
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.pic120
{
	float:left;
	width:122px;
	height:92px;
	padding-top:2px;
	padding-left:2px;
	background-image:url(../images/common/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#121212;
	text-align:center;
	margin-left:2px;
}

.pic90
{
	float:left;
	width:92px;
	height:68px;
	padding-top:1px;
	background-image:url(../images/common/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#121212;
	text-align:center;
}
.pic90:hover
{
	background-image:none;
	background-color:#CCCCCC;

}
.red{ color:#FF0000;}
.white{ color:#FFFFFF;}
.blackbg{ background-color:#000000;}
.flft{	float:left ;}
.flrt{	float:right;}
.clflt{	clear:both ;}

