* {
	margin:0; 
	padding:0
}


body {
	margin:0; 
	padding:0; 
	font:12px Arial, Helvetica, sans-serif; 
	color:navy; 
	text-align:center; 
	background:url(../images/bg_tile.jpg) top left repeat-x #10D3FF;
}

a, a img { 
	border:none; 
	outline:0; 
	text-decoration:none
}

a{
color:#0099CB;
}

a:hover {color: #0099CB;text-decoration:underline}



/* ------------------------------  table  ------------------------------- */



caption {
	font-weight:bold; 
	text-align:left
}

table span {
	font-weight:normal; 
	font-size:0.9em
}

table {
	border-collapse:collapse;
	margin:0px;
	font-size:1.1em;
	border:1px solid #CDE7C2;
}

.outertable{
	padding:0px;
	margin:0px;
	border:1px solid white;
	font-size:12px;
}

th {
	background:url(images/bg_wrap.jpg) top left repeat-x #CDE7C2;
	color:#333;
	font-weight:bold;
	padding:0.5em;
	vertical-align:top;
	text-align:left;
}

td {
	padding:0.5em;
	vertical-align:top;

	font-weight:normal;
	text-align:left;
}

.tddarker {
	background-color:#E1F0DB;
}

.tdlighter {
	background-color:#fff
}

.tablecolumns {
	background-color:#CCCCCC;
	border:1px solid #CCCCCC;
}


/* ------------------------------  layout  ------------------------------- */

div#wrapper{
width:765px;
text-align: left;
margin-left: auto;
margin-right: auto;
background-color:white;
}

div#contentholder{
width:740px;
padding:10px;
}

div#stepholder{
width:765px;
height:42px;
background:url(images/step_guide.jpg) no-repeat top left;
}

div#footer{
width:765px;
height:45px;
background:url(images/footer.jpg) no-repeat top left;
}

h1{
margin-left:13px;
font-size:17px;
font-weight:normal;
line-height:42px;
}

#small{
font-size:10px;
padding:0px;
color:#0085BD;
}

input{
line-height:20px;
}

.qtyinput{
width:20px;display:inline;float:right;
}

.addbut{
	width:30px;
	display:inline;
	float:right;
	font-size:10px;
	padding:0px;
	margin-left:4px;
	color:white;
	line-height:14px;
	background-color:#0364A8;
	border:1px solid #18549C;
}

.contbut{
	width:60px;
	font-size:10px;
	padding:0px;
	margin-left:4px;
	color:white;
	line-height:14px;
	background-color:#0364A8;
	border:1px solid #18549C;
}



/* ------------------------------  layout  ------------------------------- */

#dhtmltooltip{
position: absolute;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
text-align:left;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#item_description{
height:50px;


}

label{
width:100px;
}


.search{
background-color:#666666;
border:1px solid #333333; 
color:white;
width:100px;
padding:1px;
font-family:tahoma;
font-size:11px;
}

ul {padding-left:30px; padding-bottom:10px; margin:10px; list-style-image:url(images/bubble.png)}
