/* HTML overrides */
body
{
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	margin: 0;
	border: 0;
	color: #732373;
	background: #eeeeee url(/images/bg.gif) repeat-x left top;
}

h1, h2, h3, h4, h5, h6
{
}

a, a:visited, a:active
{
	color: #996699;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}
/* end HTML overrides */
/* Page Structure */

#wrapper
{
	width: 970px;
	margin: 0 auto 30px;
	padding: 0;
}

#mainbody
{
	width: 960px;
	padding: 0 5px 15px;
	margin: 0 auto;
	background: url(/images/bord-side.png) repeat-y left top;
}

#header
{
	height: 144px;
	position: relative;
}
	#header img 
	{ 
		margin:14px 0 0 10px;
	}
	#header #opts
	{
		position: absolute;
		top: 6px;
		right: 6px;
		width: 290px;
		text-align: right;
	}
		#header #opts a
		{
			color: #996699;
			font-size: 12px;
			padding: 0 3px 0 3px;
			font-weight: bold;
		}
	#header #search
	{
		position: absolute;
		width: 160px;
		top: 87px;
		right: 6px;
		height: 23px;
	}
		#header #search .box,
		#header #search .watermark
		{
			position: absolute;
			top: 3px;
			left: 0;
			height: 21px;
			border: solid 1px #d6dbeb;
			margin: 0;
			padding: 0;
			color: #666666;
			width: 130px;
		}
		#header #search .watermark
		{
			color: #999;
		}
		#header #search .btn
		{
			position: absolute;
			top: 3px;
			right: 0;
		}
	#header #basket
	{
		position: absolute;
		width: 142px;
		height: 35px;
		top: 32px;
		right: 6px;
		background: #e9e8ed;
		padding: 6px 9px 10px;
		font-size: 12px;
		text-align:center;
	}


#mainmenu
{
	margin: 5px -1px 0 -2px;
	padding: 0;
	background: url(/images/menu/menu-grad.gif) repeat-x left top;
	height: 35px;
}

#mainarea
{
	margin: 15px 0 0;
}

#fullblock
{
	padding: 0 5px;
}
#cols
{
	float: left;
	width: 960px;
}
	#cols #content
	{
		float: right;
		width: 720px;
		margin: 0 6px 0 0;
		font-size: 13px;
		line-height: 18px;
	}
		#cols #content .textcontent
		{
			color: #732373;
			
		}
	#cols #leftcol
	{
		float: left;
		width: 220px;
		margin-left: 5px;
	}
	#cols #content #withright
	{
		width: 490px;
	}
#rightcol
{
	float: right;
	width: 220px;
}
#colsadmin
{
}
	#colsadmin #content
	{
		float: right;
		width: 740px;
	}
	#colsadmin #leftcol
	{
		float: left;
		width: 160px;
		margin-left: 2px;
	}

#contentend
{
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

#footer
{
	background: url(/images/bord-bot.png) no-repeat left top;
	height: 31px;
}
	#footer .copy
	{
		float: right;
		padding: 5px 15px 0 0;
		font-size: 12px;
		color: #000;
	}
	#footer p
	{
		margin: 0;
		padding: 0;
	}
	
#subfoot
{
	margin: 20px 0 0;
	padding: 0 5px;
}
	#subfoot .geninfo
	{
		float: right;
		width: 240px;
		margin: 0 0 30px;
		padding: 0 5px;
	}
		#subfoot .geninfo .prom
		{
			font-size: 14px;
			line-height: 1.3;
			margin: 0 0 10px;
		}
		#subfoot .geninfo .links
		{
			margin: 10px 0 0;
		}
			#subfoot .geninfo .links a
			{
				padding: 0 15px 0 0;
			}
/* end Page Structure */
/* menu styles */
#mainmenu ul
{
	padding: 0;
	margin: 0;
	height: 35px;
	list-style-type: none;
	font-size: 12px;
}
	#mainmenu ul li
	{
		float: left;
		height: 35px;
		padding: 0 5px 0 0;
		position: relative;
	}
	#mainmenu ul li a
	{
		display: block;
		background: none;
		height: 27px;
		padding: 8px  10px 0 10px;
		color: #000;
		text-decoration: none;
		font-family: Century Gothic, Arial, Sans-Serif;
	}
		#mainmenu ul li a.active
		{
			background: url(/images/menu/menu-grad-cur.gif) repeat-x left top;
			color: #fff
		}
		
		#mainmenu ul li.buy
		{
			width: 137px;
			height: 39px;
			margin: -2px 0 0 0;
		}
			#mainmenu ul li.buy a
			{
				width: 137px;
				height: 39px;
				margin: 0 0 0 10px;
				padding: 0;
				background: url(/images/menu/btn-buyvouchers.gif) no-repeat left top;
				text-indent: -5000px;
			}
				#mainmenu ul li.buy a:hover
				{
					background: url(/images/menu/btn-buyvouchers.gif) no-repeat left top;
				}
	#mainmenu ul li a:hover,
	#mainmenu ul li:hover a
	{
		background: url(/images/menu/menu-grad-over.gif) repeat-x left top;
		color: #fff;
	}
	#mainmenu ul li ul
	{
		display: none;
	}
	#mainmenu ul li:hover ul
	{
		border-top: solid 9px #996699;
		background: #fff url(/images/menu/sub-grad.gif) repeat-x left bottom;
		position: absolute;
		display: block;
		min-width: 150px;
		height: auto;
		top: 32px;
		left: 0px;
		z-index: 5;
	}
		#mainmenu ul li ul li
		{
			float: none;
			display: block;
			background: transparent;
			padding: 3px 8px;
			margin: 0;
			font-size: 10px;
			height: auto;
		}
		#mainmenu ul li ul li a,
		#mainmenu ul li:hover ul li a
		{
			color: #996699;
			text-decoration: underline;
			background: transparent;
			display: inline;
			height: auto;
			margin: 0;
			padding: 0;
		}
		#mainmenu ul li ul li a:hover,
		#mainmenu ul li:hover ul li a:hover
		{
			text-decoration: none;
		}

/* end menu styles */
/* Admin menu styles */
#adminmenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
	#adminmenu ul li
	{
	}
	#adminmenu ul li a
	{
		color: #8998ca;
		text-decoration: none;
		font-family: Century Gothic, Arial, Sans-Serif;
	}
	#adminmenu ul li a:hover
	{
		color: #a72222;
	}
	

/* end Admin menu styles */

/* content area */

#content h1, #content h2, #content h3, #content h4
{
	font-family: Century Gothic, Arial, Sans-Serif;
	color: #996699;
}

#content h1
{
	margin: 10px 0 10px;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
}
#content h2, #content h3
{
	margin: 10px 0 10px;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
}
#content h3 { font-size: 100%;}
.banner
{
	margin-bottom: 10px;
	height: 410px;
	width: 720px;
	overflow: hidden;
}
	.banner ul,
	.banner ul li
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 410px;
	}


.hpcont
{
	padding: 10px 0;
}
.fpboxes
{
}
.fpboxes .leftbox
{
	float: left;
	width: 190px;
	height: 275px;
	margin-right: 8px; 
}
	.fpboxes .leftbox a
	{
		display: block;
		width: 190px;
		height: 275px;
		text-indent: -5000px;
	}
.fpboxes .topbox1,
.fpboxes .topbox2
{
	float: left;
	width: 260px;
	height: 125px;
	
}
	.fpboxes .topbox2
	{
		margin-left: 2px;
	}
	.fpboxes .topbox1 a,
	.fpboxes .topbox2 a
	{
		display: block;
		width: 260px;
		height: 125px;
		text-indent: -5000px;
	}
	
.fpboxes .basebox
{
	float: left;
	width: 522px;
	height: 133px;
	margin: 15px 0 0 0;
}
	.fpboxes .basebox a
	{
		display: block;
		width: 522px;
		height: 133px;
		text-indent: -5000px;
	}
.fpboxes .fpboxesend
{
	clear: left;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}


/* end content area */
/* Breadcrumb trail */
.bcrumbs
{
	font-size: 90%;
	padding: 0 5px 10px;
}
	.bcrumbs a.backlink
	{
		float: right;
	}
	.bcrumbs a, .bcrumbs a:visited
	{
		color: #000;
	}
/* End Breadcrumb trail */
/* Voucher Buy and Display */

.notice
{
	font-size: 110%;
	color: #f00;
	padding: 10px;
	text-align: center;
}

.userguidance
{
	width: 80%;
	margin-top: 10px;
	padding: 10px 0 10px;
	border-top: dotted 1px #d6dbeb;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.userguidanceleft
{
	width: 80%;
	margin-top: 10px;
	padding: 10px 0 10px;
	border-top: dotted 1px #d6dbeb;
	text-align: left;
	font-size: 14px;
}

.recipientnotice
{
	background-color: #f77;
	text-align: right;
	padding: 3px 5px;
	color: #000;
}
.recipient
{
	background-color: #d6dbeb;
	padding: 3px 5px;
	font-size: 110%
}
	.recipient .options
	{
		float: right;
		font-size: 70%;
		padding-top: 5px;
	}
		.recipient .options a
		{
			color: #000;
		}
.recipientupdate
{
	margin-left: 130px;
}

.voucherlist
{
	padding: 5px 0;
}
	.voucherlist .vouchertype
	{
		
	}
		.voucherlist .vouchertype .value
		{
			float: left;
			width: 70px;
			margin-left: 70px;
		}
		.voucherlist .vouchertype .qty
		{
			float: left;
			width: 80px;
		}
			.voucherlist .vouchertype .qty .field
			{
				width: 40px;
			}
		.voucherlist .vouchertype .total
		{
			float: left;
			width: 80px;
		}
			
		.voucherlist .vouchertype .vtend
		{
			clear: left;
			height: 0;
			overflow: hidden;
		}
		
.recipientdetails
{
	width: 200px;
	float: left;
	padding: 10px;
}

.voucherdetails
{
	float: right;
	padding: 10px;
	width: 330px;
}
	.voucherdetails .vline,
	.voucherdetails .vlinetotal
	{
		clear: left;
	}
		.voucherdetails .vline .voucherdesc,
		.voucherdetails .vlinetotal .voucherdesc
		{
			float: left;
			width: 230px;
			text-align: right;
		}
		.voucherdetails .vline .vouchertotal,
		.voucherdetails .vlinetotal .vouchertotal
		{
			float: left;
			width: 100px;
			text-align: right;
		}
		.voucherdetails .vlinetotal .voucherdesc
		{
			font-weight: bold;
			padding-top: 6px;
			margin-top: 10px
		}
		.voucherdetails .vlinetotal .vouchertotal
		{
			font-weight: bold;
			padding-top: 5px;
			margin-top: 10px;
			border-top: solid 1px #333;
		}

.endrecipient
{
	clear: both;
	height: 0;
	overflow: hidden;
}

.grandtotal
{
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
}

/* end Voucher Buy and Display */
/* Supplier Directory */

.diroptions
{
	padding: 10px 0;
}

	.diroptionitem
	{
		display: block;
	}
		.diroptionitem a
		{
			display: block;
			padding: 15px;
			background-color: #eeeff4;
			margin-top: 10px;
			color:#333366;
			font-size:110%;
			font-weight:bold;
			text-decoration: none;
		}
		.diroptionitem a:visited
		{
			background-color: #ddeceb;
		}
		.diroptionitem a:hover
		{
			background-color: #ffeceb;
		}
.diroptionsend
{
	clear: left;
}
/* End Supplier Directory */
/* news */
.latestnews
{
	padding: 10px 23px;
	font-size: 70%;
}
.latestnews h3
{
	background: url(/images/headings/h-latestnews.gif) no-repeat left top;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	height: 21px;
	width: 114px;
}

	.latestnews .news
	{
		padding: 10px 0 0;
	}
		.latestnews .news h2
		{
			padding: 0;
			margin: 0;
			color: #990033;
			font-weight: bold;
			font-size: 100%;
		}
		.latestnews .news .summary
		{
			color: #333333;
		}
			.latestnews .news .summary a
			{
				color: #404066;
			}
			
/* end news */
/* Social */
.social
{
	padding: 0px 0px 10px;
	margin-top: 5px;
}
	.social p
	{
		margin: 0;
		padding: 0;
	}
	.social a
	{
		display: inline-block;
		font-size: 75%;
		padding: 0;
		height: 40px;
		width: 40px;
		margin: 0 10px 5px 0;
		text-indent: -5000px;
		text-decoration: none;
		outline: 0;
	}
	
	.social a.rss
	{ background: url(/images/icons/rss.gif) no-repeat left center;}
	.social a.twitter
	{ background: url(/images/icons/twitter.gif) no-repeat left center;}
	.social a.share
	{ background: url(/images/icons/share.gif) no-repeat left center;}
/* end Social */
/* box styles */
.shopby
{
	background: url(/images/boxes/searchbox.png) no-repeat left top;
	width: 170px;
	height: 165px;
	padding: 60px 20px 0px 30px;
	margin: 0 0 10px;
}
	.shopby .shopddl
	{
		width: 147px;
		font-size: 12px;
		margin: 0 0 5px;
	}
		.shopby .shopddl[disabled='disabled']
		{
			background-color: #eee;
		}
	.shopby .shopbtn
	{
		padding: 5px 0 0;
		text-align: right;
	}
		.shopby .shopbtn div
		{
			float: left;
		}
		.shopby .shopbtn .sml
		{
			font-size: 60%;
		}
.signup
{
	background: url(/images/boxes/registerbtn.jpg) no-repeat left top;
	width: 220px;
	height: 104px;
	margin: 0 0 10px;
	font-size: 12px;
}
	.signup a
	{
		display: block;
		width: 220px;
		height: 104px;
		text-indent: -5000px;
	}
.giftinspiration
{
	width: 220px;
	height: 104px;
	margin: 0 0 10px;
	background: url(/images/boxes/giftinspiration.png) no-repeat left top;
}
	.giftinspiration a
	{
		display: block;
		width: 220px;
		height: 104px;
		text-indent: -5000px;
		outline: 0;
	}
	
.leftfoot
{
	font-size: 12px;
	padding: 10px 0 0;
}
	.leftfoot a
	{
		color: #996699;
		text-decoration: underline;
		padding: 0 15px 0 0;
	}
.boxstyle
{
	width: 160px;
	padding-top: 8px;
}
	.boxstyle p
	{
		padding: 0;
		margin: 0;
	}
.buyvouchers
{
	/*background: url(/images/boxes/bg-buyvouchers.gif) no-repeat left top;*/
	width: 160px;
	height: 46px;
	text-indent: -5000px;
}

.advert
{
	background: #996699;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin: 0 0 10px;
}
	.advert a
	{
		display: block;
		text-decoration: none;
	}
	.advert img
	{
		float: right;
		width: 100px;
		border: 0;
	}
	.advert .adtitle
	{
		color: #fff;
		font-size: 12px;
		display: block;
	}
	.advert .adDesc
	{
		color: #fff;
		font-size: 10px;
		display: block;
	}
	.advert .adPrice
	{
		color: #fff;
		font-size: 12px;
		display: block;
	}
	.advert .adend
	{
		clear: right;
		height: 0;
		overflow: hidden;
		display: block;
	}
	
.basebox .tabbox
{
	
}
	.basebox .tabbox .tabs
	{
		height: 26px;
	}
	.basebox .tabbox .tabs a
	{
		display: block;
		float: left;
		text-indent: -5000px;
		height: 26px;
		padding: 0;
		outline: 0;
	}
		.basebox .tabbox .tabs a#fptab1
		{ background: url(/images/fp/boxtab1.gif) no-repeat left top; width: 137px; }
		.basebox .tabbox .tabs a#fptab2
		{ background: url(/images/fp/boxtab2.gif) no-repeat left top; width: 161px;}
		.basebox .tabbox .tabs a#fptab3
		{ background: url(/images/fp/boxtab3.gif) no-repeat left top; width: 189px;}
	.basebox .tabbox .tabpage
	{

	}

	.basebox .tabbox .tabpage a
	{
		color: #007CaD;
		text-decoration: underline;
	}
		.basebox .tabbox .tabpage a img
		{
			border: 0;
		}

.typesel
{
	margin: 0 0 10px;
}	
.typesel .tabbox
{
	
}
	.typesel .tabbox .tabs
	{
		height: 32px;
	}
	.typesel .tabbox .tabs a
	{
		display: block;
		float: left;
		text-indent: -5000px;
		height: 32px;
		padding: 0;
		outline: 0;
	}
		.typesel .tabbox .tabs a.typetab1
		{ background: url(/images/fp/typetab1o.gif) no-repeat left top; width: 107px; }
		.typesel .tabbox .tabs a.typetab2
		{ background: url(/images/fp/typetab2o.gif) no-repeat left top; width: 107px;}
		.typesel .tabbox .tabs a.typetab1.on
		{ background: url(/images/fp/typetab1s.gif) no-repeat left top; width: 112px; }
		.typesel .tabbox .tabs a.typetab2.on
		{ background: url(/images/fp/typetab2s.gif) no-repeat left top; width: 112px;}
	.typesel .tabbox .tabpage
	{

	}
	.typesel .tabbox .tabpage a
	{
		text-decoration: none;
	}
		.typesel .tabbox .tabpage a img
		{
			border: 0;
		}
/* end box styles */

/* forms */
.formline:before,
.formline:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.formline:after {
  clear: both;
}

.formline {
	clear:left;
	padding-top:5px;
}
	.formline .indentfield
	{
		margin-left: 80px;
		padding: 2px 0;
	}
	.formline .formtitle {
		float:left;
		font-weight:bold;
		padding:6px 0 0;
		text-align:right;
		width:180px;
	}
		.formline .formtitle .nrml
		{
			font-weight: normal;
		}
	.formline .formfield {
		float:left;
		margin-left:5px;
		width: 205px;
	}
	.formline .formfieldlrg {
		float:left;
		margin-left:5px;
		width: 495px;
	}
		.formline .indentfield .field,
		.formline .formfieldlrg .field,
		.formline .formfield .field {
			font-size:1.2em;
			padding:2px;
			width: 200px;
		}
		.formline .indentfield .field[disabled='disabled'],
		.formline .formfieldlrg .field[disabled='disabled'],
		.formline .formfield .field[disabled='disabled']
		{
			background-color: #eee;
		}
		.formline .formfieldlrg .field
		{
			width: 490px;
		}
		.formline .indentfield .field:focus,
		.formline .formfieldlrg .field:focus,
		.formline .formfield .field:focus {
			background-color:#F5F5FF;
			border:2px solid #3535FF;
		}
		
		.formline .formfield .txt,
		.formline .formfieldlrg .txt
		{
			padding:6px 0 0;
		}
	.formline .linecentred
	{
		text-align: center;
	}

	.formline .lineheading
	{
		font-weight:bold;
	}
	.formline .field.sml
	{
		width: 40px;
	}
	.formline .field.lrg
	{
		width: 400px;
	}
	.formline .notes
	{
		width: 500px;
	}
/* end forms */

/* Misc Styles */
.right
{
	float: right;
}

.clearleft
{
	clear: left;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.padtop
{
	padding-top: 10px;
}
/* Popup Classes */

.modalBackground {
    background-color:black;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.popmain
{
	background-color: #fff;
	padding: 5px;
	width: 535px;
	max-height: 95%;
	overflow-y: auto;
}

	.popmain .poptop
	{
		background-color: #d6dbeb;
		padding: 4px;
		text-align: right;
		margin: -5px -5px 0;
	}
	
	.popmain .poptop a
	{
		color: #000;
	}
	.popmain .popcont
	{
	}
	.popmain .formline .notes
	{
		width: 510px;
	}
	
.error
{
	color: #f00;
}
input.error
{
	background: #fdd;
}
/* End Popup Classes */
/* Directory Listing */
.dirlist
{
	
}
	.dirlist .listhead
	{
		padding: 4px 10px;
		background: #996699;
		color: #fff;
	}
		.dirlist .listhead .srchhead
		{
			
		}
			#content .dirlist .listhead .srchhead h2
			{
				float: left;
				color: #fff;
				padding: 0;
				margin: 0;
			}
			#content .dirlist .listhead .srchhead .numres
			{
				margin: 0 0 0 150px;
			}
		.dirlist .listhead .paging
		{
			float: right;
			font-size: 90%;
		}
	
		.dirlist .listhead .listheadend
		{
			clear: right;
			height: 0px;
			overflow: hidden;
		}
		.dirlist .listhead a
		{
			color: #fff;
		}
	.dirlist .listhead .listheadend
	{
		clear: both;
		height: 0;
		overflow: hidden;
	}
	.dirlist .noresults
	{
		font-size: 14px;
		margin: 20px 0;
	}
	
	.dirlist .listfoot
	{
		padding: 10px;
	}
		.dirlist .listfoot .paging
		{
			text-align: center;
			font-size: 90%;
		}
			.paging span,
			.paging a
			{
				padding: 0 2px;
			}
			
			.paging span.current
			{
				font-weight: bold;
			}
.dirlist .activitycontainer
{
	background: url(/images/bg-texture.gif) repeat-y left top;
	margin-top: 10px;
	color: #000;
}
	.dirlist .activitycontainer .suppliername
	{
		float: left;
		width: 265px;
		height: 130px;
		position: relative;
	}
		.dirlist .activitycontainer .suppliername .actimg
		{
			position: absolute;
			bottom: 0;
			left: 0;
			top: 0;
			right: 0;
			margin: 0;
			padding: 0;
			z-index: 1;
			overflow: hidden;
		}
			.dirlist .activitycontainer .suppliername .actimg img
			{
				border: 0;
			}
		.dirlist .activitycontainer .suppliername .suppliern
		{
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 4px;
			font-size: 16px;
			color: #fff;
			font-weight: bold;
			z-index: 5;
		}

	.dirlist .activitycontainer .offerinfo
	{
		margin-left: 275px;
		padding: 10px 10px 10px 0;
	}
		.dirlist .activitycontainer .offerinfo .price
		{
			float: right;
			color: #996699;
			font-weight: bold;
			font-size: 14px;
			padding: 0 0 0 10px;
		}
		#content .dirlist .activitycontainer .offerinfo h2,
		#content .dirlist .activitycontainer .offerinfo h3
		{
			color: #996699;	
			margin: 0;
			padding: 0 0 3px;
			font-weight: normal;
		}
		#content .dirlist .activitycontainer .offerinfo h2
		{
			font-weight: bold;
		}
			#content .dirlist .activitycontainer .offerinfo h2 a,
			#content .dirlist .activitycontainer .offerinfo h3 a
			{
				text-decoration: none;
			}
		.dirlist .activitycontainer .offerinfo .desc
		{
			font-size: 10px;
			margin: 0 0 5px;
		}
		.dirlist .activitycontainer .offerinfo .actinfo
		{
			float: right;
			width: 140px;
			font-size: 10px;
		}
			.dirlist .activitycontainer .offerinfo .actinfo .rating
			{
				
			}
			.dirlist .activitycontainer .offerinfo .actinfo .rating .title
			{
				display: inline-block;
				color: #996699;
				width: 45px;
			}
			.dirlist .activitycontainer .offerinfo .actinfo .rating .score
			{
				display: inline-block;
				width: 90px;
			}
			
	.dirlist .activitycontainer .colend
	{
		clear: both;
		height: 0;
		overflow: hidden;
	}
	
	
.dirlist .collapsePanelHeader
{
}

.dirlist .HeaderContent
{
}

.dirlist .Content
{     
	padding: 0px 20px 20px;
}
	.dirlist .Content .col1
	{
		float: left;
		width: 150px;
	}
		.dirlist .Content .col1 .logo
		{
			margin-bottom: 10px;
		}
		.dirlist .Content .col1 .contact
		{
			background-color: #fff;
			padding: 8px;
			font-size: 90%;
		}
		.dirlist .Content .col1 .contact .heading
		{
			color: #333366;
			font-weight: bold;
			font-size: 120%;
		}
	.dirlist .Content .col2
	{
		margin-left: 165px;
		width: 375px;
	}
		.dirlist .Content .col2 .desc
		{
			padding-bottom: 10px;
			border-bottom: solid 2px #fff;
		}
		.dirlist .Content .col2 .qual
		{
			padding-top: 10px;
			font-size: 90%;
		}
			.dirlist .Content .col2 .qual .heading
			{
				color: #333366;
				font-weight: bold;
				font-size: 110%;
			}
	.dirlist .Content .colend
	{
		clear: left;
		height: 0;
		overflow: hidden;
	}
.dirlist .ArrowExpand,
.dirlist .ArrowClose
{
	padding: 10px 20px;
}
	.dirlist .ArrowExpand:hover,
	.dirlist .ArrowClose:hover
	{
		   cursor: pointer;
	}

	.dirlist .ArrowExpand .supplier,
	.dirlist .ArrowClose .supplier
	{
		color: #333366;
		font-size: 110%;
		font-weight: bold;
	}
	.dirlist .ArrowExpand .actheading,
	.dirlist .ArrowClose .actheading
	{
		
	}
/* End  Directory Listing */
/* Enquiry Form */
#content #enquiryform h2,
#content #enquiryform h3
{
	color: #803F80;
}

#enquiryform .formline
{
	font-weight: bold;
}
	#enquiryform .formline .formfield .txt
	{
		font-weight: normal;
	}
/* End Enquiry Form */
/* Supplier Pages */
.supplier
{
	background: url(/images/bg-texture.gif) repeat-y left top;
	padding: 10px;
}
	#content .supplier h1,
	#content .supplier h2
	{
		font-weight: bold;
	}
	.supplier .rightinfo
	{
		clear: left;
		float: right;
		width: 210px;
		padding: 0;
	}
		.supplier .rightinfo a.backlink
		{
			display: block;
			margin: -20px 0 0;
			padding: 0 0 10px;
			text-align: right;
		}
		#content .supplier .rightinfo .otheroffers h3
		{
			clear: right;
			background: #996699;
			color: #fff;
			text-align: right;
			margin: 0;
			padding: 2px 5px;
			font-size: 14px;
		}
		.supplier .rightinfo .otheroffers ul
		{
			list-style-type: none;
			margin: 10px 0 0;
			padding: 0;
		}
			.supplier .rightinfo .otheroffers ul li
			{
				list-style-type: none;
				text-align: right;
				font-size: 14px;
			}
		
	.supplier .supinfo
	{
		clear: left;
		width: 480px;
		padding: 10px 0;
	}
		.supplier .supinfo .desc
		{
			padding: 0 0 10px;
		}
	.supplier .person
	{
		clear: left;
	}
		#content .supplier .person h3
		{
			font-size: 14px;
		}
		.supplier .person .qual img
		{
			float: left;
			margin: 0 5px 5px 0;
		}
	.supplier .peopleend
	{
		clear: left;
	}
	
.activity
{
	background: url(/images/bg-texture.gif) repeat-y left top;
	margin-top: 10px;
}
	.activity .acttop
	{
		background: #422543 url(/images/layout/buy-area-bg.jpg) repeat-x left top;
		height: 240px;
	}
	 .activity .suppliername
	{
		float: left;
		width: 490px;
		height: 240px;
		position: relative;
	}
		 .activity .suppliername .suppliern
		{
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 4px;
			font-size: 22px;
			color: #fff;
			font-weight: bold;
		}
	.activity .acttop .actinfo
	{
		float: right;
		width: 210px;
		height: 220px;
		padding: 10px 10px 10px 10px;
		font-size: 12px;
		position: relative;
	}
		#content .activity .acttop .actinfo .quote
		{
			font-size: 14px;
			line-height: 1.5;
			color: #fff;
			font-style: italic;
		}
		#content .activity .acttop .actinfo .contdetails
		{
			color: #fff;
			text-align: right;
		}
			#content .activity .acttop .actinfo .contdetails a
			{
				color: #fff;
			}
		.activity .acttop .actinfo .buy
		{
			position: absolute;
			bottom: 10px;
			left: 10px;
			right: 10px;
		}
		.activity .acttop .actinfo .buy .points
		{
			font-size: 18px;
			color: #aa5ea9;
			padding: 10px 0;
			font-weight: bold;
		}
			.activity .acttop .actinfo .buy .points a
			{
				display: block;
				float: right;
				width: 102px;
				height: 40px;
				background: url(/images/buttons/btn-sprite.png) no-repeat 0px -40px;
				text-indent: -5000px;
				margin: -10px 0 0;
			}
			.activity .acttop .actinfo .buy .points a:hover
			{
				background-position: 0px 0;
			}
		.activity .acttop .actinfo .buy .price
		{
			font-size: 18px;
			color: #fff;
			padding: 20px 0 10px;
			font-weight: bold;
			border-top: dotted 1px #9a6f9a;
		}
			.activity .acttop .actinfo .buy .price a
			{
				display: block;
				float: right;
				width: 102px;
				height: 40px;
				background: url(/images/buttons/btn-sprite.png) no-repeat -203px -40px;
				text-indent: -5000px;
				margin: -10px 0 0;
			}
			.activity .acttop .actinfo .buy .price a:hover
			{
				background-position: -203px 0;
			}
		.activity .acttop .actinfo .buy .enquire
		{
			font-size: 18px;
			color: #fff;
			padding: 20px 0 10px;
			font-weight: bold;
		}
			.activity .acttop .actinfo .buy .enquire a
			{
				display: block;
				float: right;
				width: 102px;
				height: 40px;
				background: url(/images/buttons/btn-enquire.png) no-repeat 0px -40px;
				text-indent: -5000px;
				margin: -10px 0 0;
			}
			.activity .acttop .actinfo .buy .enquire a:hover
			{
				background-position: 0 0;
			}
	.supplier .contact
	{
		float: right;
		width: 210px;
		padding: 10px 10px 10px 0;
		font-size: 12px;
		text-align: right;
	}
		#content .supplier .contact h2
		{
			font-weight: bold;
			font-size: 14px;
		}
		.activity .supplier .contdetails
		{
		}
		.activity .supplier .contdetails a
		{
			font-size: 14px;
		}
	.activity .rightinfo
	{
		float: right;
		width: 210px;
		padding: 80px 10px 10px 0;
	}
		.activity .rightinfo a.supview
		{
			display: block;
			width: 200px;
			height: 27px;
			background: url(/images/buttons/provider-link.png) no-repeat 0 -37px;
			padding: 10px 0 0 10px;
			text-decoration: none;
			font-weight: bold;
			color: #252525;
		}
			.activity .rightinfo a.supview:hover
			{
				text-decoration: none;
				background-position: 0 0;
			}
		#content .activity .rightinfo .otheroffers h3
		{
			color: #9a6f9a;
			margin: 10px 0 0;
			padding: 2px 5px;
			font-weight: bold;
			font-size: 12px;
			border-bottom: dotted 1px #9a6f9a;
		}
		.activity .rightinfo .otheroffers ul
		{
			list-style-type: none;
			margin: 10px 0 20px;
			padding: 0;
		}
			.activity .rightinfo .otheroffers ul li
			{
				list-style-type: none;
				font-size: 14px;
			}
		.activity .rightinfo .otheroffers .share
		{
			padding: 15px 0;
			text-align: right;
		}
	 .activity .offerinfo
	{
		float: left;
		width: 480px;
		padding: 10px 0 10px 10px;
	}
		.activity .offerinfo .gal
		{
			float: left;
			width: 300px;
			height: 50px;
			overflow: hidden;
		}
			.activity .offerinfo .gal a
			{
				padding: 0 5px 0 0;
			}
			.activity .offerinfo .gal a img
			{
				width: 50px;
				border: 0;
			}
		 .activity .offerinfo .price
		{
			float: right;
			color: #996699;
			font-weight: bold;
			font-size: 16px;
		}
		#content .activity .offerinfo h1,
		#content .activity .offerinfo h2,
		#content .activity .offerinfo h3
		{
			color: #996699;	
			margin: 0;
			padding: 0 0 3px;
			font-weight: normal;
		}
		#content .activity .offerinfo h1,
		#content .activity .offerinfo h2
		{
			font-weight: bold;
			font-size: 20px;
			font-weight: bold;
			color: #5e2e62;
			padding-bottom: 10px;
		}
		
		.activity .offerinfo .desc
		{
			font-size: 10px;
			margin: 0 0 15px;
		}
			#content .activity .offerinfo .desc h3
			{
				font-size: 16px;
				font-weight: bold;
				color: #5e2e62;
				margin: 0;
				padding: 10px 0 5px;
			}
		 .activity .offerinfo .actinfo
		{
			font-size: 10px;
			margin: 0 0 0 320px;
			min-height: 60px;
		}
			 .activity .offerinfo .actinfo .rating
			{
				width: 155px;
			}
			 .activity .offerinfo .actinfo .rating .title
			{
				display: inline-block;
				color: #996699;
				width: 45px;
				height: 21px;
				margin-top: -3px;
			}
			 .activity .offerinfo .actinfo .rating .score
			{
				display: inline-block;
				width: 105px;
				height: 21px;
			}
			.activity .offerinfo .actinfo .endactinfo
			{
				
			}
		.activity .extrainfo
		{
			border-top: dotted 1px #9a6f9a;
			margin: 10px 0;
			padding: 10px 0;
		}
	.activity .types
	{
		margin: 10px 0;
		font-size: 12px;
	}
		
	 .activity .colend
	{
		clear: both;
		height: 0;
		overflow: hidden;
	}
/* End Supplier Pages */
/* Registration */
.regform .formfield
{
	width: 450px;
}

.regopts
{
	width: 80%;
}
	.regopts .option
	{
		padding: 4px 0 0 30px;
		font-weight: bold;
	}
	.regopts .optiondesc
	{
		font-style: italic;
		padding: 0 0 5px 50px;
	}
	.regopts .padtop
	{
		padding-top: 20px;
	}
/* End Registration */
/* Basket and Cart */
.basketsummary
{
	width: 80%;
	font-size: 12px;
}
	.basketsummary td,
	.basketsummary th
	{
		text-align: center;
	}
	.basketsummary .item
	{
		width: 300px;
		text-align: left;
	}
	.basketsummary .cost
	{
		text-align: right;
	}
	.basketsummary tr.total td
	{
		font-size: 14px;
		padding: 5px 0 0;
	}
	
	.basketsummary a
	{
		text-decoration: none;
		font-size: 14px;
	}
	
.processbtn
{
	margin: 20px 0 0;
	width: 80%;
	text-align: right;
	font-size: 14px;
}
	.processbtn a
	{
	}
.gftrecipient
{
	padding-bottom: 20px;
	border-bottom: solid 1px #e0e0e0;
}
.deloptions table
{
	width: 80%;
}
		.deloptions table tr td
		{
			padding: 5px;
		}
			.deloptions table tr td:hover label
			{
				cursor: pointer;
			}
			
	.deloptions table input
	{
		float: left;
	}
	.deloptions table tr td label
	{
		display: block;
		margin: 2px 0 0 30px;
		font-size: 12px;
		line-height: 1.4;
		font-style: italic;
	}
	.deloptions table tr td label p
	{
		margin: 0 0 5px;
	}
	#content .deloptions table label h3,
	#content .deloptions table label h4
	{
		margin: 0;
		padding: 0 0 5px;
		font-size: 12px;
		font-style: normal;
	}
		#content .deloptions table label h4
		{
			font-style: italic;
		}
		#content .deloptions table label ul
		{
			margin: 3px 0;
			padding: 0 0 0 30px;
			font-size: 12px;
		}
			#content .deloptions table label ul li
			{
				font-size: 12px;
			}

/* End Basket and Cart */
/*  Password Strength Styles */
.top_testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arail,helvetica,san-serif;
	color:#666;
	padding:0;
	margin:0 0 2px 0;
}
.top_testresult span{
	padding:6px ;
	margin:0;
}
.top_shortPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;
}
.top_shortPass span{
	
}
.top_badPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;
}
.top_badPass span{
	
}
.top_goodPass{
	background:#ede3ab;
	border:1px solid #bc9f00;
	display:block;
}
.top_goodPass span{

}
.top_strongPass{
	background:#d3edab;
	border:1px solid #73bc00;
	display:block;
}
.top_strongPass span{

}
/*End Password Strength Styles */

/* Email Service */
#tesUserSubFrm{background-color: transparent;}
#tesUserSubFrm #tesUserSubFrmFlds{background-color: transparent;}
#tesUserSubFrm #tesUserSubFrmFlds #tesUserSubFrmTitle{font-weight: normal;}
#tesUserSubFrm #tesUserSubFrmMsg{color: red;}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

