/* CSS Document */
.sp_maintable {
	position:relative;
	margin:0;
	padding:0;
	border:0;
	width:590px;
}

.sp_maintable h3 {
	font-size: 12px;
	font-weight: normal;
}

#sp_detailpage {
	border-left:11px solid #FEF399;
	border-right:11px solid #FEF399;
	padding:10px 0px;
	margin:0;

	height:500px;
	text-align:center;
}

#sp_detailpage h1 {
	display:inline;
	padding:8px;
	font-weight:200;
	font-size:19px;
}

#sp_detailpage.left {
	padding:0px 30px;
	text-align:left;
}

/* classes for product gallery pages to display background changes upon rollover */

.sp_thumbnail_on, .sp_thumbnail_shelf_on {
	cursor: pointer;
	background-color:#FFFFCC;
	padding:4px;
	border:1px solid #FBA96D;
	margin:0px 5px 0px 15px;
	vertical-align:top;
	text-align:center;
	width:160px;
	height:160px;
}
.sp_thumbnail_off, .sp_thumbnail_shelf_off {
	background-color: White;
	padding:4px;
	border:1px dashed #FBA96D;
	margin:0px 5px 0px 15px;
	vertical-align:top;
	text-align:center;
	width:160px;
	height:160px;
}

.sp_thumbnail_shelf_off, .sp_thumbnail_shelf_on {

	width: auto;
	height: auto;

}

.sp_thumbnail_off h2, .sp_thumbnail_shelf_off h2 {
	display:inline;
	font-size:14px;
	color:#5B4613;
}

.sp_thumbnail_on h2, .sp_thumbnail_shelf_on h2 {
	display:inline;
	font-size:14px;
	color:#B69558;
}

.null { 
	height:20px; 
	border:0; 
	padding:0; 
	margin:0; 
}

/* styles for the search form */
#sp_searchdiv {
	clear:both;
	width:580px;
	height:18px;
	background-color:#FFFFCC;
	padding:5px;
	vertical-align:top;
}

#sp_searchform {
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
	display:inline;
	width:210px;
	clear:none;
}

#sp_productlist{
	text-align:left;
	vertical-align:middle;
	display:inline;
	width:190px;
	float:left;
	clear:none;
}

#sp_productlist select {
	width:140px;
	font-size:9px;
	color:#006699;
}

#sp_categorylist{
	text-align:left;
	vertical-align:middle;
	display:inline;
	width:190px;
	float:none;
	clear:none;
}

#sp_categorylist select {
	width:140px;
	font-size:9px;
	color:#006699;
}

input {
	font-size:9px;
	color:#006699;
}

#sp_searchkeys, #sp_message {
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}

#sp_message {
	font-weight: normal;
}

/* styles for the admin section */
sp_adminlist {
	border:0;
	padding:0;
	width:100%;
}
