body {
  background-color: #DBC581;
}

h1 {font-family: captureit; font-size: 30pt; color: #D4761F; text-align: center;}
h1.header {font-family: captureit; font-size: 22pt; color: #D4761F; text-align: center;}
h1.pagetitle {font-family: captureit; font-size: 28pt; color: #9F4210; text-align: left;}
a:link {font-family: captureit; font-size: 24pt; color: #79663B; text-decoration: none;}
a:visited {font-family: captureit; font-size: 24pt; color: #79663B; text-decoration: none;}
a:hover {font-family: captureit; font-size: 24pt; color: #F6F0E0; text-decoration: none;}
/* .anchorpos {position: absolute; left: 16%; top: 12%;} */

.altanchor {font-family: tahoma,arial,verdana,sans-serif; font-size: 12pt; font-weight:bold; color: #79663B; text-decoration: none;}
.altanchor a {font-family: tahoma,arial,verdana,sans-serif; font-size: 12pt; font-weight:bold; color: #79663B; text-decoration: none;}
.altanchor a:link {font-family: tahoma,arial,verdana,sans-serif; font-size: 12pt; font-weight:bold; color: #79663B; text-decoration: none;}
.altanchor a:visited {font-family: tahoma,arial,verdana,sans-serif; font-size: 12pt; font-weight:bold; color: #79663B; text-decoration: none;}
.altanchor a:hover {font-family: tahoma,arial,verdana,sans-serif; font-size: 12pt; font-weight:bold; color: #F6F0E0; text-decoration: none;}

.altanchorsmall {font-family: tahoma,arial,verdana,sans-serif; font-size: 8pt; font-weight:bold; color: #000000; text-decoration: none;}
.altanchorsmall a {font-family: tahoma,arial,verdana,sans-serif; font-size: 8pt; font-weight:bold; color: #000000; text-decoration: none;}
.altanchorsmall a:link {font-family: tahoma,arial,verdana,sans-serif; font-size: 8pt; font-weight:bold; color: #000000; text-decoration: none;}
.altanchorsmall a:visited {font-family: tahoma,arial,verdana,sans-serif; font-size: 8pt; font-weight:bold; color: #000000; text-decoration: none;}
.altanchorsmall a:hover {font-family: tahoma,arial,verdana,sans-serif; font-size: 8pt; font-weight:bold; color: #F6F0E0; text-decoration: none;}

.pagenavigationanchor {font-family: tahoma,arial,verdana,sans-serif; font-size: 10pt; font-weight:bold; color: #0080FF; text-decoration: none;}
.pagenavigationanchor a {font-family: tahoma,arial,verdana,sans-serif; font-size: 10pt; font-weight:bold; color: #0080FF; text-decoration: none;}
.pagenavigationanchor a:link {font-family: tahoma,arial,verdana,sans-serif; font-size: 10pt; font-weight:bold; color: #0080FF; text-decoration: none;}
.pagenavigationanchor a:visited {font-family: tahoma,arial,verdana,sans-serif; font-size: 10pt; font-weight:bold; color: #0080FF; text-decoration: none;}
.pagenavigationanchor a:hover {font-family: tahoma,arial,verdana,sans-serif; font-size: 10pt; font-weight:bold; color: #F6F0E0; text-decoration: none;}


.copyright {text-align: center;}

.maincontent {
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 14pt;
  text-align: left;
  color: black;
}

.pagenavigationcontent {
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 10pt;
  text-align: left;
  color: blue;
}

.albumdescription {
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 12pt;
  text-align: left;
  color: black;
}
.table01 {
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #DBC581;
  
}

.centertable1
{
  margin-left: auto;
  margin-right: auto;
}

.centertable2
{
  text-align: center;
}


.imagespacing
{
  padding-left: 5px;
  padding-right: 10px;
}


/***********************/
/*  IaPS - Web Design  */
/***********************/
.boldtext {font-weight:bold; font-size:105%;}
.boldcolor {color:red; font-weight:bold; font-size:105%;}
.producttitle {font-weight:bold; font-style:normal; font-size:125%; color:blue; background-color:lightgray;}
.productprice {font-weight:bold; font-style:normal; font-size:110%; color:red;}
.productsizequantity {background-color:dimgray;}
.productdescription {font-weight:bold; font-size:105%;}

.shoppingcarttitle {font-weight:bold; font-style:normal; font-size:150%; color:blue; background-color:#303030;}
.shoppingcart {font-weight:bold; font-size:100%; color:blue;}
.shoppingcart a {color:#D2F4FF;}
.shoppingcart a:hover {color:white;}


TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
}

.productListing-data a {text-decoration:none; color:blue;}
.productListing-data a:hover {text-decoration:none; color:dimgray;}



TR.productListing-odd {
  background: #f8f8f9;
}

TR.productListing-even {
  background: #EAEBF9;
}


TABLE.basket {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
  background: #ffffff;
}

.basket-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #316BA5;
  color: #FFFFFF;
  font-weight: bold;
}

TD.basket-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

.basket-data a {text-decoration:none; color:blue;}
.basket-data a:hover {text-decoration:none; color:dimgray;}


TD.basket-total {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #316BA5;
}



TR.basket-odd {
  background: #e7e7e7;
}

TR.basket-even {
  background: #ffffff;
}


.textformright {
  text-align: right;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}


.smalltext {
  text-align: center;
  font-size: small;
}


.center {text-align:center;}
.clear-contentunit {clear:both; width:500px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}
.tablefirstcolumnwidth {width:30%;}
.tablefirstcolumnwidth2 {width:27%;}

