body {
	background-color: rgb(50, 50,50);
	text-align: center;
	font-family: "Trebuchet MS", san-serif;
	color: #cccccc;
	font-size: 9pt;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(50, 50, 50);
}

a:hover, a:active {
	background-color: rgb(100, 100, 100);
}

a[target] {
	background-image: url("images/external_link.gif");
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 12px 0 3px;
}

h3 {
	font-size:12pt;
	margin:0;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

label {
	font-weight:bold;
	color: #ffffff;
	background-color: rgb(50, 50, 50);
	cursor:pointer;
	float:left;
	padding:3px;
	margin:0 3px 3px 0;
}

input, textarea {
	float:left;
	border:solid 1px #555555;
	margin:0 3px 3px 0;
	font-family: "Trebuchet MS", san-serif;
	font-size: 9pt;
	background-color:#eeeeee;
	padding: 2px 4px;
}

select {
float:left;
width:170px;
}

option {
width:170px;
}

input:hover, textarea:hover {
	background-color:#ffffff;
}

input:focus, textarea:focus {
	background-color:#ffffff;
}

label:hover {
	background-color: rgb(100, 100, 100);
}

.labelError {
	background-color:#ed2c37;
	color:#ffffff;
}

#formError {
	color:#ed2c37;
	font-weight:bold;
}

.formError {
	border:solid 1px #ed2c37 !important;
}

strong {
	color: #ffffff;
}

ul {
	display: inline;
}

ul.menu {
	padding: 0 0 0 0;
	margin: 0 30px 0 0;
	float: left;
}

ul.menu li {
	list-style: none;
	margin: 0 0 20px 0;
}

ul.menu li img {
	border-bottom: solid 5px rgb(30, 30, 30);
}

ul.list li {
	list-style: none;
	min-height: 80px;
	padding-bottom: 20px;
}

ul.list li img {
	border: solid 1px rgb(100, 100, 100);
	margin:  4px 10px 0 0;
	padding: 3px;
	float: left;
}

ul.list li .listText380  {
	float:right;
	width:380px;
	margin:0 120px 0 0;
}


ul.list li .listText155  {
	float:right;
	width:155px;
	margin:0 45px 0 0;
}

ul.list li .listText130  {
	float:right;
	width:130px;
	margin:0 45px 0 0;
}

iframe {
	background-color:rgb(0, 0, 0);
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}

.column {
	width: 255px;
	float: left;
	margin-left: -40px;
}

.column2 {
	width: 510px;
	float: left;
}

.column3 {
	width: 90px;
	float: left;
	margin-left: -30px;
	padding: 0 0 0 10px;
}

.siteHolder {
	width: 730px;
	height: auto;
	min-height: 400px;
	padding: 20px 20px 5px 20px;
	margin: 30px auto 30px auto;
	text-align: left;
	background-color: rgb(0, 0, 0);
}

.bodyContent {
	width: 580px;
	margin-left: 115px;
	margin-bottom:30px;
}

.footer {
	font-size: 7pt;
	color: rgb(150, 150, 150);
	text-align: center;
	clear: both;
}

.footer a:link, .footer a:visited {
	font-size: 7pt;
	color: rgb(150, 150, 150) !important;
	text-align: center;
	background-color: transparent !important;
	padding: 0 3px;
	background-image:none !important;
}

.footer a:hover, .footer a:active {
	font-size: 7pt;
	color: rgb(0, 0, 0) !important;
	text-align: center;
	background-color: rgb(255, 255, 255) !important;
}

#cover {
	width:100%;
	height:500px;
	position:absolute;
	background-color: rgb(0, 0, 0);
	display:none;
	left:0;
	top:0;
	z-index:1;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	height:100%;
}

#introImage img {
	border: solid #ffffff 5px;
}

#basketFrame {
	float: left;
	border: none;
	background-color: #000000;
}

.basketBody {
	background-color: rgb(0, 0, 0);
	font-family: "Trebuchet MS", san-serif;
	color: #cccccc;
	font-size: 7pt;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height:1.4em;
}

.basketTotals {
	/*margin: 12px 0 0 0;*/
	background-color: rgb(50, 50, 50);
	padding: 5px;
}

.basketTotals a:link, .basketTotals a:visited {
	background-color: rgb(100, 100, 100);
	display:block;
	font-weight:bold;
	text-align:center;
}

.basketTotals a:hover, .basketTotals a:active {
	background-color: rgb(255, 255, 255);
	color:rgb(0, 0, 0)
}

#basket {
	width: 80px;
	padding: 3px 3px;
	cursor: pointer;
}

#basket:hover {
	background-color: rgb(50, 50, 50);
}

#basketEditItem {
	width:115px;
	position:absolute;
	background-color: rgb(30, 30, 30);
	display:none;
	left:0;
	top:0;
	padding: 6px 8px 8px 8px;
	z-index:2;
}

#basketEditItem form {
	margin: 5px 0 10px 0;
}

#basketEditItem form input[type=text] {
	width:12px;
	height:12px;
	vertical-align:text-bottom;
	font-size:8pt;
	margin:0 5px 0 0;
}


.searchResults img {
margin:0 3px 8px 0;
}

.searchResults a:link {
opacity:0.8;
filter: alpha(opacity=80);
}

.searchResults a:visited {
opacity:0.4;
filter: alpha(opacity=50);
}

.searchResults a:hover, .searchResults a:active {
opacity:1;
filter: alpha(opacity=100);
}