/* $Id: index.css 25 2009-03-20 14:51:51Z osTiN $ */

html, body
{
	color: #000;
	font-family:Georgia, Times new Roman, Serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
}

h1
{
	color:#c00;
	font-family:Georgia, Times new Roman, Serif;
	font-size:24px;
	text-align:center;
}

h2
{
	font-family:Georgia, Times new Roman, Serif;
	font-size:18px;
	text-align:center;
}

a, object {outline:none;}
a:link, a:visited {color: #c00;}
a:hover, a:active {color: #1457aa;text-decoration: none;}
p {text-indent:20px;}
li p {text-indent:0;}

hr
{
	border:0;
	border-top:solid 2px #ccc;
	margin:20px 0;
}

#main
{
	position:relative;
	padding:20px 0;
}

#content
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
	border:solid 2px #ccc;
	width:600px;
	margin:0 auto;
	padding:10px 25px 25px;
	background:#fff;
}

*:first-child+html #content {padding:25px;}
* html #content {padding:25px;}

#wide #content {width:700px;}

input.submit
{
	color:#090;
	font-weight:bold;
	font-size:120%;
}
input.reset
{
	color:#c00;
	line-height:120%;
}

#copyright
{
	font-family:Verdana,Sans-serif;
	font-size:10px;
	text-align:center;
}

table.product
{
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
}

table.product th
{
	background:#c00;
	color:#fff;
	padding:10px;
	width:33%;
}
table.product th p {margin:0;}

table.product td
{
	padding:5px;
	font-size:11px;
	vertical-align:top;
	width:33%;
	text-align:justify;
}

table.product td img
{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}

