@import 'sidemenu.css';
@import 'forms.css';
@import 'admin.css';

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: verdana, sans-serif;
	font-size: 11px;
	/*border-top: 3px solid #dfdd00;*/
}

img {
	border: none;
	vertical-align: middle;
}

a {
	color: #4C9EC2;
	text-decoration: none;
}

#admin-access {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 130px;
	background: url('../img/logo.png') 20px 5px no-repeat;
	color: #4b4f38;
}

#nav {
	position: absolute;
	left: 230px;
	/*top: 40px;*/
}

#nav a {
	float: left;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: #777777;
	padding: 35px 10px 8px 10px;
	margin: 0 4px;
	background: url('../img/nav-a-bg.png') bottom left no-repeat;
}

#nav a:hover {
	background-image: url('../img/nav-a-hover-bg.png');
	color: #666666;
}

#nav a.selected {
	background-image: url('../img/nav-a-selected-bg.png') !important;
	color: black !important;
}

#lang {
	position: absolute;
	width: 90px;
	left: 640px;
	top: 80px;
	padding: 10px 10px 10px 5px;
	background: /*url('../img/langbox.png')*/ left bottom no-repeat;
}

#lang a img {
	opacity: 0.7;
}

#lang a:hover img {
	opacity: 1.0;
}

#search {
	position: absolute;
	height: 31px;
	width: 416px;
	left: 230px;
	top: 80px;
	padding: 5px 0px 10px 0px;
	background: url('../img/searchbox.png') left bottom no-repeat;
}

#product-search {
	display: inline; /* IE6 double-marin fix */
	float: left;
	margin-left: 10px;
}

.inputsearch {
	width: 140px;
	height: 14px;
	vertical-align: middle;
	border: 1px solid #BBBBBB;
	color: #777777;
	font-size: 11px;
	font-family: verdana;
	margin-right: 3px;
	/*background: #F2FDFF;*/
	background: white;
}

.inputfilter{
	width: 14px;
	height:14px;
	margin-left:1px;
	margin-right:1px;
	padding:0px
	color: #777777;
	font-size: 10px;
	margin-top:2px;
	font-family: verdana;
	vertical-align: middle;
	border:none;
	width:12px;
	height:12px;
}

#product-search img {
	vertical-align: middle;
}

#lab-search {
	display: inline; /* IE6 double-marin fix */
	float: right;
	margin-right: 10px;
}

#lab-search select {
	font-size: 11px;
	font-family: verdana;
	color: #777777;
	/*background: #F2FDFF;*/
	background: white;
}

#wrapper {
	background: url('../img/separator.png') top repeat-x;
	padding-top: 30px;
}

#flash {
	margin-left: 240px;
	margin-bottom: 5px;
	width: 490px;
	text-align: center;
	padding: 5px;
	background: #F5F316;
}

#content {
	/*float: left;
	margin-left: 40px;*/
	margin-left: 240px;
	margin-bottom: 10px;
	width: 500px;
	padding-bottom: 40px;
	color: #555555;
}

#content h1 {
	margin: 0;
	margin-bottom: 15px;
	font-family: trebuchet ms;
	font-size: 18px;
	font-weight: normal;
	/*color: #CAC800;*/
	color: #6A6D58;
	letter-spacing: 0.07em;
	line-height: 26px;
	border-bottom: 1px solid #DDDDDD;
}

#content h2 {
	font-family: trebuchet ms, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	font-size: 15px;
	color: #CAC800;
	letter-spacing: 0.05em;
}

#content h3 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#content p {
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 1.6em;
	margin: 1.5em 0 1.5em 0;
}

#content p.error {
	color: red;
}

#content strong {
	color: black;
}

.product {
	background: url('../img/prod-sp.png') bottom repeat-x;
	padding-bottom: 50px;
	margin-top: 20px;
}

.product .photo {
	float: left;
}

.product .info {
	padding-top: 3px;
	padding-left: 130px;
}

.product h2 {
	font-weight: normal;
	font-size: 16px;
	font-family: trebuchet ms;
	color: #A6A200 !important;
}

.product h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.product .brand {
	margin-top: -12px;;
	padding: 0;
	font-size: 11px;
	font-family: arial;
	color: #ACAA00;
}

.product .short_desc,
.product .long_desc {
	margin-top: 10px;
	color: #555555;
}

#breadcrumbs {
	height: 22px;
	line-height: 22px;
	background: url('../img/breadcrumbs-bg.png') repeat-x;
	margin-bottom: 20px;
	padding: 0 5px;
	font-size: 10px;
	color: #888888;
}

.lab {
	/*border: 1px solid red;*/
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	height: 120px;
	width: 120px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

#filter-lab {
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}

#footer {
	clear: both;
	/*height: 50px;
	line-height: 25px;*/
	padding: 5px 0;
	background: #dfdd00 url('../img/half-ball-dark.png') 700px bottom no-repeat;
	color: black;
	font-size: 11px;
	color: #666600;
}

#footer span {
	display: block;
	margin-left: 20px;
/* 	text-align: center; */
}

#pelota {
	background: url('../img/half-ball.png') no-repeat;
	width: 78px;
	height: 41px;
	position: relative;
	margin-top: -41px;
	margin-left: 700px;
	float: right;
}

.main_cats_list
{
	float:left;
	padding:0px;
	margin:0px
	font-family: verdana;
	font-size: 11px;
	color:#555555;
}
