/*******************************************************************/
/***  Cascading Style Sheet for ShopSite Tabbed Navigation Theme ***/
/*******************************************************************/

/***********************/
/***  Page Defaults  ***/
/***********************/





/******************/
/***  Mini Cart ***/
/******************/
div.MiniCart {
  text-align: left;
  font-family: "Lucida Grande", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  
}

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 {
  font-size: 9pt;
  color: #656565;
}

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: none;
  color: #656565;
}
a.MiniCart:visited { 
  text-decoration: none;
  color: #656565;
}
a.MiniCart:hover { 
  text-decoration: none;
  color: #0085CF;
}
a.MiniCart:active { 
  text-decoration: none;
  color: #0085CF;
}


/* Customer Registration Links */
a.reglink:link, a.tf_popup:link { 
  text-decoration: none;
  color: #656565;
}
a.reglink:visited, a.tf_popup:visited { 
  text-decoration: none;
  color: #656565;
}
a.reglink:hover, a.tf_popup:hover { 
  text-decoration: none;
  color: #0085CF;
}
a.reglink:active, a.tf_popup:active { 
  text-decoration: none;
  color: #0085CF;
}

/********************/
/***  Page Links  ***/
/********************/
a.link:link { 
  text-decoration: none;
  color: black;
}
a.link:visited { 
  text-decoration: none;
  color: black;
}
a.link:hover { 
  text-decoration: underline;
  color: black;
}
a.link:active { 
  text-decoration: underline;
  color: #0085CF;
}

a.selected_link:link { 
  text-decoration: none;
  color: #FFFFFF;
}
a.selected_link:visited { 
  text-decoration: none;
  color: #FFFFFF;
}
a.selected_link:hover { 
  text-decoration: underline;
  color: #FFFFFF;
}
a.selected_link:active { 
  text-decoration: underline;
  color: #0085CF;
}

/******************************/
/***  Gift Certificate Link ***/
/******************************/
a.giftcertlink:link { 
  text-decoration: none;
  color: black;
}
a.giftcertlink:visited { 
  text-decoration: none;
  color: black;
}
a.giftcertlink:hover { 
  text-decoration: underline;
  color: black;
}
a.giftcertlink:active { 
  text-decoration: underline;
  color: #0085CF;
}

/*******************/
/***  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 {
}

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

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




/*************************/
/***  View Cart Links  ***/
/*************************/
a.viewcart:link { 
  text-decoration: none;
  color: black;
}
a.viewcart:visited { 
  text-decoration: none;
  color: black;
}
a.viewcart:hover { 
  text-decoration: underline;
  color: black;
}
a.viewcart:active { 
  text-decoration: underline;
  color: #0085CF;
}

/***********************/
/***  Headings       ***/
/***********************/
h1 {
  font-size: 18pt;
  margin-top: 10px;
  margin-bottom: 0pt;
}

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

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


/**************/
/*** Search ***/
/**************/
td.search {
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}

/**************/
/***  Tabs  ***/
/**************/
td.tab, td.tabselected {
  font-size: 10pt;
  font-weight: bold;
  color: #454545;
  text-align: center;
}

td.tabselected {
  background-image: url(http://www.iscrapbook.com/store/media/themesmedia/tab_blue_selected_middle.gif);
}

/****************/
/***  Footer  ***/
/****************/
div.footer {
  margin-top: 50px;
  width: 470px;
}

p.Space {
  font-size: 6pt;
  margin-left: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
}

/*****************************/
/*** 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;
}

/**********************/
/*** Search Results ***/
/**********************/
td.search_table {
  background-color: #0000FF;
  color: #FFFFFF;
}
