html {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #000;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	color: #FFF;
}

.mint {
	color: #90A09A;
}

a:link, a:visited {
/*
	color: #3f4f47;
*/
	color: #90A09A;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

hr {
	border: 0;
	height: 1px;
	float: left;
	clear: both;
	width: 100%;
	background: #666;
	margin-top: 5px;
	margin-bottom: 4px;
}

hr.c000 {
	margin: 0;
	background: #000;
}
hr.c333 {
	margin: 0;
	background: #333;
}
hr.c999 {
	margin: 0;
	background: #999;
}

div {
	margin: 0;
}

div#top
{
	width: 100%;
	height: 147px;
	background-image: url("../images/topbg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

div#unimedia {
	width: 100%;
	height: 100%;
}

div#dx {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div#dx_home {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 779px;
}

div#dx_categories {
	float: left;
	margin-right: 10px;
	width: 390px;
	vertical-align:top;
}

div#dx_categories_top {
	background-image: url("../images/categories_dx_bg.gif");
	background-repeat: repeat-x;
	background-color: #DCDDDA;
	width: 390px;
	height: 30px;
	text-align: center;
}

div#dx_categories div#dx_categories_content {
	float: left;
	width: 388px;
	padding-top: 10px;
	text-align: center;
	border-left: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;
	background: url("../images/categories_dx_content_bg.gif") repeat-x #222422;
	clear: both;
}

div#dx_categories div.dx_bottom {
	width: 390px;
	height: 10px;
	background-image: url("../images/dx_bottom.gif");
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

div#menu {
	background-image: url("../images/menubg.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	padding-top: 7px;
}
div#menu div {
	margin-left: 30px;
	float: left;
}
div#menu div.sep333 {
	float: left; width: 1px; height: 16px; background-color: #333; margin: 0;
}
div#menu div.sepEEE {
	float: left; width: 1px; height: 16px; background-color: #EEE; margin: 0;
}

div#monitor {
	width: 777px;
	height: 370px;
	padding-top: 10px;
	text-align: left;
	border-left: 1px solid #495651;
	border-right: 1px solid #495651;
	background: url("../images/monitorbg.gif") repeat-x;
}
div#monitorbtm {
	width: 779px;
	height: 10px;
	background-image: url("../images/monitorbtm.gif");
	margin-bottom: 10px;
}

div.homebox {
	float: left;
	clear: both;
	width: 779px;
	margin-bottom: 10px;
}
div.homebox div.titolo{
	font-size: 18px;
	padding: 10px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #1A1A1A;
	background: url("../images/boxbg.gif") repeat-x #1A1A1A;
}
div.homebox div.feat_details {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url("../images/boxbg.gif") repeat-x #1A1A1A;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.01em;
}
div.homebox div.boxbar {
	width: 749px;
	height: 23px;
	padding-top: 7px;
	padding-left: 30px;
	background-image: url("../images/boxbar.gif");
	background-color: #333;
}
div.homebox div.boxbar_margtop {
	margin-top: 10px;
}
div.homebox div.boxbar_carre {
	width: 747px;
	height: 23px;
	padding-top: 7px;
	padding-left: 30px;
	background-image: url("../images/boxbar_bg.gif");
	background-color: #333;
	background-repeat: repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	margin-top: 10px;
}
div.homebox div.boxcontent {
	float: left;
	width: 777px;
	padding-top: 10px;
	text-align: center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: url("../images/boxbg.gif") repeat-x #1A1A1A;
	clear: both;
}
div.homebox div.boxbtm {
	width: 779px;
	height: 10px;
	background-image: url("../images/homeboxbtm.gif");
	float: left;
	clear: both;
}

div.photo_container {
	width: 752px;
	height: 720px;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
}

div.photo_img {
	width: 752px;
	height: 668px;
/*
	margin-bottom: 30px;
*/
	border: 1px solid #333;
	background: #000;
	text-align: center;
}
div.photo_img img.photo {
	margin: 10px;
	background: #000 url("/images/thumb-loader2.gif") no-repeat 50% 50%;
	color: #000;
}
div.photo_img .photoTitle {
	font-size: 14px;
	margin: 10px;
}

div.page_nav_top {
	float: right;
	font-size: 11px;
	width: 260px;
}

div.page_nav {
	clear: both; 
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #222;
}
div.page_nav div.page_nav_float_right {
	float: right;
	padding-right: 11px;
}

div.photo_nav {
	width: 752px;
	height: 40px;
}
div.photo_nav table {
	width: 752px;
	height: 24px;
	margin-top: 6px;
}
div.photo_nav td {
	width: 33%;
}

div.paging {
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	padding-top: 4px;
	color: #8D938D;
}

div.nextpage_disabled {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/next_disabled.gif") 0px 0px no-repeat;
}

a.nextpage {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/next.gif") 0px 0px no-repeat;
	cursor: pointer;
}
a.nextpage:hover {
	background-position: 0px -24px;
}

div.prevpage_disabled {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/prev_disabled.gif") 0px 0px no-repeat;
}

a.prevpage {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/prev.gif") 0px 0px no-repeat;
	cursor: pointer;
}
a.prevpage:hover {
	background-position: 0px -24px;
}

a.downphoto {
	display: block;
	padding-left: 24px;
	padding-top: 4px;
	width: 66px;
	height: 20px;
	background: url("../images/download_btn.gif") 0px 0px no-repeat;
	cursor: pointer;
	margin: auto;
}
a.downphoto:hover {
	background-position: 0px -24px;
}


div.fktn {
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	width: 172px;
}

div.feat_tn {
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	width: 172px;
	margin-bottom: 30px;
}

div.feat_cov_tooltip {
/*
	margin-left: 2px;
	margin-right: 2px;
	width: 302px;
*/
	margin-bottom: 5px;
	text-align: center;
}

div.categories_tn {
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	width: 172px;
	margin-bottom: 20px;
}
div.categories_tn div.ft_title {
	text-transform: uppercase;
	font-size: 10px;
}
div#dx_categories.related div.categories_tn div.ft_title {
	text-transform: none !important;
	font-size: 11px !important;
}

table.thumb {
	width: 172px;
	height: 172px;
	border: 1px solid #333;
	background: #000 url("/images/thumb-loader2.gif") no-repeat 50% 50%;
	text-align: center;
}

table.thumb_sel {
	width: 172px;
	height: 172px;
	border: 1px solid #636966;
	background: #131916 url("/images/thumb-loader2.gif") no-repeat 50% 50%;
	text-align: center;
}

.restrict {
	color: #AF2D00;
	font-weight: bold;
}

td.prev {
	width: 302px;
	height: 302px;
	border: 1px solid #333;
	background-color: #000;
}

div.ft_info_tooltip {
	margin-top: 5px;
	width: 300px;
	text-align: left;
}

div.ft_title_tooltip {
	float: left;
	width: 300px;
	/*height: 65px;*/
	overflow: hidden;
	line-height: 14px;
}

div.ft_dla_tooltip {
	float: left;
	width: 300px;
	height: 20px;
	font-size: 10px;
	color: #999;
	line-height: 12px;
}

div.ft_title {
	float: left;
	width: 150px;
	height: 42px;
	overflow: hidden;
	line-height: 14px;
}

div.ft_dla {
	float: left;
	width: 135px;
	height: 36px;
	font-size: 10px;
	color: #999;
	line-height: 12px;
}
div.ft_info {
	margin-top: 5px;
	width: 172px;
	text-align: left;
}

div.thumbs_cont {
	float: left;
}
div.thumbs_cont div.titolo{
	font-size: 18px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #1A1A1A;
	background: url("../images/boxbg.gif") repeat-x #1A1A1A;
}
div.thumbs_cont div.titolo td{
	padding: 10px;
}
div.thumbs_cont div.boxcontent {
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background: url("../images/boxbg.gif") repeat-x #1A1A1A;
	padding-top: 20px;
	text-align: center;
}
div.thumbs_cont div.feat_details {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url("../images/boxbg.gif") repeat-x #1A1A1A;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.01em;
}
div.thumbs_cont div.feat_details table.feat_info {
	width:100%;
	text-align: justify;
	line-height: 24px;
}

div.selrows {
	color: #FFF !important;
	background-color: transparent;	
	cursor: pointer;
}
div.selrows:hover {
	color: #222 !important;
	background-image: url('../images/menubg.gif');
	background-position: left bottom;
	padding-left: 5px;
}

div.thumbs_cont div.boxbtm {
	width: 100%;
	height: 10px;
	float: left;
	clear: both;
}

div.show_details {
	cursor: pointer;
	float: right;
	font-size: 11px;
	line-height: 22px; height: 24px;
	width: 70px;
	text-align: center;
	background: url("../images/show_details.gif") 0px 0px no-repeat;
	color: #FFF;
}
div.show_details:hover {
	background-position: 0px -24px;
	color: #90A09A;
}

.feat_info_titles {
	background: url("../images/feat_info_titles.gif") repeat-x;
	height: 24px;
	color: #A0B0A5;
	border-bottom: 1px solid #2A2A2A;
	padding-left: 5px;
	margin-bottom: 10px;
}

.feat_info_content {
	padding-left: 5px; padding-right: 5px;
}

div#searchforcel {
	padding-left: 5px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	display: none;
	color: #A0B0A5;
	float: left;
}
div#searchforcel span#celebname {
	color: #FFF;
}

div.static_txt {
	width: 737px; text-align: left; line-height: 18px; font-size: 12px; padding: 0 20px 20px 20px;
}
div.static_txt p {
	text-align: left; line-height: 18px; font-size: 12px; margin-top: 0;
}

div#footer {
	margin-top: 40px;
	border-top: 1px solid #333;
	background: url("../images/boxbg.gif") repeat-x #1A1A1A;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
/*
	text-align: right;
*/
}

