.submit_image {
	height: 21px;
	width: 134px;
	background-image: url('/gui/btn_place_order.gif');
}

.indent {
	text-indent: 50px;
	border-top: 1px solid #00A0C6;
}

.no_indent {
	border-top: 1px solid #00A0C6;
}


div#map {
	padding:55px 10px 41px 35px;
}

img#map {
	padding:55px 70px 0px 35px;
}

#regions {
	padding:45px 0px 0px 0px;
}

#regions p {
	font-weight:bold;
	font-size:10px;
}

li.region {
	color: #FF0000;
	margin-left: 10px;
	margin-bottom: 16px;
	font-weight: bold;
	list-style-type:square;
}

li.region a {
	color: #00A0C6;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.header {
	color: #ffffff;
	background-color: #00A0C6;
	padding: 5px;
	text-align: left;
}


.alt_row, .row {
	padding: 5px 5px 5px 5px;
}

a.black {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.black:visited {
	color: #000000;
	text-decoration: none;
}

.project {
	
	border-bottom: 1px solid #00A0C6;
	padding: 5px;
}

.item, .item_no_border {
	background-color: #E6F6F9;
	padding: 5px;
	
}

.total {
	padding: 5px;
	border-top: 1px solid #00A0C6;
}

#breakdown_form {
	text-decoration: none;
	font-size: 11px;
	padding:0px 0px 10px 0px;
}

.role_in_cart {
	background-color: #E6F6F9;
	border: 1px solid #00A0C6;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 10px;
	
}

.role_submitted {
	color: #999999;
}

/* CART CLASS */

.cart table{
	width:760px;
}

.cart * {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cart a {
	color:#000;
}

.cart th {
	text-align:left;
	background-color:#00A0C6;
	height:25px;
	padding:0px 0px 0px 5px;
}

.cart th span {
	color:#fff;
}

.cart td {
	padding:5px;
}

.cart td.checkbox {
	width:20px;
}

.cart tr.on {
	background-color:#fff;
}

.cart tr.on td{
	border-top:1px solid #00A0C6;
	border-bottom:1px solid #00A0C6;
}

.cart tr.first td{
	border-bottom:1px solid #00A0C6;
}

.cart tr.row td{
	background-color: #E6F6F9;
}

.cart tr.totals {
	font-weight:bold;
}

.cart tr.totals th{
	text-align:right;
	padding:5px 5px 5px 0px;
	border-top: 1px solid #00A0C6;
	background-color:#fff;
}

.cart tr.totals td{
	border-top: 1px solid #00A0C6;
	padding: 5px 0px;
}

.free_price {
	text-decoration: line-through;
}


.cart th.price {
	text-align: right;
}
