/* products main */

#store_locator {
	padding: 5px 10px;
	width: 400px;
	margin: 0px auto 0 auto;
}


/* product collection */

#product_cats a#safari:hover,
#product_cats a#zoo:hover,
#product_cats a#baby:hover,
#product_cats a#bug:hover,
#product_cats a#wildlife:hover,
#product_cats a#jumbo:hover {
	background-position: top right;
}


#collection_listing {
	text-align: center;
	width: 852px;
	margin: 0 auto;
}

#collection_listing h1 {
	text-align: center;
}

#product_grid .product {
	width: 125px;
	padding-top: 3px;
}

#product_grid .product:hover {
	background: url('/site/images/product_collection_hover.gif') top center no-repeat;
}

#product_grid .product a {
	display: block;
	padding: 5px 11px;
	font-size: 13px;
}

#product_grid .product p {
	margin-top: 5px;
	line-height: 13px;
	color: #505050;
}

#product_grid .product a:hover p {
	color: #000000;
}

#product_grid .product .data {
	display: none;
}

.smancytooltip {
	width: 400px;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
}

.smancytooltip .title {
	color: #583e23;
	font-size: 26px;
	left: 10px;
	top: 10px;
	position: absolute;
}

.smancytooltip .status {
	color: #98bce0;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 45px;
	line-height: 45px;
}

.status {
	line-height: 13px;
	color: #98bce0;
	font-weight: bold;
	display: inline-block;
	margin-top: 3px;
}

.status.EXTINCT {
	color: #db3e20;
}

.purchase_button {
	margin-right: 40px;
}

#pinfo {
	margin-top: 20px;
}

#pinfo div {
	float: right;
}

#family {
	margin-top: 20px;
}

#family h3 {
	margin-top: 0px;
}

#family ul {
	font-size: 12px;
}


/* product profile */

#product_detail {
	padding: 0 70px;
}

#product_detail .product_photo {
	float: right;
	margin: 0 0 20px 0px; 
}

.product_photo_bucket {
	width: 93px;
	height: 83px;
	float: right;
	margin: 0 0 20px 20px; 
}

.product_photo_bucket:hover {
	background: url('/site/images/product_thumb_hover.gif') top center no-repeat;
}

.product_photo_bucket.selected {
	background: url('/site/images/product_thumb_selected.gif') top center no-repeat;
}

#product_detail .product_photo.standard {
	width: 400px;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat; 
}

#product_detail .product_photo.thumbnail {
	margin: 9px;
	cursor: pointer;
}

#product_detail_a {
	width: 300px;
	float: left;
	padding-top: 0px;
}

#product_detail_b {
	width: 400px;
	float: right;
	text-align: right;
}

h1 { margin-top: 30px }

#collection_filter {
	font-size: 1px;
	margin: 25px auto 10px auto;
	height: 50px;
	width: 676px;
	list-style: none;
	list-style-image: none;
}

#collection_filter li {
	height: 50px;
	margin: 0;
	padding: 0;
	float: left;
}

#collection_filter li a {
	height: 50px;
	display: block;
	background: url('/site/images/collection_filter.gif') 0px 0px no-repeat;
	text-indent: -9999999px;
}

#collection_filter li.selected a {
	cursor: text;
}

#collection_filter li#cf0 a { background-position: 0px 0px; width: 97px }
#collection_filter li#cf0.selected a { background-position: 0px -50px }
#collection_filter li#cf1 a { background-position: -97px 0px; width: 97px }
#collection_filter li#cf1.selected a { background-position: -97px -50px }
#collection_filter li#cf2 a { background-position: -194px 0px; width: 97px }
#collection_filter li#cf2.selected a { background-position: -194px -50px }
#collection_filter li#cf3 a { background-position: -291px 0px; width: 90px }
#collection_filter li#cf3.selected a { background-position: -291px -50px }
#collection_filter li#cf4 a { background-position: -381px 0px; width: 98px }
#collection_filter li#cf4.selected a { background-position: -381px -50px }
#collection_filter li#cf5 a { background-position: -479px 0px; width: 99px }
#collection_filter li#cf5.selected a { background-position: -479px -50px }
#collection_filter li#cf6 a { background-position: -578px 0px; width: 98px }
#collection_filter li#cf6.selected a { background-position: -578px -50px }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0 }

#page.product_collection_1 {
	padding-bottom: 380px;
	background: #ffffff url('/site/images/watermark_zoocollection.jpg') bottom center no-repeat;
}

#page.product_collection_2 {
	padding-bottom: 335px;
	background: #ffffff url('/site/images/watermark_safaricollection.jpg') bottom center no-repeat;
}

#page.product_collection_3 {
	padding-bottom: 180px;
	background: #ffffff url('/site/images/watermark_babyzoobies.jpg') bottom center no-repeat;
}

#page.product_collection_4 {
	padding-bottom: 190px;
	background: #ffffff url('/site/images/watermark_bugcollection.jpg') bottom center no-repeat;
}

#page.product_collection_5 {
	padding-bottom: 200px;
	background: #ffffff url('/site/images/watermark_wildlifecollection.jpg') bottom center no-repeat;
}

#page.product_collection_6 {
	padding-bottom: 570px;
	background: #ffffff url('/site/images/watermark_jumbozoobies.jpg') bottom center no-repeat;
}

.specs {
	font-size: 12px;
	margin-bottom: 20px;
}
