/* product */
#product #productWrapper1 #productWrapper2 {
	position: relative;
	padding-bottom: 15px;
	padding-right: 5px;
}
#mainCat {
	background: #000 url(../images/bg-main-category.gif) no-repeat left top;
	padding: 8px 10px;
	color: #fff;
}

#mainCat a:link,
#mainCat a:visited {
	color: #fff;
	text-decoration: none;
}
#mainCat a:hover {
	text-decoration: underline;
}
#subCat {
	padding: 10px 50px;
	color: #666;
}
#subCat a:link,
#subCat a:visited {
	color: #666;
	text-decoration: none;
}
#subCat a:hover {
	text-decoration: underline;
}

#pagination {
	color: #666;
	text-align: right;
}
#pagination ul,
#pagination ul li,
#pagination dl,
#pagination dl dt,
#pagination dl dd {
	margin: 0px;
	padding: 0px;
}
#pagination ul {
	margin: 5px 15px;
}
#pagination ul li {
	list-style-type: none;
	display: inline;
}
#pagination ul li.PageNum {
	padding: 0 .7em;
	margin: 0 .7em;
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
}
#pagination ul li a:link,
#pagination ul li a:visited {
	color: #666;
	text-decoration: none;
}
#pagination ul li a:hover {
	text-decoration: underline;
}
#pagination dl {
	margin: 0 30px;
}
#pagination dl dt,
#pagination dl dd {
	display: inline;
}
#pagination dl dd img {
	vertical-align: middle;
}

#listProduct {
	padding: 10px 0 10px 50px;
	font-size: .9em;
}
#listProduct ul,
#listProduct ul li {
	margin: 0px;
	padding: 0px;
}
#listProduct ul {
	list-style: none;
}
#listProduct ul li a.ProductImage img,
#listProduct ul li a.ProductTitle {
	display: block;
}
#listProduct ul li a.ProductTitle {
	height: 100px;
}
#listProduct ul li a.ProductTitle {
	height: 55px;
	margin-bottom: 5px;
}
#listProduct ul li {
	float: left;
	width: 115px;
	padding: 0 5px 15px 0;
}
#listProduct ul li ul li {
	float: left;
	width: auto;
	padding: 0px;
	position: relative;
}
#listProduct ul li ul li.ItemInfo a {
	display: block;
}
#listProduct ul li ul li.ItemInfo a:hover {
	font-weight: bolder;
}
#listProduct ul li ul li.ItemInfo .Help {
	background-color: #e9e9e9;
	border: #bebebe solid 1px;
	padding: 2px 5px;
	width: 60px;
	font-size: .9em;
	color: #7c7c7c;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 5;
}

#filterSearchResults {
	position: absolute;
	left: 0px;
/*	width: 251px; */
	z-index: 10;
	border-top: #fff solid 1px;
}

* html #filterSearchResults {
	left: -10px;
}
#filterSearchResults h3,
#filterSearchResults #filterList ul,
#filterSearchResults #filterList ul li {
	margin: 0px;
	padding: 0px;
}
#filterSearchResults h3 {
	float: left;
}
#filterSearchResults h3 a {
	display: block;
	padding-top: 207px;
	background: url(../images/bg-filter-search-results.gif) no-repeat left top;
	margin-right: 1px;
	height: 0px !important;
	height /**/: 207px;
	width: 50px;
	overflow: hidden;
}
#filterSearchResults h3 a:hover {
	background-position: -50px top;
}
#filterSearchResults h3 a.Toggled,
#filterSearchResults h3 a.Toggled:hover {
	background-position: -100px top;
}
#filterSearchResults #filterList {
	float: left;
	width: 200px;
	background-color: #000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}
#filterSearchResults #filterList ul {
	padding: 15px;
}
#filterSearchResults #filterList ul ul {
	padding: 0 15px;
}
#filterSearchResults #filterList ul li {
	padding: 5px 0;
	border-bottom: #ccc solid 2px;
	list-style-type: none;
}
#filterSearchResults #filterList ul li ul li {
	border-bottom: none;
	font-size: .9em;
}
#filterSearchResults #filterList ul li a:link,
#filterSearchResults #filterList ul li a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}
#filterSearchResults #filterList ul li a:hover {
	text-decoration: underline;
}
#filterSearchResults #filterList ul li a.Selected:link,
#filterSearchResults #filterList ul li a.Selected:visited {
	color: #f00;
}

#productDetail {
	background: url(../images/bg-product-detail.gif) no-repeat left bottom;
	margin: 10px;
}
* html #productDetail {
	height: 1%;
}
#productDetail #productThumbnail {
	float: left;
	width: 188px;
	text-align: center;
}
#productDetail #productInfo {
	float: right;
	width: 428px;
}
#productDetail #productThumbnail ul,
#productDetail #productThumbnail ul li {
	margin: 0px;
	padding: 0px;
}
#productDetail #productThumbnail ul li {
	list-style-type: none;
	display: inline;
}
#productInfo .ProductDetail h4 {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 1.25em;
}
#productInfo .ProductDetail p {
	color: #999;
	margin: 0px;
	padding: 5px 0;
}
#productInfo .ProductDetail p strong {
	color: #333;
	font-size: 1.1em;
}
#productInfo .ProductDetail p a:link,
#productInfo .ProductDetail p a:visited {
	color: #333;
}
#productInfo .ZtailAppraizal {
	float: right;
	padding-top: 107px;
	margin-top: -39px;
	background: url(../images/bg-ztail-appraizal.gif);
	height: 0px !important;
	height /**/: 107px;
	width: 150px;
	overflow: hidden;
}
* html #productInfo .ZtailAppraizal {
	top: -39px;
	position: relative;
	margin-top: 0px;
}
#productInfo .ItemCondition,
#productInfo .MeetOwner {
	padding: 5px 0;
	overflow: hidden;
}
* html #productInfo .ItemCondition,
* html #productInfo .MeetOwner {
	height: 1%;
}
#productInfo .MeetOwner {
	border-top: #ccc solid 1px;
	padding: 5px 0;
}
#productInfo .ItemCondition .SuggestValue {
	float: left;
	width: 300px;
	font-size: 1.2em;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ccc;
	padding-top: 15px;
}
#productInfo .ItemCondition .SuggestValue strong {
	color: #ff0000;
	font-size: 1.2em;
}
#productInfo .ItemCondition .Condition {
	float: right;
	width: 90px;
	text-align: center;
}
#productInfo .ItemCondition .Condition img {
	margin-top: 5px;
}
#productInfo .ItemCondition .Condition strong {
	text-decoration: none;
}
#productInfo .MeetOwner h4 {
	margin: 0px;
	padding: 0 0 5px 0;
	color: #333;
	font-size: 1.25em;
}
#productInfo .MeetOwner .OwnerImg {
	float: left;
	width: 70px;
}
#productInfo .MeetOwner .OwnerInfo {
	float: left;
	width: 250px;
}
#productInfo .MeetOwner .OwnerInfo h5 {
	font-size: 1.25em;
	color: #cc0033;
}
#productInfo .MeetOwner .OwnerInfo h5,
#productInfo .MeetOwner .OwnerInfo p {
	margin: 0px;
	padding: 0px;
}
#productInfo .MeetOwner .OwnerInfo .CertifiedAppraizer,
#productInfo .MeetOwner .OwnerInfo .CertifiedAppraizer strong {
	color: #cc0000;
}
#productInfo .MeetOwner .OwnerInfo .ZtailRating {
	color: #666;
	font-weight: bolder;
}
#productInfo .MeetOwner .OwnerInfo .ZtailRating span {
	font-size: 1.415em;
	color: #cc0033;
}
#productInfo .AppraizalWay {
	text-align: right;
	padding: 5px 0;
}
#productInfo .PriceRange {
    padding: 10px 0;
}
#productInfo .PriceRange ul,
#productInfo .PriceRange ul li {
    margin: 0px;
    padding: 0px;
}
#productInfo .PriceRange ul {
    list-style: none;
    background: url(../images/bg-price-range.gif) no-repeat;
    width: 390px;
    height: 60px;
}
#productInfo .PriceRange ul li {
    float: left;
    width: 78px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.25em;
    font-weight: bolder;
    color: #999;
}
#productInfo .PriceRange ul li.Average {
    color: #da1a02;
}
#productInfo .PriceRange ul li span {
    display: none;
}

#productInfo .PriceRange {

	text-align: center;
	padding: 10px 0;
}
#productInfo .MeetOwner .AppraizalWay {
	float: right;
	padding: 0px;
}

#productTab {
	background: url(../images/bg-product-tab.gif) repeat-x left bottom;
	margin: 5px 10px;
}
#productTab ul,
#productTab ul li {
	margin: 0px;
	padding: 0px;
}
#productTab ul {
	list-style: none;
	overflow: hidden;
}
* html #productTab ul {
	height: 1%;
}
#productTab ul.Active {
	border-bottom: #eb0026 solid 3px;
}
#productTab ul.FirstItemActive {
	border-bottom: #76a41c solid 3px;
}
#productTab ul li {
	float: left;
	margin-right: 5px;
}
#productTab ul li a {
	display: block;
	background: #575757 url(../images/bg-product-tab-right-1.gif) no-repeat right top;
	border-bottom: #fff solid 1px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bolder;
	text-decoration: none;
}
#productTab ul li a span {
	display: block;
	padding: 6px 10px;
	background: url(../images/bg-product-tab-left-1.gif) no-repeat left top;
}
#productTab ul li a:hover {
	border-bottom: #575757 solid 1px;
}
#productTab ul li.Active a {
	background: #eb0026 url(../images/bg-product-tab-right-2.gif) no-repeat right top;
	border-bottom: #eb0026 solid 1px;
}
#productTab ul li.Active a span {
	background: url(../images/bg-product-tab-left-2.gif) no-repeat left top;
}
#productTab ul li.FirstItem a {
	background: #76a41c url(../images/bg-product-tab-right-3.gif) no-repeat right top;
	border-bottom: #fff solid 1px;
}
#productTab ul li.FirstItem a:hover,
#productTab ul.FirstItemActive li.Active a {
	border-bottom: #76a41c solid 1px;
}
#productTab ul li.FirstItem a span {
	background: url(../images/bg-product-tab-left-3.gif) no-repeat left top;
	padding-left: 60px;
}
h4.BigTitle {
	font-size: 1.75em;
	border-bottom: #000 solid 1px;
	margin: 0 10px;
	padding: 0px;
}

#appraizeWays,
appraizeWays li {
	margin: 0px;
	padding: 0px;
}
#appraizeWays {
	list-style: none;
	overflow: hidden;
	margin: 0 10px;
	padding: 5px 0;
}
* html #appraizeWays {
	height: 1%;
}
#appraizeWays li {
	float: left;
	margin-bottom: 10px;
}
#appraizeWays li a {
	display: block;
	float: left;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
	background: url(../images/btn-appraizal.gif) no-repeat left top;
	padding: 15px 20px;
	height: 62px;
	width: 270px;
	overflow: hidden;
	text-decoration: none;
	color: #000;
}
#appraizeWays li a em {
	display: block;
	font-style: normal;
	font-size: .7em;
	color: #666;
}
#appraizeWays li a:hover {
	background-position: left -92px;
}
#appraizeWays li#tabEstimate a {
	padding: 25px 20px;
	height: 42px;
}
#appraizeWays li#tabLink a {
	padding: 10px 20px;
	height: 72px;
}
#appraizeWays li#tabWidget a,
#appraizeWays li#tabeBay1 a,
#appraizeWays li#tabeBay2 a,
#appraizeWays li#tabZtail a {
	padding: 16px 20px;
	height: 60px;
}
#appraizeWays li#tabeBay2 a,
#appraizeWays li#tabZtail a {
	background-image: url(../images/btn-sell.gif);
}
#appraizeWays li#tabGetYoursAppraized,
#appraizeWays li#tabeBay3 {
	float: none;
	margin-bottom: 0px;
}
#appraizeWays li#tabGetYoursAppraized a,
#appraizeWays li#tabeBay3 a {
	background-image: url(../images/btn-get-yours-appraized.gif);
	padding: 15px 150px;
	width: 318px;
}
#appraizeWays li#tabeBay3 a {
    background-image: url(../images/btn-sell-large.gif);
}

#appraizeWays li#tabWidget,
#appraizeWays li#tabeBay1,
#appraizeWays li#tabZtail {
	float: right;
}

.BoxScroller {
	margin-right: 10px;
	height: 480px;
}
.BoxScroller #appraizeWays {
	margin-right: 0px;
}
.AppraiserTable,
.ProductTable,
.ProductReview,
.ProductSpec {
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	width: 618px;
	font-size: 1.2em;
}
.AppraiserTable table td {
	vertical-align: top;
	padding: 5px 7px;
}

.AppraiserTable table td td {
	border-bottom: #ccc solid 1px;
}
.AppraiserTable table td.OwnerImg {
	width: 60px;
}
.AppraiserTable table td.ProductDetail {
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	width: 230px;
}
.AppraiserTable table td.OwnerInfo h5 {
	font-size: 1em;
	color: #cc0033;
}
.AppraiserTable table td.OwnerInfo h5,
.AppraiserTable table td.OwnerInfo p {
	margin: 0px;
	padding: 0px;
}
.AppraiserTable table td.OwnerInfo .CertifiedAppraizer {
	color: #cc0000;
	padding-bottom: 15px;
}
.AppraiserTable table td.OwnerInfo .ZtailRating {
	color: #666;
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 7px;
}
.AppraiserTable table td.OwnerInfo .ZtailRating span {
	color: #cc0033;
}
.AppraiserTable table td.ProductDetail p,
.AppraiserTable table td.ProductDesc p {
	color: #999;
	margin: 0px;
	padding: 0px;
}
.AppraiserTable table td.ProductDetail p strong,
.AppraiserTable table td.ProductDesc p strong {
	color: #333;
	font-size: 1em;
}
.AppraiserTable table td.ProductDetail p a:link,
.AppraiserTable table td.ProductDetail p a:visited,
.AppraiserTable table td.ProductDesc p a:link,
.AppraiserTable table td.ProductDesc p a:visited {
	color: #333;
}
.AppraiserTable table td.SuggestValue {
	color: #ccc;
	width: 130px;
}
.AppraiserTable table td.SuggestValue div {
	font-size: 1.2em;
	font-weight: bolder;
	color: #333;
	padding-bottom: 5px;
}
.AppraiserTable table td.SuggestValue strong {
	color: #000;
}
.AppraiserTable table td.RateThis a,
.AppraiserTable table td.RateThis span {
	display: block;
	float: left;
}
.AppraiserTable table td.RateThis a {
	padding-top: 23px;
	background: no-repeat left top;
	height: 0px !important;
	height /**/: 23px;
	width: 25px;
	overflow: hidden;
}
.AppraiserTable table td.RateThis a:hover {
	background-position: left -23px;
}
.AppraiserTable table td.RateThis a.Down {
	background-image: url(../images/ico-minus-arrow-1.gif);
}
.AppraiserTable table td.RateThis a.Up {
	background-image: url(../images/ico-plus-arrow-1.gif);
}
.AppraiserTable table.OddTable {
	background-color: #f1f1f1;
}
.AppraiserTable table.OddTable td.RateThis a.Down {
	background-image: url(../images/ico-minus-arrow-2.gif);
}
.AppraiserTable table.OddTable td.RateThis a.Up {
	background-image: url(../images/ico-plus-arrow-2.gif);
}
.AppraiserTable table td.ListInfo,
.AppraiserTable table td.ProductInfo {
	width: 130px;
}
.AppraiserTable table td.ListInfo ul,
.AppraiserTable table td.ListInfo ul li,
.AppraiserTable table td.ProductInfo ul,
.AppraiserTable table td.ProductInfo ul li {
	margin: 0px;
	padding: 0px;
}
.AppraiserTable table td.ListInfo ul,
.AppraiserTable table td.ProductInfo ul {
	list-style: none;
	color: #797979;
	font-size: .8em;
}
.AppraiserTable table td.ListInfo ul li span {
	font-weight: bolder;
	color: #b61401;
}
.AppraiserTable table td.ProductInfo ul li span {
	font-weight: bolder;
	color: #424242;
}
.AppraiserTable table td.ProductInfo ul li span.Stronger {
	font-size: 1.4em;
}
.AppraiserTable table td.ListInfo ul li,
.AppraiserTable table td.ProductInfo ul li {
	margin-bottom: 5px;
}
.AppraiserTable table td.ListInfo ul li img {
	vertical-align: middle;
}
.AppraiserTable table td.ProductDesc,
.AppraiserTable table td.ProductDetail {
	color: #a9a9a9;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}
.AppraiserTable table.OddTable td.ProductDesc,
.AppraiserTable table.OddTable td.ProductDetail {
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
}
.AppraiserTable table tr.AppraizalLine td {
	border-top: #ccc solid 1px;
}
.AppraiserTable table.OddTable tr.AppraizalLine td {
	border-top: #fff solid 1px;
}
.AppraiserTable table td.ProductDesc h5 {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 1.175em;
	color: #424242;
}
.AppraiserTable table td.ProductInfo h5 {
	margin: 20px 0;
	padding: 0px;
	background: url(../images/ico-worth.gif) no-repeat left top;
	padding-left: 45px;
	font-size: 1em;
	color: #797979;
	min-height: 28px;
}
.AppraiserTable table td.OveralRating span {
	font-weight: bolder;
	color: #b61401;
	font-size: 1.2em;
}

.AppraizalLine table th,
.AppraizalLine table td {
	border: none !important;
	padding: 3px 5px;
	font-size: .9em;
}
.AppraizalLine table tr.OddRow td {
	background-color: #fff;
}
.AppraizalLine table .PriceTitle,
.AppraizalLine table .EndDateTitle {
	width: 70px;
}
.AppraizalLine table .UserRatings {
	width: 100px;
}
.AppraizalLine table tr.AveragePrice td {
	text-align: right;
	font-size: 1.1em;
	font-weight: bolder;
}
.AppraizalLine table tr.AveragePrice td.Price {
	text-align: left;
	color: #b61401;
}

.ProductTable th,
.ProductTable td,
.ProductReview th,
.ProductReview td {
	padding:10px 10px 0px 10px;;
}
.ProductTable td {
	vertical-align: top;
}
.ProductTable table tr.OddRow {
	background-color: #f1f1f1;
}
.ProductTable td.Price a.SellIt,
.ProductTable td.Price a.SellIt1 {
	display: block;
	padding-top: 26px;
	background: no-repeat left top;
	height: 0px !important;
	height /**/: 26px;
	overflow: hidden;
	width: 70px;
}
/*.ProductTable td.Price a.SellIt {
	background-image: url(/images/btn-sellit.gif);
}
.ProductTable td.Price a.SellIt1 {
	background-image: url(/images/btn-sellit-1.gif);
} */
.ProductTable td.Price a.SellIt:hover,
.ProductTable td.Price a.SellIt1:hover {
	background-position: left -26px;
}
.ProductTable td.Price a:hover {
	color: #f00;
	text-decoration: underline;
}


.ProductReview table {
	margin-bottom: 5px;
}
.ProductReview td.ReviewContent {
	color: #666;
	border-left: #ccc solid 1px;
}
.ProductReview td {
	border-bottom: #ccc solid 1px;
	vertical-align: top;
}
.ProductReview td td {
	border-bottom: none;
	padding: 2px 5px 2px 0;
	font-size: .95em;
	white-space: nowrap;
}
.ProductReview td.ReviewContent p {
	margin: 0px;
	padding: 5px 0;
}
.ProductReview td.ReviewContent h5 {
	font-size: 1.2em;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.ProductReview td.ReviewContent p strong,
.ProductReview td.ReviewContent p a {
	color: #000;
}

.ProductSpec th,
.ProductSpec td {
	padding: 5px 10px;
	color: #666;
}
.ProductSpec th {
	background-color: #f1f1f1;
	color: #000;
}
.ProductSpec .ItemSpec {
	width: 120px;
	color: #000;
}
.instanceTable {
    border: 2px solid transparent;
    text-decoration: none;
}
.instanceTable:hover {
    margin: 0px;
    border: 2px solid #71a541;
}
.AppraizeSomething {
	border: #fff solid 1px;
	position: relative;
}
.AppraizeSomething h3 {
	font-size: 1.75em;
	margin: 55px 10px 10px;
	border-bottom: #000 solid 1px;
	padding: 0px;
}
.AppraizeSomething h4 {
	padding-top: 107px;
	position: absolute;
	top: -29px;
	right: 10px;
	background: url(../images/bg-ztail-appraizal.gif);
	height: 0px !important;
	height /**/: 107px;
	width: 150px;
	overflow: hidden;
}
.browse
{
   border-bottom:1px solid #000000; 
    margin:12px 10px 10px;
    padding:0px 0px 10px;
    
}
.browse h3 {
    font-size:1.45em;  
    padding-top:4px;
}
 .browse .browsebutton
{
    margin:0px 30px 14px 0px; 
}  

