/* XCN Hub :: James at DO 06.09.07 */

/* TESTED VALIDATED AND LOCKED DOWN BY JAMES 06.09.07 DO NOT AMEND WITHOUT GOOD REASON */

/* Styles specific to the T&C and other popups */

img {
	border : none;
}

/* Sometimes a div needs to contain all its floated elements so we use an empty structural div to wrap it around. We set a font-size and line-height to minimise its impact in IE - Opera won't render smaller than a certain font size set by the user (default 6px) so we set a discrete height and hide the overflow */

div.clear {
	clear : both;
	font-size : 1px;
	line-height : 1px;
	height : 1px;
	overflow : hidden;
}

/* The "shine" for the nav has to go into the body background, because if it's in div#nav Safari and Mozilla won't show it unless div#nav has a height set, and setting a height on div#nav makes IE crop the contained ul to div#nav's bounds */

/* Font size set in ems so the text can be scaled for accessibility */

body {
	margin : 0;
	padding : 0;
	border : none;
	font : normal 0.6em verdana, arial, geneva, helvetica, sans-serif;	
	background-color : #dbdbdb ;
}

a:link {
	color : #69AB3F;
	text-decoration: none;
}

a:visited {
	color : #69AB3F;
	text-decoration : none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	width : 667px;
	height:15px;
	margin : 0 auto;
	padding : 5px 6px 1px 14px;
	font-size : 1.2em;
	font-weight : normal;
	color : white;
	background : url(../images/core/register/header_top.gif) left top no-repeat;
}

div#content {
	width : 685px;
	margin : 0 auto;
	padding : 10px 0 0 2px;
	background : url(../images/core/register/header_base_terms.gif) left top no-repeat;
	position : relative;
}

div#main {
	width : 654px;
	padding-top : 10px;
	padding-left : 24px;
	padding-bottom : 1px;
	background-color : #E6E6E6;
}

h2 {
	margin : 0;
	font-size : 1em;
	margin-top : 10px;
}

p {
	padding-right : 10px;
	margin : 0 0 20px 0;
}

div#copyright {
	width : 654px;
	padding-left : 24px;
	margin : 15px auto 0;
	color : #999;
	font-size : 1em;
	padding-bottom : 30px;
}

div#copyright ul li a {
	color : #999;
}

div#copyright ul {
	margin : 0;
	padding : 0;
}

/* The background here draws the dividing pipes between links so as to avoid having screenreaders say "VERTICAL LINE" each time */

div#copyright li {
	display : inline;
	padding-right : 6px;
	margin-right : 3px;
	background : url(../images/core/copyright_pipe.gif) right center no-repeat;
}

/* There's no pipe after the final link so we override the background property - when browsers support it the class could come out and we could use li:last-child instead */

div#copyright ul li.last {
	background : none;
}

a#returnlink {
	position : absolute;
	right : 16px;
	top : -14px;
	color : white;
	text-decoration : underline;
}

ul
{
	padding-left: 30px;
	padding-right: 30px;
}

