/*///////////////////////////////////////////////
	Reset
////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ul {
	list-style:none;
}
ol {
	padding:0 0 20px 40px;
}
ol li {
	padding-bottom:10px;
}
ol li, .wrapper ul li { /*margin-bottom:20px;*/
}
/*table { padding-bottom:20px; }
td, th { padding:5px; }
th { text-align:left; background-color:#C7E2EA; border-bottom:2px solid #80A6B2; }*/
th {
	padding:5px;
	background:url("/packages/wastemag/js/jquery-ui/themes/wastemag/images/ui-bg_highlight-soft_100_deedf7_1x100.png") repeat-x scroll 50% 50% #DEEDF7;
	border:1px solid #AED0EA;
	color:#222222;
	font-weight:bold;
}
td {
	padding:5px;
}
.odd {
	background-color:#F7F7F7;
}
first-item {
	border-top-left-radius:6px;
}
last-item {
	border-top-right-radius:6px;
}
fieldset {
	padding-left:0;
	margin-bottom:10px;
	border:none;
}
/*///////////////////////////////////////////////
	Fonts
////////////////////////////////////////////////*/
@font-face {
	font-family:'BrunoJBStdBold';
	src:url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-bold-webfont.eot');
	src:url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-bold-webfont.woff') format('woff'), url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-bold-webfont.ttf') format('truetype'), url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-bold-webfont.svg#BrunoJBStdBold') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'FrutigerLTStd45LightRegular';
	src:url('https://www.wastemag.com/themes/wastemag/fonts/frutigerltstd-light-webfont.eot');
	src:url('https://www.wastemag.com/themes/wastemag/fonts/frutigerltstd-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.wastemag.com/themes/wastemag/fonts/frutigerltstd-light-webfont.woff') format('woff'), url('https://www.wastemag.com/themes/wastemag/fonts/frutigerltstd-light-webfont.ttf') format('truetype'), url('https://www.wastemag.com/themes/wastemag/fonts/frutigerltstd-light-webfont.svg#FrutigerLTStd45LightRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'BrunoJBStdRegular';
	src:url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-webfont.eot');
	src:url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-webfont.eot?#iefix') format('embedded-opentype'),
	url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-webfont.woff') format('woff'),
	url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-webfont.ttf') format('truetype'),
	url('https://www.wastemag.com/themes/wastemag/fonts/brunojbstd-webfont.svg#BrunoJBStdRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
.tk-myriad-pro-semi-condensed {
	font-family:"myriad-pro-semi-condensed", sans-serif;
}
@font-face {
    font-family: 'chunkfiveroman';
    src: url('https://www.wastemag.com/themes/wastemag/fonts/chunkfive-webfont.eot');
    src: url('https://www.wastemag.com/themes/wastemag/fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.wastemag.com/themes/wastemag/fonts/chunkfive-webfont.woff') format('woff'),
         url('https://www.wastemag.com/themes/wastemag/fonts/chunkfive-webfont.ttf') format('truetype'),
         url('https://www.wastemag.com/themes/wastemag/fonts/chunkfive-webfont.svg#chunkfiveroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*///////////////////////////////////////////////
	Global
////////////////////////////////////////////////*/
html, body {
	width:100%;
	padding:0;
	margin:0;
}
body {
	background:#4B4B4B;
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#6f7172;
}
a {
	color:#0077c1;
}
p {
	margin-bottom:15px;
}
h1 {
	margin-bottom:5px;
	color:#0094cb;
	font-size:19px;
	font-weight:bold;
}
h1.error {
	padding:0 10px;
	color:#C00;
}
h2 {
	margin-bottom:5px;
	color:#7f7e7e;
	font-size:15px;
	font-weight:600;
	line-height:20px;
}
h3 {
	padding:4px 10px; /*border:1px solid #0e68bd;*/
	background:url('/themes/wastemag/images/bg-header-blue.jpg') repeat-x left top;
	color:#ffffff;
	font-size:15px;
	font-weight:600;
}
h4 {
	font-size:13px;
	line-height:14px;
	font-weight:600;
}
h5 {
	font-size:12px;
	line-height:14px;
	font-weight:600;
}
.half-column {
	width:49%;
}
.quarter-column {
	margin:10px 10px 17px 0;
}
.clearfix {
	clear:both;
}
.prepend-1 {
	margin-left:10px;
}
.prepend-2 {
	padding-left:22px;
}
.append-1 {
	margin-right:25px;
}
.append-2 {
	margin-right:40px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.divider {
	margin-bottom:20px;
	padding:5px 0;
	border-top:1px dotted #bbbbbb;
	border-bottom:1px dotted #bbbbbb;
}
.disclaimer {
	padding-top:15px;
}
.padding-top {
	padding-top:15px;
}
.last {
	margin-right:0 !important;
	padding-right:0 !important;
}
.border {
	border:1px solid #C7C7C7;
}
.yellow-txt {
	color:#EADA00;
}
.tiny-txt {
	font-size:11px;
	font-weight:normal;
}
.medium-txt {
	font-size:12px;
	font-weight:normal;
}
.medium-txt img {
	float:left;
}
.red-txt {
	color:#cc1b1b;
}
.align-right {
	text-align:right;
}
.align-left {
	margin-top:15px;
	text-align:left;
}
.wrapper {
	position:relative;
	margin:0 auto;
	width:1100px;
}
#header {
	height:48px;
	background:#4b4b4b;
	border-bottom:1px solid #4b4b4b;
	position:relative;
}
#social {
	margin-top:4px;
}
#social li {
	float:left;
	margin-left:5px;
}
#social li a {
	display:block;
	width:44px;
	height:42px;
	background:url('/themes/wastemag/images/icons-social.png') no-repeat 0 0 transparent;
	text-indent:-9999px;
}
#social li a#facebook {
	background-position:0 0;
}
#social li a#twitter {
	background-position:0 -42px;
}
#social li a#youtube {
	background-position:0 -84px;
}

#social li a#facebook:hover {
	background-position:-44px 0;
}
#social li a#twitter:hover {
	background-position:-44px -42px;
}
#social li a#youtube:hover {
	background-position:-44px -84px;
}

#introduction {
	position:relative;
	background:url('/themes/wastemag/images/cloud-repeat.gif') repeat-x 0 0 transparent;
	width:100%;
	min-width:1100px;
}
#logo-home {
	position:relative;
	width:1100px;
	height:291px;
	background:url('/themes/wastemag/images/logo.png') no-repeat 0 0 transparent;
}
#home-tagline {
	position:absolute;
	left:304px;
	top:122px;
	color:#00495c;
	font-weight:light;
	font-size:22px;
	text-align:center;
}
#home-tagline span.tagline-1, #sub-tagline span.tagline-1 {
	display:block;
	color:#ffffff;
	font-weight:900;
	font-size:37px;
	letter-spacing:-1px;
	text-shadow:2px 1px 0 #0c96b9;
	filter:dropshadow(color=#0c96b9, offx=2, offy=1);
}
#sub-tagline span.tagline-1 {
	position:absolute;
	right:130px;
	bottom:40px;
	width:493px;
	height:36px;
	font-size:36px;
}
#utility-links {
	position:absolute;
	right:0px;
	top:0;
	padding:2px 5px;
	text-transform:uppercase;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	background:url('/themes/wastemag/images/utility-background.gif') repeat-x top;
}
#sub-introduction #utility-links {
	top:-1px;
}
#utility-links ul {
	overflow:hidden;
	text-shadow:1px 1px 0px #ba831c;
	filter:dropshadow(color=#ba831c, offx=1, offy=1);
}
#utility-links li {
	float:left;
	line-height:10px;
}
#utility-links li a {
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	padding:0 10px 0 5px;
	margin:4px 0 8px 0;
	border-right:1px solid #FFF;
	text-decoration:none;
	font-weight:bold;
}
#utility-links li.last a {
	padding:0 10px;
	margin:4px 0 8px 0;
	border-left:1px solid #ba831c;
	border-right:none;
}
#utility-links a {
	color:#ffffff;
}
#footer {
	padding:20px 0;
}
#footer .columns {
	padding-left:26px;
	width:192px;
}
#footer p {
	margin-bottom:5px;
	color:#FFF;
	font-size:20px;
	text-decoration:underline;
}
#footer p a {
	margin-bottom:5px;
	color:#2c83ac;
	font-size:20px;
}
#footer ul {
	padding:5px 0;
}
#footer li {
	margin-bottom:7px;
}
#footer li a {
	color:#828383;
	text-decoration:none;
	font-size:13px;
}
#footer li a:hover {
	color:#FFF;
}
#footer ul {
	padding-left:0;
	list-style:disc;
	list-style:inside;
	font-size:9px;
}
.copyright {
	text-align:center;
	color:#828383;
	border-top:1px solid #717272;
	font-size:12px;
	padding-top:15px;
	margin-top:40px;
}
/*///////////////////////////////////////////////
	Main Menu
////////////////////////////////////////////////*/
/*#main-nav {
	position:absolute;
	z-index:1000;
	font-size:13px;
	left:0;
	top:0;
}
#main-nav li {
	float:left;
	margin:6px 0 5px 0;
	padding:9px 9px 11px 9px;
	display:block;
	height:18px;
	background:url('/themes/wastemag/images/menu-divider.png') no-repeat right top transparent;
	line-height:22px;
}
#main-nav li.last {
	background:none;
}
#main-nav li a {
	padding:13px 0;
	text-decoration:none;
	color:#9d9c9a;
}
#main-nav li.active a, #main-nav li a:hover {
	color:#ffffff;
}
#main-nav li.active a {
	background:url('/themes/wastemag/images/icon-active.png') no-repeat center bottom transparent;
}
*/
#main-nav {
	position:absolute;
	z-index:998;
	font-size:13px;
	left:0;
	top:0;
	margin:0;
    padding:0;
    list-style:none;
}
#main-nav ul {
	margin:0;
    padding:0;
    list-style:none;
}
#main-nav li a {
    color:#9d9c9a;
	text-decoration:none;
	padding:10px 15px 11px 15px;
	display:block;	
}
#main-nav li {
    float:left;
	line-height:22px;
	height:38px;
	margin:6px 0 5px 0;
	display:block;
	background:url('/themes/wastemag/images/menu-divider.png') no-repeat right top transparent;
	position:relative;
}
#main-nav li.last {
	background:none;
}
#main-nav li li {
    width:180px;
	background:none;
	background:#FFF;
	margin:0;
	line-height:15px;
	height:auto;
	border-bottom:1px solid #CCC;
}
#main-nav li li a {
	padding:8px 15px;
	color:#6F7172;
}
#main-nav li ul {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#main-nav li li.has-child.over > a, #main-nav a:hover {
	color:#ffffff;
}
#main-nav li.active a {
	background:url('/themes/wastemag/images/icon-active.png') no-repeat center bottom transparent;
}
#main-nav li li:hover {
    background-color:#757575;
}   
#main-nav ul ul  {
    position:absolute;
    visibility:hidden;
}
#main-nav ul ul ul{
    position:absolute;
    left:100%;
    top:-2px;
    border:solid 1px transparent;
}  
#main-nav li:hover > ul {
    visibility:visible;
}
.right-arrow {
    float:right;
}
/*///////////////////////////////////////////////
	Sub Menu
////////////////////////////////////////////////*/
ul.sub-menu {
	padding-bottom:20px;
}
ul.sub-menu li {
	padding-bottom:7px;
	color:#999999;
}
ul.sub-menu a {
	text-decoration:none;
}
li.main-list-header {
	padding:0 15px;
	background:url('/themes/wastemag/images/bg-header-blue.jpg') repeat-x left top;
	color:#ffffff;
}
li.main-list-header span {
	display:block;
	z-index:1;
	position:relative;
	padding:5px 0;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
}
.tree-level-1 li, .tree-level-2 li {
	padding:0 0 5px 0;
}
.tree-level-1 {
	margin:10px 0 0 0;
}
.tree-level-1 img {
	padding-right:7px;
}
.tree-level-1 ul {
	margin:0 0 0 16px;
}
.tree-level-2 {
	margin:10px 0 10px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
li.main-list-header span.price-range {
	text-shadow:none;
	color:#999999;
	font-size:11px;
}
.price-range input {
	margin:0 5px;
	border:1px solid #cccccc;
	width:74px;
}
#left-sidebar p.btn-create-ad {
	margin:0;
	padding:0;
}
p.btn-create-ad a, a.btn-apply {
	display:inline-block;
	padding:5px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	background:#E58200;
	border:none;
	color:#FFF;
	width:110px;
	text-align:center;
	text-decoration:none;
}
p.btn-create-ad a:hover, a.btn-apply:hover {
	background:#f99109;
}
/*///////////////////////////////////////////////
	Bread Crumbs
////////////////////////////////////////////////*/
.bread-crumbs li {
	display:inline;
}
.bread-crumbs a {
	padding:0 3px;
	text-decoration:none;
	color:#7f7e7e;
}
.bread-crumbs a:hover {
	color:#BF2225;
	text-decoration:underline;
}
.bread-crumbs .last {
	padding:0 5px;
	text-decoration:underline;
}
/*///////////////////////////////////////////////
	Search Control
////////////////////////////////////////////////*/
#search-container {
	padding:14px 0 4px 0;
	background:url('/themes/wastemag/images/bg-blue-shadow.jpg') repeat-x left top #03a8d2;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
}
.search-area {
	position:relative;
	left:70px;
}
.search-box {
	margin-right:7px;
	padding:2px 8px;
	border:2px solid #038eb2;
	width:250px;
}
.btn-submit {
	border:none;
	width:95px;
	height:23px;
	background:url('/themes/wastemag/images/btn-search.png') no-repeat 0 0;
}
.category-item {
	margin-bottom:10px;
}
.adv-search-btn {
	padding-left:175px;
}
.search-results .selling-points {
	background-color:#eee;
	padding:4px;
}
.search-results .selling-points h5{
	margin:0;
}
/*///////////////////////////////////////////////
	Home Styles
////////////////////////////////////////////////*/
#quicklinks {
	background:url('/themes/wastemag/images/bg-quicklinks.png') repeat-x 0 0 #4ab4df;
	min-height:100px;
	width:100%;
	min-width:1100px;
}
#quicklinks .wrapper {
	background:url('/themes/wastemag/images/quicklinks-bar-shine.png') no-repeat 0 0 transparent;
	min-height:88px;
}
#home-content {
	padding:15px 0;
	background-color:#ffffff;
	width:100%;
	min-width:1100px;
}
#home-content .left-container {
	width:450px;
}
#home-content .right-container {
	padding-top:25px;
	width:auto;
}
#news-header h1 {
	color:#2c83ac;
	font-weight:normal;
	font-size:21px;
}
#news-control h3 {
	padding:0 0 0 13px;
	background:url('/themes/wastemag/images/icon-next-blue.png') 0 10px no-repeat;
	text-shadow:none;
}
#news-control ul {
	padding:10px 0;
}
#news-control ul li {
	margin-bottom:13px;
	padding-left:13px;
	background:url('/themes/wastemag/images/icon-next-blue.png') 0 5px no-repeat;
	line-height:19px;
}
.ccm-page-list-description, #news-control a.btn-all-news {
	padding:0 0 13px 13px;
}
.article-title {
	font-weight:bold;
}
.small-banners {
	margin-bottom:20px;
}

/*///////////////////////////////////////////////
	Home Quicklinks Tabs
////////////////////////////////////////////////*/
.tabs {
	height:95px;
	position:relative;
}
.tabs .moving_bg {
	padding:15px;
	background:url('/themes/wastemag/images/tabs-arrow-down.png') no-repeat 39px bottom;
	position:absolute;
	top:56px;
	width:180px;
	z-index:190;
	left:0;
	padding-bottom:29px;
}
.tabs .tab_item {
	z-index:200;
	position:relative;
	display:block;
	margin-top:-84px; /*padding:15px;*/
	height:166px;
	font-size:15px;
	text-align:center;
	cursor:pointer;
}
.tabs-text {
}
.tabbed_content .slide_content {
	overflow:hidden;
	padding:35px 0 0 0;
	position:relative;
	width:1100px;
	font-size:14px;
}
.tabslider {
	width:6000px;
	overflow:hidden;
}
.tabslider h3 {
	border:none;
	font-size:20px;
	line-height:27px;
	background:none;
	font-weight:bold;
	padding:0 0 15px 0;
}
.overview-brief, .mag-content .magazine {
	background:none;
	text-align:center;
}
.overview-brief {
	margin-bottom:15px;
}
.tabslider ul {
	float:left;
	width:1100px;
	margin:0px;
	padding:0 0 15px 0px;
}
.tabslider ul a {
	color:#ffffff;
	text-decoration:none;
}
.tabslider ul a:hover {
	color:#aaaaaa;
}
.tabslider ul li {
}
.tabslider ul ul li {
	padding:0 0 7px 13px;
	background:url('/themes/wastemag/images/icon-next-yellow.png') no-repeat scroll 0 10px transparent;
	width:auto;
	font-size:15px;
}
.slide_content {
	color:#ffffff;
}
.slide_content h1 {
	font-family:'chunkfiveroman';
	font-weight:normal;
	color:#FFF;
	font-size:31px;
}
.overview-1, .overview-2, .overview-3 {
	font-size:15px;
}
#step1, #step2, #step3 {
	overflow:hidden;
}
.overview-1 ul, .overview-2 ul, .overview-3 ul {
	text-align:left;
}
.shop-content .overview-1 {
	padding:0 25px 0 0;
	width:515px;
	margin-top:15px;
	min-height:135px;
	border-right:1px solid #FFF;
}
.shop-content .overview-1 a {
	text-decoration:underline;
}
.shop-content .overview-2 {
	padding:0;
	width:500px;
	margin-top:15px;
	min-height:135px;
}
.sell-content .client-quote {
	margin-top:10px;
	position:relative;
	padding-bottom:20px;
	background:url('/themes/wastemag/images/quotebubble-btm.png')no-repeat 25px bottom;
	width:430px;
	color:#666666;
	font-size:12px;
	font-style:italic;
}
.sell-content .client-quote p {
	margin:0;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#ffffff;
	min-height:50px;
	font-size:15px;
	-webkit-box-shadow:inset 0px 1px 20px 3px rgba(155, 155, 155, 0.8);
	box-shadow:inset 0px 1px 20px 3px rgba(155, 155, 155, 1);
	text-shadow:0px 1px 0px #ffffff;
}
.sell-content .client-name {
	position:absolute;
	left:50px;
	bottom:0;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	font-style:normal;
}
.sell-content .overview-1, .sell-content .overview-2 {
	padding:0 0 25px 0;
	width:600px;
	text-align:center;
	min-height:135px;
}
.mag-content .magazine p {
	font-size:14px;
	font-weight:600;
	text-shadow:0px 1px 0px #000000;
}
.mag-content .overview-brief {
	width:878px;
}
.mag-content .overview-1, .mag-content .overview-2 {
	padding:25px 30px 25px 25px;
	width:367px;
	min-height:135px;
		text-align:center;
	background:url('/themes/wastemag/images/bg-content-medium.jpg') no-repeat 0 0;
}

.news-content .overview-1, .news-content .overview-2, .news-content .overview-3 {
	padding:25px 30px 25px 25px;
	width:352px;
	background:url('/themes/wastemag/images/bg-content-smallest-rev.jpg') no-repeat 0 0;
	text-align:center;
}
.news-content .overview-2 {
	margin-left:5px;
}
.tabslider ul ul {
	float:none;
	width:auto;
}

.creative-content .left-column p {
	font-size:14px;
	font-weight:600;
	text-shadow:0px 1px 0px #000000;
}
.creative-content .overview-brief {
	
}
.creative-content .overview-1 {
	padding:0 0 25px 0;
	width:300px;
}
.creative-content .overview-2 {
	padding:0 0 25px 0;
	width:410px;
}
/*///////////////////////////////////////////////
	Tooltip 
////////////////////////////////////////////////*/
.tt-wrapper {
}
.tt-wrapper span {
	float:left;
	font-size:13px;
}
.tt-wrapper span a {
	display:block;
	width:210px;
	height:166px;
	background:transparent url('/themes/wastemag/images/icons-tabs.png') no-repeat top left;
	text-indent:-9000px;
	position:relative;
}

.tt-wrapper span .tt-shop {
	background-position:-15px 0px;
}

.tt-wrapper span .tt-sell {
	background-position:-215px 0px;
}

.tt-wrapper span .tt-mag {
	background-position:-430px 0px;
}

.tt-wrapper span .tt-news {
	background-position:-655px 0px;
}

.tt-wrapper span .tt-creative {
	background-position:-880px 0px;
}
.tt-wrapper span.creative {
	padding-left:0;
}
.tabs-text {
	margin-top:3px;
}
.tt-wrapper span.sell .tabs-text {
	margin-left:10px;
}
/*hover state*/
.tt-wrapper span .tt-shop:hover {
	background-position:-15px -172px;
}
.tt-wrapper span .tt-sell:hover {
	background-position:-215px -172px;
}
.tt-wrapper span .tt-mag:hover {
	background-position:-430px -172px;
}
.tt-wrapper span .tt-news:hover {
	background-position:-655px -172px;
}
.tt-wrapper span .tt-creative:hover {
	background-position:-880px -172px;
}
.tt-wrapper span a span {
	width:100px;
	height:auto;
	line-height:20px;
	padding:10px;
	left:50%;
	margin-left:-64px;
	font-size:14px;
	color:#666666;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.8);
	text-align:center;
	background:rgba(255,255,255,0.95);
	text-indent:0px;
	border-radius:5px;
	position:absolute;
	pointer-events:none;
	bottom:100px;
	opacity:0;
	box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.tt-wrapper span a span:before, .tt-wrapper span a span:after {
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid rgba(0, 0, 0, 0.1);
	bottom:-9px;
	content:"";
	height:0;
	left:50%;
	margin-left:-9px;
	position:absolute;
	width:0;
}
.tt-wrapper span a span:after {
	border-top:10px solid #FFFFFF;
	bottom:-9px;
	margin-left:-10px;
}
.tt-wrapper span a:hover span {
	bottom:150px;
	opacity:0.9;
}
/*///////////////////////////////////////////////
	Content Functional Icons
////////////////////////////////////////////////*/
#function-icons {
	overflow:hidden;
	margin:20px 0;
}
#function-icons li {
	float:left;
	margin:0 0 0 5px;
	padding-right:7px;
	border-right:1px solid #b9b8b8;
}
#function-icons li.last {
	border:none;
}
#function-icons li a {
	background:url('/themes/wastemag/images/icon-set.jpg') no-repeat 0 0;
	display:block;
	width:67px;
	height:82px;
	text-indent:-9999px;
}
#function-icons li a#print-specs {
	background-position:0 0;
}
#function-icons li a#more-info {
	background-position:0 -82px;
}
#function-icons li a#share {
	background-position:0 -164px;
}
#function-icons li a#estimate-payments {
	background-position:0 -246px;
}
#function-icons li a#get-directions {
	background-position:0 -328px;
}
#function-icons li a#watch-video {
	background-position:0 -410px;
}
/*///////////////////////////////////////////////
	DIRECTIONS / MAPS	
////////////////////////////////////////////////*/
#dir_canvas {
	padding-bottom:10px;
}
#dst_origin {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #80A6B2;
	background-color:#C7E2EA;
}
#dir_canvas table {
	padding:0;
}
#dir_canvas table td .adp-step, #dir_canvas table td .adp-substep {
	padding:5px;
	border-top:1px solid #dddddd;
}
#from {
	padding:5px;
	width:70%;
}
.btn-directions {
	cursor:pointer;
	padding:4px;
	border:1px solid #E58200;
	-moz-box-shadow:inset 0px 1px 0px 0px #fcf2d7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fcf2d7;
	box-shadow:inset 0px 1px 0px 0px #fcf2d7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4b300), color-stop(1, #e58200) );
	background:-moz-linear-gradient( center top, #f4b300 5%, #e58200 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4b300', endColorstr='#e58200');
	background-color:#f4b300;
	border:1px solid #e58200;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffffff;
	font-weight:400;
	font-size:12px;
	text-shadow:1px 1px 0px #B56B03;
}
#directions #dst_origin, #directions {
	display:none;
}
#directions #map_canvas {
	width:416px;
	height:350px;
}
/*///////////////////////////////////////////////
	Filter Control
////////////////////////////////////////////////*/
.filter-container, .listing {
	overflow:hidden;
	margin-bottom:12px;
	padding-bottom:15px;
	border-bottom:1px dotted #bfbfbf;
}
.options-top {
	overflow:hidden;
	margin-bottom:10px;
}
.quantity { /*position:relative; margin-bottom:5px; top:5px; width:180px;*/
}
.options-bottom {
	overflow:hidden;
}
.listing {
	position:relative;
	padding:7px 7px 15px 7px;
}
.sort-options {
	position:relative;
	top:3px;
}
/*.rows-container { width:323px;}*/
.items_displayed {
	display:block;
}
#price-range, #year-range {
	color:#6F7172;
	text-shadow:none;
}
.contact {
	position:relative;
}
.contact .input {
	position:absolute;
	bottom:10px;
}
.btn-apply, .btn-save {
	display:block;
	margin-top:10px;
	padding:5px 10px;
	width:180px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80A6B2), color-stop(1, #517783) );
	background:-moz-linear-gradient( center top, #80A6B2 5%, #517783 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80A6B2', endColorstr='#517783');
	background-color:#80A6B2;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
.btn-apply {
	width:50px;
}
.btn-tabs {
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:3px solid #D1800E;
}
.btn-tabs a {
	position:relative;
	z-index:5;
	display:block;
	padding:7px 10px;
	float:left;
	background-color:#777777;
	color:#dddddd;
	text-decoration:none;
}
.btn-tabs a.active {
	background-color:#D1800E;
	color:#ffffff;
}
/*///////////////////////////////////////////////
 	Search Results
////////////////////////////////////////////////*/
.listing p {
	margin-bottom:7px;
	font-size:11px;
}
.listing h2, .listing h4, .listing h5 {
	margin-bottom:7px;
	color:#3e3c3c;
}
.listing-column-1 {
	width:230px;
}
.listing-column-2 {
	padding-left:10px;
	width:178px;
}
.listing-column-3 {
	width:160px;
	text-align:center;
}
.banners {
	display:block;
	margin-top:10px;
}
.location {
	display:block;
	text-align:center;
}
a.listing-th img {
	border:1px solid #cccccc;
}
.viewing-options {
	padding:5px 10px 0 0;
	text-align:right;
}
.viewing-options a {
	text-decoration:none;
}
.viewing-options img {
	margin:0 0 -6px 7px;
}
.listing .brand-new {
	position:absolute;
	left:1px;
	top:0px;
	display:block;
	width:95px;
	height:98px;
	background:url('/files/6713/5068/4619/ribbon_red.png') no-repeat left top;
}
.listing .low-miles {
	position:absolute;
	left:1px;
	top:0px;
	display:block;
	width:95px;
	height:98px;
	background:url('/files/3113/5068/4914/ribbon_blue.png') no-repeat left top;
}
.listing .reduced {
	position:absolute;
	left:1px;
	top:0px;
	display:block;
	width:95px;
	height:98px;
	background:url('/files/3113/5068/4832/ribbon_yellow.png') no-repeat left top;
}
.listing .very-nice {
	position:absolute;
	left:1px;
	top:0px;
	display:block;
	width:95px;
	height:98px;
	background:url('/files/4213/5068/4790/ribbon_orange.png') no-repeat left top;
}
.listing .warranty {
	position:absolute;
	left:1px;
	top:0px;
	display:block;
	width:95px;
	height:98px;
	background:url('/files/5513/5068/4871/ribbon_green.png') no-repeat left top;
}
.order-summary {
	margin-bottom:25px;
	padding:5px;
}
#orders tr.remaining {
	background-color:#ADFF2F;
}
/*///////////////////////////////////////////////
 	Pagination
////////////////////////////////////////////////*/
.pagination {
	overflow:hidden;
}
.pagination ul {
	float:right;
}
.pagination li {
	margin:0 3px 0 0;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	font-size:13px;
}
.pagination li a {
	display:block;
	padding:3px 8px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#999999;
	color:#ffffff;
	text-decoration:none;
}
.pagination li a.selected {
	background-color:#00A9D4;
	color:#ffffff;
	font-weight:bold;
}
.pagination li a.PagerButtons {
	display:inline;
	position:relative;
	top:4px;
	padding:0;
	background-color:transparent;
}
/*///////////////////////////////////////////////
	Content Pages
////////////////////////////////////////////////*/
#sub-shadow {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:10px;
	background:url('/themes/wastemag/images/shadow.png') repeat-x top;
}
#logo-sub {
	padding:20px 0 10px 10px;
	background:url('/themes/wastemag/images/rays-header.jpg') top center no-repeat;
}
#sub-introduction {
	position:relative;
	border-top:1px solid #106C84;
	background:#47b0da url('/themes/wastemag/images/rays-header.jpg') top center no-repeat;
}
.section-title {
	color:#6b6868;
	font-size:17px;
}
.page-title {
	color:#0095cb;
	font-size:20px;
	font-weight:bold;
}
.locator .tiny-txt {
	text-shadow:0px 1px 0px #106C84;
}
.locator .medium-txt {
	text-shadow:0px 1px 0px #106C84;
}
.locator {
	padding:0 7px;
	border-left:1px solid #ffffff;
	width:170px;
}
#sub-container {
	background:#EDEDED;
}
.sub-content {
	overflow:hidden;
	padding:25px 17px 17px 0;
	background:#ffffff;
}
.full {
	padding-left:25px;
}
#two-column {
	overflow:hidden;
	padding:25px 17px 17px 0;
	background:#ffffff;
}
#left-container {
	padding:0 25px 30px 25px;
	width:823px;
	background:url('/themes/wastemag/images/bg-right-bar.png') no-repeat right 10px;
}
#left-container-flush {
	padding:0 0 30px 0;
	width:878px;
}
.left-content {
	padding-top:10px;
	width:384px;
	min-height:286px;
}
.middle-content {
	width:416px;
}
.contact-seller {
	overflow:hidden;
	margin-bottom:7px;
	padding:10px;
}
.contact-left {
	width:215px;
}
.contact-right {
	text-align:center;
}
#btn-contact-seller {
	margin:15px 0;
	text-align:center;
}
#section-container {
	margin-bottom:20px;
	padding:0 0 5px 0;
}
#section-container-col {
	margin-bottom:20px;
	padding:0 0 5px 22px;
}
.main-content {
	padding-left:10px;
	width:622px;
}
.right-container {
	padding:0 0 30px 15px;
	width:812px; /*width:780px;*/
}
.content-block {
	overflow:hidden;
	margin-bottom:7px;
	padding:10px 25px 20px 25px;
}
#btm-menu {
	overflow:hidden;
	margin:20px 0;
	padding:15px;
	border:1px solid #d0d1cf;
	background-color:#f9f8f8;
}
#left-content {
	text-align:center;
}
.thirds-column {
	margin-right:15px;
	width:253px;
}
#btm-menu p {
	margin-bottom:5px;
	font-size:15px;
}
#btm-menu li {
	margin-bottom:5px;
	padding-left:13px;
	background:url('/themes/wastemag/images/icon-next-blue.png') no-repeat scroll 0 5px transparent;
}
.statistics iframe {
	margin-bottom:20px;
}
.limit-3-lines {
	height:50px;
	overflow-y:scroll;
}
table.locator-service-category-subscriptions {
	width:100%;
}
table.locator-service-category-subscriptions td {
	font-size:11px;
	width:33%;
}
/*///////////////////////////////////////////////
	Side Bars
////////////////////////////////////////////////*/
#left-sidebar {
	float:left;
	width:223px;
	min-height:100px;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #cccccc;
	-webkit-box-shadow:0 1px 5px 1px rgba(25, 25, 52, 0.2);
	box-shadow:0 1px 5px 1px rgba(25, 25, 52, 0.2);
	font-size:12px;
	margin-left:15px;
}
#left-sidebar p {
	margin:10px 0;
}
.sidebar-wrap {
	padding:10px 20px;
}
.sidebar-wrap a {
	text-decoration:none;
}
.resources li {
	border-bottom:1px solid #c7c9cb;
}
.resources li a {
	line-height:27px;
	display:block;
	padding:2px 5px;
}
.resources li:last-child {
	border-bottom:none;
}
.resources li a:hover {
	background:#eeeeef;
}
#right-sidebar {
	padding:15px 0 15px 0;
	width:198px;
	min-height:300px;
}
.sidebar-container {
	margin-bottom:10px;
	padding:10px;
	background-color:#e6e6e6;
	font-size:12px;
}
.sidebar-container h1 {
	color:#6F7172;
	font-size:13px;
}
#right-sidebar h3 {
	text-shadow:none;
}
.aqua h3 {
	background:#007694;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	border:none;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	padding:6px 10px;
	width:176px;
}
.dark-gray {
	margin-bottom:10px;
}
.dark-gray h3 {
	background:#000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	padding:6px 10px;
	width:176px;
}
.gray {
	margin-bottom:10px;
}
.gray h3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cccccc;
	box-shadow:inset 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #666666 5%, #999999 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#999999');
	background-color:#666666;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	border:1px solid #999999;
	border-bottom:none;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffffff;
	font-size:1em;
	font-weight:normal;
	padding:6px 10px;
	width:176px;
}
.package-price .price {
	font-weight:bold;
}
.package-price.pro {
	height:30px;
}
.package-price.pro em {
	display:block;
	font-size:8px;
	font-style:normal;
	position:absolute;
	right:0;
}
#seller-info {
	padding:20px;
}
.company, .contact-name {
	padding:7px 0;
}
.company {
	font-size:13px;
}
.address, .phones {
	padding-bottom:15px;
}
/*///////////////////////////////////////////////
	Ad Rates and Sizes
////////////////////////////////////////////////*/
.rates {
clear:both;
overflow:hidden;
}
.rates .columns {
margin:0 0 20px 0;

}
.rates p {
	line-height:30px;
		padding:2px 20px;
		border-right:1px solid #FFF;
		border-bottom:1px solid #FFF;
		margin:0;
}
.rates p:nth-child(even) {background:#f1f2f2}
.rates p:nth-child(odd) {background:#e6e7e8}
.rates p:first-child {
		background-color:#0077c1;
		color:#FFF;
}
.rates-disclaimers {
		width:48%;
		float:left;
		padding:20px 20px 20px 0;
}
/*///////////////////////////////////////////////
	Ad Creation
////////////////////////////////////////////////*/
#create-ad-bar {
	overflow:hidden;
	margin-bottom:25px;
}
#section-title {
	width:192px;
	font-size:17px;
}
ul.create-ad-steps {
	padding:5px 17px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #dbdbdb; /*-webkit-box-shadow:inset 0px 5px 30px 0px #dadada; box-shadow:inset 0px 5px 30px 0px #dadada;*/
	background-color:#eeeeee;
	font-size:13px;
	color:#bbbbbb;
	font-weight:600;
}
ul.create-ad-steps a {
	text-decoration:none;
	color:#888888;
}
ul.create-ad-steps li {
	display:inline;
	margin-right:6px;
	padding-right:19px;
	background:url('/themes/wastemag/images/blue-dots.png') right 6px no-repeat;
}
ul.create-ad-steps li:last-child {
	background:none;
}
ul.create-ad-steps li.selected, ul.create-ad-steps li.selected a {
	color:#515151;
}
.block-left, .block-right {
	width:265px;
}
.block-left {
	border-right:2px dotted #c4c4c4;
}
.package-list li {
	overflow:hidden;
	padding:20px;
	width:343px;
	margin:10px 10px 20px 10px;
	float:left;
	border:1px solid #d1d3d4;
}
.package-list li img {
	width:100%;
	display:block;
}
.package-list li label {
	font-weight:bold;
	font-size:18px;
	display:inline-block;
	margin-bottom:10px;
}
/*///////////////////////////////////////////////
	Ad Creation
////////////////////////////////////////////////*/
/*.bulletin-boards .listing-column-1 { width:95px;}
.bulletin-boards .listing-column-2 { width:349px;}*/

/*///////////////////////////////////////////////
	Ad Spaces
////////////////////////////////////////////////*/
.banner-for-sale-bottom-h {
	margin-top:20px;
}
#top-banner {
	margin:0 0 20px 15px;
	height:90px;
}
#right-sidebar .media {
	float:right;
	margin-bottom:20px;
}
/*///////////////////////////////////////////////
	Photo Gallery
////////////////////////////////////////////////*/
#gallery {
	position:relative;
	margin:0 auto;
	width:365px;
	height:343px;
}
.jcarousel-skin-pika {
	height:67px;
	background:url('/themes/wastemag/images/gallery/box-shadow.jpg') center top no-repeat;
}
/* Style the thumbnails */
.pika-thumbs {
	padding:0 16px;
	height:75px;
}
.pika-thumbs li {
	cursor:pointer;
	overflow:hidden;
	float:left;
	margin:0 7px;
	padding:0;
	width:66px;
	height:47px;
	list-style-type:none;
}
.pika-thumbs li img {
	border:1px solid #cccccc;
}
 .pika-thumbs li:last {
margin:0;
}
.pika-thumbs li .clip {
	overflow:hidden;
	position:relative;
	height:100%;
	text-align:center;
}
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-stage-single, .pika-textnav {
	width:357px;
}
.pika-stage, .pika-stage-single {
	position:relative;
	padding:2px;
	border:1px solid #e5e5e5;
	background:#fafafa;
	text-align:center;
}
.jcarousel-skin-pika-single {
	background:url('/themes/wastemag/images/gallery/box-shadow.jpg') center bottom no-repeat;
	min-height:10px;
}
.pika-stage-single {
	position:relative;
	left:10px;
}
.pika-stage img {
	width:357px;
	height:268px;
}
.pika-stage .caption {
	position:absolute;
	background:#000;
	background:rgba(0,0,0,0.75);
	border:1px solid #141414;
	font-size:11px;
	color:#fafafa;
	padding:10px;
	text-align:right;
	bottom:50px;
	right:10px;
}
.pika-stage .caption p {
	padding:0;
	margin:0;
	line-height:14px;
}
/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
	position:absolute;
	text-indent:-5000px;
	display:block;
	z-index:3;
}
.pika-imgnav a.previous {
	background:url('/themes/wastemag/images/gallery/prev.png') no-repeat left 45%;
	height:100%;
	width:50px;
	top:0;
	left:0;
	cursor:pointer;
}
.pika-imgnav a.view {
	height:100%;
	width:265px;
	top:0;
	left:51px;
	cursor:pointer;
}
.pika-imgnav a.next {
	background:url('/themes/wastemag/images/gallery/next.png') no-repeat right 45%;
	height:100%;
	width:50px;
	top:0;
	right:0;
	cursor:pointer;
}
.pika-imgnav a.play {
	background:url('/themes/wastemag/images/gallery/play.png') no-repeat 0% 50%;
	height:100px;
	width:44px;
	top:0;
	left:50%;
	display:none;
	cursor:pointer;
}
.pika-imgnav a.pause {
	background:url('/themes/wastemag/images/package-slider/pause.png') no-repeat 0% 50%;
	height:100px;
	width:44px;
	top:0;
	left :50%;
	display:none;
	cursor:pointer;
}
/* The previous and next textual buttons */
.pika-textnav {
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:-64px;
}
.pika-textnav a {
	cursor:pointer;
	font-size:12px;
	text-decoration:none;
	color:#333;
	padding:4px;
	text-indent:-9999px;
}
.pika-textnav a.previous {
	float:left;
	width:13px;
	height:40px;
	display:block;
	background:url('/themes/wastemag/images/gallery/btn-previous.jpg') left top no-repeat;
}
.pika-textnav a.next {
	float:right;
	width:13px;
	height:40px;
	display:block;
	background:url('/themes/wastemag/images/gallery/btn-next.jpg') right top no-repeat;
}
/*for the tool tips*/
.pika-tooltip {
	position:absolute;
	padding:3px;
	border:3px solid black;
	background-color:#ededee;
	color:#ffffff;
	font-size:12px;
}
.pika-counter {
	position:absolute;
	bottom:14px;
	right:15px;
	padding:3px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#333333;
	color:#ffffff;
	font-size:11px;
}
/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader {
	position:absolute;
	top:15px;
	right:15px;
	padding:5px 3px;
	width:60px;
	background:url('/themes/wastemag/images/gallery/loading.gif') 3px 3px no-repeat #000000;
	color:#ffffff;
	font-size:11px;
	text-align:right;
}
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {
	overflow:hidden;
	position:relative;
	left:19px;
	top:15px;
	width:325px;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal {
	height:51px;
	width:485px;
}
/*///////////////////////////////////////////////
My Account
////////////////////////////////////////////////*/
.notice {
	margin-bottom:20px;
	padding:10px;
	background-color:#FFFFEC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #C0C0C0;
	color:#333333;
}
.notice.form_box.errors {
	background-color:#FFDFE0;
}
.notice.form_box.errors ul {
	list-style:disc;
}
.notice.form_box.errors li {
	margin-left:20px;
}
.url {
	overflow:hidden;
	margin-bottom:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #dbdbdb;
	background-color:#ffffff;
	font-size:13px;
	color:#bbbbbb;
	font-weight:600;
}
.url .desc {
	padding:9px 12px;
	background:url('/themes/wastemag/images/bg-header-blue.jpg') repeat-x scroll left top #04A3E5;
	color:#fff;
	text-shadow:0 1px 0 #027FAE;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
.number span {
	font-size:21px;
	font-weight:bold;
}
.notice img.icon {
	vertical-align:bottom;
}
.number {
	background-color:#efefef;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	margin-right:20px;
	padding:20px;
	width:50px;
	height:80px;
	text-align:center;
	font-weight:bold;
}
.number label {
	display:block;
	font-size:12px;
}
.number span {
	color:#0077c1;
	font-size:30px;
}
.url .addr input {
	border:0 none;
	margin:5px;
	padding:5px 0;
	width:630px;
}
.url .link {
	float:right;
	padding:4px 12px;
	-moz-box-shadow:inset 0px 1px 0px 0px #fcf2d7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fcf2d7;
	box-shadow:inset 0px 1px 0px 0px #fcf2d7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4b300), color-stop(1, #e58200) );
	background:-moz-linear-gradient( center top, #f4b300 5%, #e58200 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4b300', endColorstr='#e58200');
	background-color:#f4b300;
	border:1px solid #e58200;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
.url div {
	float:left;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
}
.renewal {
	color:#2db33d;
	font-weight:bold;
}
/*///////////////////////////////////////////////
	Form Fields & Ad Creation
////////////////////////////////////////////////*/
.form_field {
	padding:3px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #cccccc;
	-webkit-box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:1em;
	width:290px;
	margin:0 0 10px 0;
	}
.fields {
	width:430px;
	float:left;
	padding-right:30px;
}
.fields label {
    display:inline-block;
    vertical-align:top;
    width:100px;
}
#step1 label, #step2 label{
	margin-right:10px;
}
.phone, .state, .zip {
	width:auto;
}

legend {
	font-weight:bold;
	font-size:14px;
	padding:0 0 5px 0;
}
#comments {
	margin:5px 0 15px 0;
}
.fields div {
	overflow:hidden;
}
.account_zip {
	margin-bottom:10px;
}
.adsize .form_field {
	margin-left:10px;
}
#attach .form_field {
	float:none;
}
.button.form {
	padding:5px 40px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	margin:0 0 30px 10px;
	background:#47b0da;
	border:none;
	color:#FFF;
	font-size:20px;
	cursor:pointer;
	}
.button.form:hover {
	background:#3c9fc6;
	}
.column-one, .column-two {
	width:47%;
}
.column-one h4, .column-two h4 {
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:15px 0 5px 0;
	border-bottom:1px solid #C7C7C7;
}
h4.padding-top {
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:15px 0 5px 0;
	border-bottom:1px solid #C7C7C7;
}
.note {
	color:#9f9f9f;
}
select, #from, #downpayment, #rate {
	border:1px solid #cccccc;
}
.textbox, .dropdown, textarea/*, .category */ {
	padding:3px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #cccccc;
	-webkit-box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:1em;
}
.dropdown {
	padding:2px 2px 2px 3px;
}

#select-categories .category /*,.non-edit .textbox, .non-edit .dropdown*/ {
	border:1px solid #dec58b;
	background-color:#fff5de;
}

.wm-pro #select-categories .category /*, .wm-pro .non-edit .textbox, .wm-pro .non-edit .dropdown*/ {
	border:1px solid #CCCCCC;
	background-color:#ffffff;
}

#select-categories select {
	padding:3px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #cccccc;
	-webkit-box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:1em;
	width:200px;
	float:right;
}

#select-categories {
	float:left;
	width:400px;
}
.select-categories.instructions {
	float:right;
	margin-left:20px;
	width:340px;
}
.description textarea, .sellingPoints textarea, .options textarea {
	width:75%;
	min-height:7em;
}
.even-height {
	min-height:195px;
}
.field-category {
	padding:5px;
	background:url("/packages/wastemag/js/jquery-ui/themes/wastemag/images/ui-bg_highlight-soft_100_deedf7_1x100.png") repeat-x scroll 50% 50% #DEEDF7;
	border:1px solid #AED0EA;
	color:#222222;
	font-weight:bold;
}
.field-edit ul {
	margin:5px 0 20px 0
}
.field-edit ul li {
	padding:5px 10px;
	line-height:19px;
}
.field-edit ul li.odd {
	background-color:#F7F7F7;
}
ul.label-info label {
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	white-space:nowrap;
	width:110px;
}
.my-order-number ul.label-info label {
	font-weight:bold;
	width:40%;
}
.field {
	clear:both;
	overflow:hidden;
	padding-top:5px;
	/* padding:5px 0 0 10px; */
	border:1px solid #ffffff;
}
.field label {
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	width:100px;
	vertical-align:top;
}
.field.capacity .textbox {
	width:100px;
}
.toolbar li {
	display:inline;
	margin-right:10px;
}
.labels-wide label {
	width:161px;
}
.labels-med label {
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	width:110px;
}
.field.options {
	margin-top:15px;
}
.field.options, .field.photos-wrap, .field.flagId, .field.bannerId1 {
	margin-bottom:15px;
}
.banners-label {
	width:77%;
}
.flags-label {
	width:76%;
}
.flags-label span {
	display:inline-block;
*display:inline;
	zoom:1;
	margin-bottom:18px;
}
.flags-label span img {
	margin:-8px 0 0 -8px;
}
.banners-label span {
	display:inline-block;
*display:inline;
	zoom:1;
}
.banners-label label {
	margin-bottom:15px;
}
.flagId .flags-label label {
	padding-right:64px;
	width:95px;
}
.flags-label label {
	background:url('/themes/wastemag/images/placeholder-truck.gif') 0 0 no-repeat;
	border:1px solid #cccccc;
}
.flags-label .none label {
	background:none;
	border:none;
}
.message {
	padding-left:22px;
	display:block;
	background:url('/themes/wastemag/images/icon-warning.png') 0 0 no-repeat;
	color:#d82020;
	font-style:italic;
}
.error, .recurly .server_errors .error {
	border:1px solid #FED2D2;
	background-color:#FFDFE0;
}
#uploader-choose, #uploader-upload {
/*
	-moz-box-shadow:inset 0px 1px 0px 0px #cccccc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cccccc;
	box-shadow:inset 0px 1px 0px 0px #cccccc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #808080), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #808080 5%, #000000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#000000');
	background-color:#808080;
	border:1px solid #000000;
*/
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
/*
	color:#ffffff;
	font-family:arial;
	font-size:0.9em;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
*/
}
/*
#uploader-upload {
	margin-left:-4px;
	-moz-box-shadow:inset 0px 1px 0px 0px #C2E0C0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #C2E0C0;
	box-shadow:inset 0px 1px 0px 0px #C2E0C0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #153314;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #41993F), color-stop(1, #153314) );
	background:-moz-linear-gradient( center top, #41993F 5%, #153314 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41993F', endColorstr='#153314');
	background-color:#41993F;
}
#uploader-choose {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#uploader-upload:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #153314), color-stop(1, #41993F) );
	background:-moz-linear-gradient( center top, #153314 5%, #41993F 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#153314', endColorstr='#41993F');
	background-color:#153314;
}
#uploader-choose:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #808080) );
	background:-moz-linear-gradient( center top, #000000 5%, #808080 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#808080');
	background-color:#000000;
}
#uploader-choose:active, #uploader-upload:active {
	position:relative;
	top:1px;
}
*/
.upgrade-notice {
	padding:5px 17px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #dbdbdb;
	background-color:#ffffef;
	font-size:13px;
	font-weight:600;
}
.upgrade-notice p {
	margin-top:10px;
	text-align:center;
}
.buttons {
	margin-top:15px;
	padding:10px 20px;
	border:1px solid #C7C7C7;
	text-align:right;
}
.buttons #back {
	float:left;
}

.overview-2 select {
      padding:3px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #cccccc;
	-webkit-box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow:inset 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:1em;
	width:208px;
	float:right;
	margin:0 0 10px 0;
}

#step4input {
	cursor:pointer;
	color:#7b611b;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 0;
	width:205px;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #FFF;
	border:1px solid #dea303;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:block;
	font-weight:normal;
	float:right;
	text-align:center;
	background:url('/themes/wastemag/images/button.gif') repeat-x center;
}
#step4input:hover {
	text-decoration:none;
	background:#fbdf92;
}
.tabslider ul a.btn-generic {
	cursor:pointer;
	color:#7b611b;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 0;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #FFF;
	border:1px solid #dea303;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:block;
	font-weight:normal;
	text-align:center;
	background:url('/themes/wastemag/images/button.gif') repeat-x center;
}
.tabslider ul a.btn-generic:hover {
	text-decoration:none;
	background:#fbdf92;
}
.news-content .btn-generic {
	margin:0 0 0 40px;
}
.mag-content .btn-generic {
	margin:0 0 0 65px;
}
.small {
	font-size:16px;
	width:250px;
}
.large {
	font-size:24px;
	width:350px;
	margin:10px 0 0 120px;
}


.btn-orange, .btn.ccm-input-submit {
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	background:#E58200;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	border:none;
}
.btn-orange:hover, .btn.ccm-input-submit:hover, #calculate:hover {
	background:#f99109;
}
.btn-orange:active, .btn.ccm-input-submit:active {
	position:relative;
	top:1px;
}
.btn-orange.tiny-txt {
	font-size:10px;
}
.btn-gray {
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	background:#e6e7e8;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#6F7172;
	font-size:15px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	border:none;
}
.btn-gray:hover {
	background:#d1d3d4;
}
.btn-gray.tiny-txt {
	font-size:10px;
}
.btn-red {
	padding:6px 20px;
	height:auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #7fe08b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7fe08b;
	box-shadow:inset 0px 1px 0px 0px #f8b5b7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C01F25), color-stop(1, #7f161a) );
	background:-moz-linear-gradient( center top, #C01F25 5%, #7f161a 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C01F25', endColorstr='#7f161a');
	background-color:#C01F25;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7f161a;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffe5e6;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #611316;
}
.btn-red:hover, .btn-red:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7f161a), color-stop(1, #C01F25) );
	background:-moz-linear-gradient( center top, #7f161a 5%, #C01F25 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f161a', endColorstr='#C01F25');
	background-color:#7f161a;
	color:#ffffff;
}
.recurly button.submit, .primary.ccm-input-submit, .btn-green {
	cursor:pointer;
	padding:6px 12px;
	height:auto;
	background:#259332;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.recurly button.submit:hover, .primary.ccm-input-submit:hover, .btn-green:hover {
	background:#207c2b;
}
.specification {
	text-align:left;
}
.specification.odd, tr.odd td {
	padding:5px 0;
	background-color:#F7F7F7;
}
.specification.even, tr.even td, td.even, li.even {
	padding:5px 0;
}
.specification label {
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	font-weight:bold;
	padding:0 10px;
	width:180px;
}
#print-wrap {
	padding:7px;
	text-align:right;
}
#print-wrap img {
	margin:0 4px -4px 0;
}
#print-wrap a {
	text-decoration:none;
}
.recurly .due_now {
	width:95%;
	height:50px;
	line-height:48px;
	background:none #dddddd;
}
.recurly .due_now .cost {
	color:#6F7172;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
}
#recurly-form .due_now .title {
	font-weight:bold;
	font-size:20px;
}
#recurly-form .subscription .plan {
	display:none;
}
#recurly-form.transaction {
	padding-top:20px;
}
/*///////////////////////////////////////////////
	Magazine
////////////////////////////////////////////////*/
.wastemag-magazine {
	background:url('/themes/wastemag/images/wastemag_magazine.jpg') no-repeat left top;
	width:100%;
	padding:0 0 30px 0;
	overflow:hidden;
}
.wastemag-magazine-header {
	background:url('/themes/wastemag/images/magazine-header.jpg') no-repeat top;
	width:580px;
	float:right;
	padding:115px 0 0 0;
}
.wastemag-magazine-header p {
	font-size:18px;
	line-height:20px;
		text-align:center;
}
.wastemag-magazine p {
	padding:0 10px;
	clear:both;
}
.wastemag-magazine-header ul  {
	width:380px;
	height:350px;
	display:block;
	padding:20px 0 0 230px;
}
.wastemag-magazine-header li {
	font-size:22px;
	line-height:24px;
	padding:0 0 20px 20px;
	display:block;
	background:url('/themes/wastemag/images/bullet_magazine.gif') no-repeat 0 5px;
}
.wastemag-magazine-column  {
	width:220px;
	float:left;
	padding:195px 20px 50px 20px;
	text-align:center;
}
.magazine-subscribe {
	background:url('/themes/wastemag/images/magazine-subscribe.gif') no-repeat top;
}
.magazine-read {
	background:url('/themes/wastemag/images/magazine-read.gif') no-repeat top;
}
.magazine-advertise {
	background:url('/themes/wastemag/images/magazine-advertise.gif') no-repeat top;
}
.magazine-tech {
	background:url('/themes/wastemag/images/magazine-tech.gif') no-repeat top;
}
.wastemag-magazine-column a {
	padding:5px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:18px;
	margin:0 auto;
	background:#47b0da;
	border:none;
	color:#FFF;
	display:block;
	clear:both;
	width:175px;
	text-align:center;
	text-decoration:none;
	}
.wastemag-magazine-column a:hover {
	background:#3c9fc6;
	}
/*///////////////////////////////////////////////
	Magazine Advertising
////////////////////////////////////////////////*/
.truck {
	background:url('/themes/wastemag/images/truck.jpg') no-repeat left top;
	height:400px;
	margin:10px 0 0 0;
}
.truck h1 {
	font-size:40px;
	line-height:45px;
	text-align:right;
	color:#6B6868;
	padding:20px 20px 30px 0;
}
.truck h2 {
	font-size:28px;
	line-height:30px;
	color:#47b0da;
}
.truck p {
	font-size:18px;
	line-height:28px;
}
.truck div {
	float:right;
	width:430px;
	padding:0 20px 0 0;
}
.truck-quote {
	margin-top:10px;
	position:relative;
	padding-bottom:20px;
	margin:30px 0 0 30px;
	background:url('/themes/wastemag/images/quotebubble-btm.png')no-repeat 25px bottom;
	width:540px;
	color:#666666;
	float:left;
	font-style:italic;
}
.truck-quote p {
	margin:0;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#ffffff;
	min-height:50px;
	font-size:15px;
	line-height:22px;
	-webkit-box-shadow:inset 0px 1px 20px 3px rgba(155, 155, 155, 0.8);
	box-shadow:inset 0px 1px 20px 3px rgba(155, 155, 155, 1);
	text-shadow:0px 1px 0px #ffffff;
}
.truck-quote-name {
	position:absolute;
	left:50px;
	bottom:-20px;
	font-size:10px;
	text-transform:uppercase;
	font-style:normal;
}
.selling-point  {
	overflow:hidden;
}
.truck ul  {
	width:380px;
	display:block;
	overflow:hidden;
	padding:30px 30px 0 0;
	clear:both;
}
.truck li {
	font-size:18px;
	line-height:24px;
	padding:0 0 20px 30px;
	background:url('/themes/wastemag/images/bullet-check.png') no-repeat left top;
}

.submit-ad a {
	padding:5px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-family:'Open Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size:30px;
	margin:30px 0 30px 400px;
	background:#47b0da;
	border:none;
	color:#FFF;
	display:block;
	clear:both;
	width:260px;
	text-align:center;
	text-decoration:none;
	float:left;
	}
.submit-ad a:hover {
	background:#3c9fc6;
	}
.truck-banner {
	background:#f6f6f6;
	margin:0 0 30px 0;
	clear:both;
}
.client-logo {
	float:left;
	width:175px;
}
.truck-banner img {
	width:175px;
	float:left;
}
.truck-quote p {
	margin:0;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
	height:115px;
	background-color:#ffffff;
	min-height:50px;
	font-size:15px;
	-webkit-box-shadow:inset 0px 1px 20px 3px rgba(155, 155, 155, 0.8);
	box-shadow:inset 0px 1px 20px 3px rgba(155, 155, 155, 1);
	text-shadow:0px 1px 0px #ffffff;
}
.magazine-links {
	text-align:center;
}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999; display:none;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style:none; padding:0; margin:0; width:100%; display:none;}
ol.bjqs-markers.h-centered{text-align:center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0; display:none;}
/*///////////////////////////////////////////////
	Creative
////////////////////////////////////////////////*/
.creative-page {
	text-align:center;
}
.creative-page h1 {
	font-size:55px;
	color: #6f7172;
	letter-spacing:-1px;
}
.creative-page h2 {
	font-size:16px;
	padding:0 0 25px 0;
}
.creative-page h3 {
	font-size:30px;
	color: #6f7172;
	background:none;
}
.creative-column {
	width: 515px;
	padding:425px 0 50px 0;
}
.dealer-site {
	background:url('/themes/wastemag/images/creative1.jpg') no-repeat top;
}
.waste-site {
	background:url('/themes/wastemag/images/creative2.jpg') no-repeat top;
}
.creative-column a {
    border: medium none;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    font-family: 'Open Sans','Myriad Pro',Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 175px;
}
.dealer-site a {
	background: none repeat scroll 0 0 #47b0da;
	}
.dealer-site a:hover {
	background:#3c9fc6;
	}
.waste-site a {
	background: none repeat scroll 0 0 #65bf95;
	}
.waste-site a:hover {
	background:#3c9fc6;
	}
/*///////////////////////////////////////////////
	Add Photos
////////////////////////////////////////////////*/
#photos {
	list-style-type:none;
	width:550px;
}
#photos li {
	margin:0 4px 4px 0;
	padding:4px 0 4px 4px;
	background-color:#fff;
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	vertical-align:top;
}
#photos li img {
	float:left;
	margin-right:4px;
}
#uploader {
	margin:0;
	padding:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#dedede;
}
#uploader.logo {
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-color:transparent;
}
#upload-buttons-top {
	margin-bottom:10px;
}
#upload-buttons-bot {
	margin-top:10px;
}
#uploader-choose.disabled, disabled#uploader-choose:hover, #uploader-upload.disabled, disabled#uploader-upload:hover {
	background:#808080;
	border-color:#666666;
	box-shadow:none;
	color:#444444;
	text-shadow:none;
	cursor:default;
}
#uploader-filelist {
	margin:10px 0;
}
#uploader-filelist div {
	padding:7px 0;
	border-top:1px dashed #999999;
	background-color:#fbfbfb;
}
/*///////////////////////////////////////////////
	Choose Ad Package Slider 
////////////////////////////////////////////////*/
.navigator-wrap-inner .tab p {
	margin:0;
}
.package-description {
	padding-left:20px;
	width:280px;
}
.package-photo.left img {
	float:left;
}
.package-price {
	position:relative;
	padding-bottom:5px;
	border-bottom:1px solid #000000;
	background-color:transparent;
	font-size:14px;
}
.package-type {
	padding-top:5px;
	border-top:1px solid #777777;
	background-color:transparent;
	font-size:12px;
}
.package-price {
	font-weight:bold;
	color:#F2AD00;
}
.lof-slidecontent ul.navigator-wrap-inner li.active .package-price {
	color:#ffffff;
}
.package-value {
	position:absolute;
	right:0;
	top:0;
}
.lof-slidecontent {
	position:relative;
	overflow:hidden; /*border:#F4F4F4 solid 1px;*/
}
.lof-slidecontent .preload {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF
}
.lof-slidecontent .preload div {
	height:100%;
	width:100%;
	background:transparent url('/themes/wastemag/images/package-slider/load-indicator.gif') no-repeat scroll 50% 50%;
}
.lof-slidecontent .sliders-wrapper {
	position:relative;
	height:100%;
	width:900px;
	z-index:3px;
	overflow:hidden;
	background-color:#636363;
}
/*.lof-slidecontent  ul.sliders-wrap-inner{overflow:hidden;	background:transparent url('/themes/wastemag/images/package-slider/load-indicator.gif') no-repeat scroll 50% 50%;	padding:0px;	margin:0;	position:absolute;	overflow:hidden;}*/
.lof-slidecontent ul.sliders-wrap-inner li {
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	height:100%;
	background-color:#424242;
}
.lof-slidecontent .lof-opacity {
	width:100%;
	height:100%;
}
.lof-slidecontent .lof-opacity li {
	position:absolute!important;
	top:0;
	left:0;
	float:inherit!important;
}
.lof-slidecontent .navigator-content {
	position:absolute;
	left:0;
	top:00px;
	z-index:9;
	height:100%;
	width:230px;
	overflow:hidden;
	color:#FFF
}
.lof-slidecontent .navigator-wrapper {
	position:relative;
	z-index:10;
	height:180px;
	width:310px;
	overflow:hidden;
	color:#FFF;
	float:left
}
.lof-slidecontent ul.navigator-wrap-inner {
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
.lof-slidecontent ul.navigator-wrap-inner li {
	cursor:hand;
	cursor:pointer;
	list-style:none;
	padding:0;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
}
/*******************************************************/
ul.sliders-wrap-inner li img {
	padding:0px;
}
.lof-slidecontent .slider-description a.readmore {
	color:#58B1EA;
	font-size:95%;
}
.lof-slidecontent .slider-description a {
	color:#FFF;
}
.lof-slidecontent .slider-description {
	z-index:100px;
	position:absolute;
	right:0px;
	top:0;
	width:547px;
	height:100%;
	background-color:#f8f7f7;
	color:#6f7172;
}
.lof-slidecontent .slider-description h1 {
	color:#6f7172;
	font-size:36px;
}
.slider-meta {
	overflow:hidden;
	padding:5px 20px 20px 20px;
}
.btn-package {
	padding-top:15px;
}

.btn-package a {
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	background:#E58200;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	border:none;
}
.btn-package a:hover {
	background:#f99109;
}
.lof-slidecontent .slider-description h4 {
	font-size:14px;
	margin:10px 0;
	padding:0;
}
.lof-slidecontent .item-meta a:hover {
	text-decoration:underline;
}
.lof-slidecontent .item-meta i {
	font-size:70%;
}
/* item navigator */
.lof-slidecontent ul.navigator-wrap-inner li.active {
	background:url('/themes/wastemag/images/package-slider/arrow-bg.png') no-repeat scroll right center transparent;
	color:#FFFFFF;
}
.lof-slidecontent ul.navigator-wrap-inner li > div {
	background:url('/themes/wastemag/images/package-slider/transparent_bg.png');
	color:#FFF;
	height:66px;
	position:relative;
	margin-right:19px;
	padding:9px;
	border-top:1px solid #E1E1E1;
	text-align:left
}
.lof-slidecontent ul.navigator-wrap-inner li.active div.tab {
	background:url('/themes/wastemag/images/package-slider/grad-bg.gif');
	color:#FFF;
}
.lof-slidecontent ul.navigator-wrap-inner li.active .package-price {
	padding-bottom:5px;
	border-bottom:1px solid #007CB4;
	text-shadow:0 1px 0 #027FAE;
}
.lof-slidecontent ul.navigator-wrap-inner li.active .package-type {
	overflow:hidden;
	padding-top:5px;
	border-top:1px solid #70D6FF;
}
.lof-slidecontent ul.navigator-wrap-inner li img {
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.lof-slidecontent ul.navigator-wrap-inner li.active img, .lof-slidecontent ul.navigator-wrap-inner li:hover img {
	border:#6C8E5C solid 1px;
}
.lof-slidecontent .button-next, .lof-slidecontent .button-previous {
	display:block;
	width:40px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	height:100%;
	z-index:40;
	top:0;
	text-indent:-999px;
}
.lof-slidecontent .button-next {
	display:none;
	right:0px;
	background:url('/themes/wastemag/images/package-slider/next.png') no-repeat right center;
}
.lof-slidecontent .button-previous {
	display:none;
	left:0px;
	background:url('/themes/wastemag/images/package-slider/previous.png') no-repeat left center;
}
.lof-slidecontent .button-control {
	display:none;
}
.lof-slidecontent .button-control span {
	display:block;
	width:100%;
	height:100%;
}
.lof-slidecontent .action-start span {
	background:url('/themes/wastemag/images/package-slider/play.png') no-repeat center center;
}
.lof-slidecontent .action-stop span {
	background:url('/themes/wastemag/images/package-slider/pause.png') no-repeat center center;
}
/*///////////////////////////////////////////////
	Flags
////////////////////////////////////////////////*/
img.flag-1 {
	border:4px solid #ff0000;
}
img.flag-2 {
	border:4px solid #00ff00;
}
img.flag-3 {
	border:4px solid #c0c0c0;
}
/*///////////////////////////////////////////////
	My Account Section
////////////////////////////////////////////////*/
.label-info li {
	padding-bottom:5px;
}
.logo-wrap {
	display:inline-block;
*display:inline; /*ie support*/
	zoom:1; /*ie support*/
}
#contacts {
	overflow-y:scroll;
	margin:10px 0 20px 0;
	height:247px;
}
#contacts .contact {
	float:left;
	margin:0 10px 20px 0;
	padding:15px;
	border:1px solid #c0c0c0;
	width:200px;
	height:200px;
}
#contacts .contact.first {
	margin-top:0;
}
#contacts .contact.selected {
	background-color:#007A99;
	color:#fff;
	height:198px;
	width:198px;
}
#contacts .contact.selected .input a {
	display:block;
	margin-top:10px;
	padding:5px 10px;
	width:163px;
	text-align:center;
	text-decoration:none;
}
/*///////////////////////////////////////////////
	News
////////////////////////////////////////////////*/
#news-header {
	margin-bottom:10px;
}
.news-item {
	padding:0 0 17px 17px;
	background:url('/themes/wastemag/images/icon-next-blue.png') no-repeat scroll 0 7px transparent
}
.news-item h2 {
	margin-bottom:0;
	font-size:14px;
}
.news-item h2 a, #news-header a {
	text-decoration:none;
}
.news-attributes h2 {
	margin-bottom:15px;
	color:#00A9D4;
}
.news-attributes h4 {
	margin-bottom:7px;
	text-transform:uppercase;
}
.news-attributes h4 {
	margin-bottom:7px;
	text-transform:uppercase;
}
.banner-container {
	width:300px;
	overflow:hidden;
}
.news-container ul {
	list-style:inherit;
	padding:0 0 20px 15px;
}
/*///////////////////////////////////////////////
	RSS
////////////////////////////////////////////////*/
.rssIcon {
	text-align:right;
}
/*///////////////////////////////////////////////
	Subpages Simple model
////////////////////////////////////////////////*/
#simplemodal-overlay {
	background-color:#000000;
}
#simplemodal-container {
	background-color:#FFFFFF;
	border:10px solid #FFFFFF;
}
#simplemodal-container a.modalCloseImg {
	background:url('/themes/wastemag/images/simplemodal_close.png') no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:inline;
	height:30px;
	position:absolute;
	right:-25px;
	top:-25px;
	width:30px;
}
#simplemodal-container form.form p label {
	width:75px !important;
}
/*///////////////////////////////////////////////
	IE styles
////////////////////////////////////////////////*/
.lte-ie7 .pagination li a.PagerButtons {
	top:-3px;
}
.lte-ie7 .sell-content .client-quote, .ie8 .sell-content .client-quote, .gte-ie9 .sell-content .client-quote {
	background:url('/themes/wastemag/images/quotebubble-btm-ie.png') no-repeat scroll 25px bottom;
}
.lte-ie7 .tabs .moving_bg, .ie8 .tabs .moving_bg {
	top:60px;
}
.lte-ie7 .tt-wrapper span a span, .ie8 .tt-wrapper span a span {
	background-color:#ffffff;
	transition:none;
}
.lte-ie7 .url .addr input {
	padding:4px 0;
}
.gte-ie9 .url .desc {
	padding:9px 12px 10px 12px;
}
.gte-ie9 .tabs .moving_bg {
	top:58px;
}
.gte-ie9 .sell-content .client-quote p {
	box-shadow:none;
	border-radius:0px;
}
.gte-ie9 .tabs .moving_bg, .ie8 .tabs .moving_bg, .lte-ie7 .tabs .moving_bg {
	top:54px;
}
.gte-ie9 .btn-package a, .ie8 .btn-package a, .lte-ie7 .btn-package a, .gte-ie9 .aqua h3, .ie8 .aqua h3, .lte-ie7 .aqua h3, .gte-ie9 .gray h3, .ie8 .gray h3, .lte-ie7 .gray h3, .gte-ie9 .btn-orange, .ie8 .btn-orange, .lte-ie7 .btn-orange, .gte-ie9 .btn.ccm-input-submit, .ie8 .btn.ccm-input-submit, .lte-ie7 .btn.ccm-input-submit {
	border-radius:0;
}
.lte-ie7 .tt-wrapper span a span, .ie8 .tt-wrapper span a span {
	display:none;
}
.lte-ie7 #utility-links ul, .ie8 #utility-links ul, .gte-ie9 #utility-links ul, .lte-ie7 #home-tagline span.tagline-1, .lte-ie7 #sub-tagline span.tagline-1, .ie8 #home-tagline span.tagline-1, .ie8 #sub-tagline span.tagline-1, .gte-ie9 #home-tagline span.tagline-1, .gte-ie9 #sub-tagline span.tagline-1 {
	text-shadow:none;
	filter:none;
}
.lte-ie7 #home-tagline span.tagline-2, .ie8 #home-tagline span.tagline-2 {
}
/*///////////////////////////////////////////////
	Ad styles
////////////////////////////////////////////////*/
#home-content .banner-container .media {
	margin-bottom:30px;
}
