body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #420F2C;
	background-image: url(images/damask.jpg);
	background-repeat: repeat;
	background-position: center;
}


#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #336600;
	text-align: center;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #420F2C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
a:hover,a:active  {
	color: #CC00CC;
}


#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #660066;
}

#header {
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660066;
}

#main {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

.twitter a {
	font-size: 10px;
}

.twitter a:hover, a:active {
	color: #CC00CC;
}

.flash {
	font-size: 13px;
	font-weight: bold;
	background-color: #F0E0FF;
	text-align: center;
	border: thick ridge #8f1076;
	color: #8f1076;
}

.sidebox {
	border-right-style: solid;
	border-right-color: #660066;
	text-align: left;
	border-right-width: thin;
}

.sidebar {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
}

#products {
	text-align: center;
	border: thin groove #660066;
}

h1 {
	text-align: center;
	font-size: 22px;
}

#form {
	border: thin solid #660066;
}

.eparty {
	text-align: center;
}

h2 {
	font-size: 16px;
	text-align: center;
}

h3 {
	font-size: 14px;
}

.copyright {
	font-size: 12px;
	color: #000000;
}




hr {
	position: relative;
	top: -5px;
	color: #660066;
	border: thin groove #660066;
	width: 500;
}
#container  #main  .small {
	font-size: 16px;
}

  .product-image {
}
  .product-title, .product-price, .product-shipping { 
  font-weight:bold; 
}
  .data-cell {
	font-size: 16px;
	font-weight: bold;
	vertical-align:middle;
}
  .align-cart {
}

  .override #googlecart-widget-head {
    width: 320px
  }
  .override #googlecart-widget-body {
    width: 320px
  }
