h1, h2, h3, h4, h5, h6, h7	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 20px; 
	padding: 5px 15px 7px 15px;
	margin:  0px;
}
	
p, blockquote, dl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 15px 7px 15px;
	margin:  0px;
}

/* dustin's addition */
address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	font-style:normal;
	padding-left:15px;
	padding-bottom: 15px;
	line-height:15px;
}


contactinfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	font-style:normal;
	padding-left:15px;
	padding-bottom: 15px;
	line-height:15px;
}

contactinfo2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	padding-left:15px;
}



blockquote {
	margin:  0px 40px 0px 40px;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
}

/*Changed color from 036 to 534E43 */
h2	{
	font-size: 20px;
	line-height: 14px; 
	color: #534E43;
	font-weight: lighter;
	margin: 0;
	padding: 5px 10px 10px 10px;
	}


* html h2 { font-weight: bold !important;}

h3	{
	font-size: 14px;
	font-weight: bold;
	color: #534E43;
}

h4	{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

h6 {
	font-size: 18px;
	font-weight: lighter;
	color: #534E43;
}
	
a:link {
	color: #C60;
}

a:visited {
	color: #534E43;
}

a:visited:hover, a:hover {
	color: #900;
}

a:active, a:visited:active {
	color: #036;
	text-decoration: none;
}
a img {
    border: 0;
}

ul {
	margin: 0px;
	padding: 0px 10px 5px 35px;
}

li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #534E43;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

ol {
	margin: 0px;
	padding: 0px 45px 20px 45px;
}

dt {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

dd {
	padding-bottom: 10px;
	margin-left: 0;
}

div#leftcontent dt {
	font-size: 11px;
	margin-top: 7px;
}
div#leftcontent dd {
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}



/* NAVIGATION */


#nav ul {
	margin: 0px;
	padding: 8px 0px 8px 15px;
	line-height: 10px; 
}

#nav li {
	margin: 0px;
	padding: 0px 6px 0px 12px;
	display: inline;
	background-image: url(../_i/bullet_nav.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#nav li a:link,
#nav li a:visited {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:link:hover,
#nav li a:visited:hover {
	color: #900;
}

#nav ul li a:link:active,
#nav ul li a:visited:active {
	color: #C90;
	text-decoration: underline;
}

#nav a.current:link,
#nav a.current:visited {
	text-decoration: none;
	border: 1px solid #9D9991;
	background-color: #FFF;
	color: #C60;
}


#subnav ul {
	padding: 5px 10px 7px 15px;
	margin: 0px;
}

* html #subnav ul { margin-right: 5px; }

#subnav li {
	padding: 0px;
	display: inline;
	line-height: 18px;
	margin: 1px;
}

html>body #subnav li {
	margin: 0 -5px 0 0;
}

#subnav a:link,
#subnav a:visited {
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	margin: 0 5px;
}

#subnav a:visited { color: #333;}

* html #subnav a:link,
* html #subnav a:visited {
	padding-top: 5px;
}

#subnav .current {
	background-image: url(../_i/tick_down.gif);
	background-position: 0 0%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}

#subnav form {
	margin: 0;
	padding: 5px 15px;
}


#photo_nav {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 230px !important;
}


.p_nav_link {
	padding-left: 0px;
	margin: 10px 10px 0 15px;
}

.p_nav_link li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: inline;
	padding: 0;
	margin: 0px 5px 5px 0px;
	text-align: center;
}

.p_nav_link li a:link,
.p_nav_link li a:visited {
	color: #FFF;
	font-size: 11px;
	border: 1px solid #DBDBD6;
	background-color: #776C57;
	line-height: 27px;
	text-decoration: none;
	display: block;
	width: 26px;
}



.p_nav_link li a:link:hover,
.p_nav_link li a:visited:hover {
	background-color: #9C988B;
}


.view_scrapbook a:link,
.view_scrapbook a:visited {
	width: auto !important;
	display: inline;
	padding: 0 10px;
	}



/* SEARCH ELEMENTS */

#basic_search p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px; 
	text-align:left;
	font-weight:normal;
	color: #333;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#basic_search form, #basic_search input {
	padding: 0px;
	margin: 0px;
}

#basic_search form {
	font-size: 10px;
	line-height: 10px;
}

#basic_search input { vertical-align: top;}

#basic_search select { margin-bottom: 3px;}

/* STRUCTURAL ELEMENTS */

.float_image {
	float: right;
	margin: 0px 15px 10px 15px;
	padding: 0px;
}

.float_image2 {
padding: 15px 15px 15px 15px;
}


.float_image3 {
float:none;
margin: 20px 15px 0px 15px;
padding: 0px
}


#leftcontent .bottom {
	color: #FFF;
	line-height: 20px;
	padding: 10px 15px 15px 15px;
	background-image: url(../_i/corner_1_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#guidelines {
	float: right;
	position: relative;
}

#guidelines a {
	margin: 0;
	padding: 0;
}

#guidelines p#guidelines_desc {
	display: none;
	position: absolute;
	top: 150%;
	left: 0;
	border: 1px solid #666;
	background-color: #DDD;
	z-index: 20;
}



body#search #leftcontent .bottom {
	padding: 0px;
}


#leftcontent h2 {
	padding: 10px 15px 10px 15px;
	margin: 0px;
	color:#FFFFFF;
}

* html #leftcontent h2 { padding-top: 30px;}

body#home #leftcontent h2 {
	margin: 0;
	padding: 5px 15px 7px 15px;
	background-color: #776C57;
	font-weight: lighter;
}

body#home #leftcontent p {
	color: #333;
	font-size: 9px;
	margin: 0 0 5px 0;
}


* html #dealers #subnav ul { margin-left: 230px; }

body#scrapbook #leftcontent .bottom, 
body#dealers #leftcontent .bottom, 
body#contractors #leftcontent .bottom {
	color: #534E43;
}

body#scrapbook #leftcontent h2, 
body#dealers #leftcontent h2, 
body#contractors #leftcontent h2, 
body#search #leftcontent h2 {
	color: #534E43;
	margin:  15px  0px  0px  0px;
}
body#search #leftcontent h2 {
	padding-bottom: 0px;
	}

body#dealers #centercontent td, body#dealers #centercontent th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 15px 7px 15px;
	margin:  0px;
}

body#dealers #centercontent th {
	font-weight: bold; 
	padding: 5px 15px 2px;
}



#title h1 {
	font-family: Arial, Helvetica, sans-serif; 
	background-image: url(../_i/corner_1_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#photo_bottom {
	margin: 0px;
	padding: 0px;
/*
	background-image: url(../_i/corner_2_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
*/
	background-color: #726D61;
	border-top: 1px solid #FFF;
}

#photo_bottom h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 10px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
/*
	background-image: url(../_i/corner_2_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
*/
}

#instructions h2 {
	font-size: 10px;
	}

.corner_top_left {
	background-image: url(../_i/corner_1_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #726D61;
}

.corner_bottom_left {
	background-image: url(../_i/corner_1_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #BBB8B2;
	border-top: 1px solid #FFF;
}

.corner_top_left h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../_i/corner_1_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #FFF;
}





#rightcontent p {
	background-color: #CECCC8;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 1.2;
	color: #333;
}

/*#rightcontent p strong { font-weight: bold !important; }*/

#rightcontent form, #rightcontent .corner_bottom_left .more {
	padding: 5px 10px 10px 15px;
	margin:  0px 0px 0px 0px;
	background-image: url(../_i/corner_1_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif; 
}

#rightcontent input {
	font-size: 10px;
}

#rightcontent select {
	margin-bottom: 3px;
	font-size: 10px;
}

#rightcontent h3 {
	padding-top: 15px;
}

.no_bkg {
	background-color: transparent !important;
}




#footer p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #666;
	line-height: 13px; 
	padding: 2px 15px 0px 15px;
	margin: 0px;
}

#footer ul {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
}

#footer li {
	color: #333;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
}

#footer ul li a:link, #footer ul li a:visited {
	padding: 0px 9px 3px 7px;
	margin: 0px;
	color: #C60;
	text-decoration: none;
	border-right: 1px dotted #999;
}

#footer ul li a:hover, #footer ul li a:visited:hover {
	color: #900;
	text-decoration: underline;
}

#footer ul li a:active, #footer ul li a:visited:active {
	color: #FC0;
	text-decoration: underline;
}

#footer ul li a:visited {
	color: #333;
	text-decoration: none;
}

#footer ul li.last a:link, #footer ul li.last a:visited {
	border-right: none !important;
}


#footer .current {
	border: none;
	font-weight: bold;
}

#footer .credits {
	color: #999;
	padding: 10px 15px 15px 15px;
	margin: 0px;
}

#footer .credits a:link, #footer .credits a:visited {
	color: #666;
}

#footer .credits a:hover, #footer .credits a:visited:hover {
	color: #900;
}

#credits {
	display: none;
}

body#home #credits {
	display: block;
}

#credits .credits {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 13px; 
	padding: 0;
	margin: 15px 0px 0px 0px;
	letter-spacing: .05em;
}

/* CUSTOM CLASSES */


.comingsoon {
	font-size:14px;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#800000;
}

.comingsoon2{
	font-size:18px;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#800000;
}


.aboutus {
	font-size:12px;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.bold1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#534E43;
	font-size:18px;
}

.bold1b {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#000;
	font-size:18px;
}

.bold2 {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

.bold3 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#534E43;
}

.bold3w {

	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#534E43;
}


.bold4 {
font-size:18px;
color:#000;
font-weight:bolder;
}

.dealer_policies {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 20px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 15px 7px 15px;
	margin:  0px;
}

/*Changed color from 036 to 534E43 */
.quote {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #534E43;
}

.important {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #C60;
}

.large {
	font-size: 14px;
	font-weight: lighter; 
	color: #036;
}

.larger	{
	font-size: 17px;
	font-weight: lighter;
}

.small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #333;
}

.more {
	padding: 5px 15px 7px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.more a:link, .more a:visited {
	color: #534E43;
}

.more a:hover, .more a:visited:hover {
	color: #900;
	text-decoration: underline;
}

.more a:active {
	color: #FFF;
	text-decoration: underline;
}





/* PRODUCT ITEMS */
#product #centercontent .series_category {
/*
	border: 1px solid #DEDEDE;
*/
	width: 30%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}

.product_index_ceramic,
.product_index_rest {
	}

.product_index_ceramic h3,
.product_index_rest h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding-top: 10px;
	}


.product_index_ceramic h3 {
	width: 90%;
	}


.product_index_rest {}





.item {
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 0px 30px 25px;
	margin:  0px;
	width:200px;
}

.item2 {
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 0px 30px 25px;
	margin:  0px;
}



.item a:link, .item a:visited {
	text-decoration: none;
}

#scrapbook div.item {
	width: auto !important;
	}



	
.clear {
	clear: both;
	margin: 0px 10px 15px 10px;
	border-bottom: 1px solid #CCC;
}

.clear_bottom {
	clear: both;
	margin: 0px 15px 7px 15px;
}

.no_bkg {
	background-color: #FFF !important;
}

.product_title {
	font-size: 14px;
	line-height: 14px; 
	color: #036;
	font-weight: lighter;
	margin-bottom: 3px;
}


			.product_color {
				display: inline;
				float: left;
				margin: 0 0 8px 8px;
				width: 237px;
				height: 150px;
				background-color: #EFEFEF;
				border: 1px solid #999;
				padding: 5px;
				overflow: hidden;
			}
			.product_color img {
				border: 1px solid #FFF;
				}
				
			.product_color_image {
				float: left;
				line-height: 0;
				margin-right: 5px;
				}
		
.trim .product_color {
	height: 120px;
	background-color: #FFF;
	border: none;
	padding: 10px !important;
	}

.trim .product_color h3 {
	padding-top: 5px;
	line-height: 15px;
	}



.product_color h3 {
	margin-top: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    line-height: 12px;
}

.product_color h5 {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	color: #999;
}


.size_link {
    color: #6699CC;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-decoration: none;
    margin-right: 5px;
}

.size_link {
		float: left;
		width: 45px;
	}

	.size_link a:link,
	.size_link a:visited {
		text-decoration: none;
		border-bottom: 1px dotted #666 !important;
		}
		
	.size_link a:hover {
		text-decoration: none;
		border-bottom: 1px solid #900;
		}

#product_detail_etc {
	margin: 10px 0/* 10px 75px !important*/;
	border: 0;
	border-spacing: 0;
}

/** html #product_detail_etc { margin-left: 85px !important; }*/

#product_detail {
	padding: 0;
	margin: 0px 0px 0px 5px;
}
	
#product_detail h2,
#product_detail p,
#product_detail img,
#product_detail table {
	margin: 0;
	padding: 0;
}

#product_detail img {
	float: left;
	margin-right: 0;
	margin-bottom: 1em;
}

#product_detail_info {
 margin-left: 0 !important;
}

#search_results {
	border-top: 1px solid #ccc;
	margin-left: 15px;
}

#search_results img {
	margin: 0px 0px 0px 15px;
}

#search_results td {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}

table#search_index {
	border-top: 1px solid #ccc;
	margin-left: 15px;
}
table#search_index td {
	padding: 0 15px 0 0;
	border-bottom: 1px solid #ccc;
}
table#search_index h2, table#search_index p {
    margin-left: 0;
    padding-left: 0;
}


table#price_list_files {
	margin-left: 15px;
    border-collapse:collapse;
}

table#price_list_files th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding: 0 15px;
	border-bottom: 1px solid #ccc;
}
table#price_list_files td {
	padding: 6px 15px 3px;
	border-bottom: 1px solid #ccc;
}

table#columns td {
    vertical-align: top;
}


th.product_field,
td.product_field {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #534E43;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	vertical-align: bottom;
	text-align: left;
	padding: 3px 6px 3px 0;
}

p.product_field {
	text-align: left;
	line-height: 15px;
	padding-left: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 10px !important;
}

.inlineheader {
    margin-left: 10px;
    font-weight: bold;
    font-size: 10px;
}


.product_field .inlineheader {
    margin-left: 0 !important;
    font-weight: bold;
    font-size: 10px;
	}


#centercontent p.product_field {
/*	margin-left: 75px !important;*/
}

html>body#search #leftcontent select {
/*
	max-width: 200px;
*/
	font-size: 11px;
}

* html body#search #leftcontent select {
/*
	width: 200px;
*/
}

body#search .product_field {
	border-bottom: none;
	vertical-align: middle;
	width: 200px;
	font-size: 11px;
}

.product_info {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	border-bottom: 1px solid #CCC;
}

body#find_a_store #centercontent h3, 
body#contractors #centercontent h3 {
	padding-left: 45px;
}

body#find_a_store #centercontent p, 
body#contractors #centercontent p {
	margin-left: 45px;
}

body#search form#search {
	padding: 5px 0px 0px 15px;
}
	
div.feature_contractor {
	background-image: url(/_i/feature_contractor.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
	position: relative;
	margin: 0;
	padding: 0;
}

div.feature_contractor p {
	position: absolute;
	bottom: 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	line-height: 16px !important; 
	font-size: 14px !important;
	font-weight: lighter; 
	color: #FFF;
	text-decoration: none; 
	background-color: transparent !important;
}

div.feature_contractor a:link,
div.feature_contractor a:visited {
	color: #534E43;
	text-decoration: underline; 
}

div.feature_contractor a:hover,
div.feature_contractor a:visited:hover {
	color: #C60;
	text-decoration: none;
}


#leftcontent .large {
	background-color: #E7DFC0;
	padding: 10px 15px;
	color: #534E43;
	border-bottom: 1px solid #FFF;
}

/* Showroom & Distribution Center */
#leftcontent .heading {
	padding: 0px 15px 5px 15px;
	margin-bottom: 0 !important;
	color: #776C57 !important;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	background-color: transparent;
}

body#home #leftcontent .bottom {
	color: #534E43;
}
	
body#home #leftcontent {
	background-color: #CECCC8;
}

.logout {
    text-transform: uppercase;
	font-weight: bold;
	float: left;
}

* html .logout {
	padding-top: 18px;
	padding-bottom: 19px;
	background-color: #E7DFC0;
}

.success, .notice, .warning, .error {
	margin-left: 15px;
    font-size: 11px;
}

#footer .noborder { border: 0 !important;}

#home #title h1 {
	background-image: none;
}

#home img { display: block; }

#home #leftcontent .bottom {
	background-image: none;
}

#home #centercontent img {
	border-left: 1px outset #9D9991;
}

/* blue bar below showroom image */
body#home #leftcontent .image {
	margin: 0;
	padding: 0;
}

/* Chico, CA */
body#home #leftcontent .image p {
	font-size: 10px;
	text-align: right;
	background-color: #776C57;
	color: #FFF;
	line-height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.notice {
	border: 0;
}

.product_field .notice {
	margin-left: 0;
	padding: 0;
}

.notes { color: #C60; }

#lightbox #caption h2 {
	font-size: 12px !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#swap_me { display: block; }

#cluetip-waitimage {
  width: 32px !important;
  height: 32px !important;
  background-image: url(/_js/jquery-lightbox-0.5/lightbox-ico-loading.gif) !important;
}
#cluetip-outer {
    text-align: left;
    padding: 0 !important;
}
#cluetip-inner {
    padding: 10px 0 0 0 !important;
}





#featured_collections {
	background-color: #FFF;
	margin-top: 0;
	padding: 10px 0;
	border-width: 0 1px 0 1px;
	border-color: #999;
	border-style: solid;
	}


#featured_collections p,
#featured_collections h3
{
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	background-color: transparent;
	font-weight: bold !important;
	}


.clearing {
	clear: both;
	}