
/*********************************************************/
/***  Cascading Style Sheet for ShopSite Rounded Theme ***/
/*********************************************************/

/***********************/
/***  Page Defaults  ***/
/***********************/
body, p, h1, h2, h3, td, div, ol, ul, dl, input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  color: #111111;
  background-color: #FFFFFF;
  font-size: 9pt;
}

td {
  font-size: 9pt;
}

  /******************/
/***  Mini Cart ***/
/******************/
div.MiniCart {
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #111111}

img.MiniCart {
  vertical-align: middle;
}

table.MiniCart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
}

th.MiniCart {
  font-weight: normal;
  text-align: center;
}

td.MiniCart {
}

td.MiniCartHead {
  text-align: center;
}

td.MiniCartQty {
  text-align: center;
}

td.MiniCartProduct {
}

td.MiniCartPrice {
  text-align: right;
}

td.MiniCartSubtotalText {
  text-align: right;
}

td.MiniCartSubtotal {
  text-align: right;
}

a.MiniCart:link { 
  text-decoration: underline;
  color: #000}
a.MiniCart:visited { 
  text-decoration: underline;
  color: #000}
a.MiniCart:hover { 
  text-decoration: underline;
  color: #ccc;}
a.MiniCart:active { 
  text-decoration: underline;
  color: #000}



/********************/
/***  Page Links  ***/
/********************/
table.pagelink {
  border-width: 0;
  text-align: left;
}

td.pagelink {
  color: #fff;
  text-align: left;
  margin: 0px;
}

a.pagelink:link { 
  text-decoration: underline;
  color: #fff;
}
a.pagelink:visited { 
  text-decoration: underline;
  color: #fff;
}
a.pagelink:hover { 
  text-decoration: underline;
  color: #ccc;
}
a.pagelink:active { 
  text-decoration: underline;
  color: #fff;
}

a:link img {border: none;}

/********************/
/***  specialspagelink  ***/
/********************/
table.specialspagelink {
  border-width: 0;
  text-align: left;
}

td.specialspagelink {
  color: #111111;
  text-align: left;
  margin: 0px;
}

a.specialspagelink:link { 
  text-decoration: underline;
  color: #fff;
}
a.specialspagelink:visited { 
  text-decoration: underline;
  color: #fff;
}
a.specialspagelink:hover { 
  text-decoration: underline;
  color: #ccc;
}
a.specialspagelink:active { 
  text-decoration: underline;
  color: #fff;
}

/********************************/
/***  Gift Certificate Links  ***/
/********************************/
a.giftcertlink:link { 
  text-decoration: underline;
  color: #fff;
}
a.giftcertlink:visited { 
  text-decoration: underline;
  color: #fff;
}
a.giftcertlink:hover { 
  text-decoration: underline;
  color: #ccc;
}
a.giftcertlink:active { 
  text-decoration: underline;
  color: #fff;
}

/*************************/
/***  View Cart Links  ***/
/*************************/
a.viewcart:link { 
  text-decoration: underline;
  color: #000;
}
a.viewcart:visited { 
  text-decoration: underline;
  color: #000;
}
a.viewcart:hover { 
  text-decoration: underline;
  color: #666;
}
a.viewcart:active { 
  text-decoration: underline;
  color: #000;
}

/*******************/
/***  Products   ***/
/*******************/

/*************************************/
/*** Product and Subproduct Layout ***/
/*************************************/
table.Products {
  border: 0pt;
  text-align: center;
  margin: 3pt;
}

table.Product {
  border: 0pt;
  text-align: left;
}

td.ProductGraphicLeft {
  border: 0pt;
  text-align: left;
}

td.ProductText {
  border: 0pt;
  text-align: left;
}

td.ProductGraphicRight {
  text-align: right;
}

span.ProductName {
  margin-bottom: 4px;
  display: inline;
}

span.ProductDescription {
  margin-bottom: 4px;
  display: block;
}

span.ProductPriceContainer {
  display: block;
}

span.VariableProductPrice, span.VariableProductSKU, span.VariableProductName {
  display: block;
  margin-top: 4px;
}

div.Subproduct {
  margin-bottom: 4px;
}

span.SubproductName {
  margin-right: 4px;
  font-weight: bold;
/*  display: inline; */
}

span.SubproductPriceContainer {
  display: inline;
}

span.ProductPrice, span.SubproductPrice {
  display: inline;
}

span.ProductAltPrice, span.ProductAltPrice {
  display: inline;
}

span.ProductSalePriceContainer, span.SubproductSalePriceContainer {
  display: inline;
}

span.ProductSaleRegularPrice, span.SubproductSaleRegularPrice {
  display: inline;
  text-decoration: line-through;
}

span.ProductSaleAmount, span.SubproductSaleAmount {
  display: inline;
}

span.ProductAltSalePriceContainer {
  display: block;
}

span.SubproductAltSalePriceContainer {
  display: inline;
  margin-left: 10px;
}

span.ProductAltSaleRegularPrice, span.SubproductAltSaleRegularPrice {
  display: inline;
  text-decoration: line-through;
}

span.ProductAltSaleAmount, span.SubproductAltSaleAmount {
  display: inline;
}

span.OnSaleText {
  color: red;
  font-weight: bold;
}

span.ProductSKU {
  margin-left: 0px;
  display: block;
}

table.qp_header {
	text-align: left;
	background-color: #d7e2f3;
	border: 1px solid #999999;
}

/**************************/
/*** Add to Cart Button ***/
/**************************/
div.AddToCartButton {
  margin-top: 6px;
}

input.add { 
  font-size: 9pt;
  color: #666666;
  background-color: #FFFFFF;
  border-width: 0px;
  border-style: none;
  vertical-align: middle;
  text-decoration: underline;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}


/***********************/
/***  Product Links  ***/
/***********************/
a:link { 
  color: #000;
}
a:visited { 
  color: #666;
}
a:hover { 
  color:#666;
}
a:active { 
  color: #000;
}


/***********************/
/***  Headings       ***/
/***********************/
h1 {
  font-size: 14pt;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  padding:3px;
}

h2 {
  font-size: 14pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

/**************/
/*** Search ***/
/**************/
td.search {
  color: #fff;
  text-align: left;
  padding-top: 20px;
}

input.search {
  font-size: 9pt;
  width: 120px;
}


/**************/
/*** Header ***/
/**************/
div.header {
  text-align: center;
}

/**************/
/*** Footer ***/
/**************/
div.footer {
  text-align: center;
  margin-top: 10px;
}

/*****************************/
/*** Multi Page Navigation ***/
/*****************************/
span.currentpage, span.prevnext {
  padding-left: 1pt;
  padding-right: 1pt;
}

/*************************/
/***  Font Formatting  ***/
/*************************/
small, Small {
  font-size: smaller;
}

Big {
  font-size: larger;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

tt {
  font-family: monospace;
}
