﻿/* CSS Document */
body 
{
    background-color:#1A1A1A;
    color:#D7D7D7;
    font-family:'Helvetica',Lucida Grande,Geneva,Verdana,Arial,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:14px;
    text-align:left;
    text-decoration:none;
}
p,a,h1,h2,h3,h4,h5,h6 {
	font-family:'Helvetica',Lucida Grande,Geneva,Verdana,Arial,sans-serif;
	color: #D7D7D7;
	font-weight: normal;
	}
h1 { 
	font-size:16px;
    font-weight:normal;
    line-height:18px;
    text-align:left;
    text-decoration:none;
}
h2 { 
	font-size:14px;
    font-weight:normal;
    line-height:16px;
    text-align:left;
    text-decoration:none;
}
h3 { 
	color:#FF2020;
    font-size:14px;
    font-weight:bold;
    line-height:16px;
    text-align:left;
    text-decoration:none;
    text-transform:uppercase;
    margin:0;
}
h4, .red { 
    color:#FF2020;
    font-size:12px;
    font-weight:bold;
    line-height:14px;
    text-align:left;
    text-decoration:none;
    margin:0;
}
h5 
{
    font-size:12px;
	margin:0; 
	font-weight:bold;
	color:#FF2020;
}
p { 
	font-size:12px;
	line-height:16px;
	margin:0 0 10px;}
a { 
	font-size:12px;
	font-weight:normal; 
	color:#FF2020;
	text-decoration:underline;}
a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#888888;
	}
ul, ol, li, td {
	text-decoration: none;
	list-style-image:none;
	line-height:18px;
	list-style-image:url(/imagesBL/arrows.png);
	}
li {
	margin-bottom:0px;
	padding-left:0px;
}
ul 
{
    padding-left:0px;
    margin-left:25px;
}
.formright input, .error input, .formright select, .formright textarea {
	color: #333333;
	height: auto;
	text-align: left;
	border:1px solid #999999;
	padding:3px;
	margin:3px;
	width:200px;
	font-size:12px;
}
.formright select 
{
    width:207px;
}
.formright option 
{
    font-size:12px;
}
.input {
	font-size: 12px;
	color: #222;
	width:200px;
	margin:5px;}
.ccv 
{
    width:40px;
	font-size: 12px;
	color: #222;
	margin:5px;}

.button
{
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	cursor: pointer;
	width:auto;
	height:auto;
	margin:0px;
	background-color:#CC092F;
	border:1px solid #89011b;
	color:#ffffff;
	padding:4px 8px;
	text-transform:uppercase;
	}
.inputSearch {
    background-color:#FFFFFF;
    border:1px solid #706546;
    color:#000000;
    font-size:10px;
    height:13px;
    margin:0 5px;
    padding:5px 3px;
    text-align:left;
    width:180px;
}
.altInputSearch {
    background-color:#FFFFFF;
    border:1px solid #999;
    color:#000000;
    font-size:10px;
    height:13px;
    margin:0 5px;
    padding:5px 3px;
    text-align:left;
    width:180px;
    margin-bottom:20px;
}
select {
	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-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 {
	color: #222;
	font-weight: normal;
	font-size:12px;}
.inputQuantity{
	width:20px;
	height:20px;
	padding-left:5px;
	padding-top:5px;
}
.strikeThrough {
	text-decoration:line-through;
	font-weight:lighter;
}
.error
{
	color:Red;
	font-weight:bold;
}


