/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/*
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

input[type=text], input.input-text, textarea, input.txt, input[type=tel], input[type=email], input[type=password] {
padding: .618em;
border: 0;
font-size: 1em;
line-height: 1.618em;
font-family: sans-serif;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #6b6e72;
background: #E7E7E7;
width: 100%;
}

/*Added for Metaport Integration
*/

.profiledetails,.contactinfo{
	float:left;
	width:100%;
}
.contactinfo .contactinfofirst,.contactinfo .contactinfosecond{
	float: left;
	margin: 10px 3px;
	overflow: hidden;
	width: 49%;	
}

.profiledetails input[type="submit"]{
	text-align:center;
	width:160px;
}
.profiledetails div{
	float: left;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
}
.profiledetails em{
	font-size:11px;
	color:rgb(62, 62, 62);
	float:right;
        width: 70%;
}
.contactinfo em{
	font-size:11px;
	color:#666;
	float:right;
        width: 50%;
}
.profiledetails label,.contactinfo label{
		float: left;
		text-align: right;
		width: 27%;
}
.profiledetails label{
	margin-right:20px;3
	width: 40%;
}
.contactinfo label{
	width: 47%!important;
	margin-right: 9px;
}
.profiledetails label span,.contactinfo span,.contactinfo span,.membershiplvl span{
	color:#f1533c;
}
.profiledetails input,.profiledetails select,.contactinfo label,.contactinfo select{
	width:50%;
	float:left;
}
.profiledetails input,.contactinfo input{
	padding:5px!important;
	width:50%;
}
.profiledetails textarea{
	width: 50%; 
	height: 130px;
	resize:none;
}
.errMsg{
	float:right;
	width:70%;
	text-align:left;
	font-size:12px;
	margin-top:2px;
	color:#f1533c;
	clear: both;
}
.errMsg2{
	float:right;
	width:50%;
	text-align:left;
	font-size:12px;
	margin-top:2px;
	color:#f1533c;
	clear: both;
}
.contactinfofirst div,.contactinfosecond div{
	float:left;
	width:100%;
	margin:10px 0px;
}
#profileUser{
	color:#fff;
	
}
#form1 input[type="submit"]{
	margin-top:10px;
}
.membershiplvl{
	float:left;
	overflow:hidden;
	width:100%;
}
.membershiplvl label{
	width:40%;
	float:left;

}
.membershiplvl div{
	width:60%;
	float:left;
}
.membershiplvl div div{
	float:left;
	width:100%;
	margin:0px 0px 10px;
}

.membershiplvl div input{
	width:auto;
	float:left;
	
}
.membershiplvl div label{
float: right;
width: 95%;	
}
.errmsg{
	color:#f1533c;
}
.pagination{
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
width: 100%;
}
.pagination li{
	float:left;
	margin:0px;
	padding:0px;		list-style:none;
	
}
.pagination li a{
		background: none repeat scroll 0 0 #676769;		border-radius: 3px;		-web-kit-border-radius: 3px;		-khtml-border-radius: 3px;		-o-border-radius: 3px;		color: #FFFFFF;		margin: 0 3px;		padding: 3px 7px;		text-decoration: none;
}.pagination li a:hover{background: none repeat scroll 0 0 #0b72a8;}.enabledprev{background: url("images/pagination_prev.png") no-repeat scroll left top rgba(0, 0, 0, 0) !important;height: 17px;text-indent: -1px;text-transform: uppercase;width: 48px !important;display:block;}.enablednext{background: url("images/pagination_next.png") no-repeat left top!important;height: 17px;text-indent: -1px;text-transform: uppercase;width: 48px !important;display:block;}.disabledprev {background: url("images/pagination_prev.png") no-repeat  left bottom  !important;display: block;height: 23px;text-indent: -1px;text-transform: uppercase;width: 60px !important;}.disablednext {background: url("images/pagination_next.png") no-repeat  left bottom  !important;display: block;height: 23px;text-indent: -1px;text-transform: uppercase;width: 60px !important;}
.pagination .current {		background: none repeat scroll 0 0 #d87062;		border-radius: 3px;		-web-kit-border-radius: 3px;		-khtml-border-radius: 3px;		-o-border-radius: 3px;		color: #FFFFFF;		margin: 0 3px;		padding: 3px 7px;		text-decoration: none;
}
#member{
    background: none scroll 0 0 #D5D5D5;
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    padding-bottom: 6px;
    border-radius: 7px;
}

.member span{
	 background: none repeat scroll 0 0 #00B4CC;
	border-radius: 0 7px 0;
	-web-kit-border-radius: 0 7px 0;
	-khtml-kit-border-radius: 0 7px 0;
	-o-border-radius: 0 7px 0;
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    width: 40%;
}
#rightSubmit{
	float:right;
}.expDate select{width:100px;margin-right:20px!important;padding:5px;}.billinginformation span{color:#cf0000;}.billinginformation input,.billinginformation select{float:left;}




/*
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}