/***** Global Settings *****/

html, body {
    border: 0;
    margin: 0;
    padding: 0;
    color: #666;
}

body {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h1 {
    padding: 12px 0 12px;
    letter-spacing: 0;
    font-size: 14px;
    color: #0099cc;
}


h2 {
    padding: 20px 0;
    letter-spacing: 0
}

h3 {
    font: 1em arial, helvetica, sans-serif;
    font-weight: bold;
}

p, ul {
    margin: 0;
    padding: 0 0 18px 0;
}

ul {
    padding: 0 0 18px 40px;
}

blockquote {
    margin: 22px 40px;
    padding: 0;
}

small {
    font-size: 0.85em;
}

img {
    border: 0;
}

sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}

acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/***** Links *****/

a, a:visited {
    text-decoration: none;
}

/***** Forms *****/

form {
    margin: 0;
    padding: 0;
	border: none;
}

input, select, textarea {
    font: 1em arial, helvetica, sans-serif;
}

textarea {
    line-height: 1.25;
}

label {
    cursor: pointer;
}

/***** Global Classes *****/

.clear {
    clear: both;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    border-bottom: 1px solid;
}
.highlight {
    background: #ffc;
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

.img-left {
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right {
    float: right;
    margin: 4px 0 4px 10px;
}

.nopadding {
    padding: 0;
}
.noindent {
    margin-left: 0;
    padding-left: 0;
}
.nobullet {
    list-style: none;
    list-style-image: none;
}
.searchBar {
    height: 36px;
    background-color: #1e4f97;
    padding: 15px 0 0 20px;
    font-size: 12px;
    color: #fff;
}
.searchBar2 {
    height: 40px;
    background-color: #99ccff;
    padding: 0;
    font-size: 0;
    color: #fff;
}
.content2 {
    min-height: 0px;
}
* html .content2 {
    height: 1%;
}
.login {
    float: right;
    width: 408px;
}

/*--------------------------------------------------------------*/
/* Common Text Settings */
.textRegular {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.textSmall {
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}
.textTiny {
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}
.textLarge {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
.textExtraLarge {
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

/* Common Text Styles for White (or Reverse) Text */
.textRegular_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.textSmall_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}
.textTiny_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}
.textLarge_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.textExtraLarge_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.textTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.textSubTitle_reverse {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textPageTitle {
    color: #1E4F97;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.textTitle {
    color: #1E4F97;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.textSubTitle {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.textFooter {
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}

.textHighlight_Light {
    color: #B0C4DE;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.textHighlight_Dark {
    color: #666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.textCaption {
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

.textError {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textHidden {
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

.textNew {
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

/*--------------------------------------------------------------*/
/* Data Display Settings
   Used by the DataSection and DataNameValue controls (in WGA.ClassLibrary.Controls)
*/
.dataBoxBorder {
    background-color: Transparent;
    border: solid 1px #ccc;
    padding: 4px;
}
.dataBoxBody {
    background-color: Transparent;
}
.dataBoxHeader {
    color: #666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}
.dataBoxRowValue {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.dataBoxFooter {
    color: #666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------*/
/* Grid Settings
   For use in any HTML tables and by the ExtendedGrid control (in WGA.ClassLibrary.Controls)
*/
.gridMain {
    border-collapse: collapse;
}
.gridMain TABLE {
    border: solid 1px #666;
}
.gridMain TH {
    border: solid 1px #666;
}
.gridMain TD {
    border: solid 1px #666;
}

.gridHeader {
    background-color: #1E4F97;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px 8px;
}

.gridHeaderCenter {
    background-color: #1E4F97;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 4px 8px;
}

.gridHeader A, .gridHeader A:Visited, .gridHeader A:Active {
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
.gridHeader A:Hover {
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

.gridRow1 {
    background-color: #f5f5f5;
    color: #666;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridRow2 {
    background-color: #fff;
    color: #666;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineError {
    background-color: #B22222;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineWarning {
    background-color: #FFFEAA;
    color: #000000;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}

.gridFooter {
    background-color: #99ccff;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
.gridFooter A, .gridFooter A:Visited, .gridFooter A:Active {
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
.gridFooter A:Hover {
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

/* Box Display for general content on the site */
.contentBoxTable {
    width: 160px;
}

.contentBoxHeader {
    background-image: url(/images/boxHeader.gif);
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 40px;
    vertical-align: top;
    width: 160px;
    height: 23px;
}

.contentBoxBody {
    background-color: #f8f8f8;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    padding: 5px;
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* Site-Specific Styles to be placed here */
/*--------------------------------------------------------------*/
/* Layout Mark-Up*/
#container {
    width: 950px;
    min-height: 675px;
    padding: 0;
    margin: 0 auto;
}
* html #container {
    height: 1%;
}
#container2 {
    width: 950px;
    padding: 0;
    margin: 0 auto;
}

#header {
    padding: 0;
    margin: 0;
    height: 82px;
}
#header span {
    font-size: 10px;
    float: right;
    position: relative;
    top: 64px;
    color: #666;
    margin-right: 15px;
}
#header span a {
    color: #666;
}
#header span a:hover {
    text-decoration: underline;
}
#header .HotDealCount {
    background-image: url(/images/newDeals_bg.gif);
    background-repeat: repeat-x;
    color: #cc9933;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}
#header .HotDealCount a, #header .HotDealCount a:visited {
 color: #cc9933;
}
#header .HotDealCount a:hover {
	text-decoration: underline
}
#header img {
    float: left;
}

#topNav {
    margin: 0;
    padding: 0;
}
#topNav a, #topNav a:visited {
    color: #666;
	padding-top: 6px;
	display: block;
	height: 15px;
	
}
#topNav a:hover {
    color: #fff;
	background: url(/images/topNav_on.jpg) no-repeat;
	margin-top: 2px;
	padding-top: 4px;
	height: 17px;
	text-decoration: none
}
#topNavActive a, #topNavActive a:visited, #topNavActive a:active {
    color: #fff;
	background: url(/images/topNav_on.jpg) no-repeat;
	margin-top: 2px;
	padding-top: 4px;
	height: 17px;
}
#topNav ul li {
    display: block;
    width: 115px;
    font-size: 11px;
    font-weight: bold;
	height: 23px;
    background-image: url(/images/top_nav_bkgrnd.gif);
    float: left;
    margin: 0 4px 0 0;
    text-align: center;
    padding: 0px 0 0 0;
}
#TopNavSpacer {
    height: 4px;
    width: 5px;
    float: left;
}

#topNav ul li.lastMenuItem {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2px;
	margin-right: 0;
}
#topNav ul {
    margin: 0;
    padding: 0;
}
#contentHolder {
    margin: 0;
    padding: 20px 0 0 0;
    background-image: url(/images/content-bkgrnd2.gif);
    background-repeat: repeat-x;
    background-color: #1e4f97;
    min-height: 375px;
}
* html #contentHolder {
    height: 200px;
}
#contentHolder .ltCol {
    width: 194px;
    margin: 0 0 0 10px;
    float: left;
    display: inline;
}
.ltCol a, .ltCol a:visited, .ltCol a:active {
    color: #1E4F97;
}

.ltCol2 a, .ltCol2 a:visited, .ltCol2 a:active {
    color: #FFFFFF;
}

.ltCol a:hover {
    color: #666;
}

#contentHolder .ltCol ul.leftNavUL {
    padding: 0 0 0 0;
    margin: 2px 0 10px 0px;
}
#contentHolder .ltCol ul li.leftNav {
    display: block;
    height: 21px;
    padding: 1px 0 0 0;
    background-image: url(/images/left_nav_bkgrd.gif);
    width: 183px;
    height: 17px;
    margin: 3px 0 0 1px;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 0 0 11px;
}

#contentHolder .rtCol {
    width: 736px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    left: 10px;
}
a.linkTitle, a.linkTitle:visited {
    color: #1E4F97;
    font-weight: bold;
}
a.linkTitle:hover, a.linkTitle2:hover {
    text-decoration: underline;
}
a.linkTitle2, a.linkTitle2:visited, a.linkTitle2:active {
    color: #0099cc;
    font-weight: normal;
}

a.linkTitle3, a.linkTitle3:visited {
    color: #1E4F97;
    font-weight: bold;
    text-decoration: underline;
}

a.linkTitle3:hover {
    color: #1E4F97;
    font-weight: bold;
    text-decoration: none;
}


a.greyLink, a.greyLink:visited {
    color: #666;
}
a.greyLink:hover {
    text-decoration: underline;
}

a.ZingerListLink, a.ZingerListLink:visited {
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
    background-image: url(/images/ZingerListBkgrd.gif);
    background-repeat: repeat;
}
a.ZingerListLink:hover {
    text-decoration: none;
    color: #666666;
}



#rtBottomHolder {
    margin: 20px 0;
}

#footer {
    background-image: url(/images/affiliate_page_footer_image.gif);
    background-repeat: no-repeat;
    height: 44px;
    padding: 5px 0 0 0;
    text-align: center;
	font-size: 10px;
}
#footer a, #footer a:visited, #footer a:active {
    color: #666;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding: 7px 0 0 0;
}

.bottomLinks {
    color: #666666;
}
.copyright, a.copyright {
    color: #999;
}
#subContentHolder {
    margin: 0 0 0 10px;
    width: 702px;
}
.dataBoxBody tbody td tr a, .dataBoxBody tbody td tr a:visited {
	color: #1e4f97
	}
.contentTopCurve {
    background-image: url(/images/content-top-curve2.gif);
    height: 6px;
    font-size: 0;
}
.contentMiddle {
    min-height: 470px;
    background-color: #FFFFFF;
    color: #666666;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
}
.largeBlackText {
    font-family: Verdana;
    font-size: 16px;
    color: #666666;
}

* html .contentMiddle {
    height: 470px;
}
.contentMiddle p {
    padding: 0;
    margin: 0 0 8px 0;
    color: #666;
}
* html .contentMiddle {
    height: 300px;
}
.contentBottomCurve {
    background-image: url(/images/content-bottom-curve2.gif);
    height: 8px;
    font-size: 0;
}
#contentHolder .ltCol .quickLink {
    background-image: url(/images/MemberTopDealsBox.gif);
    background-repeat: no-repeat;
    height: 135px;
    font-size: 10px;
    font-weight: bold;
    color: #0099cc;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
}
#contentHolder .ltCol .quickLink2 {
	background-image: url(/images/quick-link-body.jpg);
	font-size: 10px;
	font-weight: bold;
	color: #0099cc;
	background-repeat: repeat-y;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	}
#contentHolder .ltCol .quickLink ul {
    margin: 0 28px;
    padding: 9px 0 0 0;
	list-style: none
}
#contentHolder .ltCol .quickLink ul li {
    margin: 5px 0 0 0;
}
#contentHolder .ltCol .quickLink ul li a {
    color: #666;
    text-decoration: underline;
}
#contentHolder .ltCol .quickLink2 ul {
	margin: 0 14px;
	padding: 0px 0 0 0;
	list-style: none
	}
#contentHolder .ltCol .quickLink2 ul li {
	margin: 5px 0 0 0;
	background: url(/images/quick-link-icon.jpg) no-repeat;
	padding: 0 0 0 18px;
}
#contentHolder .ltCol .quickLink2 ul li a {
	color: #666;
	text-decoration: underline
	}
#contentHolder .ltCol .signupBox {
    background-image: url(/images/signup-box-bkgrnd3.gif);
    height: 113px;
    font-size: 10px;
    margin: 0 0 12px 0;
}
#contentHolder .ltCol .signupBox span {
    padding: 88px 0 0 0;
    display: block;
    text-align: center;
}
#contentHolder .ltCol .adHolder {
    margin: 20px 0;
}
#contentHolder .ltCol .adHolder img {
    margin-bottom: 12px;
}
ul.itemList {
    margin: 8px 10px;
    padding: 0;
}
ul.itemList li {
    margin: 0 0 6px 0;
}
a.greyLinkUL, a.greyLinkUL:visited, a.greyLinkUL:active {
    color: #666;
    text-decoration: underline;
}
a.greyLinkUL:hover {
    color: #1E4F97;
}
ul.listStyle3 {
    list-style-type: square;
    margin: 0 0 0 0;
    padding: 0 0 0 16px;
    font-size: 10px;
}
ul.listStyle3 li {
    margin: 0 0 8px 0;
}
ul.listStyle3 li a, ul.listStyle3 li a:visited, ul.listStyle3 li a:active {
    color: #666;
}
ul.listStyle3 li a:hover {
    color: #1E4F97;
}
ul.listStyle4 {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}
ul.listStyle4 li {
    margin: 0 0 8px 0;
}
ul.listStyle4 li a, ul.listStyle4 li a:visited, ul.listStyle4 li a:active {
    color: #1E4F97;
    text-decoration: underline;
}
ul.listStyle4 li a:hover {
    color: #666;
}

#specialTable {
    font-size: 11px;
}
#specialTable a, #specialTable a:visited {
	color: #1E4F97;
	
}
#specialTable a:hover {
	color: #666;
}
.MyAccAnn {
    width: 305px;
    margin: 12px 0 0 0;
}
#WishlistBoxTop {
    background-image: url(/images/wishlist-bkgrd-topbar.gif);
    background-repeat: repeat-x;
}
#WishlistBoxTopLeft {
    width: 21px;
    height: 20px;
}
#WishlistBoxTopRight {
    width: 21px;
    float: right;
    clear: none;
    height: 20px;
}
#WishlistBoxmiddle {
    border-right-width: 10px;
    border-left-width: 10px;
    border-right-style: solid;
    border-left-style: solid;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    border-right-color: #1E4F97;
    border-left-color: #1E4F97;
}

#WishlistBoxBottomLeft {
    height: 21px;
    width: 23px;
    float: left;
}

#WishlistBoxBottomRight {
    float: right;
    height: 20px;
    width: 21px;
    clear: none;
}

#WishlistBoxBottom {
    background-image: url(/images/wishlist-bkgrd-bottombar.gif);
    background-repeat: repeat-x;
    height: 21px;
}
a.logoLink:active, a.logoLink:visited, a.logoLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #1e4f97;
    text-decoration: underline;
}

a.logoLink:hover {
    color: #dddddd;
}

#DealzingerMember {
    height: 20px;
    width: 200px;
    float: right;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    margin-right: 15px;
}
.goBtn {
	position:relative;
	top: 4px;
}
html>body .goBtn {
	position: static;
}
