/* CSS Document */
p,a,h1,h2,h3,h4,h5,h6 {
	font-family:Arial, sans-serif;
	color: #222222;
	font-weight: normal;
	}
h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight:normal;
}
h1 { 
	font-size:22px;
	line-height:22px;
    letter-spacing: -1px;
}
h2 { 
	font-size:20px;
	font-weight:normal;
    letter-spacing: -1px;
}
h3 { 
	font-size:18px;
	font-weight:normal;
}
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:#617DBD;
}
h6 {
	font-weight:bold; 
	font-size:14px;
	padding-left:15px;
	padding-top:30px;
}
p { 
	font-weight:normal;
	margin:10px 0px;}
a { 
	font-weight:bold; 
	color:#222;
	text-decoration:underline;}
a:hover {
	text-decoration:none;}
ul, ol, li, td {
	font-family:Arial;
	text-decoration: none;
	list-style-image:none;}
li {
	line-height:16px;
	margin-bottom:8px;
	padding-left:0px;
}
ul 
{
    padding-left:0px;
    margin-left:25px;
}
.formright input, .error input, .formright select, .formright textarea {
	font-family:Arial;
	font-size: 11px;
	color: #333333;
	height: auto;
	text-align: left;
	border:1px solid #999999;
	padding:3px;
	margin:3px;
	width:200px;
}
.formright option 
{
    font-size:11px;
}
.input {
	font-size: 12px;
	color: #222;
	width:200px;
	margin:5px;}
.ccv 
{
    width:40px;
    font-family:Arial;
	font-size: 12px;
	color: #222;
	margin:5px;}

.button
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	cursor: pointer;
	width:auto;
	height:auto;
	margin:0;
	background-color:#617dbd;
    border: 0;
	color:#ffffff;
	padding:4px 8px;
	text-transform:uppercase;
    border-radius: 2px;
	}


.boxborder select 
{
    font-family:Arial;
	font-size: 12px;
	color: #222;
	width:203px;
	margin:5px;
	border:1px solid #999;
	padding:1px;
    
	/*font-family:Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #222;
	height: auto;
	text-align: left;
	margin:1px;
	border:1px solid #cccccc;
	margin:2px 5px;*/
	}
select {
	font-family:Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #222;
	height: auto;
	text-align: left;
	margin:1px;
	border:1px solid #cccccc;
	margin:2px 5px;
	}
option {
	font-family:Arial;
	font-size: 12px;
	color: #222;
	height: auto;
	text-align: left;
	margin:3px;}
textarea{
	font-family:Arial;
	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:Arial;
	color: #222;
	font-weight: normal;
	font-size:12px;}
.yellow {
	color:#FDB930;}
.greyBg {
	font-family:Arial;
	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/ecom/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/ecom/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;
}
.loginBox .titlebar1
{
	font-size:14px;
	margin:0;
	font-weight:bold !important;
	background-color:Transparent;
	padding:0;
	text-transform:uppercase;
    color: #333;
}
.loginBox .titlebar1 b {
    font-weight: bold !important;
}
.loginBoxFull .titlebar1
{
    color:#333;
	font-size:12px;
	margin:0;
	font-weight:bold;
	background-color:Transparent;
	padding:0;
	text-transform:uppercase;
}

.error
{
	color:Red;
	font-weight:bold;
}
.titleHeader {
    color:#94542E;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}