/*

Image related styles.

These styles are shared between the ecom and www sites, ONLY include styles here if they are to 
be used on both sites. 

Ecom has an id of "ECOM" set on the body tag so you can use that to
set any ecom only styles or to over-write any styles you need too (such as different urls for backgrounds etc.)
these over-written rules should all appear at the bottom of the doc, name spaced with the ECOM id and 
should be safe to include on www too.

Table of contents
~~~~~~~~~~~~~~~~~

- Image classes
- ECOM over-writes

*/

.photo, 
.hotelphoto/*, 
.smallhotelphoto*/ {
	border			: 1px solid #CECEE6;
}
	
.picBorder img,
#packlist-header-image img,
.shortlist_pic {
	padding			: 2px;
	border			: 1px solid #DEEAFA;
	margin-bottom: 20px;
}	

.photo {
	height			: 100px;
	width			: 100px;
	margin-bottom		: 5px;
}

.hotelphoto {
	z-index			: 200;
	/*margin-bottom	: 5px;*/
	text-align		: center;
	padding			: 2px;
	border			: 1px solid #DEEAFA;
}
	
.smallhotelphoto{
	height			: 110px;
	width			: 110px;
	margin-bottom		: 5px;
	margin-top		: 5px;
}




/******************************************************

ECOM over-writes

******************************************************/

#ECOM { }
