
/*		Page Styles		*/

html, body, img, div, table, form { margin: 0px; padding: 0px; border: none; }

html { background-color: #fff; }
body { font-family: Arial; font-size: 12px; color: #333333; line-height: 18px; }

/*		Text Styles		*/

p { padding: 0px 0px 10px; margin: 0px; }
a { color: #333333; font-weight: bold; }
a:hover { color: #999999; }

ul { padding-left: 25px; }
li { margin-bottom: 10px; }
hr { margin: 10px 0px 15px 0px; }

.white  { color: #FFFFFF; }
.black  { color: #000000; }
.gray 	{ color: #999999; }

.georgia { font-family: Georgia; }

h1, h2, h3, h4, h5, h6 {}

.t_10 { font-size: 10px; line-height: 12px; }
.t_11 { font-size: 11px; line-height: 14px; }
.t_12 { font-size: 12px; line-height: 18px; }
.t_14 { font-size: 14px; line-height: 20px; }
.t_18 { font-size: 18px; line-height: 24px; }
.t_20 { font-size: 20px; line-height: 24px; }
.t_24 { font-size: 24px; line-height: 30px; }
.t_30 { font-size: 30px; line-height: 30px; }

.crossout  { text-decoration: line-through; }
.uppercase { text-transform: uppercase; }
.center    { text-align: center; }
.bold      { font-weight: bold; }
.justify   { text-align: justify; }
.right     { text-align: right; }

/*		Block Styles		*/

.bg_EEEEEE { background-color: #EEEEEE; }
.bg_white  { background-color: #FFFFFF; }

.block_0  { padding: 0px 0px 10px; }
.block_10 { padding: 0px 10px 10px; }
.block_20 { padding: 0px 20px 10px; }
.block_30 { padding: 0px 30px 10px; }
.block_40 { padding: 0px 40px 10px; }
.block_blank { padding: 0px; margin: 0px; }
#error_block { padding: 10px; color: #FF0000; font-weight: bold; }

.block-border  { background: #FFFFFF url(../images/skin/border-back.gif) no-repeat center top; border: 1px solid #CCCCCC; padding: 0px 0px 10px; }

.top_10 { padding-top: 10px; }
.top_20 { padding-top: 20px; }
.top_30 { padding-top: 30px; }
.top_40 { padding-top: 40px; }

.img_10 { padding: 0px 10px 10px 0px; }

.clear { clear: both; }

/*		Grid Division Layout		*/

.wrapper {}

	.page_wrapper {}
	
		#page {	width: 982px; margin: 0px auto; position: relative; }
		
			.le_index { position: absolute; }
			.re_index { position: absolute; }
		
			#header {}
			
			.section { position: relative; }
				.affiliates { z-index: 15; position: absolute; left: -9px; top: 351px; }
				.advertisers { z-index: 15; position: absolute; left: -9px; top: 399px; }
				.comerock { z-index: 15; position: absolute; left: 249px; top: 367px; }
				
				.custom-field { background-color: #FFFFFF; border: 1px solid #CCCCCC; width: 90px; padding: 2px; font-size: 11px; }
				
				.col_244 { width: 244px; }
				.col_491 { width: 491px; }
				.col_982 { width: 982px; margin: 0px auto; }
				
				.col_244, .col_491 { float: left; }

	#footer {height: 100px;}
		
		.disclaimer {}
#bottomText {
	margin: 10px 0px 0px;
}
#leftText {
	padding-right: 20px;
	border-right: 1px solid #000;
	float: left;
	width: 54%;
}

#bottomText #love, #bottomText #kiss, #bottomText #not {
	height: 25px;
	line-height: 25px;
	text-indent: 30px;
}
#bottomText #love {
	background: transparent url('../images/skin/heart.png') no-repeat left center;
}
#bottomText #kiss {
	background: transparent url('../images/skin/kiss.png') no-repeat left center;
}
#bottomText #not {
	background: transparent url('../images/skin/check.png') no-repeat left center;
}

#rightText {
	padding-left: 20px;
	width: 40%;
	float: right;
}
	#rightText ul {
		padding: 0px;
	}
	#rightText ul li {
		margin: 0px 0px 5px;
		padding: 0px 0px 0px 10px;
		list-style: none;
		background: transparent url('../images/skin/bullet.png') no-repeat left center;
	}

