/*------------------------------------------------------------]
/* Style Sheet for...........: Clippasafe
/* Author....................: Sam Doyle
/* location..................: /includes/css/template.css
/* Date Written..............: 22-01-09
/*----------------------------------------------------------/*/
h3
	{
	color: #8585AC;
	font-size: 10pt;
	}
	
/*	----	Headings	----	*/
h1.retailerhead
	{
	color: #7B7BDF;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
	}
h1
	{
	color: #7B7BDF;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
h2.retailerhead
	{
	color: #71C2E8;
	font-size: 11pt;
	margin-bottom: 0px;
	}
	
h2
	{
	color: #71C2E8;
	font-size: 11pt;
	}




/*	----	Useful classes	----	*/

.colourheads
	{
	color: #8585AC;
	font-size: 8pt;
	}

.bold
	{
	font-weight: bold;
	}

.v_middle
	{
	vertical-align: middle;
	}
	
.more
	{
	color: red;
	text-decoration:underline;
	padding-left: 40px;
	}
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.center
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
	
.image_left
	{
	float:left;
	}
	
.image_right
	{
	float:right;
	}
	
.marginleft
	{
	margin-left: 20px;
	}
	
.margintop
	{
	margin-top: 20px;
	}
	
.marginbottom
	{
	margin-bottom: 20px;
	}
	
.clear
	{
	clear: both;
	}
	
.red
	{
	color: red;
	}
	
.redunderline
	{
	color: red;
	text-decoration: underline;
	}

.hand
	{
	cursor: pointer;
	}
	
.lightblue
	{
	color: #1C75F5;
	}

h3.helpinghand_head
	{
	font-size: 16px;
	margin: 0;
	color: white;
	}
h3.helpinghand_head a
	{
	color: white;
	}