body {
  padding: 0px;
  margin: 0px;
  font-family: georgia, sans-serif;
  font-size: 10pt;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  font-size: 10pt;
  color: #512B1B;
}

a:hover {
  color: #89d38c;
}

table {
      border: 1px dashed #999999;
      width: 650px;
      background-color: #eeeeee;
}

td {
  padding: 2px;
}

th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

select {
       margin: 3px;
}

.clear {
  height: 0px;
  width: 0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  display: block;
  clear: both;
}

.medium {
  font-size: 10pt;
}

.small {
  font-size: 8pt;
}

div.header {
  //background-color: #542E19;
  background-color: #512B1B;
  color: #ff7900;
  width: 100%;
  height: 150px;
  margin: 0px;
}

div.headercontent {
  width: 650px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

img.logoimage {
  position: relative;
  margin-top: 46px;
  margin-left: -18px;
}

div.headerleft {
  float: left;
}

div.headerright {
  float: right;
  padding-top: 30px;
}

a.headerlink {
  color: white;
  font-size: 10pt;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
}

a.headerlinklast {
  color: white;
  font-size: 10pt;
}

div.divider {
  border-top: 1px dashed #512B1B;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

div.menubar {
  width: 100%;
  padding: 0px;
  margin-bottom: 15px;
  background-color: #B3F0B6;
  border-top: 5px solid #F89827;
  border-bottom: 2px solid #89d38c;
}

div.menulinks {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.menulink {
  font-size: 12pt;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #89d38c;
}

a.menulink:hover {
  color: #ffffff;
}

a.menulinkleft {
  border-left: 1px solid #89d38c;
}

div.toolbar {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  padding: 0px;
  text-align: left;
}

div.left {
  float: left;
}

div.right {
  float: right;
}

a.menulinkfocus {
  border: 1px dashed grey;
}

div.content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 650px;
}

div.left_column {
  display: block;
  float: left;
  width: 425px;
}

div.right_column {
  display: block;
  float: right;
  width: 225px;
}

div.footer {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px dashed #542E19;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 50px;
}

a.footerlink {
  color: #333333;
  font-size: 9pt;
  margin-right: 10px;
}

a.greenlink {
  color: #005500;
  font-size: 9pt;
  margin-right: 10px;
}

div.tableLabel {
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 5px;
}

.alert {
       color: red;
       font-size: 8pt;
       padding: 0px;
}

div.featuredTitle {
	font-size: 16pt;
	font-weight: bold;
}

div.featuredBox {
	background-image: url(/includes/templates/clementine/images/starburst.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px dashed #89d38c;
	width: 375px;
	height: 220px;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

img.featuredImage {
	width: 200px;
	border: 0px;
}

div.featuredName {
	font-size: 10pt;
}

div.featuredDescription {
	text-align: left;	
	padding-left: 5px;
	padding-right: 5px;
	width: 385px;
}

div.featuredPrice {
	margin-top: 10px;
	font-size: 16pt;
	font-weight: bold;
	width: 385px;
	text-align: right;
}

div.newItemColumn {
	padding-bottom: 15px;
	text-align: center;
}

div.newItemBox {
	border: 1px dashed #89d38c;
}

div.newItemTitle {
	width: 225px;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

img.newItemImage {
	width: 150px;
	border: 0px;
}

div.newItemDetails {
	padding: 10px;
}

div.newItemPrice {
	width: 225px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 20px;
}


div.refineForm {
	float: left;
	background-color: #f0fdf1;
	border: 1px dashed #89d38c;
	width: 630px;
	padding: 5px;
	margin: 5px;
	margin-bottom: 20px;
}

div.refineLabel {
	float: left;
	display: inline;
	font-weight: bold;
}

div.refineFilters {
	display: inline;
	float: right;
	text-align: right;
}

div.itemBlock {
	width: 315px;
	margin: 5px;
	float: left;
	height: 200px;
}

div.itemContents {
	border: 1px dashed #89d38c;
	background-image: url(/includes/templates/clementine/images/single_starburst.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	width: 300px;
	height: 145px;
}


div.itemPrice {
	width: 300px;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 20px;
}

img.listingProductImage {
	border: 1px dashed #89d38c;
}

div.itemPicture {
	float: left;
	height: 80px;
	width: 100px;
	text-align: center;
	margin-bottom: 3px;
	margin-right: 10px;
	padding: 5px;
}

table.itemPictureTable {
	border: 0px;
	background-color: transparent;
	width: 100px;
	margin: 0px;
	padding: 0px;
	height: 80px;
}

div.itemDescription {
	margin-bottom: 10px;
}

div.listingDescription {
	font-style: italic;
	margin-top: 5px;
	padding-left: 5px;
}

div.smallForm {
	display: block;
	background-color: #f0fdf1;
	border: 1px dashed #89d38c;
	padding: 5px;
	margin: 5px;
}

div.paddedLeft {
	width: 100px;
	margin-left: 20px;
}

div.cartSubTotal {
	border-top: 1px dashed #999999;
	padding-top: 5px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 12pt;
}

div.alsoPurchasedTitle {
	margin-top: 40px;
	margin-bottom: 5px;
}

div.alsoPurchased {
	width: 380px;
	border-top: 1px dashed #89d38c;
}

div.smallProductBox {
	padding: 10px;
	float: left;
}

span.large {
	font-size: 12pt;
	font-weight: bold;
}

div.welcomeText {
	margin-top: 30px;
	border: 1px dashed #89d38c;
	padding: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 355px;
}

span.normalprice {
	text-decoration: line-through;
	color: #999999;
}

span.productSpecialPrice {
	font-size: 150%;
}

h1#indexCategoriesHeading {
	border-bottom: 1px solid #512B1B;
	font-size: 14pt;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.categoryListBoxContents {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #512B1B;
}

div.category_left {
	padding-right: 10px;
	display: block;
	float: left;
	width: 215px;
}

div.category_right {
	display: block;
	float: right;
	width: 415px;
	padding-left: 10px;
}

h3#attribsOptionsText {
	margin: 0px;
	font-size: 10pt;
}

div.wrapperAttribsOptions {
	margin-top: 5px;
	margin-bottom: 5px;
}

h4.optionName {
	margin: 0px;
	font-size: 9pt;
	font-weight: normal;
}

ul.attributeList {
	margin: 2px;
	padding-left: 13px;
}

li.attributeItem {
	margin: 1px;
}

div#productAdditionalImages {
	width: 375px;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #f0fdf1;
	border: 1px dashed #89d38c;
}

img.additionalImage {
	width: 75px;
	border: 1px solid black;
	margin: 2px;
}

div.manufacturer_block {
	padding: 10px;
	margin: 5px;
	margin-bottom: 15px;
	clear: both;
	background-color: #eeeeee;
}

img.manufacturer_image {
	float: right;
	margin-bottom: 10px;
	margin-right: 5px;
}

div.manufacturer_name {
	font-weight: bold;
	font-size: 14pt;
	margin-top: 5px;
}

div.manufacturer_description { 
	clear: both;
	color: #333333;
	margin-top: 10px;
}

#announce_teaser {
	position: absolute;
	color: white;
	width: 133px;
	height: 122px;
	background-image: url(/includes/templates/clementine/images/announce.jpg);
	top: 0;
	left: 0;
}

#teaser_text {
	position: absolute;
	width: 90px;
	height: 68px;
	padding: 10px;
	overflow: hidden;
}

#teaser_text a {
	font-size: 12pt;
	color: white;
}