﻿a.cartReset
{
	text-decoration:none;
	color:#000;
}

table.cartTable a
{
	color:#000;
	text-decoration:none;
}

table.cartTable a:hover
{
	color:#BF272D;
	text-decoration:underline;
}

table.cartTable th
{
	text-align:left;
	background-color:#000;
	color:#fff;
}

a:hover.cartReset
{
	color:#BF272D;
}

div#noItemsFound
{
	height:0;
	position:absolute;
	margin:10px;
}

div#productCard
{
	margin:10px;
	height:100%;
	overflow:auto;
}

div#productCard img
{
	margin-bottom:10px;
	border:solid 1px #333;
}

div#productCard div.description
{
	font-family:'Courier New', Verdana;
	font-size:11px;
	font-weight:normal;
	margin-bottom:15px;
}

div#productCard div.addToCart
{
	margin-top:20px;
}

div#productCard div.addToCart a
{
	background-color:#BF272D;
	color:#fff;
	padding:4px;
	font-family:"Trebuchet MS",Verdana,Sans-Serif;
	font-size:12px;
	text-decoration:none;
}

div#productCard div.addToCart a:hover
{
	text-decoration:underline;
}

div.subSection
{}

div.subSection ul
{
	height:130px;
	overflow:auto;
	/**/
	margin-left:20px;
	list-style:none;
}

/* CART */
tr.black
{
	height:1px;
	overflow:hidden;
	background-color:#000;
}
