﻿/*
 *
 * BASIC
 *
 */
html, body, #main {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, helvetica;
	font-size: 12px;
	background: #FFFFFF url(../images/body_bg.jpg) repeat-x 0 0;
}
.row {
	clear: both;
	float: left;
	width: 100%;
}
.row h1 {
	font-size: 28px;
	font-family: Times New Roman;
	color: #000000;
	font-weight: bold;
}
.row h2 {
	font-size: 21px;
	font-family: Times New Roman;
	color: #0B2283;
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-none {
	float: none !important;
}
h1 {
	font-size: 28px;
	font-family: Times New Roman;
	color: #000000;
	font-weight: bold;
	line-height: 1.3em;
}
h2 {
	font-size: 21px;
	font-family: Times New Roman;
	color: #0B2283;
	font-weight: bold;
	line-height: 1.3em;
}
/*
 *
 * GLOBAL ELEMENTS
 *
 */
a {
	outline: none;
 – moz-outline-style: none;
	color: #31332C;
	text-decoration: none;
}
a:hover {
	outline: none;
 – moz-outline-style: none;
	color: #B74602;
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	border: none;
}
p {
	text-align: justify;
	margin: 0;
	padding: 10px 0 4px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1px;
	font-family: Arial, Verdana;
}
.lock-span {
	font-weight: bold;
	padding-left: 23px;
	background: transparent url(../images/lock_icon.png) no-repeat 0 -2px;
	line-height: 23px;
	padding-top: 5px;
}
a.blue-link-14 {
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  text-decoration: underline;
  color: #0927AA;
}
a.blue-link-14:hover{
  color: #005C04;
}
.tweetmeme {
  float: right;
}
.facebook {
  float: right;
  background: transparent url(../images/facebook.png) no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.signin-button {
	background: transparent url(../images/signin_button.jpg) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: 0;
	padding: 0;
	width: 74px;
	height: 25px;
	cursor: pointer;
}
.promoters-account-button {
	background: transparent url(../images/free-account_button.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: 10px 0 0;
	padding: 0;
	width: 123px;
	height: 33px;
	cursor: pointer;
	float: right;
	display: inline-block;
}
.search-button {
	background: transparent url(../images/search_button.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 151px;
	height: 37px;
	cursor: pointer;
}
.register-button {
	background: transparent url(../images/register_button.jpg) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 151px;
	height: 37px;
	cursor: pointer;
}
.promoters-register-button {
	background: transparent url(../images/promoters-register_button.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 186px;
	height: 37px;
	cursor: pointer;
}
.promoters-register-button2 {
  background: transparent url(../images/account_register_button.png) no-repeat 0 0;
  font-family: Tahoma;
  font-size: 11px;
  border: none;
  margin: -5px 0 0 20px;
  padding: 0;
  width: 153px;
  height: 35px;
  cursor: pointer;
}
.submit-button {
	background: transparent url(../images/submit_button.jpg) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 151px;
	height: 37px;
	cursor: pointer;
}
.send-r-button {
	background: transparent url(../images/send-rebuttal.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 230px;
	height: 37px;
	cursor: pointer;
}
.find-r-button {
	background: transparent url(../images/find-another-promo.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 250px;
	height: 65px;
	cursor: pointer;
}
.standard-submit-button {
	background: transparent url(../images/promotions-submit_button.jpg) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: 2px 0 3px;
	padding: 0;
	width: 110px;
	height: 37px;
	cursor: pointer;
	display: block;
}
.standard-update-button {
	background: transparent url(../images/update-buttton.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: 2px 0 3px;
	padding: 0;
	width: 85px;
	height: 37px;
	cursor: pointer;
	display: block;
}
.promotions-submit-button {
	background: transparent url(../images/promotions-submit_button.jpg) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 110px;
	height: 37px;
	cursor: pointer;
}
.get-password-button {
	background: transparent url(../images/get_password_button.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 131px;
	height: 37px;
	cursor: pointer;
}
.send_and_save_button {
  background: transparent url(../images/send_and_save_button.png) no-repeat 0 0;
  font-family: Tahoma;
  font-size: 11px;
  border: none;
  margin: 0;
  padding: 0;
  width: 270px;
  height: 50px;
  cursor: pointer;
}
.send_button {
  background: transparent url(../images/send_button.png) no-repeat 0 0;
  font-family: Tahoma;
  font-size: 11px;
  border: none;
  margin: 0;
  padding: 0;
  width: 105px;
  height: 50px;
  cursor: pointer;
}
.save-verify-later_button {
  background: transparent url(../images/save-verify-later_button.jpg) no-repeat 0 0;
  font-family: Tahoma;
  font-size: 11px;
  border: none;
  margin: 0 0 0 25px;
  padding: 0;
  width: 230px;
  height: 37px;
  cursor: pointer;
}
.verify-review-now_button {
  background: transparent url(../images/verify-review-now_button.jpg) no-repeat 0 0;
  font-family: Tahoma;
  font-size: 11px;
  border: none;
  margin: 0;
  padding: 0;
  width: 230px;
  height: 37px;
  cursor: pointer;
}
.save-verify-now-button {
  background: transparent url(../images/verify-now-buttton.png) no-repeat 0 0;
  font-family: Tahoma;
  font-size: 11px;
  border: none;
  margin: 0;
  padding: 0;
  width: 119px;
  height: 37px;
  cursor: pointer;
}
.ship-product-button {
  background: transparent url(../images/ship-product.png) no-repeat 0 0;
  font-family: Tahoma;
  font-size: 11px;
  border: none;
  margin: 0;
  padding: 0;
  width: 180px;
  height: 37px;
  cursor: pointer;
}
#f-mini {
	float: left;
	display: inline-block;
	margin: 0 10px 10px;
	padding: 0;
	height: 16px;
	padding-left: 20px;
	background: transparent url(../images/fb-mini.png) no-repeat 0 0;
	font-size: 13px !important;
	line-height: 16px !important;
	color: #000 !important;
	cursor: default !important;
	text-decoration: none !important;
  font-weight: normal !important;
}
#t-mini {
  float: left;
  display: inline-block;
  margin: 0 10px 10px;
  padding: 0;
  height: 16px;
  padding-left: 20px;
  background: transparent url(../images/t-mini.png) no-repeat 0 0;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #000 !important;
  cursor: default !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
#g-mini {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  height: 16px;
  padding-left: 20px;
  background: transparent url(../images/g-mini.png) no-repeat 0 0;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #000 !important;
  cursor: default !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
#a-mini {
  float: left;
  display: inline-block;
  margin: 0 10px 10px;
  padding: 0;
  height: 16px;
  padding-left: 20px;
  background: transparent url(../images/alexa.gif) no-repeat 0 0;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #000 !important;
  cursor: default !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
#go-mini {
  float: left;
  display: inline-block;
  margin: 0 10px 10px;
  padding: 0;
  height: 16px;
  padding-left: 20px;
  background: transparent url(../images/google.png) no-repeat 0 0;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #000 !important;
  cursor: default !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
#f-36 {
  display: inline-block;
  margin: 0;
  padding: 0 !important;
  height: 36px;
  width: 36px;
  background: transparent url(../images/facebook-36.png) no-repeat 0 0;
  clear: none;
  float: none;
  width: 36px !important;
  float: none !important;
  margin-left: 30px;
}
#t-36 {
  display: inline-block;
  margin: 0;
  padding: 0 !important;
  height: 36px;
  width: 36px;
  background: transparent url(../images/twitter-36.png) no-repeat 0 0;
  clear: none;
  float: none;
  width: 36px !important;
  float: none !important;
  margin-left: 30px;
}
#s-mini {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  height: 16px;
  padding-left: 20px;
  background: transparent url(../images/statistics-icon.png) no-repeat 0 0;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #000 !important;
  cursor: default !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
/*
 *
 * LAYOUT
 *
 */
#main {
	clear: both;
	float: left;
	width: 100%;
}
#template {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
}
#copyright {
	clear: both;
	float: left;
	width: 100%;
	height: 210px;
	margin: 0;
	padding: 12px 0 0;
	background: url(../images/copyright_bg.jpg) repeat-x;
	text-align: center;
}
/*
 * copyright-area
 */
#copyright-area {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.4em;
	color: #FFFFFF;
}
#copyright-area a {
	font-family: Arial;
	font-size: 14px;
	line-height: 2.8em;
	color: #B7D38B;
	text-decoration: underline;
	padding-left: 30px;
	clear: both;
	float: left;
	width: 200px;
}
#copyright-area a.copyright-lnk {
	font-family: Arial !important;
	font-size: 14px !important;
	line-height: 2.8em !important;
	color: #B7D38B !important;
	text-decoration: underline !important;
	float: none!important;
	width: 200px !important;
	padding-left: 0px !important;
}
#copyright-area a:hover {
	color: #FFFFFF;
}
#copyright-area-boxes {
	clear: both;
	width: 900px;
	margin: 3px auto 0;
	padding: 0;
	text-align: left;
}
#copyright-area-box1 {
	float: left;
	width: 299px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #809D81;
}
#copyright-area-box2 {
	float: left;
	width: 235px;
	margin: 0;
	padding: 0 0 0 65px;
}
#copyright-area-box3 {
	float: left;
	width: 259px;
	margin: 0;
	padding: 0 0 0 39px;
	border-left: 1px solid #809D81;
}
/*
 * top-links-area
 */
#top-links-area {
	clear: both;
	float: left;
	width: 1000px;
	height: 29px;
	margin: 0;
	padding: 12px 0 0;
	text-align: right;
}
#top-links-area a {
		color:#282927;
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:0 7px;
	position:relative;
	text-decoration:underline;
	top:-19px;
}
#top-links-area a:hover {
	color: #005C04;
	text-decoration: underline;
}
/*
 * logo-navigation-area
 */
#logo-navigation-area {
	clear: both;
	float: left;
	width: 1000px;
	height: 45px;
	margin: 0;
	padding: 0;
}
#logo-image {
	float: left;
	width: 251px;
	height: 59px;
	overflow: hidden;
	margin-top: -28px;
}
/*
 * logo-right-area
 */
#logo-right-area {
	float: left;
	width: 295px;
	margin: 7px 0px 0px 0px;
	padding: 0;
	text-align: center;
}
#logo-right-area a {
	font-family: Arial;
	font-size: 13px;
	color: #110A05;
	text-decoration: none;
	padding: 0 3px;
}
#logo-right-area a:hover {
	color: #005C04;
	text-decoration: underline;
}
#logo-right-area a.unselected {
	font-size: 17px;
	color: #0927AA;
}
#logo-right-area a.unselected:hover {
	font-size: 17px;
	color: #005C04;
}
#logo-right-area a.selected {
	font-size: 17px;
	color: #0927AA;
	text-decoration: underline;
	font-weight: bold;
}
#logo-right-area a.selected:hover {
	color: #005C04;
}
#logo-right-area span {
	font-size: 17px;
	font-family: Arial;
	color: #0927AA;
	padding: 0 3px;
}
/*
 * main-navigation
 */
#main-navigation {
  float: right;
  text-align: center;
}
#main-navigation a.selected {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #FBEC4B;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.selected:hover {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #FBEC4B;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.unselected {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.unselected:hover {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  text-decoration: underline;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
  font-weight:bold;
}
#main-navigation a.selected1 {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #FFFF00;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.selected1:hover {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #FFFF00;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.unselected1 {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #FFFF00;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.unselected1:hover {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/navigation_bg.png) no-repeat;
  text-align: center;
  font-size: 19px;
  color: #FFFF00;
  text-decoration: underline;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
  font-weight:bold;
}
/*
 * signin-area
 */
#signin-area {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 51px;
	font-family: Arial;
	font-size: 12px;
	color: #080808;
}
#inner-gray-area {
	text-align: right;
	margin: 13px 0 12px 0;
	padding: 0;
	width: 100%;
	float: left;
}
#inner-gray-area a {
	font-size: 14px;
	font-family: Arial;
	text-decoration: underline;
	color: #3D3D3D;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 15px;
	margin: 0 0 0 20px;
}
#inner-gray-area a:hover {
	color: #FFFFFF;
}
#signin-area form {
	margin: 13px 0 12px 0;
	padding: 0;
	width: 800px;
	float: left;
}
#signin-area form span, #signin-area form input, #signin-area form a {
	float: left;
}
#signin-area form span {
	height: 25px;
	line-height: 25px;
	margin: 0 10px 0 0;
}
#signin-area form a {
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
	color: #080808;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0 0 0 20px;
}
#signin-area form a:hover {
	color: #005C04;
}
#signin-area form input.txtSignin {
	border: 1px solid #A7A5A5;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	height: 14px;
	color: #313232;
	padding: 4px 4px 5px 0;
	margin: 0 7px 5px 0;
	width: 150px;
}
/*
 * center-area
 */
#center-area {
	clear: both;
	float: left;
	width: 1000px;
	margin: 0 auto;
	padding: 13px 0;
	min-height: 350px;
}
.pagination {
	clear: both;
	float: left;
	margin: 15px 0 5px;
	padding: 0;
	text-align: center;
}
.pagination a {
  color: #0927AA;
  font-family: Verdana;
  font-size: 14px;
  text-decoration: none;
}
.pagination a.active {
  color: #31332C !important;
}
.pagination a:hover {
  text-decoration: underline;
}
/*
 *
 *
 * HOME-BLOGGERS PAGE
 *
 *
 */ /*
 * center-left-area
 */
#center-left-area {
	float: left;
	width: 477px;
	margin: 0;
	padding: 0;
}
#center-left-area h1 {
	font-size: 28px;
	font-family: Times New Roman;
	color: #000000;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
	padding: 0 0 0 12px;
	margin: 0;
}
#center-left-area h2 {
	font-size: 21px;
	font-family: Times New Roman;
	color: #0B2283;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 0 0 12px;
	margin: 0;
}
.center-left-area-top {
	width: 477px;
	height: 10px;
	float: left;
	background: url(../images/center-left-area-top.png) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
.center-left-area-bottom {
	width: 477px;
	height: 31px;
	float: left;
	background: url(../images/center-left-area-bottom.png) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
.center-left-area-center {
	width: 477px;
	float: left;
	background: url(../images/center-left-area-center.png) no-repeat;
	background-position: bottom;
	text-align: center;
	margin: 0;
	padding: 0;
}
.center-left-area-center-content {
	width: 441px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
	font-family: Times New Roman;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.4em;
}
.center-left-area-center-content img {
	margin: 0 auto 10px;
}
/*
 * center-right-area
 */
#center-right-area {
	float: right;
	width: 477px;
	margin: 0;
	padding: 0;
}
#center-right-area h1 {
	font-size: 28px;
	font-family: Times New Roman;
	color: #000000;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-left: 12px;
}
a.promotion-title {
	font-size: 21px;
	font-family: Times New Roman;
	color: #0B2283;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 4px;
	float: left;
}
a.promotion-title:hover {
	color: #005C04;
}
img.promotion-image {
	margin: 0 10px 6px 0;
	float: left;
}
div.promotion-body {
	padding: 2px 0 8px;
}
.center-right-area-center-content {
	width: 441px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	font-family: Times New Roman;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.4em;
}
#signup_button {
	width: 275px;
	height: 65px;
	float: right;
	position: relative;
	top: 16px;
	left: 17px;
}
/*
 *
 *
 * ADVERTISER-CONTROL-PANEL PAGE
 *
 *
 */ /*
 * inner-breadcrumb & share-button
 */
#inner-breadcrumb {
	width: 860px;
	float: left;
}
#inner-breadcrumb a {
	font-size: 13px;
	font-family: Arial;
	color: #0927AA;
}
#share-button {
	width: 130px;
	float: right;
	text-align: right;
}
/*
 * inner-yellow-window
 */
#inner-yellow-window {
	clear: both;
	width: 1000px;
	float: left;
	text-align: left;
	margin: 7px 0 0 0;
	padding: 0;
}
.inner-yellow-window-top {
	width: 1000px;
	height: 8px;
	float: left;
	background: url(../images/yellow-top_bg.png) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
.inner-yellow-window-bottom {
	width: 1000px;
	height: 8px;
	float: left;
	background: url(../images/yellow-bottom_bg.png) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}
.inner-yellow-window-center {
	width: 1000px;
	float: left;
	background: url(../images/yellow-center_bg.png) repeat-x;
	background-position: top;
	background-color: #CEC454;
	text-align: center;
	margin: 0;
	padding: 0;
}
.inner-yellow-window-center-content {
	width: 850px;
	float: left;
	text-align: left;
	margin-left: 25px;
	font-size: 12px;
	font-family: Arial;
	color: #343434;
	padding: 15px 0;
}
#yellow-close-button {
	width: 78px;
	height: 23px;
	float: right;
	position: relative;
	top: -8px;
}
/*
 * inner-center-area
 */
#inner-center-area {
	margin-top: 10px;
}
.inner-center-area-top {
	width: 1000px;
	height: 10px;
	float: left;
	background: url(../images/inner-round-center_top.png) no-repeat;
	text-align: center;
}
.inner-center-area-bottom {
	width: 1000px;
	height: 21px;
	float: left;
	background: url(../images/inner-round-center_bottom.png) no-repeat;
	text-align: center;
}
.inner-center-area-center {
	width: 1000px;
	float: left;
	background: url(../images/inner-round-center_center.png) repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	text-align: center;
}
.inner-center-area-center-content {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
/*
 * inner-center-area
 */
#search-area form {
	margin: 13px 0 12px 0;
	padding: 0;
	width: 100%;
	float: left;
}
#search-area form span, #search-area form input, #search-area form a {
	float: left;
}
#search-area form span {
	height: 25px;
	line-height: 25px;
	margin: 0 10px 0 0;
}
#search-area form a {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #0927AA;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin: 0 0 0 20px;
}
#search-area form a:hover {
	color: #005C04;
}
#search-area form input.txtSignin {
	border: 1px solid #A7A5A5;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	height: 20px;
	color: #313232;
	padding: 4px 4px 0;
	margin: 0 7px 0 0;
	width: 400px;
}
#search-area form select {
	float: left;
	width: 200px;
	border: 1px solid #A7A5A5;
	font-size: 18px;
	font-family: Arial;
	color: #313232;
	margin: 0;
	padding: 0;
}
/*
 * tables
 */
.table-border {
	border-top: 1px solid #B6B2B2;
	border-left: 1px solid #B6B2B2;
	text-align: center;
}
.td-border {
	border-bottom: 1px solid #B6B2B2;
	border-right: 1px solid #B6B2B2;
	text-align: center;
}
.table-border2 {
	border: 1px solid #B6B2B2;
	text-align: center;
}
.td-border2-name {
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	text-align: left;
	padding-left: 12px;
}
.td-border2 {
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	text-align: center;
}
.td-border2-2 {
	border-bottom: 3px solid #FFFFFF;
	text-align: center;
}
#search-bottom-table {
	width: 950px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	color: #2E2E2E;
}
#search-bottom-table2 {
	width: 950px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	color: #393838;
}
#search-bottom-table2 a {
	font-size: 12px;
	font-family: Verdana;
	color: #0927AA;
	text-decoration: underline;
}
/*
 *
 *
 * HOME-PROMOTERS PAGE
 *
 *
 */
.promoters h2 {
	color: #0B2283;
	font-family: Times New Roman;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 0 0 6px;
}
.promoters-center-right-area-center-content div {
	width: 441px;
	float: left;
	text-align: right;
}
.promoters-center-right-area-center-content {
	width: 441px;
	margin: 0 auto;
	text-align: left;
	font-size: 17px;
	font-family: Times New Roman;
	color: #1B1A1A;
	font-weight: normal;
	text-align: justify;
	line-height: 1.3em;
}
.promoters-center-right-area-center-content a {
	font-size: 14px;
	font-family: Times New Roman;
	color: #0927AA;
	font-style: italic;
	text-decoration: underline;
	line-height: 1.4em;
}
#promoters-signup_button {
	width: 441px;
	height: 65px;
	float: left;
	text-align: center;
}
/*
 *
 *
 * WIDE-PAGE
 *
 *
 */
#wide-page-center {
	width: 1000px;
	float: left;
	background: url(../images/inner-round-center_center.png) repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	text-align: center;
}
#wide-page-center-content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#wide-page-center-content form {
	margin: 0px 0 px 0;
	padding: 0;
	width: 100%;
	float: left;
}
#wide-page-center h1 {
	font-size: 28px;
	font-family: Times New Roman;
	color: #000000;
	font-weight: bold;
	line-height: 1.3em;
}
#wide-page-center h2 {
	font-size: 21px;
	font-family: Times New Roman;
	color: #0B2283;
	font-weight: bold;
	line-height: 1.3em;
}
.wide-page-center-default {
	width: 950px;
	float: left;
	text-align: left;
	font-size: 13px;
	font-family: Arial;
	color: #262727;
	line-height: 1.3em;
}
.wide-page-center-space {
	clear: both;
	float: left;
	height: 12px;
	text-align: left;
	width: 100%;
}
/*
 *
 *
 * FORM
 *
 *
 */
form {
	margin: 13px 0 12px;
}
em.required {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.formRow {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}
.formRow-space {
	clear: both;
	float: left;
	height: 12px;
	text-align: left;
	width: 100%;
	float: left;
}
.formLabel {
	font-family: Arial, Helvetica, san-serif;
	width: 105px;
	float: left;
	line-height: 20px;
	margin: 0;
	padding: 2px 0 0;
	overflow: hidden;
}
.formLabel label {
	float: left;
	line-height: 20px;
	color: #262727;
	font-family: Arial;
	font-size: 14px;
	overflow: hidden;
}
.formField {
	float: left;
}
textarea {
	border: 1px solid #A7A5A5;
}
input.txtStyle {
	border: 1px solid #A7A5A5;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	height: 14px;
	color: #313232;
	padding: 4px 4px 5px 0;
	margin: 0 7px 5px 0;
	width: 150px;
	float: left;
}
form select {
	border: 1px solid #A7A5A5;
	color: #313232;
	float: left;
	font-family: Arial;
	margin: 0;
	padding: 2px 2px 3px 0;
	width: 200px;
}
select.cmbStyle {
	border: 1px solid #A7A5A5;
	color: #313232;
	float: left;
	font-family: Arial;
	margin: 0;
	padding: 2px 2px 3px 0;
	width: 200px;
}
.fieldHelp, .form-light-text {
	font-size: 13px;
	font-family: Arial;
	color: #707070;
	line-height: 1.3em;
	float: left;
	margin-left: 10px;
	padding-top: 2px;
	line-height: 20px;
	overflow: hidden;
}
.form-light-text {
	font-size: 13px;
	font-family: Arial;
	color: #707070;
	line-height: 1.3em;
	float: left;
	margin-left: 10px;
}
.form-text {
	font-size: 13px;
	font-family: Arial;
	color: #262727;
	line-height: 1.3em;
}
a.form-link-text {
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	line-height: 1.3em;
	color: #0927AA;
}
a.form-link-text:hover {
	color: #005C04;
}
#imgcap {
	border: 1px solid #A7A5A5;
}
.notification {
	border: none;
	font-size: 12px;
	margin: 0 0 0 95px;
	padding: 0 0 7px;
	line-height: 15px;
	position: relative;
}
.notification div {
	clear: both;
	color: #C32026;
	display: block;
	font-style: normal;
	line-height: 12px;
	padding: 6px 10px 0px 30px;
}
.error {
	background: transparent url(../images/error_icon.png) no-repeat scroll 10px 4px;
	color: #665252;
}
.promoters-registration {
	width: 700px;
	float: left;
	text-align: left;
}
#upgrade-box {
	width: 200px;
	float: right;
	text-align: left;
}
#upgrade-box-top {
	width: 200px;
	height: 10px;
	float: left;
	background: url(../images/white-round_top.png) no-repeat;
	text-align: left;
}
#upgrade-box-bottom {
	width: 200px;
	height: 10px;
	float: left;
	background: url(../images/white-round_bottom.png) no-repeat;
	text-align: left;
}
#upgrade-box-center {
	width: 200px;
	height: 175px;
	float: left;
	background: url(../images/white-round_center.png) repeat-y;
	text-align: center;
}
#upgrade-box-center-content {
	width: 180px;
	float: left;
	margin-left: 10px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: #666666;
}
#upgrade-box-center-content h3 {
	width: 180px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	color: #000000;
}
/*
 *
 *
 * TOUR
 *
 *
 */
#tour-left-area {
	width: 230px;
	float: left;
	text-align: center;
	background-color: #F2F2F2;
}
#tour-left-area-content {
	width: 190px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0px 15px 0px;
}
#tour-left-area-content a {
	font-size: 16px;
	font-family: Arial;
	color: #0000FF;
	text-decoration: underline;
}
#tour-left-area-content a.active {
	font-size: 16px;
	font-family: Arial;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
#tour-right-area {
	width: 681px;
	float: right;
	text-align: left;
}
/*
 *
 *
 * FAQ
 *
 *
 */
#faq-left-area {
	width: 650px;
	float: left;
	text-align: justify;
	font-size: 15px;
	font-family: Arial;
	color: #313232;
	line-height: 1.4em;
}
#faq-left-area a {
	font-size: 15px;
	font-family: Arial;
	color: #0000FF;
	text-decoration: underline;
	line-height: 1.6em;
}
.faq-left-area-divider {
	width: 650px;
	height: 1px;
	float: left;
	background-color: #333333;
	margin: 25px 0px 15px 0px;
}
#faq-right-area {
	width: 250px;
	float: right;
	text-align: center;
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
}
#faq-right-area-content {
	width: 220px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0px 15px 0px;
	font-size: 14px;
	font-family: Arial;
	color: #313232;
	line-height: 1.3em;
}
#faq-right-area-content span {
	font-size: 15px;
	font-family: Arial;
	color: #313232;
	font-weight: bold;
	line-height: 1.3em;
}
#faq-right-area-content a {
	font-size: 15px;
	font-family: Arial;
	color: #0000FF;
	text-decoration: underline;
	line-height: 1.3em;
}
/*
 *
 *
 * CREATE PROMOTION
 *
 *
 */
#inner-new-promotions-gray-area {
	text-align: right;
	margin: 13px 0 12px 0;
	padding: 0;
	width: 100%;
	float: left;
}
#inner-new-promotions-gray-area a {
	font-size: 13px;
	font-family: Arial;
	text-decoration: underline;
	color: #063E85;
	height: 25px;
	line-height: 25px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 20px;
}
#inner-new-promotions-gray-area a:hover {
	color: #FFFFFF;
}
#inner-new-promotions-breadcrumb {
	width: 660px;
	float: left;
}
#inner-new-promotions-breadcrumb a {
	font-size: 13px;
	font-family: Arial;
	color: #0927AA;
}
#inner-new-promotions-share-button {
	width: 125px;
	float: right;
}
.new-promotions-page-center-default {
	width: 950px;
	float: left;
	text-align: right;
	position: absolute;
	padding: 10px 0px 0px 0px;
}
.send_new_message12 {
	float: left;
  display: inline-block;
  width: 173px;
  height: 35px;
  line-height: 35px;
  background: transparent url(../images/send-new-messages.png) no-repeat bottom left;
}
.new-promotions-page-center-default a, .fieldHelp a {
	font-size: 13px;
	font-family: Arial;
	color: #061B85;
	text-decoration: underline;
	line-height: 1.3em;
}
.new-promotions-desc-area {
	width: 320px;
	float: right;
	text-align: justify;
	font-size: 12px;
	font-family: Arial;
	color: #707070;
	line-height: 1.4em;
	margin: 4px 0px 0px 10px;
}
.new-promotions-desc-area a {
	font-size: 12px;
	font-family: Arial;
	color: #061B85;
	text-decoration: underline;
	line-height: 1.4em;
}
.new-promotions-desc-area2 {
	width: 520px;
	float: right;
	text-align: justify;
	font-size: 12px;
	font-family: Arial;
	color: #707070;
	line-height: 1.4em;
	margin: 2px 0px 0px 10px;
}
.new-promotions-desc-area2 a {
	font-size: 12px;
	font-family: Arial;
	color: #061B85;
	text-decoration: underline;
	line-height: 1.4em;
}
.new-promotions-desc-area3 {
	width: 775px;
	float: right;
	text-align: justify;
	font-size: 12px;
	font-family: Arial;
	color: #707070;
	line-height: 1.4em;
	margin: 0px 0px 0px 10px;
}
.new-promotions-desc-area3 a {
	font-size: 12px;
	font-family: Arial;
	color: #061B85;
	text-decoration: underline;
	line-height: 1.4em;
}
#total-product-area {
	width: 775px;
	float: right;
	text-align: left;
}
.total-product-heading-area {
	width: 775px;
	float: left;
	background-color: #E5E4E4;
	padding: 3px 0px 3px 0px;
	font-size: 14px;
	font-family: Arial;
	color: #3C3C3C;
	line-height: 1.4em;
}
.total-product-heading-area font {
	width: 20px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: #3C3C3C;
	line-height: 1.4em;
}
.total-product-content-area {
	width: 775px;
	float: left;
	font-size: 14px;
	font-family: Arial;
	color: #3C3C3C;
	line-height: 1.4em;
}
.total-product-content-area font {
	width: 20px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: #3C3C3C;
	line-height: 1.4em;
}
.approved-blogger-area {
	width: 140px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: #0A0808;
	line-height: 1.4em;
}
.total-potential-products-area {
	width: 285px;
	float: left;
	text-align: center;
	font-size: 15px;
	font-family: Arial;
	color: #0A0808;
	font-weight: bold;
	line-height: 1.4em;
}
.create-promotions-button {
	background: transparent url(../images/create-promotions_button.jpg) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: 0;
	padding: 0;
	width: 151px;
	height: 37px;
	cursor: pointer;
}
/*
 *
 *
 * PROMOTION DETAIL
 *
 *
 */
.promotion-detail-left-area {
	width: 375px;
	float: left;
	text-align: left;
}
.promotion-detail-left-area-space {
	width: 375px;
	height: 15px;
	float: left;
	text-align: left;
}
.promotion-detail-left-questions-area {
	width: 375px;
	float: left;
	text-align: center;
	background-color: #E4E4E4;
	border: 1px solid #AEA8A8;
}
.promotion-detail-left-questions-area-content {
	width: 355px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
}
.promotion-detail-left-questions-area-content div {
	width: px;
	float: left;
	text-align: left;
}
.promotion-detail-left-questions-area-content div.right {
	width: px;
	float: right;
	text-align: left;
}
.promotion-detail-left-questions-area-content span.heading {
	font-size: 17px;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}
.promotion-detail-left-questions-area-content a {
	font-size: 13px;
	font-family: Arial;
	color: #0000FF;
	font-weight: bold;
}
.promotion-detail-left-questions-area-content-area {
	width: 335px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin-top: 12px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	line-height: 1.4em;
}
.promotion-detail-left-questions-area-content-area a {
	font-size: 11px;
	font-family: Arial;
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	line-height: 1.4em;
}
.promotion-detail-left-questions-area-content-area-space {
	width: 335px;
	height: 12px;
	float: left;
	text-align: left;
}
.promotion-detail-right-area {
	width: 550px;
	float: right;
	text-align: left;
}
.promotion-detail-right-area-space {
	width: 550px;
	height: 15px;
	float: left;
	text-align: left;
}
.promotion-detail-right-content-area {
	width: 530px;
	float: left;
	text-align: left;
	background-color: #E4E4E4;
	border: 1px solid #AEA8A8;
	font-size: 16px;
	font-family: Arial;
	color: #000000;
	line-height: 1.4em;
	padding: 7px 10px 7px 10px;
}
.promotion-detail-right-content-area a {
	font-size: 16px;
	font-family: Arial;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.promotion-detail-right-content-area a.smalllink {
	font-size: 13px;
	font-family: Arial;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}
#apply-review-button {
	width: 211px;
	height: 65px;
	float: right;
	text-align: center;
	margin-top: 25px;
}
.promotion-detail-product-images-area {
	width: 550px;
	float: left;
	text-align: left;
	padding: 12px 0px 12px 0px;
}
.promotion-detail-product-images-area img {
	padding: 0px 4px 0px 4px;
}
/*
 *
 *
 * STARS
 *
 *
 */
a.star {
	float: left;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	width: 28px;
	height: 26px;
	display: block;
	background: url(../images/stars.png) no-repeat 0 0;
	background-position: 0 -56px;
}
a.star-on {
	float: left;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	width: 28px;
	height: 26px;
	display: block;
	background: url(../images/stars.png) no-repeat 0 0;
	background-position: 0 -84px;
}
a.star:hover, a.star-on:hover {
	float: left !important;
	overflow: hidden !important;
	text-indent: -999em !important;
	cursor: pointer !important;
	width: 28px !important;
	height: 26px !important;
	display: block !important;
	background: url(../images/stars.png) no-repeat 0 0 !important;
	background-position: 0 -112px !important;
}
a.yellow-star, a.yellow-star:hover {
	float: left;
	overflow: hidden;
	text-indent: -999em;
	cursor: default;
	width: 28px;
	height: 26px;
	display: block;
	background: url(../images/stars.png) no-repeat 0 0;
	background-position: 0 -84px;
}
a.gray-star, a.gray-star:hover {
	float: left;
	overflow: hidden;
	text-indent: -999em;
	cursor: default;
	width: 28px;
	height: 26px;
	display: block;
	background: url(../images/stars.png) no-repeat 0 0;
	background-position: 0 -56px;
}
a.red-star, a.red-star:hover {
	float: left !important;
	overflow: hidden !important;
	text-indent: -999em !important;
	cursor: default !important;
	width: 28px !important;
	height: 26px !important;
	display: block !important;
	background: url(../images/stars.png) no-repeat 0 0 !important;
	background-position: 0 -112px !important;
}
a.small-yellow-star, a.small-yellow-star:hover {
	float: left;
	overflow: hidden;
	text-indent: -999em;
	cursor: default;
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/star.gif) no-repeat 0 0;
	background-position: 0 -32px;
}
a.small-gray-star, a.small-gray-star:hover {
	float: left;
	overflow: hidden;
	text-indent: -999em;
	cursor: default;
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/star.gif) no-repeat 0 0;
	background-position: 0 0;
}
/*
 *
 *
 * APPLY FOR REVIEW
 *
 *
 */
.apply-promotions-row {
	width: 950px;
	float: left;
	text-align: left;
	font-size: 16px;
	font-family: Arial;
	color: #262727;
	line-height: 1.3em;
}
.apply-promotions-row a {
	font-size: 16px;
	font-family: Arial;
	color: #0000FF;
	text-decoration: underline;
	line-height: 1.3em;
}
.apply-promotions-row a.green {
	font-size: 16px;
	font-family: Arial;
	color: #00CC00;
	font-weight: bold;
	line-height: 1.3em;
}
.apply-promotions-row a.red {
	font-size: 16px;
	font-family: Arial;
	color: #FF0000;
	font-weight: bold;
	line-height: 1.3em;
}
.apply-promotions-row a.black {
  font-size: 16px;
  font-family: Arial;
  color: #000000;
  font-weight: bold;
  line-height: 1.3em;
}
input.apply {
	border: 1px solid #A7A5A5;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	height: 14px;
	color: #313232;
	padding: 4px 4px 5px 0;
	margin: 0 7px 5px 5px;
	width: 250px;
}
div.growlUI {
	background: url(../images/check48.png) no-repeat 10px 10px;
}
div.growlUI h1, div.growlUI h2 {
	color: white;
	padding: 5px 5px 5px 75px;
	text-align: left;
}
/* -------------------------Promotion Questions/Message Board  Area  start -------------------------- */
#main-navigation a.new-selected1 {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/inner-navigation_bg-on.jpg) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #FFFF00;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.new-selected1:hover {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/inner-navigation_bg-on.jpg) no-repeat;
  text-align: center;
  font-size: 19px;
  color: #FFFF00;
  font-weight: bold;
  text-decoration: underline;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.new-selected {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/inner-navigation_bg-on.jpg) no-repeat;
  text-align: center;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#main-navigation a.new-selected:hover {
  width: 145px;
  height: 47px;
  float: left;
  background: url(../images/inner-navigation_bg-on.jpg) no-repeat;
  text-align: center;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  padding: 13px 0px 0px 0px;
  margin: 0px 5px 0px 0px;
  white-space: nowrap;
  font-family: Arial Narrow;
}
#control-inner-gray-area {
	text-align: right;
	margin: 13px 0 12px 0;
	padding: 0;
	width: 100%;
	float: left;
}
#control-inner-gray-area a {
	font-size: 14px;
	font-family: Arial;
	text-decoration: underline;
	color: #3D3D3D;
	height: 25px;
	line-height: 25px;
	padding: 0 35px 0 5px;
	margin: 0 0 0 20px;
}
#control-inner-gray-area a:hover {
	color: #FFFFFF;
}
.message-area-head {
	width:190px;
	float:left
}
#message-area-link {
	width:400px;
	float:right;
	text-align:right;
}
.link-area {
	width:400px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	font-family:Arial;
	font-size: 17px;
	color: #0927AA;
}
#message-area {
	width:950px;
	float:left;
	text-align:left;
}
#message-area h1 {
	font-family:Century;
	font-size:22px;
	color:#262727;
}
.message-area-right {
	width:300px;
	float:right;
	text-align:right;
}
.send-message-button {
	background: transparent url(../images/send-new-messages.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 173px;
	height: 35px;
	cursor: pointer;
}
#new-row {
	clear: both;
	float: left;
	width: 100%;
}
#message-heading {
	width:400px;
	float:left;
	text-align:left;
	font-family:Arial;
	font-size: 14px;
	color: #0927AA;
	height:32px;
}
#message-heading a {
	font-family:Arial;
	font-size: 16px;
	color: #0927AA;
	text-decoration:underline;
	font-weight: bold;
}
#message-heading h1 {
	text-align:left;
	font-family:Century;
	font-size:22px;
	color:#262727;
}
.msg-link {
	width:200px;
	float:right;
	padding-top:5px;
}
.msg-link a {
  text-decoration: none;
}
.msg-link a:hover {
  text-decoration: underline !important;
}
#show-area {
	width:400px;
	float:right;
	text-align:left;
	font-family:Arial;
	font-size: 14px;
	color:#3D3D3D;
	padding-top:10px;
}
.option-area {
	width:340px;
	float:right;
	text-align:right;
}
#all-selected {
	width:565px;
	float:left;
	text-align:left;
	font-family:Arial;
	font-size: 15px;
	color:#000000;
	margin-top:10px;
}
#all-selected-cont {
	width:565px;
	float:left;
	text-align:left;
	font-family:Arial;
	font-size: 14px;
	color:#3D3D3D;
}
#all-selected-cont a {
	font-family:Arial;
	font-size: 12px;
	color:#0927AA;
	text-decoration:underline;
}
#rebuttal-area {
	width:330px;
	float:right;
	text-align:right;
	padding-right:10px;
	padding-top:22px;
}
#rebuttal-area a {
	font-family:Arial;
	font-size: 12px;
	color:#0927AA;
	text-decoration:underline;
}
.td-border3 {
	font-family:Verdana;
	font-size:15px;
	color:#202020;
	font-weight:bold;
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	text-align: center;
}
.td-border3-bottom {
	font-family:Verdana;
	font-size:15px;
	color:#202020;
	font-weight:bold;
	border-right: 3px solid #FFFFFF;
	text-align: center;
}
.td-border2-bottom {
	border-right: 3px solid #FFFFFF;
	text-align: center;
}
.td-sent-by a {
	font-family:Verdana;
	font-size:15px;
	color:#202020;
	font-weight:bold;
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	text-align: center;
}
.td-border3-name {
	border-bottom: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	text-align: center;
}
.sub-by-anchor {
	font-family:Verdana;
	font-size:15px;
	color:#0927AA;
	text-decoration:underline;
}
#control-search-bottom-table2 {
	width: 950px;
	float: left;
	text-align: left;
	font-size: 14px;
	font-family: Verdana;
	color: #393838;
}
.control-yes {
	font-size: 14px !important;
	font-family: Verdana !important;
	color: #046203 !important;
	text-decoration: none !important;
}
.control-no {
  font-size: 14px !important;
  font-family: Verdana !important;
  color: #DC0000 !important;
  text-decoration: none !important;
}
 .control-na {
 font-size: 14px;
 font-family: Verdana;
 color: #585958;
 text-decoration: none;
}
.control-td-border-last {
	border-bottom: 3px solid #FFFFFF;
	text-align: center;
}
.control-td-border-last-bottom {
	text-align: center;
}
/* -------------------------Promotion Questions/Message Board  Area  close      -------------------------- */
/* -------------------------  Send New Messages  Area  start      -------------------------- */
.send-new-area-head {
	width:200px;
	float:left
}
.send-link {
	width:200px;
	padding-top:5px;
}
#send-new--heading {
	width:600px;
	float:left;
	text-align:left;
	font-family:Arial;
	font-size: 14px;
	color: #0927AA;
	height:32px;
}
#send-new--heading a {
	font-family:Arial;
	font-size: 16px;
	color: #0927AA;
	text-decoration:underline;
	font-weight: bold;
}
#send-new--heading h1 {
	text-align:left;
	font-family:Century;
	font-size:22px;
	color:#262727;
}
.send-me-heading2 {
	width:230px;
	height:32px;
	float:left;
}
#send-inbox {
	width:100px;
	float:left;
	padding-top:10px;
}
#sent-wide-page-center-content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.send-msg-to {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.send-msg-to-cont {
	font-family:Arial;
	color:#5D5D5D;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.send-msg-to-field-name {
	width:100px;
	float:left;
	text-align:left;
	font-family:Arial;
	color:#5D5D5D;
	font-size: 13px;
	padding-left:40px;
}
.send-msg-field {
	font-family: Arial, Helvetica, san-serif;
	width: 155px;
	float: left;
	line-height: 20px;
	margin: 0;
	padding: 2px 0 0;
	overflow: hidden;
}
.send-msg-field label {
	float: left;
	line-height: 20px;
	color: #262727;
	font-family: Arial;
	font-size: 14px;
	overflow: hidden;
}
.send_txtStyle {
	border: 1px solid #A7A5A5;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	color: #313232;
	padding: 0px 4px 5px 0;
	margin: 0 7px 5px 5px;
	width: 697px;
	float: left;
}
.send-new-msg-area {
	width: 960px;
	float: left;
	text-align: left;
}
.send-new-msg-inner {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}
.send-formField {
	float: left;
	width: px;
}
.send-text-area1 {
	width:246px;
	float:left;
	text-align:left;
}
#send-text-area1 {
	width:235px;
	float:left;
	text-align:left;
}
#send-text-area1 a {
	width:230px;
	float:left;
	height:23px;
	font-family:Arial;
	font-size:13px;
	color:#0927AA;
	font-weight:bold;
}
.send-heigh-inner {
	font-family: Arial, Helvetica, san-serif;
	width: 100%;
	float: left;
	line-height: 10px;
	margin: 0;
	padding: 2px 0 0;
	overflow: hidden;
}
.approved-green {
	width:100%;
	float:left;
	text-align:right;
	font-family:Arial;
	color:#046203;
	font-size: 13px;
	padding-top:10px;
	padding-right:10px;
}
.non-approved-red {
	width:100%;
	float:left;
	text-align:left;
	font-family:Arial;
	color:#DC0000;
	font-size: 13px;
}
.send-msg-subject {
	font-family:Arial;
	font-size:15px;
	color:#2A2929;
}
.send-msg-send-messages-buton {
	background: transparent url(../images/send-messages-button.png) no-repeat 0 0;
	font-family: Tahoma;
	font-size: 11px;
	border: none;
	margin: -5px 0 0 20px;
	padding: 0;
	width: 198px;
	height: 51px;
	cursor: pointer;
}
.send-msg2-wide-page-center-space {
	clear: both;
	float: left;
	height: 10px;
	text-align: left;
	width: 100%;
}
/* -------------------------  Send New Messages  Area  close      -------------------------- */
/* Start New Changes of Promotion-Questions_new page */



#control-search-bottom-table2_new {
  width: 950px;
  float: left;
  text-align: left;
  font-size: 14px;
  font-family: Verdana;
  color: #393838;
  border:1px solid #999494;
}


#top_checkbox_id {
width:61px;
float:left;
text-align:center;
padding-bottom:10px;

}

#top_checkbox_id2 {
width:61px;
float:left;
 
text-align:center;
padding-bottom:10px;
}

#top_checkbox_id3 {
width:61px;
float:left;
 
text-align:center;
padding-bottom:10px;
}



#top_subject_id {
width:190px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:1px;
}

#top_subject_id a{
font-family:Verdana;
font-size:14px;
color:#0927AA;

}



#top_subject_id2 {
width:190px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;
font-family:Verdana;
font-size:14px;
color:#585958;

}

#top_subject_id2 a{
font-family:Verdana;
font-size:14px;
color:#0927AA;

}


#top_subject_id2 a:hover{
text-decoration:underline;
}

#top_subject_id2 span a{
font-family:Verdana;
font-size:15px;
color:#0927AA;
text-decoration:underline;
font-weight:bold;
}

#top_subject_id2 span a:hover{
text-decoration:none;
}








#top_subject_id3 {
width:190px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;

}

#top_subject_id3 a{
font-family:Verdana;
font-size:14px;
color:#0927AA;

}


#top_subject_id3 a:hover{
text-decoration:underline;
}

#top_subject_id3 span a{
font-family:Verdana;
font-size:14px;
color:#0927AA;
text-decoration:underline;
font-weight:bold;
}

#top_subject_id3 span a:hover{
text-decoration:none;
}






















.tab_top_space {
width:100%;
float:left;
height:13px;
}

.tab_top_space2 {
width:100%;
float:left;
height:21px;
}



.tab_top_space_date {
width:100%;
float:left;
height:21px;

}

#top_date_id {
width:113px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}

#top_date_id2 {
width:113px;
float:left;
padding-bottom:10px;
margin-left:3px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;

}

#top_date_id3 {
width:113px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;

}





#top_promotion_id {
width:245px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:15px;
color:#585958;
margin-left:3px;
}

#top_promotion_id2 {
width:231px;
float:left;
margin-left:3px;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
padding-left:5px;
padding-right:5px;

}

#top_promotion_id3 {
width:241px;
float:left;
 padding-bottom:10px;
 
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;

}



#top_blogger_id {
width:140px;
float:left;
 padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;
}

#top_blogger_id2 {
width:140px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;

}



#top_blogger_id2 span{
font-family:Verdana;
font-size:14px;
color:#046203;

}



#top_blogger_id2 font{
font-family:Verdana;
font-size:14px;
color:#DC0000;

}





#top_blogger_id3 {
width:140px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;

}



#top_blogger_id3 span{
font-family:Verdana;
font-size:14px;
color:#046203;
font-weight:bold;

}



#top_blogger_id3 font{
font-family:Verdana;
font-size:14px;
color:#DC0000;
font-weight:bold;

}








#top_sent_id2 {
width:180px;
float:left;
padding-bottom:10px;
margin-left:3px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
padding-left:5px;
padding-right:5px;
}


#top_sent_id2 a{
font-family:Verdana;
font-size:14px;
color:#0927AA;
text-decoration:none;
}


#top_sent_id2 a:hover{
text-decoration:underline;
}

.table-border2 a{
font-family:Verdana;
font-size:14px;
color:#0927AA;
text-decoration:none;
}


.table-border2 a:hover{
text-decoration:underline;
}

#top_sent_id3 {
width:190px;
float:left;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
}


#top_sent_id3 a{
font-family:Verdana;
font-size:14px;
color:#585958;
text-decoration:none;
}

#top_sent_id3 a:hover{
text-decoration: underline;
}











.row_heading {
width:950px;
float:left;
background:url(../images/heading_bg_new.png) repeat-y;
background-position:top;
}

.row_heading2 {
width:950px;
float:left;
background:url(../images/heading_bg_new2.png) repeat-y;
background-position:top;
}

.row_cont {
width:950px;
float:left;
background:url(../images/row_bg.png) repeat-y;
}

.row_cont2 {
width:950px;
float:left;
background:url(../images/row_bg2.png) repeat-y;
}


.white_row {
width:950px;
float:left;
height:3px;
background-color:#FFFFFF;
}











/* Stop New Changes of Promotion-Questions_new page */







/* start New Changes of Overview page */

.overview_row_heading {
width:950px;
float:left;
background:url(../images/overview_heading_top.png) repeat-y;
background-position:top;
}





#overview_row_cont {
width:950px;
float:left;
background:url(../images/overview_cont_bg.png) repeat-y;
font-family:Verdana;
font-size:14px;
color:#0927AA;
}


#overview_row_cont a{
font-family:Verdana;
font-size:14px;
color:#0927AA;
text-decoration:underline;

}


#overview_row_cont a:hover{
text-decoration:none;
}



#promotion_name_area {
width:148px;
float:left;
text-align:center;
padding-bottom:10px;
}



#promotion_name_cont_area {
width:127px;
float:left;
text-align:left;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;

}


#pro_msg_area_head {
width:100px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}





#pro_msg_area {
width:100px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}


#pro_total_blogger_applied {
width:90px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}



#pro_total_blogger_approved {
width:91px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}



#pro_curent_product {
width:108px;;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}



#pro_blogger_traffic {
width:148px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}



#pro_blogger_twitter {
width:144px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;
}

#total_review {
width:100px;
float:left;
padding-bottom:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;
}








/* stop New Changes of Overview page */



/* start gray box */





.gray_overview_row_heading {
width:950px;
float:left;
background:url(../images/overview_top_div.png) repeat-y;
background-position:top;
}


#gray_overview_row_cont {
width:950px;
float:left;
background:url(../images/overview_top_cont_bg.png) repeat-y;
font-family:Verdana;
font-size:12px;
color:#0927AA;
}



#gray_overview_row_cont a{
font-family:Verdana;
font-size:12px;
color:#3366CC;
text-decoration:underline;
}

#gray_overview_row_cont a:hover{
text-decoration:none;
}





.gray_row {
width:950px;
float:left;
height:1px;
background-color:#B6B2B2;
}



#gray_promotion_name_area {
width:86px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:13px;
font-family:Verdana;
font-size:12px;
color:#585958;
}



#gray_total_applied {
width:100px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}



#gray_total_approved {
width:116px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}




#gray_tot_pro_shipp {
width:123px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}



#gray_tot_traffic {
width:140px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}


#gray_tot_twitter {
width:142px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}


#gray_tot_riview {
width:117px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}


#gray_tot_contests {
width:119px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}



.overview_tab_top_space {
width:100%;
float:left;
height:10px;
}



.overview_arrow {
width:9px;
float:right;
padding-right:5px;
}


.arrow_space {
width:100%;
float:left;
height:3px;

}




#overview_outer_text {
  width: 950px;
  float: left;
  text-align: left;
  font-size: 14px;
  font-family: Verdana;
  color: #393838;
  border:1px solid #999494;
}











/* stop gray box */


















/* start blogger constent */


#promotion_top_heading_area {

}




#promotion_top_heading_area  a{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #0927AA;
}



#promotion_top_heading_area  a:hover{
color: #005C04;
}


.pro_applied_head {
width:241px;
float:left;
text-align:center;
height:23px;
padding-top:10px;
background-color:#BCBCBC;
font-family:Arial;
font-size:15px;
color:#232222;
font-weight:bold;

}

.pro_applied_head2 {
width:255px;
float:left;
text-align:center;
height:23px;
padding-top:10px;
background-color:#BCBCBC;
font-family:Arial;
font-size:15px;
color:#232222;
font-weight:bold;
margin-left:84px;

}

.pro_applied_a {
float:left;
padding-top:10px;
padding-left:0px;
padding-right:10px;
width: 250px;
text-align:right;
}

.pro_applied_a2 {
float:left;
padding-top:10px;
padding-left:10px;

}







.pro_app_row_heading {
width:950px;
float:left;
background:url(../images/new_heading_bg.png) repeat-y;
background-position:top;
}



#pro_app_row_checkbox {
width:64px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:20px;


}


#pro__app_name_head {
width:86px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}

#pro__app_name_head_inner {
width:80px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:left;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;
padding-left:6px;

}


.pro_app_arrow {
width:9px;
float:right;
padding-right:3px;
}



#pro__app_msg_head {
width:80px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}




#pro__app_step_head {
width:66px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}



#pro__app_step2_head {
width:96px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}



#pro__app_step3_head {
width:73px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}

#pro__app_step4_head {
width:78px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}

#pro__app_step5_head {
width:69px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}


#pro__app_step6_head {
width:111px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}

#pro__app_step7_head {
width:69px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}


#pro__app_contest_head {
width:128px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}




#pro_app_row_cont {
width:950px;
float:left;
background:url(../images/new_content_bg.png) repeat-y;
font-family:Verdana;
font-size:13px;
color:#0927AA;
line-height:1.3em;
}


#pro_app_row_cont span a{
font-family:Verdana;
font-size:13px;
color:#046203;
}



#pro_app_row_cont font a{
font-family:Verdana;
font-size:13px;
color:#DC0000;
}


#pro__app_step4_head span a{
font-family:Verdana;
font-size:13px;
color:#046203;
text-decoration:none;
}



#pro__app_step4_head font a{
font-family:Verdana;
font-size:13px;
color:#DC0000;
text-decoration:none;
}





/* stop blogger constent */










/* start promotions details page */



.blogger_stats {
font-family:Verdana;
font-size:14px;
color:#000000;
font-weight:normal;
}



.detail_small_font {
font-size:11px;
}

.detail_small_font  a{
font-family:Verdana;
font-size:11px;
color: #3366CC;
text-decoration:underline;
}

.detail_small_font  a:hover{
text-decoration:none;
}

#pro_details_top_links_area {
width:950px;
float:left;
text-align:left;
padding-top:10px;
padding-bottom:15px;
}


#pro_details_top_links_area a {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #0927AA;
}
#pro_details_top_links_area a:hover {
	color: #005C04;
}

.next_steps_1 {
	background: url("../images/next_steps.png") no-repeat top left;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 119px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
}

.next_steps_1_active {
  background: url("../images/next_steps.png") no-repeat top left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 119px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
  font-size: 15px;
}

.next_steps_1:hover, .next_steps_1_active:hover {
  background: url("../images/next_steps.png") no-repeat top left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 119px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}

.next_steps_2 {
	background: url("../images/stats.png") no-repeat top left;
  display: inline-block;
  text-decoration:underline;
  margin: 0;
  padding: 0;
  width: 188px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
}

.next_steps_2_active {
  background: url("../images/stats.png") no-repeat top left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 188px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
  font-size: 15px;
}

.next_steps_2:hover {
	background: url("../images/stats.png") no-repeat top left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 188px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;
  font-size: 15px;
}

.next_steps_2_active:hover {
background: url("../images/stats.png") no-repeat top left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 188px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-family: Arial;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}

.pro_detail_ship_info {
width:px;
float:left;
text-align:left;
padding-top:10px;
padding-left:10px;

}


.pro_detail_select {
float:right; 
padding-top:4px;
padding-right:5px;
text-align:left;
}


#pro_details_top_links_area select {
	width: 200px;
	border: 1px solid #A7A5A5;
	font-size: 15px;
	font-family: Arial;
	color: #313232;
	margin: 0;
	padding: 0;
}




.pro_details_row_heading {
width:950px;
float:left;
background:url(../images/pro_detail_heading_bg.png) repeat-y;
background-position:top;
}

#pro_details_row_cont {
width:950px;
float:left;
background:url(../images/pro_detail_cont_bg.png) repeat-y;
font-family:Verdana;
font-size:14px;
color:#0927AA;
}


#pro_details_row_cont span a{
font-family:Verdana;
font-size:13px;
color:#046203;
text-decoration:underline;
}

#pro_details_row_cont span a:hover{
text-decoration:none;
}


#pro_details_row_cont span {
font-family:Verdana;
font-size:13px;
color:#046203;
}

#pro_details_row_cont font a{
font-family:Verdana;
font-size:13px;
color:#DC0000;
text-decoration: underline;
}


#pro_details_row_cont font a:hover{
text-decoration: none;
}



#pro_detail_heading_1  {
width:70px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:30px;
}


#pro_detail_heading_1_cont  {
width:70px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:10px;
}


#pro_detail_heading_2 {
width:153px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}




#pro_detail_heading_3 {
width:100px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}


#pro_detail_heading_4 {
width:113px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}


#pro_detail_heading_5 {
width:103px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}

#pro_detail_heading_6 {
width:96px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}


#pro_detail_heading_7 {
width:95px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}

#pro_detail_heading_8 {
width:98px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}


#pro_detail_heading_9 {
width:98px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}




.unique {
font-family:Verdana;
font-size:11px;
color:#585958;
}


.font_height {
line-height:1.2em;
}







/* stop promotions details page */




















/* start blogger contest page */



.contest_row_heading_top {
width:950px;
float:left;
background:url(../images/contest_top_div_bg.png) repeat-y;
background-position:top;
}


#contest_row_cont_top {
width:950px;
float:left;
background:url(../images/contest_cont_bg.png) repeat-y;
font-family:Verdana;
font-size:12px;
color:#0927AA;
}

#contest_row_cont_top  a{
font-family:Verdana;
font-size:12px;
color: #3366CC;
text-decoration:underline;
}

#contest_row_cont_top  a:hover{
text-decoration:none;
}

#contest_top_heading_1 {
width:109px;
float:left;
padding-bottom:10px;
padding-top:13px;
padding-left:5px; 
padding-right:5px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}


#contest_top_heading_2 {
width:149px;
float:left;
padding-bottom:10px;
padding-top:13px;
padding-left:5px; 
padding-right:5px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}


#contest_top_heading_3 {
width:243px;
float:left;
padding-bottom:10px;
padding-top:13px;
padding-left:5px; 
padding-right:5px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}



#contest_top_heading_4 {
width:233px;
float:left;
padding-bottom:10px;
padding-top:13px;
padding-left:5px; 
padding-right:5px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}



#contest_top_heading_5 {
width:161px;
float:left;
padding-bottom:10px;
padding-top:13px;
padding-left:5px; 
padding-right:5px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}
















.contest_row_heading {
width:950px;
float:left;
background:url(../images/blogger_contest_heading_bg.png) repeat-y;
background-position:top;
}






#contest_heading_1  {
width:70px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:30px;
}


#contest_heading_1_inner  {
width:70px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:10px;
}


#contest_heading_2 {
width:243px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}





#contest_heading_3 {
width:102px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}




#contest_heading_4 {
width:99px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}




#contest_heading_5 {
width:154px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}



#contest_heading_6 {
width:127px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}



#contest_heading_7 {
width:127px;
float:left;
padding-bottom:10px;
padding-top:10px;
padding-left:5px; 
padding-right:5px;
text-align:center;
font-family:Verdana;
font-size:14px;
color:#585958;
margin-left:3px;

}






#contest_row_cont {
width:950px;
float:left;
background:url(../images/blogger_contest_cont.png) repeat-y;
font-family:Verdana;
font-size:14px;
color:#0927AA;
}


#contest_row_cont span a{
font-family:Verdana;
font-size:13px;
color:#046203;
text-decoration:underline;
}

#contest_row_cont span a:hover{
text-decoration:none;
}


#contest_row_cont span {
font-family:Verdana;
font-size:13px;
color:#046203;
}

#contest_row_cont font a{
font-family:Verdana;
font-size:13px;
color:#DC0000;
text-decoration: underline;
}


#contest_row_cont font a:hover{
text-decoration: none;
}










/* stop blogger contest page */







/* new table border css */


.gray_row_new {
width:950px;
float:left;
height:3px;
background-color:#ffffff;
}




.gray_overview_row_heading_new {
width:950px;
float:left;
background:url(../images/overview_promotion_top_bg.png) repeat-y;
background-position:top;
}



#gray_promotion_name_area_new {
width:103px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:13px;
font-family:Verdana;
font-size:12px;
color:#585958;
}



#gray_tot_contests_new {
width:102px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}



#gray_overview_row_cont_2 {
width:950px;
float:left;
background:url(../images/overview_promotion_top_bg.png) repeat-y;
font-family:Verdana;
font-size:12px;
color:#0927AA;
}



#gray_overview_row_cont_2 a{
font-family:Verdana;
font-size:12px;
color:#3366CC;
text-decoration:underline;
}

#gray_overview_row_cont_2 a:hover{
text-decoration:none;
}







#gray_promotion_name_area_new_2 {
width:103px;
float:left;
text-align:center;
padding-bottom:10px;
padding-top:13px;
font-family:Verdana;
font-size:12px;
color:#585958;
}




#gray_tot_contests_new_2 {
width:102px;
float:left;
padding-bottom:10px;
padding-top:13px;
text-align:center;
font-family:Verdana;
font-size:12px;
color:#585958;
margin-left:1px;

}






#pro__app_name_head_new {
width:106px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}



#pro__app_contest_head_new {
width:108px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:center;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;

}




#pro__app_name_head_inner_new {
width:100px;
float:left;
padding-bottom:10px;
padding-top:10px;
text-align:left;
font-family:Verdana;
font-size:13px;
color:#585958;
margin-left:3px;
padding-left:6px;

}












/* stop new table border css */

/* ////  start  for landing page    */


#signin-area form input.remember {
  border: 1px solid #A7A5A5;
  background-color: #FFFFFF;
  padding:0;
  margin: 7px 0px 0px 0;
}



#signin-area form  .remember_me{
  font-size: 12px;
  font-family: Arial;
  text-decoration: underline;
  color: #080808;
  height: 25px;
  float:left;
  margin:0px;
  padding:0px;
  margin-left:10px;
  margin-right:10px;
}

#landing_haeding_area {
width:100%;
float:left;
text-align:left;

}


#landing_haeding_area  img{
float:left;
text-align:left;
padding:10px 15px 0 15px;

}



#landing_haeding_area  h1{
font-family: "Times New Roman", Times, serif;
font-size:29px;
color:#262727;
}

#landing_haeding_area  h1 span{
font-family: "Times New Roman", Times, serif;
font-size:32px;
color:#262727;
}


.landing_row {
width:789px;
margin:0 auto;
text-align:left;

}

.top_content {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color:#262727;
}


.top_content  span{
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color:#262727;
font-weight:bold;
}


.landing_video {
width:100%;
float:left;
text-align:center;
margin-left:100px;
margin-top:20px;
margin-bottom:20px;

}

.landing_video_top_bg {
width:597px;
float:left;
background:url(../images/news_video_top_bg.png) no-repeat;
background-position:top;
text-align:center;
padding-top:12px;

}



.landing_video_bottom_bg {
width:597px;
float:left;
background:url(../images/news_video_bottom_bg.png) no-repeat;
height:10px;
text-align:center;

}




.landing_promote_area {
width:789px;
float:left;
background:url(../images/promote_bg2.png) no-repeat;
height:66px;
font-family:Arial, Helvetica, sans-serif;
font-size:32px;
color:#FFFFFF;
line-height:60px;
text-align:center

}


.landing_promote_area  a{
font-family:Arial, Helvetica, sans-serif;
font-size:39px;
color:#E1DDDD;
text-decoration:underline;
}


.landing_promote_area  a:hover{
color:#ffffff;
text-decoration:underline;
}



.landing_inner_cont {
width:767px;
float:left;
margin-left:20px;
text-align:left;
padding:10px 0px;
}



.landing_inner_cont  h3{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#791111;
}



ul.blogger_ul {
list-style:none;
padding:0px;
margin:0px;
float:left;
padding-left:20px;
padding-top:10px;
}



ul.blogger_ul  li{
width:100%;
list-style:none;
padding:0px;
margin:0px;
float:left;
padding:0px 0 10px 0px;
list-style-image:url(../images/li_star.png);
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#0D5B03;
font-weight:bold;
}




#landing_warning_area {
width:789px;
float:left;
text-align:left;
}


#landing_warning_area   .top{
width:789px;
float:left;
text-align:left;
background:url(../images/red_heading_bg.png) no-repeat;
height:47px;
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
color:#FFFFFF;
line-height:47px;
}

#landing_warning_area   .top img{
float:left;
text-align:left;
padding:10px 10px 0 15px;
}




#landing_warning_area   .gray_middle{
width:789px;
float:left;
text-align:left;
background:url(../images/warning_gray_bg.jpg) repeat-y;
padding:10px 0;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:13px;
}


.gray_middle span{
padding-left:20px;
padding-right:20px;
float:left;
}

.gray_middle font{
font-size:15px;
font-weight:bold;
}



.earning_bottom_bg {
width:789px;
float:left;
background:url(../images/red_bg_bottom.png) no-repeat;
height:27px;

}

.sign_up_button {
width:311px;
margin:0 auto;
text-align:center;

}


.sign_up_button  input{
margin:20px 0;

}




/* ////  start  for landing page    */













