#main {position: relative; }



h2.bar {
	font-size: 1.2em !important;
	padding: 4px;
	background: url("/images/ui/gradients/v29_46grey_to_62grey.png") repeat-x;
}
h2.bar b {
	font-weight: normal;
	font-size: 12px;
}
#maplist_header {
	width: 610px;
}
#maplist_footer  {
	width: 829px;
}
#maplist {
	border-right: 3px solid #555;
	border-left: 3px solid #555;
	width: 612px;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#instructions {
	color: #454545;
	font-size: 12px;
	padding: 15px 15px 5px 15px;
}

.byotp_list_desc {
	font-size: 10px;
}
.byotp_list_title {
	display: block;
	margin-top: 18px;
	font-size: 12px;
}
h5 { margin: 18px 0 8px 15px; }
h6 {
	margin-left: 10px;
	font-size: 11px;
}
/*#maplist tr{
	background: url("/images/ui/gradients/v63_light_grey_to_med_grey.png") repeat-x;
}*/
.maprow_byotp {
	background: url("/images/ui/gradients/v63_light_grey_to_med_grey.png") repeat-x;
}
#maplist td{
	border-bottom: 1px solid #ddd;
	
	/*background: url("/images/ui/gradients/v63_light_grey_to_med_grey.png") repeat-x;*/
}

.addbutton {
	cursor: pointer;
}
.selected_row td {
	background-color: #fb0;
}
.unviable {
	background: none;
	background-color: #F0F1F1;
	/*opacity: .35;*/
}
.chosehidden {
	background: none;
	background-color: #F0F1F1;
	/*opacity: .35;*/
}

.unviable .addbutton, .chosehidden .addbutton {
	display:none;
}

.thumb_in_cat {
	text-align: center;
	width: 50px;
}

.add_to_cart_cell {
	padding-right: 20px;
	text-align: right;
	width: 90px;
}
.description_cell {
	vertical-align: middle;
}


#chosenmapcontainer {
	border-right: 3px solid #555;
	height: 276px;
	position: absolute;
	right: 143px;
	top: 278px;
	width: 216px;
}
#chosenmaps {
	width: 216px;
}
#chosenmaps .byotp_list_desc {
	display: none;
}
#chosenmaps .thumbcell {
	width: 46px;
}
#chosenmaps td{
	border-bottom: 1px solid #bbb;
	font-size: 13px;
	vertical-align: middle;
}

.map_remove {
	width: 20px;
	background-color: red;
	padding-top: 10px;
	background: url("/images/ui/buttons/square_delete.png") no-repeat 0 9px;
	cursor: pointer;
}

.thumbcell {
	text-align: center;
}




#caselist {
	position: absolute;
	right: 143px;
	top: 32px;
	width: 219px;
}
.casebutton {
	position: relative;
	color: #555;
	display: block;
	padding: 10px;
	margin: 0;
	border-right: 3px solid #555;
	background: url("/images/ui/gradients/v63_light_grey_to_med_grey.png") repeat-x;
}
.casebutton img { vertical-align: middle; }

a.caselink {
	font-weight: bold;
	text-decoration: none;
	color: #555;
}
a.caselink:hover {
	font-weight: bold;
	text-decoration: none;
	color: #555;
}
.casebuttonon {
	background: #bbb url("/images/ui/gradients/v63_light_grey_to_med_grey.png") repeat-x;
}
.casebuttonoff {
	/*background: #777 url("/images/ui/gradients/v63_47grey_to_52grey.png") repeat-x;*/
	/*opacity: .35;*/
	background: none;
	background-color: #F0F1F1;
}
	.casebuttonoff a.caselink {
		font-weight: bold;
		text-decoration: none;
		color: #c4c4c4;
	}

.casedisable {
	background: #888 url("/images/ui/buttons/square_delete.png") no-repeat;
	cursor: pointer;
	position: absolute;
	top: 21px;
	right: 10px;
	width: 14px;
	height: 14px;
	padding: 0;
	text-decoration: none;
	color: #ddd;
	visibility: hidden;
}

#submit {
	width: 0;
	position: absolute;
	right: 124px;
	top: 5px;
	overflow: hidden;
}

.map_size_icon {
	float: right;
	margin-top: 5px;
	width: 35px;
	text-align: center;
}

