/*
 * global css reset
 * v1.1
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

/*******************************************************************************/


*
{
	_zoom: 1; /* IE6 background fix */
}

body
{
	font-family:Arial,helvetica,sans-serif;
	font-size:14px;
	color:#555;
	background:#111 url(images/bg.gif) repeat-x;
	font-weight:normal;
}

a,a:link,a:visited,a:hover,a:active
{
	color:#2E84EB;
	font-weight:bold;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

h1 
{
	font-size:32px;
}

h2 
{
	font-size:20px;
}

h3 
{
	font-size:16px;
}

h4 
{
	font-size:16px;
}

h5 
{
	font-size:14px;
}

.clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear
{
	_zoom: 1;
	*zoom: 1;
	_display: block;
	*display: block;
}

body.nobg
{
	background: #fff;
}

#billboard
{
	background: url(images/billboard_bg.gif) repeat-x 0 0;
	height: 30px;
}

#billboard ul
{
	width:880px;
	height:22px;
	padding: 8px 10px 0;
	margin: 0 auto 0 auto;
}

#billboard li
{
	display: inline;
	color: #fff;
}	

#billboard li.floatright
{
	float: right;

}

#billboard li.pipeseparator
{
	margin-right: 1em;
	border-right: 1px solid #fff;
	padding-right: 1em;

}

#billboard li.marginright
{
	margin-right: 2em;
}

#billboard span 
{
	padding:0 20px 0 20px;
	color:#fff;
}

#billboard a 
{
	color:#fff;
	font-weight:bold;
}

body
{
	background:url(/images/bgmain.jpg) no-repeat center 30px;
	background-color:#111111;
}

div#main 
{
	width:900px;
	margin:0 auto;
}

div#flash
{
  width:685px;
  height:307px;
  background:url(/images/bgflash.jpg);
}

#logo 
{
	width:900px;
	height:164px;
	background: url(images/hdr.jpg) no-repeat 0 0;
}

#logo a
{
	width:900px;
	height:164px;
	display: block;
}

#logo a span
{
	display: none;
}

div#menu 
{
	width:100%;
	height:50px;
	font-size:14px;
}

div#menu ul 
{
	list-style:none;
}

div#menu ul li 
{
	display:block;
	height:34px;
	width:150px;
	float:left;
}

div#menu ul li a 
{
	display:block;
	height:34px;
	width:150px;
	float:left;
	background:url(images/menu.gif) 0 0;
	padding:16px 0 0 0;
	color:#fff;
	text-align:center;
}

div#menu ul li a:hover 
{
	background-position:0 50px;
	text-decoration:none;
}

div#menu ul li a.sel 
{
	background-position:0 50px;
}

div#content 
{
	width:900px;
	background:url(images/content_main.gif) repeat-y 0 0;
}

#content div.bgx
{
	/*background: url(images/bodybg.jpg) repeat-y 0 0;*/
}

div#left 
{
	width:684px;
	float:left;
	padding:10px;
}

div#flash 
{
}

div#right 
{
	float:left;
	width:195px;
	background:#c0d6e5;
}

div#login 
{
	width:196px;
	height:250px;
	background:url(images/login.jpg);
}

div#title
{
	padding:12px 0 0 20px;
	height:25px;
}

div#title h5 
{
	color:#fff;
}

div#inputs 
{
	width:100%;
	height:75px;
}

div#buttons 
{
	width:100%;
	text-align:center;
}

div#benefits 
{
	color:#fff;
	padding:0 0 0 20px;
	margin-top: 7px;
}

div#benefits a 
{
	color:#fff;
}

div#news 
{
	background:#c0d6e5 url(images/bg_news.gif) repeat-x;
	width:195px;
	border-right: 1px solid #555;
}

div#newslist 
{
	width:158px;
	background:#e0ebf2 url(images/bg_newslist.gif) repeat-x;
	margin:0 auto;
	padding:5px;
}

div#newslist ul 
{
	list-style:none;
}

div#newslist ul li 
{
	padding:0 0 10px 0;
}

div#newslist li.tall
{
	height: 200px;
}

div#footer 
{
	clear:both;
	color:#fff;
	text-align:center;
	background:#000;
	padding:10px 0 10px 0;
}

div#footer a 
{
	color: #fff;
}

div#footer ul li
{
	display: inline;
}

div#footer ul li.marginright
{
	margin-right: 1em;
}

#btn_login
{
	background: url(images/btn_login.gif);
	display: block;
	width: 70px;
	height: 27px;
	float: left;
	margin: 0 10px 0 21px;
	_margin-left: 11px;
}
  
#btn_signup
{
	background: url(images/btn_signup.gif);
	display: block;
	width: 70px;
	height: 27px;
	float: left;
}

#btn_login span, #btn_signup span
{
	display: none;
}

#inner 
{
	padding: 10px;
	
}

#inner div
{
	padding: 8px;
	border: 1px solid #999;
}

.top
{
	margin-top: 1em;
}

.bottom
{
	margin-bottom: 1em;
}

#username
{
	width: 123px;
	height: 17px;
	border: 0;
	position: relative;
	top: 5px;
	left: 45px;
	background: none;
}

#password
{
	width: 123px;
	height: 17px;
	border: 0;
	position: relative;
	top: 20px;
	_top: 18px;
	*top: 18px;
	left: 45px;
	background: none;
}

body.sub #content
{
	width: 880px;
	padding: 10px 10px 20px;
	background:url(images/content_sub.gif) repeat-y 0 0;
}

div.outer_promo_tools img.marginright
{
	margin-right: 15px;
}

div.outer_promo_tools img.marginbottom
{
	margin-bottom: 15px;
}

/***********************************
 * terms styles
 */
 
div.terms p
{
	margin-bottom: 1em;
	text-align: justify;
}


div.terms ul
{
	margin-left: 2em;
	list-style: none;
}

/***********************************
 * privacy styles
 */
 
div.privacy p
{
	margin-bottom: 1em;
	text-align: justify;
}


div.privacy ul
{
	margin-left: 2em;
	list-style: none;
}

div.privacy ol li
{
	text-align: justify;
}


/**********************************
 * for replacing B, U and I tags
 */

span.bold
{
	font-weight: bold;
}

span.underlined
{
	text-decoration: underline;
}

span.italic
{
	font-style: italic;
}

/**********************************/

ol li
{
	margin: 0 0 1em;
	list-style: none;
}


/********************************************************************************************
 * 
 * resizable final box
 *  
 */


div.main_final_box div.head
{
	background: url(images/finalbox/finalbox_top_center.gif) repeat-x 0 0;
	height: 28px;
}

div.main_final_box div.head div.hl
{
	background: url(images/finalbox/finalbox_top_left.gif) no-repeat 0 0;
	height: 28px;
}

div.main_final_box div.head div.hr
{
	background: url(images/finalbox/finalbox_top_right.gif) no-repeat 100% 0;
	height: 28px;
}

div.main_final_box div.head h5
{
	padding: 8px 0 0 12px;
	margin: 0;
	font: normal normal bold 14px/16px Arial,Trebuchet MS,Arial,Helvetica,sans-serif;
}


div.main_final_box div.body div.border1
{
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

div.main_final_box div.body div.border2
{
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #dcdcdc;
}

div.main_final_box div.body div.border3
{
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #dcdcdc;

}

div.main_final_box div.body div.bc
{
	padding: 15px;
	background: #efefef url(images/finalbox/finalbox_center_center.gif) repeat-y 50% 0;
	padding: 5px 8px 5px 12px;
}

div.main_final_box div.foot
{
	height: 10px;
	background: url(images/finalbox/finalbox_bottom_center2.gif) repeat-x 0 0;
}

div.main_final_box div.foot div.fl
{
	background: url(images/finalbox/finalbox_bottom_left.gif) no-repeat 0 0;
	height: 10px;
}

div.main_final_box div.foot div.fr
{
	background: url(images/finalbox/finalbox_bottom_right.gif) no-repeat 100% 0;
	height: 10px;
}

div.main_final_box div.foot div.fc
{
	background: url(images/finalbox/finalbox_bottom_center.gif) no-repeat 50% 0;
	height: 10px;
	line-height: 0;
	font-size: 0;
}			

/*********************************************************************************/ 

.width435
{
	width: 435px;
}

.width270
{
	width: 270px;
}

.width375
{
	width: 375px;
}

.width550
{
	width: 550px;
}

.width635
{
	width: 635px;
}

/*********************************************************************************
 * form styles
 *
 */


form.signup div.row, form.signup div.row-contact-textarea, form.signup div.rowx, form.bio div.row
{
	margin-bottom: 9px;
}


form.bio div.row div.left, form.bio div.rowx div.left
{
	float: left;
	width: 130px;
	margin-right: 10px;
}

form.signup div.row div.left, form.signup div.row-contact-textarea div.left, form.signup div.rowx div.left
{
	float: left;
	width: 130px;
	margin-right: 10px;
	padding: 5px 0 0 0;
}

form.signup div.row div.errorfield, form.signup div.rowx div.errorfield
{
	float: left;
	width: 330px;
	margin-left: 15px;
	padding: 5px 0 0 0;
	color: #FF7F00;
	font-size: 11px;
}

form.signup div.row-contact-textarea div.errorfield
{
	float: left;
	width: 210px;
	margin-left: 15px;
	padding: 5px 0 0 0;
	color: #FF7F00;
	font-size: 11px;
}

form.signup div.row-contact-textarea textarea
{
	width: 320px;
	height: 160px;
}


form.bio div.row div.right, form.bio div.rowx div.right, form.signup div.row div.right, form.signup div.row-contact-textarea div.right, form.signup div.rowx div.right
{
	float: left;
	/*width: 200px;*/
}

form.bio .width
{
	width: 200px;
}

form.bio .width2
{
	width: 260px;
} 

form.signup .width2
{
	width: 200px;
} 

form.signup .imid
{
	width: 129px;
	_width: 135px;
	*width: 135px;
} 

#country, #type, #limit
{
	width: 266px;
}

#signupcountry, #signuppayvia
{
	width: 205px;
}

div.fieldError
{
	color: #FF7F00; 
	margin-bottom: 1em;
}


.center
{
	margin-left: auto;
	margin-right: auto;	
}


div.emailsent
{
	margin-bottom: 100px;
	color: #00C741;
	text-align: center;
}


ul.benefits
{
	list-style: disc outside;
	margin: 0 0 0 2em;
	width: 70%;
}

ul.benefits li
{
	margin-bottom: 1em;
}

form div.info
{
	float: left;
	width: 220px;
	margin: 0 5px 0 25px;
	border: 1px solid #ccc;
	padding: 4px;
}

form div.info p
{
	text-align: justify;
}


form div.info img
{
	float: left;
	width: 24px;
	height: 24px;
	border: 0;
	margin: 0 1em 1em 0;
}


/*****************
 * sites
 */
 
div.img
{
	float: left;
	width: 30%;
	margin: 0 15px 15px 0;
}

div.desc
{
	float: left;
	width: 60%;
	margin: 0 0 15px 0;
}

/************************************************/

span.total_profit
{
	font-size: 17px;
	font-weight: bold;
}

#acc_info
{
	float: left;
	width: 50%;
	margin: 0 15px 0 0;
}

#referring
{
	float: left;
	width: 40%;
}

#hits-title
{
	float: left;
	width: 743px;
}

#hits-title h3
{
	font-size: 16px;
	font-weight: bold;
}

#calendar
{
	float: right;
	width: 137px;
}

#nav div.side
{
	float: left;
}

#nav #pager
{
	float: right;
}

#nav div.side a
{
	padding: 2px 3px 2px 3px;
	display: block;
	float: left;
	border: solid 1px #dae8ff;
	margin: 0 1px 0 0;
}

#nav div.side .selected
{
	padding: 2px 6px 2px 6px;
	display: block;
	float: left;
	background: #dae8ff;
	border: solid 1px #dae8ff;
	margin: 0 1px 0 0;
}

.promotools_show
{
	width: 775px;
	border: 1px dashed #ddd;
	padding: 8px;
	margin: 10px 0 10px 0;
}

.promotools_show div.box
{
	float: left;
	width: 150px;

}

.promotools_show div.mr
{
	margin-right: 10px;
}

.promotools_show ul
{
	margin-left: 15px;
	list-style: none;
}

/***********************************************
 * PAGER styles
 */

#pager
{
	margin-bottom: 10px;
}

#pager a, #pager span
{
	display: block;
	float: left;
	padding: 3px;
	color: #225289;
	text-decoration: none;
	width: 25px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #DAE8FF;
}

#pager .mr
{
	margin-right: 5px;
}

#pager .first, #pager .last
{
}

#pager .prev, #pager .next
{
}

#pager .page
{
}

#pager .actual
{
	background: #DAE8FF;
}

#nav
{
	margin-top: 1em;
}

/*****************************************
 * faq
 */
 

#faq_list
{
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 40px;
	padding-bottom: 15px;
	list-style-type: decimal;
}

#faq_list li
{
	margin-bottom: 10px;
}

#faq_desc
{
	margin: 0 0 0 40px;
	list-style-type: decimal;
}

#faq_desc li
{
	margin-bottom: 35px;
} 
 
#loginerror
{
	margin: 10px 0 0 21px;
	color: #fa0;
}

#loginerror a
{
	color: #fff;
}

.loginerror
{
	color: #BF0505;
	font-weight: bold;
}


div.new_box
{
}

div.new_box div.b2
{
}

div.new_box div.b3
{
	padding: 10px;
}

.centerx
{
	text-align: center;
}

.success
{
	color: #009966;
}

textarea.livebanners
{
	height: 3.5em;
	width: 823px;
}

span.star
{
	color: #ff0000;
}

/*****************************************
 * javitas
 */

table.info_table {
    border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
table.info_table td {
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #EFEFEF;
}

/*****************************************
 * whitelabel css edit page style definitions
 */

div.wlpages {}
div#wl-index {}

div.wlpages div.msg { display:none; padding: 10px 10px 10px 40px; margin-bottom: 5px; background-repeat: no-repeat; background-position: left center; font-size: 12px; }
	div.wlpages div#success, div.wlpages div#successSkin { background-color: #dff2bf; border: 1px solid #4f8a10; color: #4f8a10; background-image: url(images/icon-success.png); }
	div.wlpages div#error, div.wlpages div#errorSkin { background-color: #ffbaba; border: 1px solid #d8000c; color: #d8000c; background-image: url(images/icon-error.png); }
	div.wlpages div#warning, div.wlpages div#warningSkin { background-color: #feefb3; border: 1px solid #9f6000; color: #9f6000; background-image: url(images/icon-warning.png); }
	div.wlpages div#info, div.wlpages div#infoSkin { background-color: #bde5f8; border: 1px solid #00529b; color: #00529b; background-image: url(images/icon-info.png); }

div.wlpages h2, div.wlpages h2 a { margin: 0px 0px 10px 0px; font-size: 22px; font-weight: bold; }
div.wlpages h3, div.wlpages h3 a { margin: 20px 0px 10px 0px; font-size: 20px; font-weight: normal; }
div.wlpages h4 { margin: 20px 0px 10px 0px; font-size: 20px; font-weight: normal; }
div.wlpages .wl-questions { font-weight: bold; margin-bottom: 5px; }
div.wlpages .wl-answers { margin-bottom: 15px; }

div.wlpages ul { margin-left: 15px; }

div.wlpages span.info { font-size: 11px; }

div.wlpages table em { font-style: italic; }

/* whitelabel index page */
div.wlpages table.wl-tables { font-size: 12px; }
div.wlpages table.wl-tables tr {}
div.wlpages table.wl-tables tr td { padding: 3px; background-color: #EEF1F6; border: 1px solid #ffffff; }
div.wlpages table.wl-tables tr th { padding: 3px; border-bottom: 1px solid #000000; text-align:left; }

div.wlpages table.wl-tables span.active  { color:#89A53E; }
div.wlpages table.wl-tables span.waiting { color:#F48F36; }
div.wlpages table.wl-tables span.denied  { color:#FF0000; }

div.wlpages table#chooseanothertheme .col1 { padding-right: 20px; }

/* whitelabel edit images page */

div.editimagesinfo {
margin: 5px 0px 20px 0px;
}

/* editcss page */
div#editcss div.contentBlock {
	margin-top: 30px;
}
	div#editcss div.contentBlock p {
		margin-top: 10px;
	}
	
	div#editcss div.contentBlock div.button {
		display: block;
		position: relative;
		border: 1px solid grey;
		margin: 5px 5px 0 0 ;
		line-height: 40px;
		width: 200px;
		text-align: center;
		float: right;
		background: transparent;
		cursor: pointer;
	}
		div#editcss div.contentBlock div.button span{
			visibility: visible;
		}
	
		div#editcss div.contentBlock div.button.anim {
			background: transparent url(images/ajax_anim.gif) center center no-repeat;
			cursor: default;
		}
		
		div#editcss div.contentBlock div.button.ok {
			background: transparent url(images/ajax_ok.png) center center no-repeat;
			cursor: default;
		}
		
		div#editcss div.contentBlock div.button.fail {
			background: transparent url(images/ajax_fail.png) center center no-repeat;
			cursor: default;
		}
		
		div#editcss div.contentBlock div.button.anim span, div#editcss div.contentBlock div.button.ok span, div#editcss div.contentBlock div.button.fail span {
			visibility:hidden;
		}

table#themethumbs {}
	table#themethumbs td.themethumb {
		padding: 2px 2px 15px 2px;
		text-align: center;
		}
		table#themethumbs td.themethumb a {}
		table#themethumbs td.themethumb img {
			padding: 5px;
			border: 1px dashed grey;
			}
		table#themethumbs td div.themename {
			font-weight: bold;
			}

div#wl-edit table.signup tr td input {
background-color:#d0e7f2 !important;
}

/*
	fancybox
*/
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancybox/fancy_title_right.png) repeat-x;
}
