/* CSS Document */

body{
	background-color:#5F7185;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
    margin:0px;
    padding:0px; 
}

#shadowTable{
	position:relative;	
}

#mainTable{
	width:750px;
	border:1px solid #ffffff;
	background-color:#ffffff;
}

#btnCell{
	width:191px;
	border-right:2px solid #ffffff;
	background-image:url(images/menuBtnBack.jpg);
	background-repeat:repeat-y;
	vertical-align:top;
}

#btnTable a, #btnTable img{
	border:none;
	text-decoration:none;
}


#selections{
	width:190px;
	background-color:#EAE7E0;
	vertical-align:top;
}

#selectionsTable{
	position:relative;
	width:180px;
	left:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

#selectionsTable th{
	font-size:12px;
	color:#1B393F;
}

#selectionsTable td{
	font-size:11px;
	color:#000000;
}

#selectionsTable td a{
	text-decoration:none;
	color:#000000;
}

#selectionsTable .empty{
	width:10px;
	font-weight:bold;
	text-align:right;
}


#rightShadow{
	background-image:url(images/shadow_right.jpg);
	background-repeat:repeat-y;
	vertical-align:text-top;
}

#footerCell{
	text-align:left;
}

.orderButton{
    cursor:pointer;  
    font-family:Arial, Helvetica, sans-serif;
}            
