﻿.modalPageBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPanel {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	padding:10px;
	width:300px;
	color:Black;}
#prodCategory 
{	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	padding:3px 20px 4px 20px;
	background:url(images/nav_gradient.gif) repeat-x center center #F6F1DD;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;}
.prodContents {	
	/*     background-image:url(images/splash_bg.jpg);     */
	background-repeat: no-repeat;
	background-position: center bottom;}
/*
.prodContents .crumb 
{ padding:2px 0 2px 10px;
	margin:0 0 10px 0;
	float:left;
	clear:left;}
*/
.iProdMulti {width:750px;float:left;}
.iProdMulti .filters {float:right;padding:0 20px 0 0;}
.iProdContainer {width:666px;margin-left:auto;margin-right:auto;}
.iProductListing {height:265px;width:212px;margin-top:5px;padding: 5px;background:url(images/bg-iProdListing.png);}
.iProductListing:hover {background:url(images/bg-iProdListing_hover.png);}
.iProductListing .prodImage {float:left;width:125px;margin: 0px 0px 0px 5px;}
.iProductListing .price {float:left;width:65px;text-align:center;font-weight:bold;line-height:25px;padding: 0px 5px 0px 5px;background:#FFFFFF;border:solid 1px #EEEAD8;}
.iProductListing .more {float:left;width:65px;text-align:center;font-weight:bolder;color:#000000;text-decoration:none;line-height:25px;padding: 0px 5px 0px 5px;background:#EEEAD8;border:solid 1px #EEEAD8;}
.iProductListing .title {font-weight: bold;font-size:14px;float:left;clear:both;padding:5px;}
.iProdLongDesc 
{
	float:left;
	padding-left:4px;
	overflow:auto;
	height:95px;
	width:205px;
	}