/* CSS Document */
p,a,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	}
h1 { 
	font-size:20px;
	font-weight:bold;
}
h2 { 
	font-size:18px;
	font-weight:bold;
	}
h3 { 
	color:#ce0102;
	font-size:16px;
	margin:0;
	font-weight:bold;}
h4 { 
	font-size:14px;
	font-weight:bold;
}
h5 { 
	font-size:14px;
	font-weight:bold;
	}
h6 {
	font-weight:bold; 
	font-size:14px;
}
p { 
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;}
a { 
	font-size:12px;
	font-weight:bold; 
	color:#ce0102;
	text-decoration:underline;}
a:hover {
	color:#333333;
	text-decoration:none;}
ul, ol, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-image:none;}
li {
	line-height:15px;
	margin-bottom:8px;
	padding-left:0px;
	list-style-image:url(/images/arrows.gif);
}
ul 
{
    padding-left:0px;
    margin-left:25px;
}
.formright input, .error input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: auto;
	text-align: left;
	border:1px solid #999999;
	padding:3px;
	margin:3px;
	width:220px;}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:200px;
	margin:5px;}
.button
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	cursor: pointer;
	width:auto;
	height:auto;
	margin:0px;
	background-color:#ce0102;
	border:1px solid #970101;
	color:#ffffff;
	padding:2px 8px;
	}
.inputSearch {
    background-image:url(/images/search-bg.jpg);
    background-repeat:no-repeat;
    border:1px solid #999999;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    height:16px;
    padding:3px;
    text-align:left;
    width:176px;
    margin-right:5px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 12px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:3px;}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
}
.AltButton {
	background-image:url(/images/buttons/calculate.jpg);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:24px;
	position:relative;
	text-align:center;
	width:124px;
}
.AltButton:hover {
	background-image:url(/images/buttons/calculateOver.jpg);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:24px;
	position:relative;
	text-align:center;
	width:124px;
}
.goButton {
	background-image:url(/images/go-button-bg.jpg);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:25px;
	position:relative;
	text-align:center;
	width:37px;
}
.goButton:hover {
	background-image:url(/images/go-button-bg-hover.jpg);
	background-repeat:no-repeat;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:25px;
	position:relative;
	text-align:center;
	width:37px;
}
.loginBox .titlebar1
{
    color:#ce0102;
	font-size:16px;
	margin:0;
	font-weight:bold;
	background-color:Transparent;
	padding:0;
}
.loginBoxFull .titlebar1
{
    color:#ce0102;
	font-size:16px;
	margin:0;
	font-weight:bold;
	background-color:Transparent;
	padding:0;
}
/****** NEED THESE FOR EMAIL STYLES ******/
.footerLinks, .footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7d7c7c;
	text-decoration: none;
	text-align: center;
}
.footerLinks a:hover {
	text-decoration:underline;
	color:#333333;
}

