/*** GENERAL ***/
body
{
	font-family: Century Gothic, verdana;
	font-size: 12px;
}
.right
{
	float: right;
}

/*** CONTENT ***/
.title
{
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container
{
	width: 600px;
}
.printed
{
	padding-top: 5px;
	border-top: 2px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}


/*** LISTS ***/
span.big
{
	font-size: 15px;
}
span.verybig
{
	font-size: 18px;
}
span.small
{
	font-size: 11px;
}
span.promo
{
	font-size: 11px;
	font-weight: bold;
	margin: 10px;
}
span.black
{
	color: #a0a0a0;
}
div.clear
{
	clear: both;
}
/*** SPACERS ***/
div.option_spacer
{
	border-bottom: 1px dashed #000000;
	height: 4px;
	margin-bottom: 4px;
	font-size: 0px;
	clear: both;
}
div.list_spacer
{
	border-bottom: 1px dashed #000000;
	height: 4px;
	margin-bottom: 6px;
	font-size: 0px;
	clear: both;
}
div.biglist_spacer
{
	border-bottom: 1px dashed #000000;
	margin-bottom: 6px;
	height: 6px;
	font-size: 0px;
	clear: both;
}
/*** OPTION ***/
div.option_price
{
	float: right;
	vertical-align: bottom;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 6px;
}
div.option_exprice
{
	width: 80px;
	color: #a0a0a0;
	float: right;
	vertical-align: bottom;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
	margin-right: 6px;
}
/*** BIG LIST ***/
div.biglist_title
{
	font-size: 14px;
	margin-bottom: 4px;
}
div.biglist_image
{
	float: left;
	text-align: center;
	width: 130px;
}
div.biglist_image img
{
	margin: 8px 10px 2px 0px;
}
div.biglist_content
{
	margin-left: 130px;
}
div.biglist_price
{
	margin-top: 6px;
}


