 
/* IE7 only fixes  */

/*------------------------------------*/
/* http://localhost/user/register */
/* fix i authorise contact via email */

#edit-profile-bmail-wrapper, #edit-legal-accept-wrapper, .accept{
	position:relative;
	height:10px;
	margin-left:3px;
}

#edit-profile-bmail-wrapper label, #edit-legal-accept-wrapper label, .accept label {
	display:block;
	position:absolute;
	left:15px;
	padding-left:5px;
}

#edit-profile-bmail-wrapper input, #edit-legal-accept-wrapper input, .accept label {
	left:-18px;
	top:-3px;
	display:block;
	float:left;
	position:absolute;
}

/*------------------------------------*/
/* user registration form fixes - see also layout.css */

/*
#edit-profile-position-wrapper
{
	position:relative;
}
#edit-profile-position-wrapper #edit-profile-position
{
	position:absolute;
	left:60px;
	top:0;
}*/

.form-item .description
{ }




#edit-profile-afl-wrapper, #edit-profile-nbl-wrapper, #edit-profile-nrl-wrapper, #edit-profile-soccer-wrapper
{
	/*clear:both;*/
	float:left;
	height:50px;
	display:block;
	margin:0;
	/*border:red 1px solid;*/
	/*position:absolute;
	left:0;
	top:0;*/
	
}
#edit-profile-nbl-wrapper, #edit-profile-nrl-wrapper, #edit-profile-soccer-wrapper
{
	margin-left:10px;
}

 #edit-profile-nbl-wrapper{
	width:230px;
 }

#edit-profile-golf-wrapper, #edit-profile-motorsport-wrapper
{
	/*clear:both;*/
}


#edit-profile-motorsport-wrapper, #edit-profile-cricket-wrapper, #edit-profile-golf-wrapper {
	padding-bottom:15px;
}

#user-register #edit-profile-position-wrapper{

	top:-61px !important;
}

/* end user registration form fixes */


/*catalogue fixes*/
#popularButtons{
	display:block;
	width:700px !important;
	position:relative;
}

#after-market{
	position:absolute;
	left:0px;
	top:0px;
}

.oeCheckListItem {
	font-size:14px !important;
	/*border:1px red solid;*/
}
.oeCheckListItem:hover, .oeCheckListItem:focus, .oeCheckListItem:active{
	background-color:#EEEEEE;
	text-decoration:none;
}
.instructionText{
	font-size:14px;
}

/*end catalogue fixes*/

