html, body {
	margin:0px;
	padding:0px;
	background-image:url('../../views/images/background.jpg');
	background-repeat:repeat-x;
	background-color:#939da2;
	font-family:arial;
	font-size:9pt;
}

#centercontainer
{
	width:1000px;
	margin:0px auto;
	background-color:#ffffff;
}

#allcontent
{
	width:100%;
	float:left;clear:both;
	background-color:#ffffff;
}

#header {
	background-color:#ffffff;
}

#left {
	width:185px;
	float:left;
	color:#888888;
	background-color:#ffffff;
	line-height:1.5em;
	padding-left:15px;
}

#main {
	margin-top:20px;
	width:740px;
	float:left;
	clear:right;
	background-color:#ffffff;
	padding:20px;
	padding-right:40px;
}

#minheight {
	min-height:300px;
	background-color:#ffffff;
}

#left .block {
	float:left;
	clear:both;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}

#left h3 {
	padding-left:10px;
	color:#ffffff;
	background-image:url('../../views/images/leftmenu_bg.jpg');
	background-repeat:no-repeat;
	font-size:10pt;
	margin:0px;
	padding-top:4px;
	height:19px;
}

#left form {
	margin:0px;
	padding-top:10px;
	border-left:1px solid #cfdde4;
	border-right:1px solid #cfdde4;
	float:left;
	padding-left:4px;
	width:178px;
	background-color:#f4f7f9;
}

#left a:link, #left a:visited {
	text-decoration:none;
}

h1 {
	border-bottom:1px solid #558199;
	font-size:14pt;
	font-weight:normal;
	color:#558199;
}

h2 {
	font-size:12pt;
	font-weight:bold;
	color:#2b2b2b;
}

h2 a:link, h2 a:visited {
	color:#2b2b2b;
}

p {
	text-align:justify;
}

a:link, a:visited {
	color:#173c65;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.txt {
	border:1px solid #aec5d2;
	font-size:8pt;
}

.but {
	font-size:8pt;
	font-weight:bold;
	border:none;
	background:url('../../views/images/button_bg.jpg');
	background-repeat:no-repeat;
	color:#ffffff;
	padding-top:0px;
	vertical-align:top;
	height:18px;
	width:76px;
}

hr {
	height:1px;
}

div.tabnav {
	margin-left:40px;
	margin-bottom:10px;
	width:700px;
	text-align:center;
	padding:2px;
	padding-left:0px;
	padding-right:0px;
	background-color:#f5f6fa;
	color:#7c9eb1;
	border:1px solid #a2bccb;
}

div.tabnav a {
	color:#7c9eb1;
}

div.tabnav a.current {
	font-weight:bold;
}

div.mainmenu {
	font-size:14px;
	font-weight:bold;
}

div.mainmenu a:link, div.mainmenu a:visited {
	color:#ffffff;
	background-image:url('../../views/images/leftmenu_bg.jpg');
	background-repeat:no-repeat;
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
}

div.mainmenu a:hover {
	color:#18426e;
}

div.error {
	padding:10px;
	padding-left:0px;
	font-weight:bold;
	color:red;
}

div.warning {
	padding:10px;
	text-align:center;
	font-weight:bold;
}

div.ok {
	border:1px solid #9fbbc9;
	padding:6px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	color:#444444;
}

div.tip {
	padding:7px;
	text-align:center;
	background-color:#f2ebb0
}

table.product {
	margin-left:40px;
	width:100%;
	margin-bottom:30px;
}

table.product tr.header th {
	background-color:#a2bccb;
	color:#ffffff;
}

table.product th {
	text-align:left;
	width:220px;
}

form.register p, form.register table {
	margin-left:50px;
}

form.register table th {
	text-align:left;
	width:160px;
}

form.register input.txt {
	width:160px;
}

span.star {
	color:red;
}

div.footer {
	width:1000px;
	margin:0px auto;
	background-color:white;
	text-align:center;
}

div.footer div {
	float:left;
	clear:both;
	width:1000px;
	background-color:white;
	padding-top:10px;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:#7c9eb1;
	background-image:url('../../views/images/footer_bg.jpg');
	background-position:center;
	height:25px;
	background-repeat:no-repeat;
		
}

.footer a:link, .footer a:visited {
	color:#7c9eb1;
}

table.items th {
	background-color:#a2bccb;
	color:white;
	text-align:left;
}

table.items tr.summary th {
	background-color:#f2ebb0;
	color:#000000;
}

table.items td {
	padding:10px;
	border-top:1px solid #484848;
}

.admintable {
	background-color:white;
	width:100%;
}

.admintable th {
	background-color:#f2ebb0;
	color:#000000;
	padding:7px;
	text-align:left;
}

.admintable td {
	border-bottom:1px solid #777777;
	padding:7px;
}

.admintable tr.admin td.email {
	color:red;
	font-weight:bold;
}

.form th, .form td {
	background-color:#f2ebb0;
	color:#000000;
	text-align:left;
	border-bottom:2px solid #ffffff;	
}

.form td input.txt {
	width:300px; 
}
