@charset "utf-8";
/* CSS Document */

/*******************************
	Required for Sidebar
*********************************/
#catmenu {
	float: left;
	width: 200px;
	height: 600px;
	overflow: auto;
	background: url(../../images/products/catmenu.png) repeat-y;
}

#catmenu .category {
	display: block;
	border: none;
	width: 196px;
	padding: 2px;
	text-align: center;
	
	color: #CCCCCC;
	font-size: 11pt;
}

#catmenu .category:hover {
	background: url(../../images/common/pane_background.png) repeat;
}

#srchbox {
	padding: 3px;
}

#srchbox a {
	display: compact;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 8pt;
}

#srchbox a:hover {
	text-decoration: none;
}

.srch {
	width: 100px;
}
/*******************************/


#prodframe {
	height: 580px;
	overflow: hidden;
	padding: 20px;
	padding-bottom: 0px;
}

#prodframe .heading {
	font-size: 24pt;
	padding: 10px;
	padding-top: 0px;
}

#product_info {
	height: 450px;
	width: 200px;
}

#thumbnails {
	display: block;
	width: 550px;
	overflow: auto;
	white-space: nowrap;
	padding-top: 10px;
}

.selected {
	border: 2px solid #FF0;
}

.originalprice {
	font-size: 12pt;
	font-weight: bold;
}

.discountprice {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}

.stock {
	font-weight: bold;
	color: #006600;
}

.buylink {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px dotted #CCCCCC;
}

.buylink:hover {
	color: #000000;
	border-bottom: 2px solid #006600;
}