/* user login */

#userLogin {
	margin: 20px auto;
	width: 350px;
	border: 1px solid #ccc;
	background: #f5f1f1;
	font-size: 12px;
	color: #444;
	font-weight: bold;
}

#userLoginInner {
	padding: 20px 0px 0px 20px;
	background: url(../images/userLoginBox.jpg) no-repeat 20px 12px;
}

#userLogin p {
	padding: 0 200px 10px 0;
	margin: 0 0 0 160px;
	line-height: 1.2em;
}

#userLogin input {
	display: block;
	margin: 1px 0 0 0;
	padding: 2px;
	width: 140px;
	border: 1px solid #bbb;
	background: #f8f6f6;
}

#userLogin input#userLoginButton {
	margin: 0 40px 0 0;
	line-height: 1.1em;
	padding: 2px 6px 2px 6px;
	background: #7c98da url(../images/userLoginButton_bg.jpg) top left repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	width: 80px;
}

#content .userLoginLostPassword {
	clear: both;
	text-align: center;
	padding: 5px 0;
}

#content .userLoginLostPassword a:link, #content .userLoginLostPassword a:visited {
	background: 0;
	font-size: 1em;
	font-style: normal;
	color: #d06f6d;
	text-decoration: underline;
	letter-spacing: 0;
}

#userLoginLostPassword a:hover {
	color: #ca1c1c;
}

#userLogin input#userLoginButton {
	margin: 0 40px 0 0;
	line-height: 1.1em;
	padding: 2px 6px 2px 6px;
	background: #7c98da url(../images/userLoginButton_bg.jpg) top left repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	width: 80px;
}

#userLogin input#userLostPasswordButton {
	margin: 6px 0 0 0;
	line-height: 1.1em;
	padding: 2px 6px 2px 6px;
	background: #7c98da url(../images/userLoginButton_bg.jpg) top left repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	width: 140px;
}

/* user menu */

#menuUser {
	height: 30px;
	margin: 10px 10px;
}

#menuUser p {
	display: block;
	float: left;
	color: #555;
	margin: 0;
}

#menuUser p a:link, #menuUser p a:visited {
	padding: 2px 3px 2px 21px;
	text-decoration: none;
	font-size: 1.1em;
	color: #5c9433;
	background: url(../images/icons/user.gif) no-repeat 2px 50%;
}

#menuUser p a:hover {
	background-color: #7aa226;
	color: #fff;
}

#menuUser ul {
	margin: 0;
	padding: 0;
	float: right;
}

#menuUser ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menuUser ul li a:link, #menuUser ul li a:visited {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 3px 6px 4px 27px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background: #0090BF no-repeat 4px 50%;
	border: 1px solid #005448;
}

#menuUser ul li a:hover {
	background-color: #054479;
}

/* manager link */

#content #managerLink {
	clear: both;
	display: block;
	text-align: right;
	height: 30px;
}

#content #managerLink a:link, #content #managerLink a:visited {
	margin-top: 2px;
	float: right;
	padding: 2px 6px 2px 27px;
	display: block;
	color: #fff;
	border: 1px solid #6882a4;
	background: #829aba url(../images/icons/manager.gif) no-repeat 3px 50%;
}

#content #managerLink a:hover {
	float: right;
	padding: 2px 6px 2px 27px;
	display: block;
	color: #fff;
	border: 1px solid #829aba;
	background: #97aecc url(../images/icons/manager.gif) no-repeat 4px 50%;
}

/* common error msg */

#errorMsg {
	display: block;
	clear: both;
	padding: 30px auto 20px auto;
	font-size: 1.4em;
}

#errorMsg a:link, #errorMsg a:visited {
	display: block;
}

/* common user buttons */

a#buttonAdd:link, a#buttonAdd:visited {
	display: block;
	float: right;
	padding: 2px 5px;
	margin: 0 0 5px 0;
	color: #eee;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #888;
	border: 1px solid #ccc;
}

a#buttonAdd:hover {
	background: #999;
	border: 1px solid #ddd;
}

#content a#buttonCancel:link, #content a#buttonCancel:visited {
	clear: both;
	display: block;
	margin: 8px auto 0 auto;
	width: 100px;
	font-size: 0.8em;
	font-style: normal;
	color: #e60404;
	text-decoration: underline;
}

a#buttonCancel:hover {
	color: #ca1c1c;
}

a#editPage:link, a#editPage:visited {
	float: right;
	margin: 10px;
	background: #aaa url(../images/icons/content_edit.gif) no-repeat 5px 50%;
	color: #fff;
	padding: 3px 5px 3px 26px;
	border: 1px solid #888;
}

a#editPage:hover {
	background-color: #999;
	border: 1px solid #777;
}

/* icons */

/* Component Icons */

a#icon_cFile:link, a#icon_cFile:visited { background-image: url(../images/icons/comp_cFile.gif); }

/* user icons */
#menuUser a#icon_userManage { background-image: url(../images/icons/users.gif); }
#menuUser a#icon_menuManage { background-image: url(../images/icons/content_edit.gif); }
#menuUser a#icon_userLog { background-image: url(../images/icons/userLog.gif); }


/*      -------------------------------------------------------------
	CART CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
	
.cart_user_box {
	margin: 0 20px;
	border: 2px solid #d4a5bf;
	background: #eee;
	font-size: 12px;
	color: #444;
	padding: 10px;
}	

#cart_user_details { border-bottom: 0; }

#content div.cart_user_box p.intro 
{
	margin: 0 0 15px 0;
	line-height: 1.4em;
	font-size: 1.4em;
	text-align: justify;
	padding: 10px 5px 10px 100px;
	background: no-repeat 5px 50%;
}

#content div.cart_user_box p#intro_user.intro 
{
	background-image: url(../images/intro_user.png);
}

#content div.cart_user_box p#intro_orders.intro 
{
	background-image: url(../images/intro_orders.jpg);
}

#content div.cart_user_box p.contact 
{
	margin: 0 0 15px 0;
	line-height: 1.4em;
	font-size: 1.4em;
	text-align: justify;
	padding: 10px 5px 10px 100px;
	background: no-repeat 5px 50%;
}

#content div.cart_user_box p#contact_email.contact 
{
	background-image: url(../images/contact_email.png);
}	
#content div.cart_user_box p#contact_information.contact 
{
	background-image: url(../images/contact_information.png);
}	
	
/* 	HEADERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#cart_user h2 {
	font-size: 2.2em;
	font-weight: normal;
	background: #5FA6D8;
	color: #fff;
	margin: 15px 20px 0 20px;
	padding: 0 10px;
	line-height: 1.6em;
	border: 2px solid #d4a5bf;
	border-bottom: 0;
}

#cart_user h3 {
	color: #777;
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	line-height: 1.6em;
	border-bottom: 1px solid #999;
}
	
	
/*      CART USER LOGIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#cart_user_login {
	margin: 20px auto;
	width: 350px;
	height: 160px;
	border: 1px solid #ccc;
	background: #f5f1f1;
	font-size: 12px;
	color: #444;
	font-weight: bold;
}

#cart_user_login form {
	margin: 0;
	padding: 0;
}

#cart_user_login img {
	float: left;
	margin: 20px 0 0 20px;
}

#cart_user_login div {
	float: right;
	margin: 20px 18px 20px 0;
}

#cart_user_login p {
	margin: 0 0 10px 0;
	padding: 0;
}

#cart_user_login input {
	display: block;
	margin: 3px 0 0 0;
}

#cart_user_login_button {
	margin: 10px 0 0 0;
	line-height: 1.1em;
	padding: 2px 6px 2px 6px;
	background: #7c98da url(../images/login_button_bg.jpg) top left repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
}

/*      CART USER REGISTER LINK
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#cart_user_register {
	text-align: center;
	margin: 20px 0 10px;
}

#cart_user_register a:link, #cart_user_register a:visited {
	font-size: 1.2em;
	letter-spacing: -1px;
	background: #f5f1f1 url(../images/icons/arrow_right.gif) no-repeat 5px 50%;
	padding: 5px 10px 5px 30px;
	color: #888;
	border: 1px solid #bbb;
	text-decoration: none;
}



/*      -------------------------------------------------------------
	USER REGISTER / EDIT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
	

#cart_user_details_bill {
	display: none;
}

#cart_user small {
	font-size: 0.8em;
	font-style: italic;
}

/*      USER FORM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
	
#cart_user table {
	margin-left: 6px;
	border-collapse: collapse;
}

#cart_user table td {
	padding: 3px 2px;
	border-bottom: 5px solid #eee;
}

#cart_user table tr.require td {
	background: #7FC6E2;
}	
	
#cart_user form {
	margin: 0;
	padding: 0;
}

#cart_user form label {

	font-size: 1.3em;
	margin-right: 10px;
	background: url(../images/icons/require.gif) no-repeat 0px 2px;
	padding-left: 8px;
}

#cart_user table tr.norequire label {
	background: 0;
}

#cart_user form input.textbox {
	font-size: 1.1em;
	padding: 3px 1px;
	border: 1px solid #bbb;
	width: 300px;
}

#cart_user form input.textbox:focus, #cart_user_details form input.textbox:hover {
	background: #F4E7FF;
}

#.contactForm_submit {
	padding: 8px 0;
	text-align: center;
	background: #77b8e4;
	border-bottom: 4px solid #62a9db;
}

#cart_user form input.textbox_small { width: 100px; }

#cart_user table td.checkout_form_noselect {
	padding-left: 10px;
	background: #ddd;
}

.cart_user_details_submit {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #bbb;
	text-align: center;
}




/*      -------------------------------------------------------------
	USER PREVIOUS ORDERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
	
/*      VIEW ALL ORDERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */	

#user_prevorders {
	border-collapse: collapse;
	width: 475px;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

#user_prevorders a:link, #user_prevorders a:visited {
	font-weight: bold;
	color: #777;
	font-size: 0.9em;
}

#user_prevorders a:hover {
	color: #444;
}

table#user_prevorders th {
	padding: 7px 8px 7px 8px;
	color: #555;
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
	background: #d4d4d4;
}

table#user_prevorders tbody td {
	padding: 10px 8px 10px 8px;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	color: #666;
}

table#user_prevorders tbody tr {
	background: #ceebcd;
}

table#user_prevorders tbody tr.user_order_stat1 {
	background: #ebcdcd;
}

table#user_prevorders tbody tr.user_order_stat2 {
	background: #ebdecd;
}

table#user_prevorders tbody tr.highlight {
	background: #cdcfeb;
	cursor: pointer;
}

/*      VIEW INDIVIDUAL ORDER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#user_order h3 {
	float: right;
	text-align: right;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	color: #888;
	font-weight: normal;
	line-height: 1.2em;
	border: 0;
	background: 0;	
}

#user_order h3 span {
	font-size: 0.9em;
	color: #999;
}

#user_order h4 {
	text-align: left;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #555;
	font-weight: normal;
	line-height: 1.2em;
	border: 0;
	background: 0;	
}

/*      VIEW INDIVIDUAL ORDER TABLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#user_order table {
	clear: both;
	border-collapse: collapse;
	width: 485px;
	margin: 20px 0 10px 0;
	font-size: 1.2em;
}

#user_order table th 
{
	padding: 4px 8px 4px 8px;
	color: #555;
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: -1px;
	border-bottom: none;
	background: #ddd;
}

#user_order table tbody td 
{
	padding: 5px 8px 5px 8px;
	border-bottom: 1px solid #ddd;
	color: #666;
}

#user_order table small 
{
	font-size: 0.9em;
	font-style: normal;
}

#user_order table tbody tr#user_order_total_prod td 
{
	border: 0;
	font-size: 1.1em;
	padding: 8px 8px 5px 8px;
	background: #e8e8e8;
}

#user_order table tbody tr#user_order_total_freight td 
{
	padding: 2px 8px 8px 8px;
	background: #e8e8e8;
	border-bottom: 1px solid #d6d6d6;
}

#user_order table tbody tr#user_order_total_final td 
{
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.3em;
	padding: 8px 8px 5px 8px;
	background: #e2e2e2;
}

.user_details_submit 
{
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #bbb;
	text-align: center;
}

#course
{
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#course p 
{
	padding: 0 0 10 0px;
	margin: 0px 0px 15px 100px;
	line-height: 1.2em;
}

#interest 
{
	left: 0px;
	line-height: 1.2em;
	position: relative;
}

div.course_details
{
	border: none;
	display: none;
	padding-top: 20px;
}


