/* CSS Document */
p,a,h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, Sans-Serif;
	color: #666;
	font-weight: normal;
	font-size:12px;
	}
h1 { 
	font-size:22px;
	line-height:22px;
	font-weight:bold;
}
.Titlebar h1 
{
    font-size:16px;
    color:#fff;
}
h2 { 
	font-size:20px;
	font-weight:normal;
	font-weight:bold;
}
h3 { 
	font-size:18px;
	font-weight:normal;
	font-weight:bold;
}
h4 { 
	font-size:16px;
	line-height:16px;
	margin:0px;
	font-weight:bold;
}
h5 { 
	font-size:11px;
	line-height:14px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
	color:#22586A;
}
h6 {
	font-weight:bold; 
	font-size:14px;
	padding-left:15px;
	padding-top:30px;
}
p { 
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
}
a { 
	text-decoration:underline;
    outline: none;
}
a:hover {
	text-decoration:none;
}
ul, ol, li, td {
	font-family:Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	list-style-image:none;
}
li {
	margin-bottom:8px;
	padding-left:0px;
	font-size:12px;
}
ul 
{
    padding-left:0px;
    margin-left:25px;
}
.input, select, .loginBox input[type="text"], input[type="password"], textarea {
	color: #666;
	border: 1px solid #ccc;
	font-size:11px;
	padding:5px;
	width:210px;
}
.loginBox input[type="text"] {
    margin: 2px 0;
}
select {
	width:221px;
	}
input[type="text"]
{
    color: #666;
	border: 1px solid #ccc;
	font-size:11px;
	padding:5px;
}
.ccv 
{
    width:40px;
    font-family:Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #222;
}

.button
{
	background-color: #66C800;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 4px 8px;
    text-shadow: 1px 1px 0 #4A9001;
    text-transform: uppercase;
    width: auto;
	}
.boxborder select 
{
	border: 1px solid #CCCCCC;
    padding: 5px;
    width: 222px;
    margin-right:1px;
	/*
	font-size: 12px;
	background-color: #FFFFFF;
	color: #222;
	height: auto;
	text-align: left;
	margin:1px;
	border:1px solid #cccccc;
	margin:2px 5px;*/
	}
option {
	font-size: 12px;
	color: #222;
	height: auto;
	text-align: left;
	margin:3px;}
textarea{
	font-family:Verdana;
	font-size: 12px;
	padding:3px;
	color:#222;}
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:Verdana;
	color: #222;
	font-weight: normal;
	font-size:12px;}
.yellow {
	color:#FDB930;}
.greyBg {
	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:#66C800;
}
.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-color: transparent;
    background-image: url("/images/goButton.png");
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 17px;
    margin: 1px 0 0 5px;
    position: relative;
    width: 27px;
}
.loginBox .titlebar1, .loginBoxFull .titlebar1
{
	font-size:16px;
	margin:0;
	font-weight:bold;
	background-color:Transparent;
	padding:0;
}
/****** NEED THESE FOR EMAIL STYLES *****/

/***/

.error
{
	color:Red;
	font-weight:bold;
}
