html {
	height: 100%;
}
body {
	font-family:arial,Tahoma, sans-serif;
	font-size: 0.63em;
	background:#ddd;
	margin: 0 auto;
}

td.button
	{
		background-image: url('../img/button-right.gif');
		background-repeat: no-repeat;
		background-position: top right;
		padding: 5px 10px 12px 8px;
	}
a {
	color: #f60;
	font-weight:bold;
	outline: none;
}
a:hover { color:#000; text-decoration:underline; }
	a.button {
		font-size: 13px;
		text-align: center;
		background-image: url('../img/button-left.gif');
		background-repeat: no-repeat;
		background-position: top left;
		margin: 0px 6px 0px 0px;
		padding: 5px 0px 12px 4px;
	}
		a.button span {
			background-image: url('../img/button-right.gif');
			background-repeat: no-repeat;
			background-position: top right;
			padding: 5px 10px 12px 8px;
		}

#lo_str { 
	text-align: center; 
	width: 975px;
	height: 100%; 
	background-color: #ffffff;
	background-image: url('../img/bg_main.gif');
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px auto;
	
}
#lo_main { 
	text-align: left; 
	margin: 0px auto; 
	position: relative; 
}
#header {
	width: 955px;
	margin: 0px auto;
	background-image: url('../img/bg_hdr.gif');
	background-repeat: no-repeat;
}
	#header .logo {
		width: 540px;
		height: 42px;
		margin: 15px;
		float: left;
	}
		#header .logo span {
			display: none;
		}
	#header .search {
		font-size: 11px;
		color: #FFFFFF;
		width: 220px;
		margin: 15px 0px 15px 0px;
		float: right;
	}
		#header .search label {
			font-weight: bold;
		}
		#header .search .border {
			float: left;
		}
		#header .search .button {
			float: left;
		}
	#header .container {
		height: 35px;
		border-bottom: 4px solid #CCCCCC;
		padding: 0px;
	}
		#header .container a {
			font-size:12px;
			font-weight: bold;
			text-decoration: none;
			color: #ccc;
			float: left;
			height: 15px;
			padding: 10px 18px;
			border-right: 0px solid #ccc;
			border-left: 0px solid #ccc;
		}
			#header .container a:hover {
				color:#fff;
				text-decoration:none;
				background-color:#f60;
			}
	#header .promote {
		background-color:#fff;
		background-image: url('../img/promote-bg.gif');
		background-position: top;
		background-repeat: repeat-x;
		width: 100%;
		height: 20px;
		display: block;
		margin: 0px 0px 6px 0px;
	}
#main {
	background:#fff;
	width:915px;
	margin:0 auto;
	padding:1px 0 40px 0;
	position: relative;
}
	#main #left {
		font-size: 1.2em;
		background-color: #FFFFFF;
		width: 200px;
		margin: 0px;
		padding: 1px 0px 0px 0px;
		float: left;
	}
		#main #left .form .border {
			width: 140px !important;
		}
			#main #left .form .border input {
				width: 120px;
			}
			#main #left .form .button {
				margin: 10px 0px 0px 0px;
			}
		#main #left .heading {
			font-family:arial,Trebuchet MS, sans-serif;
			font-size: 1.2em;
			font-weight: bold;
			color: #222222;
			background: #ddd url('../img/bg_tile.gif');
			margin: 0px 0 6px 0px;
			padding: 4px 6px;
			border-width: 0px 0px 1px 4px;
			border-style: solid;
			border-color: #EEEEEE #000000 #BBBBBB #f60;
		}
			#main #left .heading a {
				text-decoration: none;
				color: #666666;
			}
			#main #left .heading span {
				font-size: 0.63em;
				font-weight: normal !Important;
				float: none !important;
				display: block;
			}
		#main #left .message {
			padding: 0px 6px;
		}
	#main #content {
		font-size: 1.2em;
		margin: 0px 185px 0px 220px;
		padding: 1px 0px 0px 0px;
	}
		#main #content .heading {
			font-family: Arial, Trebuchet MS, sans-serif;
			font-size: 1.6em;
			letter-spacing: -1px;
			font-weight: bold;
			color: #222222;
			background-color: #FFFFFF;
			margin: 20px 0px 10px 0px;
			padding: 0px 0px 5px 0px;
			border-top: none !important;
			border-left: none !important;
			border-right: none !important;
			border-bottom: 1px solid #BBBBBB;
		}
			#main #content .heading a {
				text-decoration: none;
				color: #222222;
			}
			#main #content .heading span {
				font-size: 0.63em;
				font-weight: normal !Important;
				float: none !important;
				display: block;
			}
		#main #content .message {
			padding: 6px 0 !important;
		}
		#main #content .messages {
			width: 100%;
			border-color: #979476;
			border-style: solid;
			border-width: 1px 0px 0px 1px;
		}
			#main #content .messages .title td {
				text-align: center;
				background-color: #AFAC8E;
			}	
			#main #content .messages tr td {
				padding: 4px;
				border-color: #979476;
				border-style: solid;
				border-width: 0px 1px 1px 0px;
			}
		#main #content .actions {
			background-color: #DAD9CF;
			height: 28px;
			padding: 8px 0px 0px 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
		#main #content table {
		
		}
			#main #content table tr {
			
			}
				#main #content table tr td {
				
				}
					#main #content table tr td .heading {
						border-right: 1px solid #BBBBBB;
						border-left: 1px solid #F0F0F0;
					}
	#main #right {
		font-size: 1.2em;
		background-color: #FFFFFF;
		width: 165px;
		float: right;
		padding: 1px 0px 0px 0px;
	}
		#main #right .form .button {
			margin: 0px 0px 10px 0px;
			padding: 0px;
		}
		#main #right .heading {
			font-family: Arial, Trebuchet MS, sans-serif;
			font-size: 1.2em;
			font-weight: bold;
			color: #222222;
			background: #ddd url('../img/bg_tile.gif');
			margin: 0px 0px 6px 0px;
			padding: 4px 6px;
			border-width: 0px 0px 1px 4px;
			border-style: solid;
			border-color: #EEEEEE #000000 #BBBBBB #f60;
		}
			#main #right .heading a {
				text-decoration: none;
				color: #666666;
			}
			#main #right .heading span {
				font-size: 0.63em;
				font-weight: normal !Important;
				float: none !important;
				display: block;
			}
		#main #right .message {
			padding: 0px 6px;
		}
	#main .form {
		margin: 0px;	
	}
		#main .form label {
			font-weight: bold;
			margin-bottom: 4px;
		}
		#main .form .border {
			
		}
			#main .form .border input, main .form .border textarea {
				font-family:arial,sans-serif;
				font-size: 1.2em;
				margin: 3px 0px;
				width: 332px;
				padding: 4px;
				border-width: 1px;
				border-style: solid;
				border-color: #CCCCCC #DDDDDD #DDDDDD #CCCCCC;
			}
		#main .form .button {
			font-size: 1.4em;
			margin: 4px 0px;
			padding: 8px 1px;
		}
		#main .form .select select {
			width: 300px;
		}
#profile {
	background-image: url('../img/profile-background.gif');
	background-position: top;
	min-height: 200px;
	margin: 0px 181px 7px 217px;
	padding: 10px 0px 0px 10px;
	position: relative;
	top: 2px;
}
	#profile .left {
		width: 200px;
		padding: 10px 0px 5px 10px;
	}
		#profile .left .name {
			font-family:arial,Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #FFFFFF;
		}
		#profile .left .about {
			font-size: 11px;
			color: #FFFFFF;
			line-height: 16px;
			margin: 10px 0px 0px 0px;
		}
		#profile .left .info {
			font-size: 11px;
			color: #FFFFFF;
			line-height: 16px;
			margin: 10px 0px 0px 0px;
		}
			#profile .left .info span {
				color: #EC008C;
			}
		#profile .left a.button {
			font-size: 11px !important;
			font-weight: bold;
			color: #FFFFFF;
			text-align: center;
			text-decoration: none;
			background-image: url('../img/profile-button.gif');
			display: block;
			float: left;
			width: 104px;
			height: 21px;
			margin: 20px 0px 0px -2px;
			padding: 7px 0px 0px 0px;
			outline: none;
		}
		#profile .left a.button:hover {
			text-decoration: underline;
		}
		#profile .left a.first {
			margin: 20px 0px 0px -8px;
		}
		#profile .left div.button {
			height: 48px;
		}
		#profile .left .paypal {
			font-size: 9px;
			color: #999999;
			position: relative;
			top: 22px;
			left: 28px;
		}
		#profile .left .totaltable {
			
		}
			#profile .left .totaltable .labels {
				float: left;
			}
				#profile .left .totaltable .labels .last {
					margin-top: 6px;
				}
			#profile .left .totaltable .values {
				text-align: right;
				float: right;
			}
				#profiles .left .totaltable .values div {
					text-align: right;
					float: right;
					width: 100%;
					display: block;
				}
				#profile .left .totaltable .values .last {
					margin-top: 6px;
				}
			#profile .left .totaltable .line {
				height: 1px;
				width: 100%;
				padding-left: 2px;
				position: relative;
				top: 34px;
				left: -2px;
				border-bottom: 1px dotted #888888;
			}
	#profile .right {
		float: right;
		width: 200px;
		overflow: hidden;
		margin: 0px 17px 0px 0px;
		padding: 10px 0px 0px 0px;
	}
		#profile .right img {
			float: left;
		}
	#profile .rating {
		background-color: #000000;
		background-image: url('../img/profile-rating.gif');
		background-position: 10px 10px;
		background-repeat: no-repeat;
		height: 45px;
		margin: 0px 0px 35px -10px;
		padding: 0px;
		position: relative;
		border-top: 1px solid #444444;
	}
		#profile .rating span {
			color: #FFFFFF;
			background-color: #000000;
			background-image: url('../img/profile-rating.gif');
			background-position: -440px 10px;
			background-repeat: no-repeat;
			float: left;
			height: 15px;
			padding: 15px;
			position: absolute;
			top: 0px;
			right: 0px;
		}
		#profile .rating .stars {
			background-image: url('../img/profile-star.gif');
			background-position: left top;
			height: 15px;
			width: 195px;
			margin: 15px;
		}
			#profile .rating .stars > div {
				background-image: url('../img/profile-star.gif');
				background-position: left bottom;
				height: 15px;
			}
#footer {
	font-size:11px;
	color:#666;
	background:#eee;
	border-top:1px solid #ddd;
	width: 915px;
	margin: 20px auto 0 auto;
	padding:20px;
}

.item { margin:0 0 20px 0; }
ul { margin:20px 0 20px 20px; padding:0; }
ul li { padding:0; }

.clear {
	clear: both;
}

.quickfind
	{float:Right;
	
	width:190px;
overflow: hidden;
}

.quickfind h3 {font-family: Arial, Trebuchet MS, sans-serif;
			font-size: 1.2em;
			letter-spacing: -1px;
			font-weight: bold;
			color:black;
		}
.gentext 
  	{
		font-family: Arial, Trebuchet MS, sans-serif;
			font-size: 1em;
			padding-top:25px;
			padding-bottom:25px;
			width:265px;

			
		}


.affilate
	{
		text-align:center;
			margin-left:auto;
	margin-right:auto;
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #222222;
	
}

.affilate img 
	{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:none;
}