html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}



body{
background-color:#fff;
}



table, div, form, hr {
border:0px;
margin:0px;
padding:0px;

}



.tableFrontEnd{
margin-top:8px;
border:1px solid #ccc;
}
th.shop_head{

background-color:#c6c6c6;
font-size:12px;
font-family:Verdana;
height:30px;
padding:3px; 
border-spacing: 0;



}
.tableRow{
	background-color:#F7F7F7;
	border-bottom:1px solid #ccc;
	font-size: 80%; 
	font-weight: none;
}


td {
color: #0f0f0f;
font-size: 11px;
font-family: Verdana;
text-decoration: none;
font-weight:bold;
position:relative;
}

#mainimg {
border:1px solid #000;
float:left;
/*max-width: 320px;
max-height: 320px;
width:expression(this.width > this.height ? "320px" : this.width  );
height:expression(this.height > this.width ? "320px" : this.height );*/
}


a { color: #000; font-size:12px; font-family:verdana; text-decoration:none;}
a:hover { color: #000000; text-decoration:none; cursor:pointer;
}

.leftlogin{
background-image:url(../images/login1_bg.jpg);
background-repeat:no-repeat;

}


.message{
color: #f00;
}

.textfield{
color: #000;
font-size: 11px;
font-family: Verdana;
border:1px solid black;
}



.button{
color: #000;
font-size: 11px;
font-family: Verdana;
text-decoration: none;
background-color:#019891;
border:1px solid black;
}



.top { color: #5A5A5A; font-size:10px; font-family:verdana;}
.top A { color: #5A5A5A; font-size:10px; font-family:verdana; text-decoration:none;}
.top A:hover { color: #000000; text-decoration:underline;}

.link1 {color: #0F0F0F;font-size:11px;font-family:Verdana;padding-left:17px;}
.link1 A{color: #0F0F0F; font-size:11px; font-family:Verdana; text-decoration:none;padding-left:17px;}
.link1 A:hover{color: #000000; text-decoration:underline;}

.txt {color: #ffffff;font-size:14px;font-family:Verdana;}
.text {color: #ffffff;font-size:10px;font-family:verdana;}

.head{color: #ffffff;font-size:14px;font-family:Verdana;font-weight:bold;}
.head A{color: #ffffff;font-size:14px;font-family:Verdana;text-decoration:none;}
.head A:hover{color: #013A37;font-size:14px;font-family:Verdana;text-decoration:underline;}

.txtbox {color: #5A5A5A;font-size:10px;font-family:Arial,Verdana;}

.tab_head {
background-image:url(../images/tab_head.jpg);
background-repeat:no-repeat;
height:40px;
text-align:left;
padding-left:10px;
font-weight:normal;
font-size:18px;
vertical-align:middle;
font-family:Book Antiqua;
font-weight:bold;
}

.tab_middle{
background-image:url(../images/popular_cat_bg.jpg);
background-repeat:repeat-y;
padding-left:15px;
padding-right:15px;
/*border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
height:400px;*/
vertical-align:top;
}

.tab_bottom{
/*
background-image:url(../images/popular_cat_btm.jpg);
background-repeat:repeat-y;
border-bottom:2px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
vertical-align:top;*/
}



.footer {color: #A84618; font-size:10px;font-family:verdana; text-decoration:none;} 
.footer A{color: #A84618; font-size:10px; font-family:verdana; text-decoration:none;}
.footer A:hover{color: #A84618; text-decoration:underline;}
 
.links {color: #ffffff;font-size:10px;font-family:Arial;}
.links A{color: #ffffff; font-size:10px; font-family:Arial; text-decoration:none;}
.links A:hover{color: #ffffff; text-decoration:underline;}




/*.footer{

background-repeat:no-repeat;
height:70px;
color: #A84618;
font-size: 11px;
font-family: Verdana;
text-decoration: none;
}*/

/*  Menu CSS  */

/* horizontal gallery css */
	
	
	#galleryContainer{
		
		height:100px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 88px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/86px;	/* Other browsers */
		height: /**/86px;
				
	}
	#arrow_left{
		position:relative;
		left:0px;
		z-index:10;
		background-color: #800000;
	}
	#arrow_right{
		position:relative;
		left:0px;
		z-index:10;
		background-color: #fff;
	}
	#theImages{
		position:absolute;
		height:140px;
		left:1px;
		width:100000px;
		text-align:left;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding-right:2px;
		filter: alpha(opacity=90);
		opacity: 0.9;
		cursor:pointer;
		border:0px;
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	
	
	#aUniqueimageNameHere{
border:none;
	}
	
	#categories li{
	
	list-style-type:none;
	text-align:justify;
	}
	
	#categories{
	text-align:left;
	}
	
/* end horizontal gallery css */

