@CHARSET "ISO-8859-1";

#pale_blue_holder { /* pale blue box background to shop product */
    position: relative;
	background-color: #E6EAED;
	width: 728px;
	height: auto;
	min-height: 400px;
	_height: 450px;
	margin-left: 9px;
}


form#add_to_cart {
	width: auto;
	overflow: visible;
}

div.grey_box div.grey_box_body {
	top: -4px;
}

/* exanding grey box styles */
div.grey_box {
	height: auto;
}

#content h1{
	font-size: .9em;
}

.top_content{
	float: left;
	margin-top: 0px;
	width: 290px;
	height: 248px;
	clear: left;
}

.sm_grey{ /* click image to enlarge text */
    position: absolute;
	top: 10px;
	left: 20px;
	font-size: 11px;
	color: #808080;
	height: 20px;
	float: left;
}

#product_blue_box{ /* dark blue border for product image */
    margin-top: 17px;
	width: 258px;
	height: 258px;
	background-color: #C4D6D6;
	float: left;
}

#product_info_and_add { /* product information and add to cart button */
   width: 392px;
   position: absolute;
   left: 296px;
   top: 32px;
}

#donation_link_holder{
	width: 337px;
	margin-bottom: 12px;
	font-size: .85em;
	font-weight: bold;
}

#product_info_and_add select, #notify_email_address {
	border: 1px solid #C4D6D6;
	color: #067c9b;
}

#product_info_and_add span.shop_button input {
	border: 1px solid #cccccc;
	font-size: .80em;
	font-weight: bold;
	background-color: #066b86;
}

#product_info_and_add label{
	margin-left: 3px;
	color: #066b86;
}

/** Product View **/
#product_view_main_image
{
	margin-left: 20px;
	top: -3px;
}

div#availability h3 {
	color: #067c9b;
	font-size: 1em;
	margin-left: 3px;
	margin-bottom: -4px;
	margin-top: 0;
}

div.extra_image
{
	margin-left: 5px;
	float: left;
}

div.extra_image p
{
	margin: 0px;
	padding: 2px;
}

#product_view_enlarge_image
{
	clear: both;
}

#product_view_main_image img{ /* main product image */
	border: 1px solid #999999;
	margin: 3px 0 0 3px;
}

/* Product info tabs */
#product_information_border
{
	position: relative;
	border-top: 0;
	margin-top: 0px;
    width: 380px;
	border: 1px solid #cccccc;
	clear: left;
	min-height: 165px;
	_height: 230px;
	padding: 0;
	background-color: #ffffff;
	/*
background: url(../images/item_holder_bg.png);
*/
}

#product_information
{
	margin-left: -1px;
	min-height: 177px;
	_height: 100%;
}

#product_information ul.tabs
{
	_position: relative;
	padding: 2px;
	margin: 0px;
	background: url(../css_images/product_desc_bg.png) center;
	list-style: none;
	overflow: auto;
	width: 378px;
	background-color: #066b86;
	font-size: .85em;
}

#product_information p, #child_price{
	margin-left: 3px;
	margin-top: 5px;
	padding: 0;
}


#child_price{
	font-weight: bold;
	color: #067c9b;
	float: left;
}

#product_information #details
{
	display:block;
}

#product_information ul.tabs li
{
	display: inline;
}

#product_information ul.tabs li a
{
	color: #8ea4aa;
	font-weight: bold;
	text-decoration: none;
    padding: 0 4px 0 4px;
}

#product_information ul.tabs li a:hover
{
	color: #fff;
}

#product_information ul li a.selected
{   /* selected tab in product information */
	background: #0593b8;
	color: #fff;
}

/* Child Options */
#child_options
{
	width: 268px;
	_width: 260px;
	height: auto;
	float: left;
	color: #131f3f;
	text-align: left;
	margin-top: 10px;
}


#child_options:after{
	clear: left;
}

#child_options form input
{
	float:left;
	margin-right:10px;
}

#vcheck{
	margin-right: 2px;
	float: left;
}

#child_options form label{
	text-align: left;
	float: left;
	margin-right: 10px;
}

#child_options form p.instruction
{
	width:90%;
	margin:0 auto;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

#child_options .selector
{
	list-style: none;
	float: left;
	width: 50%;
	margin-bottom:10px;
}

#child_options .selector ul
{
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#child_options .selector ul li
{
	margin-top:5px;
}

#child_options .selector.full
{
	width:339px;
}

#child_options input#donation_amount {
	margin-left: 0;
	float: left;
}

#child_options p
{
	clear: both;
}

#sku
{
	width:250px;
}

