body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 12px;
	background: #fff;
}
table{
	font-family:sans-serif;
	font-size: 12px;
}
ul{
	list-style-image: url(/script/images/gd.gif);
}


.maintable{
	background-color: #FFFFFF;
	border: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 20px;
}
h1 {
	color: #c00;
	font:bold 20px trebuchet ms,arial,helvetica,sans-serif; 
}

h1 a {
	color: #c00;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

br {
	margin-bottom: 4px;
}

#container {
	padding: 10px;
}

#header {
	background-color: #c00;
	color: #fff;
	font:bold 30px trebuchet ms,arial,helvetica,sans-serif; 
	text-align: left;
	padding: 15px;
	border-bottom: 0px solid #900;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menubar{
	text-align: right;
	background-color: #eee;
	color: #000;
	font:bold 12px trebuchet ms,arial,helvetica,sans-serif; 
	border-top: 1px solid #000;
	padding-right:15px;
	border-bottom: 1px solid #000;
}

#menubar a {
	color: #000;
	text-decoration: none;
}

#menubar a:hover {
	text-decoration: underline;
}

#left-side {
	display: block;
	background-color: #eee;
	border: 1px solid #000;
	width: 190px;
	min-width: 190px;
	max-width: 190px;
	float: left;
}

#left-bar {
	background-color: #eee;
	border: 1px solid #999;
	padding-bottom:10px;
	padding:5px;
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	float: left;
}

#left-bar .title-bar {
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	border: 1px solid #900;
	padding: 2px;
	margin-bottom: 5px;
}

#left-bar .label {
	color: #000;
	border: 1px solid #eee;
	padding: 2px;
}

#left-bar .label:hover {
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
}

#right-bar {
	display: block;
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	width: 130px;
	min-width: 130px;
	max-width: 130px;
	float: right;
}

#right-bar .title-bar {
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	border: 1px solid #900;
	padding: 2px;
	margin-bottom: 5px;
}

#right-bar .label {
	color: #000;
	border: 1px solid #eee;
	padding: 2px;
}

#right-bar .label:hover {
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
}

#main {
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	margin-left: 210px;
}
#main2 {
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	margin-left: 200px;
	margin-right: 155px;
}
#main2 .title-bar {
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	border: 1px solid #900;
	padding: 2px;
	margin-bottom: 5px;
}
#footer2{
	margin-top:20px;
	background-color: #eee;
	border: 1px solid #999;
	padding: 10px;
	margin-left: 210px;
	margin-right: 210px;
}

#footer {
	margin-top:20px;
	padding: 40px;
	text-align: center;
	float: bottom;
}

#footer .txt {
	border: 1px solid #600;
	background-color: #c00;
	color: #fff;
	padding: 4px;
}

#footer .txt a {
	color: #fff;
}

.entry {
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.entry-title {
	font:bold 30px trebuchet ms,arial,helvetica,sans-serif; 
	color: #c00;
	border-bottom: 1px solid #900;
}
.entry-title a {
	font:bold 30px trebuchet ms,arial,helvetica,sans-serif; 
	color: #c00;
	text-decoration: none;
}

.entry-title a:hover {
	color: #f00;
	text-decoration: none;
}

.entry-body {
	padding: 10px;
}

.entry-footer {
	color: #999;
	text-align: right;
	font-size: 10px;
}

.comment {
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.comment-title {
	font:bold 15px trebuchet ms,arial,helvetica,sans-serif;
	color: #666;
	border-bottom: 1px solid #900;
}

.comment-body {
	padding: 10px;
	font-size: 10px;
}

.comment-footer {
	color: #999;
	text-align: right;
	font-size: 10px;
}

/* FORM STUFF */

input, button {
	background-color:#fff;
	color: #555;
	padding: 2px;
}

button, input[type="button"], input[type="submit"]  {
	background-color: #efefef;
	color: #666;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
	background-color: #c00;
	color: #fff;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
	background-color: #fff;
	color: #000;
		border: 1px solid #c00;
}

input[type="text"], input[type="password"], textarea { 
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
border-top: 1px solid #999;
border-left: 1px solid #999;
	padding:3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{ 
	color: #000;
	background-color: #fff; 
	border: 1px solid #c00;
}

textarea {
	width: inherit;
}

.proof {
	color: #fff;
	font-size: 14px;
}
.list_price_number {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #000000;
        text-decoration: line-through;
}
.price_number {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #990000;
}
#startop{
        z-index: 1;
        background-image: url("/images/staron.gif");
        background-repeat: repeat-x;
        height: 12px;
}
#starbottom{
        z-index: 0;
        background-image: url("/images/staroff.gif");
        background-repeat: repeat-x;
        width: 65px;
        height: 12px;
}
.pagelink{
	text-decoration: none;
}
