/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* CLASSES */

*.nomargin, *.nomargins {
	margin: 0 !important;
}

*.nopadding {
	padding: 0 !important;
}

*.nowrap {
	white-space: nowrap;
}

*.noline {
	text-decoration: none !important;
	border: none !important;
}

*.noborders {
	border: none !important;
}


/* Share button from AddThis */
a.addthis_button_compact {
	color: inherit;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 !important;
	color: #66bb00;
	background-color: transparent;
}

a.addthis_button_compact:hover {
	color: inherit;
	text-decoration: underline;
	margin: 0 !important;
	padding: 0 !important;
	color: #66bb00;
	background-color: transparent;
}

/* FONT STYLES & COLORS */
.pt_10 {
	font-size: 1.0em;
	margin-bottom: 0em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.pt_11 {
	font-size: 1.1em;
	margin-bottom: 0em;
	line-height: 1.2em;
}

.pt_12 {
	font-size: 1.2em !important;
	margin-bottom: 0em !important;
	line-height: 1.1em !important;
}

.pt_14 {
	font-size: 1.4em;
	margin-bottom: 0em;
	line-height: 1.3em;
}

.pt_16 {
	font-size: 1.6em;
	margin-bottom: 0em;
	line-height: 1.1em;
}

.green {
	color: #95a35a;
}

a.green, a.green:hover {
	color: #95a35a !important;
}

.white {
	color: #ffffff;
}

.grey {
	color: #535f59;
}


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* HOVER DIVS */
/* Hover states */
/* MODIFIED - metal@flat.com : 09-04-2009 */
div.hover_wrap {
	padding: 0.5em 0.5em;
	margin-left: -0.5em;
}
div.hover_wrap:hover {
	cursor: pointer;
	background-color: #ffffff;
}

/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* PAGINATION */
div.pagination {
	padding-bottom: 0.5em;
}
p.pagination {
	color: #95a35a;
	font-weight: normal;
}
a.inactive, a.inactive:hover {
	color: #95a35a !important;
	background-color: none !important;
	cursor: default;
}


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* SELECTS */
.dhtmlselect {
	position: relative;
	width: 27.1em;
	cursor: pointer;
	background-color: #dbdecc;
	height: 1.4em;
	padding: 0.3em 0.2em;
	text-indent: 0.4em;
}
.dhtmlselect .downimage {
	position: absolute;
	top: 0.1em;
}
.dhtmlselect .dropdown {
	position: absolute;
	z-index: 5;
	left: 0.1em;
	width: 29.4em;
	display: none;
}
.dhtmlselect .dropdown a {
	width: auto;
	display: block;
	text-decoration: none;
	background: #dbdecc;
	height: 1.2em;
	padding: 0.3em 0.2em;
	text-indent: 0.4em;
}
* html .dhtmlselect .dropdown a { /*IE 6 (and below) hack */
	width: 100%;
}
.dhtmlselect .dropdown a:hover {
	background: #cad1ac;
}



/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* HOMEPAGE */
div.smoke_container {
	float: left;
	position: relative;
	margin: 0em 0em 1.2em 0.4em;
}
div.smoke_wrap {
	position: absolute;
	top: 0; left:0;
	z-index: 3;
	height: 14.2em;
	width: 100%;
	display: block;
}
div.smoke_spacer {
	position: absolute;
	top: 0; left: 0;
	z-index: 2;
	height: 14.2em;
	width: 100%;
}
div.smoke_caption {
	width: 14.0em;
	margin: 0em auto;
	padding-top: 5.0em;
	text-align: center;
	color: #fff;
}
div.smoke {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	height: 14.2em;
	width: 100%;
	background-image: url('../img/trans_black_50.png');
}



/* ADDED - metal@flat.com : 09-04-2009 */
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* LISTINGS */
#sorting_dropdowns, .sorting_dropdowns {
	margin-top: -1.0em;
	margin-bottom: -1.0em;
	clear: both;
}

#listing, .listing {
	margin-top: 2.0em;
	clear: both;
}

.listing_item {
	float: left;
	width: 29.0em;
	margin-right: 1.0em;
}
