 /* CSS Document */

h1 {
	color: #333333;
	font-family:helvetica,arial sans-serif;
	font-size:34px;
	font-weight:bold;
	letter-spacing:-2px;
	margin:0;
}

h2 {
	color:#666666;
	font-family:helvetica,arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
}

h3 {
	color: #666666;
	font-family:helvetica,arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
}

h4 {
	color: #666666;
	font-family:helvetica,arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
}

ul {
	color: #666666;
	font-family:helvetica,arial,sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height: 25px;
	letter-spacing:0px;
}

p {	
	color: #969696;
	font-family:helvetica,arial,sans-serif;
	font-size:22px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height: 30px;
	margin:0;
}

.note {
	background: #fff6bf url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	line-height: 20px;
	font-family: helvetica,arial,sans-serif;
	letter-spacing: 0;
	color: #333333; 
	font-size: 13px; 
	}

.sideMenuHeading {	
	color: #999999;
	font-family: helvetica,arial sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing:-1px;
	margin-left:16px;
	margin-top: -2px;
}

.sideMenu {	
	color: #969696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height: 190%;
	margin:0;
}

.prettyTable {	
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:-1px;
	border-collapse: collapse;
}

.odd {
	background: #D5EABF none repeat scroll 0 0;
}

hr {
	height: 1px;
	color: #EAEAEA !important;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 0px 0; } 

.sideMenu A:link {text-decoration: none; border-bottom: 1px dotted; color:#333333}
.sideMenu A:visited {text-decoration: none; border-bottom: 1px dotted; color:#333333}
.sideMenu A:active {text-decoration: none; border-bottom: 1px dotted; color: #333333}
.sideMenu A:hover {text-decoration: none; border-bottom: 1px solid; color: #990000}

.breadcrumbs {
	color: #666666;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-left: 40px;
}

.breadcrumbs A:link {text-decoration: none; border-bottom: 1px dotted; color:#666666}
.breadcrumbs A:visited {text-decoration: none; border-bottom: 1px dotted; color:#666666}
.breadcrumbs A:active {text-decoration: none; border-bottom: 1px dotted; color: #666666}
.breadcrumbs A:hover {text-decoration: none; border-bottom: 1px solid; color: #000000}

A:link {text-decoration: none; border-bottom: 1px dotted; color: #6366F5}
A:visited {text-decoration: none; border-bottom: 1px dotted; color:#6366F5}
A:active {text-decoration: none; border-bottom: 1px dotted; color: #6366F5}
A:hover {text-decoration: none; border-bottom: 1px solid; color: #990000}

td {
	text-align: left;
}

.alert {
	background: #fff6bf url(../images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	color: #0000000; 
	font-size: 12px; 
}
	
.textfieldAlert input, .textfieldAlert textarea, .textfieldAlert select{
	border: 1px solid #FF3300;
	background-color: #FFCCCC;
}

input[type="submit"] {
	padding: 10px;
}

.checkoutDiv input[type=text] {
width: 53px;
} 
