@charset "utf-8";

body {
			margin: 0;
			padding-left: 170px;    /* LC fullwidth */
			padding-right: 190px;   /* RC fullwidth + CC padding */
			min-width: 240px;       /* LC fullwidth + CC padding */
		}

		#header, #footer {
			margin-left: -168px;    /* LC fullwidth */
			margin-right: -188px;   /* RC fullwidth + CC padding */
		}

		.column {
			position: relative;
			float: left;
		}

		#center {
			margin-top: 6px;
			margin-bottom: 6px;
			padding: 0 14px;
			width: 100%;
			border: 6px;
  			border-style:ridge;
  			border-color:#800080;
		}

		#left {
			width: 150px;           /* LC width */
			padding: 0 0px;        /* LC padding */
			padding-bottom: 2px;
			margin-top: 6px;
			margin-bottom: 6px;
			right: 208px;           /* LC fullwidth + CC padding */
			margin-left: -100%;
			border: 6px;
  			border-style:ridge;
  			border-color:#800080;
		}
		


		#right {
			width: 130px;           /* RC width */
			padding: 0 0px;        /* RC padding */
			margin-top: 6px;
			margin-bottom: 6px;
			margin-right: -100%;
			margin-left: 6px;
			border: 6px;
  			border-style:ridge;
  			border-color:#800080;
		}

		#footer {
			clear: both;
			text-align:center;
			border: 6px;
  			border-style:ridge;
  			border-color:#800080;
		}

		/*** IE Fix ***/
		* html #left {
			left: 150px;            /* RC fullwidth */
		}

		/*** Just for Looks ***/

		body {
			background-color:grey;
		}

		#header, #footer {
			font-size: medium;
			padding: 0.3em 0;
			background: white;
			border: 6px;
  			border-style:ridge;
  			border-color:#800080;
		}

		#left {
			background: white;
		}

		#center {
			background: white;
		}

		#right {
			background: white;
		}

		.column {
			padding-top: 1em;
			text-align: justify;
		}
		
		.topaccount {
			float: right;
			text-align:right;
			margin:3px;
			margin-right: 6px;
		}
		.categoryheader {
			text-align:center;
			font-weight:bold;
			color:#FFF;
			background-color: #AA5FAA;
			background-image:url(images/purplelace2.jpg);
			border: 4px;
			border-color: purple;
			border-style: ridge;
			margin: 2px;
		}
		
		#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 148px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.5em;
		margin-bottom : -1px;
		width: 148px;
		background-color : white;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 160px;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 148px;

		color:black;
		font-weight : bold;
		text-decoration: none;
		
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : purple;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	/* Menu items with subcategories */	
#nav a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}

/* Selected items with subcategories */	
#nav li.selected {
	text-decoration:blink;
	color:white;
}

SPAN.removeProduct {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #3366FF;
  font-weight: normal;
}

INPUT.quantitybox {
  border: 1px;
  border-style: solid;
  border-color: #000000;
    font-size: 12px;
  width: 20px;
  height: 22px;
  border-spacing: 0px;
  background: #F8f8f9;
}

/* Start of the new product listing & product info pages */
.pagelisting {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #9a9a9a;
}

.price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: red;
  font-weight: bold;
  line-height: 1.5;
}

.description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    font-weight: bold;
}


TD.maintop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mains {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mainsred {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:red;
  line-height: 1.5;
  font-weight:bold;
}

/* End of new product listing & product info pages */
