@charset "utf-8";
/* CSS Document */

/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
	color:#363636;
	font-size:12px;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_tile.jpg);
	background-repeat: repeat;
	background-position: left top;
	line-height:18px;
	border-top:7px solid #efefef;
}
a, a:visited {
	color:#FB7D00;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#E87C10;
	text-decoration:none;
}
ul {
	list-style-type:square;
	padding-left:20px;
}
ol {
	padding-left:20px;
	margin-bottom:25px;
	list-style-type: decimal;
}
ul li, ol li {
	line-height:16px;
	margin-bottom:10px;
}
ol li {
	margin-bottom:3px;
}

em {
	font-weight: inherit;
	font-style: italic;
}
sup {
	line-height: 1;
}
.clear {
	clear:both;
}
.disabled {
	background-color:#efefef;
}
.center {
	text-align:center !important;
}
.text_right {
	text-align:right !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'SourceSansProBold';
	display:block;
	font-weight:normal;
}
h1, .h1 {
	font-size:24px;
	margin:0 0 15px;
	padding:0;
	color:#333;
	text-transform:uppercase;
}
h2, .h2 {
	font-size:17px;
	margin:0 0 7px;
	padding:0;
}
h3, .h3 {
	font-size:14px;
	margin:17px 0 7px;
	padding:0;
	color:#0058B0;
}
h4, .h4 {
	font-size:12px;
	margin:17px 0 7px;
	padding:0;
	color:#363636;
}
p {
	text-align:justify;
	margin:0 0 15px;
	display:block;
}
table {
	border-color: #bfbfbf;
}
th, td {
	padding:3px;
	border-color: #bfbfbf;
}
th {
	text-align:left;
}
input, select, textarea {
	padding:4px;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #d0d0d0;
	font-size:12px;
	outline:none;
}
hr {
	padding:0;
	margin:0 0 15px;
	border:0;
	border-bottom:1px dashed #cecece;
}
.button {
	border-radius:4px;
	font-weight:bold;
	padding:5px 12px;
	cursor:pointer;
	outline:none;
	font-weight:bold;
	color:#333;
	margin:0;
	background-color:#efefef;
}
.button:hover {
	color:#FB7D00;
}
.link_submit {
	color:#FB7D00;
	text-decoration:none;
	outline:none;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	background:none;
}
.link_submit:hover {
	color:#E87C10;
	text-decoration:none;
}
.notify {
	color:#009933;
	background-color:#BBFFD1;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
.error {
	color:#CC0000;
	background-color:#FFBFBF;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:bold;
	border-radius:6px;
}
.invisible {
	display:none;
}
.spacer {
	margin-bottom:5px;
	display:block;
}
.full_width {
	width:100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper {
	margin: 0 auto;
    padding: 0 20px 10px;
    width: 960px;
}

/* COMMON
----------------------------------------------------------------------------------------------------*/
.common_block {
	background:rgba(204, 204, 204, 0.25);
	border-radius:4px;
	padding:15px 20px;
	display:block;
	margin-bottom:10px;
}
.common_block h1 {
	border-bottom: 1px dotted #C5C5C5 !important;
    color: #333333 !important;
    font-size: 17px !important;
    margin: 0 0 10px !important;
    padding-bottom: 4px !important;
    text-transform: uppercase !important;
}
.common_block ul li {
	margin-bottom:8px;
}
.common_block ul li a.header {
	padding-bottom:6px;
	display:block;
}
#common_content_wrapper {
	padding:10px 10px 0;
}

/* BREADCRUMB
----------------------------------------------------------------------------------------------------*/
.breadcrumb_box {
	background:rgba(204, 204, 204, 0.25);
	color: #555;
    font-size: 11px;
    margin-bottom: 17px;
    padding: 7px 15px;
}
.breadcrumb_box .breadcrumb_divider {
	margin:0 6px;
}
.breadcrumb_box a {
}
.breadcrumb_box a:hover {
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header {
	margin-bottom:5px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
#header .logo {
	float: left;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: 56px;
}
#header .logo a {
	color:#0058B0;
}
#header #top_links {
	background-color: #f9f9f9;
	height:17px;
	padding:10px 12px 16px 25px;
	float:right;
	border-radius:0 0 4px 4px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
			box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#header #social {
	float:right;
	margin:0 12px 0 0;
}
#header #social_text {
	float:right;
	color:#999;
	margin-right:3px;
	line-height:25px;
	margin-top:0;
}
#header #member_links {
	float:right;
	margin-right:25px;
	line-height:25px;
	margin-top:0;
	display:inline-block;
}
#header #member_links .divider {
	color:#bfbfbf;
}
#header #social img {
	border:0;
	width:24px;
	height:24px;
}
#header #social a {
	margin-left:5px;
}
#header .member_title {
	background-color:#333;
	border-radius:6px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px;
	padding:8px 15px;
	text-transform:uppercase;
}
#header .header_side {
	float:right;
}

/* MAIN FRAMES
----------------------------------------------------------------------------------------------------*/
#main {
	padding-top:5px;
	margin-bottom:30px;
	min-height:400px;
	border-top:1px solid #EEEEEE;

}
.main_left {
	float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 710px;
	/*margin:0 15px 0 12px;
	float:left;
	width:150px;
	padding-right:15px;
	border-right:1px dashed #ddd;
	min-height:400px;*/
}
.main_right {
	margin-right:0px;
	float:left;
	width:240px;
	/*margin-right:12px;
	float:left;
	width:752px;*/
}
.main_right h1 {
	margin-top:5px;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footer {
}
#footer .footer_block {
	float:left;
	border:1px dashed #E0E0E0;
	padding:5px;
	width:220px;
	height:140px;
	margin-right:10px;
	border-radius:8px;
}
#footer .footer_block img {
	display:block;
	border:0;
	border-radius:6px;
}
#footer .footer_block_last {
	margin-right:0;
}
#footer .links {

}
#footer .links a {

}
#footer .links .divider {
	margin:0 17px;
	display:inline-block;
	color:#ccc;
}
#footer .bottom {
	border-top:1px solid #e0e0e0;
	padding-top:8px;
	margin-top:8px;
}
#footer .bottom .copyright {
	float:left;
	color:#999;
}
#footer .bottom .powered {
	float:right;
	color:#999;
}

/* PAGINATION
----------------------------------------------------------------------------------------------------*/
.paginate {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 3px 0;
}
.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px 4px 2px 0;
	border:1px solid #ddd;
	text-decoration:none;
	color: #666;
	border-radius:4px;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
	margin: 2px 4px 2px 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #ddd;
	color: #333;
	border-radius:4px;
}
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin: 2px 4px 2px 0;
	border:1px solid #eee;
	color:#DDD;
	border-radius:4px;
}
.paginate li {
	padding:4px;
	margin-bottom:3px;
	background-color:#FCC;
	list-style:none;
}
.paginate ul {
	margin:6px;
	padding:0px;
}

/* VALIDATION
----------------------------------------------------------------------------------------------------*/
#frm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #c22;
	margin-left:7px;
	font-style: italic
}
.block {
	display: block;
}
form.cmxform label.error {
	display: none;
}

/* MEMBER
----------------------------------------------------------------------------------------------------*/
.member_block {

}
.member_block h1 {
	border-bottom: 1px dotted #C5C5C5;
    color: #333333;
    font-size: 17px;
    margin: 0 0 10px;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.member_block ul {
}
.member_block ul li {
	margin-bottom:5px;
}
.member_block .expiry_box {
	font-size:11px;
	color: #999;
	font-style: italic;
	display: inline-block;
}
.member_block .renew_button_box {
	font-style: normal;
	display: inline-block;
	margin-left:4px;
}
.member_block .renew_button {
	font-size:11px;
	font-style: normal;
	display: inline-block;
	padding:0;
}
.member_table {
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	width:100%;
	margin-top:10px;
}
.member_table a {
	color:#0066FF;
}
.member_table th {
	text-align:left;
	padding:7px 15px;
	background-color:#444;
	color:#fff;
}
.member_table td {
	padding:7px 15px;
	border-left:1px solid #ddd;
}
.member_table_nocell th {
	text-align:left;
	padding:7px 5px 3px;
	vertical-align:top;
	min-width:90px;
}
.member_table_nocell td {
	padding:3px 5px;
}
.member_table_right {
	border-right:1px solid #ddd;
}
.member_table tr:nth-child(odd) {
/*background:#e0e0e0;*/
}
.member_table tr:nth-child(even) {
 background:rgba(204, 204, 204, 0.25);
}
.member_results {
}
.member_results .results_left {
	float:left;
}
.member_results .results_right {
	float:right;
	text-align:right;
	padding-top:4px;
}
.member_results .results_right a {
	margin-left:0;
}

/* ORDER
----------------------------------------------------------------------------------------------------*/
.terms_box {
	display: inline-block;
    float: left;
    height: 30px;
    padding-right: 10px;
    padding-top: 2px;
}

/* DEBUG
----------------------------------------------------------------------------------------------------*/
#debug {
	width:960px;
	margin:15px auto;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px 20px;
	border:3px solid #0066FF;
	border-radius:10px;
	overflow:scroll;
}
#debug h1 {
	padding:0;
	margin:0 0 15px;
	font-size:18px;
}
