/***  styles the user modules   ***/
	#intro {
		font-size:14px;
		line-height:1.5em;
		width: auto;
	}
	#indent {
		margin-left:40px;
		font-size:14px;
		
	}
	#indent #user_reg,
	.main {
		width:615px;
		border:1px solid #CCC;
	}
	
	h4 {
		margin: 15px 0px 10px 2px;
		font-size: 16px;
	}
	
	.foot_block h4 {
		margin: 0px 0px 5px 0px !important;
	}
	input, .ta {
		/***  for the non-IE browsers:   ***/
		/* -moz-border-radius: 5px;
		-webkit-border-radius: 5px; */
		/* background-color:#000000;
		border:1px solid #999;
		color:#CCC; */
	}
	
	#user_first_name, 
	#user_last_name, 
	#user_email, 
	#user_zip_code {
		
	}
	
	.other_interests {
		width: 98%;
	}
	
	#terms {
		/*margin:30px 0;*/
	}
	#cb {
		padding:5px 10px;
		cursor:pointer;
	}
	.unchecked {
		background: #000000 url(https://clymb.s3.amazonaws.com/application/checkbox.gif) center left no-repeat;
	}
	.checked{
		background: #000000 url(https://clymb.s3.amazonaws.com/application/checkbox-checked.gif) center left no-repeat;
	}
	
.desc { 
	padding-left:10px; 
	font-size:14px;
	color: #999999;
	width: 150px;
}

#welcome { 
	text-transform: uppercase;
}

#invitelink {
	cursor: pointer;
	width: 365px;
	height: 16px;
	background-color: #333333;
	padding: 6px 4px 2px 4px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	color: #00CCFF;
	margin: 4px 10px 3px 0px !important;
	border: none;
	border-bottom: 1px solid #454545;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: inset 0 2px 4px #111;
	-webkit-box-shadow: inset 0 2px 4px #111;
	box-shadow: inset 0 2px 4px #111;
	line-height: 16px;
	transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -o-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
}

#invitelink:hover {
	background-color: #444444;
}

#invitelink:active {
	color: #FFFFFF;
}

/***  INDEX ACTION   ***/
.odd { background-color:#262626; }
.even { background-color:#333333; }
#invitationList td {
	padding:10px;
	margin:10px 0;
	border:none;
	border-bottom: 1px solid #121212 !important;
	border-top: 1px solid #393939 !important;
	text-shadow: 0px -1px 1px #000000;
}
#invitationList td .blue {
	font-weight: bold;
}

.tablespace {background-color:#000000; height:5px; padding:0px !important; margin:0px !important;}

#rev { list-style:none;}
#rev li {display:inline; padding:0 20px;}
/***  New   ***/
#new_list { list-style-image: url(https://clymb.s3.amazonaws.com/application/arrow-left.gif); margin-bottom:30px; }
#new_list li { margin-bottom:10px;}
#new_user_form,
.account_edit {
	padding-top: 4px;
	width:650px;
	background-color:#262626;
	color: #888888;
}

.wallet_desc {
	display: block;
	font-size:14px;
	color: #999999;
	width: 60px;
	white-space: nowrap !important;
	margin-right: 10px;
}

.stored {
	float: left;
	width: 376px;
	height: 152px;
	background-color:#262626;
	border: 1px solid #262626;
	margin: 0px 2px 4px 2px;
	padding: 7px 9px 9px 9px;
	overflow: hidden;
	transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -o-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
}

.loading {
	height: 86px;
	display: block;
	padding-top: 63px;
	text-align: center;
	color: #666;
	text-shadow: 0px -1px 1px black;
	font-size: 17px;
}

#loading_stored_cards img {
	width: 22px; height: 22px;
	vertical-align: -5px;
}

.loading_wallet {
	display: inline;
	float: left;
	margin: 6px 5px 6px 0px;
}

#preferred {
	width: 100% !important;
	height: auto;
	background-color:#262626;
	margin: 0px 2px;
	padding: 10px;
}

.wallet_tbl {
	border-collapse: collapse;
	border-spacing: 0px;
	width:100%;
	white-space: nowrap !important;
}

.wallet_saved_head {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

.head_desc {
	padding-bottom: 2px;
	color: #00CCFF;
	text-transform: capitalize;
	height: 27px;
	white-space: nowrap;
}

.saved_creditcard_head {
	font-size: 18px;
	font-weight: bold;
}

.table_footer {
	border-bottom: 2px groove #555555;
}

.info_col {
	width: 250px;
}

.selected { 
    color: #FFFFFF !important;
    background-color: #434343 !important;
    border-color: #666666 !important;
}

.italic_text.selected { 
    color: #00CCFF !important;
}

select {
	margin: 2px 0px;
	font-size: 14px;
}

#payment_info_wrapper,
#shipping_info_wrapper {
	padding-left: 2px;
	width: 802px;
}

.payment_error_msg {
	width: 765px !important;
	float: left;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #00CCFF;
	font-size: 16px;
	border-top: 1px solid #A55A5E;
	border-bottom: 1px solid #530B11;
	margin-left:3px;
	padding: 10px 15px 10px 15px;
	background-color: #850D17;
	background: -webkit-gradient(linear, left top, left bottom, from(#A70D1C), to(#5D0C11));
	background: -moz-linear-gradient(top, #A70D1C, #5D0C11);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A70D1C, endColorstr=#5D0C11);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A70D1C, endColorstr=#5D0C11)";
	color: #FFFFFF;
	text-shadow: 0px -1px 0px #530B11;
}

.expand_add,
.expand_pmt {
	width: 774px;
	margin-left: 2px;
	margin-bottom: 9px;
	background-color: #262626;
	padding: 7px 13px;
	color: #00CCFF;
	transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -o-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
}

.expand_add:hover,
.expand_pmt:hover {
	cursor: pointer;
	background-color: #333333;
}

.add_another_pmt {
	background-image: url(/images/ccard_lineup2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#add_another {
	width: 780px;
	height: auto;
	background-color:#262626;
	margin: -5px 2px 0px 2px;
	padding: 10px 10px 6px 10px;
	line-height:32px;
	display: none;
}

#add_another input {
	height: 16px;
	padding: 6px 4px 2px 4px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 15px !important;
	margin: 4px 10px 3px 0px !important;
	text-transform: capitalize;
}

#add_another .error {
	font-size: 11px;
	color: red;
	display: table-row;
	line-height: 12px;
	white-space: no-wrap;
}

.add_address {
	background-image: none !important;
}

.add_reset {
	display: inline-block;
	float: right;
	position: relative;
    right: -10px;
    top: -10px;
    width: 80px;
}

.italic_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	height: 32px;
	font-style:italic;
	display: inline;
	float:left;
	width:700px;
	color:#999999;
	cursor: pointer;
	white-space: normal;
	transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -o-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
}
.italic_text:hover {

}

.select_override select {
	width: 174px;
}

.reply_msg {
	color: red !important;
}

.account_edit label {
	transition: all .25s ease-in-out;
	    -moz-transition: all .25s ease-in-out;
	    -o-transition: all .25s ease-in-out;
	    -webkit-transition: all .25s ease-in-out;
}

.selected_interest {
	color: #FFFFFF;
}

.invitation_field {
	color: #AAAAAA;
	line-height: 23px;
	font-weight: normal;
}

.gray_highlight {
	display: inline-block;
	padding: 1px 4px;
	margin: 4px 0px 0px 2px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: none;
	text-align: center;
	line-height:14px;
	background-color: #333333;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
