
/*

green: #DCE3D1
deep blue: #3E466A
gray: #E8E8E8
brown: #7D6460

rainbow color 1: #5E4541
rainbow color 2: #886E6A
rainbow color 3: #DBB277
rainbow color 4: #F1D49A
rainbow color 5: #FFF8C1
rainbow color 6: #B2B1B1
rainbow color 7: #C8DDF2
rainbow color 8: #5C6892
rainbow color 9: #CBD6B8
rainbow color 10: #93A980
rainbow color 11: #55553D

*/

/*========================================================*/
/* SKIN STYLES                                            */
/*========================================================*/

html,body
{
	margin: 0;
	padding: 0;
	font-family: Arial, san-serif; 
	font-size: 90%; 
	line-height: 1.2em;
}
body
{
	background: #DCE3D1 url(images/body_background.gif) repeat-y scroll 50% 0;
}

/* containers */

#sd_container
{
	width: 724px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(images/content_container_background.gif) repeat-y;
}
#sd_container_single_column
{
	width: 724px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 500px;
}
#sd_branding
{
	display: none;
}
#sd_content_container
{
	width: 724px;
	margin: 0;
	padding: 0;
	background: url(images/header.jpg) no-repeat;
}
#sd_container_single_column #sd_content_container
{
	background: url(images/header_single.jpg) no-repeat;
}
#sd_content_left
{
	width: 190px;
	float: left;
	display: inline;
	margin: 27px 0 0 20px;
	padding: 0;
	background-color: #E8E8E8;
}
#sd_content
{
	float: right;
	width: 474px;
	margin: 167px 0 0 0;
	padding: 0 20px 30px 20px;
}
#sd_container_single_column #sd_content
{
	float: right;
	width: 684px;
	margin: 167px 0 0 0;
	padding: 0 20px 30px 20px;
}
#sd_breadcrumb 
{
	height: 21px;
	margin: 0 0 20px 0;
	padding: 8px 0 0 0;
}
#sd_footer
{
	clear: both;
	width: 724px;
	height: 40px;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #3E466A;
}

/* menu */

#sd_menu
{
	margin: 12px 0 36px 0;
}
#sd_menu ul
{
	padding: 0;
}
#sd_menu li 
{
	color: #000;
	list-style-type: none;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
}
#sd_menu li a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
	background-color: Transparent;
	border-bottom: none;
}
#sd_menu li.menu_open_item a
{
	font-weight: bold;
}
#sd_menu li.menu_open_item ul a
{
	font-weight: normal;
}
#sd_menu ul.menu_level1
{
	margin: 0 12px;
	border-bottom: solid 2px #E8E8E8;
	background-color: #999;
}
#sd_menu ul.menu_level2
{
	margin-left: 0;
	padding-bottom: 4px;
}
#sd_menu ul.menu_level3
{
	margin-left: 0;
	padding-top: 2px;
}
/* level 1 */
#sd_menu ul.menu_level1 li
{
	border-top: solid 2px #E8E8E8;
	padding: 2px 5px 2px 5px;
}
#sd_menu ul.menu_level1 li a
{
	padding: 1px 0 1px 5px;
}
#sd_menu ul.menu_level1 .node_number1
{
	background-color: #5E4541;
}
#sd_menu ul.menu_level1 .node_number1 ul a.menu_active_item
{
	background-color: #FFF;
	color: #5E4541;
}
#sd_menu ul.menu_level1 .node_number2
{
	background-color: #886E6A;
}
#sd_menu ul.menu_level1 .node_number2 ul a.menu_active_item
{
	background-color: #FFF;
	color: #886E6A;
}
#sd_menu ul.menu_level1 .node_number3
{
	background-color: #DBB277;
}
#sd_menu ul.menu_level1 .node_number3 ul a.menu_active_item
{
	background-color: #FFF;
	color: #DBB277;
}
#sd_menu ul.menu_level1 .node_number4
{
	background-color: #F1D49A;
}
#sd_menu ul.menu_level1 .node_number4 ul a.menu_active_item
{
	background-color: #FFF;
	color: #F1D49A;
}
#sd_menu ul.menu_level1 .node_number5
{
	background-color: #FFF8C1;
}
#sd_menu ul.menu_level1 .node_number5 a
{
	color: #AFAFAF;
}
#sd_menu ul.menu_level1 .node_number5 ul a.menu_active_item
{
	background-color: #FFF;
	color: #FFF8C1;
}
#sd_menu ul.menu_level1 .node_number6
{
	background-color: #B2B1B1;
}
#sd_menu ul.menu_level1 .node_number6 ul a.menu_active_item
{
	background-color: #FFF;
	color: #B2B1B1;
}
#sd_menu ul.menu_level1 .node_number7
{
	background-color: #C8DDF2;
}
#sd_menu ul.menu_level1 .node_number7 ul a.menu_active_item
{
	background-color: #FFF;
	color: #C8DDF2;
}
#sd_menu ul.menu_level1 .node_number8
{
	background-color: #5C6892;
}
#sd_menu ul.menu_level1 .node_number8 ul a.menu_active_item
{
	background-color: #FFF;
	color: #5C6892;
}
#sd_menu ul.menu_level1 .node_number9
{
	background-color: #CBD6B8;
}
#sd_menu ul.menu_level1 .node_number9 ul a.menu_active_item
{
	background-color: #FFF;
	color: #CBD6B8;
}
#sd_menu ul.menu_level1 .node_number10
{
	background-color: #93A980;
}
#sd_menu ul.menu_level1 .node_number10 ul a.menu_active_item
{
	background-color: #FFF;
	color: #93A980;
}
/*#sd_menu ul.menu_level1 .node_number11
{
	background-color: #55553D;
}
#sd_menu ul.menu_level1 .node_number11 ul a.menu_active_item
{
	background-color: #FFF;
	color: #55553D;
}*/
#sd_menu ul.menu_level1 .node_user_info
{
	color: #FFF;
	background-color: #5E4541;
}
#sd_menu ul.menu_level1 .node_user_info ul a.menu_active_item
{
	background-color: #FFF;
	color: #5E4541;
}
#sd_menu ul.menu_level1 .node_site_map
{
	color: #FFF;
	background-color: #5E4541;
}
#sd_menu ul.menu_level1 .node_site_map ul a.menu_active_item
{
	background-color: #FFF;
	color: #5E4541;
}
/* level 2 */
#sd_menu ul.menu_level2 li
{
	border: none;
	padding: 1px 0 1px 5px;
}
#sd_menu ul.menu_level2 li a
{
	padding: 0 0 0 15px;
	background: url(images/treeview_menu_bullet.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number1 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet1.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number2 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet2.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number3 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet3.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number4 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet4.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number5 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet5.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number6 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet6.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number7 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet7.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number8 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet8.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number9 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet9.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_number10 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet10.gif) no-repeat 6px 7px;
}
/*#sd_menu ul.menu_level1 .node_number11 ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet11.gif) no-repeat 6px 7px;
}*/
#sd_menu ul.menu_level1 .node_user_info ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet1.gif) no-repeat 6px 7px;
}
#sd_menu ul.menu_level1 .node_site_map ul.menu_level2 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet1.gif) no-repeat 6px 7px;
}
/* level 3 */
#sd_menu ul.menu_level3 li
{
	border: none;
	padding: 1px 0 1px 14px;
}
#sd_menu ul.menu_level3 li a
{
	font-style: italic;
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 15px;
	background: url(images/treeview_menu_bullet.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number1 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet1.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number2 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet2.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number3 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet3.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number4 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet4.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number5 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet5.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number6 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet6.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number7 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet7.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number8 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet8.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number9 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet9.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_number10 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet10.gif) no-repeat 6px 6px;
}
/*#sd_menu ul.menu_level1 .node_number11 ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet11.gif) no-repeat 6px 6px;
}*/
#sd_menu ul.menu_level1 .node_user_info ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet1.gif) no-repeat 6px 6px;
}
#sd_menu ul.menu_level1 .node_site_map ul.menu_level3 li a.menu_active_item
{
	background: #FFF url(images/treeview_menu_bullet1.gif) no-repeat 6px 6px;
}

/* footer menu */

ul#sd_footer_menu 
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
ul#sd_footer_menu li 
{
	float: left;
	height: 11px;
	margin: 0;
	padding: 0 4px 0 4px;
	list-style-type: none;
	border-right: solid 1px #FFF;
}
ul#sd_footer_menu li.last_item 
{
	border-right: none;
}
ul#sd_footer_menu li a 
{
	display: block;
	position: relative;
	top: -1px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	background-color: Transparent;
	border-bottom: none;
}
ul#sd_footer_menu li a:hover 
{
	text-decoration: underline;
}

/* footer sub menu */

#sd_footer_sub_menu_container
{
	width: 724px;
	float: left;
	margin: 6px 0 0 0;
}
ul#sd_footer_sub_menu
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
ul#sd_footer_sub_menu li
{
	float: left;
	height: 11px;
	margin: 0;
	padding: 0 4px 0 4px;
	list-style-type: none;
	border-right: solid 1px #C8AEA1;
}
ul#sd_footer_sub_menu li.last_item
{
	border-right: none;
}
ul#sd_footer_sub_menu li a
{
	display: block;
	position: relative;
	top: -1px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #C8AEA1;
	text-decoration: none;
	text-transform: lowercase;
	background-color: Transparent;
	border-bottom: none;
}
ul#sd_footer_sub_menu li a:hover
{
	text-decoration: underline;
}
ul#sd_footer_sub_menu li span
{
	display: block;
	position: relative;
	top: -1px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #C8AEA1;
	text-transform: lowercase;
}

/* breadcrumb */

#sd_breadcrumb a
{
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #AFAFAF;
	text-decoration: none;
	text-transform: lowercase;
	background-color: Transparent;
	border-bottom: none;
}
#sd_breadcrumb a:hover
{
	text-decoration: underline;
}
#sd_breadcrumb img
{
	margin: 0 4px;
	position: relative;
	top: -2px;
}

/* misc */

p 
{ 
	color: #7B6260;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
.sd_clear
{
	clear: both;
	margin: 0;
	padding: 0;
}
.landing_page
{
	padding-top: 10px;
}
.landing_page p
{
	line-height: 18px;
	padding-bottom: 10px;
	background: url(images/shaunti.jpg) no-repeat;
}
.nav_help
{
	font-size: 13px;
	font-weight: bold;
	border: solid 2px #DCE3D1;
	margin: 0 28px;
	padding: 6px 50px;
	text-align: center;
	color: #FFF;
	background-color: #3E466A;
}

/*========================================================*/
/* RH PROMOTIONS STYLES                                   */
/*========================================================*/

/* featured promotion */
.rhpromotions_featured {}
.rhpromotions_featured h3 {margin: 0; padding: 0 0 15px 0; font-weight: bold; font-size: 22px; line-height: 24px; text-transform: lowercase;}
.rhpromotions_featured h4 {margin: 0; padding: 0 0 2px 0; font-weight: bold; font-size: 14px; line-height: 16px;}
.rhpromotions_featured img {float: right; margin: 0 10px 10px 10px;}

/* featured promotion (sidebar) */
#sd_content_left .rhpromotions_featured {margin: 0 12px 40px 12px;}
#sd_content_left .rhpromotions_featured h3 {margin: 0; padding: 0; font-size: 20px; line-height: 22px; text-decoration: underline; text-transform: lowercase;}
#sd_content_left .rhpromotions_featured h4 {margin: 0; padding: 0 0 2px 0; font-weight: bold; font-size: 14px; line-height: 16px;}
#sd_content_left .rhpromotions_featured img {float: none; margin: 0 0 10px 0; width: 163px;}
#sd_content_left .rhpromotions_featured p {font-size: 10px; line-height: 13px; color: #666;}
#sd_content_left .rhpromotions_featured ul {margin: 0; padding: 0 5px 0 25px;}

/*========================================================*/
/* RH DYNAMIC FORMS STYLES                                */
/*========================================================*/

/* form detail */
#sd_content_left .rhdynamicforms_formdetail {margin: 0 12px 40px 12px;}
#sd_content_left .rhdynamicforms_formdetail h3 {font-size: 20px; line-height: 22px; text-decoration: underline; text-transform: lowercase;}
#sd_content_left .rhdynamicforms_formdetail p {font-size: 10px; line-height: 13px; color: #666;}
#sd_content_left .rhdynamicforms_formdetail label {font-size: 10px; line-height: 12px; color: #666;}
#sd_content_left .rhdynamicforms_formdetail input {width: 150px;}
#sd_content_left .rhdynamicforms_formdetail textarea {width: 160px; height: 60px; font-size: 11px; font-family: Arial, sans-serif;}
#sd_content_left .rhdynamicforms_formdetail .buttons {margin-top: 15px;}
#sd_content_left .rhdynamicforms_formdetail .rhdynamicforms_submit {width: 165px; font-size: 13px; color: #000; background-color: #FFF; border: solid 1px #999;}
#sd_content_left .rhdynamicforms_formdetail .footer {text-align: center; margin-top: 20px;}
#sd_content_left .rhdynamicforms_formdetail .validation_summary {font-size: 10px; line-height: 12px; color: red;}
#sd_content_left .rhdynamicforms_formdetail .validation_summary ul {margin: 10px 5px 10px 15px; padding: 0 0 0 5px;}
#sd_content_left .rhdynamicforms_formdetail .validation_summary ul li {font-size: 10px; line-height: 12px; margin: 0; padding: 0; color: red;}
#sd_content_left .rhdynamicforms_formdetail .validation_validator {color: red;}

/* confirmation message */
.rhdynamicforms_confirmationmessage {margin-top: 20px;}
.rhdynamicforms_confirmationmessage .buttons {padding-top: 20px;}
.rhdynamicforms_confirmationmessage .rhdynamicforms_return {background-color: #7B6260; color: #FFF; border: 1px solid #B5998B; font-family: Arial, san-serif; font-weight: bold; font-size: 11px; line-height: 16px; width: 180px;}

/* error message */
.rhdynamicforms_errormessage {margin-top: 20px;}
.rhdynamicforms_errormessage .buttons {padding-top: 20px;}
.rhdynamicforms_errormessage .rhdynamicforms_return {background-color: #7B6260; color: #FFF; border: 1px solid #B5998B; font-family: Arial, san-serif; font-weight: bold; font-size: 11px; line-height: 16px; width: 180px;}

/*========================================================*/
/* RH BANNERS STYLES                                      */
/*========================================================*/

/* banner list */
#sd_content_left .rhbanners_list {text-align: center; margin-bottom: 40px;}
#sd_content_left .rhbanners_list a {border-bottom: none;}
#sd_content_left .rhbanners_list img.banner_image {border: none;}
#sd_content_left .rhbanners_list .rhbanners_list_item {margin-bottom: 25px;}
#sd_content_left .rhbanners_list .admin_controls {font-size: 11px;}
#sd_content_left .rhbanners_list .listitem_edit_controls {font-size: 11px;}
#sd_content .rhbanners_list {margin-top: 20px;}
#sd_content .rhbanners_list a {border-bottom: none;}
#sd_content .rhbanners_list img.banner_image {border: none;}
#sd_content .rhbanners_list .rhbanners_list_item {float: left; margin-right: 25px;}
#sd_content .rhbanners_list .last_item {margin-right: 0;}
#sd_content .rhbanners_list .admin_controls {font-size: 11px;}
#sd_content .rhbanners_list .listitem_edit_controls {font-size: 11px;}

/* banner edit form */
#sd_content_left .rhbanners_banner_edit .rhbanners_imagefileupload input {width: 200px;}
#sd_content_left .rhbanners_banner_edit .rhbanners_alttext input {width: 200px;}
#sd_content_left .rhbanners_banner_edit .rhbanners_url input {width: 200px;}
#sd_content_left .rhbanners_banner_edit .rhbanners_imagemaphtml textarea {width: 200px; height: 100px;}
#sd_content .rhbanners_banner_edit .rhbanners_imagefileupload input {width: 450px;}
#sd_content .rhbanners_banner_edit .rhbanners_alttext input {width: 450px;}
#sd_content .rhbanners_banner_edit .rhbanners_url input {width: 450px;}
#sd_content .rhbanners_banner_edit .rhbanners_imagemaphtml textarea {width: 450px; height: 100px;}

/* banner image edit form */
#sd_content .rhbannerimages_banner_image_edit .rhbannerimages_fileupload input {width: 450px;}
#sd_content .rhbannerimages_banner_image_edit .rhbannerimages_alttext input {width: 450px;}

/*========================================================*/
/* RH TITLES STYLES                                       */
/*========================================================*/

/* title list and detail */
.submenu {border: none; float: left; width: 100%; margin: 5px 0 20px 0; background-color: #E8E8E8;}
.submenu ul {float: left; margin: 0; padding: 0 0 0 8px;}
.submenu ul li {color: #999; list-style-type: none; float: left; margin: 0; padding: 4px 6px 4px 6px; font-family: Arial, Sans-Serif; font-size: 12px; font-weight: bold;}
.rhtitles_header {border-bottom: dotted 1px #000;}
.rhtitles_footer {border-top: dotted 1px #000;}
.rhtitles_list_item {border-bottom: dotted 1px #000; padding: 10px 0 10px 0;}
.last_item {border-bottom: none; padding-bottom: 0;}
.rhtitles_list_item .cover_image, .rhtitles_featured .cover_image {float: right; width: 125px; margin: 0 10px 10px 10px;}
.rhtitles_list_item .cover_image img, .rhtitles_featured .cover_image img {float: right; width: 125px; margin: 0; border: solid 1px #000;}
.rhtitles_list_item h3, .rhtitles_detail h3, .rhtitles_featured h3, .rhtitles_excerpt h3, 
.rhtitles_recommend h3, .rhtitles_retailers h3 {margin: 0; padding: 0; font-weight: bold; font-size: 16px;}
.rhtitles_list_item h4, .rhtitles_detail h4, .rhtitles_featured h4, .rhtitles_excerpt h4, 
.rhtitles_recommend h4, .rhtitles_retailers h4 {margin: 0; padding: 0; font-weight: bold; font-size: 14px;}
.rhtitles_list_item h5, .rhtitles_detail h5, .rhtitles_featured h5, .rhtitles_excerpt h5, 
.rhtitles_recommend h5, .rhtitles_retailers h5 {margin: 0; padding: 0;}
.rhtitles_list_item .callout, .rhtitles_detail .callout, .rhtitles_featured .callout, 
.rhtitles_excerpt .callout, .rhtitles_recommend .callout, .rhtitles_retailers .callout {font-weight: bold; margin: 0; padding: 10px 0 0 0; border: none; text-align: left;}
.rhtitles_detail .cover_image, .rhtitles_excerpt .cover_image, .rhtitles_recommend .cover_image, 
.rhtitles_retailers .cover_image {float: right; margin: 0 10px 10px 10px;}
.rhtitles_detail .cover_image img, .rhtitles_excerpt .cover_image img, .rhtitles_recommend .cover_image img, 
.rhtitles_retailers .cover_image img {float: right; margin: 0; border: solid 1px #000;}
.rhtitles_detail .url {font-weight: bold; font-style: italic;}
.rhtitles_detail dl {margin: 10px; padding: 0;}
.rhtitles_detail dd {margin: 0; padding: 0; font-size: 11px; line-height: 12px;}
.rhtitles_detail .endorsement {}
.rhtitles_detail .endorsement p {margin-bottom: 0;}
.rhtitles_detail .endorsement .byline {margin-left: 20px; font-style: italic;}
.rhtitles_detail .endorsement .byline .name {font-weight: bold;}
.rhtitles_detail .endorsement .byline .title {}
.rhtitles_detail .related_titles {margin-top: 20px;}
.rhtitles_detail .related_titles .related_title {width: 150px; float: left; padding: 20px 0 0 0; text-align: center;}
.rhtitles_detail .related_titles .related_title a.image_link {background-color: #FFF; border-bottom: none;}
.rhtitles_detail .related_titles .related_title img {width: 100px; float: none; border: solid 1px #000;}
.rhtitles_detail .related_titles .related_title h5 {}
.rhtitles_detail .related_titles_information {clear: both; padding-top: 10px;}

/* excerpt */
.rhtitles_excerpt h4.excerpt_download {font-size: 14px; font-weight: bold; padding: 10px 0;}
.rhtitles_excerpt .legal_info {font-size: 80%;}

/* recommend */
.rhtitles_recommend .rhtitles_recommend_form {margin: 20px 0 10px 0;}
.rhtitles_recommend .rhtitles_recommend_form .validation_summary {color: red;}
.rhtitles_recommend .rhtitles_recommend_form .validation_summary ul {color: red;}
.rhtitles_recommend .rhtitles_recommend_form .validation_validator {color: red;}
.rhtitles_recommend .rhtitles_recommend_form label {font-weight: bold; font-size: 11px;}
.rhtitles_recommend .rhtitles_recommend_form input {width: 240px;}
.rhtitles_recommend .rhtitles_recommend_form .buttons {padding: 20px 0 10px 0;}
.rhtitles_recommend .rhtitles_recommend_form .buttons .send_email {background-color: #7B6260; color: #FFF; border: 1px solid #B5998B; font-family: Arial, san-serif; font-weight: bold; font-size: 11px; line-height: 16px;}

/* retailers */
.rhtitles_retailers .retailers {text-align: center;}
.rhtitles_retailers .retailers table {width: 99%; background-color: #FFF; margin: 10px auto 10px auto; padding: 10px 10px 10px 10px; border: none; clear: both;}
.rhtitles_retailers .retailers td {width: 50%; margin: 0; padding: 15px; text-align: center; vertical-align: middle;}
.rhtitles_retailers .retailers td a {background-color: #FFF; border-bottom: none;}
.rhtitles_retailers .retailers td img {margin: 0; padding: 0; float: none; border: none;}

/*========================================================*/
/* RH SURVEY RESULTS STYLES                               */
/*========================================================*/

/* survey list */
#sd_content .rhsurvey_list {margin: 10px 0;}
#sd_content .rhsurvey_list h3 {margin: 0; padding: 0; font-weight: bold; font-size: 16px;}
#sd_content .rhsurvey_list h4 {margin: 10px 0 0 0; padding: 0; font-weight: bold; font-size: 14px;}
#sd_content .rhsurvey_list .question {margin: 10px 0 0 0; padding: 10px 0 10px 0; border-top: dotted 1px #000;}
#sd_content .rhsurvey_list .question h4 {margin: 0; padding: 0; font-weight: bold; font-size: 14px;}
#sd_content .rhsurvey_list .question p {font-weight: bold;}
#sd_content .rhsurvey_list .question p.note {font-weight: normal; font-style: italic; font-size: 80%; width: 90%; margin: 5px 0 0 30px;}
#sd_content .rhsurvey_list .question table {width: 90%; border: none; margin: 5px 0 0 20px; font-family: Arial, Sans-Serif; font-size: 12px;}
#sd_content .rhsurvey_list .question table tr.alt {background-color: #E8E8E8;}
#sd_content .rhsurvey_list .question table th, .rhsurvey_list .question table td {vertical-align: middle;}
#sd_content .rhsurvey_list .question table thead th, .rhsurvey_list .question table thead td {color: #FFF; background-color: #3E466A; margin: 0; padding: 2px 5px; font-size: 100%;}
#sd_content .rhsurvey_list .question table thead th {text-align: left;}
#sd_content .rhsurvey_list .question table thead td {font-weight: bold; text-align: right;}
#sd_content .rhsurvey_list .question table tbody td {margin: 0; padding: 3px 5px 3px 5px;}
#sd_content .rhsurvey_list .question table tbody td.response_copy {width: 45%;}
#sd_content .rhsurvey_list .question table tbody td.response_bar_graph {width: 45%; vertical-align: middle;}
#sd_content .rhsurvey_list .question table tbody td.response_bar_graph div {background-color: #93A980; font-size: 10px; margin: 0; padding: 0;}
#sd_content .rhsurvey_list .question table tbody.special td.response_bar_graph {width: 35%; vertical-align: middle;}
#sd_content .rhsurvey_list .question table tbody.special td.response_age_group {width: 10%; vertical-align: middle;}
#sd_content .rhsurvey_list .question table tbody.special td.response_bar_graph div {background-color: #93A980; font-size: 10px; margin: 4px 0 4px 0; padding: 0;}
#sd_content .rhsurvey_list .question table tbody td.response_percent {width: 10%; vertical-align: middle; text-align: right;}
#sd_content .rhsurvey_list .question table tfoot th, .rhsurvey_list .question table tfoot td {color: #FFF; background-color: #3E466A; margin: 0; padding: 2px 5px;}
#sd_content .rhsurvey_list .question table tfoot th {text-align: left;}
#sd_content .rhsurvey_list .question table tfoot td {font-weight: bold; text-align: right;}

/*========================================================*/
/* DNN STYLES                                             */
/*========================================================*/

/*

green: #DCE3D1
deep blue: #3E466A
gray: #E8E8E8
brown: #7D6460

rainbow color 1: #5E4541
rainbow color 2: #886E6A
rainbow color 3: #DBB277
rainbow color 4: #F1D49A
rainbow color 5: #FFF8C1
rainbow color 6: #B2B1B1
rainbow color 7: #C8DDF2
rainbow color 8: #5C6892
rainbow color 9: #CBD6B8
rainbow color 10: #93A980
rainbow color 11: #55553D

*/

H1, h1 
{
	font-family: Arial, san-serif; 
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #A4C18B;
    margin: 0;
    padding: 0 0 10px 0;
}
H2, h2 
{
	font-family: Arial, san-serif; 
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #A4C18B;
    margin: 0;
    padding: 0 0 5px 0;
}
H3, h3 
{
	font-family: Arial, san-serif; 
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #A4C18B;
    margin: 0;
    padding: 0 0 5px 0;
}
H4, h4 
{
	font-family: Arial, san-serif; 
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #A4C18B;
    margin: 0;
    padding: 0 0 2px 0;
}
H5, h5, DT, dt 
{
	font-family: Arial, san-serif; 
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #A4C18B;
    margin: 0;
    padding: 0 0 2px 0;
}
H6, h6 
{
	font-family: Arial, san-serif; 
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #A4C18B;
    margin: 0;
    padding: 0 0 2px 0;
}
TFOOT, tfoot, THEAD, thead 
{
	font-family: Arial, san-serif; 
    font-size: 90%;
    color: #7B6260;
}
TH, th 
{
    vertical-align: baseline;
	font-family: Arial, san-serif; 
    font-size: 90%;
    font-weight: bold;
    color: #7B6260;
}
A:link, a:link 
{
    text-decoration: none;
    color: #5C5F94;
    font-weight: bold;
}
A:visited, a:visited 
{
    text-decoration: none;
    color: #5C5F94;
    font-weight: bold;
}
A:hover, a:hover 
{
    text-decoration: none;
    border-bottom: dashed 1px #5C5F94;
    color: #5C5F94;
    background-color: #EBEBEB;
    font-weight: bold;
}
A:active, a:active 
{
    text-decoration: none;
    color: #5C5F94;
    font-weight: bold;
}
SMALL, small 
{
    font-size: 10px;
}
BIG, big 
{
    font-size: 16px;
}
BLOCKQUOTE, blockquote 
{
	font-family: Arial, san-serif; 
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #7B6260;
	margin: 0 0 20px 0;
	padding: 0;
}
PRE, pre 
{
    font-family: Lucida Console, monospace;
}
UL, ul, OL, ol
{
	color: #7B6260;
	font-size: 12px;
}
UL LI, ul li 
{
    list-style-type: square ;
}

UL LI LI, ul li li 
{
    list-style-type: disc;
}
UL LI LI LI, ul li li li 
{
    list-style-type: circle;
}
OL LI, ol li 
{
    list-style-type: decimal;
}
OL OL LI, ol ol li 
{
    list-style-type: lower-alpha;
}
OL OL OL LI, ol ol ol li 
{
    list-style-type: lower-roman;
}
HR, hr 
{
	margin: 15px 0 10px 0;
	border-top: dotted 1px #000;
	height: 1px;
	clear: both;
}
.Head, .head
{
	color: #7B6260;
	font-weight: bold;
	text-transform: lowercase;
}
.SubSubHead, .subsubhead
{
	color: #7B6260;
}
.SubHead, .subhead
{
	color: #7B6260;
}
.Normal, .normal
{
	font-family: Arial, san-serif; 
	color: #7B6260;
}
.NormalRed, .normalred
{
	color: #7B6260;
}
.NormalBold, .normalbold
{
	color: #7B6260;
}
.Help, .help
{
	color: #7B6260;
	background-color: #CAB2A6;
	border: solid 1px #7B6260;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, a.CommandButton:link 
{
    text-decoration: underline;
    color: #7B6260;
    font-weight: bold;
}
A.CommandButton:visited, a.CommandButton:visited 
{
    text-decoration: underline;
    color: #7B6260;
    font-weight: bold;
}
A.CommandButton:hover, a.CommandButton:hover 
{
    text-decoration: underline;
    color: #7B6260;
    font-weight: bold;
    background-color: Transparent;
    border-bottom: none;
}
A.CommandButton:active, a.CommandButton:active 
{
    text-decoration: underline;
    color: #7B6260;
    font-weight: bold;
}
A.CommandButton[disabled="disabled"], a.commandbutton[disabled="disabled"]
{
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

/* default form elements */ 
select, input 
{ 
	font-family: Arial, san-serif; 
	font-size: 12px; 
	color: #7B6260;
}
/* button */
.StandardButton, .standardbutton
{
	background-color: #7B6260;
	color: #FFF;
	border: 1px solid #B5998B;
	font-family: Arial, san-serif; 
	font-weight: bold; 
	font-size: 11px;
	line-height: 16px;
}
/* textbox */ 
.NormalTextBox, .normaltextbox 
{ 
	color: #7B6260; 
	padding-left: 2px; 
	font-family: Arial, san-serif; 
	font-weight: normal; 
	font-size: 13px;
	line-height: 15px; 
}
/* textbox container */ 
td.NormalTextBox, td.normaltextbox 
{ 
	padding: 0; 
	margin: 0; 
	background: transparent; 
	visibility: invisible; 
	border: 0;
}
/* textbox used for search */
#dnn_dnnSEARCH_txtSearch .NormalTextBox
{ 
	height: 21px; 
	background-color: #FFFFFF; 
	width: 200px; 
	color: #000; 
	padding: 3px 0px 0px 2px; 
	border: 1px solid #000; 
	cursor: text;
	vertical-align: middle;
}
/* login and user token idle */ 
.LOGIN_object, 
a.LOGIN_object:link, 
a.LOGIN_object:visited, 
a.LOGIN_object:active, 
.USER_object, 
a.USER_object:link, 
a.USER_object:visited, 
a.USER_object:active 
{ 
}
/* login and user token hover */ 
a.LOGIN_object:hover, 
a.USER_object:hover 
{ 
}
/* date token idle */ 
.DATE_object, 
a.DATE_object:link, 
a.DATE_object:visited, 
a.DATE_object:active 
{ 
	color: #000; 
	font-family: Arial, san-serif; 
	font-weight: bold; 
	font-style: italic;
	font-size: 11px; 
	text-decoration: none;
}
/* date token hover */ 
a.DATE_object:hover 
{ 
	color: #666; 
	font-family: Arial, san-serif; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}
/* breadcrumbs token idle */ 
.BREADCRUMBS_object, 
a.BREADCRUMBS_object:link, 
a.BREADCRUMBS_object:visited, 
a.BREADCRUMBS_object:active
{ 
	color: #000; 
	font-family: Arial, san-serif; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight: normal;
}
/* breadcrumbs token hover */ 
a.BREADCRUMBS_object:hover 
{ 
	color: #666; 
	font-family: Arial, san-serif; 
	font-size: 11px; 
	text-decoration: underline; 
	font-weight: normal;
}
/* terms privacy and copyright */ 
.FOOTER_objects 
{ 
}
/* terms privacy and copyright links */ 
a.FOOTER_objects:link, 
a.FOOTER_objects:visited, 
a.FOOTER_objects:active 
{ 
}
/* terms privacy and copyright hover */ 
a.FOOTER_objects:hover 
{ 
}

/*========================================================*/
/* ACTIVEFORUM STYLES                                     */
/*========================================================*/

.afgrouprow 
{
	color: #FFF;
	background-color: #3E466A;
}
.afgrouprow a:hover
{
	color: #5C5F94;
}
/* remove the link formatting from the "button" styled links */
.ambutton a, .afsearchgo a
{
	border: none;
	background-color: transparent;
}

/*

green: #DCE3D1
deep blue: #3E466A
gray: #E8E8E8
brown: #7D6460

rainbow color 1: #5E4541
rainbow color 2: #886E6A
rainbow color 3: #DBB277
rainbow color 4: #F1D49A
rainbow color 5: #FFF8C1
rainbow color 6: #B2B1B1
rainbow color 7: #C8DDF2
rainbow color 8: #5C6892
rainbow color 9: #CBD6B8
rainbow color 10: #93A980
rainbow color 11: #55553D

*/
