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




/*Headers********************************************************/
#header
{
		width:900px;
		height:200px;
		background-image:url(../images/desena-domain.jpg);
		background-repeat:no-repeat;
		float:inherit;
}
	

/*Tables******************************************/

table caption
{
		color:#FF0000;
		font-size:large;
		font-weight:bold;
		padding-top:10px;
		margin-bottom:10px;
}

table 
{
		border-collapse: collapse;
		margin: 10px;	
}

th strong 
{
		color: #fff;
}


th.price
{
		background:#33CCFF;
		height: 29px;
		padding-left: 12px;
		padding-right: 12px;
		color: #FFF;
		text-align: left;
		border-left: 1px solid #B6D59A;
		border-bottom: solid 2px #FFF;
}


tr 
{
		height: 30px;
}


td 
{
		padding-left: 11px;
		padding-right: 11px;
	
}


tr.row1 
{

		background: #F8F8F8;
}


tr.row2 
{
		background: #EFEFEF;		
}

td.order_online
{
		padding-top:10px;
		padding-left:10px;
}

