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

.frontPageColumn
{
	float: left;
	display: inline;
	width: 400px;
	margin-left: 30px;
	padding-top: 15px;
	
	line-height: 18px;
}

.frontPageColumn .title
{
	float: left;
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	
	font-size: 18px;
	border-bottom: 3px solid #CCCCCC;
	
	margin-bottom: 10px;
}

table { float: left; display: block; margin-bottom: 15px; }

tr { height: 28px; border: none; }

td.nameCell
{
	width: 170px;
	padding-left: 5px;
}

td.manufacturerCell
{
	width: 70px;
}

td.priceCell
{
	width: 75px;
	color:#666666;
	
	text-align: right;
}

td.salePriceCell
{
	width: 75px;
	font-weight:bold;
	
	text-align: right;
	padding-right: 5px;
}

tr.alternateRow
{
	background-color:#EEEEEE;
}


















/*
.indexPageCellColumn
{
	width: 420px;
	margin-left: 35px;
	display: block;
	float: left;
	
}

.indexPageCellColumnLeft
{
	 margin-left: 0px;
}


.indexPageCell
{
	display: inline;
	float: left;
	
	width: 420px;
	border: 1px solid #383838;
	
	padding: 10px;
	margin-top: 15px;	
}

.indexPageCell strong
{
	font-weight: bold;
	color: #2878a6;
}

#indexManufacturerBox
{
	background-image: url(/images/index_manufacturers.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
	padding-right: 190px;
	width: 240px;
}

.salesCell
{
	background-image: url(/images/index_cell_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.salesCell .textbox
{
	width: 217px;
	float:right;
	display: inline;
	text-align: right;
}

.salesCell .textbox .header
{
	font-size: 20px;
	color: #f49522;
	
	float:right;
	display:block;
	
	width: 100%;
}

.salesCell .textbox .subHeader
{
	font-size: 18px;
	color: #007ec6;
	
	float:right;
	display:block;
	
	width: 100%;
	
	margin-top: 5px;
}

.salesCell .textbox .normalText
{
	font-size: 16px;
	color: #808080;
	
	float:right;
	display:block;
	
	width: 100%;
	
	margin-top: 5px;
	height: 50px;
}	

.salesCell .textbox .price
{
	font-size: 18px;
	color: #808080;
	font-weight: bold;
	
	float:right;
	display:block;
	
	width: 100%;
}

.salesCell .textbox img
{
	float: right;
}


.salesCell img
{
	float:left;
	display: inline;
}*/