/* CSS STLYESHEET */


*  {
	margin: 0px;
	font-family: Arial, Verdana, Trebuchet MS;
	padding: 0px;
	border: 0px;
}

.m {background:url(m.png) 0 50% no-repeat; width:auto; height:auto; padding:0 0 0 25px; text-decoration:none; }
	/* statistics */
	.stats
	{
		float:none;
		clear:both;
		width:80%;

	}
	.profiles img {border:3px solid #7cd5ef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
	.stats li
	{
		float:left;
		text-align:right;
		width:20%;
		text-shadow:1px 1px 0 #fff;
	}

	.stats li strong
	{
		display:block;
		font-weight:normal;
		font-size:2.1em;
		line-height:1.1;
		color:#0a4270;
	}

	.stats li span
	{
		display:block;
		color:#4c7ea6;
		text-transform:uppercase;
	}

a {
	color: #ff7300;
}

body  {
	background-color: #FFF;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a {
	background: transparent;
}

.clear {
	clear:both;
}

/* HEAD */




/* THE INTRODUCTION PART WHERE IT INTRODUCES YOU TO THE SITE */

#introduction_container {
	background: url('/imgs/introduction_container_bg.gif') repeat-x #E3E3E3;
	border-bottom: 1px solid #BFBFBF;
	height: 264px;
	padding-top: 20px;
}

#introduction {
	margin: 0 auto;
	width: 960px;
	height: 245px;
	background: url('/imgs/introduction_bg.gif') repeat-x #447DC0;
}

#introduction img {
	float: left;
	border: 8px solid #fff;
	margin: 19px 20px 0 19px;
}

#introduction h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 22px 0 0 0;
	text-shadow: 1px 1px 0 #0E3C6E;
	width: 631px;
}

#introduction p {
	font-size: 13px;
	color: #fff;
	float: left;
	margin: 10px 0 0 0;
	width: 631px;
}

#introduction a {
	float: left;
}

#introduction a img {
	border: 0px;
	margin:24px 20px 0 0px;
}

#introduction a img:hover {
	opacity: 0.95;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	-khtml-opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

/* MAIN CONTAINER STUFF */

#main_container {
	background: #FFFFFF;
	position: relative;
	margin: 0 auto;
    padding: 20px 0 0 0;

}
#main_container span {
    background-image: url(https://www.flippinghut.com/images/premier.png);
    width: 104px;
    padding: 12px 20px 12px 20px;
    color: #fff;
    float: left;
    background-repeat: no-repeat;
    text-decoration: none;
}
span.footer {
    background: none !important;
}
.by-color { }

.main_white {
	background: #FFFFFF;
}
.main_grey {
	background: #FFF;
}

.ninesixty {
	width: 900px;
        height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
}




/* TABS THAT CONTROL THE AUCTION CATEGORIES */


#tabs_container {
	margin-top: 20px;
	background: transparent url('/imgs/tabs_bg.gif') bottom left repeat-x;
}

#tabs {
	margin: 0 auto;
	width: 900px;
}

#tabs li {
	float: right;
	margin-left: 3px;
	margin-top:18px !important;
	border-bottom: 1px solid #EB8303

}

#tabs li a {
    display: block;
    background: url(../imgs/tabs_alt_left.gif);
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    border-bottom: 1px solid #EB8303;
    margin-top: -24px;
    margin-left: 10px;
}

#tabs li a span {
	display: block;
	background: url('../imgs/tabs_alt_right.gif') top right no-repeat;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	padding:12px 12px 10px;
	height: 18px
}

#tabs li a:hover {
	background: url('../imgs/tabs_left.gif');
}

#tabs li a:hover span {
	background: url('../imgs/tabs_right.gif') top right no-repeat;
}


#tabs li#active a {
	background: url('../imgs/tabs_left.gif');
}

#tabs li#active a span {
	background: url('../imgs/tabs_right.gif') top right no-repeat;
}


/* THE MAIN AUCTION TABLES */

.auctiontables {
	width:900px;
	margin: -6px 0 0 0;
	border:0px solid #ff9818; border-collapse:collapse;
	float:left;
}

.auctiontables thead tr td {
	border-bottom: 4px solid #eb8303;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding:10px;
	margin: 0;
	background-color:#ff9818;
}

.auctiontables tr td.justright {
	text-align: right;
}

.auctiontables tr td.justcenter {
	text-align: center;
	color: black;
}

.auctiontables tr td.justcenter2 {
	text-align: center;
	color: white;
}



.auctiontables tbody tr td {
	background: #e8f9ff;
	border-bottom: 1px solid #ff9818;
}

.auctiontables tbody tr.alt td {
	background: #fff2e8;
	border-bottom: 1px solid #ff9818;
}

.auctiontables tbody tr td {
	color: #333333;
	font-size: 14px;
	padding: 10px;
	height: 120px;
}

.auctiontables tbody tr td a {
	color: orange;
	text-decoration: none;
}

.auctiontables tbody tr td a:hover {
	text-decoration: underline;
}

.auctiontables tbody tr.blue td {
	background: #e8f9ff;
	border-bottom: 1px solid #ff9818;
	color: #333;
}

.auctiontables tbody tr.blue td a {
	font-weight: bold;
	color: #333;
}

/* FOOTER */




/* PAGINATION */

.pagination {
	display:block;
	width:890px;
	height:36px;
	margin-bottom: 50px;
	float:left;
	padding:5px 5px 0 5px;
	background-color:#ff9818;
	border-top: 4px solid #EB8303;
}

.pagination a {
	background-color:#b16200;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:13px;
	height:18px;
	margin:0 4px 0 0;
	padding:6px 8px 3px;
	text-decoration:none;
	border: 1px solid #b16200;

}

.pagination a.current, .pagination a.current:hover {
	background: #b16200;
	color: #FFFFFF;
	border: 1px solid #b16200;
}

.pagination a:hover {
	background: #b16200;
	color: #FFFFFF;
	border: 1px solid #b16200;
}



.remove {
	border: 3px solid #007cbc;
	padding: 3px;
	background-color: #0091dc;
	width: 90px;
}







/* PAGINATION */

.pagination2 {
	display:block;
	width:880px;
	height:36px;
	margin-bottom:50px;
	float:left;
	padding:5px 5px 0 5px;
	background-color:#ff9818;
	border-top: 4px solid #EB8303;
}

.pagination2 a {
	background-color:#b16200;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:13px;
	height:18px;
	margin:0 4px 0 0;
	padding:6px 8px 3px;
	text-decoration:none;
	border: 1px solid #b16200;

}

.pagination2 a.current, .pagination a.current:hover {
	background: #b16200;
	color: #FFFFFF;
	border: 1px solid #b16200;
}

.pagination2 a:hover {
	background: #b16200;
	color: #FFFFFF;
	border: 1px solid #b16200;
}









.msg, .del, .approve {background:#fff; padding:2px 4px; border:1px dotted #ffa010; color:#ff7010 }
/* VIEW AUCTION PAGE */
.for textarea {font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:17px; padding:2px; background:url(bg-blue.png) 0 0 repeat-x #fff; border:1px solid #1b74b2; outline:0px; width:350px; height:100px; }
.for {font-size:13px; font-family:Arial, Helvetica, sans-serif }
.for input[type=submit] {background:#ff7401 ; color:#fff; border:2px solid #db4003; outline:0px; padding:4px 12px; text-align:center; }
.domain {background:url(www.png) 100% 0 no-repeat; }
#auction_container {
	width: 880px;
	margin: 0 auto;
	padding: 0px;
}

#auction_container #auction_left {
	width: 640px;
	float: left;
}

#auction_container #auction_right {
	width: 240px;
	float: left;
}

#auction_container #auction_left .abox {
	background:#fff;
	border: 0px solid #454545;
	display: block;
}
#auction_container #auction_left .welcome {
	background:#ebf6fb;
	border: 1px solid #7cb7cf;
	display: block;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	padding:10px;
	float:left;
	width:600px;
	margin:0 0 20px 0;
}

#auction_container #auction_right .abox {
	background:url(black.png) 0 0 repeat-x #f2f2f2;
	border: 1px solid #9b9b9b;
	display: block;
}

#auction_container #auction_right .abox2 {
	background:url(org.png) 0 0 repeat-x #fffcf9;
	border: 1px solid #ffbc00;
	display: block;
}
#auction_container #auction_right .abox2 img { float:left; margin:0 5px 0px 0; max-width:60px; max-height:60px; }
#auction_container #auction_right .abox2 a , #auction_container #auction_right .abox a {text-decoration:none; color:#ff7300 }
#auction_container #auction_right .red a { color:#F00; text-decoration:none;  }
#auction_container #auction_right .red {
	background:url(alert.png) 0 0 repeat-x #ffe2e2;
	border: 1px solid #ff8585;
	display: block;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	margin:0 0 15px 0;
	padding:6px;
}


#auction_container #auction_right .blue {
	background:url(blue.png) 0 0 repeat-x #f9fdff;
	border: 1px solid #00c2ea;
	display: block;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	margin:0 0 15px 0;
	padding:6px;
}
#auction_container #auction_right .blue a { color:#005aaa; text-decoration:none; font-weight:bold; }

#auction_container #auction_right .blue h5 {color:#ffffff !important }
#auction_container #auction_right .red h5 {color:#ffffff !important }
#auction_container #auction_right .abox2 h5 {color:#ffffff !important; margin-bottom:20px !important  }
#auction_container #auction_left .abox h5, #auction_container #auction_left .welcome h5 {color:#ff7300 !important; margin:0px !important; padding-bottom: 6px; padding-top: 10px; }
#auction_container #auction_left .abox {
	margin: 0px 15px 15px 0px;
	color: #000;
	font-size: 14px;
	padding: 4px 5px 18px 5px;
}

#auction_container #auction_right .abox {
	margin: 0px 0px 15px 0px;
	clear: both;
	font-size: 13px;
	padding: 6px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#auction_container #auction_right .abox2 {
	margin: 0px 0px 15px 0px;
	clear: both;
	font-size: 13px;
	padding: 6px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#auction_container h2 {
	color:#1B1B1B;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	text-decoration:none;
	padding-left: 10px;
}

#auction_container h3 {
	color:#6D6D6D;
	font-size:14px;
	font-weight:normal;
	padding-left:0px;
	font-family:Arial, Helvetica, sans-serif !important;
}

#auction_container #summary #leftt {
	float: left;
	width: 240px;
}
.ll {float:left; margin:0 10px 5px 0; }

#auction_container #summary #leftt #thumbnail {
	width: 210px;
	height: auto;
	padding:2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#65c2e7;
	border:1px solid #65c2e7; text-align:center;
}

#auction_container #summary #leftt ul#thumbnails {
	padding-left: 0px;
	height: auto;
}

#auction_container #summary #leftt ul#thumbnails li {
	float: left;
	height: auto;
}

#auction_container #summary #leftt #thumbnail img {
	padding: 0px;
	border: 0px solid #ffffff;
	margin: 0px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#0298d3;

}

#auction_container #summary #leftt #seeall {
	clear: both;
	background:url(see.png) 0 0 no-repeat;
	color: #fff;
	margin: 9px 0 0 0px;
	text-align: center;
	padding: 8px 0;
	width: 216px;
	height:22px;
	display: block;
	font-family:"nilandblack";
	text-decoration:none;
	font-size:16px;
}
#auction_container #summary #leftt #seeall a { text-decoration:none; color:#fff; font-size:16px; }

#auction_container #summary #leftt #seeall:hover {
	background:url(see-btn.png) 0 0 no-repeat;
}

#auction_container #summary #rightt {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:none repeat scroll 0 0 #0071bc;
	float:right;
	margin:0px 0px 0px 0;

	width:355px;
	border:1px solid #054874;
	min-height:152px;
	color:#fff !important;
}

#auction_container #summary #rightt h4 {
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;

	margin: 10px;
	padding:6px 0 6px 6px;
}

#auction_container #summary #rightt #bidding dl dt {
	position:relative;
	top:1px;
	clear:left;
	float:left;
	width:83px;
	color: #ffffff;
	font-size: 13px;
}
#auction_container #summary #rightt #bidding dl dt, #auction_container #summary #rightt #bidding dl dd {
	float:left;
	padding:0 0 9px 15px;
}

#auction_container #summary #rightt #bidding dl dd  {
	width:223px;
	font-size: 13px;
	color: #ffffff;
}

#auction_container #summary #rightt #bidding dl dd .arroww {
	display: block;
	clear: both;
}

#auction_container #summary #rightt #bidding dl dd .arroww #putinbutton {
	float: left;
	position: relative;
	top: -3px;
}

#auction_container #summary #rightt #bidding dl dd .arroww #putinbid {
	background:url("imgs/bid_background.gif") no-repeat scroll 0 0 #FFFFFF;
	float:left;
	height:20px;
	padding:6px 3px 4px 18px;
	width:69px;
	margin-right: 4px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #E0E0E0;
}

#auction_container #summary #rightt #bidding dl dd .arroww2 i {
	color: #A3A3A3;
}

#auction_container #summary #rightt #bidding dl dd .arroww2 {
	margin-bottom: 5px;
	clear: both;
}

#auction_container #summary #rightt #bidding dl dd label {
	position: relative;
	top: -18px;
}
#auction_container #summary #rightt #bidding dl dt #bidofpadding, #auction_container #summary #rightt #bidding dl dd #bidofpadding {
	margin-top: 10px;
}

#auction_container #summary #rightt #bidding dl dd #putinbinbutton {
	position: relative;
	top: -18px;
	margin-left: 135px;
}


#auction_container h5 {
	clear: both;
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
	margin:0 0 20px 0;
	line-height:16px;

	padding: 0px ;
}

#auction_container p {
	font-weight: normal;
	color: #494949  !important;
	font-size: 13px  !important;
	line-height: 18px !important;
	margin:0px;
	padding:6px 0  !important;
}

#auction_container #auction_right h5 {
	margin: 0 0 7px 0;
}

#auction_container #auction_right #badalert {
	color: red;
	margin: 11px 0 7px 0;
}

#auction_container #auction_right #goodalert {
	color: green;
	margin: 11px 0 7px 0;
	display: none;
}

#auction_container #auction_right ul {
	padding-top: 6px;
}

#auction_container #auction_right ul li {
	height: 29px;
	color: #000;
}

#auction_container #auction_right ul li a {
	color: #000;
	text-decoration: underline;
}

#auction_container #auction_right ul li span {
	color: #898989;
}

#auction_container #auction_left a {
	text-decoration:none;
	color: #0071bc;
}

#auction_container #auction_left #thethumbs {margin:10px 0 0 0 !important }
#auction_container #auction_left #thethumbs li {
	display: inline;
	list-style:none !important;
	padding:8px 0 0 5px !important;
	background:none !important;

}

#auction_container #auction_left #thethumbs li img {
	border: 2px solid #ff6702;
	background: #fff;
	padding: 2px;
	max-height:65px !important;
	max-width:100px !important;

}

#auction_container #auction_left #thethumbs li img:hover {
	border-color: #0071bc;
}



/* COMMENTS BIT */

.acomment {
	background: #FAFAFA;
	border: 1px solid #DADADA;
	padding: 15px;
	margin-bottom: 10px;
	-moz-border-radius: 12px;
	position:relative;
	border-radius: 10px;
}
.acomment .up {
	float:right;
	width:100px;
	position:absolute;
	right:-40px;
	top:11px;
}

.acomment:hover {
	background: #fff;
	border: 1px solid #EBEBEB;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.owner {
	background: #F6FAFF;
	border: 1px solid #C6D6F8;
	border-radius: 10px;
	padding: 15px;
}

.owner:hover {
	background: #FBFDFF;
	border: 1px solid #E1E9FA;
	border-radius: 10px;
	padding: 15px;
}

.acomment h6 {
	color: #8B8B8B;
	font-size: 14px;
	border-bottom: 1px solid #EBEBEB;
	padding: 3px 5px 8px 5px;
	margin: 4px;
}

.owner h6 {
	color: #A9BDD6;
	border-bottom: 1px solid #C6D6F8;
}

.acomment h6 a {
	color: #0066CC !important;
	padding-right: 4px;
}

.acomment p {
	color: #000;
	font-size: 14px;
	padding: 3px 5px 8px 5px;
	margin: 4px;
}

#postcomments {
	margin-top: 20px;
}

#postcomments textarea {
	background: #F5F5F5;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #E0E0E0;
	width: 600px;
	padding: 8px;
	font-size: 14px;
	color: #4A4A4A;
	height: 125px;
	margin-bottom: 10px;
}

#auction_container #auction_right ul.manageoffers li {
	height: auto;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	padding-top: 12px;
}

#auction_container #auction_right ul.manageoffers li p {
	color: #666; font-size: 12px;
}

#auction_container #auction_right ul.manageoffers li h6 a {
	font-size: 12px;
	font-weight: normal;
}

#verifybox {
	background:none repeat scroll 0 0 #F3F3F3;
	border-color:#999999;
	border-style:solid;
	border-width:1px 0 0 1px;
	display:block;
	font-family:arial,verdana,tahoma;
	font-size:11px;
	margin-top:12px;
	padding:5px;
	width:207px;
}
.message { margin-left: -30px; }

.right h1{

width: 266px;

padding-bottom: 4px;

color: #ff7401;
margin-left: -1px;
margin-bottom: -1px;
}



/* GENERAL DIV.. */

#generaldiv {
	width: 960px;
	margin: 0 auto;
	min-height: 450px;

}

#main .left {
	border-right:1px solid #E4E4E4;
	float:left;
	margin-bottom:20px;
	width:230px;
}

#main .right {
	margin-bottom:300px;
	margin-left:260px;
	padding-left:20px;
}
#generaldiv div.new {width:400px !important; float:right !important; border:1px solid #999 }
#main .left h3 {
	background:url("/images/fading-border.png") no-repeat scroll 100% 100% transparent;
	color:#ffc28d;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 0;
	padding:0 0 4px;
}

#main #featuredstuff {
	background:url("/widget_bg.jpg") repeat-x scroll 0 0 #007cbd;
	border-bottom:1px solid #005f91;
	overflow:hidden;
	padding:20px 20px 10px;
	color:#fff !important;
}
#main #featuredstuff h4 {color:#fff; font-size:14px; font-family:'niland'; font-weight:normal; line-height:16px; padding:0px 0; margin:3px 0px; }
#main #featuredstuff ul {
	margin:3px 0 15px;
}

#main #featuredstuff ul li {
	background:url("p.png") no-repeat scroll 5px 11px transparent;
	border-bottom:1px solid #3a9ed3;
	font-size:12px;
	height:38px;
	line-height:34px;
	list-style:none outside none;
	overflow:hidden;
	padding:0 0 0 25px;
}

#main #featuredstuff ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
}

#main #messages {
	background:url(bmail.png) 140% -30px no-repeat #0091dd;
	border-bottom:1px solid #006296;
	overflow:hidden;
	padding:20px 20px 10px;
}

#main #messages ul {
	margin:3px 0px;
}

#main #messages ul li {
	background:url("buu.png") no-repeat scroll 5px 50% transparent;
	font-size:12px;
	overflow:hidden;
	padding:0 0 0 25px;
}

#main #messages ul li a {
	color:#ccedff;
	display:block;
	text-decoration:none;
}
#main #messages ul li a strong { color:#fff; }
#main #news {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DADADA;
	font-size:12px;
	line-height:23px;
	margin-bottom:20px;
	padding:19px 10px 10px;
}

#main h2 {
	color:#ccedff;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	text-decoration:none;
}

#main p {
	font-size:14px;
}

#main p a {
	color: #0076bf;
}

#main p a:hover {
	text-decoration: none;
}


#main .right .form .sub-left {
	padding:0 0 22px;
	width:280px;
}

#main .right .form .sub-left label {
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:bold;
	width:280px;
}

#main .right .form .sub-left .description {
	color:#888888;
	display:block;
	font-size:14px;
	font-style:normal;
}



#main .right .form .sub-left2 {
	padding:0px;
	width:280px;
}

#main .right .form .sub-left2 label {
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:bold;
	width:280px;
}

#main .right .form .sub-left2 .description {
	color:#888888;
	display:block;
	font-size:12px;
	font-style:normal;
}



#main .right .form .sub-right {
	vertical-align:top;
}

#main .right .form .toolbar .button {
	height: 24px !important;
	width: 24px !important;
	border:0px; outline:0px;
	background:none !important;


}

.u {background:url(user.png) 3px 50% no-repeat; padding-left:25px !important; }
.sub {background:url(sub.png) 3px 50% no-repeat; padding-left:25px !important; }
.msg {background:url(msg.png) 3px 3px no-repeat; padding-left:25px !important; }

#main .right .form .input {
	background-color:#F8F8F8;
	border-color:#AAAAAA #DDDDDD #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-family:sans-serif;
	font-size:14px;
	padding:7px;
	width:320px;
}

#main .right .form .button {
	color:#303030;
	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:4px 2px 4px 3px;
	background: url(http://www.flippinghut.com/images/buttonbg.png) 0 0 no-repeat;
	width: 180px;
	height: 45px;
}

#main .right .form h2 {
	margin-bottom: 14px;
}















#main .right .listings .title {
	border-bottom: 4px solid #d2892b;
	margin-top:10px;
	background-color: orange;
	height: 45px;
}

#main .right .listings .title td {
	font-size:14px;
	padding:5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

#main .right .listings .listing {
	background:none repeat scroll 0 0 #F7F7F7;
	border-bottom:1px solid #EFEFEF;
}

#main .right .listings .listing .listing-title {
	padding-left:10px;
	text-align:left;
}

#main .right .listings .listing td {
	color:#333333;
	font-size:14px;
	padding:10px;
	height:50px;
}

#main .right .listings .listing .listing-title a {
	color:#000000;
	text-align:left;
}

#main .right table.listings a, #main .right table.listings a:visited {
	text-decoration:none;
}

#main .right .listings .blue {
	background:none repeat scroll 0 0 #ECF7FF;
	border-bottom:1px solid #CADDEB;
	color:#20314C;
}

#main .right .listings .blue a {
	color:#20314C;
	font-weight:bold;
}

#main .right .listings .alt {
	background:none repeat scroll 0 0 #FFF;
	border-bottom:1px solid #FFF;
	height:50px;
}

#main .right .listings .listing img {
	margin-right: 8px;
}








#main .left .info, #main .left #info {
	-moz-border-radius:10px 10px 10px 10px;
	background:none repeat scroll 0 0 #D4E3F2;
	color:#3F678F;
	font-size:13px;
	margin:12px 0 14px 9px;
	padding:11px 9px 14px;
	text-align:center;
	width:192px;
}

#main .right .message .whispers {
	border-left:1px solid #ffcfa7;
	margin-top:21px;
	width:100%;
        height:auto;
}

#main .right .message .whispers .heading {
	background:#ff7300;
	color:#fff;
	height:28px;
}

#main .right .message .whispers .heading td {
	border-color:#ffcfa7;
	border-style:solid;
	border-width:1px 1px 1px 0;
}

#main .right .message .whispers td {
	border-color:#ffcfa7 #ffcfa7 #ffcfa7 #ffcfa7;
	border-right:1px solid #ffcfa7;
	border-style:solid;
	border-width:0 1px 1px 0;
	font-size:14px;
	padding:6px;
}

#main .left .info a, #main .left #info a {
	color:#3F678F;
	font-size:17px;
	font-weight:bold;
}









#main thead tr th, #main thead tr th a, #main thead tr th a:visited {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#main thead tr > th {
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding-bottom:8px;
	text-align:right;
	vertical-align:middle;
}
.access-label {
	left:-10000px;
	position:absolute;
}

table.listings, table.listings th, table.listings td {
	border:medium none;
	border-collapse:collapse;
}

table.listings {
	empty-cells:show;
	line-height:1.3;
	font-size: 14px;
	width: 890px;
}

table.listings a, a:visited {
	color:#333;
	cursor:pointer;
	text-decoration:none;
}

#generaldiv thead tr {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}

#generaldiv thead tr {
	background:url("/index_files/fading-border-inverted.png") no-repeat scroll 400px 90% transparent;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}

#generaldiv tbody td, #main tbody th {
	padding:4px 0 1px 8px;
}


#generaldiv thead .message{
	text-align: left;
}

#generaldiv tbody .message{
	text-align: left;
	font-weight: normal;
}

#generaldiv tbody .received {
	text-align: right;
}


dl.message-details dt, dl.message-details dd {
	padding:0 0 5px;
}
dl.message-details dt {
	float:left;
	width:8em;
	font-size: 14px;
}
dl.message-details * {
	font-weight:bold;
}
.frame .page a, .frame .page a:visited {
	color:#045AB0;
}
dl.message-details * {
	font-weight:bold;
}
.viewmessagetitle {
	background-image:none;
	border:medium none;
	padding: 0 0 20px 0;
	color:#333333;
	font-size:1.8em;
	font-weight:normal;
	$r = mysql_fetch_assoc($q);
dl.message-details {
	margin:0 0 10px;
	color: #333;
}
	margin:0 0 0.3em;
	font-family:arial,sans-serif;
}
div.private-message-content  {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#EEEEEE;
	margin-bottom:20px;
	padding:10px;
	width: 690px;
}
.frame .page .column p.back, .frame .page .column p.send {
	margin:10px 0 7px;
}
p .back {
	background:url("/images/back.png") no-repeat scroll 0 45% transparent;
	padding-left:16px;
}
.frame .page p.back, .frame .page p.send {
		margin:15px 0 7px 15px;
}
p.to-inbox {
	float:left;
}

.searchinput {
	background: #f4f4f4;
	border-color:#E0E0E0;
	border-style:solid;
	border-width:0 1px 1px 0;
	float:left;
	height:20px;
	margin-right:4px;
	padding:6px 3px 4px 7px;
}

#products h3 {
	margin-top: 20px;
	text-decoration:underline;
}

#products p {
	margin-top: 30px;
	line-height: 20px;
}

#admin .right {
	margin-left: 0px;
	padding-left: 0px;
}

#admin .right .form h2 {
	padding:20px 0 9px 20px;
	margin-top: 100px;
	border-top: 1px solid #E4E4E4;
}

#admin .right .form .input {
	padding-left: 20px;
	margin:0 0 8px 20px;
}

#admin .right .form .button {
	margin: 0 0 0 20px;
}

#admin .right h3 {
	margin: 0 0 0 20px;
}

#admin p {
	padding-left: 20px;
}

#admin table {
	padding-left: 20px;
}

#admin .right .textarea {
	margin:0 0 8px 20px;
	background-color:#F8F8F8;
	border-color:#AAAAAA #DDDDDD #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-family:sans-serif;
	font-size:14px;
	padding:7px;
	width:320px;
}
.example-code{background-color:#fff;border:1px solid #ccc;border-radius:15px;margin:20px;padding:5px}
.example-display{background-color:#fcf9ee;border-radius:15px;margin:20px;padding:8px}

#promote ul li:first-child {
	margin-top: 20px;
}

#promote ul li input {
	border:1px solid #BBBBBB;
	margin-bottom:20px;
	padding:7px;
	width:318px;
}

#next {
	width: 40px;
	float: right;
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid;
	margin: 10px 5px 5px 0px;
	text-align: center;
	background: #F7F7F7;
}

#results {
	width: 40px;
	float: right;
}

#delete-comment {
	width: 40px;
	float: left;
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid;
	margin: 10px 5px 5px 0;
	text-align: center;
	background: #F7F7F7;
}

.well {
min-height: 90px;
width: 680px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well img {
	float:left;
}
.well h3 {
	margin-top:0px;
	color: #008bcb !important;
	font-weight: bold !important;
}
.well h4 {
	font-weight:bold;
	font-size:22px !important;
	float:left;
	margin-top:25px;
	margin-left:105px;
	position:absolute;
}
.xp-bar {
	background: #EEE;
	border: 1px solid #d8d8d8;
	width: 290px;
	height: 27px;
	position: absolute;
	float: left;
	padding: 2px 4px 2px 2px;
	margin-top: 55px;
	margin-left: 106px;
}
.xp-bar .xp-value {
	position: absolute;
	z-index: 100;
	top: 6px;
	left: 0;
	font-size: 18px;
	color: #FFF;
	text-shadow: 1px 1px #006207;
	text-align: center;
	width: 290px;
}
.xp-bar .xp-progress {
	background: url(http://www.freelancer.com/static/css/images/sprite-game.png) 0px -512px repeat-x;
	width: 100px;
	display: block;
	height: 30px;
	border: 1px solid #007b09;
}
.rating {
	float:right;
	border-left: 1px solid #DDD;
	padding-left: 20px;
	height: 90px;
	width: 232px;
}
.rep {
	font-weight: bold;
	font-size: 22px !important;
	margin-bottom: 10px;

}
.percent {
}
.verified {

}
.point {
	font-weight: bold;
	font-size: 32px !important;
	margin-top: -26px;
	margin-bottom: 10px;
	margin-left: 125px;
}
.phone {
	margin-top: -58px;
	margin-left: -175px;

}
.phone2 {
	margin-top: -73px;
	margin-left: -175px;

}
.one {
	float:left:
}
