u/*********************************
*	Body and Defaults
**********************************/
body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: 'Droid Sans', Helvetica, Tahoma, Arial, sans-serif;
	width: 100%;
	text-align: center;
}
*, html {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
	height: 1px;
}
.a_hand {
	cursor: pointer;
}
#farback {
	background: url(../images/page_bg.jpg) repeat;
	padding: 20px 0;
	margin: 0;
	width: 100%;
}
#container 
{
	/*width: 960px;
	max-width: 1100px;*/
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*********************************
*	Header
**********************************/
#headerbg {
	padding: 0;
	margin: 20px auto 0px auto;
	background: transparent url(../images/headerbackground.png) bottom left repeat-x;
}
#header {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 60px;
	padding: 10px 0 10px 0;
}

#header img {
	float: left;
}

/*********************************
*	Small Navbar
**********************************/
#headernav {
	float: right;
	height: 20px;
	margin: 33px 0 7px 0;
	padding: 0;
}
ul#smallnav {
	list-style: none;
	text-align: right;
}
ul#smallnav li {
	display: inline;
	padding: 0px 7px;
	border-left: 1px solid #cccccc;
}
ul#smallnav li.firstnav {
	border-left: 0;
}
ul#smallnav li a { 
	color: #333333;
	font-size: 12px;
}

/*********************************
*	Main Navbar
**********************************/
#mainbar
{
	position: relative;
	margin: 0 0 0 0;
	height: 35px;
	
	background: url(../images/navbackground.png) repeat;
	
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000; 
	box-shadow: 0px 1px 2px #000;
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#navbar 
{
	padding: 7px 0 0 0;
	background: url(../images/navbackground.png) repeat;
	width: 840px;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-khtml-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	font-family: "Droid Sans", Helvetica, Tahoma, Arial, sans-serif;
}
ul#toc {
	margin: 0;
	padding: 0 0 0 7px;
	float: left;
	display: block;
	list-style: none;
}
ul#toc li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
ul#toc li a {
	float: left;
	display: block;
	color: white;
	padding: 5px 25px 7px 25px;
	margin: 0;
	
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
ul#toc li a:hover {
	background: url(../images/navbackgroundhover.png) repeat-x bottom left;
	position:relative;
	
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
ul#toc li.current a {
	color: black;
	background: url(../images/navbackgroundcurrent.png) repeat-x bottom left;
	
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
ul#toc li.current a:hover {
	background: white;
}

#product_line_option_box
{
	width: 130px;
	height: 50px;
	padding: 10px 0px 10px 0px;
	position: absolute;
	top: 36px;
	left: 100px;
	background-color: #f2e8e8;
	border: 2px groove;
	z-index: 200;
	display: none;
}

#product_line_option_brand
{
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

#product_line_option_category
{
	font-weight:bold;
	text-align:center;
	cursor:pointer;	
}

.product_line_option_entry
{
	color:#e50722;
}

#search {
	background: black url(../images/searchbackground.png) repeat-x;
	height: 35px;
	width: 300px;
	float: right;
	padding: 0;
	
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;;
	border-radius: 0 3px 3px 0;
}
#search input {
	margin: 0;
	padding: 0;
}
#search #searchtext {
	float: left;
	line-height: 24px;
	width: 180px;
	border:0;
	height: 24px;
	margin: 5px 0 0 10px;
	padding: 0 15px 0 25px;
	background: white url(../images/searchicon.gif) no-repeat 6px 5px;
	
	-moz-border-radius: 25px 0 0 25px;
	-webkit-border-radius: 25px 0 0 25px;
	-khtml-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
}
#search #searchsubmit {
	background: transparent;
	border:none;
	width: 60px;
	text-align: left;
	margin: 1px 0 0px 2px;
	padding: 4px 0 2px 4px;
	font-size: 12px;
	
	text-shadow: 0px 1px 0px #EEE;
}
.fancysubmit 
{
	display: block;
	float: left;
	height: 24px;
	width: 60px;
	padding: 0;
	margin: 5px 0px 0 0;
	background: url(../images/searchbuttonbackground.png) repeat;
	
	-moz-border-radius: 0 25px 25px 0;
	-webkit-border-radius: 0 25px 25px 0;
	-khtml-border-radius: 0 25px 25px 0;
	border-radius: 0 25px 25px 0;
}

#login_option
{
	display: inline-block;
	float: right;
	margin-right: 32px;
	margin-top: 8px;
	top: 0px;
	height: 28px;
	cursor: pointer;
	position: relative;
}

#login_option_dropdown
{
	width: 60px;
    height: 38px;
	padding: 12px;
    background-color: #f1eeee;
    border: 2px groove;
    position: absolute;
    left: -36px;
    top: 28px;
    z-index: 200;
    cursor: default;
	text-align: center;
	display: none;
}

#login_option_login
{
	font-size: 18px;
    font-weight: bold;
	cursor: pointer;
}

#login_option_logout
{
	font-size: 18px;
    font-weight: bold;
	cursor: pointer;
}

/*********************************
*	Main Section
**********************************/
#main 
{
	clear: both;
	/*width: 960px;*/
	margin-top: 20px;
	text-align:center;
}

#dynamic_content
{
	width: 750px;
	margin-top:50px;
	display:inline-block;	
	margin-left: 12px;
}

.fixed 
{
	width: 640px;
	background: white;
	padding-bottom: 20px;
	
	display:inline-block; 
	margin-top:50px;
	margin-left: 12px;
	
	-khtml-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000; 
	box-shadow: 0px 1px 2px #000;
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.fixed ul, .fixed li {
    padding: 0 0 5px 5px;
    margin: 0 0 0 10px;
}
.fixed a {
	color: #0066cc;
}
.fixed h1, .fixed h2, .fixed h3, .fixed h4, .fixed h5, .fixed h6, .fixed p {
	margin: 20px;
}
.fixed p {
	font-size: 16px;
}
.floatright {
	float: right;
	margin: 20px 20px 15px 25px;
}
.productshadow {
	float: left;
	background: #101010 url(../images/productoutershadow.png) repeat-x;
	width: 640px;
	margin: 0;
	padding: 0;

	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	
	-webkit-box-shadow: 0px 1px 2px #000; 
	-moz-box-shadow: 0px 1px 2px #000; 
	box-shadow: 0px 1px 2px #000;
}
.pagination {
	margin: 10px 15px;
	padding: 4px 0px;
	font-weight: bold;
	text-align: center;
}
.pagination a {
	color: black;
	font-size: 14px;
	padding: 2px 6px;
	margin-right: 5px;
	background: #ccc;
	
	text-shadow: 0px 1px 0px #EEE;
	-webkit-box-shadow: 0px 1px 7px #000; 
	-moz-box-shadow: 0px 1px 7px #000; 
	box-shadow: 0px 1px 7px #000;
}
.ellipse {
 	color: white;
	font-size: 14px;
	padding: 2px 6px;
	margin-right: 5px;
	
	text-shadow: 0px 1px 0px #EEE;
 }
.pagination a:hover {
	background: #999;
}
.pagination .no_more {
	color: #fff;
	background: #666;
	cursor: default;
}
.pagination a.no_more:hover {
	background: #666;
}
.pagination a.active_page {
	background: #222;
	-khtml-box-shadow: none;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
	
	text-shadow: 0px 1px 0px #000;
	color: white;
}
.pagination a.active_page:hover {
	background: #222;
}
.productsummary {
	background: url(../images/productinnershadow.png) repeat;
	width: 610px;
	margin: 15px;
	padding: 0;
	
	text-shadow: 0px -1px 0px #000;
}
.productsummary .image img {
	border: 1px solid white;
	-khtml-box-shadow: 0px 2px 15px #000; 
	-webkit-box-shadow: 0px 2px 15px #000; 
	-moz-box-shadow: 0px 2px 15px #000; 
	box-shadow: 0px 2px 15px #000;
}
.single .productsummary .image {
	float: right;
	position: relative;
	top: 70px;
	right: 20px;
	bottom: 30px;
	margin-bottom: 80px;
}
.multiple h2 {
	margin-bottom: 20px;
}
.multiple .productsummary .image {
	float: right;
	position: relative;
	top: 20px;
	right: 10px;
}
.descript {
	margin-left: 20px;
	color: white;
	padding-bottom: 10px;
}
.multiple .descript {
	min-height: 230px;
}
.single .productinfo h4 {
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 10px;
}
.multiple .productinfo h4 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
.productinfo {
	padding-top: 20px;
	width: 380px;
}
.productinfo h4 a {
	color: white;
}
.multiple .productinfo p {
	font-size: 13px;
	padding-bottom: 4px;
	color: #cccccc;
}
.single .productinfo p {
	font-size: 13px;
	padding-bottom: 4px;
	color: #cccccc;
}
.single .productinfo p a {
	color: #A0D4FF;
}
.multiple .producttext {
	height: 1px;
	color: white;
}
.single .producttext {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 20px 0;
	color: white;
	clear: left;
	text-align:left;
}
.producttext h4 {
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 14px;
	width: 380px;
}
.producttext p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
	width: 380px;
}
.producttext table {
	font-size: 12px;
	text-shadow: none;
	width: 572px;
	text-align: center;
}
.producttext table th {
	background: black;
	color: white;
	text-align: center;
	padding: 6px;
}
.producttext table td {
	background: #CCC;
	color: black;
	padding: 5px;
}
.productview {
	margin-top: 40px;
	margin-bottom: 20px;
	/*margin-right: 10px;*/
	width: 180px;
	float: left;
}
.productview a {
	text-align: center;
	font-size: 18px;
	padding: 10px 30px;
	background: #438600;
	width: 180px;
	color: #fff;
}
.productview a:hover {
	background: #2D5B00;
}
.productcart {
	width: 50px;
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.productcart span {
	text-align: center;
	background: url(../images/cart.png) no-repeat;
	font-size: 18px;
	padding: 10px 30px;
	color: #fff;
}
.productcart span:hover {
	background: url(../images/cartadd.png) no-repeat;
	cursor: pointer;
}
.productcart span.added {
	background: url(../images/cartadded.png) no-repeat;
	cursor: pointer;
}
.productcart span.addedrem {
	background: url(../images/cartremove.png) no-repeat;
	cursor: pointer;
}
.productimageclear {
	clear: both;
}
.noresults {
	color: white;
	background: url(../images/productinnershadow.png) repeat;
	width: 610px;
	margin: 15px;
	text-align: center;
	padding: 100px 0;
	
	text-shadow: 0px -1px 0px #000;
}

/*********************************
*	Sidebar
**********************************/
#sidebar 
{
	/*float: right;*/
	width: 280px;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
	text-align:left;
}
.sidebox 
{
	background: white;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px #F3F3F3;
	
	-khtml-box-shadow: 4px -4px 10px #222;
	-webkit-box-shadow: 4px -4px 10px #222;
	-moz-box-shadow: 4px -4px 10px #222;
	box-shadow: 4px -4px 10px #222;
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.subsideboxheader {
	width: 100%;
	height: 50px;
	cursor: pointer;
}
.subsideboxheader h3 {
	padding: 15px 10px;
	font-size: 16px;
	float: left;
}
.subsideboxheaderexpand {
	float: right;
}
.subsideboxheaderexpand img {
	margin: 15px 10px;
	font-size: 16px;
	display: block;
}
.subsidebox {
	clear: both;
	background: #ccc url("/images/subsideboxbackground.png") repeat-x top left;
	border-top: 1px solid #ccc;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
	cursor: default;
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	max-height: 400px;
	overflow-y: scroll;
}
.subsidebox a {
	color: black;
	text-shadow: 0px 1px 0px #ccc;
	font-weight: normal;
	font-size: 14px;
}
.subsidebox a:hover {
	color: #0066cc;
}
.subsidebox li.expandable:hover {
	color: #0066cc;
}
.subsidebox li.expandable {
	list-style:square outside url("/images/subsideboxexpand.gif");
}
.subsidebox li.contractable {
	list-style:square outside url("/images/subsideboxcontract.gif");
}
.subsidebox ul {
	margin-left: 10px;
	list-style: none;
}
.subsidebox ul li ul {
	padding: 3px 0;
	margin: 0;
}
.subsidebox ul li ul li {
	margin: 0 0 3px 30px;
	/*text-indent: -10px;*/
}
#categories .subsidebox ul li ul li {
	text-indent: -10px;
}
.subsidebox ul li ul li a {
	text-shadow: 0px 1px 0px #F3F3F3;
}
.subsidebox ul li ul li ul li{
	/*margin: 0 0 3px 30px;*/
	text-indent: -10px;
}

/*********************************
*	Home Page
**********************************/
#outershadow {
	height: 353px;
	background: black;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	
	-khtml-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000; 
	box-shadow: 0px 1px 2px #000;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*background: url(../images/background03.jpg) no-repeat;*/
	background: url(../images/frontpagelogo.jpg?3) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
#innershadow {
	height: 298px;
	padding: 20px 0 35px 0;
	margin: 0;
	/*background: url(../images/innershadow.png) repeat-x;*/
	position: relative;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#carouselclip {
	overflow: hidden;
	position: relative;
	height: 285px;
	width: 736px;
	margin: 0 auto;
	background-color:#323232;
	opacity:.96;
}
#carouselwrap {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	width: 90000px;
}
.featureditem {
	background: url(../images/featureditem.png) repeat;
	height: 285px;
	float: left;
	display: block;
	width: 736px;
	padding: 0;
	margin: 0 auto;
}
.featureddescript {
	height: 285px;
	float: left;
	width: 389px;
	margin: 0;
	padding: 0 0 0 30px;
	text-align: left;
	
	text-shadow: 0px -1px 0px #000;
}
.featuredproducttext {
	height: 200px;
	width: 389px;
	margin-top: 20px;
}
.featuredproducttext h3 a{
	font-size: 32px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: normal;
}
.featuredproducttext p {
	margin: 7px 0 14px 0;
	font-size: 14px;
	color: #D4D0C8;
}
.featuredproductview a {
	text-align: center;
	font-size: 18px;
	padding: 10px 30px;
	background: #438600;
	width: 180px;
	color: #fff;
}
.featuredproductview a:hover {
	background: #2D5B00;
}
.featuredimage {
	float: left;
	height: 285px;
	width: 317px;
}
.featuredimage img {
	margin-top: 20px;
	border: 1px solid white;
	
	-khtml-box-shadow: 0px 2px 15px #000; 
	-webkit-box-shadow: 0px 2px 15px #000; 
	-moz-box-shadow: 0px 2px 15px #000; 
	box-shadow: 0px 2px 15px #000;
}
#carouselselect {
	position: relative;
	bottom: -15px;
}
#carouselleft {
    position: absolute;
    top: 100px;
    left: 10px;
    width: 70px;
    height: 70px;
}
#carouselleft a {
	display: block;
	background: url(../images/carouselleft.png);
	height: 70px;
	width: 70px;
}
#carouselright a {
	display: block;
	background: url(../images/carouselright.png);
	height: 70px;
	width: 70px;
}
#carouselleft a:hover {
    background-position: -70px;
}
#carouselright a:hover {
    background-position: -70px;
}
#carouselleft a, #carouselright a {
	color: white;
	font-size: 30px;
}
#carouselright {
    position: absolute;
    top: 100px;
    right: 10px;
    width: 70px;
    height: 70px;
}
a.carouselselect {
	line-height: 16px;
	padding: 0px 8px;
	cursor: pointer;
	background: url(../images/carouselinactive.png) no-repeat;
}
a.current {
	background: url(../images/carouselactive.png) no-repeat;
}
a.carouselselect:hover {
	background: url(../images/carouselhover.png) no-repeat;
}

#homeblock_group
{
	margin: 0 auto;
	text-align: center;
}

.homeblock 
{
	width: 300px;
	margin: 0 27px 0 0;
	padding: 0;
	
	display: inline-block;
	vertical-align:bottom;
	
	-khtml-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000; 
	box-shadow: 0px 1px 2px #000;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.lasthomeblock {
	float: right;
	margin-right:0px;
}

.homeblocktop img {
	margin-top: 19px;
	margin-left: 19px;
	float: left;
}
.homeblocktop {
	height: 80px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
	background: white;
	
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.homeblocktop a.learn{
	float: right;
	color: #0066cc;
	font-size: 12px;
	height: 31px;
	margin-right: 16px;
	margin-top: 45px;
	text-decoration: underline;
}
.homeblockdescription {
	font-size: 12px;
	height:100px;
	line-height: 150%;
	color: black;
	border-top: 1px solid #FFF;
	background: url(../images/homeblockbackground.png) repeat-x;
	
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.homeblockdescription p {
	margin: 15px 15px 0px 19px;
}

/*********************************
*	Footer
**********************************/
#footer {
	background: transparent url(../images/footerbackground.png) repeat-x;
	height: 120px;
	padding: 20px 0 0 0;
	margin: 0px auto;
	behavior: none;
}
#footerblocks {
	width: 960px;
	text-align: left;
	margin: 0px auto;
}
#footer .footerblock {
	float: left;
	width: 300px;
	margin: 0 27px 0 0;
	padding: 0;
	font-size: 10px;
	color: #999999;
}
#footer .lastfooterblock {
	float: right;
	margin-right:0px;
}
#footer .footerblock img {
	margin-bottom: 7px;
}
#footer .footerblock li {
	list-style: none;
	line-height: 2;
	font-size: 12px;
}
#footer .footerblock li a {
	font-weight: bold;
	color: #666666;
}
#footer .lastfooterblock li a {
	font-weight: normal;
	color: #666666;
}
/*********************************
*	Login Page
**********************************/
form#login {
	margin: 10px 20px;
}
form#login fieldset {
	padding: 10px 0px;
}
form#login fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form#login label {
	width: 115px;
	padding-right: 5px;
	text-align: right;
}
form#login legend {
	padding: 0 2px;
	font-weight: bold;
}
form#login label {
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
}
form#login fieldset ol {
	margin: 0;
	padding: 0;
}
form#login .button {
    border: none;
    background: url("./images/searchbuttonbackground.png") repeat scroll 0 0 transparent;
    padding: 2px 8px;
    margin: 7px 0px 7px 130px;
    
    text-shadow: 0 1px 0 #EEEEEE;
    border-radius: 25px;
}
form#login .button:hover {
    border: none;
    background: #c5c5c5;
}
form#login .error {
	margin: 0px 100px 0px 130px;
	width: 350px;
	color: red;
	text-align: left;
}

/*********************************
*	Other
**********************************/
.bupgrade li {
	list-style: circle inside;
}
#debug {
	text-align: left;
	width: 100%;
}


.sidebar_brand
{
	cursor:pointer;
}

.sidebar_category
{
	cursor:pointer;
}

.sidebar_class
{
	margin-left:20px;
	
}

.sidebar_product
{
	margin-left:20px;
	
}

.sidebar_collapse
{
	display:none;	
}

.sidebar_brand_label
{
	cursor:pointer;	
	display: inline-block;
}

.sidebar_class_label
{
	cursor:pointer;	
	display: inline-block;
}

.sidebar_subclass_label
{
	cursor:pointer;	
}

.sidebar_category_label
{
	display:inline-block;
}

.box_collapsed
{
	display: inline-block;
	width:10px;
	height:10px;
	background:url("/images/subsideboxexpand.gif");
}

.box_expanded
{
	display: inline-block;
	width:10px;
	height:10px;
	background:url("/images/subsideboxcontract.gif");
}

#category_table
{
	background-color: white;
	padding-top: 50px;
	-khtml-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#browse_table
{
	background-color: white;
	padding-top: 20px;
	-khtml-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;
	-moz-box-shadow: 0px 1px 2px #000;
	box-shadow: 0px 1px 2px #000;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.category_image
{
	width: 150px;
}

.category_container
{
	width: 158px;
	height:220px;
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -75px;
}

.category_image_container
{
	border: 4px groove;
}

.category_label
{
	font-size:12px;
	text-shadow: 0px 1px 0px #F3F3F3;
}

.category_label:visited
{
	color: #e50722;	
}

.buy_now_container
{
	display:inline-block; 
	width:200px; 
	position:relative;
	left:160px; 
	top:-25px;	
}

.field_box
{
	color: black;
}

/* What the cell does when invalid information is currently being entered in */
.field_box_invalid_focus
{
  background-position: 152px center;
  background-image:none;
  background-repeat: no-repeat;
  background-size: 18px 18px;
 
  border: medium solid #FF0000 #CC0000;
  
  border-top-color: #ff0000;
  border-right-color: #ff0000;
  border-bottom-color: #ff0000;
  border-left-color: #ff0000;
  -webkit-box-shadow: rgba(255, 0, 0, 0.3) 0px 5px 8px;
  -moz-box-shadow: rgba(255, 0, 0, 0.3) 0px 5px 8px; /* FF 3.5+ */
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-size:10px;
  font-weight: 100;
  color: red;
  text-shadow: rgba(255, 255, 255, 0.8) 2px 2px 2px;
  cursor:text;
  vertical-align:middle;
}

/* What the cell does after to user leaves a field with invalid data */
.field_box_invalid
{
  background-position: 152px center;
  background-image:none;
  background-repeat: no-repeat;
  background-size: 18px 18px;
   
  border-top-color: #df7446;
  border-right-color: #e3835a;
  border-bottom-color: #e3835a;
  border-left-color: #e3835a;
  -webkit-box-shadow: rgba(217, 95, 74, 0.3) 0px 5px 8px;
  -moz-box-shadow: rgba(217, 95, 74, 0.3) 0px 5px 8px; /* FF 3.5+ */
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-size:10px;
  font-weight: 100;
  color: red;
  text-shadow: rgba(255, 255, 255, 0.8) 2px 2px 2px;
  cursor:text;
  vertical-align:middle;
}

.field_box_warning
{
  background-position: 152px center;
  background-image:none;
  background-repeat: no-repeat;
  background-size: 18px 18px;
   
  border-top-color: #dfdf46;
  border-right-color: #e3e35a;
  border-bottom-color: #e3e35a;
  border-left-color: #e3e35a;
  -webkit-box-shadow: rgba(217, 217, 74, 0.3) 0px 5px 8px;
  -moz-box-shadow: rgba(217, 217, 74, 0.3) 0px 5px 8px; /* FF 3.5+ */
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-size:10px;
  font-weight: 100;
  color: #F90;
  text-shadow: rgba(255, 255, 255, 0.8) 2px 2px 2px;
  cursor:text;
  vertical-align:middle;
}

.field_box_warning_focus
{
  background-position: 152px center;
  background-image:none;
  background-repeat: no-repeat;
  background-size: 18px 18px;
   
  border: medium solid #FFFF00 #CCCC00;
   
  border-top-color: #dfdf46;
  border-right-color: #e3e35a;
  border-bottom-color: #e3e35a;
  border-left-color: #e3e35a;
  -webkit-box-shadow: rgba(217, 217, 74, 0.3) 0px 5px 8px;
  -moz-box-shadow: rgba(217, 217, 74, 0.3) 0px 5px 8px; /* FF 3.5+ */
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-size:10px;
  font-weight: 100;
  color: #F90;
  text-shadow: rgba(255, 255, 255, 0.8) 2px 2px 2px;
  cursor:text;
  vertical-align:middle;
}