#itemHeader {
	padding: 1px;
	border: 1px solid #ccc;
}
#storeDetail h1 {
	margin: 0;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #555;
	text-indent: 0;
	line-height: 1;
	background: transparent url(/static/img/front/store/stripe.png) top left;
}
#itemImage {
	margin: 1px;
	padding: 10px;
	background-color: #f9f9f9;
}
#itemImage img {
	margin-right: 10px;
}


#storeDetail table {
	margin: 20px 0;
    border-spacing: 5px;
    width: 100%;
}
#storeDetail tr.odd {
	background-color: #f9f9f9;
}
#storeDetail th {
	padding: 5px 10px;
	width: 120px;
	border: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	background: transparent url(/static/img/front/store/stripe.png) top left;
	vertical-align: top;
}
#storeDetail td {
	padding: 5px 15px;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 110%;
}
#storeDetail tr.odd td {
	border-bottom: 1px solid #ccc !important;
}

#storeDetail th span,
#storeDetail h1 span,
#storeDetail h2 span {
	padding: 2px 0 2px 25px !important;
}
#itemName { background: transparent url(/static/img/icon/folder_heart.gif) left center no-repeat; }
#itemGenre { background: transparent url(/static/img/icon/heart.gif) left center no-repeat; }
#itemAddress { background: transparent url(/static/img/icon/house.gif) left center no-repeat; }
#itemTel { background: transparent url(/static/img/icon/telephone.gif) left center no-repeat; }
#itemBudget { background: transparent url(/static/img/icon/money.gif) left center no-repeat; }
#itemAccess { background: transparent url(/static/img/icon/car.gif) left center no-repeat; }
#itemSitePc { background: transparent url(/static/img/icon/monitor.gif) left center no-repeat; }
#itemSiteMb { background: transparent url(/static/img/icon/phone.gif) left center no-repeat; }
#itemDescription { background: transparent url(/static/img/icon/book_open.gif) left center no-repeat; }
#itemMap { background: transparent url(/static/img/icon/find.gif) left center no-repeat; }
#itemSameSearch { background: transparent url(/static/img/icon/world.gif) left center no-repeat; }


#itemSubInfoArea {
	margin-left: 5px;
}

#mapArea {
	float: left;
	width: 450px;
	border: 1px solid #ccc;
}
#mapArea h2 {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #666;
	background: transparent url(/static/img/front/store/sub_info_bg.gif) top left;
	font-size: 12px;
}
#map {
	padding: 5px;
	margin: 2px;
	border: 1px solid #999;
}

#otherSearchArea {
	float: left;
	margin-left: 10px;
	width: 200px;
	border: 1px solid #ccc;
}
#otherSearchArea h2 {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #666;
	background: transparent url(/static/img/front/store/sub_info_bg.gif) top left;
	font-size: 12px;
}
#otherSearchArea ul {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}
#otherSearchArea li {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #999;
	background-color: #f9f9f9;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
	#otherSearchArea li.hover {
		background-color: #FAF2CC;
	}
#otherSearchArea li a {
	display: block;
	padding-left: 25px;
	background: transparent url(/static/img/icon/bullet_go.gif) left center no-repeat;
	color: #33f;
}
#otherSearchArea li a:hover {
	color: #BB3377;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
