﻿* {
	margin: auto;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#dedede;
		text-align:center;
}


.title	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.desc	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	margin-top:4px;
}

A.addlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003768;
	text-decoration: none;
}

A.addlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #619080;
	text-decoration: underline;
}

A.remove:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003768;
	text-decoration: none;
}

A.remove:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003768;
	text-decoration: none;
}

A.remove:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #619080;
	text-decoration: underline;
}

A.addlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003768;
	text-decoration: none;
}



.price	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
}

.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003768;
	text-decoration: none;
	padding-bottom:10px;
}

hr{
	color: #eeeeee;
	background-color:#CCC;
	height: 1px;
	border: 0;	

}

.carthead{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background-color:#83a7c6;
	
}

.cart
{
	background-color:#eeeeee;
}

.txt	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button {
    border: 1px solid #006;
    background: #003768;
	width:80px;
	color:#fff;
	font-size:10px;
	margin-left:20px;
}

#wrapper	{
	margin: 0 auto;
	width: 1000px;
	background: #ffffff url('/images/backgrounds/bg.gif') repeat-y;
	text-align: left;
	
}

#footer	{
	padding-right: 125px;
	text-align: center;
	font-size: .75em;
}

