﻿#Categories li a
{
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: smaller;
}

#Categories li a:link
{
	color: #222;
}

#CartDiv
{
	float: right;
	margin-right: 10px;
}

#OrderInfoDiv
{
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-left: 10px;	
	float: left;	
}

#AlertDiv
{
	clear: both;
	text-align: center;
	font-size: large;
	padding: 5px 0px 5px 0px;
	display: none;
	float: left;
	width: 960px;
	background-color: #FFF999;
	color: Red;
	font-weight: 400;	
}

/* Left column category listings 

#Cats li a
{
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: smaller;
}

#Cats li a:link
{
	color: #222;
} */

#lblProductHeader
{	
	font-size: xx-large;
	font-weight: bold;
	width: 100%;
	margin-bottom: 25px;
}

.header
{
	display: block;
	font-size:xx-large;
	font-weight:bold;
	font-style: italic;	
	margin-bottom: 15px;
	margin-top: 5px;
}

/* Product page listings */
ul.prod
{
	float: left;
}

li.prod
{
	float:left;
	line-height: 1.1em;			
	width: 325px;
	height: 120px;
	margin: 5px 7px;
	border: solid 1px cornflowerblue;
	background-color: #EFF3FB;
	padding: 3px;
}

.prod #liq
{	
	margin-right: 4px;
	width: 50px;
	height: 75px;
	float: left;
}

/* Next/Previous navigation controls on Product listing pages */
.ProductNav
{
	float:left;
	width: 100%;	
}
.PNLeft
{
	float: left;
	text-indent: 200px;
}

.PNRight
{
	float: left;
}

.PNCenter
{	
	float: left;
	text-align: center;
	width: 175px;
}

#err
{
    background-color: #FFFACD;
    border: solid 1px cornflowerblue;
    margin-top: 5px;
    margin-bottom: 5px;
}

#Fdbk
{
	width: 700px;
	padding: 20px 0px 5px 0px;
	text-align: center;
	font-size: medium;
	float:left;
	clear:left;
}

.c
{
    margin-top: 10px;
}

/*.watermark {
	background: #FFAAFF;
}*/

/* From here down is other applications? */
/*#AvailableDiv
{
	float: left;	
}

#AssignButtons
{	
		padding: 80px 5px 0px 5px;
		float: left;
}

#AssignedDiv
{	
	float: left;
	clear: right;	
}*/

/*.loading
{
 position: absolute;
 top: 25%;
 left: 40%;
 padding: 50px 15px;
 text-decoration: blink;
 background-color: #F3F3FF;
 text-align: center;
 vertical-align: middle;
 font-weight: 300;
 border-width: 2px;
 border-color: Black;
 margin: 2px;
}

.rolelist
{
	float: left;
	background-color: #E2EFFF;
	border: solid 1px black;
}

.rolelist input
{
	margin-left: 0px;
}

.rolelist label
{
	margin-right: 11px;
}

.rolelist span
{
	margin-right: 11px;
}

.rolelist .cblheader
{
	font-weight: bold;	
}

.cblheader input
{
	display: none;
}

.accountlbx
{
	min-width: 110px;
	max-width: 300px;
	width: 325px;
	height: 150px;
}

.tally
{
	width: 25px;
}

.lic 
{
    float:left;
    padding:3px;
    margin-right: 3px;
}

.lic *
{
    float: left;
}
.lic label
{
    display: block;
    width: 6.5em;
    margin-right: 2px;
    margin-top: 3px;
}

.pidiv
{
    float: left;
}

.pidiv label
{
    display: block;
    width: 4.5em;
    margin-right: 2px;
    margin-top: 3px;
}

.pidiv *
{
    float:left;
}*/