/*---------------------------------*/
/*                                 */
/*        Content Layout           */
/*                                 */
/*---------------------------------*/


body {
	text-align:center;
	font-size: .8em;
}


html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:  Arial, Helvetica, sans-serif;
}


/*---------------------------------*/
/*--------- Main Wrapper ----------*/
/*---------------------------------*/

#wrapper {
	width:870px;
	margin:0px auto;
	text-align:left;
}



/*---------------------------------*/
/*----- Main Content Wrapper ------*/
/*---------------------------------*/

#content {
	width:870px;
	text-align:left;
	float:left;
}

#content2 {
	width:870px;
	text-align:left;
	float:left;
}

/*---------------------------------*/
/*------------ Header -------------*/
/*---------------------------------*/

#header {
	width:870px;
	float:left;
	display:inline;
}

#headerLeft {
	float:left;
	width: 650px;
	position: relative;
	height:137px;
}

#headerRight {
	float:left;
	width: 220px;
	position: relative;
	height:137px;
}

div#fm-logo {
	float: left;
	background: url(images/logo.gif) 0 0 no-repeat;
}

div#fm-logo h1 a {
	display: block;
	height: 137px;
	width: 650px;
	text-indent: -9000px;
}

/*---------------------------------*/
/*----------- Sidebars ------------*/
/*---------------------------------*/

#leftsidebar, #rightsidebar {
	width:200px;
	float:left;
	display:inline;
	text-align: right;
	overflow: hidden;
}
#leftsidebarContent {
	height: 560px;
	background: url(images/leftbg.gif) no-repeat;
	padding: 90px 10px 0 0;
}

#leftsidebar ul li h3 a, #leftsidebar ul li h4 a {
	line-height:20px;
	display: block;
	width:185px;
	height:20px;
	overflow: hidden;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	padding: 0 15px 0 0;
	letter-spacing: 1px;
}

#leftsidebar ul li h3 a.sel {
	background: url(images/menuover.gif) no-repeat;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


/*---------------------------------*/

#rightsidebar {
	width: 190px;
	text-align: left;
	float:right;
}

#rightsidebarContent {
	height: 650px;
	background: url(images/rightbg.gif) no-repeat;
   	padding: 0 0 0 10px;
}


/*---------------------------------*/
/*---------- Main Column ----------*/
/*---------------------------------*/

#mainArea {
	width:480px;
	float: left;
}
#mainAreaContent {
}

#mainAreaContent img {

}


/*---------------------------------*/
/*---------- Main Boxes -----------*/
/*---------------------------------*/

.articleBoxO {
	float:left;
	width: 460px;
	padding: 50px 0 0 15px;
}

.articleBox {
	float:left;
	width: 428px;
	padding: 10px 10px 10px 10px;
	border: 1px solid Silver;
	background-color: White;
	font-size: 11px;
	line-height:17px;
	color: #999999;
	text-align: justify;
}

.termsBox {
	float: left;
	width: 430px;
	padding: 50px 10px 10px 25px;
	font-size: 10px;
	line-height:14px;
	color: #CCCCCC;
	text-align: center;
}


.mainoBo {
	float: left;
	padding: 0 0 0 15px;
}
.oBo {
	float: left;
	padding: 0 9px 9px 0;
	display: block;
}
.objectBox {
	position: relative !important;
	width: 104px;
	/*height: 188px;*/
	overflow: hidden;
	border: 1px solid Silver;
	background-color: White;
	font-size: 10px;
	line-height:14px;
	color: #00000;
	text-align: center;
	z-index: 1;
}

.obPic {
	/*float: left;*/
	width: 96px;
	height: 100px;
	overflow: hidden;
	line-height: 100px;
	z-index: 2;
	padding: 4px 4px 0 4px;
}

/*.obPic img {
	max-width: 90px; 
	max-height: 90px; 
	width:  expression(this.width  > 90 ? 90 : true); 
	height: expression(this.height > 90 ? 90 : true);
	z-index: 2;
}*/


.obDesc {
	/*float: left;*/
	width: 94px;
	height: 70px;
	overflow: hidden;
	z-index: 2;
	padding: 0 5px 0 5px;
}
.obPrice {
	/*float: left;*/
	width: 94px;
	height: 30px;
	overflow: hidden;
	z-index: 2;
	padding: 0 5px 0 5px;
}

.obTL {
	width:104px;
	height:14px;
	z-index: 2;
	background-color: #ccc;
	line-height:15px;
	text-align: center;
	color: #666;
	margin: 6px 0 0 0;
	font-size: 10px;
	overflow: hidden;
}

.abinsidei {
	width:106px;
	height:231px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


.abinsidei a, .abinsidei img {
	display: block;
	width: 106px;
	height: 231px;
	z-index: 3;
}


/*---------------------------------*/
/*------------ Random -------------*/
/*---------------------------------*/


img.fmcenter, .objectBox img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pFont {
	font-size: 12px;
	color: #ff0000;	
	font-weight: bold;
}

.btmdlink {
	color: #cccccc;
}