@charset "utf-8";

a {
	color: #ee9414;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	font-weight: bolder;
}

#product {
	float: left;
	width: 253px;
	height: 357px;
	overflow: auto;
	margin-left: 5px;
	margin-top: 6px;
	border: 0;
	background-color: rgb(167,169,172);
	display: inline;  
}

#titles {
	float: left;
	width: 253px;
	height: 349px;
	overflow: auto;
	padding-top: 10px;
	margin-left: 5px;
	margin-top: 5px;
	visibility: hidden;
}

#everything {
	width: 521px;
	height: 420px;
	padding-top: 10px;
	margin-left: 5px;
	margin-top: 5px;
	border: 0;
}


#description {
	float: right;
	padding: 10px;
	width: 200px;
	border: 0;
	margin-top: 20px;
	
}


img {border: 0;}
a:hover img { border-bottom: none; 
}
.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.more {
	text-align: right;
}
.mediumPics { margin-bottom: 0px; 
}

.enlarge {
	margin-top: 0px;
	margin-bottom: 30px;
	float: right;
	width: 110px;
	text-align: right;
}
.overlay {
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	width: 110px;
}
#splashDiv {
	position: absolute;
	left: 0px;
	top: 232px;
	visibility: visible;
}
#dogDiv {
	position: absolute;
	left: 1px;
	top: 445px;
	visibility: visible;
}

.hoverRow{
	background-color: #CCCCCC;
	cursor: pointer;
}

.selectRow{
	background-color: #FFFFFF;
	cursor: pointer;
}
