/*-----------------------------------------------------------------------
 Standard styles
------------------------------------------------------------------------ */

* {
    padding: 0;
    margin: 0;
}

body {
    background: #8e9bac url( /skins/sites/template6/images/t6_bg.jpg ) repeat-y top center;
    text-align: center;
}

.clear {
    clear: both;
}

a:link, a:visited { color: blue; text-decoration: underline; }

a, a:link, a:visited {
    color: #7e7f6c;
    text-decoration: underline;
}

a:hover {
    color: #52483e;
}

a:active, a:focus {
    outline: 0;
}

a img {
    border: 0;
}

#container {
    width: 800px;
    margin: 0 auto;
}

/*-----------------------------------------------------------------------
   Logo styles
 ------------------------------------------------------------------------ */
#logo img {
    width: 239px;
    float: left;
    margin: 0 0 10px -1px;
}

/*-----------------------------------------------------------------------
   Contact styles
 ------------------------------------------------------------------------ */

#contact {
    width: 325px;
    float: right;
    margin: 28px 0 10px 0;
}

#contact li {
    float: right;
    color: #858d9b;
    font: 14px Helvetica, Arial, sans-serif;
    list-style: none;
    clear: right;
    margin: 2px 0;
}

#contact li#info {
    width: 125px;
    color: #858d9b;
    font: 14px Helvetica, Arial, sans-serif;

}

#contact li#email {
    width: 150px;
    color: #858d9b;
    font: 14px Helvetica, Arial, sans-serif;

}


#contact li#contactName {
    font-size: 18px;
    color: #858d9b;
}

.contactIcon {
    margin: 0 5px 0 0;
}

/*-----------------------------------------------------------------------
 Navigation styles
------------------------------------------------------------------------ */
#nav {
    font: normal 100% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    width: 800px;
    height: 46px;
    background: url( "/images/en_US/template6/trans.png" ) repeat;
    border: #d4cdc7 1px solid;
    float: left;
    margin: 5px 0;
}

#nav li {
    float: left;
    margin: 14px 7px 0 13px;
    list-style: none;
}

#nav li a {
    color: #7e7f6c;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    display: block; /*allow underline for a:hover IE*/
}

#nav li a:hover {
    color: #67693f;
    border-bottom: #7c8ca5 1px solid;
}

#nav li#current a {
    color: #7e7f6c;
    border-bottom: #7c8ca5 1px solid;
}

#nav li#hc a {
    color: #899dbc;
    text-decoration: underline;
}

#nav li#hc a:hover {
    color: #50688d;
    border-bottom: #7c8ca5 1px solid;
}

#nav li#hc_c a {
    color: #899dbc;
    border-bottom: #7c8ca5 1px solid;
}

/*navigation for hostess connection pages*/
#subnavlist {
    font-family: arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    font-weight: bold;
    text-align: center;

}

#subnavlist a:link, #subnavlist a:active, #subnavlist a:visited {

    font-weight: bold;
    margin: 0 0 4px 21px;
    text-decoration: none;
    color: #776859;
    padding: 4px;
}

#subnavlist a#current:link, #subnavlist a#current:visited, #subnavlist a#current:active, #subnavlist a:hover {
    border-top: 1px solid #B0B670;
    border-bottom: 1px solid #B0B670;
    background: transparent;
    color: #B0B670;
}

/*-----------------------------------------------------------------------
   Content styles
 ------------------------------------------------------------------------ */

#content {
    width: 800px;
    background: url( "/images/en_US/template6/trans.png" ) repeat;
    border: #d4cdc7 1px solid;
    top: 190px;
    float: left;
}

/*-----------------------------------------------------------------------
 Homepage styles
------------------------------------------------------------------------ */

#homeContent {
    width: 800px;
    height: auto;
    background: url( "/images/en_US/template6/trans.png" ) repeat;
    border: #d4cdc7 1px solid;
    top: 190px; /*IE (no position)*/
    float: left;
}

.heading {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    color: #a59687;
    margin-bottom: 8px;
}

.heading_img {
    margin: 14px 0 2px 0;

}

#homeContent_lower {
    width: 838px; /*IE wider for b'fly*/
    height: 300px;
    float: left;
    margin-bottom: 50px;
}

#homeContent_lower_L {
    margin-top: 18px;
    float: left;
    width: 440px;
}

#homeContent_lower_R {
    margin-top: 2px;
    width: 391px; /*stack*/
    float: right;
    position: relative;
}

#freeJewelry_en_US {
    width: 440px;
    height: 278px;
    background: url( /skins/sites/template6/images/en_US/index_freeJewelry_BG.jpg ) no-repeat;
}

/*Free Jewelry box*/
#freeJewelry_en_US p {
    text-align: left;
    padding: 5px 2px 0 10px;
}

#freeJewelry_en_US a {
    color: #5a5a5a;
    font: 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

#freeJewelry_en_US a:hover {
    text-decoration: underline;
}

#freeJewelry_en_US img.preview {
    margin-top: 66px;
}

#freeJewelry_en_US img.button {
    position: relative;
    top: 1px;
}

#freeJewelry_en_CA {
    width: 440px;
    height: 278px;
    background: url( /skins/sites/template6/images/en_CA/index_freeJewelry_BG.jpg ) no-repeat;
}

/*Free Jewelry box*/
#freeJewelry_en_CA p {
    text-align: left;
    padding: 5px 2px 0 10px;
}

#freeJewelry_en_CA a {
    color: #5a5a5a;
    font: 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

#freeJewelry_en_CA a:hover {
    text-decoration: underline;
}

#freeJewelry_en_CA img.preview {
    margin-top: 66px;
}

#freeJewelry_en_CA img.button {
    position: relative;
    top: 1px;
}


/*Join Us box*/
#joinUs {
    width: 391px;
    height: 151px;
    background: url( /skins/sites/template6/images/index_joinUs_BG.jpg ) no-repeat;
    margin-bottom: 8px;
}

#joinUs p {
    text-align: left;
    padding: 110px 2px 0 10px;
    width: 330px;
    float: left; /*IE*/
}

#joinUs a {
    color: #5a5a5a;
    font: 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

#joinUs a:hover {
    text-decoration: underline;
}

/*Red Carpet Box */
#redCarpet {
    width: 356px;
    height: 135px;
    background: url( /skins/sites/template6/images/index_redCarpet_BG.jpg ) no-repeat;
    float: left; /*IE*/
}

#redCarpet p {
    text-align: left;
    padding: 96px 2px 0 10px;
    width: 330px;
    float: left; /*IE*/
}

#redCarpet a {
    color: #5a5a5a;
    font: 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
}

#redCarpet a:hover {
    text-decoration: underline;
}

#CNBC {
    position: relative;
    top: 10px;
    right: 235px;
    padding-bottom: 20px;
}

/*-----------------------------------------------------------------------
 Secondary Page styles
------------------------------------------------------------------------ */

#secondaryContent {
    width: 800px;
    background: url( "/images/en_US/template6/trans.png" ) repeat;
    border: #d4cdc7 1px solid;
    top: 190px; /*IE (no position)*/
    margin-bottom: 45px; /* for bottom gap */
    clear: both;
}

#secondaryContent td { text-align: left; }

#secondaryContent-hc{
    width: 800px;
    background: url( "/images/en_US/template6/trans.png" ) repeat;
    border: #d4cdc7 1px solid;
    top: 190px; /*IE (no position)*/
    margin-bottom: 45px; /* for bottom gap */
    clear: both;
}

.secondaryHeading {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    color: #a59687;
    text-align: left;
}

.secondaryHeading1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    color: #8b914e;
    text-align: left;
    border-bottom: #8b914e 1px solid;
    margin-bottom: 5px;
}

.secondaryHeading2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    color: #8b914e;
    text-align: left;
    margin-bottom: 5px;
}

.secondaryHeading_img {
    margin: 14px 0 0 0;
}

/*-----------------------------------------------------------------------
   Text styles
 ------------------------------------------------------------------------ */
.text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #747660;
    text-align: left;
    line-height: 17px;
    margin-bottom: 10px;

}

.text_bold {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    line-height: 17px;
    margin-bottom: 10px;
}

.text_list {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #747660;
    text-align: left;
    line-height: 17px;
}

.text_list1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #747660;
    text-align: left;
    line-height: 17px;
}

.text12 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #747660;
}


td.section4 {
    color: #747660;
    font-size: 14px;
    font-weight: bold;
}

#ourOpp {
    left: 14px;
    position: relative;
}

p.text a:visited {
    color: #776859;
    text-decoration: underline;
}

p.text a:hover {
    color: #52483e;
}

.linkheading {
    font-family: arial, sans-serif;
    font-size: 15px;
    text-decoration: underline;
    color: #8b914e;
    text-align: left;
}

p.linkheading a {
    color: #8b914e;
    text-decoration: underline;
    font-weight: bold;
}

p.linkheading a:hover {
    color: #52483e;
}

.error {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: red;
    text-align: center;
    line-height: 17px;
    margin-bottom: 10px;
}

.caption {
    font-size: 14px;
    color: #747660;

}

.header {
    color: #747660 !important;
    font-size: 14px;
    font-weight: bold
}

table.section2 {
    background-color: #ae8f71;
    border: solid 2px #ffffff
}

table.section3 {
    background-color: #8e9bac;
    font-size: 12px;
    border: solid 2px #ffffff
}
.even { background-color: #d2e0e7 }
.odd { background-color: white }

.even { background-color: #d2e0e7 }
.odd { background-color: white }

/* used by NWL tags for rendering INACTIVE links */
a.linkActive:link, a.linkActive:active, a.linkActive:visited, a.linkActive:hover {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

a.linkActive:hover {
    color: black;
    text-decoration: underline;
}

.linkInactive {
    font-weight: bold;
    color: #CCCCCC;
    text-decoration: none;
}

a.linkcolor:link, a.linkcolor:active, a.linkcolor:visited, a.linkcolor:hover { color: blue; text-decoration: underline; }

.pagedListFooter {
    color: black
}

table.sectiondark {
    color: #747660
}

td.sectiondark {
    color: #747660
}

.text14 {
    color: #747660;
    font-size: 16px;
}

.subTotal {
    color: #8e9bac !important;
    font-size: 14px;
    font-weight: bold
}

.subheader {
    color: #747660 !important;
    font-weight: bold
}

td#subheader {
    color: #5587a3;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #c9dae2;
    padding: 3px
}

.text10 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: black;
}

.or {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #747660;
}

.input-caption {
    color: #747660;
}

.text11i {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #747660;
    font-style: italic;
}

td {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.heading-tips {
    font-family: arial, sans-serif;
    font-size: 17px;
    color: #747660;
}

.heading1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #747660;
    position: relative;
    right: 16px;
}

.heading2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #747660;
}

.heading3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 17px;
	color: #a59687;
}

.error_section_header {
    background-color: #AE8F71;
    font: 15px "verdana", "Lucida Sans Unicode", "arial", "helvetica";
    color: #FFFFFF;
    font-weight: bold
}

.error_line_item_header {
    background-color: #FFFFCC;
    font: 11px "verdana", "Lucida Sans Unicode", "arial", "helvetica";
    font-weight: bold
}

.error_line_item_detail {
    background-color: #FFFFCC;
}

.help-background { background-color: #EFEBE8; }

a.guestReply:link, a.guestReply:active, a.guestReply:visited, a.guestReply:hover { color: blue; text-decoration: underline; }

/************************************************************************/
/* COMMON
/************************************************************************/
select, input, textarea { font: 12px "Arial", "Trebuchet MS", "verdana", "Lucida Sans Unicode", "helvetica"; color: #000000; border: 1px solid #9F9898; }
/* It disables the border around input checkbox due to the class above */
.no-border { border: 0 }

/************************************************************************/
/* Product Catalog
/************************************************************************/
.productCatalog-header-name {clear: both; margin: 5px 0; font-weight: normal; font-size: 21px; color: #516377; font-family: Georgia, Times, serif; }

#productCatalog-main-template-container { clear: both; width: 990px; margin: 0 auto; }
#productCatalog-popup {
	float:left;
	clear:both;
	padding: 0px;
	width: 100%;
    margin-left: 10px;
    margin-right: 10px;
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	text-align: left;
	background: url(/images/en_US/productcatalog/host-lookup-bg.gif) top left repeat-x;
    background-color: #FFF;
    color: #000;}
#productCatalog-popup label {color: black;}
#productCatalog-popup h1 {font-size: 16px;}
#productCatalog-popup h2 {font-size: 14px;}

#productCatalog-template {float:left; clear:both; padding: 0px; width: 100%; background-color: white; font-family: Arial, Helvetica, sans-serif;  font-size: 12px; color: #000000; text-align: left; }
#productCatalog-template label { color: #000; font-weight: normal; }
#productCatalog-template TD {vertical-align: top;}
#productCatalog-template H1 {font-size: 21px; color: #516377; font-family: Georgia, "Times New Roman", Times, serif;}
#productCatalog-template h2 {font-size: 18px; color: #516377; font-family: Georgia, "Times New Roman", Times, serif;}

#productCatalog-template .productCatalog-h1 {font-size: 21px; color: #516377; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; display: block; }
#productCatalog-template .productCatalog-h2 {font-size: 18px; color: #516377; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; display: block; }
#productCatalog-template .productCatalog-h3 {font-size: 16px; color: #516377; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; display: block; }

#productCatalog .productCatalog-h1 { font-weight: normal !important; font-family: Georgia, serif; font-size: 18pt; color: #5b7187; }

/* Common */
#productCatalog-categoryTrail {clear:both; float:left; margin: 5px 0px 5px 0; font-family: "Times New Roman", Times, serif; font-size: 12px; color:#0f212f; text-transform: uppercase;}
#productCatalog-categoryTrail a {font-family: Georgia, Times, serif; font-size: 10px; color:#5b7187; text-transform: uppercase; font-weight: normal; text-decoration: none !important; }

#productCatalog-categoryListContainer { clear: both; border:solid 1px #999; }
#productCatalog-pagingBar {clear:both; float:left; width: 100%; margin: 5px 0 5px 0; border:solid 1px #ccdce8; background-color: #E6F6FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #514e30;}
#productCatalog-pagingBar a {color: #514e30; font-weight: normal; text-decoration: underline; border: 0;}

/* Catalog Menu and Header */
#productCatalog-template-left {width: 173px; overflow: auto; height: 100%; text-align:right;}

#productCatalog-template-menu-container {border-right: 2px solid #B8B8B8;}
#productCatalog-template-menu {padding: 0 0 0 10px;}
#productCatalog-template-menu a.productCatalog-menu:link, a.productCatalog-menu:visited{ color: #0e2839; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal;  text-decoration: none; margin-right:5px; line-height: 26px; }
#productCatalog-template-menu a.productCatalog-menu:hover{ text-decoration: underline;}
#productCatalog-template-menu a.productCatalog-menu-active{color: #0e2839; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: bold;  text-decoration: underline; margin-right:5px; line-height: 26px;}

/*** PRODUCT CATALOG HEADER START ***/
#productCatalog-template-header {clear: both !important; background-color: #7a91b4; width: 100%; border-bottom: 10px solid #5b7187; font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #FFF; font-weight: normal; text-align: left; }
#productCatalog-template-header #productCatalog-header-wrapper { width: 100%; overflow: auto; }

#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-search { float:left; width: 172px; height: 110px; border-right: 1px solid #bdc8da; padding: 0; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-search #productSearch { margin: 15px 0 0 17px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-search #productSearch-form { clear: both; float: left; margin: 5px 0 0 17px; width: 144px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-search #productSearch-form #productSearch-input { float: left; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-search #productSearch-form #productSearch-button { margin-top: 8px; float: right; }

#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column2 { float: left; width: 365px; height: 110px;  border-right: 1px solid #bdc8da; padding: 0; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column2 #how-to-purchase-header { display: block; margin: 10px 0 0 17px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column2 #host-a-show-header { display: none; margin: 10px 0 0 17px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column2 p { font-family: Arial, sans-serif; font-size: 11px; margin: 12px 17px 0 0; line-height: 1.5em; }

#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 { float: left; padding: 0; margin: 10px 20px 0; width: 405px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 #title { font-family: Georgia, Times, serif; font-size: 18px; color: #FFF; text-decoration: underline; }

#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 #hostLookup-partyHost { float: left;margin-top: 5px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 #hostLookup-firstName { float: left; width: 157px; margin: 12px 0 0 0; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 #hostLookup-lastName { float: left; width: 157px; margin: 12px 0 0 0; padding-left: 14px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 #hostLookup-button { float: left; width: 60px; margin: 12px 0 0 0; padding-left: 14px; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 #hostLookup-footnote { float: left; padding-top: 3px; margin: 0; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 h5 { padding: 0; margin: 8px 0; font-family: Arial, Verdana, sans-serif; font-size: 17px; color: #FFF; }
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 a:link,
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 a:visited,
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 a:hover,
#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 a:active { font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; }

#productCatalog-template-header #productCatalog-header-wrapper #productCatalog-header-column3 #oe-view-cart { float: right; margin-top: 5px; text-align: right; }

#productCatalog-template-header a:link,
#productCatalog-template-header a:visited,
#productCatalog-template-header a:hover,
#productCatalog-template-header a:active { font-family: Georgia, Times, serif; font-size: 18px; color: #FFF !important; text-decoration: underline; font-weight: normal !important; }

input.productCatalog-search { background: url(/skins/sites/template6/images/product-search.png) top left no-repeat; padding: 0 5px; line-height: 18px; width: 144px; height: 18px; border: none; }
input.productCatalog-hostLookup { background: url(/skins/sites/template6/images/host-lookup.png) top left no-repeat; padding: 0 5px; line-height: 18px; width: 157px; height: 18px; border: none; }
/*** PRODUCT CATALOG HEADER END ***/

a.productCatalog-hostLookUp {color: #0000FF; font-weight: bold; text-decoration:none;}

#productCatalog-template-main {clear:both; font-size: 12px; font-family:Arial, Helvetica, sans-serif; width: 98%; margin: 5px}
#productCatalog-template-main a {color: black}

#productCatalog-hostName {font-family: Verdana, sans-serif; font-size: 12px; colcolor: #FFF;}

/* Catalog Listing Page */
#productCatalog-catalogs{clear: both; float: left; text-align: left; margin: 5px 0;}
#productCatalog-catalogs a { font-weight: normal !important; }
#productCatalog-catalogs img.catalog-cover {
    border: 1px solid #B6CDDF;
}
#productCatalog-catalog {clear: none; float: left; text-align: center; padding: 20px}
#productCatalog-catalog a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0f212f; text-decoration: none;}

/* Catalog Page */
#productCatalog-catalogPages {clear: both; text-align: center; background-color: #dbecf0; width: 90%; border: solid 3px #3a6882; margin: 10px 0 15px 25px; color: #776859; font-size: 12px}
#productCatalog-catalogPages a {color: #776859; text-decoration: underline; font-weight: bold   }
#productCatalog-catalogPage {float: left; text-align: center;}
#productCatalog-catalogPage-pageNumber {color: #396781; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}

a.productCatalog-pageLink-active {color: #396781 !important; text-decoration: none !important; cursor: text;}
a.productCatalog-pageLink-inactive {color: #776859; text-decoration: underline;}

/* Category Listing Page */
#productCatalog-categoryListingItems {width: 100%; text-align: center; float: left; vertical-align: middle; margin: 10px 0 5px 3px;}
#productCatalog-categoryListingItem { text-align: left; float:left; margin: 0 10px 15px 20px; width: 199px; height: 294px; border: 1px solid #999; padding: 13px; background-color:#FFF; }
#productCatalog-categoryListingItem div.itemLink { width: 199px; padding:0px; margin:0px;}
#productCatalog-categoryListingItem div.product-category-image { float:left; margin: 0; padding: 0; width: 199px; height: 223px; overflow: hidden;}
#productCatalog-categoryListingItem a {color: black; text-decoration: none; font-weight: bold}

/* Detail Pages */

#productCatalog-detail-main {clear: both; width: 100%;}
#productCatalog-detail-left {clear: none; width: 510px; float:left;}
#productCatalog-detail-left-top {clear: none; float:left; min-height: 381px; height: auto; padding-bottom:10px; margin: 0px; background-color: #e3e4e6; width: 510px; border: 1px solid #999;}

#productCatalog-imageFrame { text-align: center; float:left; width: 250px; margin: 0 10px;}
#productCatalog-imageFrame a {font-weight: bold; text-decoration: none;}
#productCatalog-viewLarger {float:left; line-height: 12px; margin-top: 10px; margin-left:7px; font-family: Georgia, Times, serif; font-size: 12px; font-weight: normal; color: #5b7187;}
#productCatalog-viewLarger a:link, #productCatalog-viewLarger a:visited, #productCatalog-viewLarger a:hover, #productCatalog-viewLarger a:active { color: #5b7187; font-family: Georgia, serif; font-size: 12px; font-weight: normal; }

#productCatalog-content {text-align: left; float:left; margin: 10px 0; width: 216px; color: #000; font-family: Georgia, Times, serif; font-size: 10pt; }
#productCatalog-style {font-weight: bold}
#productCatalog-promoMessage {color: #008aff; font-weight: bold; text-align: left;}

#productCatalog-recentlyViewedItems { clear:both; width: 100%; padding-top: 30px; text-align: left; }
#productCatalog-recentlyViewedItems h1 {text-align: left; padding-top: 5px; }
#productCatalog-recentlyViewedItem {float: left; text-align: left; width: 124px; margin: 10px 13px 0 0;}
#productCatalog-recentlyViewedItem a {font-weight: normal; text-decoration: none; color: #5b7187; font-size: 12px; font-family: Georgia, serif; }

#productCatalog-upsellItems {clear:both; width: 100%; padding-top: 20px}
#productCatalog-upsellItem {float: left; text-align: center; width: 100%; padding:2px; margin-top: 5px; background-color: #D5E5F3;}

#productCatalog-savePlanMessage {float:left; clear: both;background-color: #D5E5F3;}

#productCatalog-matchingItems {float: left; height: 381px; width: 228px; text-align: center; padding-bottom:10px; }
#productCatalog-matchingItems h1 {text-align: center; padding-top: 15px; padding-bottom: 5px}
#productCatalog-matchingItem {clear: both; text-align: center;  margin: 10px; min-height: 80px; }
#productCatalog-matchingItem div.matching-item-image { margin: 0 auto; padding: 0; width: 87px; overflow: hidden; }
#productCatalog-matchingItem a {font-weight: normal; text-decoration: none; color: #5b7187; font-size: 12px; font-family: Georgia, serif; }

#productCatalog-divSwatches {clear: both; width: 100%;}
#productCatalog-divSwatches a {text-decoration: none;}

#productCatalog-divSwatch{ margin: 5px; float:left; text-align: center;}

.productCatalog-swatchBorder {border: 1px solid black;}
.productCatalog-swatchBorderSelected {border: 1px solid red;}

/* Search Listing */
#productCatalog-searchResultTable {clear: both; width: 100%;}
#productCatalog-searchResultTable table {width: 100%}
#productCatalog-searchResultTable th {background: #2A5E77; color: white; }
#productCatalog-searchResultTable tr {padding-top:5px }
#productCatalog-searchResultTable tr#odd {background: #cccccc; }
#productCatalog-searchResultTable tr#event {background: #2A5E77; }
#productCatalog-searchResultTable td {padding:5px }
#productCatalog-searchResultTable a {color: black; text-decoration: underline;}


td.even {
  background-color: #ffffff;
}
td.odd {
  background-color: #C9DAE2;
}
th {
  font-family: Arial, verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
  background-color: #8ca9af;
}

  /*TABLES*/
  table.border {border:1px solid #C9DAE2;}
  .popupdiv {position: absolute; top: 0; left: 0; width: 180px; visibility: hidden; display: block }

  a.linkcolor:link, a.linkcolor:active, a.linkcolor:visited, a.linkcolor:hover { color: blue; text-decoration: underline; }
  
    a.linkActive:link, a.linkActive:active, a.linkActive:visited, a.linkActive:hover { color: blue; text-decoration: underline;font-weight: bold; }
    .linkInactive { font-weight: bold; color: #CCCCCC; text-decoration: none; }
    .pagedListFooter{color: black}


.headerForm {font-weight:bold;}
/* It defines the bg color of the forms in ordering */
table.content_background {background-color: #ffffff;}
.header_background {background-color: #F1FAFF; border: 1px solid #999999;}

TD.featuredBGColor {background-color: #0078C1; color:#ffffff;}
td.featuredLightBGColor {background-color: #BBDBEF;}

/*** host lookup ***/
#hostLookup-container {
    width: 375px;
    margin: 10px;
    background: url(/images/en_US/productcatalog/host-lookup-bg.gif) top left repeat-x;
    background-color: #FFF;
    text-align: left;
    font-family: Georgia, Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    overflow: hidden;
}

#hostLookup-container #header {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    width: 265px;
    margin: 3px 0 0 3px;
}

#hostLookup-container p {
    margin: 10px 20px 10px 10px;
}

#hostLookup-container table#tblHostLookup td {
    font-family: Georgia, Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

div.buttonBlue {
    border: 1px solid #858585;
    background-color: #ccdce9;
    cursor: pointer;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: bold;
    color: #6391b6;
    padding: 3px 0;
    text-transform: uppercase;
    text-align: center;
}
/*** host lookup ***/

/** Category List Paging Bar **/
#productCatalog-categoryListPagingBar {clear:both; width: 100%; background: url(/images/en_US/productcatalog/paging/topbar-bg.gif) top left repeat-x; font-family: Arial; font-size: 14px; color: #514e30; height: 37px; line-height: 37px; padding: 0; overflow: hidden; }
#categoryListPageNumberOff {float: left; width:22px; height:19px; border: 1px solid #999; background: url(/images/en_US/productcatalog/paging/bg-number-button-off.gif) top left repeat-x; margin: 7px 2px auto 0; text-align:center; line-height:19px;}
#categoryListPageNumberOff a {font-weight: bold; text-decoration: none; color: #5b7187;}
#categoryListPageNumberOn {float: left; width:22px; height:19px; border: 1px solid #5b7187; background: url(/images/en_US/productcatalog/paging/bg-number-button-on.gif) top left repeat-x; margin: 7px 2px auto 0; text-align:center;font-weight: bold; text-decoration: none; color: #fff; line-height:19px;}
#categoryListPagingOff {float: left; margin: 7px 1px 0 1px;}
#categoryListPagingOn {float: left;margin: 9px 1px 0 1px;}
#categoryListViewAll {float: right; margin: 7px 0 0 3px;}
/** Category List Paging Bar **/

/*- Button 1--------------------------- */
.buttonwrapper{ overflow: hidden; width: 100%; clear: both; cursor: pointer; }

a.button1 span{ background: transparent url("/images/en_US/template6/button1/1-right.gif") no-repeat top right; display: block; padding: 4px 9px 4px 0; text-decoration:none;}
a:link.button1, a:visited.button1, a:active.button1{ background: transparent url("/images/en_US/template6/button1/1-left.gif") no-repeat top left;display: block;float: left;font: 11px Arial;line-height: 15px;height: 23px;padding-left: 9px;text-decoration: none;font-weight: bold;letter-spacing: .5px;color: #75B3b4; text-transform:uppercase;}
a.button1:hover{background-position: bottom left;text-decoration:none;}
a.button1:hover span{ background-position: bottom right; color: #FFF; }

a.button1-fixed span{ background: transparent url("/images/en_US/template6/button1/1-right.gif") no-repeat top right; display: block; padding: 4px 9px 4px 0; text-decoration:none; width: 80px; text-align: center; }
a:link.button1-fixed, a:visited.button1-fixed, a:active.button1-fixed { background: transparent url("/images/en_US/template6/button1/1-left.gif") no-repeat top left;display: block;float: left;font: 11px Arial;line-height: 15px;height: 23px;padding-left: 9px;text-decoration: none;font-weight: bold;letter-spacing: .5px;color: #75B3b4; text-transform:uppercase;}
a.button1-fixed:hover{ cursor: pointer; background-position: bottom left;text-decoration:none;}
a.button1-fixed:hover span{ background-position: bottom right; color: #FFF; }

/*- Button 1 2 lines --------------------------- */
a.button1-2lines span{ background: transparent url("/images/en_US/template6/button1/1-right2lines.gif") no-repeat top right; display: block; padding: 4px 9px 4px 0; text-decoration: none; text-align: center; }
a:link.button1-2lines, a:visited.button1-2lines, a:active.button1-2lines{ background: transparent url("/images/en_US/template6/button1/1-left2lines.gif") no-repeat top left; display: block; float: left; font: 11px Arial; line-height: 14px; height: 36px; padding-left: 9px; text-decoration: none; font-weight: bold; letter-spacing: .5px; color: #75B3b4; text-transform:uppercase;}
a.button1-2lines:hover{ background-position: bottom left;text-decoration: none; }
a.button1-2lines:hover span{ background-position: bottom right; color: #FFF; }

a.button1-2lines-fixed span{ background: transparent url("/images/en_US/template6/button1/1-right2lines.gif") no-repeat top right; display: block; padding: 4px 9px 4px 0;  width: 80px; text-align: center; }
a:link.button1-2lines-fixed, a:visited.button1-2lines-fixed, a:active.button1-2lines-fixed { background: transparent url("/images/en_US/template6/button1/1-left2lines.gif") no-repeat top left; display: block; float: left; font: 11px Arial; line-height: 14px; height: 36px; padding-left: 9px; text-decoration: none; font-weight: bold; letter-spacing: .5px; color: #75B3b4; text-transform:uppercase;}
a.button1-2lines-fixed:hover{ cursor: pointer; background-position: bottom left; }
a.button1-2lines-fixed:hover span{ background-position: bottom right; color: #FFF; }

/*- Button 1 3 lines --------------------------- */
a.button1-3lines{ background: transparent url("/images/en_US/template6/button1/1-left3lines.gif") no-repeat top left; display: block; float: left; font: 11px Arial; line-height: 14px; height: 49px; padding-left: 9px; text-decoration: none; font-weight: bold; letter-spacing: .5px; text-transform:uppercase;}
a:link.button1-3lines, a:visited.button1-3lines, a:active.button1-3lines{ color: #75B3b4; }
a.button1-3lines span{ background: transparent url("/images/en_US/template6/button1/1-right3lines.gif") no-repeat top right; display: block; padding: 4px 9px 3px 0; }
a.button1-3lines:hover{ background-position: bottom left; }
a.button1-3lines:hover span{ background-position: bottom right; color: #FFF; }

a.button1-3lines-fixed { background: transparent url("/images/en_US/template6/button1/1-left3lines.gif") no-repeat top left; display: block; float: left; font: 11px Arial; line-height: 14px; height: 49px; padding-left: 9px; text-decoration: none; font-weight: bold; letter-spacing: .5px; text-transform:uppercase;}
a:link.button1-3lines-fixed, a:visited.button1-3lines-fixed, a:active.button1-3lines-fixed { color: #75B3b4; }
a.button1-3lines-fixed span{ background: transparent url("/images/en_US/template6/button1/1-right3lines.gif") no-repeat top right; display: block; padding: 4px 9px 3px 0; width: 80px; text-align: center;}
a.button1-3lines-fixed:hover{ cursor: pointer; background-position: bottom left; }
a.button1-3lines-fixed:hover span{ background-position: bottom right; color: #FFF; }

/*- Button 2--------------------------- */
a.button2 span{ background: transparent url("/images/en_US/template6/button2/1-right.gif") no-repeat top right; display: block; padding: 4px 9px 4px 0; text-decoration:none; color: #838383; }
a:link.button2, a:visited.button2, a:active.button2{ background: transparent url("/images/en_US/template6/button2/1-left.gif") no-repeat top left;display: block;float: left;font: 11px Arial;line-height: 15px;height: 23px;padding-left: 9px;text-decoration: none;font-weight: bold;letter-spacing: .5px;color: #838383; }
a.button2:hover{background-position: bottom left;text-decoration:none;}
a.button2:hover span{ background-position: bottom right; color: #838383; }

/*- Button 2 2 lines --------------------------- */
a.button2-2lines span{ background: transparent url("/images/en_US/template6/button2/1-right2lines.gif") no-repeat top right; display: block; padding: 4px 9px 4px 0; text-decoration: none; text-align: center; color: #838383; }
a:link.button2-2lines, a:visited.button2-2lines, a:active.button2-2lines{ background: transparent url("/images/en_US/template6/button2/1-left2lines.gif") no-repeat top left; display: block; float: left; font: 11px Arial; line-height: 14px; height: 36px; padding-left: 9px; text-decoration: none; font-weight: bold; letter-spacing: .5px; color: #838383;}
a.button2-2lines:hover{ background-position: bottom left;text-decoration: none; }
a.button2-2lines:hover span{ background-position: bottom right; color: #838383; }

/*- Button set width--------------------------- */
a.button2-fixed span{ background: transparent url("/images/en_US/template6/button2/1-right_green.gif") no-repeat top right; display: block; padding: 4px 9px 4px 0; text-decoration:none; width: 125px; text-align: center;}
a:link.button2-fixed, a:visited.button-fixed, a:active.button-fixed{ background: transparent url("/images/en_US/template6/button2/1-left_green.gif") no-repeat top left;display: block;float: left;font: 11px Arial;line-height: 15px;height: 23px;padding-left: 9px;text-decoration: none;font-weight: bold;letter-spacing: .5px;color: #FFF; }
a.button2-fixed:hover{background-position: bottom left;text-decoration:none;}
a.button2-fixed:hover span{ background-position: bottom right; color: #FFF; }

/*** Catalog Intro ***/
.productCatalog-intro-rightSideBar { width:251px; height:177px; float:left; }
.productCatalog-intro-rightSideBar .productCatalog-intro-text { width:129px; height:175px; float:left; }
#productCatalog-intro-rightSideBar1 { margin: 0 0 0 6px; padding: 7px 7px 12px; border-bottom: 1px solid #7a91b4; }
#productCatalog-intro-rightSideBar2 { margin: 8px 0 0 6px; padding: 7px; }
/*** Catalog Intro ***/

#freeJewelry_en_CA a 

{

color: #5a5a5a;

font-family: Helvetica,Arial,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 14px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

text-decoration: none;

}

#freeJewelry_en_CA a:hover

{

text-decoration: underline;

}

#hostess-rewards-info h2 { font-weight: normal !important; font-family: Georgia, "Times New Roman", serif; font-size: 21px; color: #a59687; text-align: left; margin-bottom: 10px; }
#hostess-rewards-info h3 { font-weight: normal !important; font-family: Georgia, "Times New Roman", serif; font-size: 21px; color: #8b914e; text-align: left; margin-top: 5px; }
#hostess-rewards-info p { font-family: Helvetica, Arial, sans-serif; font-size: 14px; color: #747660; text-align: left; line-height: 17px; margin-bottom: 10px; }

.text_important { font-weight: bold; }
.text_important_large { font-weight: bold; font-size: 14px; }

.text_important td { text-align:left; }

.textContxt {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #747660;
    text-align: left;
    line-height: 17px;
    margin-bottom: 10px;

}

.header17 { color: #396781 !important; font-size: 17px; font-family: Arial; font-weight: bold }

#doubleBorder {
	border:1px solid #203446;
	padding:3px;
	background:#CCC;
	}
