body {
	background-color:#000000;
	text-align:center;
}
.main {
	background-color:#FFFFFF !important;
	font-family:Arial;
	font-size:14px;
	text-align:left;
	width:750px;
}
.alert {
	background-color:#BFBFFE !important;
	font-family:Arial;
	font-size:13px;
	text-align:left;
	width:400px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}
.alert300 {
	background-color:#BFBFFE !important;
	font-family:Arial;
	font-size:13px;
	text-align:left;
	width:300px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}
.maintext {
	font-family:Arial;
	font-size:13px;
	text-align:left;
}
.rel {
	position:relative;
	top:0px;
	left:0px;
	clear:both;
}
.left {
	width:170px;
	float:left;
	text-align:center;
}
.right_f {
	width:570px;
	float:right;
	text-align:left;
}
.middle  {
	width:395px;
	float:left;
	/*border:1px solid red;*/
}
.right {
	width:170px;
	float:right;
	/*border:1px solid red;*/
}
.bottom {
	background-color:#FFFFFF;
	height:9px;
	width:750px;
	clear:both;
}
.lrText, .bar {
	margin:10px 10px 0px 10px;
	width:150px;
	color:#000;
	text-align:center;
}
.bar {
	/*border:1px solid #600;*/
	border:1px solid #004C9A;
}
.barTitle {
	/*background-color:#600;*/
	background-color:#004C9A;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.barText {
	background-color:#FFF;
	color:#000;
	width:128px;
	text-align:center;
	margin:0px 6px 0px 6px;
}
.smbarText {
	background-color:#FFF;
	font-size:11px;
	color:#000;
	width:128px;
	text-align:center;
	margin:0px 6px 0px 6px;
}
.barLink {
	width:126px !important;
	margin:4px 0px 4px 0px;
	text-align:center;
	font-size:12px;
}
a {
	color:#4E4E4E;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
h3 {
	color:#df3e00;
	font-size:17px;
    font-weight:bold;
}
.middleText {
	margin-top:10px;
}
.middleFullText {
	margin:10px 10px 0px 0px;
}
.copyright {
	background-color:#000000 !important;
	font-family:Arial;
   color:#DFDFDF;
	font-size:11px;
	text-align:center;
	width: 750px;
   padding-top: 10px;
   padding-bottom: 10px;
}
a.copyright {
	color:#FFF;
	text-decoration:underline;
}
.leftfloat {
float: left;
margin: 5px;
}
.barTextsmall {
	background-color:#FFF;
	color:#000;
	width:128px;
	text-align:center;
	margin:0px 6px 0px 6px;
	font-size:12px;
}
.cartdisplay {
	background-color:#DAD9FE !important;
	font-family:Arial;
	font-size:13px;
	text-align:left;
	width:400px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000066;
	border-collapse: separate;
                padding:10px;
}
.buyNow{background-image:url(images/buy-now.jpg)}
.productQty{
width:40px;}

.style1 {color: #FF0000}
.style2 {color: #000000}
.style3 {
	color: #000000;
	font-weight: bold;
}


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}


* html .threepxfix{
margin-left: 3px;
}
