html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0;
	padding: 0;
	behavior: url('catalog/javascript/png/iepngfix.htc');
	}

body, th, input, textarea, select, a {
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}
 
b, strong, th {
	color: #000000;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
	behavior: url('catalog/javascript/png/iepngfix.htc');
}
  
a img {
	border: none;
}


a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* layout */
h1 { 
	display: none;
}
  
.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #90a10b;
	padding-top: 5px;
	clear: both;
	margin-bottom: 15px;
	width: 470px;
	height: 18px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 10px;  
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.buttons {
	border: 1px solid #EEEEEE;
	margin: 0px 0px;

	clear: both;
}

.buttons input {
	height: 20px;
	margin: 3px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

/* box search */
.search {
	float: right;
}

.search div {
	display: inline;
}

/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
}

.box .category a {
	background: url('../image/bullet_1.png') no-repeat 15px 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}

/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

/* success */
#success {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;
}

/* failure */
#failure {
	behavior: url('catalog/javascript/png/iepngfix.htc');
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	_height: 128px;
	min-height: 128px;  
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}

#menuright {
vertical-align: top;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

#menuright a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;;
}

#menuright a:hover {
	font-style: italic;
}

#menuright .piedmenu {
vertical-align: top;
margin: 0;
padding: 0;
}

.field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626278;
	width: 143px;
	vertical-align: bottom;
	float: left;
}
.button {
cursor: pointer;
width: 32px;
height: 19px;
border: none;
background: url("../images/bt_okbuscar.jpg") no-repeat left bottom;
float: right;
}
.button:hover {
background: url("../images/bt_okbuscar.jpg") no-repeat left bottom;
}

#results
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: .7em;
	background-color: #FFFFFF;
	color: #626278;
	margin: 20px 10px 10px 10px;
	height: 400px;
	overflow: auto;
}
#results hr
{
	color: #D4D4D4;
	background-color: #D4D4D4;
	height: 1px;
	border: none;
}
#results p
{
	margin-top: 13px;
}
#results a:link
{
	color: #648BCB;
}
#results a:active
{
	color: #648BCB;
}
#results a:visited
{
	color: #648BCB;
}
#results a:hover
{
	color: #82AC83;
}
#centre
{
vertical-align: top;
height: 370px;
}
