@charset "utf-8";
@import url("/css/forms.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font-family: inherit;
*/	
}
ul, ol {
	padding-bottom: 15px;
	margin-left:15px;
}
h3 { 
	padding-top:15px;
}
fieldset{
	border: 1px solid #E3CFAB;
	padding: 20px;
}
body {
	background-image: url(/images/bg.gif);
	background-color: #F1E6D3;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #603813;
}
a:link, a:visited{
	color: #a5906b;
	text-decoration:underline;
	line-height: normal;
}
a:hover{
	color: #A6BCCC;
	text-decoration:underline;
	line-height: normal;
	}
p{
	padding-bottom:15px;
}
h1 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: normal;
	padding-top: 5px;
	line-height:normal;
}
h2, h2 a:link, h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7f94a4;
	text-decoration: none;
	margin: 0px;
	margin-bottom:10px;
	font-weight:bold;
}
h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #7f94a4;
	text-decoration: underline;
	margin: 0px;
	font-weight:bold;
}

/* ----------------------------------- header ------------- */
#header {
	height: 190px;
	background-image: url(/images/bh-header-new.gif);
	width: 980px;
} 
#tagLine {
	text-align: center;
	position: relative;
	top: 78px;
	margin: 0px;
	padding: 0px;
} 

#tagLine a:link, #tagLine a:visited, #tagLine a:hover{
	text-decoration: none;
	color: #A7926E;
	font-size: 11px;
} 
#rating {
	width: 535px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3CFAB;
	border-bottom-color: #E3CFAB;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:10px;
}
#comments{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3CFAB;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:10px;
}
#comments h2{
	padding:0px;
	margin:0px;
	padding-top: 5px;
	
}
.comment{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3CFAB;
	padding-top:10px;
}
#topNav {
	position: relative;
	top: 150px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#topNav a:link, #topNav a:visited{
	color: #603813;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#topNav a:hover{
	color: #603813;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}
#toolBar {
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 30px;
	background-image: url(/images/bg-toolbar.gif);
	background-repeat: no-repeat;
	text-align:left;
}
#search td{
	padding-right: 5px;
}
#login {
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	margin-right:35px;
	margin-left:710px;
	text-align:right;
}
#share {
	margin-right:35px;
	padding-top: 10px;
	margin-left:710px;
	text-align:right;
	padding-bottom: 20px;
}

#login a:link, #login a:visited{
  color:#D3DDE6;
  text-decoration:underline;
}
#login a:hover {
  color:#D3DDE6;
  text-decoration:underline;
}
/* ------------------------------breadcrumbs------------- */
#crumbs {
	height: 20px;
	text-align: left;
	margin-left: 35px;
	margin-right: 35px;
	padding-top: 10px;
	padding-bottom: 15px;
	width:700px; 
	float: left; 
	display: inline;
}
#crumbs ul {
 	display: inline;
	margin: 0px;
}
#crumbs ul li {
 	display: inline; font: 11px Arial, sans-serif; color: #a5906b;
}
#crumbs ul li a:link, #crumbs ul li a:visited{
	padding: 0px;
	color: #7f94a4;
	text-decoration: underline;
}
#crumbs ul li a:hover{
 	padding: 0px; color: #a5906b; text-decoration: underline;
}
/* ------------------------------- structure ------------- */
#wrapper {
	margin:0 auto;
	text-align:left;
	width: 980px;
} 
#content{
	background-color:#FFFFFF;
	padding-bottom:15px;
	width: 980px;
	height:100%;
}
/* --------------------------------- columns ------------- */
#supportingImg{
	float:left;
	padding-top:45px;
	padding-right:0px;
	margin-right:0px;
	width: 250px;
}
#checklistColumn{
	float:left;
	padding-top:25px;
	padding-right:0px;
	margin-right:0px;
	width: 200px;
}
#checklistColumn td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3dde6;
}
#checklistColumn a:link, #checklistColumn a:visited{
	text-decoration:none;
}
#checklistColumn a:hover{
	color:#603813;
	text-decoration:underline;
}
.accountSummary{
	width: 180px;
	margin-bottom: 15px;
	border: solid 1px #E3CFAB;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#contentMainContainer, #rightColumn, #pBody{
	margin-right:50px;
	margin-left:295px;
}

#MainAreaContainer, #leftColumn{
	width: 735px;
	height: 100%;
	margin-left: 35px;
	float:left;
	background-repeat: repeat-y;
	background-position: left top;
}
#sideBannersContainer{
	margin-right:28px;
	margin-left: 767px;
	background-position: center;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F1E6D3;
	padding-left: 20px;
}
#profileImgContainer{
	float:left;
	width:250px;
	padding:0px;
	margin:0px;
	margin-top:30px;
	padding-left:35px;
	text-align:left;
}
#profileDetails{
	margin-right:50px;
	margin-left:285px;
	padding-left:35px;
}
#snapshot, #faqContainer{
	float:left;
	width:215px;
	padding:0px;
	margin:0px;
	margin-top:10px;
	padding-left:35px;
	text-align:left;
	line-height:normal;
	
}
/* ------------------------------------------------- */
#supportingImg img{
	padding:0px;
	margin:0px;
	border:0px;
}
/* ------------------------ Banners ----------------------- */
.sideBanner{
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	padding-top: 30px;
}
/* --------------------------- Home ------------- */
.featuredListings{
	width: 370px;
	margin: 0px;
	padding:0px;
	float:left;
}
#homeArticles{
}
.floatercell{
	width:155px;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:left;
	float:left;
	height: 170px;
}
.categoryLinksBox{
	width:215px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:left;
	float:left;
	height: 560px;
}
.categoryAdminEdit{
	width:300px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:left;
	float:left;
	height: 360px;
}
.floatercell img{
	border: 1px solid #D3DDE6;
}
#featuredProfile{
	width:281px;
	background-color: #D3DDE6;
	padding: 20px;
	margin-right: 10px;
	float:left;
	margin-bottom: 20px;
}
/*.topBotBanner{
	margin-left: 0px;
	margin-bottom: 25px;
}
*/
/*#homeRightColumn{
	margin-right:35px;
	margin-left: 725px;
}*/
/*#ResultsContainer{
	margin-left: 0px;
	padding-bottom: 15px;
}
*//*#rightColumn h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7f94a4;
	text-decoration: none;
	margin: 0px;
	font-weight:bold;
}*/
/*#banner728 {
	text-align: center;
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: 120px;
	border: 1px solid #CCCCCC;
} 
*/
/*#featuredProfile2{
	width:280px;
	background-color: #d4dee6;
	padding: 20px;
	margin-left: 330px;
}
*//* ------------------- Advertise on BBTB ------------- */
#addons{
	padding:0px;
	margin:0px;
}
#addons td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d3dde6;
	padding:5px;
	vertical-align:middle;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #d3dde6;
}
#addons h3{
	padding-top:5px;
}
.price{
	font-size: 15px;
}
.pricelist{
	padding-top: 10px;
}
.pricelist ul{
	list-style-type: none;
	line-height: 24px;
}
/* ------------------- Account Setup Categories ------------- */
#editCategoryList ul{
	list-style-type: none;
	line-height:19px;
	margin:0px;
	padding-top:10px;
}
/* ------------------- Artisan Directory ------------- */
#directoryList ul{
	list-style-type: none;
	line-height:19px;
	margin:0px;
	padding-top:10px;
}
#directoryList img{
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #d3dde6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #d3dde6;
}
/*--------------------------Directory Subcategory ----------------*/
.floaterProfile{
	width:335px;
	height:110px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align:left;
	float:left;
	line-height:normal;
	border: 1px solid #dfede9;
}
.floaterProfileExt{
	width:335px;
	height:244px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align:left;
	float:left;
	background-color: #f6efe2;
	padding:0px;
	line-height:normal;
}
.preview{
	width:335px;
	height:244px;
	margin-left: 10px;
	text-align:left;
	background-color: #f6efe2;
	padding:0px;
	line-height:normal;
		border-width: 1px;
	border-style: solid;
	border-color: #e3cfab;

}


.NoListings{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3CFAB;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-right: 40px;
}




/*#featuredProfile{
	width:281px;
	background-color: #D3DDE6;
	padding: 20px;
	margin-right: 10px;
	float:left;
	margin-bottom: 20px;
}*/

.floaterProfile a:link, .floaterProfile a:visited, .floaterProfileExt a:link, .floaterProfileExt a:visited {
	color: #a5906b;
	text-decoration: underline;
}
.floaterProfile a:hover, .floaterProfileExt a:hover {
	color: #7f94a4;
	text-decoration: underline;
}
.floaterProfile h3,.floaterProfileExt h3, .preview h3{
	margin:0px;
	padding-top:10px;
}
.floaterProfile h3 a:link, .floaterProfile h3 a:visited, .floaterProfileExt h3 a:link, .floaterProfileExt h3 a:visited{
	color: #7f94a4;
	text-decoration: none;
}
.floaterProfile h3 a:hover, .floaterProfileExt h3 a:hover {
	color: #7f94a4;
	text-decoration: underline;
}
.floaterProfile img, .floaterProfileExt img, .preview img{
	float:left;
	margin-right: 20px;
}
.contactInfo{
	height: 120px;
	
}
.floaterProfileExt p, .preview p{
	padding-left:15px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	height:90px;
}

#profileLinks{
	padding-left:15px;
}
#profileLinks td{
	vertical-align: middle;
}

#profileLinks img{
	margin-right:0px;
}
#profileLinks a:link, #profileLinks a:visited{
	color: #7F96A8;
}
#profileLinks a:hover{
	color: #A7926E;
}
/*--------------------------------- Profile Pages ----------------*/

#profileImg{
	background-color: #edd9b7;
}
#profileImg img{
	margin-bottom: 10px;
} 
#profileImg ul{
	list-style-type: disc;
	margin-left: 30px;
	color: #603813;
} 
#profileImg ul li a:link, #profileImg ul li a:visited{
	padding: 0px;
	color: #603813;
	text-decoration: underline;
}
#profileImg ul li a:hover{
 	padding: 0px; color: #A6BCCC; text-decoration: underline;
}
#profileQuote{
	padding-left: 15px;
}
#profileQuote p{
	color: #A5906B;
	font-style: italic;
}
.highlight {
	color: #7F94A4;
}
/*----------------------------- Account ----------------*/
#faq{
	/*border: 1px solid #E3CFAB;*/
}
#account h1{
	margin-left: 380px;
}
hr {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.listingPreview{
	width:400px;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #E3CFAB;
	height: 110px;
	background-color: #F0F3F7;
}
.listingPreview h3 {
	color: #7f94a4;
	text-decoration: none;
}
.listingPreview img{
	float:left;
	margin-right: 20px;
	border: 1px solid #E3CFAB;
	background-color: #FFFFFE;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
hr {
	height:1px;
	background:#A7926E;
	color:#A7926E;
	padding:0px;
	margin:0px;
	border: none;
	}
.priceBreakdown {
	margin-bottom: 30px;
}
.priceBreakdown td{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3CFAB;
}
.bagSummary {
	border: solid 1px #E3CFAB;
}
.bagSummary td{
	padding:10px;	
}
/*----------------------------- Articles ----------------*/

#ArticleBody{
	margin-right:50px;
}
#ArticleBodyInx{

}
#ArticleBody img{
	margin-bottom: 10px;
	margin-top: 10px;
}
#ArticleBody ul {
	list-style-type: disc;
	margin-left: 40px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#ArticleBody h1{
	display: block;
	margin-bottom: 0px;
	line-height: normal;
}
#ArticleBody h2{
	display: block;
	margin-bottom: 15px;
	line-height: normal;
	color: #603813;
}
#ArticleTools{
	float:right;
	margin-left: 10px;
}
#ArticleTools td{
	padding-right: 5px;
	vertical-align: middle;
}
#ArticleTools img {
	margin: 0px;
	padding: 0px;
}
#ArticleTools a:link {
	padding-right: 10px;
}
#ArticleSubNav{
	margin-top: 10px;
	background-position: center;
	text-align: left;
}
#ArticleSubNav ul {
	list-style: url(none) none outside;
	margin-bottom: 50px;
	padding-left: 0px;
	margin-left: 0px;
} 

#ArticleSubNav li {
	height:30px; 
	vertical-align:middle;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3CFAB;
	background-position: top;
} 
#ArticleSubNav a:link, #ArticleSubNav a:visited {
	text-decoration: none;
	vertical-align: top;
	background-position: center;
	line-height: normal;
} 
#ArticleSubNav a:hover {
	color: #A6BCCC;
	text-decoration: underline;
} 
#ArticleSubNav h3 {
	color: #a5906b;
	font-size: 14px;
	margin-bottom: 10px;
} 
.ArticleSnipFeatured{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3CFAB;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-right: 40px;
	height: 205px;
}
.ArticleSnipFeatured img{
	float:left;
	margin-right: 25px;
	margin-top: 0px;
}
.ArticleSnip{
	width:335px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align:left;
	float:left;
}
.ArticlesSearchResults {
	width:670px;
	padding-right:30px;
	height:30px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6efe2;
	vertical-align:middle;
}
#ArticlesSearchResults ul{
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
}
#ArticlesSearchResults li{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6efe2;
}
#ArticlesList{
	width:690px;
}
#ArticlesList ul{
	list-style-type: disc;
	color: #7F94A4;
	padding-left: 20px;
}
#ArticlesList h2{
	padding-bottom:10px;
}
#ArticlesList li {
	padding-bottom: 5px;
	margin-bottom: 5px;
} 
#ArticlesList li a:link, #ArticlesList li a:visited{
	text-decoration:underline;
} 
.ArticlesSearchResults a:link, .ArticlesSearchResults a:visited{
	text-decoration:underline;
	vertical-align:middle;
}
#ArticlesList li a:hover{
	text-decoration:underline;
} 
.ArticlesSearchResults a:hover{
	text-decoration:underline;
} 
#ArticlesSearchResults img{
}
.articleIcon{
	width:100px;
	margin-right:10px;
	display:inline;
	float:left;
}
.Icons{
	margin:0px;
	padding:0px;
}

.tiny{ 
	font-size: 8pt 
}
/* ------------------------------------- footer ------------- */
#footer {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 15px;
	margin-top:0px;
} 
#footer ul {
	float:left;
	display: inline;
	padding-top:0px;
	margin-top:0px;
	margin-left:15px;
}
#footer ul li {
 	display: inline; 
}
#footer ul li a:hover{
 	color: #603813; text-decoration: underline;
}
#credits {
	margin-left: 600px;
	margin-right: 20px;
	text-align:right;
}
/*-------------------------------------------------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*-------------colors --------------------*/
/*	dark brown: #603813;
	light brown: #a5906b;
	lighter brown: #E3CFAB;
	profile brown: #edd9b7;
	darkest blue:  #A7926E;
	dark blue: #7f94a4;
	light blue: #A6BCCC;
	lighter blue:#D3DDE6;
	lightest blue: #dfede9;
*/
.alertYellow {
	text-transform: uppercase;
	background-color: #FFCC33;
	display: inline;
	font-weight: bold;
	padding: 5px;
}
.alertGreen {
	text-transform: uppercase;
	background-color: #66CC66;
	display: inline;
	font-weight: bold;
	padding: 5px;
}
.pushup{
	display: inline;
	margin-top: -10px;

}
#checklist { 
padding:0px;
width:570px;
margin:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3dde6;
}
/*	td del {text-decoration:line-through; color:red;}/*line-through color*/
   /* td span {color:#603813;}/*original text color*/ 

#checklist ul {
	list-style-type: none;	
	margin:0px;
} 


#checklist ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3dde6;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:30px;
} 

.done{
	background-color: #f6efe2;	
}
.checkmark{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3dde6;
	}
	
#previewListing{
	width:540px;
	margin:0px;
	border-width: 1px;
	border-style: solid;
	border-color: #d3dde6;
	padding: 15px;
}

.accountStatus{
	width: 540px;
	border:1px solid #D3DDE6;
	padding: 5px 15px;
	color: #603813;
	margin-bottom:10px;
	background-color:#DEF1F5;
}
