@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */


/*  ////// Document MAP

showcase
*/

#content_sales {
	margin-top: 20px;
	margin-right: 300px;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 18px;
	text-align: left;
	color: #666;/*
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;*/
	line-height: 2em;
	text-align: justify;
} 

#inner_sales_column {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;*/
	z-index: 3;
	margin-left: 0px;
	top: 0px;
	right: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#price_infobox {
	float: left; /* since this element is floated, a width must be given */
	width: 162px;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;*/
	margin-left: 0px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F00;
	padding: 8px;
}


#price_infobox p {
	font-size:10px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-indent: 0px;
}

.price_h3 {
	font-size:14px;
	margin-top: 33px;
	padding: 0px;
	line-height: 17px;
	text-indent: 0px;
	font-weight: bold;
}
