body
	{
	margin: 0;
	padding: 0;

	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}




a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}







/* Table design */
table.bodycopy
	{
		width: 100%;
		height: 100%;
	}




/* Column Design */
th
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	background-color: #999999;
	border-bottom: 2px #666666 solid;
	}

td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	}







/* Form attributes */


input
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	}

select
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-color: #ffffff;
	border: #666666 1px solid;
	border-style: solid;
	}



/* Lists */
li {list-style-type:square}
li li {list-style-type:disc}
li li li {list-style-type:circle}


/* Rules */
hr
	{
		margin: 0px;
		spacing: 0px;
		height: 1px;
		color: #006699;
	}








/* phpshop Specific classes BELOW THIS LINE */

/* Dispays the (sub)category listing for each category */
.phpshop-subcat
	{
	width: 100%;
	background-color: #CBDCDF;
	margin: 0;
	spacing: 1;
	}

.phpshop-prod-summary
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color : #333333;
	background-color: #CBDCDF;
	border: 1px #999999 solid;
	margin: 2px; 
	spacing: 0x;
	}

.phpshop-prod-summary#heading
	{
	font-weight: bold;
	color : #6f6f70;
	border: 0px;
	}


.phpshop-prod-option
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color : #333333;
	background-color: #ffffff;
	width: 98%;
	}

.phpshop-prod-option-row1
	{
	background-color: #cccccc;
	color: #333333;
	}

.phpshop-prod-option-row2
	{
	background-color: #ccccff;
	color: #333333;
	}


.phpshop-cat-heading
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color : #6f6f70;
	}

.phpshop-prod-heading
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color : #6f6f70;
	}

.phpshop-product
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color : #333333;
	}











.phpshop-menu-link:link
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	background-color: #d8d8d8;
	border-bottom: 1px #888888 solid;
	width: 100%;
	padding: 4px;
	}


.phpshop-menu-link:visited
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	background-color: #d8d8d8;
	border-bottom: 1px #888888 solid;
	width: 100%;
	padding: 4px;
	}

.phpshop-menu-link:active
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	background-color: #d8d8d8;
	border-bottom: 1px #888888 solid;
	width: 100%;
	padding: 4px;
	}

.phpshop-menu-link:hover
	{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight : normal;
	text-decoration : none;
	color : #000000;
	background-color: #fad4bc;
	border-bottom: 1px #888888 solid;
	width: 100%;
	padding: 4px;
	}


.phpshop-menu-link#activeCat
	{
	color: #ff0000;
	background-color: #fad4bc;
	}




.phpshop-button {
	background-color: #ffffff;
	border: 1px blue solid;
	font-size: 8pt;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: blue;
}


.phpshop-button#addtocart {
	width: 50px;
	height: 18px;
}

.phpshop-button#info {
	width: 50px;
	height: 18px;
}
.phpshop-button#updatecart {
	width: 110px;
	height: 18px;
}

.phpshop-button#checkout {
	width: 110px;
	height: 18px;
}

.phpshop-button#edit {
	background-color: blue;
	color: #ffffff;
	width: 50px;
	height: 18px;
}




/* Sortable tables */
table.sortable a.sortheader {
    color: #ffffff;
}

table.sortable span.sortarrow {
    color: #ffffff;
    text-decoration: none;
}

