html, body , table{
	color: #333;
	font: 11px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	line-height: 1.5 em;
	text-align: left;
}

#listTable, #total_table, #order_table{
color: black;
font: 11px "Arial", Geneva, Arial, Verdana, sans-serif;
}

a{
cursor: pointer;
}

a:link, a:visited, a:active { color: #0087b2; text-decoration: underline;}
a:hover { color: #0087b2; text-decoration: underline;}

img{
border: none;
}

p{
margin: 0;
}

td{
}

.links{
float: left;
margin-right: 10px;
}

ul{
margin: 0;
padding: 0;

}


li{
margin-left: 15px;
}

h4{
margin-top: 10px;
}

hr{
margin: 0;
border: none;
height: 1px;
border-bottom: 1px solid #a6b5c0;
}

input, textarea, select{
border: 1px solid #ccc;
margin: 1px;

font-size: 11px;
}

input, select{
overflow: hidden;
}

input.no_border{
border: none;
}

.submit{
background-color: #e9f1b9;
font-size: 11px;
}

h1{
margin: 0;
font-size: 18px;
line-height: 22px;
font-weight: normal;
color: #415a68;
}

h2, h3{
font-size: 13px;
line-height: 22px;
font-weight: bold;
color: #415a68;
margin: 0;
}

a.bold_tiny_pink, a:link.bold_tiny_pink, a:visited.bold_tiny_pink, a:active.bold_tiny_pink, a:hover.bold_tiny_pink{
color: #cd0d4c;
font-weight: bold;
font-size: 12px;
text-decoration: underline;
cursor: pointer;
}

a.bold_tiny_green, a:link.bold_tiny_green, a:visited.bold_tiny_green, a:active.bold_tiny_green, a:hover.bold_tiny_green{
color: #008000;
font-weight: bold;
font-size: 12px;
text-decoration: underline;
cursor: pointer;
}

a.bold_tiny_grey, a:link.bold_tiny_grey, a:visited.bold_tiny_grey, a:active.bold_tiny_grey, a:hover.bold_tiny_grey{
color: #CCC;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}