/* find.css */
#heading-banner{
	width:770px;
	height:60px;
	text-align:center;
}

#heading-banner h1{
	font-size:18pt;
	color:#323232;
	padding-top:25px;
	margin-left:10px;
	text-align:left;
	font-family: 'FireyeGF3HeadlineRegular', Arial, Helvetica, sans-serif;
}

#display-wrapper{
}


#view-select {
	font-size:9pt;
	text-align:left;
}

#view-select img:hover{
}

.view-links {
	cursor:pointer;
	color:#042890;
	vertical-align:bottom;
}

#products, #packages{
	margin-left:6px;
}
.products-standard{
	float:left;
	font-size:9pt;
	width:140px;
	height:200px;
	margin:4px 4px 0 0;
	padding:4px 3px 4px 3px;
	border:1px solid #BBBBBB;
	background-color:#FFF;
	position:relative;
}

.products-standard-text{
	font-weight:bold;
}

.products-standard-price{
	font-weight:bold;
}

.products-standard:hover{
	background:url(../photos/product_standard_hover_bg.jpg) repeat-x #fff;
}

.products-standard:hover .products-standard-add{
	background:url(../photos/find_add_to_cart.jpg) no-repeat;
}

.products-standard-add{
	background:url(../photos/find_add_to_cart_faded.jpg) no-repeat;
}

.products-standard-add, .products-standard-add-out {
	width:136px;
	height:14px;
	position:absolute;
	bottom:0;
	margin-bottom:5px;
	margin-left:2px;
}

.products-standard-add-out {
	background:url(../photos/find_out_of_stock.jpg) no-repeat;
}

.products-standard-add:hover{
	cursor:pointer;
}

.products-photo{
	float:left;
	width:367px;
	height:350px;
	margin:4px 6px 4px 0;
	padding:4px 3px 4px 3px;
	border:1px solid #BBBBBB;
	background-color:#FFF;
	position:relative;
}

.products-photo-text{
	font-weight:bold;
}

.products-photo-price{
	font-weight:bold;
}

.products-photo:hover{
	background:url(../photos/product_standard_hover_bg.jpg) repeat-x #fff;
}

.products-photo:hover .products-photo-add{
	background:url(../photos/find_add_to_cart.jpg) no-repeat;
}

.products-photo-add, .products-photo-add-out {	
	width:136px;
	height:14px;
	margin-top:5px;
	bottom:0;
	margin-bottom:5px;
	margin-left:115px;
	position:absolute;
}

.products-photo-add {
	background:url(../photos/find_add_to_cart_faded.jpg) no-repeat;
}

.products-photo-add-out {
	background:url(../photos/find_out_of_stock.jpg) no-repeat;
}

.products-photo-add:hover{
	cursor:pointer;
}

.products-details{
	font-size:9pt;
	width:746px;
	height:110px;
	margin:5px 8px 0 0;
	padding:4px;
	border:1px solid #E9E9E9;
	background-color:#FFF;
	border:1px solid #BBBBBB;
	text-align:left;
}

.products-details:hover{
	background:url(../photos/product_standard_hover_bg.jpg) repeat-x #fff;
}

.products-details:hover .products-details-add{
	background:url(../photos/find_add_to_cart.jpg) no-repeat;
}

.products-details-add, .products-details-add-out{
	width:136px;
	height:14px;
}

.products-details-add {
	background:url(../photos/find_add_to_cart_faded.jpg) no-repeat;
}

.products-details-add-out {
	background:url(../photos/find_out_of_stock.jpg) no-repeat;
}


.products-details-add:hover{
	cursor:pointer;
}

.products-details-right{
	float:right;
	margin-right:5px;
	text-align:right;
}

.products-details-price{
	font-weight:bold;
}

.products-details-image{
	float:left;
	margin:0 5px 0 5px;	
}

.products-details-text{
	font-weight:bold;
}

.products-details-bullets{
	width:620px;
	float:right;
	font-size:8pt;
}

.products-details-bullets ul li{
	list-style-image:url(../photos/bullet.jpg);
	list-style-position:outside;
	margin-left:0px;
}
