table#layout
{
	width: 100%;
}

table#layout td
{
	vertical-align: top;
	padding: 3px;
}

table#layout td#title
{
	padding-top: 80px;
	font-size: large;
}

table#layout td#sidelinks
{
	background-color: #848383;
	color: white;
	font-family: times new roman;
	font-size: large;
	line-height: 1.5;
	width: 165px;
}

div#sidelinkspadd
{
	padding: 4px;
}

table#layout td#sidelinks a
{
	color: white;
	text-decoration: none;
}

table#layout td#sidelinks div#cartsummary a
{
	text-decoration: underline;
}

h1
{
	font-size: medium;
	display: inline;
}

h1 img
{
	vertical-align: middle;
}

div#sublinks
{
	float: right;
	background-color: #848383;
	color: white;
	padding: 4px;
	margin-right: 5px;
	font-size: x-small;
}

div#sublinks a
{
	color: white;
	margin: 0px 4px;
}

div#sublinks form
{
	display: inline;
}

table.list
{
	width: 630px;
	margin: 16px 4px;
	clear: both;
	border-style: solid;
	border-width: 2px;
	border-color: #848383;
}

table.list th
{
	text-align: center;
	color: white;
	background-color: #848383;
}

table.list th img
{
	margin: 0px 8px;
}

table.list th a
{
	color: white;
}

table.list td
{
	text-align:left;
	color: black;
	background-color: #DDDFE3;
}

table.list td, table.list th
{
	font-size: small;
	border-style: none solid;
	border-width: 2px;
	border-color: #848383;
	padding: 4px;
}

table.list td table td
{
	border-style: none;
}

table#productList
{
	width: 600px;
}

td.product
{
	padding: 8px;
	width: 200px;
}

td.product table
{
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #848383;
}

td.product td.productName
{
	font-style: italic;
	font-weight: bold;
}

td.product td.productOptions
{
	font-size: small;
	text-align: right;
}

td.priceSetName
{
	font-weight: bold;
}

table.priceSetDetails
{
	border-style: solid;
	border-width: 1px;
	border-color: #848383;
	font-size: small;
}

table.priceSetDetails input
{
	text-align: right;
}

table.priceSetDetails input, table.priceSetDetails select
{
	width: 100px;
}

table#bottomlinks td
{
	padding: 0px 8px;
	font-size: small;
}

table#bottomlinks td a
{
	color: #b0b0b0;
	text-decoration: none;
}

table#admin
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 16px;
	margin-right: 12px;
}

table#admin td
{
	border-style: solid none;
	border-color: #E0E0E0;
	border-width: 2px;
	padding: 16px 8px;
}

table#admin td img
{
	vertical-align: middle;
}

table#admin td a
{
	text-decoration: none;
}

table#admin td a:hover
{
	text-decoration: underline;
}

table#admin td a img
{
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 10px;
}

div#pagination
{
	text-align: center;
	width: 600px;
}

div#popUpWin
{
	text-align: center;
}

div#popUpWin table.list
{
	width: 100%;
}

a
{
	color: black;
}

a img
{
	border-style: none;
}

.border
{
	border-style: solid;
	border-width: 1px;
	border-color: #848383;
}

h2
{
	font-size: medium;
	margin-left: 64px;
}

span.attributes
{
	color: #848383;
	margin-left: 32px;
}

table.carttable
{
	width: 100%;
	margin-top: 8px;
	margin-left: 32px;
	margin-right: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #848383;
}

table#layout table.carttable td
{
	vertical-align: middle;
	padding: 4px;
}

table.carttable td input
{
	width: 64px;
	text-align: center;
}

table.carttable td img
{
	vertical-align: middle;
}

tr.subtotal
{
	background-color: #848383;
}

tr.subtotal td
{
	padding: 4px;
	text-align: right;
	color: white;
	font-size: medium;
}

table.carttable form
{
	margin: 0px;
}

table
{
	border-collapse: collapse;
}

table#tabnav td
{
	width: 150px;
	height: 31px;
	background-image: url(img/tab1.gif);
	text-align: center;
	vertical-align: middle;
	font-size: x-small;
	padding: 0px;
}

table#tabnav td.selected
{
	color: black;
	font-weight: bold;
	background-image: url(img/tab2.gif);
}