@import url('styleClasses.css');
@import url('styleCart.css');

body {
	background-color: #101E29;
	background-image: url('images/backGrade.jpg');
	background-repeat: repeat-x;
	text-align: center;
}
table {
	border-collapse: collapse;
}
p {
	color: #08405F;
	font-family: "Verdana", "Tahoma", "Geneva";
	font-size: 11px;
	margin: 3px 7px 3px 7px;
	line-height: 16px;
	/*#204080*/
}
h1 {
	font-size: 17px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #0A5077;
	font-style: italic;
	text-transform: capitalize;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
hr{
	border: 1px solid #bac2f9;
	color: #bac2f9;
	height: 1px;
	width: 80%;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Console";
	font-size: 14px;
	color: #060F48;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Console";
	font-size: 12px;
	color: #0A1977;
	margin: 0 10px 0 10px;
}
td {
	vertical-align: top;
}
img{
	border: 0;
}
.sale {
	text-decoration: line-through;
	color: #8D312E;
}
.aRed {
	color: #8D312E;
}
a:visited {
	color: #407ABE;
}
a:link {
	color: #407ABE;
	font-family: Verdana;
}
a:hover {
	color: #863C5E;
}
.main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	width: 800px;
	height: 200px;
	z-index: 4;
	text-align: left;
	vertical-align: top;
	line-height: 0;
}
.nav {
	background-position: left;
	width: 200px;
	z-index: 3;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url('images/navBack.jpg');
	background-repeat: repeat-y;
	text-align: center;
}
.content {
	width: 600px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.footer {
	position: relative;
	height: 50px;
	z-index: 2;
	font-size: x-small;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFC;
	background-color: #376E96;
	border-top-color: #C8E1FF;
	border-top-style: solid;
	border-top-width: 1px;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFD;
	font-size: x-small;
}
.footer a:hover {
	text-decoration: underline;
	color: #C8E1FF;
}
.footer a:visited {
	color: #FFFFFE;
	text-decoration: none;
}
.acc_name{
	border-left-color: #DCE6F0;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #E1EBFF;
}

.btnX {
	background-color: #DCE6F0;
	color: #000080;
	border-style: outset;
	border-width: 1px;
	border-color: #F0F5FA;
}
p.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0C1E8E;
	font-weight: bold;
	text-align: left;
}
table.products {
	width: 590px;
	border: thin solid #C8E1FF;
	padding: 8px;
	border-collapse: collapse;
	caption-side: top;
	margin-left: auto;
	margin-right: auto;
}
td.products {
	border-bottom: 1px solid #C8E1FF;
	padding: 5px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0C1E8E;
	text-align: center;
}
td.title {
	width: 100%;
	text-align: center;
	padding: 10px;
	font-family: "Trebuchet MS", "Lucida Console";
	font-size: x-large;
	color: #204080;
	background-color: #C8E1FF;
}
td.list {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-color: #C8E1FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2060E1;
}
.imgDIV {
	position: fixed;
	top: 0px;
	left: 0px;
	float: none;
	bottom: 0px;
	right: 0px;
	visibility: hidden;
	background-image: url('images/fadeTile.png');
}
 .borderBottom {
	border-bottom-color: #0099FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color : #EDF3FA;
	text-align: center;
}
.imgBackground {
	width: 200px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	padding: 0px;
	font-size: 8px;
	line-height: normal;
	text-align: center;
}
