#box {

	height:200px;
	width:255px;
	border:thin double #000000;
	
}

body, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #0000FF;
	font-weight:bold;
	
}
a:visited {
	color: #002252;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

.largeH1 {
font-size:24px;
}

h1 {
	color: #002252;
	font-size: 18px;
	margin: 0px;	
}

h2 {
	color: #696969;
	font-size: 18px;
}

.float {
float:left;
}

.topLine {
	background:url(../images/TopGradient.jpg);
	background-color:#4F7291;
	width: 100%;
	height:10px;	
}
#controlButtons {
	text-align:right;
	width:98.5%;
	position:absolute;
	top:24px;
	z-index:2;
}

#topButtons {
	clear:left;
	text-align:right;
	position:relative;
	top:10px;	
}
.bottomLine {
	background-color:#4F7291;
	color:#FFFF99;
	width: 100%;
	padding-right:5px;
	height:14px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: right;
	background-image: url(../images/GradientSample.jpg);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	font-size: 14px;
	}
.cartInfo {
	width: 100%;
	padding-top:5px;
	padding-right:5px;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: right;	
	}
#content a{
text-decoration:none;
color:#0000FF;
font-weight:bold;


}
	
#flash {
	position:relative;
	top:15px;
	z-index:-2;
	width:665px;
	height:200px;
	
}

#logo {
	margin-top:20px;
	margin-bottom: 20px;
}
#logoRight {
text-align:right;
float:right;
margin-top:-80px;

}

#textLinks {
color:#F2F2F2;
}

#textLinks a{
	color:#CCCCCC;
	text-align:center;
}
/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}
#footer {
	margin-top:50px;
	text-align:center;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}

.red {
color:#FF0000;
font-weight:bold;
}

#smallerText {
font-size:9px;
}


/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: thin dotted #999999;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 6px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #447096;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFFFFF;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

#specialText {
font-size:9px;
font-weight:normal;
color:#999999;
visibility:hidden;
}
