@import url("reset.css");
@import url("bbcpanel.css");
@import url("bills.css");
@import url("shop.css");
@import url("layout.css");

textarea
{
	width: 800px;
}

td
{
	font-family: verdana;
	font-size: 14px;
}

h1
{
	font-size: 150%;
	margin: 10px 0px 5px 3px;
	font-weight: bold;
	color: #0060b6;
}

h2
{
	font-size: 130%;
	margin: 10px 0px 5px 1px;
	font-weight: bold;
	color: #0060b6;
}

p
{
	margin: 5px 0px 10px 0px;
	text-align: justify;
	font-family: verdana;
	font-size: 14px;
}

table.pricelist
{
	
}

table.pricelist th
{
	border: 1px solid black;
	padding: 3px;
	text-align: center;
}

table.pricelist td
{
	border: 1px solid black;
	padding: 3px;
}

table.news
{

}

table.news td
{
	padding: 3px;
}

table.news td a
{
	text-decoration: none;
}

table.reception
{
	border: 1px solid black;
}

table.reception th
{
	border: 1px solid black;
	padding: 3px;
}

table.reception td
{
	border: 1px solid black;
	padding: 3px;
}

td.main_content table
{
	border: 1px solid black;
}

td.main_content table th
{
	border: 1px solid black;
}

td.main_content table td
{
	border: 1px solid black;
}

table.pages_edit_table
{
	border: none;
}

table.pages_edit_table td
{
	border: none;
}

table.pages_add_table
{
	border: none;
}

table.pages_add_table td
{
	border: none;
}

