/*******************************/
/******** Reset styles *********/
/*******************************/

.fp_productcontainer
{
	width: 227px;
	background-image: url(/images/frontpage/images/produktboks_mid.jpg);
	margin-top: 10px;
}

.fp_productcontainer .content
{
	width: 227px;
	text-align: center;	
	height: 140px;
	vertical-align: middle;
}

.fp_productcontainer .top
{
	width: 227px;
	height: 50px;
	background-image: url(/images/frontpage/images/produktboks_top.jpg);	
	text-align: center;
	vertical-align: middle;
}

.fp_productcontainer .top a:link, .fp_productcontainer .top a:active, .fp_productcontainer .top a:visited, .fp_productcontainer .top a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

.fp_productcontainer .bottom
{
	width: 227px;
	height: 70px;
	background-image: url(/images/frontpage/images/produktboks_bottom.jpg);	
}

.fp_productcontainer .bottom .price
{
	font-size: 12px;
	font-weight: bold;
	color: #295076;
	line-height: 32px;
	height: 32px;
	text-align: right;	
	padding-right: 6px;
}

.fp_productcontainer .bottom .buy
{
	font-size: 12px;
	font-weight: bold;
	color: #838383;
	padding-top: 10px;
	padding-right: 10px;
	height: 28px;
	text-align: right;
	vertical-align: middle;
}

.fp_productcontainer .bottom .buy .TextInputField_Productlist
{
	height: 22px;
	width: 35px;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
}


