@media all
{
	body  {
		margin: 0px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		background-color: #e7e7e7;
	}
	
	BODY,TH,TD  { font-size: 90% }
	
	#body {
		border: 1px solid grey;
		max-width: 1100px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 5px 5px #888;
		-moz-box-shadow: 0 0 5px 5px #888;
		-box-shadow: 0 0 5px 5px #888;
	}
	
	a {
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover {
		color: #777;
		text-decoration: underline;
		text-shadow: 1px 1px 1px #acacac;
	}
	
	li { margin-top: 5px; }
	
	dl { font-weight: bold; }
	dd { font-weight: normal; }
	
	.open, .active { display: block; }
	.closed, .inactive { display: none; }
	
	.menu a:hover { text-decoration: none; }
	.menu li { line-height: 150%; border-top: 1px solid grey; }
	
	.menu ul {
		list-style-type: none;
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-top: 0px;
	}
	.menu ul li { 
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.menu ul ul li { 
		margin-left: 20px;
		margin-top: 0px;
		padding-left: -20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.menu a { display: block; }
	.menu li a { font-weight:bold; }
	.menu li li a { font-weight:normal; color:#bf4337; }
	.menu li li li a { color: #d94c3f; }
	
	.TopCategory {
		font-weight: bold !important;
		color: #a0382f !important;
	}
	.ThisCategory {
		font-weight: bold !important;
		color: #a0382f !important;
	}
	
	.withnumbers li {
		list-style-type: decimal;
		padding-top: 0em;
		padding-bottom: 0em;
		margin-left: 0px;
	}
	.warning { color: #f00; font-weight: bold }
	.notice { color: #f00 }
	
	.pageTitle {
		color: #444;
		font-size: 125%;
		font-weight: bold;
		font-style:italic;
	}
	.specials  { font-weight: bold }
	
	.sortNameHeader
	{
		background-color: #555;
		color: white;
		padding: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	
	.borderbox {
		background-color: #ffffff;
		border: solid 1px #666666;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	.kitBox {
		border-top:1px solid black;
		border-left:1px solid black;
		border-right:1px solid black;
		empty-cells:show;
	}
	.kitBox td {
		border-bottom:1px solid black;
	}
	.kitBox a {
		display: block;
	}
	
	.AttributeNote {
		background-color: #fff090;
		border-bottom: 2px solid grey;
		border-top: 1px dotted grey;
		color: #666;
	}
	
	.AttributeTable {
	
	}
	.AttributeTable th {
		background-color: #ddd;
	}
	.AttributeTable td {
		border-top: 1px solid grey;
		font-size: 12px;
	}
	
	.CartTable {
	
	}
	.CartTable th {
		background-color: #ddd;
	}
	.CartTable td {
		border-top: 1px solid grey;
	}
	
	
	.couponBox {
		width: 250px;
		border-top:1px solid black;
		border-left:1px solid black;
		border-right:1px solid black;
	}
	.couponBox td {
		border-bottom:1px solid black;
	}
	
	
	.CouponCombinable {
		background-color: #FF9999;
	}
	
	.CouponNotCombinable {
		background-color: #9999FF;
	}
	
	.greybox {
		border: 1px solid grey;
		background-color: #efefef;
		padding: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	
	
	
	#topUserNavBar {
		background-image: url("/images/gradient1.png");
	}
	#topUserNavBar a, #topUserNavBar th, #topUserNavBar td {
		font-size: 12px;
		color: white;
		font-weight: bold;
	}
	#topUserNavBar a:hover {
		text-shadow: 1px 1px 1px white;
	}
	
	
	#topNavBar {
		background-image: url("/images/gradient2.png");
	}
	#topNavBar a, #topNavBar th, #topNavBar td {
		font-size: 12px;
		color: white;
		font-weight: bold;
	}
	#topNavBar a {
		display: block;
		padding: 3px;
	}
	#topNavBar a:hover {
		color: #fcfb00;
		text-decoration: none;
	}
	#topNavBar .top
	{
		border-top: 1px dotted white;
	}
	#topNavBar .right
	{
		border-right: 1px dotted white;
	}
	
	
	.PageNumber {
		padding: 5px;
		line-height: 175%;
	}
	.PageNumbers {
		margin-top: 25px;
	}
	.PageNumbers a {
		padding: 3px;
		border: 1px solid #666;
		background-color: #eee;
	}
	.PageNumbers a:hover {
		background-color: #ccc;
	}
	
	
	.arrowMarker {
		list-style-image: url(/images/arrow_right.gif); 
	}
	
	
	form #successBox, .successBox {
		border-top: 1px solid green;
		border-left: 1px solid green;
		border-bottom: 2px solid green;
		border-right: 2px solid green;
		background-color: #eeffee;
		text-align: center;
		margin: 15px;
		color: green;
		padding: 8px;
	}
	
	form .successMessage, form #successBox a, .successBox a {
		color: green;
	}
	
	#errorBox, #errorBox2, #errorBoxCC, #errorBoxAuthNet, #errorShippingBox, .errorBox {
		border-top: 1px solid red;
		border-left: 1px solid red;
		border-bottom: 2px solid red;
		border-right: 2px solid red;
		background-color: #ffeeee;
		text-align: center;
		margin: 15px;
		color: red;
		padding: 8px;
	}
	
	.errorMessage, #errorBox a, #errorShippingBox a, .errorBox a {
		color: red;
	}
	
	.retailCount { color: #009900; }



}






@media print
{
	body        { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
	body, td, th { font-size: 12px }
	
	.warning { color: #f00 }
	
	.formWarning {
		background-color:#f99;
	}
	
	.formLabelWarning {
		color:#f00;
	}
	
	.noprint { visibility: hidden; display:none; }
}
