html
{
	height: 100%;
}

body
{
	height: 100%;
	width: 100%;
    background-color: #FFFFFF;
	background-image: url('/themes/mangashop/images/body_bg.gif');
	background-repeat: repeat;
    font-family : Verdana, "MS Sans Serif", Geneva, sans-serif;
    font-size : 9pt;
    color : black;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

img
{
    border: 0;
}

h1
{
	color: black;
	font-size: 10pt;
	text-align: center;
}

h2
{
	color: black;
	font-size: 10pt;
}

table
{
	border-collapse: collapse;
}

th
{
	color : black; font-size: 9pt;
}

td
{
	margin: 0;
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family : Verdana, "MS Sans Serif", Geneva, sans-serif;
  color : black;  font-size : 8pt;
}

textarea
{
	width: 690px;
	height: 300px;
}

a:link
{
	color: #999999;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table.news_table
{
	width: 100%;
}

table.news_table td
{
	text-align: center;
}

table.news_table td table
{
	width: 100%;
}

table.news_table td table td
{
	text-align: center;
}


td.news_title
{
	color : black;
	font-size: 10pt;
	padding: 20px;
}

table.props td
{
	padding: 5px;
}

table.auth
{
	width: 100%;
	text-align: center;
	vertical-align: top;
}

table.auth td
{
	width: 50%;
	padding: 10px;
}

input.button
{
	padding: 5px 20px 5px 20px;
	background-color: #999999;
	color: white;
	border-color: #999999
}

table.cart
{

}

table.cart td
{
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}

table.cart_props
{
	margin: 20px 0px 20px 0px;
	color: white;
	font-weight: bold;
}

table.cart_props th
{
	text-align: left;
}

table.address
{

}

table.address th
{
	text-align: left;
}

table.address td
{
	font-weight: bold;
}