﻿BODY{
	scrollbar-3d-light-color: #E1E9EF;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #E1E9EF;
	scrollbar-dark-shadow-color: #E1E9EF;
	scrollbar-face-color: #E1E9EF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E1E9EF;
	}

input.search
{
	height: 17px;
	background-color: #E1E9EF;
	border: solid #000066;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,70);
	font-size: 11px;
	
}

A:link {
	color: #003366;
	text-decoration: none;
}

A:visited {
	color: #003366;
	text-decoration: none;
}

A:active {
	color: #003366;
	text-decoration: none;
}

A:hover {
	color: #3366CC;
	text-decoration: none;
}

A.dark:link {
	color: #003366;
	text-decoration: none;
}

A.dark:visited {
	color: #003366;
	text-decoration: none;
}

A.dark:active {
	color: #003366;
	text-decoration: none;
}

A.dark:hover {
	color: #3366CC;
	text-decoration: none;
}

TD {
	font-size: 11px;
	font-family : Verdana;
}

P {
	font-size: 11px;
	font-family : Verdana;
}

TD.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #F0F0F0;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

TD.mincart {
	font-size: 10px;
	font-family : Verdana;
}

P.mincart {
	font-size: 10px;
	font-family : Verdana;
}

TD.menu {
	FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Tahoma,Verdana,Arial; text-transform: uppercase
}
DIV.menu {
	FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Tahoma,Verdana,Arial; text-transform: uppercase
}

HR {
	height: 1px;
	color: #999999;
}

/* Clickable Image in the cart */
IMG.cartimage {
width: 80px;
border:1px; 
border-thickness: 1px; 
border-color: #000;
border-style: solid;
}

/* Properties of Thumbnail in Categories.asp */
IMG.prodimage { 
border:0px; 
}


/* In version 4.7.0 we added the possibility of changing the format of the page numbers from the style sheet. */
/* All you need to do is add the following to style.css, this example would make the page numbers show as Verdana size 12: */
P.pagenums {
font-size: 10px;
font-weight: bold;
font-family : Verdana;
}


/* In version 5.1 you can also change the appearance of the page number currently being viewed for example */
SPAN.currpage {
color: #FF0000;
font-weight: bold;
}



td.prodimage {height: 140px; vertical-align: top;}
/* div.proddescription {height: 3em;} */
/* div.prodname {height: 4em;} */
div.listprice {text-align: center;}
div.prodprice {text-align: center;}



/* centers the product details table in the page */

/* sets the width of the product details page */
div.detaildescription {width:800px;}


/* Shows out-of-stock options as grayed-out in drop-down menu  */
/* ACT 20091004 - http://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=68720 */
OPTION.oostock {
color : #A0A0A0;
}