/* CSS Document */
#contenedorProductos{
	float:left;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
} 
#tblImgs{
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
#tblImgs img{
	text-decoration:none;
	border:#FFFFFF;
}

#contenedorProductos a, #contenedorProductos img , #contenedorProductos a:visited , #contenedorProductos a:active{
	text-decoration:none;
	border:#FFFFFF;	
}
fieldset{
	width:400px;
}
#carritoCompras{

	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
#carritoCompras a, #carritoCompras a:visited, #carritoCompras a:active {
	color:#666666;
	text-decoration:none;
}

#carritoCompras a:hover {
	color:#999999;
	background-image:url(../images/bgFotos.gif); background-repeat:no-repeat;
	
}

#tblCotizaciones{
	background-color:#F3F3F3;
	text-decoration:none;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
#tblCotizaciones th{
	border-color:#FFFFFF;
}
#tblCotizaciones td{
	border-color:#FFFFFF;
	text-decoration:none;
}
#mainContenedor{
	width:700px;
	border-width: thin;
	height:500px;
	vertical-align:top;
}
#item{
	min-height:100px;
	border:thin;
}
#header{
	font-size:13px;
	font-weight:bold;
}
#text{
	width:360px;
	font-size:11px;
/*	border-bottom:2px inset #ccc;*/
}
#photo{
	float:left;
	width:80px;
	height:80px;
}
#contenedorLeftPane{
	width:330px;
	float:left;
	height:500px;
}
#contentSeperador{
	width:5px;
	vertical-align:top;
	background-color:#CCCCCC;
	border:thin;
	float:right;
	height:500px;
}
#contenedorRightPane{
	width:210px;
	height:500px;
	float:left;
	border:thin;
	vertical-align:top;
}
#pagesProd{
	background:#eee;
	border:solid 1px #ddd;
	padding:7px;
}
#pagesProd a{
	color:#666;
	text-decoration:none;
	padding:3px 4px;
	background:#fff;
	border:solid 1px #ddd;
}