/* CSS Document */
body{
	background-color:#eeeeee;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header{
	height:121px;
	margin:0 auto;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
#content{
	width:640px;
	text-align:left;
	margin:0 auto;
}
#admincontent{
	width:760px;
	text-align:left;
	margin:0 auto;
}
h1{
	color:#990000;
	font-weight:bold;
	font-size:28px;
}
h2{
	color:#990000;
	border-bottom:#000000 2px solid;
	font-weight:bold;
	font-size:22px;
	margin:30px 0 20px 0;
}
h3{
	color:#990000;
	border-bottom:#000000 1px solid;
	font-weight:bold;
}
.totalprice{
	font-weight:bold;
	font-size:16px;
}

ul{
	font-size:18px;
}
.red{
	color:#990000;
}
.bigbox{
	width:620px;
	text-align:center;
	margin:0 auto;
	clear:left;
	padding: 5px 0 10px 0;
}
.lefty{
	width:280px;
	float:left;
}
.righty{
	width:280px;
	float:right;
}
.infobox{
	width:260px;
	text-align:left;
	margin:10px;
	}
.biginfobox{
	text-align:center;
	margin:10px auto;
	font-size:14px;
	}
.tbox{
	margin-left:10px;
	}
#ordertext{
width:400px;
height:100px;
overflow:auto;
    }
#footer{
	padding:10px;
	border-top:#000000 2px solid;
	width:620px;
	font-size:14px;
	margin:0 auto;
	clear:left;
	font-weight:bold;
	text-align:center;
}
.tableheadings{
font-size:14px;
	color:#990000;
	font-weight:bold;

}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
 .thumbimage {
	border: 1px solid #ccc;
}
 .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
.error{
	font-weight:bold;
	font-size:105%;
	color:#CC0000;
}
