.box_rounded_corners { /*not used*/
	/*position:relative;*/
	border-collapse: separate;
	width: auto;
	padding: 5px;
	border: 1px solid #bbb;
	background-color: #f8f8f8;
	
	behavior: url(../PIE.htc); /*IE6, 7 and 8 */
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari, Chrome */
	-khtml-border-radius: 20px;
	border-radius: 20px; /* CSS3 */
}

#bannerAdChoices {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #f8f8f8;
	border-collapse: separate;
    border:solid #bbb 1px;
	behavior: url(../PIE.htc); /*IE6, 7 and 8 */
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari, Chrome */
	-khtml-border-radius: 20px;
	border-radius: 20px; /* CSS3 */
}

#bannerAdChoices td {
	padding: 5px 12px 5px 12px;
}

#elite_profiles_above {
	float:left;
	width:312px;
}

.listing_elite_sample {
	float:left;
	width:330px;
	height:80px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
}

#advertisingTabs {
	width: 992px;
	overflow: hidden;
}

#priceTable {
	margin-top: 1em;
	margin-bottom: 3em;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #ddd;
	border-left: 0;
	border-radius: 5px;
}

#priceTable h2 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

#priceTable th {
	font-family: trebuchet ms;
	font-size: 21px;
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	line-height: 21px;
	border-left: 1px solid #ddd;
	vertical-align: middle;
	width: 19%;
	/*white-space: nowrap;*/
}

#priceTable th:first-child {
	border-top-left-radius: 5px;
	width: 43%;
}

#priceTable th:nth-child(2) {
	border-top: 3px solid #1C5B8D;
	border-left: 3px solid #1C5B8D;
	border-right: 3px solid #1C5B8D;
	background-color:#415159;
}

#priceTable th:nth-child(3) {
	border-left: 1px solid #666666; 
}
  
#priceTable th:last-child {
	border-top-right-radius: 5px;
}

#priceTable tr:nth-child(even) td{
	background:#fcfcfc;
}

#priceTable tr:nth-child(odd) td{
	background:#ffffff;
} 

#priceTable td {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #222333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

#priceTable td:first-child {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px !important;
    color: #444233;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    /*white-space: nowrap;*/
}

#priceTable td:nth-child(2) {
	border-left: 3px solid #1C5B8D;
	border-right: 3px solid #1C5B8D;
	background-color:#F5F9FA !important;
}

#priceTable tr:last-child td {
    padding: 10px;
}

#priceTable tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

#priceTable tr:last-child td:nth-child(2) {
	border-bottom: 3px solid #1C5B8D;
}

#priceTable tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

#advertisingMenu {
	float: left;
	margin: 1em 0 1em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
}
   
#advertisingMenu li {
	float: left;
}

#advertisingMenu li:first-child a {
	border-radius: 5px 0 0 5px;
	border-left: 1px solid #ccc;
} 
   
#advertisingMenu li:last-child a {
	border-radius: 0px 5px 5px 0px;
	border-right: 1px solid #ccc;
}
      
#advertisingMenu li a {
	display: block;
	padding: 8px 10px 8px 10px;
	/*padding: 8px 15px;*/
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #415159;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-width: 139px;
	text-align: center;
}
      
#advertisingMenu li a:hover, #advertisingMenu li.ui-tabs-active {
	color: #729834;
	background-color: #fff;
}

/*
#price-sheet {
    float: left;
    margin-top: 10px;
    position: relative;
}

table.plans{
    border-style: none;
    border-width: 0;
    margin-bottom: 40px;
    padding: 0;
    
}

.plans tr:nth-child(2n) {
	background: #f9f9f9;
}

.plans th {
	background: #666666;
	background-color: #666666;
	background-image: -ms-linear-gradient(top, #666666 0%, #8F8F8F 100%);
	background-image: -moz-linear-gradient(top, #666666 0%, #8F8F8F 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #8F8F8F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #8F8F8F));
	background-image: -webkit-linear-gradient(top, #666666 0%, #8F8F8F 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #8F8F8F 100%);
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.35);
	vertical-align:middle;
	color:#ffffff;
	padding:0px 0 5px;
}

.plans th:first-child {
	border-radius: 5px 0 0 0;
    border-right: 1px solid #999999;
    padding: 0 20px;
    text-align: left;
}

.plans th:nth-child(2) {
	
	border-style:solid;border-width:3px 3px 0;border-color:#1C5B8D;
	
	background:#415159;
	background-color:#415159;
	background-image: -ms-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: -moz-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: -o-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #415159), color-stop(1, #4C78B1));
	background-image: -webkit-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: linear-gradient(to bottom, #415159 0%, #4C78B1 100%);
}

.plans h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
	margin-bottom: 0;
}

.plans p.cost {
	color:#ffffff;
	font-size:26px;
	line-height:32px;
	margin:0 auto;
	font-weight:600;
}

.plans span.cents {
	font-size:10px;
	letter-spacing:0;
	line-height:10px;
	margin:0 -13px 0 1px;
	vertical-align:super;
}

.plans span.month {
	font-size:14px;
	letter-spacing:0px;
	line-height:14px;
	font-weight:normal;
}

.plans td {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 2px 2px 0;
    color: #222333;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}

.plans td img {
	vertical-align:middle;
}

.plans td:first-child {
    padding-left: 15px;
	padding-right: 10px;
	text-shadow:none;
	white-space:nowrap;
    border-left: 2px solid #E3E3E3;
    font-size: 14px !important;
    line-height: 34px !important;
    border-top: 1px solid #E3E3E3;
    color: #444233;
    font-weight: 600;
    text-align: left;
}

.plans td:nth-child(2) {
	padding:0px;
	background:#F5F9FA;
	border-color:#B7C4CD #1C5B8D;
	border-style:solid;
	border-width:1px 3px 0;
}

.plans tr:last-child td {
    border-bottom: 1px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    height: 75px;
	
	border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
  	border-bottom-right-radius: 30px;
  	border-bottom-left-radius: 30px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
}

.plans tr:last-child td:nth-child(2) {
    border-width: 0 3px 3px ;
    border-style: solid ;
    border-color: #1C5B8D;
    height: 75px;
	
	border-top: 2px solid #DDDDDD;
	
	border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
  	border-bottom-right-radius: 30px;
  	border-bottom-left-radius: 30px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
}
*/


/*
#advertisingMenu {
	background:#415159;
	background-color:#415159;
	background-image: -ms-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: -moz-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: -o-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #415159), color-stop(1, #4C78B1));
	background-image: -webkit-linear-gradient(top, #415159 0%, #4C78B1 100%);
	background-image: linear-gradient(to bottom, #415159 0%, #4C78B1 100%);
	border: 1px solid #0a2d61;
	border-radius: 5px 5px 5px 5px;
	float: left;
	list-style: none outside none;
	margin: 10px auto 10px auto;
	padding: 0;
	width: 992px;
	border-right:0px!important;
}

#advertisingMenu ul {
	margin: 0;
	padding: 0;
}

#advertisingMenu ul li {
    display: block;
    float: left;
    height: 32px;
}
#advertisingMenu ul li a {
    border-right: 1px solid #769ED4;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    padding: 0 35px;
    text-decoration: none;
    text-transform: capitalize;
}
#advertisingMenu ul li:last-child a {
	border-radius: 0px 5px 5px 0px;
	border-right:0px!important;
}
#advertisingMenu ul li:first-child a {
	border-radius: 5px 0 0 5px;
	border-left:0px!important;
}




#advertisingMenu ul li:hover, #advertisingMenu li.ui-tabs-active {
	background:#729834;
	background-color:#729834!important;
	background-image: -ms-linear-gradient(top, #729834 10%, #a9cd6b 100%);
	background-image: -moz-linear-gradient(top, #729834 10%, #a9cd6b 100%);
	background-image: -o-linear-gradient(top, #729834 10%, #a9cd6b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #729834), color-stop(1, #a9cd6b));
	background-image: -webkit-linear-gradient(top, #729834 10%, #a9cd6b 100%);
	background-image: linear-gradient(to bottom, #729834 10%, #a9cd6b 100%);
	text-shadow: 0 1px 0 #1D52A3;
}
*/