


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

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

body {
  color: #333333;
  background-color: #FFFFFF;
  font-size: 9pt;
  margin-top: 0mm;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #FFFFFF;
  background-color:#003366;
}

td {
  font-size: 9pt;
}
td.linktitle {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #003366;
  padding-left: 1px;
  padding-top: 4px;
}
.bdr_col {
  border: 1px solid #333333;
}
.body_text2 {
	font-family:Tahoma;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}
.war_msg {
	font-size: 11px;
	font-weight: bold;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.fnt7_red {


	font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color:#FF0000;
}
.fnt6_bld_red {


	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
}

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

img.MiniCart {
  vertical-align: middle;
}

table.MiniCart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #006699;
}

th.MiniCart {
  font-weight: normal;
  text-align: left;
  font-size: 9pt;
}

td.MiniCart {
  font-size: 8pt;
}

td.MiniCartHead {
  text-align: center;
  font-size: 8pt;
}

td.MiniCartQty {
  text-align: left;
  vertical-align: top;
  font-size: 8pt;
}

td.MiniCartProduct {
  vertical-align: top;
  font-size: 8pt;
}

td.MiniCartPrice {
  vertical-align: top;
  text-align: right;
  font-size: 8pt;
}

td.MiniCartSubtotalText {
  text-align: right;
  font-size: 8pt;
}

td.MiniCartSubtotal {
  text-align: right;
  font-size: 8pt;
}

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



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

td.pagelink {
  font-family: Arial;
  font-size: 12px;
  font-weight:normal;
  color: #333333;
}
td.bread {
	font-family:Tahoma;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}

a.bread:link {
	color: #663300;
}
a.bread:visited {
	color: #663300;
}
a.bread:hover {
	color: #663300;
}
a.bread:active {
	color: #663300;
}

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

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


/***********************/
/***  Product Links  ***/
/***********************/
a:link {
  color:#5c5c5c;
  text-decoration:none
}
a:visited {
  color:#5C5C5C;
  text-decoration:none
}
a:hover {
  color:#5C5C5C;
  text-decoration:none
}
a:active {
  color:#5c5c5c;
  text-decoration:none
}

/***********************/
/***  Headings       ***/
/***********************/
h1 {
  font-size: 16pt;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

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

h3 {
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


/****************/
/***  Search  ***/
/****************/
td.search {
  color: #006699;
  text-align: left;
  margin-top: 50px;
}

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

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

/**************/
/*** Footer ***/
/**************/
td.footer {
  font-size: 10px;
  font-weight: bold;
  color:#666666;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  align: center;
}

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


