/* CSS Document */

.galCat {
	width:130px;
	padding:0px;
	margin:15px 0px 5px 30px;
	border:2px solid #78a727;
	float:left;
	}

.catTitle {
    background-color: #9eda37;
	border-bottom:1px solid #78a727;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:"Comic Sans MS";
	padding:3px;
	text-align:center;
	height:52px;
	vertical-align:middle;
	display:table-cell;
	width:130px;
	}
.catTitle a, .catTitle a:visited, .catTitle a:hover {
	display:block;
	color:black;
	text-decoration:none;
	}		

.catPic {
	width:auto;
	overflow:hidden;
	height:80px;
    background-color: #9eda37;
	background-repeat:no-repeat;
	background-position: center;
	}

.photo_shell {
   border:2px solid #78a727;
   float:left;
   margin:3px;
   font-size:10px;
   font-weight:bold;
   width:110px;
   height:120px;
   padding:2px;
   }
   
.pic_container{
   width:100px;
   height: 80px;
   border:1px solid #CCCCCC; 
   overflow:hidden;
   padding:1px;
   }   
	
#photo-nav {
	width:100%;
	}

#return {
	float:right;
	padding:0px;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    margin-top:4px;
	width:100px;
	}
#cart {
	float:right;
	padding:0px;
    margin:4px 15px 0 0;
	width:100px;
	}
.clear {
	clear:both;
	}
	
	
.catTitle2 {
    background-color: #CFD0D1;
	border:1px solid #333333;
	font-size:18px;
	font-weight:bold;
	padding:6px;
	text-align:center;
	}	
.dropdown {
	font-size:10px;
	padding:0px;
	}	
.qbox {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  background-color:#ffffff;
  border: 1px solid #003366;
  padding:0px;
  margin:0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
		
