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: #fb40b0;
	background-image: url(images/damask.jpg);
	background-repeat: repeat;
	background-position: center;
	background-color: #F09;
}


#container {
	width: 900px; /* 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;
	background-color: #000;
}

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


#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;
	padding-left: 50px;
}
#davincicon {
	color: #6F3;
}
#davincicon a{
	color: #0C0;
}
#davincicon a:hover  {
	color: #6F0;
}

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

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

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

.flash {
	font-size: 13px;
	font-weight: bold;
	background-color: #fed2ec;
	text-align: center;
	border: thick ridge #ff0099;
	color: #6a0240;
	width: 640px;
}

.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: #ff0099;
	border: thin groove #ff0099;
	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
  }

