/* Top Menu */
.top-nav > ul {
	max-width: 100%;
}
/* News Update */
.news-updates h2 {
	font-size: 1.6em;
	padding-bottom: 0.5em;
}
.news-updates .item {
    margin-bottom: 4px;
    background-size: 100% 100%;
    padding: 0 15px 10px;
    margin: 0 -15px 10px;
    border-bottom: 1px solid #f2db1d;
	
}
.news-updates .item .thumb {
    float: left;
    width: 75px;
    height: 55px;
    overflow: hidden;
}
.news-updates .item .thumb a.noimage {
    background-size: 90%;
    border: 1px solid #CCC;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.news-updates .item .desc {
    float: right;
    width: 162px;
    line-height: 1.5em;
    font-size: 12px;
    overflow: hidden;
    height: 60px;
}
.news-updates .item h3 a {
    color: #2A5CAD;    
}
/*.news-updates .item:hover {
    border-color: #e3cb21;
}*/

/* Edit of Listing Items */
.listing-item {
	margin: 0 -15px 20px;
	padding: 0 15px 20px;
	border-bottom: 1px solid #f2db1d;
}
.listing-item h2 {
    padding-bottom: 0.5em;
}
.listing-item .thumb {
    float: left;
    width: 212px;
	min-height: 150px;
    border: 1px solid #f2db1d;
    overflow: hidden;
}
.listing-item .desc {
    float: right;
    width: 415px;
    font-size: 1.2em;
    line-height: 1.5em;
}
.listing-item .thumb a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 220px;
    text-align: center;
}
.listing-item .thumb a img {
    display: inline-block;
	max-height: 100%;
    vertical-align: middle;
}
.listing-item .connect-links {
    position: static;
    width: auto;
    margin-right: -15px;
    margin-bottom: 15px;
}
.listing-item .friendly-url {
    margin-bottom: 15px;
}
.listing-item .friendly-url a {
    color: #3b599a;
}
.listing-item .friendly-url a:hover {
    text-decoration: underline;
}
.listing-item .description {
    color: #605f5f;
    /*height: 8em;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.listing-item .button-edit {
    float: left;
}
.listing-item .button-edit .btn-blue {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.listing-item .countdown-box {
    width: 214px;
    font-size: 0.85em;
	float: left;
    margin-bottom: 0;
}
.listing-item .free-trial {
    background: #F3E32A;
    border: 1px solid #F0C829;
    padding: 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    color: #363636;
    -webkit-box-shadow: inset 1px 1px 2px #E0C366;
    -moz-box-shadow: inset 1px 1px 2px #E0C366;
    box-shadow: inset 1px 1px 2px #E0C366;
}
/* Deal Edit */
.deal-edit {
    float: right;
    width: 185px;
    margin-top: 35px;
}
.deal-edit .special-price {
    font-size: 0.85em;
}
.deal-edit .button-edit {
    float: none;
}
.deal-edit .button-edit span {
    padding-left: 1em;
}
.deal-edit .button-edit .btn-blue {
    text-align: center;
}

/* 2col Layout */
.col-2col .col-left {
    float: left;
    width: 18.05985552115583%;
}
.col-2col .col-main {
    float: right;
    width: 80.90815273477812%;
}

.tabsSocial
{ background: url(../images/bg_box_top.jpg) repeat-x scroll 0 center; font: bold 11px/30px Arial, Helvetica, sans-serif; height: 38px; margin: 0px 0 15px 0; -webkit-border-radius: 4px 4px 0 0;  border-radius: 4px 4px 0 0;   padding-left: 8px;}

	.tabsSocial li
	{ float: left; height: 25px; line-height: 25px; list-style: none; margin: 11px 0 0 3px; }
	
		.tabsSocial li a,
		.tabsSocial li a:visited
		{ border: 1px solid #3EA2C0; border-bottom: none; color: #FFF; display: block; padding: 0 10px 0 10px; outline: none; -webkit-border-radius: 4px 4px 0 0;  border-radius: 4px 4px 0 0;}
		
		.tabsSocial li a:hover
		{ text-decoration: none; }
	
	.tabsSocial li.tabActived
	{ height: 26px; line-height: 26px; }
	
		.tabsSocial li.tabActived a,
		.tabsSocial li.tabActived a:visited
		{ background: #FFF; border: 1px solid #004D80; border-bottom: none; color: #666; text-decoration: none; }

/*# Payment Options #*/
.members_payment_info_table
{
	display:block;
	width:90%;
	margin:0 auto 25px auto;

	background:#ffffff;

	font-size:14px;
	line-height:20px;

	border-radius:5px;
}

.members_payment_info_table > li
{
	padding:10px 20px;
	white-space:nowrap;
}

.members_payment_info_table_title
{
	width:100%;

	/*background: #045799 url(../images/button_effect_blue_bg.jpg) top center repeat-x;
	background: -webkit-linear-gradient(top, #0874ca, #045799);
	background: -moz-linear-gradient(top, #0874ca, #045799);
	background: -ms-linear-gradient(top, #0874ca, #045799);
	background: -o-linear-gradient(top, #0874ca, #045799);*/

	background:#333333;

	color: #ffffff;
	font-size:1.2em;
	font-weight:bold;
	text-shadow:-1px -1px 1px #000000;

	border-radius:5px 5px 0 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.members_payment_info_table_row
{
	border-top:1px solid #dddddd;
}

.members_payment_info_table > li > span
{
	display:inline-block;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	white-space:normal;
}

.members_payment_info_table > .button_effect 
{
	margin:0;
}

.members_payment_info_buttons
{
	text-align:center;
	margin-bottom:20px;
}

.members_payment_info_buttons > .button_effect 
{
	margin:0 10px;
}

/*# Payment Options/Make Your Payment #*/
#credit_card_balance p
{
	font-size:1.8em;
	padding:0.5em;
}

#credit_card_button_add_container
{
	text-align:right;
	margin:0 0 1em 0;
}

#credit_card_info
{
	width: 100%;
	border:1px solid #cccccc;
	border-radius:5px;
}

.credit_card_active
{
	width:15%;
}
.credit_card_type
{
	width:10%;
}
.credit_card_holder
{
	width:30%;
}
.credit_card_number
{
	width:25%;
}
.credit_card_expire
{
	width:20%;
}
.credit_card_info_row.checked {
	background: #DDDDDD;
}
#purchase_credit_points_form {
	font-size:1.2em;
}

#purchase_credit_points_form ul {
	padding: 0;
	list-style:none;
}

#purchase_credit_points_form ul li {
	padding: 0;
	margin: 0 0 15px 0;
}

#purchase_credit_points_form label {
	display:inline-block;
	width:40%;
}

#purchase_credit_points_form input[type="text"] {
	width:50%;
}

#purchase_credit_points_form .form_submit_row {
	text-align:center;
}

#purchase_credit_points_form .form_submit_row input[type="submit"] {
	font-size:1.4em;
	line-height:1.2em;
}

/*# Payment Options/Transaction History #*/
.transaction_date
{
	width:25%;
}

.transaction_status
{
	width:20%;
	text-transform:capitalize;
}

.transaction_payment
{
	width:25%;
}

.transaction_amount
{
	width:15%;
}

.transaction_invoice
{
	width:15%;
}

.transaction_invoice > a
{
	font-size: inherit;
	padding: 0 30px;
}
.top-nav > ul > li a {
    padding: 0 21px;
}