@charset "utf-8";

HTML BODY{
	background-image:none;;
	background-color:#ffffff;
	padding:0px;
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#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;
}



#listSample #flag{
	position:absolute;
	width:192px;
	z-index:21;
	color:#ffffff;
	font-size:30px;
	top:80px;
	right:0px;
	padding:6px;
	background:#003399;
	filter:alpha(Opacity=70); 	
	-moz-opacity: .7;
}

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

#left{
	display:none;
}

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

}

.price{
	color:#8aa2c4;
	padding-left:20px;
}


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


#footer{
	display:block;
}

