/* Main Layout */
body {
font-size:11px;
}

td.cd {
background-image: url(images/cd.jpg);
background-position:center;
background-repeat:no-repeat;
text-align:right;
vertical-align:bottom;
width:785px;
height:200px;
margin:10px;
padding:10px;
font-size:10px;
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
}

.borderT {
background-image:url(images/greyT.gif);
background-repeat:repeat-x;
height:10px;
}

.borderR {
background-image:url(images/greyR.gif);
background-repeat:repeat-y;
width:10px;
}

.borderL {
background-image:url(images/greyL.gif);
background-repeat:repeat-y;
width:10px;
}

.borderB {
background-image:url(images/greyB.gif);
background-repeat:repeat-x;
height:10px;
}

td.borderULC, td.borderURC, td.borderLLC, td.borderLRC {
width:10px;
height:12px;
}

table.mainLayout td {
border-collapse:collapse;
border:0px;
padding:0px;
}

img {
border:0px;
}

/* Menu Layout */
img.menuSpacer {
margin:0px 8px 5px 8px;
}

table.topMenu {
border-collapse:collapse;
border:0px;
padding:0px;
}

td.topMenuMain {
background-color:#FFACD6;
width:760px;
}

td.topMenuMain img{
padding:0px 10px 0px 10px;
}

td.topMenuL, td.topMenuR{
height:27px;
width:11px;
}

/* Information Layout */
td.mainLeft {
width:150px;
vertical-align:top;
}

td.mainRight {
width:200px;
vertical-align:top;
}

td.mainBody {
text-align:center;
width:450px;
background-position:center;
background-position:top;
background-repeat:no-repeat;
font-size:12px;
}

#mainBody {
margin:5px 0px 0px 0px;
text-align:left;
}

/* Side Menus */
td.mainLeftBody {
width:125px;
}

td.mainRightBody {
width:175px;
}

td.mainRightBody p {
margin:0px;
padding:0px;
}

.pborderT {
background-image:url(images/pinkT.gif);
background-repeat:repeat-x;
}

.pborderB {
background-image:url(images/pinkB.gif);
background-repeat:repeat-x;
}

.pborderL {
background-image:url(images/pinkL.gif);
background-repeat:repeat-y;
}

.pborderR {
background-image:url(images/pinkR.gif);
background-repeat:repeat-y;
}

.mainBody {
vertical-align:top;
}

a.categoryListing:link {
text-decoration:none;
font-size:11px;
color:#000000;
}

a.categoryListing:visited {
text-decoration:none;
font-size:11px;
color:#000000;
}

a.categoryListing:hover {
text-decoration:none;
font-size:11px;
color: #003300;
text-decoration:underline;
}

/* DIV Tags */
div.sideMenus {
font-size:11px;
width:200px;
}

/* Header Tags */
h1 {
font-size:20px;
font-weight:bold;
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
padding:2px 0px 2px 2px;
margin:2px 0px 2px 2px;
}

h2 {
font-size:16px;
font-weight:bold;
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
padding:2px 0px 2px 2px;
margin:2px 0px 2px 2px;
}

h3 {
font-size:12px;
font-weight:bold;
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
padding:2px 0px 2px 2px;
margin:2px 0px 2px 2px;
}

blockquote {
margin:5px;
}

img.thumbNail {
width:100px;
height:100px;
}

table.shoppingList {
border:1px solid #666666;
background-color:#E8E8E8;
}

td.thumb {
width:110px;
padding-right:5px;
}

td.price {
width:75px;
}

td.name {
width: 240px;
padding-left:5px;
}

/* Inventory Layout */
table.inventory {
width: 500px;
}

td.description {
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
padding:5px;
margin:5px;
font-size:11px;
width:240px;
vertical-align:top;
}

td.image {
padding:5px;
vertical-align:top;
}

td.image img{
border:2px solid #FF99FF;
}

th.heading {
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
font-size:12px;
text-align:right;
width:80px;
vertical-align:top;
}

td.addItem {
text-align:right;
padding:10px;
}

.addItemButton {
font-family: Papyrus;
font-size:12px;
padding:2px;
border-right:2px solid #9900FF;
border-bottom:2px solid #9900FF;
border-top:2px solid #9999FF;
border-left:2px solid #9999FF;
background-color: #9966CC;
color: #FFFFFF;
font-weight:bold;
}

div.subCat {
background-image:url(images/unanimatedArrow.gif);
background-repeat:no-repeat;
padding-left:23px;
}

div.subCat:hover {
background-image:url(images/animatedArrow.gif);
background-repeat:no-repeat;
padding-left:23px;
}


a.subCategoryListing:link, a.subCategoryListing:visited {
	color: #660099;
	text-decoration:none;
	font-weight:bold;
}

a.subCategoryListing:hover {
	color: #FF3399;
	text-decoration:none;
	font-weight:bold;
}

a.mainCategoryListing:link, a.mainCategoryListing:visited {
	color: #FF3399;
	text-decoration: none;
	font-weight:800;
}

a.mainCategoryListing:hover {
	color: #660099;
	text-decoration: none;
	font-weight:800;
}

td.price {
	color: #660099;
	font-weight:800;
}

/* Cart */
table.shoppingCart {
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
font-size:12px;
}

table.shoppingCart td.name {
width:200px;
}

table.shoppingCart td.eaPrice {
width:50px;
text-align: center;
}

table.shoppingCart td.price {
width:50px;
text-align: center;
}

table.shoppingCart td.total {
text-align:right;
font-weight:bold;
}

table.shoppingCart td.quantity {
width:40px;
text-align:center;
}

a.cartButton {
text-align:center;
vertical-align:top;
}

input.quantity {
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
font-size:12px;
width:50px;
border:2px solid #FF99FF;
text-align:center
}

/* Contact Page */
table.contact td{
padding:2px;
}

table.contact th {
text-align:right;
}

/* Forms */
table.form_table {
padding:10px;
}

th.form_table {
font-size:12px;
text-align:right;
padding-right:3px;
vertical-align:top;
font-family:Papyrus;
}

td.form_table {
vertical-align:top;
}

td.form_table_help {
text-align:right;
margin:2px;
font-size:12px;
}

p.form_table {
color: #999999;
font-size:11px;
text-align:right;
padding-bottom:10px;
font-family: Tahoma, Gautami, "Bitstream Vera Sans";
margin:0px;
}

input.form_table {
background-color: #FFCCFF;
font-size:11px;
font-weight:bold;
border: 1px dotted #FF6699;
font-family: Tahoma, Gautami, "Bitstream Vera Sans";
width:150px;
}

textarea.form_table {
background-color: #FFCCFF;
font-size:11px;
font-weight:bold;
border: 1px dotted #FF6699;
font-family: Tahoma, Gautami, "Bitstream Vera Sans";
}

input.form_table:hover {
background-color: #FF66FF;
border: 1px dotted #FF3399;
}

input.form_table_login {
width:72px;
height:28px;
background-image:url(images/loginUp.gif);
background-repeat:no-repeat;
outline: none;
border: 0px;
}

input.form_table_login:hover {
width:72px;
height:28px;
background-image:url(images/loginDown.gif);
background-repeat:no-repeat;
outline: none;
border: 0px;
}

input.form_table_add_customer {
width:83px;
height:27px;
background-image:url(images/addAccountUp.gif);
background-repeat:no-repeat;
outline: none;
border: 0px;
}

input.form_table_add_customer:hover {
width:83px;
height:27px;
background-image:url(images/addAccountDown.gif);
background-repeat:no-repeat;
outline: none;
border: 0px;
}

input.remaining {
width:40px;
background-color:#FFFFFF;
border: 1px dotted #FF3399;
text-align:center;
}

/* LISTS */
ul.customer_pic li {
font-family:Tahoma, Gautami, "Bitstream Vera Sans";
font-size:10px;
width:250px;
}

/* Customer Pics */
p.caption {
text-align: center;
font-size:10px;
font-family:Tahoma;
color:#999999;
}

p.description {
text-align: center;
font-size:10px;
font-family:Tahoma;
}

table.customer_pic_display td {
padding:10px 2px 10px 2px;
width:205px;
border:1px dotted #CCCCCC;
}

p.logged {
padding-right:20px;
}



table.featuredList {
	background-color:#E8E8E8;
	border-color:#990000;
	border-width:4px;
	border-style: double;
	padding:2px;
}

table.featuredList img{
	border-color:#990000;
	border-width:4px;
	border-style: solid;
}

table.featuredList a.mainCategoryListing {
	color:#990000;
}

h2.featuredList {
	font-size:14px;
	font-weight:bold;
	font-family:Tahoma, Gautami, "Bitstream Vera Sans";
	padding:2px 0px 2px 2px;
	margin:2px 0px 2px 2px;
	color:#990000;
	text-align:center;
}

#google {
border: #CCCCCC dotted 1px;
}
