@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #07102a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
 
div.box h1
{
	font-weight: bold;
	font-size: 16px;
	margin-left: 0px;
	color:#E74294;
	text-align: left;

}

div.box th
{
	background-color: #BAD5E0;
	color: #1B3B6A;
}

div.box td
{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 4px 4px;
}
div.tdText td
{
	font-size: 14px;
color: #fff;
font-weight: normal;
padding: 4px 4px;
}
div.shop
{
	font-size: 12px;
	color: #000;
	margin-left: 0px;
	width:205px;
}
	
div.shop h1 {
	color:#1B3B6A;
	font-size:16px;
	font-weight:bold;
	margin-left:0;
}

div.favstores h1
{
	font-weight: bold;
	font-size: 16px;
	padding: 0 0;
	margin: 0 0;
	color:#E74294;
}

div.favstores
{
	font-size: 12px;
	color: black;
}
div.favorite-stores a {
text-decoration:none;
}

	
a {
	color:#99d4f9;
 }

a img { border:none; }

a:hover {
	color:#e74294
	}
	
/* Background Styling */
	
#background {
	/*take out of flow for graphics only */
	position:absolute;
}
	
#container{
	width: 1019px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	}	
		
/* default background */
#container { 
	background: url(../images/space-background.jpg) no-repeat left top;
}

.longstarfield #container {
	background: url(../images/star-field-background.jpg) repeat-y left top;
}

.longstarfield #background {
	background: url(../images/space-background.jpg) no-repeat left top;
	height:175px;
	width:1019px;
	top:0;
	left:0;
}

body.planet #container {
	background: url(../images/space-background.jpg) no-repeat left top;
	}

#header { 
	position:relative;
	background: transparent; 
	height:170px;
	border: 1px solid transparent; /*transprent border prevents margin collapse */
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	height:60px;
	width:234px;
	background: url(../images/logo.png) no-repeat;
	text-indent:-6000px;
	position:absolute;
	top:30px;
	left:60px; 
	padding:0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* NAVIGATION */

#header div.account_nav{
float:right;
padding:10px 10px 0px 0px
}

div.account_nav ul {
list-style:none;
margin:0;
padding:0;
float:left;
color:#99d4f9;
font-size:12px;
}

div.account_nav li {
float:left;
}


div.account_nav ul a {
	padding: 0 1em;
	line-height:2em;
	text-decoration:none;
	color:#99d4f9;
}

div.account_nav ul a:hover {
color:#e74294;
}

div.main_nav {
position:absolute;
top:133px;
left:60px;
width: 910px;
}


div.main_nav ul {
list-style:none;
margin:0;
padding:0;
width:660px;
float:left;
color:#99d4f9;
font-size:13px;
font-weight:bold;
}

div.main_nav li {
float:left;
height:26px;
margin-top:6px
}

div.main_nav ul a {
	padding: 6px 1.5em;
	line-height:30px;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	
}

/** syling for selected nav */

body.home div.main_nav li.home,
body.earn div.main_nav li.earn,
body.refer div.main_nav li.refer,
body.socialize div.main_nav li.socialize,
body.play div.main_nav li.play,	
body.celebrity div.main_nav li.celebrity,
body.shop div.main_nav li.shop {
	background:url(../images/top-nav-tabs-center.jpg);
	position:relative;
	margin-right:1px;
	}
	
body.home div.main_nav li.home a,
body.refer div.main_nav li.refer a,
body.earn div.main_nav li.earn a,
body.socialize div.main_nav li.socialize a,
body.play div.main_nav li.play a,	
body.celebrity div.main_nav li.celebrity a,	
body.shop div.main_nav li.shop a {
	padding-right:10px;
	padding-left:28px;
	background-position:7px 0px;
	color:#E74294;
	}
	
body.home div.main_nav li.home a {
	padding-left:7px;
	}	
	
body.celebrity div.main_nav li.celebrity a {
	padding-left:10px;
	}
body.home div.main_nav li.home  div.tab-start,
body.earn div.main_nav li.earn  div.tab-start,
body.refer div.main_nav li.refer div.tab-start,
body.socialize div.main_nav li.socialize  div.tab-start,
body.play div.main_nav li.play  div.tab-start,	
body.celebrity div.main_nav li.celebrity  div.tab-start,	
body.shop div.main_nav li.shop div.tab-start {
	background:url(../images/top-nav-tabs-left.jpg);
	position:absolute;
	top:0px;
	left:0px;
	height:26px;
	width:7px;
	}

body.home div.main_nav li.home div.tab-end,
body.earn div.main_nav li.earn div.tab-end,
body.refer div.main_nav li.refer div.tab-end,
body.socialize div.main_nav li.socialize div.tab-end,
body.play div.main_nav li.play div.tab-end,	
body.celebrity div.main_nav li.celebrity div.tab-end,
body.shop div.main_nav li.shop div.tab-end {
	background:url(../images/top-nav-tabs-right.jpg);
	position:absolute;
	top:0px;
	right:0px;
	height:26px;
	width:10px;
	}

/**icons **/
div.main_nav ul a.shop {
	background: transparent url(../images/icon-shop.png) no-repeat left top;
	}
	
div.main_nav ul a.earn {
	background: transparent url(../images/icon-cash.png) no-repeat left top;
	}
	
div.main_nav ul a.refer {
	background: transparent url(../images/icon-refer.png) no-repeat left top;
	}
	
div.main_nav ul a.socialize {
	background: transparent url(../images/icon-socialize.png) no-repeat left top;
	}
	
div.main_nav ul a.play {
	background: transparent url(../images/icon-play.png) no-repeat left top;
	}
	
div.main_nav ul a.howto {
	background: transparent url(../images/icon-howto.png) no-repeat left top;
}
	

div.main_nav ul .selected {
	color:#e74294;
}

div.main_nav ul a.home {
	padding:0px 10px 0px 7px;

	}

body div.main_nav ul li.home{
	background:none;	
}

div.main_nav ul .selected a {
	color:#e74294;
}

div.main_nav ul .selected a:hover {
	color:#e74294;
}


div.main_nav ul a:hover {
color:#99d4f9;
}

#cashback_fixedmenu td
{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding: 4px 0 4px 15px;
}

#cashback_fixedmenu h1
{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: black;
	margin-left: 5px;
}

div.message_center {
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	height:100px;
	width:250px;
	text-align:center;
	display:table;
	overflow:hidden;
	position:absolute;
	top:45px;
	left:360px;
	margin-top: -20px;
	vertical-align: bottom;
}

div.message_center a {
	color:#E74294;
	text-decoration:underline;
	}
	
div.message_center a:hover {
	color:#99d4f9;
	}
div.message_center div {
/*vertical center in css standards browsers need hack for ie */
	display: table-cell; 
	vertical-align: middle;
}

div.profile_info {
	height:93px;
	width:350px;
	position:absolute;
	top:38px;
	right:30px;
}

div.cashback {
	height:93px;
	width:210px;
	background: transparent url(../images/cash-back.png) top left;
	float:left;
}

div.cashback th {
	font-size:12px;
	text-align: left;
}

div.cashback td {
	font-size:12px;
	color:#99D4F9;
	padding-left:11px;
}

div.cashback table {
	margin-left:10px;
	margin-top:8px;
}






/* Main Layout and Box Styling */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px;
}

.twoColFixLtHdr .sidebar_spacer { height: 653px; }

.twoColFixLtHdr #sidebar1 div.box, .twoColFixLtHdr .social-nav div.box,.longstarfield .social-nav div.box{
	position:relative;
	background-image: none;
    /* for IE6 support move to IE6 only style sheet
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale',src='sidebar-content-middle.png', sizingMethod='scale');	*/
	margin: 53px 0px 0px 0px;
	/*background-repeat: repeat-y;
	background-position: left;*/
}
.twoColFixLtHdr #sidebar1 div.box[class], .twoColFixLtHdr .social-nav  div.box[class],.longstarfield .social-nav  div.box[class]{
	position:relative;	
	background: transparent url(../images/sidebar-content-middle.png) repeat-y left;
	margin: 53px 0px 0px 0px;
}

.twoColFixLtHdr #sidebar1 div.boxtop, .twoColFixLtHdr .social-nav div.boxtop,.longstarfield .social-nav div.boxtop{
	background: transparent url(../images/sidebar-content-top.png) no-repeat left top;
	position:absolute;
	top: -29px;
	left: 0px;
	height:29px;
	width:317px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr #sidebar1 div.boxbottom, .twoColFixLtHdr .social-nav div.boxbottom,.longstarfield .social-nav div.boxbottom{
 background: transparent url(../images/sidebar-content-bottom.png) no-repeat left bottom;
 position:absolute;
 width:317px;
 height:20px;
 left:0px;
 bottom:-20px;
 padding:0px;
 margin:0px;
}

.twoColFixLtHdr #sidebar1 div h3 {
	position:relative;
	height:37px;
	width:287px;
	background: transparent url("../images/sidebar-header.png") no-repeat left top;
	margin: 0px 15px;
	top:-15px;
	color:#1b3b6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:34px;
	padding-left:10px
}

.twoColFixLtHdr p {
	padding:0px 30px;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px;
} 

.twoColFixLtHdr #mainContent div.box {
	position:relative;
	background: transparent url(../images/main-content-middle.png) repeat-y left;
	margin: 77px 0px 30px 0px;
	width:625px;
	padding:0px;
}

.twoColFixLtHdr #mainContent div.boxtop{
	background: transparent url(../images/main-content-top.png) no-repeat left top;
	position:absolute;
	top: -33px;
	left: 0px;
	height:33px;
	width:625px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr #mainContent div.boxbottom{
 background: transparent url(../images/main-content-bottom.png) no-repeat left bottom;
 position:absolute;
 width:625px;
 height:25px;
 left:0px;
 bottom:-25px;
 padding:0px;
 margin:0px;
}

div.box p {
	margin-top:0px;
	}


.twoColFixLtHdr #mainContent div h1, .twoColFixLtHdr #mainContent div h2,.twoColFixLtHdr #mainContent div h3 {
	position:relative;
	height:35px;
	width:604px;
	background: transparent url("../images/main-header.png") no-repeat left top;
	margin: 0px 15px;
	top:-15px;
	color:#1b3b6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
	padding-left:10px
}

#mainContent div h1 img,  #sidebar1 div h3 img, #mainContent div h2 img, #mainContent div h3 img  {
	vertical-align:text-bottom;
	margin: 0px .5em 0px .2em;
}

.twoColFixLtHdr p {
	padding:0px 30px;
}

#banner_login
{
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	height:100px;
	width:340px;
	text-align:left;
	display:table;
	overflow:hidden;
	position:absolute;
	top:50px;
	left:650px;
}

/* ALTERNATE LAYOUTS */
body.oneColumn #mainContent {
	text-align:center;
	}
	
body.oneColumn #mainContent div.sidebar2 {
	margin: 20px auto;
	}

body.oneColumn #mainContent div.box {
	text-align:left;
	}

body.oneColumn #mainContent div.box h3 {
	text-align:center;
	}

#footer { 
	padding: 0 25px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #07102a;
	font-size:11px;
	color:#6d8095;
} 

#footer a {
	color:#6d8095;
	text-decoration:none;
	padding:0px 0px 0px 1em;
}

#footer a:hover {
	color:#99d4f9;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boxtitle1 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
	font-size: 14px;
	color: #ffffff;}
	.titleBorder
	{
		padding-left:15px;
		padding-right:10px;
	}
.bold {
	font-weight: bold;
}


div.social-nav {
color:#ffffff;
padding:20px 0px 0px 25px;	
text-align:center;

}

div.social-nav a {
color:#ffffff;
}

div.social-nav ul {
padding:0px;
margin:0px 0px 0px -30px;
list-style:none;
}

div.social-nav li {
margin:0px 0px;
padding:0px;
display:inline;
}

#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
	top: 0;
	left: 0;
}

#win {
	z-index:10000;
	}

#win .dialog {  
	position:absolute;  
	display:none;  
	z-index:9999;  
	padding:20px;
}

.dialog .close {  
	background-image: url(../images/dclose.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	position:absolute;
	z-index:9999;
	top:4px;
	right:9px;
	float:right;
}

div.main-wide {
/*height:700px;*/
margin:20px 25px 20px 32px;
width:950px;
}

.sblink {
	text-decoration: none;
	color: #1b3b6a;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	display: inline;
	line-height: 2em;
	margin-right: 5px;
	background-image: url("../images/arrow.gif");
	background-position: 100%;
	background-repeat: no-repeat;
}

.sblink:hover {
	background-image: url("../images/arrow.gif");
	background-position: 100%;
	background-repeat: no-repeat;
}

.sbhelp {
	 background-image: url("../images/help.png");
	 padding-right:15px;
	 height:17px;
	 line-height:2em;
}


.sblink2 {
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	display: block;
	line-height: 1.2em;
	margin: 0px;
	background-image: url("../images/arrow.gif");
	background-position: 90%;
	background-repeat: no-repeat;
	font-size:13px;
	font-weight:bold;
	cursor: pointer;
}

.sblink2:hover {
	/*background-image: url("../images/arrow.gif"); */
	background-position: 90%;
	background-repeat: no-repeat;
}

.sblink3 {
	text-decoration: none;
	color: #1b3b6a;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	display: block;
	line-height: 1.2em;
	margin: 0px;
	background-image: url("../images/btn-search-go.png");
	background-position: 90%;
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
}

.sblink3:hover {
	
}

#shopfixedmenu {
	position:relative;
	width: 135px;
}

.smitem {
	text-decoration: none;
	color: #e74294;
	padding: 5px;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}

.smitem:hover {
	/*background-color: #99d4f9;*/
	/*color: #e74294;*/
	color: #1b3b6a;
}

.smitem2 {
	text-decoration: none;
	color: #fff;
	background-color: #e74294;
	padding: 5px;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	font-weight:bold;
}

.smitem2:hover {
	color:#fff;
}
.twoColFixLtHdr .sidebar2 {
	/*float: left; */ /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 20px;
}


.sidebar2 div.box{
	position:relative;
	background-image: none;
    /*
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale',src='sidebar-content-middle.png', sizingMethod='scale');	
	*/
	margin: 59px 0px 30px 0px;
}
.sidebar2 div.box[class]{
	position:relative;	
	background: transparent; /* url(../images/sidebar-content-middle.png) repeat-y left; */
	margin: 59px 0px 30px 0px;
}

.sidebar2 div.boxtop-l {
	background: transparent url(../images/sidebar-content-top-l2.png) no-repeat left top;
	position:absolute;
	top: -29px;
	left: 0px;
	height:29px;
	width:14px;
	padding:0px;
	margin:0px;
}

div.shop-nav div.box div.boxtop {
	background: transparent url(../images/shop-nav-top.png) no-repeat left top;
	position:absolute;
	top: -27px;
	height:27px;
	width:167px;
	padding:0px;
	margin:0px;
	}

div.translucent-dark div.boxtop-l {
	background: transparent url(../images/box-translucent-dark-top-l.png) no-repeat left top;
}

.sidebar2 div.boxtop-c {
	background: transparent url(../images/sidebar-content-top-c2.png) repeat-x left top;
	position:absolute;
	top: -29px;
	left: 14px;
	height:29px;
	padding:0px;
	margin:0px;
	right:19px;
}

	


div.translucent-dark div.boxtop-c {
	background: transparent url(../images/box-translucent-dark-top-c.png) repeat-x left top;
	}

.sidebar2 div.boxtop-r {
	background: transparent url(../images/sidebar-content-top-r2.png) no-repeat left top;
	position:absolute;
	top: -29px;
	right: 0px;
	height:29px;
	width:19px;
	padding:0px;
	margin:0px;
}

div.translucent-dark div.boxtop-r {
	background: transparent url(../images/box-translucent-dark-top-r.png) no-repeat left top;
}
	

.sidebar2 div.boxtop{
	background: transparent url(../images/sidebar-content-top.png) no-repeat left top;
	position:absolute;
	top: -29px;
	left: 0px;
	height:29px;
	right:-20px;
	padding:0px;
	margin:0px;
}

.sidebar2 div.boxmid-l {
	background: transparent url(../images/sidebar-content-middle-l2.png) repeat-y left top;
	position:absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width:14px;
	padding:0px;
	margin:0px;
}

div.translucent-dark div.boxmid-l {
	background: transparent url(../images/box-translucent-dark-middle-l.png) repeat-y left top;
}
	

.sidebar2 div.boxmid-c {
	background: transparent url(../images/sidebar-content-middle-c2.png) left top;
	position:absolute;
	top: 0px;
	left: 14px;
	bottom: 0px;
	padding:0px;
	margin:0px;
	right:19px;
}

div.translucent-dark div.boxmid-c {
	background: transparent url(../images/box-translucent-dark-middle-c.png) left top;
}
	

.sidebar2 div.boxmid-r {
	background: transparent url(../images/sidebar-content-middle-r2.png) repeat-y left top;
	position:absolute;
	top: 0px;
	right: 0px;
	bottom:0px;
	width:19px;
	padding:0px;
	margin:0px;
}

div.translucent-dark div.boxmid-r {
	background: transparent url(../images/box-translucent-dark-middle-r.png) repeat-y left top;
}

.sidebar2 div.boxbottom{
 background: transparent url(../images/sidebar-content-bottom.png) no-repeat left bottom;
 position:absolute;
 width:99%;
 height:20px;
 left:0px;
 bottom:-20px;
 padding:0px;
 margin:0px;
}

.sidebar2 div.boxbottom-l {
	background: transparent url(../images/sidebar-content-bottom-l2.png) no-repeat left top;
	position:absolute;
	bottom: -20px;
	left: 0px;
	height:20px;
	width:14px;
	padding:0px;
	margin:0px;
}

div.translucent-dark div.boxbottom-l {
	background: transparent url(../images/box-translucent-dark-bottom-l.png) no-repeat left top;
}

.sidebar2 div.boxbottom-c {
	background: transparent url(../images/sidebar-content-bottom-c2.png) repeat-x left top;
	position:absolute;
	bottom: -20px;
	left: 14px;
	height:20px;
	padding:0px;
	margin:0px;
	right:19px;
}

div.translucent-dark div.boxbottom-c {
	background: transparent url(../images/box-translucent-dark-bottom-c.png) repeat-x left top;
}

.sidebar2 div.boxbottom-r {
	background: transparent url(../images/sidebar-content-bottom-r2.png) no-repeat left top;
	position:absolute;
	bottom: -20px;
	right: 0px;
	height:20px;
	width:19px;
	padding:0px;
	margin:0px;
}

div.translucent-dark div.boxbottom-r {
	background: transparent url(../images/box-translucent-dark-bottom-r.png) no-repeat left top;
}


.sidebar2 div.header-l {
	background: transparent url(../images/sidebar-header-l.png) no-repeat left top;
	position:absolute;
	top: -15px;
	left: 15px;
	height:37px;
	width:14px;
	padding:0px;
	margin:0px;
	z-index:100;
}

.sidebar2 div.spacer {
	position:relative;
	top: -15px;
	left: 0px;
	height:25px;
	right:0px;
	padding:0px;
	margin:0px;
}

.sidebar2 div.header-r {
	background: transparent url(../images/sidebar-header-r.png) no-repeat left top;
	position:absolute;
	top: -15px;
	right: 15px;
	width: 19px;
	height:37px;
	padding:0px;
	margin:0px;
	z-index:100;
}
/* selector way to generic need to change */
.sidebar2 div span {
	padding-top:3px;
	z-index:100;
	position:absolute;
	height:37px;
	background: transparent url("../images/sidebar-header-c.png") repeat-x left top;
	margin: 0px 0px;
	top:-15px;
	left:28px;
	right:30px;
	color:#1b3b6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:34px;
}

div.translucent-dark div span {
	padding-top:inherit;
	background:none;
	z-index:auto;
	position:static;
	height:auto;
	margin:auto;
	color:inherit;
	font-size:inherit;
	font-family:inherit;
	font-weight:bold;
	text-transform:none;
	line-height:inherit;
	}

.sidebar2 div h3 {
	position:absolute;
	height:37px;
	background: transparent url("../images/sidebar-header-c.png") repeat-x left top;
	margin: 0px 0px;
	top:-15px;
	left:28px;
	right:30px;
	color:#1b3b6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:34px;
	z-index:100;
}

/*************************/

.sidebar3 div.box{
	position:relative;
	background-image: none;
    /* for IE6 support
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale',src='sidebar-content-middle.png', sizingMethod='scale');	
	*/
	margin: 53px 0px 30px 0px;
	border:transparent 1px solid;
}
.sidebar3 div.box[class]{
	position:relative;	
	background: transparent; /* url(../images/sidebar-content-middle.png) repeat-y left; */
	margin: 53px 0px 30px 0px;
}

.sidebar3 div.boxtop-l {
	background: transparent url(../images/sidebar-content-top-l.png) no-repeat left top;
	position:absolute;
	top: -29px;
	left: 0px;
	height:29px;
	width:14px;
	padding:0px;
	margin:0px;
}

.sidebar3 div.boxtop-c {
	background: transparent url(../images/sidebar-content-top-c.png) repeat-x left top;
	position:absolute;
	top: -29px;
	left: 14px;
	height:29px;
	padding:0px;
	margin:0px;
	right:19px;
}

.sidebar3 div.boxtop-r {
	background: transparent url(../images/sidebar-content-top-r.png) no-repeat left top;
	position:absolute;
	top: -29px;
	right: 0px;
	height:29px;
	width:19px;
	padding:0px;
	margin:0px;
}
	
.sidebar3 div.boxtop{
	background: transparent url(../images/sidebar-content-top.png) no-repeat left top;
	position:absolute;
	top: -29px;
	left: 0px;
	height:29px;
	right:-20px;
	padding:0px;
	margin:0px;
}

.sidebar3 div.boxmid-l {
	background: transparent url(../images/sidebar-content-middle-l.png) repeat-y left top;
	position:absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width:14px;
	padding:0px;
	margin:0px;
}

.sidebar3 div.boxmid-c {
	background: transparent url(../images/sidebar-content-middle-c.png) left top;
	position:absolute;
	top: 0px;
	left: 14px;
	bottom: 0px;
	padding:0px;
	margin:0px;
	right:19px;
}

.sidebar3 div.boxmid-r {
	background: transparent url(../images/sidebar-content-middle-r.png) repeat-y left top;
	position:absolute;
	top: 0px;
	right: 0px;
	bottom:0px;
	width:19px;
	padding:0px;
	margin:0px;
}

.sidebar3 div.boxbottom{
 background: transparent url(../images/sidebar-content-bottom.png) no-repeat left bottom;
 position:absolute;
 width:99%;
 height:20px;
 left:0px;
 bottom:-20px;
 padding:0px;
 margin:0px;
}

.sidebar3 div.boxbottom-l {
	background: transparent url(../images/sidebar-content-bottom-l.png) no-repeat left top;
	position:absolute;
	bottom: -20px;
	left: 0px;
	height:20px;
	width:14px;
	padding:0px;
	margin:0px;
}

.sidebar3 div.boxbottom-c {
	background: transparent url(../images/sidebar-content-bottom-c.png) repeat-x left top;
	position:absolute;
	bottom: -20px;
	left: 14px;
	height:20px;
	padding:0px;
	margin:0px;
	right:19px;
}

.sidebar3 div.boxbottom-r {
	background: transparent url(../images/sidebar-content-bottom-r.png) no-repeat left top;
	position:absolute;
	bottom: -20px;
	right: 0px;
	height:20px;
	width:19px;
	padding:0px;
	margin:0px;
}

.sidebar3 div.header-l {
	background: transparent url(../images/sidebar-header-l.png) no-repeat left top;
	position:absolute;
	top: -15px;
	left: 15px;
	height:37px;
	width:14px;
	padding:0px;
	margin:0px;
	z-index:100;
}

.sidebar3 div.spacer {
	position:relative;
	top: -15px;
	left: 0px;
	height:25px;
	right:0px;
	padding:0px;
	margin:0px;
}

.sidebar3 div.header-r {
	background: transparent url(../images/sidebar-header-r.png) no-repeat left top;
	position:absolute;
	top: -15px;
	right: 15px;
	width: 19px;
	height:37px;
	padding:0px;
	margin:0px;
	z-index:100;
}

.sidebar3 div.boxtitle span {
	padding-top:3px;
	z-index:100;
	position:absolute;
	height:37px;
	background: transparent url("../images/sidebar-header-c.png") repeat-x left top;
	margin: 0px 0px;
	top:-15px;
	left:28px;
	right:30px;
	color:#1b3b6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:34px;
}

.sidebar3 div h3 {
	position:absolute;
	height:37px;
	background: transparent url("../images/sidebar-header-c.png") repeat-x left top;
	margin: 0px 0px;
	top:-15px;
	left:28px;
	right:30px;
	color:#1b3b6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:34px;
	z-index:100;
}

/*************************/

#FamilyTreeCircle {
	background-image: url(../images/FamilyTreeCircle.png);
	height: 716px;
}

#EarnLearnMore {
	background-image: url(../images/EarnLearnMore.png);
	width: 319px;
	height: 322px;	
	float:left;
}

#HowDoesItWorkTitle {
	color:#d7267d;
	font-weight:bold;
	font-size:16px;
}

#HowDoesItWorkContent {
	font-size:14px;
}

#HowDoesItWork {
	width: 460px;
	height: 322px;
	float:left;
	margin:0 0 0 15px;
}

#EarnSteps {
	position:absolute;
	top:100px;
	left:400px;
	width: 504px;
	height: 200px;
	font-size:14px;
}

#EarnStepsBullets {
	background-image: url(../images/EarnStepsBullets.png);
	position:absolute;
	top:95px;
	left:359px;
	width: 26px;
	height: 119px;
}
.qualifytbl
	{
	font-size: 14px;
	margin-top: 30px;
	}
.qualifyfirsttitle
	{
	color:#ef9500;
	font-weight: bold;
	font-size: 14px;
	}
.qualifysecondtitle
	{
	color:#0cb9de;
	font-weight: bold;
	font-size: 14px;
	}
.qualifythirdtitle
	{
	color:#d0ade6;
	font-weight:bold;
	font-size: 14px;
	}
.qualifyfourthtitle
	{
	color:#8fb17d;
	font-weight: bold;
	font-size: 14px;
	}
#qualifyTitle
	{
	text-align:center;
	color:#d7267d;
	font-weight:bold;
	font-size:24px;
	padding-bottom: 24px;
	}
#qualifyHighlights
	{
	background-image: url(../images/qualifybg.png);
	font-size:14px;
	color:#000;
	width:864px;
	height:267px;
    margin-left: 42px;
	}
	#qualifyHighlightsText
	{
	padding-left: 260px;
	padding-right: 22px;
	padding-top: 30px;
	}
#qualifyText
	{
	padding-left: 34px;
	padding-right: 34px;
	font-size: 14px;
	}
#WantToEarn {
	position:absolute;
	top:1px;
	left:90px;
	width: 753px;
	height: 60px;
	text-align:center;
	color:#d7267d;
	font-weight:bold;
}

#WantToEarnTitle {
	font-size:24px;
}

#WantToEarnSubTitle {
	font-size:18px;
}

#stoleft {
	height:100%;
	width:20px;
	position:absolute;
	left:0px;
}

#stoleft a {
	position:relative;
	top: 50%;
	background-image: url("../images/arrow2.gif");
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin-top:-10px;
}

#stoleft a:hover {
	background-image: url("../images/arrow2.gif");
	background-position: 50%;
	background-repeat: no-repeat;
}

#storight {
	height:100%;
	width:20px;
	float:none;
	position:absolute;
	right:0px;
	/*margin-right:5px*/
}
#storight a {
	position:relative;
	top: 50%;
	background-image: url("../images/arrow.gif");
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin-top:-10px;
}

#storight a:hover {
	background-image: url("../images/arrow.gif");
	background-position: 50%;
	background-repeat: no-repeat;
}

.storeitem {
	border: white solid 1px; 
	height:85px;
	width:85px;
	float:left;
	/*padding:6px;*/
	margin: 6px 0 0 6px;
	cursor: pointer;
	display:block;
}


p.social-links a{
		margin-right:15px;
}


table.favorite-stores {
	border-spacing:25px;
	margin-left:20px;
	}




.deal_img
{
	width:210px;
	background:white;
	margin-right:20px;
	margin-top:5px;
	position:relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	vertical-align:middle;
	cursor:pointer;
}

div.storeicon-wrapper {
	float:left;
	display:block;
	padding:0px;
	position:relative;
	margin:20px 20px 0 0
	}


.favorite-stores div.stores-3d-background {
	float:left;
	display:block;
	padding:0px;
	margin:20px 28px 0 0;
	font-size:10px;
	text-align:center;
	color:#FFF;
	}
.favorite-stores-login div.stores-3d-background {
	float:left;
	display:block;
	padding:0px;
	margin:20px 8px 0 0;
	font-size:10px;
	text-align:center;
	color:#FFF;
	}

body.shop .favorite-stores-login div.stores-3d-background {
	margin: 12px 0px 15px 0px;
	color:#000;
	
	}
body.shop .favorite-stores div.stores-3d-background {
	margin: 12px 20px 15px 0px;
	color:#000;

}

.stores-3d-background {
	position:relative;
	width:66px;
	height:68px;
	background: url(../images/white-box.gif) no-repeat 1px 0px;
	margin: 0 auto;
}
	

.stores-3d-overlay {
	position:absolute;
	width:68px;
	height:68px;
	background: url(../images/style-overlay.png) no-repeat 1px;
	z-index:1;
	}

div.stores-3d-background table tr td {
	vertical-align:middle;
	height:65px;
	width:65px;
	padding:0px;
	border:0px
	}

.stores-3d-background img{
	width:62px;
	z-index:0
	}

.stores_container-paging {
position:absolute;
left:15px;
right:0px;
bottom:-5px;
top:30px;
height:95%;
overflow-x:hidden;
	}
	
.stores-container-no-paging {
position:absolute;
left:15px;
right:0px;
bottom:-5px;
top:-15px;
overflow-x:hidden;

	}	





.twoColFixLtHdr .splashform #mainContent div.bgSignup h3 {
	position:relative;
	height:35px;
	width:525px;
	background: transparent url("../images/signup-header.png") no-repeat left top;
	margin: 0px 15px;
	top:-15px;
	color:#1b3b6a;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	line-height:30px;
	text-align:center;
	padding-left:10px
}


.twoColFixLtHdr .splashform #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
} 

.twoColFixLtHdr .splashform #mainContent div.box {
	position:relative;
	background: transparent url(../images/main-content-splash-middle.png) repeat-y left;
	margin: 77px 0px 30px 0px;
	width:545px;
	padding:0px;
}

.twoColFixLtHdr .splashform #mainContent div.boxtop{
	background: transparent url(../images/main-content-splash-top.png) no-repeat left top;
	position:absolute;
	top: -33px;
	left: 0px;
	height:33px;
	width:545px;
	padding:0px;
	margin:0px;
} 

.twoColFixLtHdr .sidebar2 div.boxtop-l2, .longstarfield div.boxtop-l2 {
	background: transparent url(../images/sidebar-content-top-l.png) no-repeat left top;
	position:absolute;
	left: 0px;
	height:14px;
	width:14px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr .sidebar2 div.boxtop-c2, .longstarfield div.boxtop-c2 {
	background: transparent url(../images/sidebar-content-top-c.png) repeat-x left top;
	position:absolute;
	left: 14px;
	height:14px;
	padding:0px;
	margin:0px;
	right:19px;
}

.twoColFixLtHdr .sidebar2 div.boxtop-r2, .longstarfield div.boxtop-r2 {
	background: transparent url(../images/sidebar-content-top-r.png) no-repeat left top;
	position:absolute;
	right: 0px;
	height:14px;
	width:19px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr .sidebar2 div.boxmid-l2, .longstarfield div.boxmid-l2 {
	background: transparent url(../images/sidebar-content-middle-l.png) repeat-y left top;
	position:absolute;
	top: 14px;
	left: 0px;
	bottom: 20px;
	width:14px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr .sidebar2 div.boxmid-c2, .longstarfield div.boxmid-c2 {
	background: transparent url(../images/sidebar-content-middle-c.png) left top;
	position:absolute;
	top: 14px;
	left: 14px;
	bottom: 20px;
	padding:0px;
	margin:0px;
	right:19px;
}

.twoColFixLtHdr .sidebar2 div.boxmid-r2, .longstarfield div.boxmid-r2 {
	background: transparent url(../images/sidebar-content-middle-r.png) repeat-y left top;
	position:absolute;
	top: 14px;
	right: 0px;
	bottom:20px;
	width:19px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr .sidebar2 div.boxbottom2, .longstarfield div.boxbottom2{
 background: transparent url(../images/sidebar-content-bottom.png) no-repeat left bottom;
 position:absolute;
 width:99%;
 height:20px;
 left:0px;
 bottom:-20px;
 padding:0px;
 margin:0px;
}

.twoColFixLtHdr .sidebar2 div.boxbottom-l2, .longstarfield div.boxbottom-l2 {
	background: transparent url(../images/sidebar-content-bottom-l.png) no-repeat left top;
	position:absolute;
	bottom: 0px;
	left: 0px;
	height:20px;
	width:14px;
	padding:0px;
	margin:0px;
}

.twoColFixLtHdr .sidebar2 div.boxbottom-c2 , .twoColFixLtHdr div.boxbottom-c2 {
	background: transparent url(../images/sidebar-content-bottom-c.png) repeat-x left top;
	position:absolute;
	bottom: 0px;
	left: 14px;
	height:20px;
	padding:0px;
	margin:0px;
	right:19px;
}

.twoColFixLtHdr .sidebar2 div.boxbottom-r2, .longstarfield .twoColFixLtHdr div.boxbottom-r2 {
	background: transparent url(../images/sidebar-content-bottom-r.png) no-repeat left top;
	position:absolute;
	bottom: 0px;
	right: 0px;
	height:20px;
	width:19px;
	padding:0px;
	margin:0px;
}

.offer {
	float:left;
	display:block;
	padding:0px;
	position:relative;
	margin:0 5px 9px 5px;
	width:130px;
	height:80px;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}

.offer a {
	text-decoration:none;
	color:#E74294;
	text-align:center;
}

.offer a:hover {
	text-decoration:none;
	color:#fff;
}

.offer img {
	border: solid black 1px;
	width:125px;
	height:50px;
	float:left;
}

#addMer, #remMer {
	cursor:pointer;
}

.shopmenudiv {
	 height:61px;
	 margin: 5px 0 0 0;
	 position:relative;
}

.shopmenupic {
	color: #1b3b6a;;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	height:100%;
}

.shopmenupic img {
	margin:0 5px 0 0;
	float:left;
}

.twoColFixLtHdr .splashform #mainContent div.boxbottom{
 background: transparent url(../images/main-content-splash-bottom.png) no-repeat left bottom;
 position:absolute;
 width:545px;
 height:25px;
 left:0px;
 bottom:-25px;
 padding:0px;
 margin:0px;
}

.pageControls {
	bottom:0px;
	text-align:right;
	padding:15px 5px 0 0;
	position:relative;
	color:#000;
	font-weight:bold;
	font-size:12px;
	display:none;
}


.pageControlsAlpha {
	bottom:0px;
	text-align:center;
	padding:15px 5px 5px 0;
	position:relative;
	color:#000;
	font-weight:bold;
	font-size:12px;
	display:none;
	letter-spacing:5px;
	}
	
.pageControlsAlpha a {
	text-decoration:none;
	}

.pageControls img {
	vertical-align:-2px;
	cursor:pointer;
}

.pageControls a {
	text-decoration: none;
	color: #e74294;
	/*padding: 5px; */
	/*display: block;*/
	margin: 0px 0px 0px 0px;
/*	font-size:1wpx;
	font-weight:bold; */
}

.pageControls a:hover {
	/*background-color: #99d4f9;*/
	/*color: #e74294;*/
	color: #1b3b6a;
}


div.earn-list li {
margin-top:1.5em
}

div.translucent-dark div span.fielderror
{
	font-size:12px;
	background: white;
	background-image: url("../images/ico_wrong.png");
	background-repeat: no-repeat;
	padding: 0 0 1px 20px;
}

input.error, textarea.error
{
   background-color: #E74294;
   border: 2px solid black;
}

input.error[type="radio"], input.error[type="checkbox"], select.error
{
    background-color: #E74294;
    border: 2px solid red;
}
body.account div#edit {
	color:#000000;
}
	
ul.ui-autocomplete {
font-size:12px;
}

div#specials div.box {
background:transparent url(../images/featured-specials-background.png) no-repeat top left;
height:551px;
margin-top:30px;
}

div#specials div.header-l, div#specials div h3, div#specials div.header-r {
	top:10px;
}

div#scroll_specials {
margin: 25px 5px 0px 10px;
}


div#favStores div.box {
background: transparent url(../images/favorite-stores-background.png);
height:246px;
margin-top:17px;
}

div#favStores div.boxtop-l,div#favStores div.boxtop-c, div#favStores div.boxtop-r,
div#favStores div.boxmid-l,div#favStores div.boxmid-c,div#favStores div.boxmid-r,
div#favStores div.boxbottom-l,div#favStores div.boxbottom-c,div#favStores div.boxbottom-r	 {
	display:none;
	} 
	
div#favStores div.header-l, div#favStores div h3, div#favStores div.header-r {
	top:10px;
}

div#favStoresBoxSpacer {
	margin-top:30px;
}

div#favstore_favStores {
	top:10px;
}

div#favstore_favStores  div.storeicon-wrapper{
	margin:12px 40px 20px 0;
}

div.offer-detail div.box h1 {
	margin-left:15px;
	}
	
div.offer-detail div.offer {
	float:none;
	height:auto;
	margin:1em 0px 9px;
	overflow:auto;
	width:auto;
	text-align:left;	
}

div.offer-detail div.offer a {
	color:#BAD5E0;
	text-decoration: underline;
	margin-left:0px;
	}
	
div.offer-detail div.offer a:hover {
	color:#ffffff;	
}

div.offer-detail td, div.offer-detail th {
	vertical-align:top;
	border-bottom:2px dotted #BAD5E0;
	padding:30px 10px 10px;
	}

div.offer-detail th {
	text-align:center;
	background:none;
	}

div.offer-detail table {
	width:100%;
	}

div.offer-detail .merchantName {
	font-weight:bold;
	font-size:14px;
	color:#7fc0ef;
	}
	
div.offer-detail div.titlebar {
	background:#bad4e0;
	height:30px;
	margin:5px 15px;
	color:#1b3b6a;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
	font-size:15px;
	}
	
div.offer-detail div.storetitle {
	font-weight:bold;
	font-size:14px;
	color:#7fc0ef;
	}

div.offer-detail .merchDescription {
	font-weight:normal;
	color:#ffffff;
	padding:0px;
	}

div.offer-detail .cashback {
	font-size:11px;
	color:#E74294;
	text-align:center;
	margin: auto;
}

div.offer-detail .cashback a {
	color:#E74294;
	text-decoration:none;
	}
	
div.offer-detail .cashback a:hover {
	color: #99D4F9;
	}

div.offer-detail div.storeicon-wrapper {
	float:none;
	margin:4px;
}

/***********Earn Page Updated***************/
.sidebar3 div.earnbox-bg
	{
		border: solid 1px #18305D;
		height:1116px;
		margin: 39px 0px 50px 0px;
	}

.sidebar3 div.earnbox{	
	position:relative;	
	background: transparent; 
	margin: 22px -5px 30px -1px;
}
.sidebar3 div.earnbox[class]{	
	position:relative;	
	background: transparent; 
	margin: 22px -5px 30px -1px;
}
/*************************/

div#container div#signed_in_as
{
	font-size: 12px;
	text-align: right;
	color: #E74294;
	margin: 10px 0 0 0;
	float: right;
}

.bestdeals-top-cl
{
	background:transparent url(../images/bestdeals-top-cl.png) no-repeat;
	position: absolute;
	top:196px;
	left: 223px;
	width:20px;
	height:19px;
}
.bestdeals-top-m
{
	background:transparent url(../images/bestdeals-top-m.png) no-repeat;
	width:437px;
	position: absolute;
	top:196px;
	left: 233px;
	height:19px
}
.bestdeals-top-cr
{
	background: transparent url(../images/bestdeals-top-cr.png) no-repeat;
	position: absolute;
	top:196px;
	left: 670px;
	width:23px;
	height:19px;
}
.bestdeals-middle-cl
{
	background:transparent url(../images/bestdeals-middle-cl.png) no-repeat;
	position: absolute;
	top:215px;
	left: 223px;
	width:20px;
	height:268px;
}
.bestdeals-middle-m
{
	background:transparent url(../images/bestdeals-middle-m.png) repeat-x;
	height:253px;
	width:449px;
	position: absolute;
	top:215px;
	left: 233px;
}
.bestdeals-middle-cr
{
	background:transparent url(../images/bestdeals-middle-cr.png) no-repeat;
	position: absolute;
	top:215px;
	left: 670px;
	width:23px;
	height:268px;
}
.bestdeals-bottom-cl
{
	background:transparent url(../images/bestdeals-bottom-cl.png) no-repeat;
	position: absolute;
	top:465px;
	left: 223px;
	width:20px;
	height:268px;
}
.bestdeals-bottom-m
{
	background:transparent url(../images/bestdeals-bottom-m.png) repeat-x;
	height:268px;
	width:437px;
	position: absolute;
	top:465px;
	left: 233px;
}
.bestdeals-bottom-cr
{
	background:transparent url(../images/bestdeals-bottom-cr.png) no-repeat;
	position: absolute;
	top:465px;
	left: 670px;
	width:23px;
	height:268px;
}
div#specials div.box {
background:transparent url(../images/featured-specials-background.png) no-repeat top left;
height:551px;
margin-top:30px;
}

div#specials div.header-l, div#specials div h3, div#specials div.header-r {
	top:10px;
}

div#scroll_specials {
margin: 25px 5px 0px 10px;
}

div#specials div.offer {
height:93px;
margin:17px 8px 9px;
width:115px;
font-weight:bold;
font-size:11px
}

div#specials div.offer img {
width:110px;
}

div#specials div.offer a {
color:#205797;

}

div#specials div.offer a:hover {
color:#E74294;
}

div#favStores div.box {
background: transparent url(../images/favorite-stores-background.png);
height:246px;
margin-top:17px;
}

div#favStores div.boxtop-l,div#favStores div.boxtop-c, div#favStores div.boxtop-r,
div#favStores div.boxmid-l,div#favStores div.boxmid-c,div#favStores div.boxmid-r,
div#favStores div.boxbottom-l,div#favStores div.boxbottom-c,div#favStores div.boxbottom-r	 {
	display:none;
	} 
	
div#favStores div.header-l, div#favStores div h3, div#favStores div.header-r {
	top:10px;
}

div#favStoresBoxSpacer {
	margin-top:30px;
}

div#favstore_favStores {
	top:10px;
}

div#favstore_favStores  div.storeicon-wrapper{
	margin:12px 40px 20px 0;
}
div.shop-nav div.box div.boxtop {
	background: transparent url(../images/shop-nav-top.png) no-repeat left top;
	position:absolute;
	top: -20px;
	height:20px;
	width:167px;
	padding:0px;
	margin:0px;
	}
div.shop-nav div.box {
	background: transparent url(../images/shop-nav-middle.png) repeat-y left top;
	padding:0px;
	margin:0px;
	left:-2px;
	margin: 24px 0px 30px 0px;
	position:relative;
	}

#lo {
	background:url(../images/dbArrow.png) no-repeat center center;
	background-color:#000;
	text-decoration:none;
	display:none;
	position:absolute;
	width:100px;
	height:100px;
}

div.shop-nav div.box div.boxbottom {
	background: transparent url(../images/shop-nav-bottom.png) no-repeat left bottom;
	position:absolute;
	width:167px;
	height:20px;
	bottom:-20px;
	padding:0px;
	margin:0px;
	left:0px;
	}
	div.searchBox
	{
		background: transparent url(../images/searchBox.png) no-repeat left bottom;
		position:relative;
		width:165px;
		height:88px;
		margin: 29px 0px 30px 20px;
	}
	.bbselectedTab .bb-topnav-left
	{
		background-image: url("../images/bb-topnav-left-selected.png"); 
		background-repeat: no-repeat; 
		width:4px; 
		height:28px;
	}
	.bbselectedTab .bb-topnav-mid
	{
		background-image: url("../images/bb-topnav-mid-selected.png"); 
		background-repeat: repeat-x; 
		height:28px;
	}
	.bbselectedTab .bb-topnav-right
	{
		background-image: url("../images/bb-topnav-right-selected.png"); 
		background-repeat: no-repeat; 
		width:4px; 
		height:28px;
	}
	.bbselectedTab a{
		text-decoration: none;
		color: white;
		font-size:15px; 
		font-weight:bold;
	}
	.bbnotselectedTab .bb-topnav-left
	{
		background-image: url("../images/bb-topnav-left.jpg"); 
		background-repeat: no-repeat; 
		width:4px; 
		height:28px;
	}
	.bbnotselectedTab .bb-topnav-mid
	{
		background-image: url("../images/bb-topnav-mid.jpg"); 
		background-repeat: repeat-x; 
		height:28px;
	}
	.bbnotselectedTab .bb-topnav-right
	{
		background-image: url("../images/bb-topnav-right.jpg"); 
		background-repeat: no-repeat; 
		width:4px; 
		height:28px;
	}
	.bbnotselectedTab a{
		text-decoration: none;
		color: #000;
		font-size:15px; 
		font-weight:bold;
	}
	.bbTopNav
	{
		position: relative;
		left: 290px;
		top:94px;
		height:109px;
	}
	.bbBgTop
	{
		background-image: url("../images/bb-bg-top2.png");
		height:58px;
		width:978px;
		padding-left:-5px;
	}
	.bbBgMiddle
	{
		background: url("../images/bb-bg-middle2.png") repeat-y left top;
		width:975px; 
		padding-left: 20px;
	}
p.cashback-nav a {
font-size:12px;
font-weight:bold;
margin-left:1em;
text-transform:uppercase;
}
/******************* Alert Box *****************/
#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:500px;
	height:223px;
	/*min-height:100px;*/
	margin-top:250px;
	/*background-color:#FFFFFF;*/
	background-image:url(../images/alertbox-bg.png);
	background-repeat:no-repeat;
	/*background-position:20px 50px;*/
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	position:relative;
	top:15px;
	left:13px;
	margin:0;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	/*background-color:#A7CAEC;*/
	background-image:url(../images/alertbox-header.png);
	background-repeat:no-repeat;
	color:#1B3B6A;
	padding:5px 0 7px 5px;
}

#alertBox p {
	font-family:Arial, Helvetica, sans-serif;
	/*height:50px;*/
	font-size: 12px;
	padding-left:5px;
	margin-left:55px;
	color: #fff;
}
#alertBox #msg1
{
	font-family:Arial, Helvetica, sans-serif;
	/*height:50px;*/
	padding-left:5px;
	margin-left:55px;
	color: #A8D4FF;
	font-weight: bolder;
}
#alertBox #msg3
{
	font-family:Arial, Helvetica, sans-serif;
	/*height:50px;*/
	padding-left:5px;
	margin-left:55px;
	color: #A8D4FF;
	font-weight: bolder;
}
#alertBox #logIn{
	display:block;
	float: left;
	margin:5px 10px 0px 40px;
	padding:7px;
	width:50px;
	height: 17px;
	font:0.7em verdana,arial;
	text-align:center;
	color:#000;
	/*background-color:#F0F0F0;*/
	background-image: url(../images/alertbox-login.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#alertBox #joinNow {
	display:block;
	float: left;
	margin:5px 0px 0px 0px;
	padding:7px;
	padding:right:20px;
	width:157px;
	height: 17px;
	font:0.7em verdana,arial;
	text-align:center;
	color:#000;
	background-image: url(../images/alertbox-joinnow.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#alertBox #continue {
	display:block;
	float: left;
	margin:5px 0px 0px 0px;
	padding:3px;
	width:200px;
	height: 25px;
	font:0.7em verdana,arial;
	text-align:center;
	color:#000;
	background-image: url(../images/alertbox-withoutcb.png);
	background-repeat:no-repeat;
	text-decoration:none;
}

/***************************************************/

.error_block {
font-weight:bold;
/*color:#b72222;*/
color: #E74294;
}

li.error_message {
	font-weight:bold;
	color:#E74294;
	list-style-type:disc;
	font-size:13px;
}

body div.logoBox div.box[class] {
	margin-top:29px;
	margin-bottom:0px;
}

.hasDatepicker {
	background:transparent url(../images/cal.gif) no-repeat top right;
	padding-right:20px;
	width:186px;
	cursor: pointer;
}
.social-nav1
{
	margin-top: -20px;
}
.social-nav1 ul
{
	text-align: center;
	margin-left: -10px;
}
div.social-nav1 li
{
	margin-right: 10px;
}