/* Provides a default color scheme for elements within the store. */

/*** Grids ********************************************************************/

.gridContainer
{
	background-color: #dddddd;
}

.gridContainer table.grid tr.gridHeaderRow td,
.gridContainer table.grid tr th
{
	background-color: #dddddd;
}

.gridContainer table.grid tr.gridRow td
{
	background-color: #ffffff;
}

.gridContainer table.grid tr.gridRowAlt
{
	background-color: #eeeeee;
}

/*** Items ********************************************************************/

.item .itemDetails table
{
	background-color: #dddddd;
}

.item .itemDetails table tr th
{
	background-color: #dddddd;
}

.item .itemDetails table tr.even td
{
	background-color: #eeeeee;
}

.item .itemDetails table tr.odd td
{
	background-color: #ffffff;
}

/*** Shopping Cart ************************************************************/

.cart table th
{
	background-color: #eeeeee;
}

.cart table th.subtotal,
.cart table td.subtotal
{
	border-top: 1px solid #000000;
}

/*** Checkout Steps ***********************************************************/

.checkoutSteps .currentStep
{
	font-weight: bold;
}

/*** Order ********************************************************************/

.order table th
{
	background-color: #eeeeee;
}

.order table th.subtotal,
.order table td.subtotal
{
	border-top: 1px solid #000000;
}

/*** Form *********************************************************************/

div.form>form>table>tbody>tr>th,
div.form>table>tbody>tr>th
{
	background-color: #eeeeee;
}

div.form table tr td div.help
{
	color: #777777;
}

/*** Validation ***************************************************************/

.validation ul li
{
	color: #FF0000;
}

.error
{
	color: red;
}

/*** YUI TabView **************************************************************/

div.yui-navset ul.yui-nav li a,
div.yui-navset div.yui-content
{
    border-color: #AAAAAA;  /* label and content borders */
}

div.yui-navset ul.yui-nav li.selected a,
div.yui-navset ul.yui-nav li a:hover,
div.yui-navset div.yui-content
{
    background-color: #FFFFFF; /* active tab, tab hover, and content bgcolor */
}


/*** Item Import **************************************************************/

.import-help
{
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
}