/*
Blubrry Commerce Engine Styles
*/
/*
Standard HTML Elements
*/
* {
zoom: 1.0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
/*
Page IDs
*/
#container {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 985px;
	height: 180px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#header h1 {
	font-size: 24px;
	font-weight: bold;
	/*text-align: center;
	width: 100%; */
	/*padding-top: 75px; */
	position: absolute;
	right: 0px;
	text-align: right;
	top: 40px;
}


#headerlinks {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight:normal;
	font-size: 12px;
}
#headerlinks a {

}

#statusmessage {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #000050;
	center: 5px;
	text-align: center;
	top: 100px;
}


#containercontent {
	position: relative;
	width: 985px;
}



#footer {
	position: relative;
	height: 40px;
	width: 985px;
	text-align: center;
	font-size: 9px;
}
#footer a {
	text-decoration: underline;
}
#signincontainer {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	height: 315px;
}

.signinrow {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.signinrow label {
	width: 180px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.signinrow input {
	font-size: 14px;
	width: 180px;
}

.signinbuttons {
	margin-top: 20px;
	margin-left: 180px;
	margin-bottom: 20px;
}
/*
Repeatable classes
*/
.clearer {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}

a {
	color: #00005B;
}

/* Added  */
body {
	FONT-FAMILY:  Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	color:#000000; 
	margin: 10px 0 0 0;
}
		 

#productcontainer {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-left:30px;
	text-align: left;
	font-size: 15px;
	height: 315px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#products .product, #order .orderdata {
	background-color: #D2E9FF;
}
#customerinfo .customerdata {
	background-color: #D2E9FF;
}

