@charset "UTF-8";
/* @override http://www.wildbirddirect.local/css/product.css */
/* CSS Document */

#product
{
	display: block;
	width: 100%;
}

#product-title
{
	width: 100%;
	display: block;
}

#product-title h1
{
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 8px;
}

#product-brand-logo
{
	float: right;
	height: 50px;
	width: 120px;
	margin-top: -20px;
	padding-right: 20px;
}

#product-left-column
{
	width: 307px;
	float: left;
}

#product-right-column
{
	width: 270px;
	float: right;
}

#product-summary
{
	float: left;
	width: 260px;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}

#product-description
{
	float: left;
	width: 575px;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	margin-top: 10px;
}

#product-description-scrolly
{
	float: left;
	width: 575px;
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	margin-top: 10px;
	height: 200px;
	overflow: auto;
}

#product-description ul,
#product-description-scrolly ul
{
	padding-left: 15px;
}

#product-description ul li,
#product-description-scrolly ul li
{
	padding-bottom: 5px;
	padding-left: 2px;
	list-style-type: disc;
}

#product-description p
{
	padding-bottom: 10px;
	line-height: 18px;
}

#product-description-scrolly p
{
	padding-bottom: 10px;
	line-height: 18px;
	padding-right: 20px;
}

#product-code
{
	margin-left: 50px;
	float: left;
	margin-top: -10px;
	margin-bottom: 2px;
}

#product-details
{
	clear: left;
	width: 580px;
	float: left;
	margin-top: 12px;
}

#product-image
{
	float: left;
	border: 1px solid #bfbdbd;
	margin-left: 5px;
	display: inline;
}

#product-image img
{
	display: block;
}

#product-options
{
	width: 240px;
	float: right;
	background-image: url(https://www.wildbirddirect.com/images/product/product-options-bg.gif);
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
	display: block;
	background-position: 0px 100%;
	background-repeat: repeat-x;
	overflow: hidden;
}

#product-box img
{
}

#product-packsizes
{
	width: 265px;
	float: left;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

#product-packsizes h2
{
	float: left;
	margin-top: 5px;
	display: block;
	margin-bottom: 5px;
}

.product-option
{
	width: 263px;
	float: left;
	clear: left;
	display: block;
	font-size: 0.8em;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	overflow: hidden;
	position: relative;
}

.product-option h3
{
	float: left;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	width: 260px;
}

.product-offer
{
	float: left;
	clear: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 250px;
	display: inline;
	background-color:#FF9;
	border: 1px solid #CCC;
}

.product-outstock
{
	float: left;
	clear: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 250px;
	display: inline;
	background-color: #e1effd;
	border: 1px solid #CCC;
}

.product-offer h4,
.product-outstock h4
{
	margin-top: 5px;
	margin-left: 5px;
}

.product-offer p,
.product-outstock p
{
	margin-bottom: 5px;
	margin-left: 5px;
}

.product-price
{
	float: left;
	display: inline;
	text-align: right;
	margin-left: 5px;
	clear: left;
	margin-top: 5px;
	width: 13px;
	width: 120px;
}

.product-price .price-was
{
	text-decoration: line-through;
	float: left;
	margin-top: -2px;
	color:#900;
	font-size: 90%;
	width: 120px;
	text-align: left;
}

.product-price .price-now
{
	font-size: 1.2em;
	float: left;
	clear: left;
	font-weight: bold;
	padding-top: 0px;
	width: 120px;
	text-align: left;
}

.product-quantity
{
	float: left;
	width: 55px;
	margin-top: 5px;
}

.product-quantity input
{
	width: 17px;
	height: 15px;
	margin-top: 2px;
}

.product-quantity label
{
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

.product-add-basket
{
	float: left;
	margin-left: 5px;
	padding-top: 5px;
	display: inline;
}

.product-notify{
	float: right;
	display: inline;
	margin-top: 5px;
	margin-right: 5px;

}

.hiddenNotifyFields{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 253px;
	height: 100%;
	background-color: #f5f5f5;
	padding: 5px;
	display: none;
}

.hiddenNotifyFields p{
	float: left;
	clear: left;
	font-size: 0.9em;
	padding-bottom: 5px;
}

.hiddenNotifyFields label{
	float: left;
	clear: left;
	width: 50px;
	padding-top: 3px;
}

.hiddenNotifyFields input[type=text]{
	float: left;
	width: 142px;
	border: solid 1px #CCC;
	padding: 2px;
	margin-bottom: 3px;
}

.notifySubmit{
	float: right;
}
.prod-image
{
	float: left;
	margin-left: 5px;
}

.price-text
{
	color: #222222;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	display: block;
	float: left;
	width: 60px;
	margin-right: 15px;
}

.price-grey
{
	color: #888888;
	text-decoration: line-through;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	text-align: center;
	display: block;
	float: left;
	width: 55px;
}

.price-black
{
	color: #222222;
	font-size: 24px;
	font-weight: normal;
	width: 85px;
	text-align: center;
	float: right;
	margin-left: 10px;
}

#price-options-box
{
	display: block;
	height: 30px;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

.popular-item
{
	height: 220px;
	width: 220px;
	background-color: #bedbef;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.popular-item h2
{
	font-size: 14px;
	color: #555555;
	font-weight: normal;
	height: 35px;
	width: 200px;
	float: left;
	display: inline;
	text-align: center;
	margin-top: 5px;
	margin-left: 10px;
}

.popular-item-end
{
	float: left;
	height: 220px;
	width: 220px;
	background-color: #bedbef;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.popular-item-end h2
{
	text-align: center;
	width: 200px;
	font-size: 14px;
	color: #555555;
	display: inline;
	float: left;
	margin-left: 10px;
	height: 35px;
	margin-top: 5px;
	font-weight: normal;
}

#options-wrapper
{
	float: left;
	margin-left: 16px;
	width: 225px;
	display: inline;
}

#price-options-box p
{
	text-align: left;
	float: left;
}

.price-options
{
	clear: left;
	float: left;
	width: 220px;
	margin-left: 2px;
	display: inline;
	overflow: hidden;
	margin-top: 8px;
}

.price-options label
{
	text-align: right;
	float: left;
	color: #111111;
	font-size: 15px;
	font-weight: normal;
	clear: left;
	width: 50px;
	margin-right: 15px;
}

.options
{
	width: 140px;
	margin-bottom: 10px;
}

#colours-box
{
	float: left;
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E7E7E7;
	border-left-color: #E7E7E7;
	height: 30px;
	margin-bottom: 10px;
	display: inline;
	overflow: hidden;
}

#colours-box h1
{
	font-size: 16px;
	margin-top: 5px;
	background-image: url(/images/shared/black-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 60%;
	padding-left: 22px;
	float: left;
	width: 200px;
	text-transform: none;
	display: inline;
	height: 20px;
}

#swatch-box
{
	float: left;
	margin-bottom: 20px;
}

#swatch-box p
{
	float: left;
	clear: left;
	display: block;
	width: 220px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: -15px;
	margin-top: 5px;
}

.colour-swatch
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#product-images
{
	float: left;
	padding-top: 10px;
	width: 300px;
	margin-left: 5px;
	display: inline;
}

.jsProductImage
{
	float: left;
	margin-right: 7px;
	display: block;
	border: 1px solid #ccc;
	height: 60px;
	width: 60px;
	cursor: pointer;
}

#message-box
{
	width: 220px;
	float: left;
	background-image: url(/images/product/product-options-bg.gif);
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	display: block;
	background-position: 0px 100%;
	background-repeat: repeat-x;
	overflow: hidden;
	margin-top: 10px;
}

#message-box p
{
	padding: 10px;
}

#more-movies-box
{
	float: left;
	width: 235px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E7E7E7;
	border-left-color: #E7E7E7;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline;
	overflow: hidden;
}

#more-movies-box h3
{
	font-size: 1.2em;
	margin-top: 5px;
	background-image: url(/images/shared/black-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 60%;
	padding-left: 22px;
	float: left;
	text-transform: none;
	overflow: hidden;
	display: inline;
	height: 20px;
	font-weight:normal;
	color:#000;
}

#choose-movie
{
	float: left;
}

#choose-movie p
{
	font-size: 10px;
	font-weight: normal;
}

#choose-movie img
{
	border: 1px solid #DDDDDD;
}

.movie-box
{
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 240px;
}

.movie-box p
{
	float: left;
	width: 180px;
}

#cust-bought-box
{
	float: left;
	width: 700px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E7E7E7;
	border-left-color: #E7E7E7;
	height: 30px;
	margin-bottom: 20px;
}

#cust-bought-box h1
{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	background-image: url(/images/shared/black-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 60%;
	padding-left: 22px;
	float: left;
}

#bird-species
{
	clear: left;
	float: left;
	width: 580px;
	padding-top: 10px;
	display: inline;
}

#bird-species ul
{
	padding-top:10px;
}

#bird-species ul li
{
	float:left;
	margin-right: 5px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

/* @group Related Products */

#related-products
{
	clear: both;
	float: left;
	display: inline;
	padding-top: 10px;
	width: 575px;
	border: 1px solid #8DABC0;
	margin-top: -1px;
	background-color: #EBEBEB;
}

#related-products h2#related-title
{
	clear: left;
	float: left;
	margin-bottom: 15px;
	width: 500px;
	margin-left: 5px;
}

#related-products h2
{
	margin-right: 10px;
}

#related-products .product-description
{
	margin-right: 20px;
	width: 380px;
}

#related-products .category-offer
{
	margin-right: 20px;
	width: 380px;
}

#related-products .category-price
{
	left: 175px;
	width: 380px;
	font-weight: bold;	
}

#related-products .product-button
{
	margin-right: 10px;
}

#related-products .product-end
{

	margin-bottom: 5px;
}


/* @end */

/* @group Related Species */

#related-species
{
	clear: both;
	float: left;
	display: none;
	padding-top: 10px;
	width: 575px;
	border: 1px solid #8DABC0;
	margin-top: -1px;
	background-color: #EBEBEB;
}

#related-species #bird-list
{
	margin-left: 10px;
}

#related-species #bird-list li
{
	float:left;
	width: 80px;
	height: 110px;
}

#related-species #bird-list li h3
{
	text-align: center;
	margin-left: -2px;
	width: 80px;
	font-size: 80%;
}

#related-species #bird-list li img
{
	border: 1px solid #CCC;	
}

/* @end */




#message {
	background-color: #EBEBEB;
	display: inline;
	clear: left;
	float: left;
	width: 570px;
	margin-left: 5px;
	border: 1px solid #CCC;
}

#message p {
	padding-left: 10px;
	font-size: 0.9em;
	padding-bottom: 10px
}

#message h2 {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1em;
	padding-bottom: 10px
}

/* @group Star Ratings / Facebook */

#star-rating
{
	float: left;
	clear:left;
	width: 270px;
	margin-left: 5px;
	display: block;
	padding-top: 5px;
	height: 60px;
}

#star-rating p
{
	float:left;
	font-size: 12px;
	padding-top:11px;
}

#star-rating p a
{
	font-size:11px;
}

#star-rating .review-link
{
	float: right;
	padding-right: 5px;
}

#star-wrap
{
	float:left;
	clear:left;
	height:20px;
	width:100px;
	background-image: url(/images/reviews/star-grey-large.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 10px;
	margin-right:10px;
	display:inline;
}

#star-rated
{
	float:left;
	clear:left;
	height:20px;
	background-image: url(/images/reviews/star-large.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display:inline;
}

.star-1
{
	width:20px;
}

.star-2
{
	width:40px;
}

.star-3
{
	width:60px;
}

.star-4
{
	width:80px;
}

.star-5
{
	width:100px;
}

.productSocial{
	float: left;
	clear: left;
	display: inline;
	width: 260px;

}

#facebook-like {
	margin-left: 5px;
	display: inline;
	float: left;
	width: 50px;
	overflow: hidden;
	margin-right: 10px;
}

div.tweetButton {
	margin-left: 10px;
	display: inline;
	float: left;
	width: 55px;
	overflow: hidden;
	margin-right: 10px;
}

div.googleButton {
	margin-left: 10px;
	display: inline;
	float: left;
	width: 50px;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 2px;
}

/* @end */

/* @group Customer Reviews */

#customer-reviews
{
	clear:both;
	display: none;
	float:left;
	padding-top:10px;
	width:575px;
	border: 1px solid #8DABC0;
	margin-top: -1px;
	background-color: #EBEBEB;
}

.review
{
	float:left;
	clear:left;
	width:555px;
	margin-left:10px;
	display:inline;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color:#FFF;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.review h5
{
	float:left;
	clear:left;
	font-size: 12px;
	font-weight: bold;
	color: #28658E;
	font-family: Arial, Helvetica, sans-serif;
	width: 163px;
}

.review h6
{
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-top:10px;
	padding-bottom: 10px;
	width: 163px;
}

.review p.comments
{
	float:left;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	display: inline;
	width: 350px;
	line-height: 16px;
}

.review #star-rating
{
	float:left;
	width:200px;
	clear:left;
}

.review-left
{
	float:left;
	width: 153px;
	margin-left: 10px;
	display: inline;
}

.review-right
{
	float: right;
	width: 360px;
	margin-right: 10px;
	display: inline;
}


button#jsMoreReviews{
	float: left;
	clear: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#customer-reviews p.nomore{
	float: left;
	clear: left;
	margin-left: 11px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
/* @end */

/* @group Tabs */



#related-tab
{
	width:156px;
	height:28px;
	float:left;
	clear:left;
	background-image: url(/images/product/related-tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
	display: inline;
	cursor:pointer;
	margin-left: 10px;
}

#related-tab.over
{
	background-image: url(/images/product/related-tab-over.gif);
}

#ratings-tab
{
	width:149px;
	height:28px;
	float:left;
	background-image: url(/images/product/cust-review-tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
	margin-left: 2px;
	display: inline;
	cursor:pointer;
	
}

#ratings-tab.over
{
	background-image: url(/images/product/cust-review-tab-over.gif);
}

#species-tab
{
	width:124px;
	height:28px;
	float:left;
	background-image: url(/images/product/related-species-tab.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
	margin-left: 2px;
	display: inline;
	cursor:pointer;
	
}

#species-tab.over
{
	background-image: url(/images/product/related-species-tab-over.gif);
}

/* @end */

/* @group Add to basket feedback */

#feedback-container
{
	left: 0;
	line-height: 0;
	position:absolute;
	text-align:center;
	width:100%;
	z-index: 10000;
	display: none;
}

#mini-basket-feedback-outer
{
	height: 170px;
	width: 630px;
	position: relative;
	margin: 100px auto;
	padding: 20px 20px 20px 20px;
}

#mini-basket-feedback
{
	height: 164px;
	width: 367px;
	background-color: #fff;
	position: relative;
	margin: 0 auto;
	border: 5px solid #7ca0b9;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#mini-basket-feedback form input
{
	margin-top: 10px;
}

#mini-basket-feedback p
{
	margin-top: 20px;
	line-height: 18px;
	color: #4a4a47;
	font-size: 1.1em;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

#mini-basket-feedback p a
{
	float:left;
	margin-left: 9px;
	padding-top: 0px;
}

#mini-basket-feedback p a img
{
	display: block;
}

/* @end */

