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

/* CSS Document */

body
{
	background:		white;
	color:			black;
}

#header
{
	display:		none;
}

.tablist
{
	display:		none;
}

#message
{
	display:		none;
}

#left-menu
{
	display:	none;
}

#content-container
{
	background:		none;
	height:			auto;
}

#center
{
	float:		none;
	margin:		0 auto;
	height:		100%;
}

#footer
{
	display:		none;
}

#billContent
{
	position:		relative;
	height: 		auto;
	margin: 		0px auto;
}

#repairList
{
	list-style:		none;
	text-indent:	0px;
	overflow: 		visible;
	margin: 		0;
	padding:		5px 20px 0 20px;
}

#repairList li
{
	margin-bottom:	10px;
}


#repairList p
{
	margin:			0;
}

#repairList .price
{
	float:			right;
	color:			orange;
}

#repairList .label
{
	font-size: 		18px;
}

#repairList .code
{
	font-size:		12px;
	font-weight:	bold;
}

#total
{
	text-transform:	uppercase;
	font-weight:	bold;
	margin:			0 auto;
	width: 			550px;
}

#total #totalLabel
{
	font-size:		30px;
}

#total #totalPrice
{
	font-size:		24px;
	float:			right;
	color:			orange;
}


#billContent #buttons
{
	position: 		absolute;
	bottom: 		5px;
	left:			10px;
}

#billContent #buttons #backToRepair
{
	display:		none;
}
