@charset "UTF-8";

body {
	margin: 0px;
	background-repeat: repeat;
}
body,td,th {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
a img {
	border: 0px;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #666;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input[type="text"].info {
	color: #999;
	text-align: center;
}
.counter {
	color: #F60;
	font-size: 10px;
}
.counter span {
	font-weight: bold;
}
.grisbold {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
}
.prod_title {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.naranja {
	color: #F60;
	font-weight: normal;
}
.naranjabold  {
	color: #F60;
	font-weight: bold;
}
.sale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: line-through;
}
.message_detail {
	color: #000;
}
.whereto {
	border: 1px solid #999;
}
.whereto .naranjabold {
	font-size: 13px;
}
.whereto p {
	font-size: 11px;
}
#detail, #categories a img, #images a img {
	border: 2px solid #CCC;
}
#categories a:hover img, #images a:hover img {
	border: 2px solid #F60;
}
.selection {
	border: 2px solid #F60;
}
#response {
	left: 50%;
	height: auto;
	margin-left: -122px;
	position: absolute;
}
#tiny_response {
	left: 80%;
	height: auto;
	margin-left: -176px;
	position: absolute;
}
#response.loading {
	background: scroll transparent url(images/loading.gif) center no-repeat;
	height: 32px;
}
#tiny_response.loading {
	background: scroll transparent url(images/tiny_loading.gif) center no-repeat;
	height: 16px;
}
#response div {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0px;
	text-align: center;
	width: 550px;
}
#tiny_response div {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px;
	text-align: right;
	width: 600px;
}
#response div.error, #tiny_response div.error 

{

color: #ff6600;

}
#response div.success, #tiny_response div.success {
	color: #666;
}
#response div.error p, #response div.success p {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 4px 0px 12px 0px;
	text-align: justify;
}