/* CSS Document */
html {
	height:100%;
	font-family:arial;
	font-size:12px;
	color: #656565;
	background-color:#f7f7f7;
}
body {
	padding:0px;
	margin:0px;
	text-align:center;
}
ul {
	margin:0px;
	padding:0px;
}

.head {
	width:924px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.content {
	width:924px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
.bottom {
	clear:both;
	width:924px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}
a{
	color: #656565;
	text-decoration: none;
}
a:hover{
	color: #f2b330;
	text-decoration: none;
}
.pagina{
	color: #f2b330;
	font-weight:bold;
}
b {
	color:#666666;
}
strong {
	color:#8d8d8d;
}
.left{
	float:left;
}
.right{
	float:right;
}
.absolute{
	position:absolute;
}
.cursor{
	cursor:pointer;
}
.relative{
	position:relative;
}
.clearL{
	clear:left;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
.size12{
	font-size:12px;
}
.size13{
	font-size:13px;
}
.size14{
	font-size:14px;
}
#window_content_product {
	border:#CCC 1px solid;
	width:425px;
	height:500px;
	position:relative;
	background-color:white;
	z-index:35;
	display:none;
	text-align:left;
}
.ml1{
	margin-left:1px;
}
.ml3{
	margin-left:3px;
}
.ml5{
	margin-left:5px;
}
.ml7{
	margin-left:7px;
}
.ml9{
	margin-left:9px;
}

