/* CSS Document */
p,a,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	}
h1 { 
	font-size:20px;
	font-weight:bold;
}
h2 { 
	font-size:18px;
	font-weight:bold;
    text-decoration:none;
	}
h3 { 
	font-size:16px;
	margin:0;
	font-weight:bold;}
h4 { 
	font-size:14px;
	font-weight:bold;
	margin:0px;
}
h5 { 
	font-size:12px;
	font-weight:bold;
	margin:0px;
	}
h6 {
	font-weight:bold; 
	font-size:14px;
}
p { 
	font-size:11px;
	font-weight:normal;
	margin:10px 0px;}
a { 
	font-size:11px;
	font-weight:bold; 
	color:#333399; /*purple*/
	text-decoration:underline;}
a:hover {
	color:#333399;
	text-decoration:none;}
ul, ol, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	list-style-image:url(/images/listStyleImage.jpg);
	
}
li {
	line-height:18px;
	margin-bottom:10px;
	margin-left:25px;}
ul 
{
    padding-left:0px;
}
.formright input, .error input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	height: auto;
	text-align: left;
	border:1px solid #cccccc;
	padding:3px;
	margin:3px;
	width:220px;}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width:200px;
	margin:5px;}
.button
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	cursor: pointer;
	width:auto;
	height:auto;
	margin:0px;
	background-color:#333399;
	border:1px solid #272771;
	color:#ffffff;
	padding:2px 8px;
}
.inputSearch {
    border:1px solid #cccccc;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    height:16px;
    margin-right:5px;
    padding:3px;
    text-align:left;
    width:176px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:1px;
	border:1px solid #cccccc;
	}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:3px;}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px;
	color:#666666;}
input[type="radio"] { 
	border:0;
	width:auto;}
input[type="checkbox"] { 
	border:0;
	width:auto;}
hr {
	height: 0px; 
	border-top: 1px solid #d5d8d7;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;}
normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size:12px;}
.yellow {
	color:#FDB930;}
.greyBg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#FDB930;
	color:#666;
	padding:10px;}
.picture {
	border:1px solid #ccc;
	margin-left:10px;}
.greyBorder {
	border:1px solid #cccccc;}
.red {
	color:#FF0000;
}
.green {
	color:#009900;
}
.inputQuantity{
	width:20px;
	height:20px;
	padding-left:5px;
	padding-top:5px;
}
.strikeThrough {
	text-decoration:line-through;
	font-weight:lighter;
}
.price {
	font-size:24px;
	color:#009900;
}
.goButton {
	background-image:url(/images/goButtonBg.jpg);
	background-repeat:repeat-x;
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	height:21px;
	position:relative;
	text-align:center;
	width:30px;
	border:1px solid #4c265b;
	margin-left:3px;

}
.goButton:hover {
	border:0;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	height:21px;
	position:relative;
	text-align:center;
	width:30px;
	border:1px solid #4c265b;
	margin-left:3px;
}
.titlebar1
{
    color:#4c2a55;
	font-size:16px;
	margin:0;
	font-weight:bold;
}
/*need these for email styles*/
.footerLinks 
{
    color:#dcd3dc;
	text-align:center;
}
.footerLinks, .footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dcd3dc;
	text-decoration: none;
}
.footerLinks a:hover {
	text-decoration:underline;
	color:#ffffff;
}
