﻿HTML, BODY {
	height: 100%;
}
HTML, BODY, FORM {
	margin: 0px;
	padding: 0px;
}
IMG {
	border: none;
}
BODY, TABLE, TD, FIELDSET, LABEL {
	font-family: Verdana, Helvetica, Arial, Sans-serif, Geneva;
}
TEXTAREA, INPUT, .textbox, SELECT {
	font-family: Verdana, Helvetica, Arial, Sans-serif, Geneva;
	vertical-align: middle;
}
H1, .h1 {
	color: #76a3bc;
	font-size: 1.8em; /* 18px */
	font-weight: normal;
	margin: 14px 0px;
}
H2, .h2 {
	color: #76a3bc;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
H3, .h3 {
	color: #666;
	font-size: 1.8em; /* 18px */
	font-weight: normal;
	margin: 14px 0px;
}
H4, .h4 {
	font-size: 1.4em;
	font-weight: normal;
}
H5, .h5, button.h5 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
H6, .h6 {
	color: #76a3bc;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	display: block;
}

p
{
 	color: #666;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

A, .a {
	color: #0066cc;
	text-decoration: none;
}
A.action {
	font-weight: bold;
}
A:hover, .a:hover {
	text-decoration: underline;
}
A:visited {
}

.plain
{
	background-color:#fff;
}

.item
{
	border: solid 1px #eee;
	width:150px;                                      
	height:200px;	
	float:left;
	margin:2px;
}
.item:hover
{
	border: solid 1px #aaa;
}

.centerpiece
{
	border:0;
	text-align:left;
	margin:7px;	
	
}
.center
{
	text-align:center;	
}

.leftImage
{
	text-align:left;
	float:left;
	margin:3px;	
}
.icon
{
	 cursor:pointer;
}
.mainicon
{
	 cursor:pointer;
	 text-align:left;
	 float:left;
	 margin:10px;
}	

.pricevalue
{
	font-weight:bold;
	color:Red;
}
.price
{
	 font-weight:bold;
}
.hidden
{
	 display:none;	
}
.link
{
	 font-weight:bold;	
}

.tabs{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
line-height:25px;
}

.tabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
background-color: #DBFF6C;
color: black;
}

.tabs li a:active{
color: black;
}

.tabs li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

