
/* Fiditz.com */
/* Created by Ashton from WebsitesinaFlash.com */
/* CSS Document */

/* ---------------------------------------------- Browser Basic Setting ---------------------------------------------- */

* {
	font-family: "Georgia";
	color: #000000;
}

body {
	color: #000000;
	font-size: 14px;
	background-color: #ffffff;
	background-image: url("/images/fiditzDot.jpg");
	
	/* CSS VAILDATOR DOESN'T LIKE THIS: */
	scrollbar-arrow-color:#F8329B; 		/* the small arrows on the top and bottom */
	scrollbar-base-color:#A2D8DF; 		/* same as face (?) */
	scrollbar-face-color:#76C6D1; 		/* same as base (?) */
	scrollbar-highlight-color:#C6E7EC;  /* Light/hightlighted two sides (top and left) */
	scrollbar-shadow-color:#67BECB; 	/* Dark/shadowed two sides (bottom and right) */
	scrollbar-darkshadow-color:#348B98;
	scrollbar-3d-light-color:#C6E7EC;  
}

/* ----------------------------------------- Paragraphs and text ------------------------------------------ */

p {
/*	background-color: #ffffff;*/
	color: #000000;
	background-color: transparent;
	font-size: 14px;
	text-decoration: none
}
	
.red {
	color: #ff0000;
	background-color: transparent;
	text-decoration: none;
}

.purp {
	color: #EB198F;
	background-color: transparent;
}

.question{
	font-size: 16px;
	color: #666666;
	margin-left: 10px;
	font-style: italic; 
}

.menu2 {
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
}

.copyright {
	text-align: center;
	letter-spacing: 1px;
	font-size: 10px;
}
.date {
	font-size: 14px;
	font-weight: bold;
}

#small {  /* original price */
	font-size: 12px;
	padding-top: 10px;
}

#smallx {
	font-size: 12px;
	padding-top: 10px;
	text-decoration: line-through;
}

/* ----------------------------------------------  links ---------------------------------------------- */

a:link, a:visited {
	color: #06aac9;
}

a:hover {
	color: #49B4C2;
}

/* ---------------------------------------------- bullets ---------------------------------------------- */


ul {
	text-decoration: none
	}

/* ---------------------------------------------- alignment ---------------------------------------------- */

.left{text-align: left}
.right{text-align: right}
.center{text-align: center;}
#center{text-align: center;}

/* ---------------------------------------------- headers ---------------------------------------------- */

h1, h2, h4, h5, h6 {
	margin: 0px;
}

h1{
	color: #06aac9;
	background-color: #ffffff;
	font-size: 30px
}

h2{ /* Category Headers */
	color:  #06aac9;
	font-size: 22px; 
	padding: 10px;
	background-color: #E0F1F3;
}

h3{ /* Product/Category Top Links */
	color: #49B4C2;
	padding:0
	font-size: 16px;
	margin: 10px;
}

h4{ /* Shop Category Links */
	color: #49B4C2;
	font-size: 14px;
	margin:0;
	padding:0
}

h4 a:hover, h3 a:link, h3 a:visited{
	color: #49B4C2;
	margin:0;
}

h5{
	color: #000000;
	font-size: 10px;
	text-decoration: none
}

h6 {  /* Product Title below pic on product.php */
	Background-color: #06aac9;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none
}



/* --------------------------- Page Sections ----------------------------------- */

td.instruction {
	text-align:right;
}

#left_nav {
	background-color:#C6E7EC;
}

.footer{
	font-size: 10px;
	color: #ffffff;
	background-color: #F42894;
	letter-spacing: 1px;
	background-image: url("/images/footer.jpg");
	background-repeat: repeat-x;
	padding: 4px;
}

.footer a{color: #ffffff; background-color: transparent;}
.footer a:link, .footer a:visited  {color: #ffffff; text-decoration: none;  background-color: transparent;}
.footer a:hover {text-decoration: underline; background-color: transparent;} 

#products {
	text-align: center;
	font-size: 12px;
}

#product-left{
	background-image: url("/images/prod-line.gif");
	background-repeat: repeat-y;
}

.products {
	position:relative;
}

em {
	color: #06aac9;
}

#body {
	margin: 20px;
}

#header{
	background-image: url("/images/header_bg.jpg");
	background-repeat: repeat-x;
	text-align:center;
}

#viewcart {
	background-color:#C6E7EC;
	text-align:left;
	padding: 0 20px;
	margin:0
}

#viewcart img {
	float:right;
}

#piab {
	margin: 0px;
	background-image: url("/images/party_in_box.jpg");
	background-repeat: no-repeat;
}

#etqtable {
	font-size:10px
}

#etqtablehdr{
	text-align: center;
	font-size:12px;
	background-color: #EEF8F9;
}


/* ------------------------------------------  Navigation Bar --------------------------------------------- */
/* - Yes... thanks to Internet Explorere.. I have to duplicate the folowing -- */
	
a.navbutton { 
	display:block; 
	color:#000000 !important;
	background-color:#C6E7EC !important;
	padding:8px 0 0 30px;
	text-decoration:none;
	font-weight:bold;
	margin: 7px 0 0 5px;
	text-align:left;
	height: 25px; 
	background: url("../images/swirly.gif") no-repeat left center; 
} 
 
a.navbutton:hover {
	background-position: -173px center;
	display:block; 
	color:#000000 !important;
	background-color:#C6E7EC !important;
	padding:8px 0 0 30px;
	text-decoration:none;
	font-weight:bold;
	margin: 7px 0 0 5px;
	text-align:left;
	height: 25px; 
}
