/* ---- Copyright [c] Ben Warren 2005 ---- */

body {
	background-color:#fff;
	text-align:center;
	margin:0px;
}

a, a:link, a:visited {color:#CC0033; text-decoration: none;}
a:hover, a:hover visited {color:#CC0033; text-decoration: underline;}

#container {
	margin: 0px auto;
	text-align:left;
	width:830px;
} 

.main {
	float:left;
}

.header {
	margin:0px;
	padding:0px;
}

.breadcrumbs {
	text-align:left;
	background-image:url(/img/breadcrumbs_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:14px 30px;
}

.content {
	text-align:left;
}

.cnt_head {
	padding-left:20px;
}

.cnt_body {
	float:left;
	margin-top:20px;
	width:620px;
	padding-left:30px;
	margin-bottom:20px;
}

.inc {
	margin-top:16px;
}
	
.weStock {
	margin-left:687px;
}

.footer {
	
}

body, p, td {
	font-family:Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

h1,h2,h3,h4,h5 {
	font-family:Helvetica, Myriad, sans-serif;
}

h1 { font-size:24px; border-bottom:1px solid #000; padding-bottom:10px; font-weight:lighter; font-style:oblique; }
h2 { font-size:18px; border-bottom:1px solid #000; padding-bottom:8px; font-weight:lighter; font-style:oblique; }
h3 { font-size:16px; border-bottom:1px solid #000; padding-bottom:6px; font-weight:bold; }
h4 { font-size:14px; border-bottom:1px solid #000; padding-bottom:4px; font-weight:bold; }

th {
	background-color:#666;
	text-align:left;
	padding:6px;
	border-bottom:1px solid #000;
	color:#fff;
}

.links {
	width:160px;
	background-image:url(../img/tsr_16.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px;

}

.links span {
	position:absolute;
	width:200px;
	height:34px;
	display:none;
	visibility:hidden;
}

.links h3 {
	width:200px;
	margin:0px;
	padding:14px;
	background-image:url(../img/links.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:none;
	font-size:18px;
}


.link {
	margin:0px 0px 0px 6px;
	border-bottom:1px solid #ccc;
	padding:6px;
	width:160px;
}

td {
	padding:6px;
}

input, submit, textarea, select {
	font-family:tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

form {
	margin:0px;
}

.loggedin {
	background-color:#FFFF99;
	padding:6px;
}

.latestNews {
	padding:0px 8px 0px 0px;
}

.latestNews span {
	position:absolute;
	width:200px;
	height:34px;
	display:none;
	visibility:hidden;
}

.latestNews h3 {
	width:200px;
	margin:0px;
	padding:14px;
	background-image:url(../img/latestNews.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:none;
	font-size:18px;
}

/* Class names specified in 'configure.php' */

div.news {}

div.newsentry {
	border-bottom:1px solid #ccc;
	padding:8px;
}
div.newsdate {
	font-weight:bold;
}
div.newstext {
	margin: 0;
}

div.newserror {
	color: #f00;
}