/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

html 
{
	background-color: black;
	background-image: url(/sites/all/files/images/design/stars.gif);
	background-repeat: repeat;
}

a:link, a:hover, a:focus, a:active, a:visited { color: #609; }

.header-group-wrapper
{
	background-color: black;
	background-image: url(/sites/all/files/images/design/stars.gif);
	background-repeat: repeat;
}

.header-primary-menu-wrapper { background: #CCFFFF; border-bottom: 5px solid #336666; }

.primary-menu-inner ul.menu li a:link { background: #CCFFFF; color: #333; border-left: 1px solid white; font-weight: bold; }

.primary-menu-inner ul.menu li a:visited { background: #CCFFFF; color: #333; border-left: 1px solid white; font-weight: bold;  }

.primary-menu-inner ul.menu li:hover a { background: #336666; color: white; border-left: 1px solid #33CCCC; font-weight: bold; }

.primary-menu-inner ul.menu li.last a { border-right: 1px solid white; }

table.category-products tr.odd, tr.even td { vertical-align: top; }

table.category-products tr.odd td form { margin: 0; }

table.category-products tr.even td form { margin: 0; }

ul.uc-categories { background: #336666; }

.category-grid-products .catalog-grid-title { text-align: center; }

.category-grid-products .catalog-grid-sell-price { font-size: inherit; text-align: center; }

.uc_out_of_stock_throbbing { display: none; }

