html, body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #000000 url(/images/bg.jpg);
//	background: #000000;
	background-position: top center;
	line-height: 18px;
}

h1, h1 a {
	font-weight: normal;
	color: #9caa3b;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	font-size: 28px;
	line-height: 32px;
}

h2, h2 a {
	font-weight: normal;
	color: #9caa3b;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	font-size: 22px;
	line-height: 19px;
}

h3, h3 a {
	font-weight: normal;
	color: #9caa3b;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
}

h3.short {
	padding: 10px 0px 10px 0px;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	border-bottom: none;
}

p {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

img {
	border: none;
}

a {
	color: #0074d2;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px #0074d2 solid;
}

a img {
	border: none;
}

a.pic:hover {
	border-bottom: none;
}

a.report {
	color: #bb0000;
	text-decoration: none;
}

a.report:hover {
	border-bottom: 1px #bb0000 solid;
}

a.donereport {
	color: #aaaaaa;
	text-decoration: none;
}

a.donereport:hover {
	border-bottom: 1px #aaaaaa solid;
}



ol, ul {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

ol li {
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 5px;
}

ul li {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 27px;
	list-style: none;
	background: url(/images/arrow.gif) no-repeat;
	background-position: center left;
}

strong {
	color: #444444;
}

#headerbg {
	top: 0px;
	left: 0px;
	width: 100%;
//	background: url(/images/top_newyork.jpg) repeat-x;
//	background: #000000;
	overflow: hidden;
}

.topimage {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 50px;
}

#menubar {
	position: absolute;
	float: left;
	width: 950px;
	top: 144px;
//	margin-top: 5px;
	height: 34px;
	overflow: hidden;
}

ul#menu {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	top: 73px;
	border-right: 1px #dedbd1 solid;
}

ul#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul#menu li a {
	float: left;
	display: block;
	padding: 9px 20px 7px 20px;
	border-left: 1px #dedbd1 solid;
	color: #000000;
}

ul#menu li a.selected {
	float: left;
	display: block;
	padding: 9px 20px 7px 20px;
	border-left: 1px #dedbd1 solid;
	color: #000000;
	background: url(/images/arrow-menu.gif) no-repeat;
	background-position: bottom center;
}

ul#menu li a:hover {
	background: url(/images/menu-bg.png) repeat-x;
	border-left: 1px #dedbd1 solid;
	border-bottom: none;
}

#content-left {
	float: left;
	width: 648px;
	margin-right: 20px;
}

#content-right {
	float: left;
	width: 282px;
}

#content-big {
	float: left;
	width: 950px;
}

.chunk-big {
	float: left;
	width: 908px;
	border: 1px #dedbd1 solid;
	background: #ffffff url(/images/top-content.png) repeat-x;
	padding: 5px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
}

.latest {
	float: left;
	width: 908px;
	border: 1px #dedbd1 solid;
	background: #ffffff url(/images/top-content.png) repeat-x;
	padding: 8px 20px 7px 20px;
	margin: 0px 0px 10px 0px;
}

.chunk-left {
	float: left;
	width: 606px;
	border: 1px #dedbd1 solid;
	background: #ffffff url(/images/top-content.png) repeat-x;
	padding: 5px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
}

.footer-left {
	float: left;
	padding: 0px 0px 20px 20px;
	color: #666666;
}

.footer-left a {
	color: #666666;
}

.footer-left a:hover {
	border-bottom: 1px #666666 solid;
}

.chunk-right {
	float: left;
	width: 260px;
	border: 1px #dedbd1 solid;
	background: #ffffff url(/images/top-content.png) repeat-x;
	padding: 10px 0px 5px 20px;
	margin: 0px 0px 20px 0px;
}



ul.sidebar {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px #dedbd1 solid;
	width: 240px;
}

ul.sidebar li {
	border-top: 1px #dedbd1 solid;
	padding: 4px 0px 4px 20px;
	margin: 0px;
}

.navigation {
	width: 100%;
	border-top: 1px #dedbd1 solid;
	border-bottom: 1px #dedbd1 solid;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 15px 0px;
	overflow: hidden;
}


	
.subnav-left {
	float: left;
}

.subnav-right {
	float: right;
}



.sortnav {
	float: right;
	margin-top: -28px;
}

.left {
	float: left;
}

.right {
	float: right;
}


.infoframe {
	width: 350px;
	height: 300px;
}

select {
	font: 12px Arial, Helvetica, sans-serif;
}

.brands {
	display: none;
	overflow: hidden;
	border-bottom: 1px #dedbd1 solid;
	padding-bottom: 13px;
	margin-bottom: 15px;
}



h2.prodinfo {
	padding: 15px 0px 8px 0px;
}

h3.prodinfo {
	padding: 5px 0px 12px 0px;
}

p.brandinfo {
	padding: 5px 0px 3px 0px;
}

p.prodedited {
	font-size: 11px;
	line-height: 15px;
	color: #777777;
	padding-bottom: 5px;
}

p.prodinfo {
	font-size: 11px;
	line-height: 15px;
}

a.logo {
	display: block;
	float: left;
	width: 217px;
	height: 31px;
	margin: 10px 0px 0px 17px;
}

a.twitter {
	display: block;
	float: left;
	width: 33px;
	height: 21px;
	margin: 9px 0px 0px 25px;
}

a.logo:hover, a.twitter:hover {
	border-bottom: none;
}

h2.clickinfo{
	padding: 10px 0px 0px 0px;
}

h2.clickinfo a {
	padding: 0px;
	color: #0074d2;
}

h2.clickinfo a:hover {
	border-bottom: 1px #0074d2 solid;
}


h3.divider {
	padding: 15px 0px 3px 0px;
}

p.divider {
	padding: 0px 0px 13px 0px;
}

h3.divider2 {
	padding: 10px 0px 3px 0px;
}

table {
	border-collapse: collapse;
}

table.searchresults {
	border-collapse: collapse;
	margin-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
}

table.searchresults td {
	border-bottom: 1px #dedbd1 solid;
	padding: 7px 0px 7px 0px;
}

table.searchresults td.no {
	width: 35px;
	text-align: right;
}

table.searchresults td.brand {
	width: 150px;
	padding-left: 20px;
}

table.searchresults td.name {
	width: 200px;
}

table.searchresults td.subcat {
	width: 130px;
}

.brandspic {
	border-top: 1px #dedbd1 solid;
	margin-top: 5px;
	padding: 15px 0px 5px 0px;
}

.frontpagepic {
	padding: 2px 0px 5px 0px;
}

.checkbox {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#latest {
	float: left;
	width: 930px;
	padding: 9px 20px 0px 0px;
	color: #847320;
	text-align: right;
}

#latest a {
	color: #000000;
}

#latest a:hover {
	border-bottom: 1px #000000 solid;
}



#footer_big {
	width: 100%;
	border-top: 1px #dedbd1 solid;
	background: #ffffff url(/images/footer-bg2.png) repeat-x;
	background-position: top;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}

#footer_sub {
	width: 100%;
	background: transparent url(/images/top-content.png) repeat-x;
}

#footer_big h3 {
	font-size: 16px;
	padding: 20px 0px 5px 0px;
	line-height: 20px;
}

#footer_big p {
	padding: 2px 0px 7px 0px;
}

.footer_td {
	width: 25%;
	padding-right: 20px;
	vertical-align: top;
}

ul.cd_list, ul.like_list, ul.blog_list {
	margin: 7px 0px 13px 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px #dedbd1 solid;
}

ul.cd_list li {
	border-top: 1px #dedbd1 solid;
	background: transparent url(/images/cd-button.png) no-repeat;
	background-position: left center;
	padding: 3px 0px 3px 17px;
	margin: 0px;
}

ul.like_list li {
	border-top: 1px #dedbd1 solid;
	background: transparent url(/images/heart-button.png) no-repeat;
	background-position: left center;
	padding: 3px 0px 3px 17px;
	margin: 0px;
}

ul.blog_list li {
	border-top: 1px #dedbd1 solid;
	background: transparent url(/images/pencil-button.png) no-repeat;
	background-position: left center;
	padding: 3px 0px 3px 17px;
	margin: 0px;
}

.green {
	color: #008800;
}



.red {
	color: #cc0000;
}

.photo {
	border: 3px #dedbd1 solid;
}

.newswrapper {
	margin: 0px 20px 15px 0px;
}






		#testWrap {
			float: left;
			width: 500px;
			margin-right: 2em;
		}

		#previewOuterWrap {
			float: left;
			width: 120px;
						margin-right: 2em;
		}

		#previewWrap {
			border: 1px solid #333;
		}

