#notfound{
	width: 100%;
	clear:both;
	display: block;
	font-size: 12px;
	color: #300;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;

}
	
	

.categoryHeading{
	width: 100%;
	clear:both;
	height:40px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}



#shop{
	float:left;
    height:320px;
	display: block;
}

#gallery{
	float:left;
	width: 200px;
	height:220px;
	display: block;
}

#shoppingcart{
	float:left;
	margin-top:0px;
	width:100%;
	display: block;
}

.prodsum img {
	border: 1px solid #333333;
	padding: 0px;
}
.prodsum img:hover {
	border: 2px solid #CC9900;
}

.galleryItemName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	font-weight: bold;
	color: #663300;
	text-align: center;
}

.productdiv{
	float: left;
	width: 240px;
	height:500px;
	background-color: #f3f3f3;
    text-align:center;
	margin-right:5px;
}

.proddetails{	
	float: left;
	width: 230px;
    height:120px;	
}
.prodpicsdiv{
	float: left;
	width: 230px;
	height:190px;
}

.tinypicscont{
	float: left;
	width: 230px;
	height: auto;
	position: relative;
	text-align: center;
	padding: 5px;min-height: 100px;
}
.tinypics{
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 70px;
    height: auto;
 }

.shopItemPrice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #060;
	margin-bottom:10px;
}
.shopItemName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #000;
    height:30px;
    margin-top:10px;
}
.shopItemNameDetail{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #900;
	height:20px;
	margin-top:10px;
}
.shopItemDesc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin-bottom:10px;
	padding: 5px;
	float: left;
	height: 100px;
	width: 230px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.shopSpecHead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 60px;
	clear: left;
	float: left;
}
.shopinputbox{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 120px;
	border: 1px solid #ccc;
	float: left;
}
.shopqty{
	float: left;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	width: 30px;
    clear:left;
}

.shopsumtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.shopsumtitle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC9900;
}
.shopsumtitle a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}

.prodspec{
	text-align: center;
	width: 140px;
	height: 20px;
}

.addtocartdiv{
	clear: left;
	float: left;
    width:240px;
	margin-top: 8px;
	margin-bottom: 8px;	
}
.shop_button{
	height: 22px;
	width: 90px;
	background-color: #900;
	margin-right: 5px;
	border: 1px solid #900;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	clear: none;
	float: left;
}
.disabled { 
background: #FCC; 
} 
