/* CSS Document */
#loc_details_header{
	background-color:#333333;
	color:#FFFFFF;
	height:19px;
	line-height:19px;
}
#loc_details_header .left,
#loc_details_header .center,
#loc_details_header .right{
	float:left;
	padding-left:20px;
	background-image:url(../images/caracol.gif);
	background-repeat:no-repeat;
	background-position:5px 4px;
}
#loc_details_header .left{
	width:279px;
	border-right:2px solid #FFFFFF;
}
#loc_details_header .center{
	width:279px;
	border-right:2px solid #FFFFFF;
}
#loc_details_header .right{
	width:278px;
}


#loc_details{
	background-color:#FFFFFF;
	clear:both;
}
#loc_details_left,
#loc_details_center,
#loc_details_right{
	float:left;
}
#loc_details_left{
	width:299px;
	border-right:2px solid #FFFFFF;
}
#loc_details_center{
	width:299px;
	border-right:2px solid #FFFFFF;
}
#loc_details_right{
	width:298px;
}

#loc_details .item,
#loc_details .itemSelect{
	background-color:#EFEFEF;
	height:75px;
	border-bottom:2px solid #FFFFFF;
	display:block;
	clear:both;
	font-size:11px;
	cursor:pointer;
}
#loc_details .itemSelect{
	background-image:url(../images/selected_item_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#5895ff;
}
#loc_details .item .image,
#loc_details .itemSelect .image{
	float:left;
	padding:8px 0 0 15px;
}
#loc_details .item .image img,
#loc_details .itemSelect .image img{
	border:1px solid #000;
	padding:2px;
}
#loc_details .item .text,
#loc_details .itemSelect .text{
	float:right;
	color:#000000;
	width:185px;
	padding-top:7px;
	margin-right:25px;
}
#loc_details .itemSelect .text{
	color:#FFFFFF;
}
#loc_details .item .text b,
#loc_details .itemSelect .text b{
	display:block;
}