@charset "utf-8";


#main{
	display:table;
	width:650px;
	background-image:none;
	background-repeat:repeat-y;
	text-align:left;

}

/*****************************
print
******************************/

#printHeader{
	display:block;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #000000;
	border-top:2px solid #000000;
}

.dontPrint{
	display:none;
}


/*****************************
main content
******************************/

#content h1{
	padding:15px 0px;
	color:#000000;
	font-size:24px;
	font-weight:normal;
}

#content #imageThumb{
	display:block;
	float:left;
	width:204px;
	background:#eeeeee;
	border:1px solid #cccccc;
	margin:0px 15px 15px 0px;
	text-align:center;
	page-break-before:auto;
}

#content #imageThumb img{
	padding:2px;
}



#content #detailTable{
	border-collapse:collapse;
}

#content #detailTable td{
	border:1px solid #333333;
	padding:7px;
	width:auto;
	color:#000000;
}

#content #detailTable .title{
	font-size:12px;
	font-weight:bold;
}


/*****************************
Listing
******************************/
#listSample{
	display:block;
	position:relative;
	float:left;
	width:204px;
	background:#eeeeee;
	border:1px solid #cccccc;
	margin:0px 15px 15px 0px;
	height:190px;
	text-align:center;
}

#listSample #description{
	display:block;
	position:relative;
	width:100%;
	margin:7px auto 0px auto;
	height:35px;
	bottom:0px;
	left:0px;
	padding-top:5px;
}

#listSample #image{
	display:block;
	width:200px; 
	top:2px;
	height:130px;
	margin:0px auto;
	position:relative;
	background-repeat:no-repeat;
}




/*****************************
left
******************************/

#left{
	display:none;
}

.address{
	color:#777777;
	padding-left:20px;
	line-height:13px;

}



/*****************************
footer
******************************/


#footer{
	display:block;
}

