/**********************************************************
Name:			contentpage.css
Description:	CSS definitions for Camtex secondary pages.
Date:			20/09/2007
Author:			Andrei Vais
**********************************************************/

/*#contentpage h3.fullWidth {width: 100%;}

#contentpage h3.deliveryService {width: 41%;}*/

#contentpage h3.locationAddress {width: 60%;}

#content ul {list-style-type: square;}

#contentpage a em {font-style: normal;}

.contentpageImages
{
	float: right;
	margin: 0 0 10px 20px;
}

.deliveryMap
{
	float: right;
	width: 55%;
}

#contentpage .contentpageImages img, .deliveryMap img
{
	background: #E0E0E0;
	clear: left;
	float: left;
	margin: 15px 0 5px 0;
}

#deliveryCharges
{
	clear: left;
	float: left;
	margin: 15px 0 15px 0;
	width: 41%;
}

#deliveryCharges th
{
	background-color: #E0E0E0;
	padding: 2px 4px 2px 4px;
}

#deliveryCharges th + th {text-align: left;}

#deliveryCharges td
{
	background-color: #F3F2F1;
	padding: 2px 4px 2px 4px;
}

#sitemap li
{
	margin-bottom: 3px;
	list-style-type: square;
}

#sitemap li ul {margin-left: 30px;}

#sitemap a
{
	color: #666666;
	text-decoration: none;
}

#sitemap a:hover {text-decoration: underline;}

#contentpage .vevent
{
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

#contentpage .vevent img
{
	float: left;
	margin: 0 20px 0 0;
	width: auto;
}

#contentpage .vevent abbr, #contentpage .vevent span, #contentpage .vevent div {line-height: 140%;}
