/* CSS Document */
/*div{ border: solid 1px black;}
span{ border: solid 1px red;}
*/
body.page {
	background-color: #eaeaea;
	padding: 0px;
	margin: 0px auto;
	min-width: 1003px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: arial, helvetica, serif;
	font-size: 11px; 
	line-height: 15px;
	color: #666;
}

a {
	color: #2654a0;
	text-decoration: underline;
}

a.links:hover, a.links:visited {
	color: #2654a0;
	text-decoration: none;
}

div, ul, li, h1, h2, h4, img {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

h1 {
	color: #2c5aa5;
	font-size: 24px;
	font-weight: lighter;
}

h3 {
	color: #2c5aa5;
	font-size: 16px;
	font-weight: lighter;
}

body.page div.outer {
	margin: 0px auto;
	width: 1003px;
	padding-left: 0px;
	background: url('../../images/bg.gif') repeat-y;
	/*height: 1100px;
	min-height: 800px;*/
}

body.page div.outer div.nav {
	/*margin-left: 60px;*/
	text-align:left;
	vertical-align: middle;
}

body.page div.outer div.nav div.welcome {
	margin-right: 2px; /* was 40 */ 
	margin-left: 0px;
	width: 150px; /* was 195 */ 
	padding: 10px; 
	height: 8px; 
	float: left;
}

body.page div.outer div.nav img.member {
	margin-left: 30px;
	text-align:left;
}

body.page div.outer img.logo {
	margin-top: 10px;
	margin-bottom: 0px;
}

body.page div.content {
	padding: 20px 45px 50px 45px;
	text-align: left;
}

body.page div.content div.sub {
	float: left;
	width: 166px;
}

body.page div.content div.sub div.subnav0 {
	background: url(../../images/p_button0.gif);
	color: #fff;
	font-family: 18px;
	font-weight: normal;
	height: 21px;
	padding: 20px 0 0px 15px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

body.page div.content div.sub div.subnav0:hover {
	background: url(../../images/p_button0_on.gif);
}

body.page div.content div.sub div.subnav#latestOffers
{
	background: url(../../images/p_button0.gif);
	color: #fff;
	font-family: 18px;
	font-weight: normal;
	height: 21px;
	padding: 20px 0 0px 15px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

body.page div.content div.sub div.subnav#latestOffers
{
	background: url(../../images/p_button0_on.gif);
}

body.page div.content div.sub div.subnav {
	background: url(../../images/p_button.gif);
	color: #fff;
	font-family: 18px;
	font-weight: normal;
	height: 14px;
	padding: 4px 0 5px 15px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

body.page div.content div.sub div.subnav:hover {
	background: url(../../images/p_button_on.gif);
}

body.page div.content div.sub div.subopen{
	background-color: #f4faf1;
	color: #368f04;
	font-size: 10px;
	line-height: 24px;
	padding: 10px;
}

body.page div.content div.sub div.subopen a{
	color: #368f04;
	text-decoration: none;
}

body.page div.content div.sub div.subopen a:hover, body.page div.content div.sub div.subopen a:visited{
	color: #368f04;
	text-decoration: underline;
}

body.page div.content div.text {
	float: right;
	width: 720px;
	margin-bottom: 50px;
	margin-left: 0px;
}

body.page div.content div.text p {
	margin-bottom: 30px;
}

body.page div.content div.text img.button  {
	margin-right: 10px;
}

body.page div.content div.box {
	float: right; 
	margin-top: 30px; 
	height: 400px; 
	margin-left: 0px; 
	width: 164px;
}

body.page div.content div.box p.text {
	padding: 15px 10px 20px 10px; 
	margin: 0px;
	width: 142px;
	border-left: solid 1px rgb(179,195,228); /*#e6e6e6*/
	border-right: solid 1px rgb(179,195,228);
	border-top: none 1px rgb(179,195,228);
	border-bottom: none 1px rgb(179,195,228);
}

* html body.page div.content div.box p.text {
	padding: 15px 10px 20px 10px; 
	margin-top: -15px;
	width: 142px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

body.page div.content div.box p.text1 {
	padding: 15px 10px 20px 10px; 
	margin: 0px;
	width: 142px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

body.page div.content div.box p.text1 span.viewAllButton
{
    display: block;
    padding-top: 3px;
    background-image: url('../../images/p_viewallButton.gif');
    background-repeat: no-repeat;
    height: 22px;
    width: 70px;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

body.page div.content div.boxblue {
	float: right; 
	margin-top: 30px;  
	margin-left: 0px; 
	width: 164px;
}

body.page div.content div.boxblue div.text { 
	margin-top: 30px;
	padding: 15px;  
	margin-left: 0px;
	margin-top: 0px; 
	width: 132px;
	border: 1px solid #bbcfee;
}

body.page div.content div.boxblue span { 
	font-size: 18px;
	line-height: 21px;
}

body.page div.content div.boxblue img { 
	float: left;
	margin-right: 10px;
}

div.line {
	border-top: 1px solid #e6e6e6;
	width: 100px;
	margin: 0px 0px 0px 10px;
}

body.page div.content table.offer div.box {
	padding: 5px;
	width: 512px;
	height: 35px;
	margin: 0px;
	background: #f3f2f2;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

body.page div.content table.offer div.box div.title {
	float: left;
	width: 330px;
	font-size: 13px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
}

body.page div.content table.offer div.box div.search {
	float: right;
	font-size: 10px;
	width: 170px;
}

body.page div.content table.offer div.box p {
	font-size: 10px;
	line-height: 12px;
	padding-top: 3px;
}

body.page div.content table.offer td.coupon {
	background: url(../../images/p_coupon_bg.gif) no-repeat;
	width: 170px;
	height: 168px;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	font-size: 10px;
	line-height: 11px;
}

body.page div.content table.offer td.coupon b {
	color: #000;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
}

body.page div.content table.offer td.coupon div.discount {
	float: right;
	width: 40px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	margin: 3px 0px 0px 0px;
	text-align: center;
}

body.page div.content table.offer td.coupon div.discount b {
	font-size: 13px;
	color: #fff;
}

body.page div.content table.offer td.coupon .offerName
{
	overflow: visible;
	white-space: pre-wrap;
	width: 110px;
	height: 20px;
	padding: 0px 0px 0px 2px;
}

/* Added by Carlos */
/* addedOffer class */
body.page div.content table.offer td.addedOffer
{
	/*background: url(../images/p_coupon_bg_incart.gif) no-repeat;*/
	background: url(../../images/p_coupon_bg.gif) no-repeat;
	/* for IE */
	/*filter: alpha(opacity=30);*/
	/* CSS3 standard */
	/*opacity: 0.3;*/
	width: 170px;
	height: 168px;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	font-size: 10px;
	line-height: 11px;
}

body.page div.content table.offer td.addedOffer b {
	color: #000;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
}

body.page div.content table.offer td.addedOffer div.discount {
	float: right;
	width: 40px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	margin: 3px 0px 0px 0px;
	text-align: center;
}

body.page div.content table.offer td.addedOffer div.discount b {
	font-size: 13px;
	color: #fff;
}

body.page div.content table.offer td.addedOffer .offerName
{
	overflow: visible;
	white-space: pre-wrap;
	width: 110px;
	height: 20px;
	padding: 0px 0px 0px 2px;
}

body.page div.content table.offer td.addedOffer div.buttons span.addRemoveOfferButton
{
    float: left;
    background-image: url('../../images/p_addButton.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 78px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
	cursor: pointer;
}

body.page div.content table.offer td.addedOffer div.buttons span.detailsButton
{
    float: left;
    background-image: url('../../images/p_detailsButton.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 54px;
	margin-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
	cursor: pointer;
}
/* addedOffer class */

/* rolloverOffer class */
body.page div.content table.offer td.rolloverOffer
{
	background: url(../../images/p_offer_over.gif) no-repeat;
	width: 170px;
	height: 168px;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	font-size: 10px;
	line-height: 11px;
}

body.page div.content table.offer td.rolloverOffer b {
	color: #000;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
}

body.page div.content table.offer td.rolloverOffer div.discount {
	float: right;
	width: 40px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	margin: 3px 0px 0px 0px;
	text-align: center;
}

body.page div.content table.offer td.rolloverOffer div.discount b {
	font-size: 13px;
	color: #fff;
}

body.page div.content table.offer td.rolloverOffer .offerName
{
	overflow: visible;
	white-space: pre-wrap;
	width: 110px;
	height: 20px;
	padding: 0px 0px 0px 2px;
}

body.page div.content table.offer td.rolloverOffer div.buttons span.addRemoveOfferButton
{
    float: left;
    background-image: url('../../images/p_addButton.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 78px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
	cursor: pointer;
}

body.page div.content table.offer td.rolloverOffer div.buttons span.detailsButton
{
    float: left;
    background-image: url('../../images/p_detailsButton.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 54px;
	margin-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
	cursor: pointer;
}
/* rolloverOffer class */

/* Added by Carlos */

body.page div.content table.offer div.image {
	height: 75px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom:5px;
	vertical-align: middle;
	margin-right: 0px;
	text-align: center;
}

* html body.page div.content table.offer div.image {
	height: 65px;
	margin-top: 0px;
	padding-top: 20px;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}


body.page div.content table.offer div.buttons {
	margin-left: 7px;
}

body.page div.content table.offer div.buttons img {
	margin-right: 5px;
}

body.page div.content table.offer div.buttons span.addRemoveOfferButton
{
    float: left;
    background-image: url('../../images/p_addButton.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 78px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
	cursor: pointer;
}


body.page div.content table.offer div.buttons span.addRemoveOfferButtonInCart
{
    float: left;
    background-image: url('../../images/p_detailsButton.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 54px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
	cursor: pointer;
}
    
body.page div.content table.offer div.buttons span.detailsButton
{
    float: left;
    background-image: url('../../images/p_detailsButton.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 54px;
	margin-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    overflow: visible;
	cursor: pointer;
}

body.page div.alerts {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 10px 0;
}

body.page div.alerts div.text {
	background: url(../../images/p_overviewbox_bg.gif) repeat-x;
	padding: 0 20px 0px 20px; 
	margin: 0px;
	width: 490px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#numOffersText
{
	text-decoration: underline;
	color: #2c5aa5;
}

div.tellAFriend
{
	margin: 0px 0px 15px 0px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

