/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Global <<<--------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body{
	font-family: Century Gothic,  Tahoma, Arial, Verdana;
	font-size: 10pt;
	margin: 0;
	background-color: #F6F6F6;
	text-align: center;
}

body{
	text-align: -moz-center;
}

input, select, textarea,label{
	font-family: Century Gothic, verdana;
	font-size: 8pt;
}

img{
	border:0;
	vertical-align: top;
}

li,ul {
	line-height: 200%
}

a {
	text-decoration: none;
	color: #FF5C0D;
}

a:hover {
	color: #FF9C4D;
	border-bottom: 1px dashed #FF9C4D;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Premium Listing <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.rowPremium{
	margin: 10px;
	border: 1px solid #FFE364;
	width:auto;
	height: 70px;
	font-weight: bold;
	background-color: #FFF9DD;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Main Content <<<-----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.rowCell{
	padding: 0px;
	margin: 10px;
	border: 1px dashed #ababab;
	width:auto;
	background-color: #FFFFFF;
	height: 70px;
	overflow: hidden;
}

.cell{
	float: left;
	padding: 10px;
	text-align:left;
}

.cellTitle{
	padding: 10px;
	margin: 0;
	font-weight: bold;
	border-top: 1px solid #3366CC;
	background-color: #E5ECF9;
	font-size: 10px;
}

.cellSmall{
	font-weight: normal;
	font-size: 8pt;
	color: #4e4e4e;
	font-family: verdana;

}

.cellLink{
	color: #4e4e4e;
}

.websnapr{
	color: #4e4e4e;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Comment <<<----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#commentbar{
	padding: 10px;
	margin: 5px;
	color: #FFFFFF;
	background-color: #FF5603;
	border: 2px dashed #ffffff;
	line-height: 150%;
}

.talk{
	padding: 10px;
	border-bottom: 1px dashed #ababab;
	text-align:left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Paging <<<-------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#paging{
	margin: 20px;
	text-align: center;
}
.page{
	padding: 3px;
	margin: 3px;
	font-weight:bold;
}
.pageOn{
	padding: 3px;
	margin: 3px;
	background-color: #FFFFFF;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> API <<<-------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.quote{
	padding: 10px;
	border: 1px solid #FFE364;
	background-color: #FFF9DD;
	color: #000000;
	font-size: 8pt;
}

.coupon{
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Header / Footer <<<-------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#logo{
	height: 140px;
	background-image: url('images/logo-background.gif');
}

#searchbar{
	padding-top: 20px;
	padding-bottom: 20px;
	height:55px;
	width:auto;
	color: #FFFFFF;
	background-color: #FF5603;
	border-top: 3px dashed #ffffff;
	border-bottom: 3px dashed #ffffff;
	background-image: url('images/search-background.gif');
}

#add {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 170%;
	background-image: url('images/add-background.gif');
	background-repeat: repeat-x;
}

#addTitle{
	font-weight: bold;
	padding: 10px;
}

#infoBar{
	padding: 10px;
	text-align:left;
}

form{
	padding: 0;
	margin: 0
}

#result{
	width: 980px;
	margin:0 auto;
}

#search{
	font-size: 16px;
	width: 400px;
}

#cat{
	font-size: 16px;
}

#com{
	font-size: 16px;
	float:right;
}

#popular{
	float: left;
	padding-top: 5px;
}

#count{
	float: right;
	padding-top: 5px;
}

#footer {
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #ABABAB;
	background-color: #4E4E4E;
	color: #FFFFFF;
	height: 335px;
	line-height:120%;
	background-image: url('images/footer-background.png');
	background-repeat: no-repeat;
}

#copyright {
	padding: 10px 0px 10px 0px;
	margin:0;
	text-align: right;
	font-size: 8pt;		
	background-color: #2D2D2D;
	color: #787878;
	border-top: 1px solid #787878;
	background-image: url('images/copyright-background.png');
}

.greyLink{
	color: #ABABAB;
}

.whiteLink{
	color: #FFFFFF;
}

.yellowLink{
	color: #FFF9DD;
	font-weight: bold;
}

.footTitle{
	font-size: 12pt;
	margin-bottom:10px;
	font-weight: bold;
}

.news{
	height: 25px;
	overflow: hidden;
}

#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 35px;
width: 47px;
background: url('images/beta.png') no-repeat;
text-indent: -999em;
text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> END <<<-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

