
body {
	background-color: #fff;
	font-size: 13px;
	font-family: Helvetica Neue,Arial; margin-bottom: 0;
}
	

form {
	padding: 0px;
	margin: 0px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 950px;
	clear: both;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



a {
	text-decoration: none;
	color: #6dc935;/*#43a1d4;*/
}

a:hover {
	color: #509d21;
}


#header {
	position: relative;

	width: 952px;
	height: 0px;

	margin: 0px;
	z-index: 100;
}


#logo {
	width: 390px;
	height: 92px;
	padding: 0;
	margin: 5px 0px 3px 0px;
}

#logo a {
	display: block;
	background: transparent url(logo.png) 0px 0px no-repeat;
	width: 390px;
	height: 92px;
	padding: 0;
	margin: 0;
}

#logo a span {
	display: none;
}

#phone, #phone_bottom {
	position: absolute;
	display: block;

	color: #000;
	background: #fff;

	border: 1px solid #eee;
	width: 200px;

	padding: 0px 10px;

	text-align: right;
	z-index: 10;
}

#phone {
	top: 15px;
	right: 250px;
}

#phone_bottom {
	bottom: 0px;
	right: 250px;
}

#phone .heading, #phone_bottom .heading {
	display: block;
	font-size: 16px;
	font-weight: bold;

	height: 40px;
	line-height: 40px;

	padding: 0;
	margin: 0px 13px 0px 13px;

	cursor: pointer;
	cursor: hand;
}

#phone .popup, #phone_bottom .popup {
	display: none;

	color: #555;

	padding: 0px;
	margin: 10px;
}

#phone:hover .popup, #phone_bottom:hover .popup {
	display: block;
}


#footer {
	position: relative;
	border-top: 10px solid #f8f8f8;

	width: 952px;
	height: 70px;

	margin-bottom: 15px;
}

#footer .copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;

	border: 1px solid #ddd;
	background-color: #f8f8f8;
	width: 390px;
	font-size: 13px;
	color: #444;

	height: 40px;
	line-height: 40px;

	padding: 0px 13px;
	margin: 0px;
}



#menu {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	width: 950px;

	background-color: #fff;
	border: 1px solid #ddd;
	text-align: right;
	z-index: 5;
}

#menu ul {
	padding: 0;
	margin: 0;
	display: block;
}

#menu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;

	position: relative;
}

#menu li.separated {
	margin-right: 20px;
}

#menu li.prefix {
	padding: 12px 13px;
	border-right: 1px solid #eee;
	background-color: #f8f8f8;
}

#menu a {
	display: block;

	font-family: Helvetica Neue,Arial;
	color: #666666;
	letter-spacing: 0.04em;
	font-weight: bold;

	padding: 12px 13px;
	margin: 0;
}

#menu a span {
	line-height: 1;
	color: #ccc;
}

#menu li.hover a,
#menu li.hover a span,
#menu li div a {
	color:#fff;
	background: #3ba6ba;
}

#menu li div a:hover {
	background: #4bb6ca;
}

#menu li div {
	width: 0px;
	height: 0px;

	overflow: visible;
	position: absolute;

	display: none;
}

#menu li.hover div {
	display: block;
}

#menu li div a {
	text-align: left;
	width: 250px;
	position: relative;
}

#menu li.hover a.item-1,
#menu li.hover a.item-1 span,
#menu li div.item-1 a {
	background: #35ac49;
}

#menu li div.item-1 a:hover {
	background: #45bc59;
}

#menu li.hover a.item-3,
#menu li.hover a.item-3 span,
#menu li div.item-3 a {
	background: #bb357d;
}

#menu li div.item-3 a:hover {
	background: #cb458d;
}



#search form,
#search fieldset {
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: bottom;
	width: auto;
}

#search fieldset button {
	/*background-color: #bb357d;/*#6dc935;*/
	background: #bb357d url(search.png) no-repeat;

	margin-top: 7px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 1px;
	border: none;

	width: 65px;
	height: 26px;

	cursor: pointer;
		
	color: #fff;

	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
}

#search fieldset button:hover {
	background-image: url(search_over.png);
	cursor: pointer;
}

#search fieldset label {
	font-size: 12px;
	color: #777;
	line-height: 28px;
	height: 28px;
	vertical-align: bottom;

	padding: 0px;
	margin: 0px;
	float: none;
	width: auto;

	/* cross-browser inline block */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#search fieldset input {
	height: 14px;
	padding: 5px;
	margin: 5px 3px 0px 0px;
	width: 148px;
	color: #777;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 12px;
	vertical-align: bottom;
}

#search fieldset input:focus {
	color: #222;
	background-color: #fff;
}







#sitemenu, #sitemenu_bottom {
	position: absolute;

	width: 245px;
	border: 1px solid #eee;
}

#sitemenu {
	top: 15px;
	right: 0px;
}

#sitemenu_bottom {
	bottom: 0px;
	right: 0px;
}

#sitemenu ul, #sitemenu_bottom ul {
	padding-left: 6px;
}

#sitemenu ul,
#sitemenu_bottom ul {
	padding: 0;
	margin: 0;
	display: block;
}

#sitemenu li,
#sitemenu_bottom li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	
}

#sitemenu a,
#sitemenu_bottom a {
	display: block;
	font-family: Helvetica Neue,Arial;
	color: #666666;
	letter-spacing: 0.04em;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 12px;
	padding-left: 13px;
	margin: 0;
}

#sitemenu .item4:hover,
#sitemenu_bottom .item4:hover {
	background-color: #d69f0d; /*#e4a600;*/
}



#sitemenu .selected, #sitemenu_bottom .selected {
	color: #6dc935;
}

#sitemenu a:hover,
#sitemenu_bottom a:hover {
	color: #fff;
}





.contentHeader {

	background-color: #f8f8f8;

	border: 1px solid #ddd;
	margin-top: 30px;

	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	width: 950px;

}

.contentHeader h1
{
	margin: 0;
	margin-top: 3px;
	float: left;
	display: inline;
	width: 600px;
	color: #555;
	font-family: Arial, Serif;
	font-weight: normal;
	font-size: 170%;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 15px;
}

.contentHeader h1.price {
	float: right;
	width: auto;
	padding-right: 15px;
}

.contentHeader .sortlink {
	display: block;

	float: right;
	width: 130px;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 10px;

	background-color: #fff;
	margin-top: 8px;
	border: 1px solid #ddd;
	margin-right: 8px;
	color: #6dc935; /*#43a1d4*/;

}

.contentHeader .selected {
	color: #fff;
	color: #333;	
}




#menu .garagesale div,
#menu .garagesale:hover, 
#menu .selected.garagesale, 
#sitemenu .item2:hover,
#sitemenu_bottom .item2:hover,
.garagesale:hover .iteminfo, 
.garagesale .iteminfo {
	background-color: #3ba6ba; /*#33adc3;*/
}


#menu .fifthavenue div,
#menu .fifthavenue:hover, 
#menu .selected.fifthavenue,
#sitemenu .item1:hover,
#sitemenu_bottom .item1:hover, 
.fifthavenue:hover .iteminfo,
.fifthavenue .iteminfo {
	background-color: #35ac49; /*#2db443;*/
}


#menu .attic div,
#menu .attic:hover, 
#menu .selected.attic, 
#sitemenu .item3:hover,
#sitemenu_bottom .item3:hover,
.attic:hover .iteminfo,  
.attic .iteminfo {
	background-color: #bb357d; /*#c42c7e*/;
}

#menu  .fifthavenue div li:hover a, #menu .fifthavenue div .selected a{
	background: #45bc59;
	
}
#menu  .garagesale div li:hover a, #menu .garagesale div .selected a{
	background: #4bb6ca;
	
}
#menu  .attic div li:hover a, #menu .attic div .selected a{
	background: #cb458d;
	
}





#info {
	border: 1px solid #ddd;
		width: 950px;
	background-color: #fbfbfb;
	margin-top: 30px;
	/*background: url(arrowbg.png);*/
}

#info p span {
	font-weight: bold;

}

#info p {
	padding: 0;
	margin :0;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #111;
	}
	
#info .separator {
	border-right: 1px solid #ddd;
	padding-right: 30px;
}	
#info h2 {
	margin-bottom: .5em;
	padding: 0;
	margin-top: 14px;
	font-weight: normal;
	font-family: Arial, Serif;
	font-size: 170%;
	letter-spacing: -.5px;
}

#info .left span {
	font-weight: strong;
	
}

#info a {
	color: #009c00;
	font-weight: bold;
}

#info h2 {
	color:#45bc59;/*#999;/*#3ba6ba;*/
}

#info  h2 {
	color: #555;/*#bb357d;*/
}


#info .left {
	width: 545px;
	float: left;
	padding-left: 15px;
	padding-right: 0px;
	margin-right: 0px;
}

#info .right {

	width: 345px;
	float: left;
	padding-left: 15px;
	
	padding-right: 30px;
}

#info  span.fifthavenue {
	color: #45bc59;

}
#info  span.garagesale{
	color: #4bb6ca;
	
}
#info  span.attic{
	color: #cb458d;
}





.content {
	clear: both;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 15px 0px 15px;
	width: 920px;
}

.content h2 {
	font-size: 18px;
	color: #333;
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}

.content p {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.content .halfcolumn {
	width: 452px;
	float: left;
	padding-right: 15px;
}

.content .quartercolumn {
	width: 219px;
	float: left;
	padding-right: 15px;
}

.content .thirdcolumn {
	width: 295px;
	float: left;
}

.content .twothirdcolumn {
	width: 600px;
	float: left;
	margin-right: 15px;
}


.bold {
	font-weight: bold;
	}

h2.green, .green {
	color:#35ac49;
}


h2.purple, .purple {
	color:#bb357d;
}

h2.blue, .blue {
	color:#3ba6ba;
}

.content dl {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.content dl dt {
	margin: 0px;
	padding: 0px;
	color: #333;
	float: left;
	line-height: 16px;
}

.content dl dd {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
	text-align: right;
	border-bottom: 1px solid #eee;
	line-height: 16px;
}

.content dl.pricingTable dt {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.content dl.pricingTable dd {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 4px 0px;
}


.content dl dt.price {
	font-size: 120%;
	font-weight: bold;
}

.content dl dd.price {
	font-size: 120%;
	font-weight: bold;
}

.content dl .originalprice {
	color: #865;
	text-decoration: line-through;
}

.content dl .futureprice {
	color: #888;
}

.content dl dd.originalprice,
.content dl dd.price,
.content dl dd.futureprice {
	background: #f0f0f0;
	border-bottom: 1px solid #e0e0e0;
}

.content .explanationLink {
	margin-top: -13px;
	text-align: right;
	font-size: 85%;
}



.content .thumbnailer {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	height: 64px;
}

.thumbnailer span.label {
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0px 10px 0px 0px;
}

.thumbnailer a {
	display: block;
	float: left;

	padding: 1px;
	border: 1px solid #ddd;
	margin: 0px 2px;

	font-weight: bold;
}

.thumbnailer a img {
	border: 0px;
	width: 60px;
	height: 57px;
	margin: 0px;
	vertical-align: top;
}

.thumbnailer a:hover {
	background-color: #4ae423;/*#43a1d4*/;
	color: #fff;
}

.thumbnailer a.selected, .thumbnailer a.selected:hover {
	color: #777;
	background: #3ba6ba;
}


.content .pager,
.itemlist .pager {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	height: 24px;
}

.pager span.label {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 0px 10px 0px 0px;
}

.pager a {
	display: block;
	float: left;

	width: 27px;
	height: 24px;
	line-height: 24px;

	text-align: center;

	padding: 0px;
	border: 1px solid #ddd;
	margin: 0px 2px;

	font-weight: bold;
}

.pager a.dotdotdot {
	width: auto;
}

.pager a:hover {
	background-color: #4ae423;/*#43a1d4*/;
	color: #fff;
}

.pager a.selected, .pager a.selected:hover {
	color: #777;
	background: #fff;
}

.pager a.dotdotdot, .pager a.dotdotdot:hover {
	margin: 0px 10px;
	color: #777;
	background: #fff;
	border-color: #fff;
}



.itemlist {
	clear: both;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 15px 0px 15px;
	width: 920px;
}

.itemlist p {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.itemlist h2 { color:#fff; }

.itemlist .item {
	width:200px;
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
}

.item .iteminfo {
	border-top: none;
	padding: 6px 10px 10px 10px;
	background-color: #999;
}

.item .imgborder {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: none;
	margin: 0px;
	padding: 9px 0px;
	text-align: center;
	position: relative;	
}

.item .imgborder a {
	padding: 0px;
	margin: 0px auto;
	display: block;
	width: 180px;
	height: 170px;
}

.item .imgborder img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}



.item .sold, #imageViewer .sold {
	background: #ff4e33;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0;
	padding-top: 5px;
	margin: 0;
	width: 90px;
	height: 28px;
	text-align: center;
}

.item .itemHeading {
	display: block;
	float: none;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	line-height: 1;
}

.item .itemHeading a {
	color: #fff;
	/*color: #d9d9d9;*/
	/*color: #adff7b;*/
	font-size: 16px;
}

.item:hover .itemHeading a {
	color: #fff;
}


.item dl {
	color: #f0f0f0;
	padding: 0.5em 0px 0px 0px;
	margin: 0px;
}

.item dt {
	float: left;
	clear: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.item dd {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}

.item dd.price {
	font-weight: bold;
}

.item dt.originalprice {
	color: #865;
	text-decoration: line-through;
}

.item dd.originalprice {
	color: #865;
	text-decoration: line-through;
}

.imagestag {
	float: left;
	text-align: right;
	height: 30px;
}

#imageViewerWrapper {
	width: 591px;
	height: 402px;

	background: #ccc;

	margin-bottom: 15px;
	padding: 0px;
}

#imageViewer {
	width: 589px;
	height: 400px;
	position: relative;
	top: 1px;
	left: 1px;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

#imageViewer .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 589px;
	height: 400px;

	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #000 url(loading.gif) center center no-repeat;
	z-index: 50;
}

/* forms */

fieldset {
    display: block; /* makes margins work in IE */

    width: 608px;
    border: 1px solid #eee;
    padding: 15px 15px 0px 15px;
    margin: 0px 0px 15px 0px;
}

fieldset label {
    font-size: 14px;
    color: #444;
    float: left;
    padding-top: 5px;

    width: 205px;
}

fieldset div {
    clear: both;
}

fieldset div.errorMsg {
    text-align: right;
    color: #f40;
    position: relative;
    top: -10px;
    padding-right: 3px;
    height: 15px;
}

fieldset .error input, fieldset .error textarea {
    border: 1px solid #f40;
    
}

fieldset select {
    margin-top: 5px;
    margin-bottom: 17px;
    width: 340px;
    font-size: 14px/14px;
} 

fieldset input, fieldset textarea {
    margin-bottom: 15px;
    padding: 5px;

    color: #333;
    border: 1px solid #bbb;
    font-size: 14px/14px;

    width: 350px;
}

fieldset .readOnly, fieldset .readOnlyArea {
    display: block;
    float: left;

    margin-bottom: 15px;
    padding: 5px;

    color: #333;
    background: #efe;
    border: 1px solid #bbb;
    font-size: 14px/14px;

    width: 350px;
}

fieldset .readOnlyArea,
fieldset textarea {
    height: 8em;
}

fieldset input.price {
    width: 95px;
}

fieldset input.checkbox {
    padding-left: 0px;
    position: relative;
    left: -5px;
    top: 5px;

    width: auto;
}

fieldset .errorText {
    margin: -14px 0px 15px 205px;
    font-size: 12px;
    color: #f40;
}

fieldset button {
    margin: 0px 0px 15px 205px;

    background-image: none;
    padding: 5px 10px;
    width: auto;

    border: 0px;
    background: #3ba6ba;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

fieldset button:hover {
    background: #4bb6ca;
}


.itemSort select {
	vertical-align: middle;
}

div.success {
	background: #efe;

	border: 1px solid #ddd;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 15px 0px;
}

div.success h3 {
	margin: 0px 0px 5px 0px;
	color: #262;
}

div.success p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	color: #444;
}

.content table {
	margin-bottom: 15px;
}

.content td {
	padding: 5px;
	background-color: #f8f8f8;
}


