/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.msgarea {
	color: yellow;
	cursor: pointer;
	text-align: center;
	align: center;
	}
	
/* vvvvv AJAX TUTORIAL CSS CODE vvvvv */

td.pricecell {
	text-align:right;
	}
	
td.amountcell {
	text-align:right;
	cursor:pointer;
	}
	
td.desc-header {
	text-align: center;
	}
	
td.price-header {
	text-align:right;
	}
	
td.control {
	text-align:center;
}

// SEARCH RESULTS TABLE

table.searchresultstable {
	font-size:10pt;
	}

td.searchresultstable {
	padding:5;
	}
	
tr.searchresultstable1 {
	background-color:#9ED738;
	color:black;
	font-weight:bold;
	}
	
tr.searchresultstable2 {
	background-color:#B3E063;
	color:black;
	font-weight:bold;
	}
	
// TIME PERIOD TABLE


//////////////////////
	
tr.tableheader {
	background-color:#000000;
	color: #00FF00;
	font-weight:bold;
	background-position: center;
	}
	
tr.total {
	background-color:#000000;
	color: #00FF00;
	font-weight:bold;
	height:18pt;
}

.reviewdiv {
	border-style:groove;
	border-color:#e7e7e7;
	padding:10;
	}
	
button.cartbutton {
	font-size:8pt;
	}
	
/* Orange Text */
.org {
	color: #FF9900;
}

body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(images/img1.gif) repeat-x;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #9ED738;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 725px;
	height: 161px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #000000;
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 720px;
	height: 55px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	height: 21px;
	padding: 7px 1px 0 1px;
	background: url(images/img3.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: x-small;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 130px;
	text-align: center;
}

#colTwo {
	float: left;
	width: 700px;
	padding: 0 20px;
}

#colThree {
	float: left;
	width: 130px;
	text-align: center;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 9px 0 0 10px;
	background: url(images/img6.gif);
	letter-spacing: normal;
	font-size: .9em;
	text-align: center;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/img5.gif) repeat-x;
}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}

.suggestion_list {
	background: white;
	border: 1px solid;
	padding: 4px;
}
	
.suggestion_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	
.suggestion_list a {
	text-decoration: none;
	color: navy;
}
	
.suggestion_list .selected	{
	background: navy;
	color: white;
}
	
.suggestion_list .selected a {
	color: white;
}

#autosuggest {
	display: none;
}

.innerPayment {
	background-color: #333333;
	margin: 15px;
	padding: 15px;
	border: thin solid #00FF00;
	color: #FFCC00;
}