/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.invert { color: #D065F1; }
.right { text-align: right; }
.center { text-align: center; }
.price { color: #E652E6; }

BODY {
  background: #000;
  color: #BCBDC3;
  font-family: Verdana, Arial, sans-serif;
  margin: 0px;
  background: url(./images/sanctuary/backgroundFixed.gif) repeat-y top center;
  background-attachment: fixed;
}

A {
  color: #BCBDC3;
  text-decoration: none;
}

A:hover {
  color: #8A1E8A;
  text-decoration: underline;
}

H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  margin-top: 0;
  line-height: 90%;
  color: #CCCCCC;
  vertical-align: top;
}

H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  margin-top: 0;
  line-height: 90%;
  color: #CCCCCC;
  vertical-align: top;
}

ul li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #BCBDC3;
  margin-bottom: 1em;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TD.headerLeft { 
  width: 160px; 
  height: 160px;
  background-color: #000;
  background: url(./images/sanctuary/headerLeft.gif) no-repeat top left;
}
TD.headerCenter { 
  height: 160px;
  background-color: #000;
  text-align: center;
  background: url(./images/sanctuary/headerCenter.gif) repeat-x top center;
}
TD.headerRight { 
  width: 160px; 
  height: 160px;
  background-color: #000;
  background: url(./images/sanctuary/headerRight.gif) no-repeat top right;
}

/* Menu superior */

TABLE.tableMenu {
   border-style: solid;
   border-color: #666;
   border-width: 0px;
   width: 100%;
   height: 30px;
   background: #000;
}

TR.headerNavigation {
  background: #000;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

/***** menu Top Begin *****/
/*
  Usuarios: 106px 
  Tallas: 73px
  Sep: 26px
  Inicio: 78px
  Enlaces: 96px
  Contacto: 106px
  Carrito: 94px
  Colaboradores: 161px
*/

#navigationtop {
	margin: 0px;
	padding: 0px;
	border: 0px #ddd solid; /* border? */
}
#navigationtop TD {
	height: 30px;
	background-color: transparent;
	text-align: left;
	padding: 0px;
}
#navigationtop TD a {
	display: block;
	height: 100%;
	color: black;
	border: 0px #eee solid;
}
#navigationtop TD a:hover {
	display: block;
	height: 100%;
	color: black;
	border: 0px #888 solid; /* border around buttons */
}

#navigationtop TD a.mnuInicio   { width: 78px; background: url(./images/sanctuary/menu/mnuInicio.gif) no-repeat 0px 0px; }
#navigationtop TD a.mnuUsuarios { width: 106px; background: url(./images/sanctuary/menu/mnuUsuarios.gif) no-repeat 0px 0px; }
#navigationtop TD a.mnuTallas   { width: 73px; background: url(./images/sanctuary/menu/mnuTallas.gif) no-repeat 0px 0px; }
#navigationtop TD a.mnuEnlaces  { width: 96px; background: url(./images/sanctuary/menu/mnuEnlaces.gif) no-repeat 0px 0px; }
#navigationtop TD a.mnuCarrito  { width: 94px; background: url(./images/sanctuary/menu/mnuCarrito.gif) no-repeat 0px 0px; }
#navigationtop TD a.mnuContacto { width: 106px; background: url(./images/sanctuary/menu/mnuContacto.gif) no-repeat 0px 0px; }
#navigationtop TD a.mnuColaboradores { width: 161px; background: url(./images/sanctuary/menu/mnuColaboradores.gif) no-repeat 0px 0px; }

#navigationtop TD a.mnuInicio:hover   { width: 78px; background: url(./images/sanctuary/menu/mnuInicio.gif) no-repeat 0px -30px; }
#navigationtop TD a.mnuUsuarios:hover { width: 106px; background: url(./images/sanctuary/menu/mnuUsuarios.gif) no-repeat 0px -30px; }
#navigationtop TD a.mnuTallas:hover   { width: 73px; background: url(./images/sanctuary/menu/mnuTallas.gif) no-repeat 0px -30px; }
#navigationtop TD a.mnuEnlaces:hover  { width: 96px; background: url(./images/sanctuary/menu/mnuEnlaces.gif) no-repeat 0px -30px; }
#navigationtop TD a.mnuCarrito:hover  { width: 94px; background: url(./images/sanctuary/menu/mnuCarrito.gif) no-repeat 0px -30px; }
#navigationtop TD a.mnuContacto:hover { width: 106px; background: url(./images/sanctuary/menu/mnuContacto.gif) no-repeat 0px -30px; }
#navigationtop TD a.mnuColaboradores:hover { width: 161px; background: url(./images/sanctuary/menu/mnuColaboradores.gif) no-repeat 0px -30px; }

TD.mnuBar {
	width: 100%;
	height: 22px;
	background: #000;
	background: url(./images/sanctuary/menu/mnuBar.gif) no-repeat top center;	
}

/***** menu Top End *****/

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #BCBDC3;
  text-decoration: none;
}

A.pageResults:hover {
  color: #8A1E8A;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #BCBDC3;
  vertical-align: top;
  text-align: justify;
}

P.special {
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-weight: bold;
}

TD.invert, P.invert {
	color: #D065F1;
}

TD.head {
	color: #BCBDC3;
	background: #410051 url(./images/sanctuary/tdshadow.gif) left top repeat-x;
	font-weight: bold;
}

/* Primera version para product_listing */
TD.product_image {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #BCBDC3;
	vertical-align: top;
	padding: 0px;
}
TD.product_image A.enlarge { color: #666; text-decoration: none; }
TD.product_image A.enlarge:hover { text-decoration: underline; }
TD.product_image A.enlarge SPAN { padding-left: 10px; font-size: 11px; font-weight: normal; }

TD.product_details {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #BCBDC3;
	vertical-align: top;
	padding: 10px;
	padding-top: 20px;
}
TD.product_details P.model { font-weight: bold; line-height: 90%; }
TD.product_details P.descrip { font-weight: normal; }
TD.product_details P.price { font-weight: bold; color: #BCBDC3; font-size: 13px; }
TD.product_details P.price SPAN { color: #E652E6; }
TD.product_details P.available { color: #AB2CD2; }
TD SPAN.enlarge { padding-left: 5px; font-size: 11px; font-weight: normal; color: #666666; }

TD.product_subimages {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #BCBDC3;
	vertical-align: top;
	padding-top: 5px;
	text-align: left;
}

/* Segunda version para product_listing */
ul#product_listing {
	list-style: none;
	display: block;
	margin: 0 auto;
}
ul#product_listing li {
	float: left;
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	text-align: center;
	margin: 5px;
	overflow: hidden;
}
ul#product_listing li p { margin: 0; }
ul#product_listing li abbr { color: #E652E6; }

.accountlist {
	padding-left: 20px;
	margin-left: 0;
	border-bottom: 0px solid #792889;
}
.accountlist li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	/*list-style-image: url(./images/sanctuary/imglist1.gif);*/
	margin-bottom: 3px;
	color: #BCBDC3;
	border-top: 0px solid #792889;
	padding-left: 30px;
	list-style: none;
	background: url(./images/sanctuary/imglist1.gif) no-repeat 0px 4px;
}
.accountlist li a { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #BCBDC3;
	text-decoration: none;
}
.accountlist li a:hover { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #D065F1;
	text-decoration: underline;
}

P.main A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #8A1E8A;
  text-decoration: none;
}

P.main A:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #BCBDC3;
  text-decoration: underline;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

INPUT, RADIO, SELECT {
	border: 1px solid #fff;
	margin: 4px 4px 4px 0px;
}

RADIO {
	text-align: middle;
}

INPUT.checkbox {
	border: 0px solid #000;
}

INPUT.shadow, SELECT.shadow {
	background: #FFFFFF url(./images/sanctuary/tbshadow.gif) left top repeat-x;
}

INPUT.text12, SELECT.text12 {
  font-size: 12px;
}

TEXTAREA {
	border: 1px solid #fff;
	margin: 4px;
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA.shadow {
	background: #FFFFFF url(./images/sanctuary/tbshadow.gif) left top repeat-x;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #E652E6;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	background-color: #C060DD; 
	background: #C060DD url(./images/sanctuary/messageStackBg.gif) left top repeat;
	font-style: italic;
	padding: 5px;
	color: #000000;
}
.messageStackSuccess { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	background-color: #C060DD; 
	background: #C060DD url(./images/sanctuary/messageStackBg.gif) left top repeat;
	font-style: italic;
	padding: 5px;
	color: #000000;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #D065F1; }

/* Boxes personalizados --------------------------------- */
/* Cabeceras */
TABLE.sanctuaryBoxHeading {
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-color: #DDDDDD;
   border-style: solid;
}

TABLE.sanctuaryBoxHeading TD {
   font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans serif;
   background-color: #000;
   color: #000000;
   height: 42px;
}

TD.sanctuaryCategoriesBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) right 0px no-repeat;
}

TD.sanctuaryInformationBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) right -42px no-repeat;
}

TD.sanctuarySearchBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) right -84px no-repeat;
}

TD.sanctuaryMoreBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) right -126px no-repeat;
}

TD.sanctuaryManufacturersBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -90px no-repeat;
}

TD.sanctuaryWhatsNewBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -120px no-repeat;
}

TD.sanctuaryShoppingCartBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -150px no-repeat;
}

TD.sanctuarySpecialsBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -180px no-repeat;
}

TD.sanctuaryReviewsBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -210px no-repeat;
}

TD.sanctuaryLanguagesBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -240px no-repeat;
}

TD.sanctuaryCurrenciesBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -270px no-repeat;
}

TD.sanctuaryManufacturerInfoBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -300px no-repeat;
}

TD.sanctuaryProductNotificationsBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -330px no-repeat;
}

TD.sanctuaryTellAFriendBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -360px no-repeat;
}

TD.sanctuaryBestSellersBoxHeading {
   background: url(./images/sanctuary/boxHeaders.gif) 0px -390px no-repeat;
}

/* Cuerpos */
TABLE.sanctuaryBox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #DDDDDD;
	border-style: solid;
	padding: 0px;
}
TABLE.sanctuaryBox TD {
	text-align: right;
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	white-space: nowrap;
	background: black;
}
TABLE.sanctuaryBox TD a {
	/*display: block;*/
	padding-right: 5px;
	background: black;
	white-space: nowrap;
	color: #BCBDC3;
	height: 100%;
}
TABLE.sanctuaryBox TD a:hover {
	/*display: block;*/
	height: 100%;
	color: #8A1E8A;
}

TABLE.sanctuaryBoxContents {
	background: #f8f8f9;
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans serif;
	font-size: 18px;
	color: #333333;
}

TD.sanctuaryBoxTextSmall { font-size: 11px; font-weight: normal; }
TD.sanctuaryBoxTextMedium { font-size: 12px; }
TD.sanctuaryBoxTextLarge { font-size: 14px; }
/* Fin de Boxes personalizados -------------------------- */

/* Maquetacion Web */

.tableBodyMain {
   border-style: solid;
   border-color: #666;
   /* border-width: 0px 1px 0px 1px; */
   border-width: 0px;
   /* width: 784px; */
   width: 770px;
   background-color: #000;
}
.tableBodyHeader {
   border-style: solid;
   border-color: #666;
   /* border-width: 0px 1px 0px 1px; */
   border-width: 0px;
   width: 770px;
}
.tableBodyFooter {
   border-style: solid;
   border-color: #666;
   /* border-width: 0px 1px 0px 1px; */
   border-width: 0px;
   width: 770px;
   background-color: #000;
   color: #fff;
   height: 30px;
}

/* Cuadro alrededor de la web --------------------------------- */
#tableBodyMain {
   margin: 0;
   padding: 0;
   /*fix*background-color: #ECECEC;*/
}
.mainMiddleLeft   { /*fix*background: url(./images/sanctuary/mainMiddleLeft.gif) repeat-y top right;*/ }
.mainMiddleCenter
{
   width: 765px;
   background-color: #FFFFFF;
   border: 0px solid #fff;
   padding: 0px;
}
.mainMiddleCenter table.marco
{
   border: 0px solid #DDDDDD;
}
.mainMiddleRight  { /*fix*background: url(./images/sanctuary/mainMiddleRight.gif) repeat-y top left;*/ }

/* Fin del Cuadro alrededor de la web ------------------------- */ 


/* Left Column Begin ***************************/

TD.columnLeft {
	background: #000;
}

.menuMain {
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 2px;
	font-weight: bold;
}
.menuMain a { color: #BCBDC3; }
.menuMain a:hover { color: #BCBDC3; }

.menuItem {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
	font-family: Trebuchet MS, Franklin Gothic Medium, Arial, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
.menuItem a { color: #BCBDC3; }
.menuItem a:hover { color: #BCBDC3; }

.menuItem a.invert { color: #D065F1; }
.menuItem a.invert:hover { color: #D065F1; }

/* Left Column End ****************************/

TD.columnRight {
	border: 0px solid white; 
	padding: 0px 20px 15px 15px;
	background: #000;
}

/* Right Column Begin *************************/

/* Right Column End ***************************/

/* Categories Menu Begin **********************/
#navigation {
	margin: 0px;
	padding: 0px;
	border: 0px #ddd solid; /* border? */
	width: 90%;
}
#navigation TD {
	text-align: right;
	height: 20px;
	text-align: right;
	padding: 2px 15px 2px 0px;
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-weight: bold;
	overflow: hidden;
	border-top: solid 1px #56006C;
	background: black;
	background: url(./images/sanctuary/miniCalavera.gif) no-repeat top right;
}
#navigation TD a {
	/*display: block;*/
	font-size: 14px;
	padding-right: 5px;
	background: black;
	font-weight: bold;
	white-space: nowrap;
	color: #BCBDC3;
	height: 100%;
}
#navigation TD a:hover {
	/*display: block;*/
	height: 100%;
	color: #8A1E8A;
	border: 0px #888 solid;
}

#navigation TD a.cat1 { background-color:#000; }
#navigation TD a.cat1Up { background-color:#000; }
#navigation TD a.cat2 { font-family: Trebuchet MS, Franklin Gothic Medium, Arial, sans-serif; font-size: 11px; font-weight: normal; }
#navigation TD a.cat2Up { background-color:#000; }

#navigation TD a.cat1:hover { background-color:#000; }
#navigation TD a.cat1Up:hover { background-color:#000; }
#navigation TD a.cat2:hover { background-color:#000; padding-left: 10px; }
#navigation TD a.cat2Up:hover { background-color:#000; padding-left: 10px; }

/* Categories Menu End ************************/

/* Main Index Category Box ******/

table.categories-box { /* */ }
table.categories-box td {
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	overflow: hidden;
}
table.categories-box td a {
	font-size: 14px;
	background: black;
	font-weight: bold;
	white-space: nowrap;
	color: #BCBDC3;
}
table.categories-box td a:hover {
	color: #8A1E8A;
}
table.categories-box td.catname, 
table.categories-box td.catphoto {
	text-align: center;
	width: 177px; 
}
table.categories-box td.catname {
	padding-top: 10px;
}
table.categories-box td.divider { 
	width: 10px; 
}

/* Main Index Category Box ******/

#link {
	/*white-space: nowrap;*/
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	color: #BCBDC3;
	vertical-align: top;
}
#link ul { /* */ }
#link ul li {
	margin-bottom: 5px;
}
#link ul li div.banner {
	margin-top: 5px;
}
#link a {
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	line-height: 0em;
	color: #BCBDC3;
}
#link h4 {
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	color: #8A1E8A;
}

#faq {
	color: #BCBDC3;
	vertical-align: top;
}
#faq ul { /* */ }
#faq ul li {
	margin-bottom: 5px;
}
#faq ul li div.banner {
	margin-top: 5px;
}
#faq p {
  padding-left: 15px;
  line-height: 1.3em;
  font-size: 12px;
}
#faq a {
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	color: #BCBDC3;
}
#faq h4 {
	font-family: Georgia, Book Antiqua, Garamond MT, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8A1E8A;
}

// BOF: More Pics 6
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
// EOF: More Pics 6


