/* Styles for the Tree Guide/Tree Store page layouts */
/*************************/
/*** TABLE OF CONTENTS ***/
/*************************
	 1. Tree Guide .**********............ (, , )
**************************/

/***********************************/
/********** 1. TREE GUIDE **********/
/***********************************/
#printable{
	width:100%;
	
	clear:both;
	text-align:right;
}
	/*************************/
	/*** 1.1. TREE SUMMARY ***/
	/*************************/
	#tree-summary{
		width:100%;
	
		clear:both;
		text-align:center;
	}
	#tree-img-summary{
		margin-bottom:1.4em;
	
		float:left;
		text-align:center;
	}
	#tree-img{
		margin:0 1.4em 0 1.4em;
	
		display:block;
	}
	#tree-img-details{
		clear:both;
	}
	#tree-name{
		text-align:center;
	}
	#tree-description{
		text-align:left;
	}
	
	/*************************/
	/*** 1.2. TREE DETAILS ***/
	/*************************/
	#tree-details{
		border-color:#000;
		border-style:solid;
		border-width:1px 0;
		margin-bottom:1.4em;
		padding:.7em 0;
		
		clear:both;
	}
	#tree-detail-table{
		border-width:0px;
		width:559px;
	}
	#tree-detail-table td{
		width:96px;
		text-align:center;
	}
	#tree-detail-table img{
	}
	
	/**************************/
	/*** 1.3. PHOTO GALLERY ***/
	/**************************/
	#photo-gallery{
		text-align:center;
	}
	#photo-place{
		background: transparent url(/trees/graphics/trees/loading.png) no-repeat center;
		margin:2.8em auto;
	}
	#tree-thumbs{
		border-bottom:3px solid #999;
		border-left:1px dashed #999;
		border-right:1px dashed #999;
		border-top:3px solid #999;
		background-color:#ccc;
		font:normal 0pt/0pt sans-serif;
	}
	#tree-thumbs img{
		margin:3px;
	}
	#main-photo{
		border:1px solid #ccc;
		padding:1.4em;
	}
