/* CSS Document */

/*----------------- PAGE LAYOUT STYLES -----------------*/

* {
	margin: 0;
	padding: 0;
	color: #7E7C6E;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
 }
html {
	background-color: #FFFFFF;
}
body {
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #7e7c6e;
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF  
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 12px;
}
td a {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
td a:hover {
	color: #000000;
	text-decoration: underline;
}
#wrapper {
	width: 810px;
	margin: 0 auto;
}
.clearFix {
	clear: both;
	display: block;
}
.hide {
	display: none;
}
img {
	border: 0;
}
img.photoLeft {
	border: 1px solid #000000;
	float: left;
	margin-right: 10px;
}
img.photoLeftNoBorder {
	padding-right: 5px;

}
.lastPipe {
	background: none;
}
a, a:link, a:visited, a:active {
	color: #7E7C6E;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
.backToTop {
	padding-right: 15px;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.black {
	color: #000000;
}
.border {
	border: 1px solid #000000;
}
.indentbuttons {
 padding:50;
 margin-left:15px;
}
.textbox {
 margin: 0;
	padding: 0;
	color: #7E7C6E;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 19px;
}
input  { color: #001d31; line-height: normal; font-size: 11px; font-family: Arial, Helvetica, sans-serif} 
select {font-size:11px;}
option {font-size:11px}

/*----------------- HEADER STYLES -----------------*/

#header {
	width: 810px;
	height: 70px;
}
#header ul {
	list-style-type: none;
	position: relative;
	padding-top: 25px;
}
#header ul li {
	float: left;
	display: inline;
}
#header ul li a {
	display: block;
	height: 20px;
}
#header ul li a.whatsnew {
	background: url(Global/Nav/Whats-New.gif) no-repeat top left;
	width: 112px;
}
#header ul li a.whatsnewCurrent {
	background: url(Global/Nav/Whats-New.gif) no-repeat top left;
	width: 112px;
	background-position: top right;
}
#header ul li a.designers {
	background: url(Global/Nav/Designers.gif) no-repeat 0 0;
	width: 99px;
}
#header ul li a.designersCurrent {
	background: url(Global/Nav/Designers.gif) no-repeat 0 0;
	width: 99px;
	background-position: top right;
}
#header ul li a.products {
	background: url(Global/Nav/Products.gif) no-repeat 0 0;
	width: 105px;
}
#header ul li a.productsCurrent {
	background: url(Global/Nav/Products.gif) no-repeat 0 0;
	width: 105px;
	background-position: top right;
}
#header ul li a.pricelists {
	background: url(Global/Nav/Price-Lists.gif) no-repeat 0 0;
	width: 113px;
}
#header ul li a.pricelistsCurrent {
	background: url(Global/Nav/Price-Lists.gif) no-repeat 0 0;
	width: 113px;
	background-position: top right;
}
#header ul li a.company {
	background: url(Global/Nav/Company.gif) no-repeat 0 0;
	width: 99px;
}
#header ul li a.companyCurrent {
	background: url(Global/Nav/Company.gif) no-repeat 0 0;
	width: 99px;
	background-position: top right;
}
#header ul li a.contact {
	background: url(Global/Nav/Contact.gif) no-repeat 0 0;
	width: 94px;
}
#header ul li a.contactCurrent {
	width: 94px;
	background-image: url(Global/Nav/Contact.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#header ul li a.hbffurniture {
	background: url(Global/Nav/HBF-Furniture.gif) no-repeat 0 0;
	width: 131px;
}
#header ul li a.hbffurnitureCurrent {
	background: url(Global/Nav/HBF-Furniture.gif) no-repeat 0 0;
	width: 131px;
	background-position: top right;
}
#header ul li a.search {
	background: url(Global/Nav/Search.gif) no-repeat 0 0;
	width: 57px;
}
#header ul li a.searchCurrent {
	background: url(Global/Nav/Search.gif) no-repeat 0 0;
	width: 57px;
	background-position: top right;
}
#header ul li a:hover {
	background-position: top right;
}
#header ul li .current {
	background-position: top right;
}

/*----------------- CONTENT STYLES -----------------*/

/*Content Fonts*/

#content h1 {
	font-size: 13px;
	color: #3F3D36;
}
#content h2 {
 font-size: 11px;
	color: #666666;
}
#content h3 {
 font-size: 11px;
	color: #7E7C6E;
}
#content p {
	color: #333333;
	line-height: 20px;	
	font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 11px;
	clear: both;
}
#content p .bold {
	font-weight: bold;
}
#content p .smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #666666;
}

/*Content Page Layout*/

#content {
	width: 810px;
	background-color: #F1F1F1;
	clear: both;
	float: left;
	position: relative;
}
#content .mainLeft {
	float: left;
	width: 94px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}
#content .mainTop {
	float: right;
	width: 676px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}
#content .mainBottom {
	float: left;
	width: 676px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	position: relative;
}
#content .mainBottom .left {
	width: 446px;
	float: left;
	position: relative;
}
#content .mainBottom .left ul {
	list-style-type: none;
	position: relative;
	margin-top: 15px;
}
#content .mainBottom .left ul li {
	display: inline;
	float: left;
}
#content .mainBottom .left ul li a {
	background-color: #666666;
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
	width: 100px;
	float: left;
	text-align: center;
}
#content .mainBottom .left ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#content .mainBottom .Box04 {
	width: 216px;
	float: right;
	height: 191px;
	padding-left: 14px;
}
#content .mainBottom .text {
	background-color: #FFFFFF;
	width: 433px;
	padding-left: 231px;
	padding-bottom: 30px;
	padding-top: 13px;
	padding-right: 13px;
}
#content .mainBottom .text .red {
	color: #CC0000;
}
#content .mainBottom .text ul {
	display: block;
	list-style-type: disc;
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
}
#content .mainBottom .text td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
}
#content .mainBottom .text td a {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#content .mainBottom .text td a:hover {
	color: #000000;
	text-decoration: underline;
}
#content .mainBottom .thumbs {
	background-color: #FFFFFF;
	width: 675px;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	overflow: auto;
	height: 285px;
	float: left;
	position: relative;
}
#content .mainBottom .thumbs td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 12px;
}
#content .mainBottom .thumbs td a {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#content .mainBottom .thumbs td a:hover {
	color: #000000;
	text-decoration: underline;
}


/*Content Display Styles*/

.logo {
	float: left;
	clear: both;
	padding-top: 205px;
	padding-bottom: 253px;
	padding-left: 9px;
}
#content .backToTop {
	float: right;
	background-image: url(Global/InsetArrows.gif);
	background-position: left;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

/*----------------- CSS IFRAME STYLES -----------------*/


/* CSS "iFRAME" 1 */

#content .mainTop .iframe {
	overflow:auto;
	width:216px;
	height:191px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}
#content .mainTop .iframe td {
	background-color: #FFFFFF;
	width: 195px;
}
#content .mainTop .iframe td a {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display:block;
	padding-top: 5px;
	margin-left: 10px;
	line-height: 12px;
	padding-bottom: 7px;
	}
#content .mainTop .iframe td a:hover {
 color: #000000;
}
#content .mainTop .iframe td .current {
 color: #000000;
}
	#content .mainTop .iframe ul {
	list-style-type: none;
	background-color: #FFFFFF;
	height: 191px;
	width: 195px;
}
#content .mainTop .iframe ul li {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display:block;
	padding-top: 5px;
	margin-left: 10px;
}
#content .mainTop .iframe ul li a {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .mainTop .iframe ul li a:hover {
	color: #000000;
}
#content .mainTop .iframe ul li .current {
	color: #000000;
}

/* CSS "iFRAME" 2 */

#content .mainTop .iframe2 {
	overflow:auto;
	width:216px;
	height:191px;
	float: left;
	position: relative;
	padding-left: 14px;
	background-color: #FFFFFF;
	background-image: url(Global/iFrame-Padding.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
	#content .mainTop .iframe2 ul {
	list-style-type: none;
	background-color: #FFFFFF;
	height: 191px;
	width: 195px;
}
#content .mainTop .iframe2 ul li {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display:block;
	position:relative;
	padding-top: 5px;
	margin-left: 10px;
}
#content .mainTop .iframe2 ul li a {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .mainTop .iframe2 ul li a:hover {
	color: #000000;
}
#content .mainTop .iframe2 ul li .current {
	color: #000000;
}

/* CSS "iFRAME" 3 */

#content .mainTop .iframe3 {
	overflow:auto;
	width:216px;
	height:191px;
	float: left;
	position: relative;
	padding-left: 14px;
	background-color: #FFFFFF;
	background-image: url(Global/iFrame-Padding.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
	#content .mainTop .iframe3 ul {
	list-style-type: none;
	background-color: #FFFFFF;
	height: 191px;
	width: 125px;
	float: left;
}
#content .mainTop .iframe3 ul li {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display:block;
	position:relative;
	padding-top: 5px;
	margin-left: 10px;
}
#content .mainTop .iframe3 ul li a {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .mainTop .iframe3 ul li a:hover {
	color: #000000;
}
#content .mainTop .iframe3 ul li .current {
	color: #000000;
}
#content .mainTop .iframe3 .specialRight {
	float: right;
	width: 70px;
}

/* CSS "iFRAME" 4 */

#content .mainTop .iframe4 {
	overflow: auto;
	width: 446px;
	height: 191px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}
	#content .mainTop .iframe4 ul {
	list-style-type: none;
	background-color: #FFFFFF;
	height: 191px;
	width: 195px;
}
#content .mainTop .iframe4 ul li {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display:block;
	position:relative;
	padding-top: 5px;
	margin-left: 10px;
}
#content .mainTop .iframe4 ul li a {
	text-decoration: none;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .mainTop .iframe4 ul li a:hover {
	color: #000000;
}
#content .mainTop .iframe4 ul li .current {
	color: #000000;
}
#content .mainTop .iframe4 .tdheader {
	background-color: #646567;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 416px;
	position: relative;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #EEEEEE;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: 1pt;
	font-size: 11px;
}
#content .mainTop .iframe4 .tdcontent {
	width: 416px;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	position: relative;
	font-size: 10px;
}
#content .mainTop .iframe4 .tdcontent td {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 12px;
}
#content .mainTop .iframe4 .tdcontent td a {
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
}
#content .mainTop .iframe4 .tdcontent td a:hover {
	color: #000000;
	text-decoration: underline;
}

/* CSS "iFRAME" 5 

#content .mainBottom .iframe5 {
	overflow: auto;
	width: 216px;
	height: 345px;
	float: left;
	position: relative;
	padding-left: 14px;
	background-color: #FFFFFF;
	background-image: url(Global/iFrame-Padding.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
	#content .mainBottom .iframe5 ul {
	list-style-type: none;
	background-color: #F1F1F1;
}
#content .mainBottom .iframe5 ul li {
	text-decoration: none;
	font-size: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display: block;
	position: relative;
	text-indent: 5px;
	padding-top: 5px;
	padding-left: 5px;
	height: 33px;
}
#content .mainBottom .iframe5 ul li a {
	text-decoration: none;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .mainBottom .iframe5 ul li a:hover {
	color: #000000;
}
#content .mainBottom .iframe5 ul li .current {
	color: #000000;
}
*/

/*----------------- BREAK STYLES -----------------*/

.break {
	height: 10px;
	width: 15px;
}
.indent {
	margin-left: 25px;
}
.horizontalLine {
	background-image: url(Global/Footer-Line.gif);
	background-repeat: no-repeat;
	width: 830px;
	background-position: left top;
	padding-bottom: 10px;
}

/*----------------- FORMS -----------------*/

fieldset {
	border: 0;
	overflow: hidden;
}
.dealerSearch {
	float: left;
	padding-left: 26px;
}
.dealerSearch label {
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}
.dealerSearchBox {
	border: 1px solid #A3A49E;
	width: 130px;
	font-size: 11px;
	padding: 2px;
}
.dealerSearch input.button {
	vertical-align: middle;
	margin-left: 5px;
}

/*----------------- FOOTER STYLES -----------------*/

#footer {
	width: 810px;
	height: 30px;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 15px;
}
#footer ul {
	list-style-type: none;
	text-align: left;
	float: left;
	width: 810px;
}
#footer ul li {
	display: inline;
	font-size: 11px;
}
#footer ul li a {
	color: #7E7C6E;
	text-decoration: underline;
	padding-right: 8px;
	padding-left: 4px;
	background-image: url(Global/Separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 11px;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #333333;
}
#footer ul li .current {
	color: #000000;
}
#footer .lastPipe {
	background: none;
}
#footer .slideLeft {
	float: left;
}
#footer .slideRight {
	float: right;
}



/*----------------- UPHOLSTERY SPECIAL TOP AND BOTTOM STYLES -----------------*/

#content .mainTopSpecial {
	float: left;
	width: 446px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 13px;
}

/* CSS "iFRAME" 4 MAIN TOP SPECIAL */

#content .mainTopSpecial .iframe4 {
	width: 446px;
	height: 345px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}
#content .mainTopSpecial .iframe4 .tdheader {
	background-color: #646567;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 416px;
	position: relative;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #EEEEEE;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: 1pt;
	font-size: 11px;
}
#content .mainTopSpecial .iframe4 .tdcontent {
	width: 416px;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	position: relative;
	font-size: 10px;
}
#content .mainTopSpecial .iframe4 .tdcontent td {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 12px;
}
#content .mainTopSpecial .iframe4 .tdcontent td a {
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
}
#content .mainTopSpecial .iframe4 .tdcontent td a:hover {
	color: #000000;
	text-decoration: underline;
}
#content .mainTopSpecial .iframe4 ul {
	list-style-type: none;
	position: relative;
	margin-top: 15px;
	margin-left: 11px;
}
#content .mainTopSpecial .iframe4 ul li {
	display: inline;
	float: left;
	position: relative;
	margin-right: 5px;
}
#content .mainTopSpecial .iframe4 ul li a {
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	width: 75px;
	float: left;
	text-align: center;
}
#content .mainTopSpecial .iframe4 ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

/* BOTTOM */

#content .mainBottomSpecial {
	float: left;
	width: 446px;
	padding-bottom: 13px;
	padding-left: 13px;
	position: relative;
}
#content .mainBottomSpecial .left {
	width: 446px;
	float: left;
	position: relative;
}
#content .mainBottomSpecial .Box04 {
	width: 216px;
	float: right;
	height: 191px;
	padding-left: 14px;
}
#content .mainBottomSpecial .text {
	background-color: #FFFFFF;
	width: 433px;
	padding-left: 231px;
	padding-bottom: 30px;
	padding-top: 13px;
	padding-right: 13px;
}
#content .mainBottomSpecial .text .red {
	color: #CC0000;
}
#content .mainBottomSpecial .text ul {
	display: block;
	list-style-type: disc;
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
}
#content .mainBottomSpecial .text td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
}
#content .mainBottomSpecial .text td a {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#content .mainBottomSpecial .text td a:hover {
	color: #000000;
	text-decoration: underline;
}
#content .mainBottomSpecial .thumbs {
	background-color: #FFFFFF;
	width: 675px;
	padding-left: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	overflow: auto;
	height: 285px;
	float: left;
	position: relative;
}
#content .mainBottomSpecial .thumbs td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 17px;
	line-height: 12px;
}
#content .mainBottomSpecial .thumbs td a {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#content .mainBottomSpecial .thumbs td a:hover {
	color: #000000;
	text-decoration: underline;
}

/* CSS "iFRAME" 5 SPECIAL */

#content .iframe5 {
	overflow: auto;
	width: 216px;
	height: 652px;
	float: right;
	/*background-image: url(Global/iFrame-Padding.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	margin-top: 13px;
	display: inline;
	position: relative;
	margin-right: 13px;
	background-color: #FFFFFF;
}
#content .iframe5 td {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 8px;
	position: relative;
	padding-left: 10px;
	padding-top: 10px;
}
#content .iframe5 td a {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
}
#content .iframe5 td a:hover {
	color: #000000;
	text-decoration: none;
}
/*#content .iframe5 ul {
	list-style-type: none;
	background-color: #FFFFFF;
}
#content .iframe5 ul li {
	text-decoration: none;
	font-size: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display: block;
	position: relative;
	text-indent: 5px;
	padding-top: 5px;
	padding-left: 5px;
	height: 33px;
}
#content .iframe5 ul li a {
	text-decoration: none;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .iframe5 ul li a:hover {
	color: #000000;
}
#content .iframe5 ul li .current {
	color: #000000;
}*/


/*----------------- UPHOLSTERY POP UP -----------------*/

#popup {
	float: left;
	width: 446px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 13px;
}

/* CSS "iFRAME" 4 MAIN TOP SPECIAL */

#popup .ILoveHBF {
	width: 446px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}
#popup .ILoveHBF .tdheader {
	background-color: #646567;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 416px;
	position: relative;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #EEEEEE;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: 1pt;
	font-size: 11px;
}
#popup .ILoveHBF .tdcontent {
	width: 416px;
	font-family: "Lucida Grande", Helvetica, Arial;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	position: relative;
	font-size: 10px;
}
#popup .ILoveHBF .tdcontent td {
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	padding-top: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 12px;
}
#popup .ILoveHBF .tdcontent td a {
	color: #000000;
	text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
}
#popup .ILoveHBF .tdcontent td a:hover {
	color: #000000;
	text-decoration: underline;
}
#popup .ILoveHBF ul {
	list-style-type: none;
	position: relative;
	margin-top: 15px;
	margin-left: 11px;
}
#popup .ILoveHBF ul li {
	display: inline;
	float: left;
	position: relative;
}
#popup .ILoveHBF ul li a {
	background-color: #CCCCCC;
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	width: 75px;
	float: left;
	text-align: center;
}
#popup .ILoveHBF ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}


/*----------------- END -----------------*/

