/*graphico.co.uk*/

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE5-6 for Windows. See file for details. */

@import "ie6win.css";
@import "ie7win.css";

/*IE 5.5 hacks only*/
@media tty {
i{content:"";/*" "*/}}@m;
@import 'ie55win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */
@media tty {
 i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */

/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/

/* -- Generic Initiation items not covered in "undothml.css" -- */

body
{
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 76%;

}


h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}


fieldset
{
	border : none;
}

legend
{
	display: none;
}


.invisible
{
	display: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.theBreaker
{
	height: 1px;
	clear: both;
	overflow: hidden;
}

.hide
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */

.replace
{ 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
} 

.replace span
{
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
*/

/* begin normal CSS for Tier 1 browser: Firefox */
/*	Popup styling */
#popupMain
{
	background: #ededee url(../../Images/popup/background.jpg) repeat-x left top;
	width: 369px;
	min-height: 624px;
}

#popupMain a
{
	color: #666;
	text-decoration: underline;
}

.closeWindowLink
{
	float: right;
}

/*	Email registration form	*/
.emailHeader1
{
	font-size: 1.7em;
	margin: 0 0 5px 0;
	padding-left: 20px;
}

.emailHeader2
{
	font-size: 1.4em;
	padding-left: 20px;
}

#popupMain .formMessage
{
	color: #0D7E2E;
	margin: 5px 0 0 20px;
}

#popupMain ul.formErrorMessageList
{
	margin: 10px 20px 5px 20px;
}

#popupMain ul.formErrorMessageList li
{
	line-height: 1.4;
	margin-top: 2px;
	color: #0D7E2E;
	background: transparent url(../../Images/popup/arrow.gif) no-repeat left 5px;
	padding-left: 8px;
}

.fieldGroup
{
	clear: both;
	margin: 8px 5px 5px 20px;
	line-height: 2em;
}

#popupMain fieldset label
{
	float: left;
	margin-right: 5px;
	width: 150px;
}

#popupMain fieldset input
{
	float: left;
	width: 170px;
	padding-left: 2px;
}

#popupMain fieldset input.cbxInput
{
	clear: both;
	margin: 5px 5px 0 0;
	width: auto;
}

#popupMain fieldset label.cbxLabel
{
	clear: none;
	width: 300px;
}

.formMandatoryImg
{
	padding: 0 0 5px 0;
}

#uiBtnRegister
{
	float: right;
	margin-right: 20px;
}

.emailMessage
{
	margin: 20px;
}

/*	Terms and Privacy policy	*/
.legalInfo
{
	margin: 10px 20px;
	line-height: 1.4;
}

.legalInfo h1
{
	font-size: 1.7em;
}

.legalInfo h2
{
	font-size: 1.4em;
}

.legalInfo p
{
	margin: 5px 0;
}

.legalInfo ol
{
	list-style: decimal inside;
}

.legalInfo ul
{
	list-style: disc outside;
	margin: 0 0 5px 50px;
}

.compTerms .legalInfo ol
{
	list-style: decimal outside;
	margin-left: 25px;
}

.legalInfo ul li
{
	margin-left: -30px;
}

.compTerms .legalInfo ul li
{
	margin-left: 0;
}

.legalInfo li
{
	margin-top: 5px;
}

.legalInfo dt
{
	font-weight: bold;
	margin: -1.4em 0 0 15px;
}

.legalInfo dt .hardNumber
{
	font-weight: normal;
}

.legalInfo dd
{
	margin-left: 15px;
}

.legalInfo ol.noNumber
{
	list-style: none outside;
	margin-left: 50px;
}

.legalInfo .hardNumber
{
	display: inline;
	margin-right: 12px;
	margin-left: -30px;
}

.legalInfo .hardNumberOver9
{
	display: inline;
	margin-right: 10px;
	margin-left: -30px;
	margin-top:auto;
}

.legalInfo address
{
	font-weight: bold;
}