/*
  $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
*/

.fixcenter {
/* width: 800px; */
 width: 100%;
/*  border: solid; border-width: 1px;border-color: #bbbbbb; */ 
  margin: 0px;
  margin-top: 50px;
/*  text-align: left; */;
  background: transparent;
}

.boxText { color: #FFF;
	font: 11px/14px Verdana, Arial, sans-serif;
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: transparent; font-weight: bold;
	text-decoration: line-through;
	color: #999999;
}
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

TD.main_bg { 
background: url(http://www.kytsunwolfe.com/images/main.gif) no-repeat;
} 
TD.main_bg2 { 
background: url(http://www.kytsunwolfe.com/images/main-bg.gif) repeat-y;
}
TD.footer_bg { 
background: url(http://www.kytsunwolfe.com/images/footer-bg.gif) no-repeat;
}
/* Load firstish */

A {
  color: #9966cc;
  text-decoration: none;
}

A:hover {
  color: #9900ff;
  text-decoration: underline;
}

/**************************************************************
   Images
 **************************************************************/

img.boxer {
  margin: 0px 0px 0px 0px;  
}


a img.boxer {  
  border: 3px solid #330066;
}

a:hover img.boxer {  
  border: 3px solid #9900ff;
}



.infoBox {
  background: #BBBBBB;
}

.infoBox2 {
  background: #BBBBBB;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents2 {
  background: #ffffff;
  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: Georgia, Times New Roman, Times, serif bold;
  font-size: 10px;
  font-weight: bold;
  background: #FFFFFF;
  color: #ffffff;
}

TD.infoBoxHeading2 {
  font-family: Georgia, Times New Roman, Times, serif bold;
  font-size: 10px;
  font-weight: bold;
  background: #FFFFFF;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, Times New Roman, Times, serif bold;
  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: 11px;
  line-height: 1.5;
	color: white;
}

TD.smallText, SPAN.smallText, P.smallText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color: #cc99ff;
}

H4 {
  color: #fff;
	font: 14px Verdana, Arial, sans-serif;
}

H3 {
  color: #fff;
	font: 16px Verdana, Arial, sans-serif;
}

SPAN.emphasize {
	color: #cc99ff;
	font: 12px Verdana, Arial, sans-serif;
}

SPAN.tours {
	color: #3399ff;
	font: 10px Verdana, Arial, sans-serif;
}

SPAN.footer {
	color: #9966cc;
	font: 10px/10px Verdana, Arial, sans-serif;
}

SPAN.footer a {
	color: #cc99ff;
	text-decoration:none;
	font: 10px/10px Verdana, Arial, sans-serif;
}

SPAN.footer a:hover {
	text-decoration:underline;
	color: #cc99ff;
	font: 10px/10px Verdana, Arial, sans-serif;
}









