@import url("../css/products.css");

/*PANELS
--------------------------------------------------------------------------------------------------- */
#primary_container #panelB { 
	width: 664px;
	float: left;
	padding: 0 25px;
}

body#register #primary_container {
	padding: 10px;
	position: relative;
	background: none;
}
#subheader h1 {
	font-size: 30px;
	top: 35px;
}	

/* LOGIN PANEL
--------------------------------------------------------------------------------------------------- */

#login_container {
	padding: 10px 15px;
}	
#login_container a {
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
#login_container .login_fieldbox {
	margin: 0 0 10px 0;
}
#login_container .login_fieldbox label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-indent: 6px;
}
#login_container .login_fieldbox input {
	width: 187px;
	height: 24px;
	background: url(../gfx/login_field-bg.jpg) no-repeat 0 0;
	border: none;
	padding: 5px 10px 0 10px;
}

#login_container #btn_login {
	width: 63px;
	height: 23px;
	display: block;
	background: url(../gfx/btn_login-mini.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	margin: 0 0 10px 0;
}
#login_container #btn_login.hoverme {
	background-position: 0 -23px;
}


/* REGISTRATION STEPS
--------------------------------------------------------------------------------------------------- */
#register_nav {
	padding: 15px 0;
	margin: 0 0 15px 0;
}

#register_nav  li {
	float: left;
	padding: 0 30px 0 0;
	background: url(../gfx/grey_arrow.gif) no-repeat 96% 50%;
}
#register_nav  li.last {
	background: none;
}

#register_nav li a {
	display: block;
	text-indent: -999em;
	background: url(../gfx/reg-menu.jpg) ;
	height: 34px;
	float: left;
}

#register_nav #step1 a {
	width: 124px;
	background-position: 0 0;
}
#register_nav #step1.selected a, #register_nav #step1 a:hover {
	background-position: 0 -34px;
}

#register_nav #step2 a {
	width: 144px;
	background-position: -166px 0;
}
#register_nav #step2.selected a, #register_nav #step2 a:hover {
	background-position: -166px -34px;
}

#register_nav #step3 a {
	width: 133px;
	background-position: -348px 0;
}
#register_nav #step3.selected a, #register_nav #step3 a:hover {
	background-position: -348px -34px;
}

#register_nav #step4 a {
	width: 84px;
	background-position: -518px 0;
}
#register_nav #step4.selected a, #register_nav #step4 a:hover {
	background-position: -518px -34px;
}




/* PROFILE ACCOUNT STEPS
--------------------------------------------------------------------------------------------------- */
#profile_nav {
	padding: 15px 0;
	margin: 0 0 15px 0;
}

#profile_nav  li {
	float: left;
	padding: 0 30px 0 0;
	background: url(../gfx/grey_arrow.gif) no-repeat 96% 50%;
}
#profile_nav  li.last {
	background: none;
}

#profile_nav li a {
	display: block;
	text-indent: -999em;
	background: url(../gfx/reg-menu2.jpg) ;
	height: 34px;
	float: left;
}

#profile_nav #step1 a {
	width: 124px;
	background-position: 0 0;
}
#profile_nav #step1.selected a, #profile_nav #step1 a:hover {
	background-position: 0 -34px;
}

#profile_nav #step2 a {
	width: 127px;
	background-position: -166px 0;
}
#profile_nav #step2.selected a, #profile_nav #step2 a:hover {
	background-position: -166px -34px;
}

#profile_nav #step3 a {
	width: 142px;
	background-position: -348px 0;
}
#profile_nav #step3.selected a, #profile_nav #step3 a:hover {
	background-position: -348px -34px;
}

#profile_nav #step4 a {
	width: 132px;
	background-position: -518px 0;
}
#profile_nav #step4.selected a, #profile_nav #step4 a:hover {
	background-position: -518px -34px;
}









/*REGISTRATION CONTAINERS
--------------------------------------------------------------------------------------------------- */

#register_container {
	background: url(../gfx/dotted_line.gif) repeat-x 0 100%;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}


#register_container h4 {
	background: url(../gfx/dotted_line.gif) repeat-x 0 100%;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin: 0 0 15px 0;
}

#register_container .reg_column {
	width: 50%;
	float: left;
}

#register_container .reg_column .reg_field {
	padding: 10px 0;
}

#register_container label {
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	width: 120px;
}

#register_container .reg_field input, #register_container .reg_field textarea {
	width: 160px;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../gfx/reg_field_bg.jpg) repeat-x 0 0 #fff;
	border: 1px solid #999;
	padding: 3px;
	color: #888;
}

#btn_continue {
	display: block;
	width: 102px;
	height: 29px;
	background: url(../gfx/btn_continue_steps.jpg) no-repeat 0 0;
	text-indent: -999em;
	float: right;
}
#btn_continue:hover {
	background-position: 0 -29px;
}


#btn_returntocart {
	display: block;
	width: 145px;
	height: 30px;
	background: url(../gfx/btn_returntocart.jpg) no-repeat 0 0;
	text-indent: -999em;
	float: right;
}
#btn_returntocart:hover {
	background-position: 0 -30px;
}


/* --------- SAVE DETAILS ------------ */
#btn_savedetails {
	display: block;
	width: 125px;
	height: 30px;
	background: url(../gfx/btn_savedetails.jpg) no-repeat 0 0;
	text-indent: -999em;
	float: right;
	cursor: pointer;
	border: none;
}
#btn_savedetails.hoverme {
	background-position: 0 -30px;
}

#reg_checkfield {
	float: left;
	font-size: 11px;
	font-weight: bold;
}
#reg_checkfield input {
	margin: 0 15px 0 0;
}

/* STEP 4 - CONFIRMATION
--------------------------------------------------------------------------------------------------- */
#confirm_container {
	background: url(../gfx/confirm_columnbg.gif) repeat-y 44% 0;
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin: 0 0 20px 0;
}

#confirm_container h4 {
	background: url(../gfx/dotted_line.gif) repeat-x 0 100% #fff;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin: 0;
}
#confirm_container .reg_mini_column {
	width: 28%;
	float: left;
	padding: 15px;
}
#confirm_container .last_colum {
	background: none;
}

#confirm_container .reg_mini_column h5 {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#confirm_container .reg_mini_column .btn_edit {
	display: block;
	font-size: 11px;
	background: url(../gfx/icon_edit.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	font-style: italic;
	text-decoration: underline;
	margin: 0 0 15px 0;
}
#confirm_container .reg_mini_column .btn_edit:hover {
	color: #000;
}
#confirm_container .reg_mini_column p {
	margin: 0 0 5px 0;
	font-size: 11px;
}
#confirm_container .reg_mini_column p strong {
	padding: 0 10px 0 0;
	color: #000;
}

#panelB form #btn_reg_account {
	display: block;
	width: 212px;
	height: 29px;
	background: url(../gfx/btn_reg-account.jpg) no-repeat 0 0;
	text-indent: -999em;
	margin: 0 auto;
}
#panelB form #btn_reg_account:hover {
	background-position: 0 -29px;
}

#btn_reg_account {
	display: block;
	width: 212px;
	height: 29px;
	background: url(../gfx/btn_reg-account.jpg) no-repeat 0 0;
	text-indent: -999em;
}
#btn_reg_account:hover {
	background-position: 0 -29px;
}
