a:link img, a:visited img
{
	/* seems to prevent flickering in Mozilla-based browsers */
	opacity:0.999;
}
a:active img, a:hover img, a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.6;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=60);
}

.product{
float: left;
width: 195px;
margin: 5px;
}

.thumb{
width: 180px; 
height: 136px; 
overflow: hidden; 
text-align: center;

border: 3px #fff solid;
}

#detail{
padding: 20px 40px 0 0;
font-size: 10px;
}

.thumbborder{
padding: 5px 5px 5px 5px;
background: #efefef;
margin-bottom: 10px;
}

.productname,
.productname a{
font-size: 16px;
text-decoration: none;
padding-left: 5px;
height: 30px;
line-height: 20px;
}


/* Stylesheet: Bishop Store Modified On 2013-10-21 12:07:12 */
#dropcontainer1 {
        background-color: #333;
	width: 100%;
	text-align: center;
	display:none;
 	visibility: hidden;
}
#dropcontainer2 {
	width: 980px;
	margin: 0 auto;
 	overflow: hidden;
}

#dropcontainer2 ul{
       margin: 10px 0 0 10px;
}

#dropcontainer2 li{
       width: 200px;
       display: block;
       float: left;
       margin-right: 20px;
   margin-bottom: 10px;
}

#dropcontainer2 li a{
   color: #fff;
   text-decoration: none;
   text-transform: uppercase;
}

.dropmenu {
	display:none;
 	visibility: hidden;
 	overflow: hidden;
	text-align: left;
}
#dropheader {
	width: 400px;
	height: 100px;
	list-style: none;
        margin-left: 650px;
}
#dropheader li {
	float: left;
	width: 150px;
        line-height: 20px;
}

/* Stylesheet: dropmenu Modified On 2015-09-01 11:28:57 */
