@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #111111 url( http://www.cdn4ne1.com/fame4ne1/visuals/background-1.png ) repeat center center;
}
a {
	color: #383471;
}
a:hover {
	color: #222222;
	text-decoration: none;
}
img {
	border: none;
}
h2 {
	margin-bottom: 8px;
}



#d-map {
	width: 680px;
	height: 512px;
}



#d-top-menu {
	background: #000000 url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu.png ) repeat-x top left;
	height: 46px;
	position: relative;
	z-index: 20000;
	border-top: 1px solid #555555;
}
#d-top-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#d-top-menu ul li.top {
	float: left;
	padding: 1px 0 0 2px;
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_divider.png ) no-repeat top left;
	position: relative;
}
#d-top-menu ul li.top a.top {
	color: #aaaaaa;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 11px 11px 11px 11px;
	text-decoration: none;
}
#d-top-menu ul li.top a.top.notify {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_notify.png ) repeat-x top left;
	color: #FFFFFF;
}
#d-top-menu ul li.top a.top.active {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_on.png ) repeat-x top left;
	color: #000000;
}
#d-top-menu ul li.top:hover a.top,
#d-top-menu ul li.top a.top:hover,
#d-top-menu ul li.top:hover a.top.notify,
#d-top-menu ul li.top a.top.notify:hover,
#d-top-menu ul li.top:hover a.top.active,
#d-top-menu ul li.top a.top.active:hover {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_on.png ) repeat-x top left;
	color: #FFFFFF;
	padding-bottom: 21px;
}
#d-top-menu ul li.top.drop:hover a.top,
#d-top-menu ul li.top.drop a.top:hover {
	COLOR:#FFFFFF;
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_hover.jpg ) repeat-x top left;
}

#d-top-menu ul li.top.first {
	margin-left: 2px;
	background-image: none;
}
#d-top-menu ul li.top.first a.top {
	padding-left: 10px;
}
#d-top-menu ul li.top.last a.top {
	padding-right: 5px !important;
}
#d-top-menu ul li.top table {
	margin: -1px; 
	border-collapse: collapse;
	font-size: 1em;
}
#d-top-menu ul li.top div.top {
	display: none;
	padding-top: 18px;
	position: absolute;
	top: 40px;
	z-index: 100;
	width: 470px;
}
#d-top-menu ul li.top.left div.top {
	left: 0px;
}
#d-top-menu ul li.top.right div.top {
	right: 0px;
}
/* make the drop down menu show and correctly position it */
#d-top-menu ul li.top:hover div.top,
#d-top-menu ul li.top a:hover div.top {
	display: block;
	background: #111111;
	border: 1px solid #111111;
	border-bottom: 2px solid #a5c016;
}
#d-top-menu ul li.top ul.drop {
	margin-bottom: 12px;
}
#d-top-menu ul li.top ul.drop li.column {
	float: left;
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_tall_divider.jpg ) no-repeat top right;
	width: 231px;
	min-height: 200px;
	padding-right: 4px;
}
#d-top-menu ul li.top ul.drop li.column.last {
	background-image: none;
	padding: 0;
	width: 235px;
}
#d-top-menu ul li.top ul.drop li.column b {
	color: #a5c016;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 8px 0px 4px;
	border-bottom: 1px dashed #666666;
}
#d-top-menu ul li.top ul.drop li.column ul {
	margin: 8px;
}
#d-top-menu ul li.top ul.drop li.column ul li a {
	color: #eeeeee;
	display: block;
	font-size: 11px;
	padding: 2px 0 2px 0;
	text-decoration: none;
}
#d-top-menu ul li.top ul.drop li.column ul li a:hover {
	text-decoration: underline;
	color: #a5c016;
}


#d-top-menu div.drop {
	padding: 1px;
}





.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}





#d-container {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	background: #ffffff;
}
#d-header {
	z-index: 10000;
	position: relative;
}
#d-logo {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_head.png ) no-repeat top left;
}
#d-notifications {
	position: absolute;
	top: 8px;
	right: 8px;
}
#d-notifications ul {
	list-style: none;
	font-size: 14px;
	font-weight: 900;
}
#d-notifications li {
	display: inline;
	padding-left: 8px;
}
#d-notifications li a {
	color: #ffffff;
}
#d-logo h1 a {
	display: block;
	height: 150px;
	width: 360px;
	text-indent: -9999px;
}
#d-body {
	position: relative;
	z-index: 5000;
	padding: 2px;
}
#d-breadcrumb-trail {
	font-size: 12px;
	margin-bottom: 8px;
	padding: 4px 8px 4px 8px;
}
#d-page-body {
	min-height: 400px;
}
#d-2-col-left-type-1 {
	float: left;
	width: 274px;
}
#d-2-col-left-type-1 h2 {
	font-size:16px;
	margin-left:14px;
	text-transform:uppercase;
}
#d-2-col-right-type-1 {
	float: left;
	width: 680px;
}
#d-2-col-right-type-1 .dl-advertising-right {
}



.dl-advertising-left {
	padding: 12px 8px 8px 8px;
}
.dl-advertising-right {
	padding: 4px 4px 8px 4px;
}
.dl-advertising-left dt {
	padding-right: 6px;
}
.dl-advertising-left dt,
.dl-advertising-right dt {
	text-align: right;
	font-size: 11px;
	color: #888888;
}
.dl-advertising-left dd,
.dl-advertising-right dd {
	padding-left: 2px;
	font-size: 13px;
}



.d-2-col-left-type-2 {
	float: left;
	width: 568px;
	padding: 6px;
}
.d-2-col-right-type-2 {
	float: left;
	width: 362px;
	padding: 6px;
}
.d-2-col-left-type-3 {
	float: left;
	width: 460px;
	padding: 6px;
}
.d-2-col-right-type-3 {
	float: left;
	width: 460px;
	padding: 6px;
}
.c-static {
	margin: 12px;
	font-size:12px;
}
ul.c-static,
ol.c-static {
	margin-left:30px;
}
ol.c-static li {
	margin-bottom:15px;
}
li h3 {
	font-weight:bold;
	color:#333333;
	font-size:13px;
}
#d-pagination {
	font-size: 12px;
	margin-bottom: 16px;
	margin-top: 4px;
	background: #eeeeee;
	padding: 4px 2px 4px 2px;
}
#d-pagination .s-counts {
	float: left;
	width: 200px;
}
#d-pagination .s-view-options {
	float: left;
	margin-top: -8px;
	position: relative;
}

#d-pagination .s-view-options span,
#d-pagination .s-view-options a {
	display: block;
	width: 40px;
	height: 32px;
	overflow: hidden;
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/view-icons.png ) no-repeat;
}
#d-pagination .s-view-options span {
	position: absolute;
}
#d-pagination .s-view-options a {
	text-indent: -9999px;
}
#d-pagination .s-view-options .s-list-icon {
	left: 0px;
	background-position: 0 -32px;
}
#d-pagination .s-view-options .s-list-icon a {
	background-position: -38px -32px;
}
#d-pagination .s-view-options .s-list-icon.s-selected {
	background-position: -76px -32px;
}
#d-pagination .s-view-options .s-list-icon a:hover {
	background-position: 0 -32px;
}
#d-pagination .s-view-options .s-grid-icon {
	left: 32px;
	background-position: 0 0;
}
#d-pagination .s-view-options .s-grid-icon a {
	background-position: -38px 0;
}
#d-pagination .s-view-options .s-grid-icon.s-selected {
	background-position: -76px 0;
}
#d-pagination .s-view-options .s-grid-icon a:hover {
	background-position: 0 0;
}
#d-pagination .s-view-options .s-map-icon {
	left: 69px;
	background-position: 0 -64px;
}
#d-pagination .s-view-options .s-map-icon a {
	background-position: -40px -64px;
}
#d-pagination .s-view-options .s-map-icon.s-selected {
	background-position: -78px -64px;
}
#d-pagination .s-view-options .s-map-icon a:hover {
	background-position: -2px -64px;
}


#d-pagination .s-page-links {
	float: right;
	font-style: italic;
}
#d-pagination .s-page-links b,
#d-pagination .s-page-links a {
	float: left;
	display: block;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}

#d-footer {
	padding: 24px;
	background: #000000;
}
#d-footer #d-site-search {
	padding: 4px 0 12px 0;
	color: #a5c016;
}
#d-footer #d-site-search form {
	float: left;
	width: 570px;
	padding: 12px 8px 12px 8px;
	background-color: #111111;
	margin-right: 40px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
}
#d-footer #d-site-search form input {
	font-size: 18px;
	height: 26px;
	line-height: 1.1;
	padding: 4px 10px 2px 10px;
	margin: 0 0 0 20px;
	width: 400px;
	background: #ffffff;
	background: rgba(255,255,255,1);
	float: none;
	color: #000000;
	vertical-align: middle;
	border: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
#d-footer #d-site-search form button {
	background: #ffffff url( http://www.foodanddrink4anyone.com/assets/images/icons/search-button.png ) no-repeat 3px center;
	cursor: pointer;
	height: 32px;
	text-indent: -5000px;
	vertical-align: middle;
	width: 34px;
	margin: 0 0 0 -4px;
	border: none;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
}
#d-footer #d-site-search a#rss,
#d-footer #d-site-search a#twitter {
	color: #979797;
	float: left;
	font-size: 15px;
	height: 21px;
	line-height: 1.1;
	padding: 3px 0 0 33px;
	width: 210px;
}
#d-footer #d-site-search a#twitter {
	background: url( http://www.foodanddrink4anyone.com/assets/images/icons/footer.png ) no-repeat 0 -48px;
}
#d-footer #d-site-search a#twitter:hover {
	background-position: 0 -72px;
	color: #7ebbd2;
	text-decoration: none;
}
#d-footer #d-site-search a#rss {
	background: url( http://www.foodanddrink4anyone.com/assets/images/icons/footer.png ) no-repeat 0 0px;
}
#d-footer #d-site-search a#rss:hover {
	background-position: 0 -24px;
	color: #f5a26c;
	text-decoration: none;
}
#d-footer dl {
	float: left;
	width: 260px;
	padding: 20px;
}
#d-footer dt {
	font-size: 15px;
	display: block;
	border-bottom: 1px dashed #888888;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
	color: #a5c016;
}
#d-footer dd {
	font-size: 13px;
	padding: 4px 2px 4px 24px;
	display: block;
	border-bottom: 1px solid #bbbbbb;
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/green-ball.png ) no-repeat 6px 6px;
	color: #888888;
}
#d-footer dd a {
	color: #ffffff;
}
#d-footer dd a:hover {
	color: #a5c016;
}
#d-footer #other-sites {
	margin-top: 16px;
	padding: 8px 10px 16px 10px;
	text-align: left;
	font-size:14px;
	color:#c1c1c1;
	background-color:#111111;
}
#d-footer #d-copyright {
	margin-top: 10px;
	font-size: 10px;
	color: #666666;
}
#d-footer #d-copyright a {
	color: #aaaaaa;
}
#d-footer #d-copyright a:hover {
	color: #a5c016;
}
div#d-stats {
	color: #444444;
	text-align: center;
	font-size: 10px;
}
h2.s-heading-with-controls {
	padding: 2px 4px 2px 4px;
	background: #000000 url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu.png ) repeat-x bottom left;
	color: #ffffff;
	position: relative;
}
span.s-control {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 13px;
}
span.s-control a {
	color: #ffffff;
}
span.s-control a:hover {
	color: #a5c016;
}





#d-search-popular-keywords {
	padding: 4px 0 12px 0;
	color: #a5c016;
}
#d-search-popular-keywords h2 {
	font-size: 14px;
	border-bottom: 1px dashed #888888;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
}
#d-search-popular-keywords form {
	margin: 20px 0 30px 0;
}
#d-search-popular-keywords form input {
	font-size: 18px;
	height: 26px;
	line-height: 1.1;
	padding: 4px 10px 2px 10px;
	margin: 0 0 0 20px;
	width: 460px;
	background: #ffffff;
	background: rgba(255,255,255,1);
	border: 1px solid #888888;
	border-right: none;
	color: #000000;
	vertical-align: middle;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
#d-search-popular-keywords form button {
	background: #ffffff url( http://www.foodanddrink4anyone.com/assets/images/icons/search-button.png ) no-repeat 3px center;
	cursor: pointer;
	height: 34px;
	text-indent: -5000px;
	vertical-align: middle;
	width: 34px;
	border: 1px solid #888888;
	border-left: none;
	margin: 0 0 0 -4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
}





#d-cloud-keywords {
	text-align: center;
}
#d-cloud-keywords ol {
	list-style: none;
}
#d-cloud-keywords ol li {
	display: inline;
	padding: 0 0.4em 0 0.4em;;
}
#d-cloud-keywords ol li.c-size-0 {
	font-size: 10px;
}
#d-cloud-keywords ol li.c-size-0 a {
	color:#C7C4E3;
	text-decoration:none;
}
#d-cloud-keywords ol li.c-size-0 a:hover {
	background-color:#C7C4E3;
	color:#383471;
}
#d-cloud-keywords ol li.c-size-1 {
	font-size: 12px;
}
#d-cloud-keywords ol li.c-size-1 a {
	text-decoration:none;
	color:#B3AFDA;
}
#d-cloud-keywords ol li.c-size-1 a:hover {
	background-color:#B3AFDA;
	color:#383471;
}
#d-cloud-keywords ol li.c-size-2 {
	font-size: 14px;
}
#d-cloud-keywords ol li.c-size-2 a {
	text-decoration:none;
	color:#9A96CF;
}
#d-cloud-keywords ol li.c-size-2 a:hover {
	background-color:#9A96CF;
	color:#383471;
}
#d-cloud-keywords ol li.c-size-3 {
	font-size: 16px;
}
#d-cloud-keywords ol li.c-size-3 a {
	text-decoration:none;
	color:#8883C7;
}
#d-cloud-keywords ol li.c-size-3 a:hover {
	background-color:#8883C7;
	color:#383471;
}
#d-cloud-keywords ol li.c-size-4 {
	font-size: 18px;
}
#d-cloud-keywords ol li.c-size-4 a {
	text-decoration:none;
	color:#7873BF;
}
#d-cloud-keywords ol li.c-size-4 a:hover {
	background-color:#7873BF;
	color:#383471;
}
#d-cloud-keywords ol li.c-size-5 {
	font-size: 20px;
}
#d-cloud-keywords ol li.c-size-5 a {
	text-decoration:none;
	color:#6862B7;
}
#d-cloud-keywords ol li.c-size-5 a:hover {
	background-color:#7873BF;
	color:#C7C4E3;
}
#d-cloud-keywords ol li.c-size-6 {
	font-size: 22px;
}
#d-cloud-keywords ol li.c-size-6 a {
	text-decoration:none;
	color:#564FAE;
}
#d-cloud-keywords ol li.c-size-6 a:hover {
	background-color:#564FAE;
	color:#C7C4E3;
}
#d-cloud-keywords ol li.c-size-7 {
	font-size: 24px;
}
#d-cloud-keywords ol li.c-size-7 a {
	text-decoration:none;
	color:#4E479E;
}
#d-cloud-keywords ol li.c-size-7 a:hover {
	background-color:#4E479E;
	color:#C7C4E3;
}
#d-cloud-keywords ol li.c-size-8 {
	font-size: 26px;
}
#d-cloud-keywords ol li.c-size-8 a {
	text-decoration:none;
	color:#46408E;
}
#d-cloud-keywords ol li.c-size-8 a:hover {
	background-color:#46408E;
	color:#C7C4E3;
}
#d-cloud-keywords ol li.c-size-9 {
	font-size: 28px;
}
#d-cloud-keywords ol li.c-size-9 a {
	text-decoration:none;
	color:#403A81;
}
#d-cloud-keywords ol li.c-size-9 a:hover {
	background-color:#403A81;
	color:#C7C4E3;
}
#d-cloud-keywords ol li.c-size-10 {
	font-size: 30px;
}
#d-cloud-keywords ol li.c-size-10 a {
	text-decoration:none;
	color:#383471;
}
#d-cloud-keywords ol li.c-size-10 a:hover {
	background-color:#383471;
	color:#C7C4E3;
}



#t-upgrade table {
	width:740px;
	font-size:12px;
	background-color:#eaeaea;
	border:1px solid #c1c1c1;
}
#t-upgrade th {
	padding:5px;
	font-size:14px;
	text-align:center;
	background-color:#dedede;
}
#t-upgrade td {
	padding:2px;
	font-size:13px;
}
.upgradePrice {
	vertical-align: top;
	background-color:#eaeaea;
}
.roadshowPrice {
	background-color:#dadada;
}
#a-upgrade {
	font-size:16px;
	color:#990000;
	text-transform:uppercase;
	margin-left:25px;
}


#dl-simple-search {
	margin: 4px 8px 8px 8px;
	padding: 2px;
	background: #000000;
}
#dl-simple-search dt {
	font-size: 14px;
	margin: 4px;
	text-transform: uppercase;
	color: #a5c016;
	font-weight: bold;
}
#dl-simple-search dd {
	padding: 4px 0 12px 4px;
}
#dl-simple-search dd form {
	width: 240px;
	padding: 12px 0px 12px 0px;
	background-color: #111111;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
}
#dl-simple-search dd form input {
	font-size: 18px;
	height: 26px;
	line-height: 1.1;
	padding: 4px 10px 2px 10px;
	margin: 0 0 0 4px;
	width: 166px;
	background: #ffffff;
	background: rgba(255,255,255,1);
	float: none;
	color: #000000;
	vertical-align: middle;
	border: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
#dl-simple-search dd form button {
	background: #ffffff url( http://www.foodanddrink4anyone.com/assets/images/icons/search-button.png ) no-repeat 3px center;
	cursor: pointer;
	height: 32px;
	text-indent: -5000px;
	vertical-align: middle;
	width: 34px;
	margin: 0 0 0 -4px;
	border: none;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
}





#f-simple-search {
	margin: 6px;
}
#f-simple-search fieldset {
	color: #ffffff;
	border: none;
}
#f-simple-search legend {
	font-size: 12px;
	padding: 6px 0 1px 0;
	text-transform: uppercase;
}
#f-simple-search input {
	width: 172px;
}
#f-simple-search .ff-submit {
	margin-top: 8px;
}





#dl-refine-results {
	margin: 0 8px 8px 8px;
	padding: 2px;
	background: #111111;
	color: #ffffff;
}
#dl-refine-results a {
	color: #a5c016;
}
#dl-refine-results a:hover {
	color: #ffffff;
}
.dl-standard {
	margin: 2px;
	padding: 6px;
	background: #f4f4f4;
}
#dl-refine-results dt,
.dl-standard dt {
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	padding:4px;
	padding-left:8px;
	background-color:#222222;
	border-bottom: 2px solid #a5c016;
	margin: 1px 0 4px 0;
	text-transform: uppercase;
}
#dl-refine-results dd,
.dl-standard dd {
	font-size: 13px;
}
#dl-refine-results ul,
.dl-standard ul {
	list-style: none;
	margin: 6px 6px 12px 6px;
}
#dl-refine-results li.li-show-more-or-less {
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
}
#dl-refine-results dl,
.dl-standard dl
{
	margin: 3px 6px 3px 6px;
}

.dl-standard-type-2 {
	color: #ffffff;
	margin: 0px;
	padding:2px;
	background:#333333;
}
.dl-standard-type-2 dl {
	background: #111111;
	width: 264px;
	float: left;
	margin-right: 6px;
	padding: 6px;
}
.dl-standard-type-2 dt {
	font-size: 14px;
	margin: 4px;
	text-transform: uppercase;
	color: #a5c016;
	font-weight: bold;
}



#d-profile-media {
	width: 100%;
	text-align: center;
	margin: 8px 0 8px 0;
}
#d-media-container {
}
#t-media-details {
	width: 80%;
	font-size: 14px;
	margin: 4px 10% 8px 10%;
}
#t-media-details th.t-left {
	width: 50%;
	text-align: right;
	padding: 8px 16px 12px 0;
	background: #eeeeee;
}
#t-media-details th.t-right {
	width: 50%;
	text-align: left;
	padding: 8px 0 12px 16px;
	background: #eeeeee;
}
#t-media-details td.t-left {
	width: 50%;
	text-align: right;
}
#t-media-details td.t-right {
	width: 50%;
	text-align: left;
	color: #888888;
}





#t-grid {
}
#t-grid.full {
	margin-left: 56px;
}
#t-grid td {
	width: 160px;
	text-align: center;
	padding: 0 4px 12px 4px;
	vertical-align: top;
}
#t-grid .d-grid-photo {
	width: 152px;
	height: 156px;
	border: 1px solid #eeeeee;
	padding: 2px;
	overflow: hidden;
}
#t-grid .d-grid-actions {
	text-align:left;
	margin-left:18px;
	font-size:13px;
}
#t-grid .d-list-actions {
	text-align:left;
	margin-left:18px;
	font-size:13px;
}
#t-grid .d-grid-overview {
	margin: 6px 2px 4px 2px;
}
#t-grid .d-grid-overview b {
	display: block;
	font-size: 12px;
}
#t-grid .d-grid-overview i {
	display: block;
	font-size: 12px;
}
#t-grid .d-grid-overview u {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #444444;
}
#t-grid .d-grid-overview em {
	display: block;
	font-size: 11px;
}





.t-grid-small {
}
.t-grid-small td {
	width: 80px;
	text-align: center;
	padding: 0 2px 8px 2px;
	vertical-align: top;
}
.t-grid-small .d-grid-photo {
	width: 72px;
	height: 72px;
	border: 1px solid #eeeeee;
	padding: 1px;
	overflow: hidden;
}
.t-grid-small .d-grid-overview {
	margin: 4px 2px 4px 2px;
}
.t-grid-small .d-grid-overview b {
	display: block;
	font-size: 12px;
}
.t-grid-small .d-grid-overview i {
	display: block;
	font-size: 12px;
}
.t-grid-small .d-grid-overview u {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #444444;
}
.t-grid-small .d-grid-overview em {
	display: block;
	font-size: 11px;
}





#t-list {
	width: 680px;
}
#t-list td {
	padding: 0 4px 12px 4px;
	vertical-align: top;
}
#t-list .d-list-photo {
	width: 152px;
	min-height: 156px;
	border: 1px solid #eeeeee;
	padding: 2px;
	text-align: center;
	overflow: hidden;
}
#t-list .d-list-overview {
	margin: 6px 2px 4px 2px;
}
#t-list .d-list-overview h4 {
}
#t-list .d-list-overview h4 i {
	font-size: 12px;
	margin-left: 8px;
	color: #888888;
}
#t-list .d-list-overview dl {
	font-size: 12px;
}
#t-list .d-list-overview dt {
	float: left;
	width: 128px;
}
#t-list .d-list-overview dd {
	margin-left: 180px;
	color: #444444;
}
#t-list .d-list-details {
	font-size: 12px;
	color: #222222;
}
.d-list-media span,
.d-list-media a {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/media-icons.png ) no-repeat;
}
.d-list-media span {
	margin-bottom: 2px;
}
.d-list-media a {
	padding-left: 128px;
}
.d-list-media .s-photo-icon {
	background-position: 0 0;
}
.d-list-media .s-photo-icon a {
	background-position: -48px 0;
}
.d-list-media .s-photo-icon a:hover {
	background-position: -96px 0;
}
.d-list-media .s-video-clip-icon {
	background-position: 0 -48px;
}
.d-list-media .s-video-clip-icon a {
	background-position: -48px -48px;
}
.d-list-media .s-video-clip-icon a:hover {
	background-position: -96px -48px;
}
.d-list-media .s-audio-clip-icon {
	background-position: 0 -96px;
}
.d-list-media .s-audio-clip-icon a {
	background-position: -48px -96px;
}
.d-list-media .s-audio-clip-icon a:hover {
	background-position: -96px -96px;
}





.t-list-small {
	width: 350px;
}
.t-list-small td {
	padding: 0 4px 12px 4px;
	vertical-align: top;
}
.t-list-small .d-list-photo {
	width: 74px;
	min-height: 74px;
	border: 1px solid #eeeeee;
	padding: 2px;
	text-align: center;
	overflow: hidden;
}
.t-list-small .d-list-overview {
	margin: 6px 2px 4px 2px;
}
.t-list-small .d-list-overview h4 {
}
.t-list-small .d-list-overview h4 i {
	font-size: 12px;
	margin-left: 8px;
	color: #888888;
}
.t-list-small .d-list-overview dl {
	font-size: 12px;
}
.t-list-small .d-list-overview dt {
	clear: left;
	float: left;
	width: 48px;
	margin: 0;
	padding: 0;
	border: none;
	background-color:#f4f4f4;
	color:#222222;
}
.t-list-small .d-list-overview dd {
	margin-left: 56px;
	color: #888888;
}
.t-list-small .casting-title {
	background-color: #dadada;
	font-weight: bold;
}




.dl-profile-left,
.dl-profile-right {
	padding: 8px;
}
.dl-profile-left dt,
.dl-profile-right dt {
	font-size: 14px;
	border-bottom: 1px dashed #888888;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
}
.dl-profile-left dd,
.dl-profile-right dd {
	padding-left: 2px;
	font-size: 13px;
}
.dl-profile-right dd img {
	max-width: 600px;
}
.dl-profile-left dd dt {
	clear: left;
	float: left;
	width: 120px;
	border: none;
	margin: 0;
	padding-left: 2px;
	text-transform: none;
	font-size: 12px;
}
.dl-profile-left dd dl {
	margin: 2px 0 4px 0;
}
.dl-profile-left dd dd {
	font-size: 12px;
	color: #333333;
	margin-left: 122px;
}
.dl-profile-left dd dd ul {
	list-style: none;
	margin: 2px 2px 8px 2px;
}
.dl-profile-left dd dd li {
	font-size: 11px;
}
.dl-profile-left .d-list-media span {
	float: left;
}
.dl-profile-left #t-fanclub-members {
}
.dl-profile-left #t-fanclub-members td {
	width: 56px;
	padding: 4px;
	vertical-align: top;
}





#t-comments {
	width: 100%;
	font-size: 13px;
}
#t-comments th {
	background: #b8b8b8;
	padding: 2px;
}
#t-comments tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-comments tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-comments td {
	vertical-align: top;
}
#t-comments td.c-photo {
	width: 68px;
}
#t-comments td.c-comment {
	text-align: left;
}
#t-comments td.c-comment b {
	display: block;
	margin-bottom: 4px;
}
#t-comments td.c-comment i {
}
#t-comments td.c-comment em {
	font-weight: normal;
	font-size: 10px;
}





#t-instant-messages {
	width: 100%;
	font-size: 13px;
}
#t-instant-messages th {
	background: #448844 url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_on.png ) repeat-x center left;
	color: #ffffff;
	padding: 2px;
}
#t-instant-messages tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-instant-messages tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-instant-messages td {
	vertical-align: top;
}
#t-instant-messages td.c-author {
	width: 64px;
}
#t-instant-messages td.c-sent-at {
	width: 156px;
}
#t-instant-messages td.c-sent-at em {
	display: block;
}
#t-instant-messages td.c-subject {
}
#t-instant-messages td.c-new {
	width: 32px;
}





#t-instant-message {
	width: 100%;
	font-size: 13px;
}
#t-instant-message th {
	background: #448844 url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_on.png ) repeat-x center left;
	color: #ffffff;
	padding: 2px;
}
#t-instant-message tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-instant-message tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-instant-message td {
	vertical-align: top;
}
#t-instant-message td.c-author {
	width: 64px;
}
#t-instant-message td.c-sent-at {
	width: 192px;
}
#t-instant-message td.c-sent-at em {
	display: block;
}
#t-instant-message td.c-message {
}
}





#t-emails {
	width: 100%;
	font-size: 13px;
}
#t-emails th {
	background: #448844 url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_on.png ) repeat-x center left;
	color: #ffffff;
	padding: 2px;
}
#t-emails tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-emails tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-emails td {
	vertical-align: top;
}
#t-emails td.c-author {
	width: 256px;
}
#t-emails td.c-sent-at {
	width: 128px;
}
#t-emails td.c-subject {
}
#t-emails td.c-new {
	width: 32px;
}





#t-email {
	width: 100%;
	font-size: 13px;
}
#t-email th {
	background: #448844 url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_site_menu_on.png ) repeat-x center left;
	color: #ffffff;
	padding: 2px;
}
#t-email tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-email tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-email td {
	vertical-align: top;
}
#t-email td.c-author {
	width: 64px;
}
#t-email td.c-sent-at {
	width: 192px;
}
#t-email td.c-sent-at em {
	display: block;
}
#t-email td.c-message {
}





#t-forum {
	width: 100%;
	font-size: 13px;
}
#t-forum th {
	background: #383471;
	color: #ffffff;
	padding: 4px;
	text-transform:uppercase;
	font-size:13px;
}
#t-forum tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-forum tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-forum tr.c-area th {
	background: #ffffff;
	color: #383471;
	font-size: 16px;
	padding: 16px 0 6px 2px;
	text-align: left;
}
#t-forum tr.c-category td {
	background: #b8b8b8;
	padding: 2px;
}
#t-forum tr.c-forum td {
	padding: 2px;
}
#t-forum td {
	vertical-align: top;
}
#t-forum td.c-status {
	width: 58px;
}
#t-forum td.c-forums {
}
.d-forum-description {
	color:#666666;
}
#t-forum td.c-forums h4 {
	font-size:17px;
}
#t-forum td.c-topics,
#t-forum td.c-posts {
	width: 64px;
	text-align: center;
}
#t-forum td.c-last-post {
	text-align: right;
	width: 192px;
}
#t-forum td.c-last-post em {
	display: block;
}


.s-announcement-icon {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/icon_announcement.png ) no-repeat center center;
	text-indent: -9999px;
	display:block;
	float:left;
	width:24px;
	height:20px;
	margin:2px;
}
.s-sticky-icon {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/icon_sticky.png ) no-repeat center center;
	text-indent: -9999px;
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin:2px;
}
.s-poll-icon {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/icon_poll.png ) no-repeat center center;
	text-indent: -9999px;
	display:block;
	float:left;
	width:24px;
	height:20px;
	margin:2px;
}
.s-locked-icon {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/icon_locked.png ) no-repeat center center;
	text-indent: -9999px;
	display:block;
	float:left;
	width:24px;
	height:20px;
	margin:2px;
}




#t-forum-recent {
	width: 100%;
	font-size: 13px;
}
#t-forum-recent th {
	background: #E0E0E0;
	border-bottom: #383471 solid 2px;
	color: #383471;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	padding: 4px;
}
#t-forum-recent tr.c-odd td {
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/bg_forum_post_odd.png ) repeat-x center left;
	border-top:#e0e0e0 solid 1px;
	padding: 2px;
}
#t-forum-recent tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-forum-recent td {
	vertical-align: top;
	height: 55px;
	overflow: hidden;
}
#t-forum-recent td.c-topic {
	width: 360px;
}
#t-forum-recent td.c-last-post {
	text-align: right;
	width: 192px;
}
#t-forum-recent td.c-last-post em {
	display: block;
}

#t-forum-recent ol {
 margin: 4px 32px 4px 32px;
}
#t-forum-recent ol li {
 margin-bottom: 2px;
}




#t-forum-posts ol {
 margin: 4px 32px 4px 32px;
}
#t-forum-posts ol li {
 margin-bottom: 2px;
}
#t-forum-posts {
	width: 100%;
	font-size: 13px;
}
#t-forum-posts th {
	background: #383471;
	color: #ffffff;
	padding: 4px;
	text-transform:uppercase;
	font-size:13px;
}
#t-forum-posts tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-forum-posts tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-forum-posts td {
	vertical-align: top;
}
#t-forum-posts td.c-last-post {
	text-align: right;
	width: 192px;
}
#t-forum-posts td.c-last-post em {
	display: block;
}





#t-forum-topics {
	width: 100%;
	font-size: 13px;
}
#t-forum-topics th {
	background: #383471;
	color: #ffffff;
	padding: 4px;
	text-transform:uppercase;
	font-size:13px;
}
#t-forum-topics th a {
	color:#ffffff;
}
#t-forum-topics tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-forum-topics tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-forum-topics td {
	vertical-align: top;
}
#t-forum-topics td.c-status {
	width: 58px;
}
#t-forum-topics td.c-topics {
}
#t-forum-topics td.c-author {
	width: 128px;
}
#t-forum-topics td.c-replies,
#t-forum-topics td.c-views {
	width: 64px;
	text-align: center;
}
#t-forum-topics td.c-last-post {
	text-align: right;
	width: 192px;
}
#t-forum-topics td.c-last-post em {
	display: block;
}





#d-forum-locked {
	margin: 8px;
	padding: 4px;
	border: 1px dashed #383471;
	font-size: 12px;
}
#d-forum-advertising {
	text-align:center;
	width:100%;
}
#t-forum-messages {
	width: 100%;
	font-size: 13px;
}
#t-forum-messages th {
	background: #383471;
	color: #ffffff;
	padding: 4px;
	text-transform:uppercase;
	font-size:13px;
}
#t-forum-messages tr.c-odd td {
	background: #d8d8d8;
	padding: 2px;
}
#t-forum-messages tr.c-even td {
	background: #f8f8f8;
	padding: 2px;
}
#t-forum-messages td {
	vertical-align: top;
}
#t-forum-messages td.c-author {
	width: 132px;
}
#t-forum-messages td.c-author i {
	display: block;
}
#t-forum-messages td.c-author dl {
	margin: 6px 0 4px 0;
}
#t-forum-messages td.c-author dt {
	clear: left;
	float: left;
	font-size: 11px;
	width: 46px;
	display: block;
}
#t-forum-messages td.c-author dd {
	color: #444444;
	font-size: 11px;
}
#t-forum-messages td.c-message {
}
#t-forum-messages td.c-message div.d-forum-controls {
	margin-bottom: 8px;
}
#t-forum-messages td.c-message div.d-forum-message {
	margin-bottom: 8px;
}
#t-forum-messages td.c-message div.d-forum-message blockquote {
	margin: 4px;
	padding: 26px 6px 8px 50px;
	border: 1px dotted #888888;
	background: url( http://www.cdn4ne1.com/fame4ne1/visuals/quotation-marks.png ) no-repeat 4px 22px;
	position: relative;
	min-height: 48px;
}
#t-forum-messages td.c-message div.d-forum-message blockquote cite {
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	font-weight: bold;
}
#t-forum-messages td.c-message hr {
	margin: 2px 0 6px 0;
	border: none;
	border-top: 1px solid #888888;
}
#t-forum-messages td.c-message div.d-forum-signature {
	margin-bottom: 8px;
}
#t-forum-messages td.c-message ol {
 margin: 4px 32px 4px 32px;
}
#t-forum-messages td.c-message ol li {
 margin-bottom: 2px;
}




#f-forum-quick-reply {
	margin: 8px;
}
#f-forum-quick-reply fieldset {
	border: none;
}
#f-forum-quick-reply legend {
	font-size: 14px;
	border-bottom: 1px dashed #888888;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
	width: 100%;
}
#f-forum-quick-reply label {
	font-size: 12px;
}
#f-forum-quick-reply label .c-odd {
	background: #eeeeee;
}
#f-forum-quick-reply label .c-even {
	background: #c8c8c8;
}
#f-forum-quick-reply label b {
	float: left;
	width: 136px;
}
#f-forum-quick-reply label b sup {
	color: #880000;
}
#f-forum-quick-reply label input,
#f-forum-quick-reply label textarea,
#f-forum-quick-reply label select {
	font-size: 12px;
}
#f-forum-quick-reply label textarea {
	width: 600px;
	height: 64px;
}
#f-forum-quick-reply label em {
	margin-left: 136px;
	display: block;
	font-size: 10px;
	color: #606060;
}



#d-registration {
	padding: 20px 60px 0px 60px;
}
#t-register table {
	font-size: 14px;
}
#t-register td.c-register-talent {
	padding:10px;
	background-color:#dedede;
	width: 390px;
	font-size: 14px;
	border:1px solid #c1c1c1;
	border-right:1px solid #d1d1d1;
	vertical-align:top;
	text-align:left;
}
#t-register td.c-register-commercial {
	padding:10px;
	background-color:#dedede;
	width: 390px;
	font-size: 14px;
	border:1px solid #c1c1c1;
	border-left:1px solid #f1f1f1;
	vertical-align:top;
	text-align:left;
}
#d-1-col-type-1 {
}
#d-1-col-type-1 h2 {
	margin-left:12px;
}
#d-1-col-type-1 h3 {
	margin-left:14px;
}


#t-links {
	width: 60%;
	font-size: 13px;
	margin-left: 20%;
	text-align: center;
}
#t-links img {
	margin: 8px 0 8px 0;
}
#t-links pre {
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap; /*
	width: 99%; */
	word-wrap: break-word;
	border: 1px dashed #444;
	padding: 8px;
	text-align: left;
	margin: 8px 0 24px 0;
}





#f-comments {
	margin: 16px 0 4px 0;
}
#f-comments fieldset {
	border: none;
}
#f-comments legend {
	font-size: 14px;
	border-bottom: 1px dashed #888888;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
	width: 100%;
}
#f-comments label {
	font-size: 12px;
}
#f-comments label .c-odd {
	background: #eeeeee;
}
#f-comments label .c-even {
	background: #c8c8c8;
}
#f-comments label b {
	float: left;
	width: 136px;
}
#f-comments label b sup {
	color: #880000;
}
#f-comments label input,
#f-comments label textarea,
#f-comments label select {
	font-size: 12px;
}
#f-comments label textarea {
	width: 600px;
	height: 64px;
}
#f-comments label em {
	margin-left: 136px;
	display: block;
	font-size: 10px;
	color: #606060;
}





#f-account {
	margin: 8px;
}
#f-account p {
	text-align: center;
	font-size: 18px;
	padding: 12px 0 20px 0;
}
#f-account fieldset {
	border: none;
	margin-bottom: 8px;
}
#f-account legend {
	font-size: 14px;
	border-bottom: 1px dashed #888888;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
	width: 100%;
}
#f-account label,
#f-account div {
	font-size: 12px;
	padding: 4px;
}
#f-account label.c-odd,
#f-account div.c-odd {
	background: #eeeeee;
}
#f-account label.c-even,
#f-account div.c-even {
	background: #d8d8d8;
}
#f-account label.c-error b,
#f-account div.c-error b {
	color: #880000;
}
#f-account label b,
#f-account div b {
	float: left;
	width: 146px;
	padding-top: 4px;
}
#f-account label b sup,
#f-account div b sup {
	color: #880000;
}
#f-account label input,
#f-account label textarea,
#f-account label select,
#f-account div input,
#f-account div textarea,
#f-account div select {
	font-size: 12px;
}
#f-account label textarea,
#f-account div textarea {
	width: 600px;
	height: 64px;
}
#f-account label textarea.c-type-2,
#f-account div textarea.c-type-2 {
	width: 400px;
	height: 64px;
}
#f-account label em,
#f-account div em {
	float: right;
	display: block;
	padding: 4px;
	width: 500px;
	font-size: 10px;
	color: #606060;
}
#f-account label b em,
#f-account div b em {
	float: none;
	width: auto;
}
#f-account div div {
	margin-left: 146px;
}
#f-account br {
	line-height: 2px;
	height: 2px;
}
#f-account .ff-submit {
	margin: 14px 0 0 146px;
}
#f-account sub {
	display: block;
	margin: 12px;
	font-size: 16px;
	color: #880000;
	margin-left: 146px;
}





#f-type-1 {
	margin: 8px;
}
#f-type-1 fieldset {
	border: none;
}
#f-type-1 legend {
	font-size: 14px;
	border-bottom: 1px dashed #888888;
	margin: 4px 0 4px 0;
	text-transform: uppercase;
	width: 100%;
}
#f-type-1 label {
	font-size: 12px;
	margin-bottom: 2px;
}
#f-type-1 label .c-odd {
	background: #eeeeee;
}
#f-type-1 label .c-even {
	background: #c8c8c8;
}
#f-type-1 label b {
	float: left;
	width: 146px;
}
#f-type-1 label b sup {
	color: #880000;
}
#f-type-1 label input,
#f-type-1 label textarea,
#f-type-1 label select {
	font-size: 12px;
}
#f-type-1 label textarea {
	width: 400px;
	height: 64px;
}
#f-type-1 label i {
	font-size: 12px;
}
#f-type-1 label em {
	margin-left: 146px;
	display: block;
	font-size: 10px;
	color: #606060;
}
#f-type-1 br {
	line-height: 2px;
}

#submit {
	background-color:#545454;
	color:#ffffff;
	border:1px solid #000000;
	padding:6px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
	font-weight:bold;
}



.checkerboardEffect {
	position: relative;
	overflow: hidden;
	width: 236px;
	height: 312px;
}
.checkerboardEffect .group {
	position: relative;
	z-index: 100;
}
.checkerboardEffect .group .element {
	float: left;
	margin: 1px;
	border: 1px solid #888888;
	padding: 1px;
}
.checkerboardEffect .group .element a {
	overflow: hidden;
	width: 72px;
	height: 72px;
	display: block;
}
.checkerboardEffect .group .element a img {
	min-height: 72px;
}
.scrollable_v {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
}
.scrollable_v .items {
	position: absolute;
	width: 20000em;
}
.scrollable_v .items .item {
	height: 160px;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

