body  {
	font: 12px 'Trebuchet MS', Arial, sans-serif; 
	background: #F4F4F4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

b, strong {
	color: #333333;
}

p, font
{ 
  font-size:		12px;
}
td
{ 
  font-size:		12px;  
}
.small
{ 
	font-size:		10px;	
}

.faq
{ 
	font-size: 11px;
	padding-left: 10px;	
	font-weight: normal;	
}
.faq_gray
{ font-size:		14px;
  color:			#666666;
}
.faq_olive
{ font-size:		14px;
  color:			#3A6135;
}

.big
{
	font-size:		20px;
}

.cat_price {
	color: #CB0D07;
}

h1
{ 
    font: 18px verdana;
    color: #663366;
    margin: 0px 0 0 80px;
    padding:10px 0 0 0;
}

h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border-bottom:1px dashed #999;
    margin: 9px 0 0 15px;
    padding: 0;
    width:80%;
    text-align:left;
}

a {
	padding: 0;
	margin: 0;
	color: #663366;
}

a:hover {
	text-decoration: underline;
}

.cat
{ 
	color: #44437a;
	font-size: 13px;
	font-weight: normal;
	margin: 15px 0 0px 0;
}

a.cat
{  
	font-weight: bold;
}

.standard
{
	padding: 0px 0 7px 5px;
	text-align:left;
	font: 12px 'Trebuchet MS', Arial, sans-serif; 
	color:#000;
}

a.standard
{
	color:		#cf4e03;
}

.standardsmall
{
	font-weight:	normal;
	font-size:		10px;
	padding-left: 10px;
}

.light
{
	color:	#CB0D07;
}

.light_m
{
	color:  #666;
	border-bottom: 1px solid #eee;
	margin-left: 20px;
	display: block;
}

.light_index
{
	color:  #663366;
	margin:5px 5px 0 10px;
	display: block;
	letter-spacing: 0.02em;
	font-size:12px;
}

.lightsmall
{
  color:			navy;
  font-size:		10px;
}

.lightstandard
{ color:			navy;
  font-weight:		normal;
}

.middle
{
	color:			919191;
}

.no_underline { 
	text-decoration:		none;
}

a.small
{
  font-size:		11px;
  color:			#10447C;
}

.cart
{ 
  font-family:		Tahoma;
  font-size:		11px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:			1px;
  font-weight:		bold;
  color:			black;
  background-color:  transparent;
}
.totalPrice
{ font-size:	    	16px;
  BORDER-BOTTOM:	0px solid;	
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		0px solid;	
  BORDER-TOP:		0px solid;
  margin:		1px;
  font-weight:		bold;
  color:		red;
  background-color:  transparent;
}

.login
{ font-size:	    12px;
  font-weight:		normal;
  BORDER-BOTTOM:	1px solid;	
  BORDER-LEFT:		1px solid;
  BORDER-RIGHT:		1px solid;	
  BORDER-TOP:		1px solid;
  margin:			1px;
  font-weight:		none;
  color:			black;
  background-color: white;
}

.myaccount_tab_bottom
{
  BORDER-BOTTOM:	1px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		1px solid;
  BORDER-TOP:		0px solid;
  BORDER-COLOR:		#666666;
  text-align:		center;
  margin:			1px;
}

.myaccount_tab_top
{
  BORDER-BOTTOM:	0px solid;
  BORDER-LEFT:		0px solid;
  BORDER-RIGHT:		1px solid;
  BORDER-TOP:		1px solid;
  BORDER-COLOR:		#666666;
  text-align:		center;
  margin:			1px;
}

.myAccount_bottomright {
  BORDER-BOTTOM: 1px dotted #999999;
  BORDER-RIGHT: 1px dotted #999999;
}
.myAccount_bottom {
  BORDER-BOTTOM: 1px dotted #999999;
}
.myAccount_right {
  BORDER-RIGHT: 1px dotted #999999;
}

.comparison_button
{
  BORDER-BOTTOM:	1px solid;	
  BORDER-LEFT:		1px solid;
  BORDER-RIGHT:		1px solid;	
  BORDER-TOP:		1px solid;
  background-color:  #C4C4C4;
}

.pageSeparator {
	BORDER-BOTTOM: 2px dotted #999999;
}

.border {
	border: 1px solid #AAAAAA;
}

input, textarea{
	border:1px solid #ccc;
	padding:1px;
}

.twoColHybLtHdr #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header {
	background: #FFFFFF;
}

.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColHybLtHdr #mainContent { 
	margin: 0 0 0 -13px;
	padding: 0px 0px 0px 20px;
} 
.twoColHybLtHdr #footer {  
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* index page gallery */

#container {
width: 820px;
margin: 0 auto;
}

div.tumb {
background: url(/images/tumb01.gif) no-repeat;
width: 195px;
float: left;
margin: 0 5px 10px;
text-align: center;
}

div.tumb img {
margin:5px 25px 5px 4px;
border: 0;
}

div.tumb p {
	background: url(/images/tumb02.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 25px 20px 10px;
}