/*
===================================================
SuiteNY Stylesheet: PRODUCTS
===================================================
*/

table.products
	{
	width: 830px;
	float: left;
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #71777c;
	}
table.products a.product_shot
	{
	display: block;
	width: 166px;
	height: 166px;
	background: #fff url(../images/test_product.jpg) 50% 50% no-repeat;
	}
table.products td
	{
	text-align: center;
	width:142px;
	}
	
a.leafIcon
	{
	display: block;
	width: 80px;
	height: 19px;
	background: #fff url(../images/btn_leaf_icon.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
a.leafIcon:hover
	{
	background-position: 0 -19px;
	}

table.product_title
	{
	margin: 0 auto;
	}

/* div.product_title
	{
	float: left;
	margin: 0 5px 0 auto;
	} */
	
a.magnifying_glass
	{
	display: block;
	width: 13px;
	height: 10px;
	background: #fff url(../images/magnifying_glass.gif) 0 0 no-repeat;
	float: left;
	margin: 0 auto 0 5px;
	}
a.magnifying_glass:hover
	{
	background-position: 0 -10px;
	}

/*
---------------------------------------------------
Individual Products
---------------------------------------------------
*/


div#left_column
	{
	width: 525px;
	float: left;
	}
 
div#large_view
	{
	position:relative;
	float: left;
	width: 523px;
	height: 415px;
	background: #fff 50% 50% no-repeat;
	border: 1px solid #d8d8d8;
	overflow:hidden;
	}
	
  div#large_view img
  	{
  	  display:none;
  	}	
	
div#additional_views
	{
	clear:both;
  padding-top:30px;
	width: 113px;
	height: 12px;
  float:none;
	background: #fff url(../images/additional_views.gif) 0 30px no-repeat;
	margin: 7px 0 0 0;
	}
	
a.thumbnail {
  position:relative;
	display: block;
	width: 65px;
	height: 65px;
	background: #fff url(../images/test_thumb.jpg) 50% 50% no-repeat;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #d8d8d8;
	overflow:hidden;
}
a.thumbnail:hover
	{
	border: 1px solid #bebebe;
	}
	
div#right_column
	{
	width: 280px;
	float: right;
	}
	
div#product_info
	{
	width: 220px;
	float: left;
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #666666;
	margin-top: 20px;
	line-height: 1.2em;
	}
	
div#more_options
	{
	float: left;
	margin-top: 20px;
	background: #fff url(../images/more_options.gif) 0 0 no-repeat;
	padding-top: 15px;
	width: 280px;
	}

ul.options1,
ul.options2
	{
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	}
ul.options1 li,
ul.options2 li
	{
	margin: 0 0 3px 0;
	}
a.bind_this_item
	{
		display: block;
		width: 150px;
		height: 15px;
		background: #fff url(../images/add_binder.jpg) 0 0 no-repeat;
		margin:5px 0px 0px 3px;
	}
a.item_bind
	{
		display: block;
		width: 150px;
		height: 15px;
		background: #fff url(../images/item_binder.jpg) 0 0 no-repeat;
		margin:5px 0px 0px 3px;
	}

a#view_pdf
	{
	display: block;
	width: 70px;
	height: 15px;
	background: #fff url(../images/view_pdf.gif) 0 0 no-repeat;
	}
a#more_information
	{
	display: block;
	width: 110px;
	height: 15px;
	background: #fff url(../images/more_information.gif) 0 0 no-repeat;
	}
a#bookmark_this_item
	{
	display: block;
	width: 120px;
	height: 15px;
	background: #fff url(../images/bookmark_this_item.gif) 0 0 no-repeat;
	}
a#send_to_friend
	{
	display: block;
	width: 121px;
	height: 15px;
	background: #fff url(../images/send_to_friend.gif) 0 0 no-repeat;
	}
a#print_item
	{
	display: block;
	width: 105px;
	height: 15px;
	background: #fff url(../images/print_item2.gif) 0 0 no-repeat;
	}
a#more_request_color
	{
	display: block;
	width: 154px;
	height: 11px;
	margin: 6px 0 0 2px;
	background: #fff url(../images/more_request_color.gif) 0 0 no-repeat;
	}

/*
---------------------------------------------------
Eco-friendly Popup
---------------------------------------------------
*/

body#eco_friendly
	{
	background: url(../images/leaf_pop_bg.gif) 20px 25px no-repeat;
	}

p#eco_blurb
	{
	font: 11px arial, helvetica, verdana, sans-serif;
	color: #666666;
	width: 300px;
	position: absolute;
	top: 25px;
	left: 60px;
	line-height: 1.5em;
	}
