

/*
GENERAL MARKUP FORMATTING
*/





form input.text {
    font-size: 1.2em;
    border-width: 1px;
    background: #eee;
    margin-right: 1em;
    line-height: 1em;
    color: #000;
    padding: 4px;
}

form label {
    margin-right: 1em;
}


html>body form input.text {
    background: url( '/images/input_text_bg.png' ) top left repeat-x transparent;
    _background-image: url( '/images/input_text_bg.gif' );
    border-width: 0;
}

hr {
    width: 95%;
    color: #D5AE65;
    background-color: #D5AE65;
    text-align: center;
    border: 0;

/*border-bottom: 1px solid #D5AE65;*/
}

hr.dots {
    width: 95%;
    color: #D5AE65;
    background-color: #D5AE65;
    text-align: center;
}


a:link,
    a:visited,
    a:hover,
    a:active {

    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #FFF;
    font-weight: bold;
}

h1 {
    font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}

h5 {
    font-weight: bold;
}

div#main_content h1,
    div#main_content h2,
    div#main_content h3,
    div#main_content h4,
    div#main_content h5 {
    color: #000;
}

p {
    text-align: left;
    padding: 10px;
}
ul.ppadded {
    padding: 10px;
}

address {
    background-color: #fcfbe0;
    padding: 1em 2em;
    margin: 0 10px;
    border: 1px solid #405683;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/*
	GENERAL CLASS-BASED FORMATTING
*/

.w100 {
    width: 100%;
    overflow: auto;
    clear: both;
    text-align: center;
}

.w95 {
    width: 95%;
    overflow: auto;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.w80 {
    width: 80%;
    overflow: visible;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.colGold {
    color: #D5AE65 !important;
    color: #D5AE65;
}

.w50 {
    width: 49%;
    padding: 0;
    margin: 0;
/*	    border: 1px dashed red; */
}

.nowrap {
    white-space: nowrap;
}

ul.horiz {
    text-align: center;
    width: 100%;
/*		border: 1px dashed black;*/
}

ul.horiz li {
    float: left;
    width: 32%;
    min-height: 75px;
    height: auto !important;
    height: 75px;
/*			border: 1px dashed blue;*/
}

/*
DIV STRUCTURE & FORMATTING
*/



#clear_content {
    text-align: left;
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
/*	border: 1px dashed #D5AE65; */
}











div#contentahead {
    text-align: center;
}

div#contentahead h1 {
    font-family: Tahoma, Sans-Serif;
    font-size: 22px;
    font-weight: lighter;
    display: inline;
    color: #203673;
    padding-left: 55px;
    padding-right: 55px;
    border-bottom: 2px solid #D5AE65;
}

div#contenta {
    margin: 10px;
    font-family: Tahoma, Sans-Serif;
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
}

div#contenta h3 {
    color: #D5AE65;
    margin-top: 8px;
    padding-left: 10px;
    font-family: Tahoma, Sans-Serif;
    font-size: 17px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
}

div#contenta form div {
    text-align: left;
    margin-bottom: 8px;
}
div#contenta form div.checkoutButton {
    text-align: center;
}

div#contenta form label {
    font-weight: bold;
    color: #00284F;
}

div#contenta form div label {
    float: left;
    width: 140px;
    text-align: left;
}


























div#content {
    background-color: #FFFFFF;
    color: #000;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

div#main_content {
    margin-top: 0;
    margin-bottom: 0;
}






div#main_content .twin {
    width: 48%;
    padding: 0;
    margin: 0;
    overflow: visible;
}
.left {
    float: left;
}
.right {
    float: right;
}

.aleft {
    text-align: left;
}
.aright {
    text-align: right;
}
.acenter {
    text-align: center !important;
}

div#main_content a:link,
    div#main_content a:visited,
    div#main_content a:hover,
    div#main_content a:active {
    color: #00f;
    text-decoration: none;
}

div#footer {
    width: 100%;
    clear: both;
    overflow: auto;

}

div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active {
    color: #000;
}

div#footer a:hover {
    color: #003;
}

div#footer form label {
    color: #000;
}



div#footer ul {
    float: right;
    width: 760px;
    text-align: center;
    margin-top: 10px;

}




p.fine_print {
    margin-top: 1em;
    font-size: 0.8em;
    color: #000;
    text-align: center;
}

p.fine_print a:link, p.fine_print a:visited, p.fine_print a:hover, p.fine_print a:active { color: #000; }



/*
	SPECIFIC PAGE FORMATTING
*/



/* SearchPanel */
div#recentSearches {
    margin-top: 7px;
}
div#recentSearches h5 {
    color: #D5AE65;
    display: block;
}

div#recentSearches ul {
    border: 0;
    width: auto;
    float: none;
    text-align: center;
}

#searchErrorText {
    font: 14px bold Verdana, Arial, Sans;
    color: #999;
}

table#productTable {
    width: 97%;
    margin: 0 auto;
    padding: 0;

    font: 12pt Arial, Helvetica, Sans;
    clear: both;
}










/**
  *
  * Category Navigation Styles
  *
**/




















/*
	PRODUCT PANEL
*/

div.productPanel {
    text-align: center;
    font-size: 0.9em;
    /* margin-top: 10px;
  margin-bottom: 10px; */
/* border: 1px dashed red; */
}
div.productPanel a {
    position: relative;
    _height: 1px;
}
div.productPanel a,
    div.productPanel span,
    div.productPanel img {
    /* display: block; */
    margin: 0 auto;
    text-align: center;
    margin-top: 2px;
/*		border: 1px dashed blue; */
    z-index: 99;
    position: relative;
}
div.productPanel .blocker {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #fff;
    opacity:0;
    filter: alpha(opacity=0);
    z-index: 100;
    cursor: pointer;
}

.feedback {
    display: block;
    margin: 10px 0;
}
.feedback span {
    font-weight: bold;
}

/*
	CATEGORY VIEW PAGE
*/
#categoryTitle {
    float: left;
    padding: 10px;
    color: #000;
}

#categoryDescription {
    text-align: left;
    padding: 10px;
    font-size: 1.2em;
}


div.breadcrumb {
    text-align: left;
    font: 10px Tahoma, Arial, Helvetica, Sans;
    color: #6699cc;
    background-color: #dfefff;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
}
div.breadcrumb a:link,
    div.breadcrumb a:visited,
    div.breadcrumb a:hover,
    div.breadcrumb a:active {
    color: #6699cc !important;
    font-weight: bold;
}



/*
	PRODUCT VIEW PAGE
*/

.continueButton {
    margin: 5px;
    display: block;
    text-align: left;
}

.price {
    font-size: 1.2em;
    font-weight: bold;
    color: #00284F;
    display: block;
}
.strikePrice {
    text-decoration: line-through;
}
.salePrice {
    color: #f00;
    margin-bottom: 20px;
}

div.split_product_block {
    text-align: left;
    overflow: auto;
}

div.split_product_block .spb_left,
    div.split_product_block .spb_right {
    padding: 10px;
    width: 47%;
}
div.split_product_block .spb_left {
    text-align: center;
    float: left;
}
div.split_product_block .spb_right {
    float: right;
}

div.split_product_block h4 {
    color: #000;
}

div.split_product_block div {
    margin-bottom: 20px;
/*			border: 1px dashed black;*/
}

div.split_product_block form input {
/*			border: 1px solid #00284F;*/
    vertical-align: middle;
    margin-left: 1em;
}

div.split_product_block table {
    width: 90%;
    border: 0;
    margin: 0 auto 20px auto;
    /*border: 1px outset #666;
             border-spacing: 2px;*/
}
div.split_product_block table td {
    padding: 0 2px;
    width: 50%;
/*border: 1px inset #666;*/
}

.otherColors {
    overflow: auto;
}

.otherColors li {
    width: 20% !important;
}

li a.linkImage {
    display: block;
    position: relative;
    margin: 0 auto;
}
.otherColors li a.linkImage {
    height: 40px;
    width: 40px;
    overflow: hidden;
/*			border: 1px dashed red;*/
}

.otherColors li a.linkImage img {
    position: relative;
    top: -23px;
    left: -23px;
    width: 86px;
    height: 86px;
}

img.zoomImageSmall {
    width: 50px;
    height: 50px;
}

div.zoomDivLarge {
    top: -200px;
    left: 100px;
}

div.zoomDivIcon {
    top: 30px;
    left: 50px;
}

div.cliponDesc {
}

div.cliponDesc h5 {
    margin-bottom: 10px;
}

div.cliponDesc ul {
    list-style-type: disc;
    margin-left: 20px;
}

div.cliponDesc ul li {
    margin-bottom: 5px;
}

#includedGiftBoxImg {
    border:1px solid black;
    display:block;
    margin-bottom:20px;
    margin-top:10px;
    text-align:center;
    width:150px;
}
#giftBoxHeader {
    display: block;
}


/*
    RANDOM CLASSES
*/
.concierge {
    font-size: 1.2em;
    line-height: 1.6em;
    width: 40%;
}
.conciergeleft {
    float: left;
    text-align: right;
    margin-right: 10px;
}

.conciergeright {
    float: right;
    text-align: left;
    margin-left: 10px;
}


div#cart {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

.ptable tr td {
    padding: 5px;
    vertical-align: top;

}

.popLink a:link,
    .popLink a:visited,
    .popLink a:hover,
    .popLink a:active {
    margin-left: 15px;
    color: #405683;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.4em;
}





/*
	CHECKOUT FORMS
*/

div#error {
    font-size: 1.1em;
    font-weight: bold;
    color: red;
    overflow: auto;
}


div#checkout {
    margin-top: 10px;
    text-align: left;
    width: 99%;
    overflow: visible;
    clear: both;
    margin-left: auto;
    margin-right: auto;

}


div#checkout h3 {
    width: 99%;
    background-color: #f3e4b8;
    text-align: left;
    margin: 0 0;
    font-size: 1.4em;
    font-weight: bold;

    padding: 5px;
    margin-bottom: 5px;
}

div#checkout h4 {
    font-size: 1.1em;
    margin: 0.7em 0px;
}

div#checkout h3 a.changeLink:link ,
    div#checkout h3 a.changeLink:visited ,
    div#checkout h3 a.changeLink:hover ,
    div#checkout h3 a.changeLink:active {
    color: #999;
    font-size: 0.7em;
}




div#checkout form div {
    text-align: left;
    /* margin-bottom: 8px; */
}

div#checkout form div.nospace div {
    text-align: left;
    margin-bottom: 0;
}


div#checkout form div.checkoutButton {
    text-align: center;
}

div#checkout form label {
    font-weight: bold;
    color: #00284F;
}

div#checkout form div label {
    float: left;
    width: 110px;
    text-align: left;
}


.checkoutsubmit {
    font-weight: bold;
    float: right;
}
.checkoutback {
    font-weight: bold;
    float: left;
}


table.cart td.options span {
    white-space: nowrap;
}
table.cart tr.options td {
    text-align: center;

}

table.cart tr td {
/*padding: 10px;*/
    vertical-align: top;

}

table.cart2 tr td {
    padding: 10px;
    vertical-align: top;

}

table.spaced tr td {
    padding: 4px;
    vertical-align: top;
    font-size: 12px;

}



/* CART VIEW PAGE */

img.cartImage {
    float: left;
    height: 115px;
}



.cartheader td {
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px dotted black;
}

.cartfooter td {
    font-size: 1.4em;
    font-weight: bold;
/*border-top: 1px dotted black;*/
}

table.cart img {
    vertical-align: middle;
}

.giftboxIncl {
    font-weight: bold;
    color: #3b3;
}

.deleteButton {
    color: #f00;
}

/*
    BON VIVANT
*/
ul.bv_brands {
    width: 100%;
    overflow: auto;
    text-align: center;
}
ul.bv_brands li {
    width: 50%;
    float: left;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mainTextID {
    font-weight: bold;
}

div.catHeadNav
{
    width: 95%;
    margin: 10px auto;
    overflow: auto;
    border: 1px dashed #ccc;
}

/*
	H2TAT
*/

#leftContentNav {
    float: left;
    text-align: left;
}
#leftContentNav ul li a {
    padding-left: 10px;
}
#leftContentNav ul li {
    cursor: pointer;
}
#leftContentNav .selected {
    background: transparent url( '/images/menu_diam.gif' ) center left no-repeat;
}
ul#TieSteps {
    text-align: center;
}
ul#TieSteps li {
    display: inline;
}

#TieaTiePrintPdf {
    float: right;
}

.h1 {
    font-size: 1.8em;
    color: gray;
    font-weight: bold;
}
.h2 {
    font-size: 1.2em;
}




ol.ToS {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 10px;
    margin: 0px;
}
ol.ToS li {
    margin-bottom: 1em;
}
ol.ToS h5 {
    font-weight: bold;
    text-decoration: underline;
    margin-right: 2em;
    margin-left: 1em;
    display: inline;
}

h4 .finePrint {
    font-size: 8pt;
    font-weight: normal;
}

/* FEEDBACK BUBBLES */

.starRating {
    background: transparent url( '/images/starBar.jpeg' ) no-repeat top left;
    overflow: hidden;

    height:14px;
    width: 70px;

    margin: 0px;
    padding: 0px;
}
.starRating div {
    background: transparent url( '/images/starBar.jpeg' ) no-repeat bottom left;
    margin: 0px;
    height:100%;
}


.detailPanel {
    border-top: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    clear: both;
}

div.ratingBox {
    width: 70%;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 0 auto;
}
div.ratingBox table {
    margin-bottom: 0px;
}
div.ratingBox p {
    text-align: center;
    margin: 5px auto;
    padding: 0px;
}
div.ratingBox p.recommended {
    text-align: left;
    margin: 0px 10px;
    margin-bottom: 1em;
}

ul#detailNav {
    overflow: visible;
    padding-left: 30px;
    _height: 1%; /* IE7 KLUDGE to trip hasLayout */
}
ul#detailNav li {
    float: left;
    background: transparent url( '/images/buttons/scaling/sd1_right_off.jpg' ) no-repeat top right;
    margin-right: 2px;
}
ul#detailNav li a {
    curser: pointer;
    display: block;
    padding: 5px 10px 2px;
    background: transparent url( '/images/buttons/scaling/sd1_left_off.jpg' ) no-repeat top left;
}
ul#detailNav li.selected {
    background-image: url( '/images/buttons/scaling/sd1_right_on.jpg' );
    position: relative;
    margin-bottom: -3px;
}
ul#detailNav li.selected a {
    cursor: arrow;
    background-image: url( '/images/buttons/scaling/sd1_left_on.jpg' );
    padding-bottom: 3px;
}

/* PVP REVIEWS PANEL */

.review {
    border-bottom: 2px solid #d4af61;
    margin-bottom: 10px;
}
.review .starRating,
    .review .rating {
    float: left;
    font-weight: bold;
    margin-right: 1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.review .title {
    padding-top: 5px;
    font-weight: bold;
    font-size: 1.2em;
    clear: left;
    float: left;
}
.review .date {
    padding-top: 5px;
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}
.review .desc {
    clear: both;
    margin-bottom: 0px;
}

#reviews_pagination a {
    padding: 2px 3px;
    margin: 0px;
    border: 1px solid #aaa;
}
#reviews_pagination a.selected {
    border-width: 0px;
}

/* PVP WRITE REVIEW PANEL */
.detailPanel form label {
    display: block;
    text-align: left;
    margin: 10px 0px;
}
.detailPanel form input,
    .detailPanel form select,
    .detailPanel form textarea {
    display: block;
    clear: both;
    margin-left: 20px;
}
.detailPanel form .radioGroup input {
    display: inline;
}