body{
	font-family:arial;
	font-size:11px;
	}

#container {
	margin:0 auto;
	width:768px;
	height:540px;
	}
	
#top {
	margin-top:2px;
	width:786px;
	height:52px;
	}
	
#center {
	margin-top:2px;
	position:relative;
	width:768px;
	
	min-height:300px;
	height:auto !important;
	height:300px;
	}

#menu {
	display:none;
	width:160px;
	float:left;
	}

#right {
	width:608px;
	float:left;

	}

#path {
	display:none;
	margin:0;
	padding:0;
	width:606px;
	margin-left:2px;
	height:25px;
	background-color:#005438;
	position:relative;
	}

#text {
	width:606px;
	margin-top:2px;
	margin-left:2px;
	position:relative;
	}
	
.bg {
	background: url(../layout/icon_bg.png) no-repeat bottom right;
	}
	
#textLeft {
	float:left;
	}
	
#textLeft img{
	display:block;
	width:150px;
	height:106px;
	margin-bottom:2px;
	}

#textCenter {
	float:left;
	width:300px;
	margin:10px 0 0 6px;
	}

#textRight {
	float:left;
	width:150px;
	}
	
/* DATABASE	*/
	

#db {
	float:left;
	width:700px;
	position:relative;
	}
	
#dbTop {
	width:605px;
	position:relative;
	line-height:25px;
	margin:10px 0 10px 0;
	font-size:11px;
	}
	
#dbTitle{
	float:left;
	width:275px;
	line-height:25px;
	}
	
#dbFind{
	float:left;
	width:110px;
	text-align:center;
	line-height:25px;
	}
	
#dbPage{
	float:left;
	width:110px;
	text-align:center;
	line-height:25px;
	}
	
#dbSort{
	float:left;
	width:110px;
	text-align:right;
	line-height:25px;
	}
	
.dbListing {
	clear:both;
	width:605px;
	height:80px;
	position:relative;
	margin:3px 0 0 0;
	font-size:11px;
	}
	
.dbListingPhoto{
	width:112px;
	height:80px;
	float:left;
	background:#ccc;
	}
	
.dbListingTitle{
	width:371px;
	height:20px;
	
	background:#E8E8E8;
	
	float:left;
	
	border-left:2px solid #fff;	
	padding-left:10px;
	
	line-height:20px;
	}
	
.dbListingPrice{
	width:110px;
	height:20px;
	
	background:#E8E8E8;
	float:right;
	
	text-align:right;
	font-weight:bold;
	line-height:20px;
	}
	
.dbListingDescription{
	width:373px;
	height:60px;
	float:left;
	padding:10px 0 0 10px;
	}
	
.dbListingMore{
	width:110px;
	height:60px;
	float:right;
	line-height:60px;
	text-align:right;
	}
	
#detailThumb {
	width:112px;
	height:244px;
	float:left;
	margin-top:1px;
	}
	
#detailThumb img {
	margin-bottom:3px;
	}
	
#detailTitle{
	width:483px;
	height:49px;
	float:left;
	padding:0 0 0 10px;
	}
	
#detailImage{
	width:292px;
	height:195px;
	float:left;
	padding:0 0 0 2px;
	}
	
#detailSpecification{
	width:189px;
	padding:0 0 0 10px;
	float:right;
	}	
	
#detailDescription{
	width:396px;
	padding:0 0 0 10px;
	float:left;
	
	min-height:300px;
	height:auto !important;
	height:300px;
	}
	
#detailContact{
	margin-top:35px;
	width:179px;
	height:100px;
	padding:5px 0 0 20px;
	float:right;
	background:url(../layout/contact.jpg) no-repeat right;
	position:relative;
	color:#fff;
	}
	
#detailContact a{
	color:#fff;
	}
	
#detailMore {
	display:none;
	clear:both;
	width:605px;
	height:20px;
	margin-bottom:30px;
	border-top:dotted 1px;
	border-bottom:dotted 1px;
	position:relative;
	}
	

	
