html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font: 13px arial, helvetica, sans-serif;
}


a 
{
	font-family : Verdana;
	font-size : 10px; 
	color : #ffffff;
	text-decoration : none; 
}

a:hover 
{
	font-family : Verdana;
	font-size : 10px; 
	color : #666666; 
	text-decoration : none; 
} 

input, select {
	vertical-align:middle;
}
input[type="radio"] {
	margin: 0
}
input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"],
input[type="file"],
textarea, select {
	border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style:solid;
	border-width:1px;
	padding: 4px;
	color: #777;
}
textarea {
	line-height: 18px;
	overflow: auto;
}
textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

input.half, select.half, textarea.half{
	width:50%;
}
input.full, select.full, textarea.full{
	width:95%;
}
input.title {
	font-size:20px;
}

input[type="submit"],
input[type="reset"],
input[type="button"]{
	margin-bottom: 0;
}

input:focus, textarea:focus, select:focus {
	border-color: #969696;
	outline-width:0; /* No outline border for Safary */
}


.btn {
	display: inline-block;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
	position: relative;
	cursor: pointer;
	border:none;
	background:#666;
}
.btn:hover, .btn:focus, .btn:active {
	outline:medium none;
	opacity: .9;
}
.btn-custom {
	color: #fff !important;
	background-color: #6AB620 !important;
}

.radius {
	border-radius: 8px;
}
.radius-left {
	border-radius: 8px 0 0 8px;
}
.radius-right {
	border-radius: 0 8px 8px 0;
}

hr.thin {
	margin: 4px 0 2px;
	border-color: #eee;
}



td
{
	font-family : Verdana;
	font-size : 10px; 
	color : #000000;
} 

.price
{
	font-family : verdana;
	font-size : 13px; 
	font-weight : bold; 
	color : #5678A2;
}

.topmenu
{
	font-family : Verdana;
	font-size : 11px; 
	font-weight : bold;
	color: #222222;
	
}


.images
{
	border : 1px solid #BABABA;
}

.line_white_left {border-left: solid 1px #ACAFB8}
.line_white_right {border-right: solid 1px #ACAFB8}
.line_white_top {border-top: solid 1px #ACAFB8}
.line_white_bottom {border-bottom: solid 1px #ACAFB8}


h2
{
	font-family : Verdana;
	font-size : 11px; 
	font-weight : bold;
	color : #5678A2;
}


label {
	font-weight: bold ;
	font-family : Verdana;
	color : #5678A2;
}

