/*
REQUIRED V3
(c) 2009 - Simply Logic Labs
*/

tr.plist
	{
	
	}
	
tr.plist:hover
	{
	background-color:#ddeeee;
	}
	
tr.plistT
	{
	background-color:#555555;
	color:white;
	}

/* IMAGE COPY*/	
* html #product_img /*No formating required*/
	{	
	width: expression( this.scrollWidth > 349 ? "350px" : "auto" ); /* sets max-width for IE */
	float:left;	
	}
	
	#product_img /*No formating required*/
	{
	float:left;	
	max-width:350px;
	}


* html img.default /*No formating required*/
	{	
	width: expression( this.scrollWidth > 349 ? "350px" : "auto" ); /* sets max-width for IE */
	}
	
	
img.default /*No formating required*/
	{	
	
	max-width:350px;
	max-height:250px;
	}
	


* html img.square /*No formating required*/
	{	
	width: expression( this.scrollWidth > 157 ? "158px" : "auto" ); /* sets max-width for IE */
	height:auto;
	}
	
img.square /*No formating required*/
	{	
	max-width:160px;
	max-height:220px;
	}
	
* html img.square_l /*No formating required*/
	{	
	width: auto; /* sets max-width for IE */
	height: expression( this.scrollHeight > 179 ? "180px" : "auto" ); /* sets max-height for IE */
	}
	
img.square_l /*No formating required*/
	{	
	max-width:250px;
	max-height:180px;
	}

* html img.uploader_imgs /*No formating required*/
	{	
	height:auto;
	width: expression( this.scrollWidth > 99 ? "100px" : "auto" ); /* sets max-width for IE */
	}	
	

img.uploader_imgs /*No formating required*/
	{	
	max-width:100px;
	max-height:100px;
	}
	

* html img.page_imgs /*No formating required*/
	{	
	height:auto;
	width: expression( this.scrollWidth > 49 ? "50px" : "auto" ); /* sets max-width for IE */
	}	
	
	
img.page_imgs /*No formating required*/
	{	
	max-width:50px;
	max-height:50px;
	}
/*END IMAGE COPY*/	
/*FOR DEMO SITE*/
#no_overlap {
	z-index:100;
	position:absolute;
	bottom:5%;
	left:0;
	background-image:url("../bar/bg_2.jpg");
	background-repeat:repeat;
	padding:0;
	width:100%;
	height:70px;

	} 


#bottom {
	z-index:100;
	position:absolute;
	bottom:5%;
	left:0;
	background-image:url("../bar/bg_2.jpg");
	background-repeat:repeat;
	padding:0;
	width:100%;
	height:70px;

	}

#pricebar
	{
	z-index:99;
	text-align:left;
	width:350px;
	top:20%;
	right:15%;
	height:200px;
	color:black;
	background-image:url("../bar/bg_1.jpg");
	background-repeat:repeat;
	padding:10;
	}
	
#contact
	{
	z-index:99;
	text-align:left;
	width:350px;
	top:20%;
	right:15%;
	height:200px;
	color:black;
	background-image:url("../bar/bg_1.jpg");
	background-repeat:repeat;
	padding:10;
	}

#logo
	{
	position:absolute;
	height:70px;
	top:0;
	left:40;
	}
	
img.logo
	{
	height:70px;
	top:0;
	left:0;
	}
	
#buttonholder
	{
	position:absolute;
	height:70px;
	
	width:360px;
	height:70px;
	top:3px;
	right:10px;
	}
img.bar_b
	{
	border:0px;

	max-width:593px;
	height:60px;
	}
	
	
* html img.gall /*No formating required*/
	{	
	width: expression( this.scrollWidth > 199 ? "200px" : "auto" ); /* sets max-width for IE */
	}	
	

img.gall /*No formating required*/
	{	
	max-width:200px;
	max-height:200px;
	}


