html
{	
height: 100%;	
width: 100%;	
margin: 0px;	
padding: 0px;}

body
{	
width: 100%;	
height: 100%;	
margin: 0px;	
padding: 0px;	
font-size: 8pt;
font-family: arial;
background-color: #0a0a20;	
background-image: url('/customsam/app/views/templates/default/img/background.png');
background-position:center center;
background-repeat:no-repeat;
-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
}

#cart td{	padding:2px;}
#cart th{	padding: 5px;	background-color: #0065A4;	color: white;}
#products input{	font-size: 8pt;}#products td{	padding-left: 10px;	/* border-bottom: 1pt dashed black; */}
#siteContainer{	width: 1000px;	height: 750px;	margin: 0px auto;	padding-top: 20px;/*	opacity: .7; */}
#splash{	height: 100%;	background-image: url('/customsam/app/views/templates/default/img/splash_v2.png');	background-size: auto auto;	background-position: top center;	background-repeat: no-repeat;}
#header{	height: 88px;	width: 980;	margin-left: 20px;}
#mainContent{	margin: 0px 5px 0px 20px;	padding-left: 10px;	padding-right: 10px;	width: 655px;	height: 650px;	float: left;	background-color: white;	border: 3px solid #B6B6B6;	overflow: auto;}
#actionBar{	border: 3px solid #B6B6B6;	margin: 0px 0px 0px 5px;	background-color: white;	float:left;	width: 280px;	height: 650px;}
#customTable input, textarea{	font-size: 8pt;}
#errormsg{	color: red;	font-size: 10pt;	font-weight: bold;	width: 100%;}
.actionBarSection{	max-height: 100px;	overflow: auto;}
.errorText{	color: red;}input{	font-size: 8pt;}

select{font-size: 8pt; } 