body { background-color:#e1e1e1; font-size:14px; font-family:Arial; }
h1 { font-size:38px; color:#00004C; text-align:center; }
h2 { font-size:24px; margin-bottom:5px; }
h3 { font-size:18px; margin-bottom:3px; }
p { line-height:130%; margin-bottom:10px; }
ul { padding:0 0 0 30px; }
ul li { line-height:130%; list-style-type:disc; list-style-position:inside; }
#page { margin:0 auto; width:800px; padding:20px; margin-top:20px; background-color:#fff; /*border:6px solid #D45615;*/ -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #666; }
#header { margin-bottom:15px; }
.description { font-style:italic; text-align:center; font-size:16px; }
#nav { width:790px; margin-bottom:15px; padding:5px; background-color:#0000cc; }
#topad { margin:0 auto; width:728px; }
#sidebar { float:left; width:160px; font-size:16px; }
#sidebar ul { margin-bottom:15px; padding:0; }
#sidebar ul li { line-height:130%; font-size:16px; list-style:none; }
#sidebar ul li a { color:#00008C; }
#content { float:right; width:600px; }
#footer { text-align:center; clear:both; }
#footer p { padding:10px; }

.clear { clear:both; }
.adright { float:right; }


/*  
  CUSTOM POPSHOPS STYLESHEET

  If you have more than one PopShop on a page 
  make sure to preface your styles with the 
  shop id: #PopShop12345.  For example the 
  table.pspsWrapper would become:
  #PopShop12345 table.pspsWrapper {}

  In order to make the shops compatible with most
  browsers and webpages the products are displayed 
  in a table.  You will still need to control 
  rows and columns using the ShopBuilder.
*/

/*  
  Can use to limit the width of a shop although 
  images, can cause the shop to go wider.
*/
table.pspsWrapper {
  margin: 0 auto;
  border-collapse: collapse;
  /* width: 300px; */
} 

/*
  Can help with the vertical placement of the image
  and text within the table cell, as well as 
  setting the font styles.
*/
table.pspsWrapper td{ 
  vertical-align: top;
  padding: 0;
  margin-bottom:20px;
} 

/*
  General font appearance
*/
table.pspsWrapper a,
table.pspsWrapper td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

table.pspsWrapper .pspsRetailPrice {
  font-style: ;
  font-weight: ;
  color: #;
}

table.pspsWrapper .pspsSalePrice {
  font-style: ;
  font-weight: ;
  color: #;
}
table.pspsWrapper .pspsDescription {
  font-style: ;
  font-weight: ;
  color: #;
}

table.pspsWrapper .pspsMerchant {
  font-style: ;
  font-weight: ;
  color: #;
}

table.pspsWrapper .pspsBrand {
  font-style: ;
  font-weight: ;
  color: #;
}


/*
  Link specific styles
*/
table.pspsWrapper a {
  color: #0000cc;
  font-style: normal;
  font-weight: bold;
  font-size:14px;
  line-height:120%;
  text-decoration: underline;
} 

/*    
  Used to control the appearance of the images. Also 
  used to control the image sizes.
*/
table.pspsWrapper a img {
  border: none;
  max-width: 160px;
  max-height: 160px;
  width: expression(this.width > 160 ? 160 : true);
} 

/*    
  Controls paragraphs that contain the name, price, and description
*/
table.pspsWrapper p {
  margin: 0;
  padding: 3px;
  line-height:130%;
} 

/*    
  Used to style the containing cell of a product.  This
  cell contains the image, name, price, brand, description.
  This also controls the background color for the cells.
*/
table.pspsWrapper .pspsCell {
  background: #ffffff;
  border: 0px solid #bebebe;
  width: 600px;
  padding: 5;
  background-color: #fff;
  padding-bottom:30px;
}

/*
  Call to action buttons
*/
/*table.pspsWrapper .buy_button {
  padding: 5px 4px;
  display: block;
  margin-top: 7px;
  color: #212121;
  background-color: #cccccc;
}*/

/*
  If you want to alternate the placement of images and text within the cell
  then you can uncomment the following styles.
*/
table.pspsWrapper .pspsMain {
  padding: 0 10px 10px 0;
  float: left;
  width:160px;
}

table.pspsWrapper .pspsAlt { 
  padding: 0 0 10px 10px;
  float: right;
}

/*
  Leave this line uncommented if you want the images centered
*/
.pspsMain {
  padding: 0 0 10px 0;
  width: 100%;
  text-align: center;
}


/*
  A wrapper containing any page navigation for the shop.
*/
table.pspsWrapper .pspsPager {
  text-align: center;
  padding: 10px;
}

/*
  Navigation page links
*/
table.pspsWrapper .pspsPager a,
table.pspsWrapper .pspsPager span {
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  line-height: 200%;
  border: 0px solid #bebebe;
}

/*
  The current page in the navigation links
*/
table.pspsWrapper .pspsPager .pspsCurrentPage {
  background-color: #bebebe;
  color: #000;
}

/*
  All pages that are not the current page
*/
table.pspsWrapper .pspsPager .pspsInactivePage {
  color: #aaa;
}  
          