/*-----GLOBAL STYLES------*/

body
{
    background: #8F7C66;
    margin: 0 auto;
}

html, body
{
    /*height:;*/
}

*
{
    font-family: Georgia, "Times New Roman" , Times, serif; /*padding:0;*/ /*margin:0;*/
    vertical-align: top;
}

/*Float clearing fix*/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix
{
    height: 1%;
}
/*End float clearing fix*/

#container
{
    margin: 0 auto;
    background: white;
    width: 824px;
}

#container .sub
{
    margin: 0 auto;
    background: white url(/images/sn_bg.gif) repeat-y left top;
}

A
{
    color: #DA6434;
}

A:Hover
{
    color: #D8432F;
}

A:Visited
{
    color: #A67C52;
}

ul, ol /*This is required to bullets don't disappear to the left*/
{
    margin: 10px 0 5px 25px;
}
img
{
    border: none;
}
input.submit
{
    border: none;
}

input[type="text"], input[type="password"], select, textarea
{
    background-color: #FCF9E5;
    border: #D0C8BF 1px solid;
    font-size: 8pt;
    padding: 2px;
}

/*-----HOME STYLES------*/
.home td
{
    background-color: #4C4339;
}

.header
{
    background-color: #4C4339;
    padding: 50px 15px 12px 15px; /*0 15px 12px 15px;*/
    display: block;
    height: 70px; /*100px;*/
}

.nav
{
    border-top: 1px solid #8D8974;
    border-bottom: 1px solid #8D8974;
    background-color: #2B2620;
    padding: 10px 0px 0px 0px;
    width: 100%;
    display: block;
}

.nav a
{
    padding: 0px 26px 0px 26px;
}

.florish
{
    margin: 0px 10px 3px 10px;
}

.search
{
    float: right;
    clear: both;
    padding-top: 25px;
}

.search a
{
    float: right;
    margin-top: 10px;
}

.searchbox
{
    margin: 0px 4px 5px 0px;
    width: 220px;
}

#flash
{
    position: absolute;
    z-index: 0;
    width: 824px;
    height: 500px;
}

#viewFeaturedBooksContainer
{
    position: relative;
    top: 168px;
    left: 658px;
    width: 144px;
    height: 92px;
    border: Solid 1px #92846a;
    background-image: url(/images/homeback.png);
    background-repeat: repeat-x repeat-y; /*filter: alpha(opacity=80);     opacity: 0.8;*/
}

#viewFeaturedBooks
{
    text-align: center;
    font-size: 14px;
    color: #d9c270;
    padding: 20px 36px;
    cursor: pointer;
    background-image:url(/images/view-feat-back.png);
}

#featuredBooksList
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#featuredBooksTitle
{
    color: #d9c270;
    font-size: 20px;
    font-family: Tahoma;
    position: relative;
    top: 20px;
    left: 16px;
    border-bottom: Solid 1px #4b3e34;
    width: 758px;
    display: inherit;
}
#featuredBooksClose
{
    background-image: url(/images/close.png);
    width: 17px;
    height: 16px;
    float: right;
    cursor: pointer;
}
#featuredBooksClose:hover
{
    /*background-image: url(/images/close.png);*/
    background-position: -17px 0;
}

.sliderGallery
{
    overflow: hidden;
    position: relative;
    height: 256px;
    width: 758px;
    top: 20px;
    left: 16px;
}

.sliderGallery UL
{
    position: absolute;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery UL LI
{
    /*display: inline;*/
    list-style: none outside none;
    float: left;
    color: White;
}

.featuredBookContainer
{
    width: 250px; /*height:170px;*/
    padding: 19px 0px 0px 14px;
    font-size: 11px;
    line-height: 12px;
    cursor: pointer;
}

.featuredBookImageContainer
{
    width:140px;
    height:110px;
}

.featuredBookImage
{
    padding-left: 3px;
}

.featuredBookAuthor
{
    color: #bea65f;
    padding: 2px 0px 2px 3px;
}

.featuredBookTitle
{
    color: #FFF;
    height: 40px;
    max-width: 180px;
    border-bottom: Solid 1px #92846a;
    padding: 2px 0px 2px 3px;
    white-space: normal;
}

.viewDetailsImage
{
    background-image: url(/images/viewDetails.png);
    width: 143px;
    height: 15px;
    margin: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.featuredBookPrice
{
    color: #92846a;
    padding-left: 3px;
}

/* SCROLL-BAR */
.scroll-bar-wrap
{
    background-image: url(/images/slider-back-mac.png);
    width: 589px;
    height: 17px;
    clear: left;
    padding: 1px 22px 1px 21px;
    margin-left: 10px; /*margin: 0 -1px -1px -1px;*/
}
.scroll-bar-wrap .ui-slider
{
    background: none;
    border: 0;
    width: 547px;
    margin-right: 42px;
    height: 17px; /*margin: 0 auto;*/
    position: relative;
}
.scroll-bar-wrap .ui-slider .ui-slider-handle
{
    background-image: url(/images/slider-pos.png);
    width: 42px;
    height: 17px;
    position: absolute;
}

.browseBooks
{
    background-image: url(/images/browse-all.png);
    height: 19px;
    width: 106px;
    position: absolute;
    top: 256px;
    left: 650px;
}
.browseBooks:hover
{
    background: url(/images/browse-all.png) -106px 0;
}

/* END SCROLL-BAR */
#footerNavHome
{
    position: relative;
    background-color: Gray;
}

#footerNavHome .box
{
    position: absolute;
    top: 437px;
    z-index: 20;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 24px;
    background-image: url(/images/homeback.png);
    background-repeat: repeat-x repeat-y;
}

#footerNavHome a
{
    margin: 0 13px;
    color: #DED8B7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8pt;
    font-weight: bold;
}

#footerNavHome a:hover
{
    color: #fff;
}

.homeTelephone
{
    color: #E8E2BF;
    font-size: 1.4em;
    font-weight: bold;
}
/*-----FOOTER STYLES------*/


.footer
{
    background: #4C4339;
    height: 20px;
    color: #B09C83;
    font-size: 9pt;
    text-align: center;
}

.footernav
{
    border-top: 1px solid #8D8974;
    border-bottom: 1px solid #8D8974;
    background: #2B2620;
    padding: 5px 0px 3px 0px;
    text-align: center;
}

.footernav a
{
    color: #B09C83;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 40px 0px 40px;
    text-transform: uppercase;
}

.footernav a:hover
{
    color: #fff;
}

.footer a
{
    color: #B09C83;
}

.footernav img
{
    position: relative;
    top: -1px;
}

.footersub
{
    background: #4C4339;
    height: 100px;
    color: #B09C83;
    font-size: 11px;
    padding: 10px 12px 0px 12px;
}

.footersub a
{
    color: #B09C83;
}

.footerlinks
{
    margin: 34px 0px 0px 0px;
    text-align: center;
}

.footerlinks a:hover
{
    color: #FFFFFF;
}
.newsletter_arch:hover
{
    color: #FFFFFF;
}

.homefooter
{
    margin: 10px 12px 20px 12px;
}

.footer_locations
{
    float: right;
    text-align: right;
}

.footer_locations a
{
    padding: 0px 0px 20px 20px;
}


/*-----TYPE STYLES------*/

h1
{
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: double #DFDFDF;
    margin: 0px 0px 15px 0px;
    color: #4C453C;
}
h2
{
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 0px 15px 0px;
    color: #4C453C;
}

.paragraph
{
    margin: 10px 0 10px 0;
}

.paragraphRight
{
    margin: 10px 0 10px 0;
    text-align: right;
}

.txtRequired
{
    color: #9A0202;
    font-size: 8pt;
}

.txtValidation
{
    color: red;
    font-size: 8pt;
}

.txtMessage
{
    color: #9A0202;
    font-weight: bold;
}

.soldMessage
{
    color: #9A0202;
    font-weight: bold;
    font-style: italic;
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 15px;
    background: url(../images/icoCollectorInfo.jpg) no-repeat center left;
}
.soldFeatures
{
    margin-top: 25px;
}

.soldFeatures ul
{
    margin: 0;
    padding: 0 0 0 20px;
}
.soldFeatures ul
{
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.soldFeatures ul li
{
    margin: 2px 0;
}

.soldFeatures ul li a
{
    color: #4C453C;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
    background: url(../images/arrowFeatured.jpg) no-repeat center left;
    text-decoration: none;
}
.soldFeatures ul li a:hover
{
    text-decoration: underline;
}

.txtPrevNext
{
    border: #8F7C66 2px solid;
    background-color: #53493D;
    background-image: url(/Images/b_bg.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    width: 161px;
    display: block;
    text-align: center;
    margin-left: 10px;
}

.txtPrevNext:hover
{
    color: #d9c270;
}

.txtPrevNext:visited
{
    border: #8F7C66 2px solid;
    background-color: #53493D;
    background-image: url(/Images/b_bg.gif);
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    width: 161px;
    display: block;
    text-align: center;
    margin-left: 10px;
}

.txtPrevNext:visited:hover
{
    color: #d9c270;
}

.txtSmaller
{
    font-size: 10px;
    font-weight: normal;
    color: #A79F95;
}

.Footnote
{
    background-color: #EFE9E3;
    font-size: 8pt;
    padding: 4px;
    margin-top: 10px;
}

/*-----SUB STYLES------*/


.content
{
    margin: 15px 15px 15px 15px;
    font-size: 13px;
    color: #4C453C;
    text-align: left;
    line-height: 17px;
    min-height: 365px;
}

.col1
{
    font-size: 13px;
    color: #4C453C;
    text-align: justify;
    line-height: 17px;
    float: right;
    width: 620px;
    padding: 11px 20px 0px 0px;
    min-height: 409px;
}

.sn
{
    float: left;
    width: 167px;
    margin: 11px 0px 0px 0px;
}

.sn img
{
    margin: 0px 0px 11px 0px;
}

.sn ul
{
    margin: 0px;
    padding-left: 1em;
    list-style-position: outside;
    width: 140px;
}

.sn ul li
{
    padding: 3px 0px 4px 0px;
    list-style-type: none;
    line-height: 16px;
}

.sn A
{
    color: White;
    text-decoration: none;
    font-size: 10pt;
}

.sn A:Hover
{
    color: #DAB590;
}

.photoarea
{
    float: right;
    margin: 0px 0px 40px 20px;
    width: 350px;
}

.photoarea img
{
    border: 1px solid #8F7C66;
    margin: 0;
}

.LoginBox
{
    border: solid 1px #CCCCCC;
    padding: 10px;
    margin: 0px;
    text-align: left;
}

.MessageBox
{
    border: solid 1px #9A0202;
    background-color: #FCF9E5;
    font: Georgia, "Times New Roman" , Times, serif;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}


/*----Table Styles----*/
.tableCart
{
    font-size: 12px;
}
.tableCart th
{
    padding: 2px;
    background-color: #EFE9E3;
    border-top: solid 1px #7B6B59;
    border-bottom: solid 1px #7B6B59;
    border-collapse: collapse;
    font-size: 11px;
    background-image: none;
}
.tableCart td
{
    padding: 5px 2px 10px 2px;
    border-bottom: solid 1px #DFDCD7;
    border-collapse: collapse;
}
.tableCart tr.RowStyle
{
    background-image: url(/Images/tr_gradient.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}
.tableCart tr.AltStyle
{
    background-color: #FFFFFF;
}
.tableCart tr.noStyle td
{
    border-bottom: none;
    border-collapse: collapse;
}
.noStyle
{
    border-collapse: collapse;
}

.tableCart tr.tableFooterLight
{
    background-color: #A18E78;
    background-image: none;
    border-bottom: none;
}

.tableCart tr.tableFooterDark
{
    background-color: #5E4F3E;
    background-image: none;
    border-bottom: none;
}

.tableCart a
{
    color: #9A0202;
    font-weight: bold;
}

.c_utility a
{
    font-weight: normal;
}
/*----Form Styles----*/
.form td
{
    padding: 2px;
}

.form .label
{
    text-align: right; /*font-weight:bold;*/
}

label
{
    cursor: hand;
}

.button
{
    border: #8F7C66 2px solid;
    background-color: #53493D;
    background-image: url(/Images/b_bg.gif);
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}

.buttonlk
{
    border: #8F7C66 2px solid;
    background-color: #53493D;
    background-image: url(/Images/b_bg.gif);
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}

.buttonlk:hover
{
    border: #8F7C66 2px solid;
    background-color: #53493D;
    background-image: url(/Images/b_bg.gif);
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}

.buttonlk:visited:hover
{
    border: #8F7C66 2px solid;
    background-color: #53493D;
    background-image: url(/Images/b_bg.gif);
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}

.buttonlk:visited
{
    border: #8F7C66 2px solid;
    background-color: #53493D;
    background-image: url(/Images/b_bg.gif);
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}

.button:hover
{
    /*background-image:none;*/
}

/*----Browse Books Styles----*/
#BrowseContainer
{
    width: 99%;
}

.LoadVisible
{
    display: block;
    margin-bottom: 5px;
    background-color: #EFE9E3;
    padding: 3px 3px 3px 8px;
    float: left;
    border-bottom: solid 1px #DBD1C7;
    border-top: solid 1px #FFFFFF;
    margin: 0 0 0 0;
    width: 99%;
}

.LoadVisible a
{
    color: #5E4F3E;
    font-weight: bold;
    font-size: 11px;
}

.browseCategory
{
    float: left;
}
.browseLink
{
    float: right;
    display: inline;
    position: relative;
    text-align: right;
    line-height: 12px;
}

.browseLink a
{
    font-size: 8pt;
}

.LoadHidden
{
    display: block;
    margin-bottom: 5px;
    padding: 3px 3px 3px 9px;
    background-color: #F8F4F0;
    margin: 0 0 0 0;
    border-bottom: solid 1px #E4DDD7;
    border-top: solid 1px #FFFFFF;
}

.LoadHidden a
{
    font-size: 11px;
    color: #9A0202;
}

/*----Featured Books Right Column----*/
#FeaturedBooks
{
    width: 150px;
    margin: 0 0 15px 15px;
    padding: 5px;
    background-color: #4C433A;
    border: solid 1px #8E8975;
    text-align: center;
    float: right;
}

#FeaturedBooksHeader
{
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
    color: #DDD9B6;
}

a.featuredBookImage img
{
    border: solid 1px #D6BF7C;
    margin: 8px 0 8px 0;
}

a.featuredBookTitle
{
    font-size: 8pt;
    color: #D5C17C;
    font-weight: bold;
}

.featuredBookAuthor
{
    font-size: 8pt;
    color: #E8E2BE;
}

.featuredBookPrice
{
    font-size: 8pt;
    color: #C0BD92;
}

hr.featuredBookSeparator
{
    border: dotted 1px #D5C17C;
    height: 1px;
    margin: 5px 0 0px 0;
}

#FeaturedBookFooter
{
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: 15px 0 8px 0;
}

#FeaturedBookFooter a
{
    color: #D5C17C;
    text-decoration: none;
}

#FeaturedBookFooter .txtSmall
{
    font-size: 7pt;
}

/*----Misc Styles----*/
.sectionHeader
{
    color: #4C4339;
    font-weight: bold;
    background-color: #EFE9E3;
    border-bottom: solid 1px #9A0202;
    padding: 2px 0 2px 5px;
    margin: 5px 0 10px 0;
}
.sectionHeader2
{
    font-weight: bold;
    padding: 2px 0 2px 5px;
    margin: 5px 0 10px 0;
}

.txtSectionHeader
{
    font-weight: normal;
}

.infoContainer3Column
{
    background-color: #FCF9E5;
    padding: 2px;
    border: #D0C8BF 1px solid;
}

.infoContainer3Column .column
{
    width: 33%;
    float: left;
}

.accountInfoContainer
{
    background-color: #EFE9E3;
    border-top: solid 1px #9A0202;
    border-bottom: solid 1px #9A0202;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 10px;
    float: left;
    width: 600px;
}

.accountInfoContainer .column
{
    width: 33%;
    float: left;
}
.accountInfoContainer a
{
    color: #9A0202;
}

.accountInfoContainerHeader
{
    color: #5F574D;
    text-decoration: underline;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.checkoutInfoContainer
{
    background-color: #EFE9E3;
    border-top: solid 1px #9A0202;
    border-bottom: solid 1px #9A0202;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 10px;
    float: left;
    width: 773px;
}

.checkoutInfoContainer .column
{
    width: 33%;
    float: left;
}
.checkoutInfoContainer a
{
    color: #9A0202;
}

.checkoutInfoContainerHeader
{
    color: #5F574D;
    text-decoration: underline;
    font-size: 8pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.pageColumnContainer
{
    width: 790px;
    float: left; /*border:solid 1px yellow;*/
}

.pageColumn1-2
{
    width: 388px;
    float: left; /*border:solid 1px #999999;*/
    margin-right: 14px;
}

.pageColumn2-2
{
    width: 388px;
    float: left; /*border:solid 1px #999999;*/
}

.checkoutInstructions
{
    margin: 10px 0 10px 5px;
}

.modalBackground
{
    background-color: Gray;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.modalPopup
{
    background: white;
    border: #dcdcdc 1px solid;
    height: 300px;
    width: 640px;
}

.marginTop5px
{
    margin-top: 5px;
}

.marginTop10px
{
    margin-top: 10px;
}

#bListingsR
{
    border-bottom: double #DFDFDF;
    margin-bottom: 5px;
}
#bListingsR h1
{
    border-bottom: none;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
#bListingsR span
{
    font-weight: bold;
    font-size: 16px;
}
#bListingsR b
{
    font-size: 11px;
}
.advancedSearch
{
    margin: 15px;
}

.advancedSearch td
{
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}




.unwatermarked
{
    height: 18px;
    width: 227px;
}
.watermarked
{
    background-color: #F0F8FF;
    border: 1px solid #BEBEBE;
    color: gray;
    height: 14px;
    margin-bottom: 5px;
    margin-right: 4px;
    width: 221px;
}


.hidden
{
    display: none;
}

/*----Styles for videos page----*/
.baumanVideos a.thumbVideo
{
    border: solid 1px #CBCDCC;
    padding: 3px;
    display: inline-block;
}

.baumanVideos a.thumbVideo:hover
{
    border: solid 1px #4B5A71;
}

.baumanVideos td
{
    padding-bottom: 7px;
}

/*----------- Styles for buttons of detail Page ---------------*/

.ButtonOptions
{
    clear: both;
    margin: 15px 0 0 0;
    border: solid 1px #c1b8ad;
    padding: 8px 3px;
}
/*.btnSendToAFriend
{
	padding: 0 0 0 29px;
	height:21px;
	background:url(../images/icoSentToFriend.jpg) no-repeat center left;
	color:#4B4338;
	display:inline-block;
	border:none;
	font-size: 0.85em;
}
* html .content .ButtonOptions .btnSendToAFriend
{
	padding: 0;
	width: 126px;
	text-align: right;
	
}*/
a.btnAskAnExpert
{
    padding: 0 0 0 30px;
    margin: 0 2px;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    background: url(../images/icoAskExpert.jpg) no-repeat center left;
    color: #4B4338;
    font-size: 0.85em;
    border: none;
    text-decoration: none;
}
a.btnAskAnExpert:hover
{
    color: #DA6434;
}
* html a.btnAskAnExpert
{
    margin: 0 2px;
    width: 83px;
    color: #4B4338;
    text-align: right;
}

a.btnPrintBookDetail
{
    padding: 0 0 0 23px;
    margin: 0 2px;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    background: url(../images/icoPrintDetail.jpg) no-repeat center left;
    color: #4B4338;
    font-size: 0.85em;
    border: none;
    text-decoration: none;
}
a.btnPrintBookDetail:hover
{
    color: #DA6434;
}
* html a.btnPrintBookDetail
{
    margin: 0 2px;
    width: 83px;
    color: #4B4338;
    text-align: right;
}

.scondaryPhotos
{
    margin: 5px 0 0;
}
.scondaryPhotos a
{
    color: #000;
    font-weight: bold;
}
.scondaryPhotos a:hover
{
    color: #2B2620;
}
.magnifyIco
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
}
.zoomInfo
{
    float: right;
    background: url(../images/zoom_ico.jpg) no-repeat center left;
    padding: 0 0 0 17px;
}
.costInfo
{
    clear: both;
    padding: 15px 0;
}

#SiteWrapperAskForm
{
    background-color: #FFF;
}
#SiteWrapperAskForm h3
{
    color: #4B4338;
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 1em;
}

body.clean
{
    background-color: #FFF;
}

/*.btnAddToWhishlist
{
	padding: 0 0 0 20px;
	height:21px;
	background:url(../images/icoSharedThis.jpg) no-repeat center left;
	color:#4B4338;
	display:inline-block;
	border: none;
	font-size: 0.85em;
}

* html .btnAddToWhishlist
{
	padding: 0 0 0 10px;
	width: 83px;
	text-align: right;
}*/

.ButtonOptions #sharethis_0 a.stbutton
{
    padding: 0 0 0 20px;
    height: 21px;
    background: url(../images/icoSharedThis.jpg) no-repeat center left;
    color: #4B4338;
    text-decoration: none;
    display: inline-block;
    border: none;
    font-size: 0.85em;
}
.ButtonOptions #sharethis_0 a.stbutton:hover
{
    color: #DA6434;
}
.ButtonOptions #sharethis_0 a.stico_default
{
    padding: 0 0 0 20px;
    height: 21px;
    background: url(../images/icoSharedThis.jpg) no-repeat center left !important;
}
.ButtonOptions #sharethis_0 .stbuttontext
{
    line-height: 21px;
}

.labelOtherItems
{
    clear: both;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0 0 0 15px;
    background: url(../images/icoCollectorInfo.jpg) no-repeat center left;
}

/* FOrm ask an Expert */
.formAsk
{
    background-color: #FFF;
    padding: 5px;
}
.formAsk td
{
    padding: 3px 2px;
    color: #4C453C;
    font-size: 0.9em;
}
.closePopup
{
    background: url(../images/icoClosePopup.gif) no-repeat center center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    border: none;
}

* html .closePopup
{
}

.divLink
{
    width: 100%;
}

.nytDescription p strong
{
	font-weight: bold;
}

.printLink
{
    width: 196px;
    height: 30px;
    text-indent: -7777px;
    background-image: url(../images/b_print.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 10px;
}

/* =================================
				FOOTER
==================================== */

#footer {
	background: #4c4339;
	padding: 0 0 15px;
	position: relative;
}
.footer-nav {
	background: #2b2620;
	border-bottom: 1px solid #8d8974;
	float: left;
	height: 24px;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.footer-nav ul {
	clear: left;
	float: left;
	left: 50%;  
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.footer-nav ul li {
	background: url(../images/bg-footer.gif) right no-repeat;
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 5px 50px 0 0;
	position: relative;
	right: 50%;
}
.footer-nav ul li:last-child {
	background: none;
}
.footer-nav ul li a {
	color: #b09c83;
	font: bold 12px Georgia;
	text-transform: uppercase;
	text-decoration: none;
}
.footer-l {
	float: left;
	margin: 0 0 30px 10px;
}
.footer-r {
	float: right;
	margin: 0 10px 30px 0;
}
.footer-r fieldset
{
    border: 0;
}
.footer-r h5 {
	color: #e8e2bf;
	font: bold 14px Georgia;
	margin: 5px 0 0;
	text-align: right;
}
.footer-r p a {
	color: #d9c270;
	display: inline-block;
	font-size: 12px;
	margin-left: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer p.copy {
	float: right;
	color: #b09c83;
	font: 12px Georgia;
}
#footer p.copy a {
	color: #b09c83;
}
#newsletter { margin-top: 15px; }
#newsletter input {
	background: #fcf9e5;
	border: 1px solid #d0c8bf;
	color: #000;
	font: 10px Georgia;
	height: 16px;
	padding-left: 5px;
	width: 235px;
}
#newsletter .submit {
	background: url(../images/btn-submit.jpg) no-repeat;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 20px;
	text-indent: -9999px;
	width: 58px;
}
#newsletter a {
	color: #b09c83;
	display: block;
	font: 11px Georgia;
	margin: 5px 0 0;
	text-align: right;
	text-decoration: underline;
}
.ipad-ad {
	background: url(../images/ipad-ad.jpg) no-repeat;
	height: 95px;
	position: relative;
	width: 277px;
}
.ipad-ad p {
	color: #f9f3cd;
	float: right;
	font: 20px Georgia, Times, "Times New Roman", serif;
	margin-right: 20px;
	margin-top: 15px;
	width: 50%;
}
.ipad-ad a {
	background: #406618;
	border: 1px solid #406618;
	box-shadow: 2px 2px 1px rgba(0,0,0,.14), inset 0 0 0 3px #406618, inset 0 0 0 4px #6b9d36;
	color: #fff;
	display: block;
	font: 10px/28px Georgia, Times, "Times New Roman", serif;
	height: 28px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
}
.footer-btm {
	border-top: 1px solid #675d51;
	margin: 0 15px;
	padding: 10px 0 20px;
}
.footer-btm p.twitter {
	background: url(../images/ico-twitter.png) left center no-repeat;
	color: #b09c83;
	float: left;
	font: 13px Georgia, Times, "Times New Roman", serif;;
	padding-left: 25px;
}
.footer-btm p.twitter a {
	color: #b09c83;
	font-weight: bold;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	/*line-height: 1;*/
	color: black;
	background: white;
	}
	
ol, ul {
	list-style: none;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}

*.cb{
	clear:both;

}

#SiteWrapper
{
    background-color: #8F7C66
}