/* Used in categories.php */

/** name of the category */
#cat_name
{
	margin-top:20px;
	color:#FFCC00;
	font-size:18px;
}

h2#notice
{
	margin-top:20px;
	color:#FFCC00;
	font-size:14px;
	font-weight:bold;
}

#showcase
{
	height:424px;
	width:400px;
	background-color:#666666;
	border:solid 1px #00CC00;
	position:relative;
	float:left;
}

.hidden
{
	display:none;
}

.visible
{
	display:block;
}

/* End of show case */


#zoom a:hover {
	width: 300px; /* adjust size to zoomed photo */
	height: 225px;
	background-position: 0 -104px; /* move the image so only the big one shows */
}

.product
{
	border:solid 1px #bd1919;
	border-bottom:dashed 2px #bd1919;
	margin:5px;
	padding:4px;
	height:130px;
	width:450px;
}

.image
{
	float:right;
	/* border:solid 1px #0000CC; */
	z-index:20;
}

.big
{
	border:solid 2px #666666;
}

.code
{
}

.name
{
}

.minimum
{
}

.wholesale
{
	color:#FFFF00;
	font-size:14px;
}

.saving
{
}

.saving strong
{
	/* font-size:16px; */
}

.saving strong em
{
	color:#00CC00;
}

.buy
{
	text-align:right;
	width:340px;
	display:none;
	visibility:hidden;
}

.buy_options
{
	text-align:center;
	padding:4px;
}

.compare
{
	font-size:12px;
	text-align:center;
	margin-top:15px;
}


/** The runner numbers */

.runner
{
	width:550px;
	line-height:25px;
	margin-top:20px;
}

.runner_active
{
	background-color:#FFFF00;
	border:solid 1px #009900;
	color:#0000FF;
}
.ri
{
	border:solid 1px #0099FF;
}

.runner_active, .ri
{
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px;
	height:25px;
}

a.runner_active:hover, a.ri:hover
{
	background-color:#EEEEEE;
	color:#006600;
}


code
{
	display:block;
	border:dashed 1px #996633;
	padding:10px;
	margin:10px;
}

.wholesaler-account
{
	text-align:center;
	margin:5px;
	border-top:1px solid #003300;
}
