@CHARSET "ISO-8859-1";


.content_inside h2 {
	width: 395px !important;
	overflow: hidden !important;
}

.content_inside .productTile {
	background-color: #E6E6E6 !important;
	font-size: 11px !important;
	color: #525C62 !important;
	padding: 10px !important;
	margin-bottom: 10px !important;
}
.content_inside .productTile p {
	text-align: justify !important;
}
.content_inside .productTile div {
	background-color: #FFFFFF !important;
	font-size: 11px !important;
	color: #525C62 !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

/* No mostrar como menu lateral */
#rightPane #productInfo {
	display: none !important;
}

#productInfo {
	clear: both;
	float: left;
	width: 435px;
	margin: 5px 0;
	border-bottom: 1px dashed #DBDCDB;
	border-left: 1px dashed #DBDCDB;
	background-color: #F9F9F9;
}

#productInfo ul {
	list-style: none;
	width: 435px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#productInfo ul li {
	padding: 0;
	margin: 0;
}

#productInfo ul li ul { /* item */
	float:left;
	display: block;
	width: 206px;
	height: 145px;
	padding: 8px 0 3px 10px;
	border: 0 none;
	border-top: 1px dashed #DBDCDB;
	border-right: 1px dashed #DBDCDB;
	/*background-color: #003333;*/
}

#productInfo ul li ul li {
}

#productInfo ul li ul li span { /* item attrib */
	float: left;
	display:inline;
	overflow: hidden;
	background-color: #FFFFFF;
	background-color: #F9F9F9;
}

#productInfo .logo {
	width: 70px;
	line-height: 41px;
}

#productInfo .logo img {
	width: 40px;
	height: 40px;
	margin-top: 1px;
}

#productInfo .name {
	float:none;
	width: 139px;
	line-height: 40px;
	overflow: hidden;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left !important;
	color: #C1D731;
	/*border:1px solid #000000;*/
}

#productInfo .name span { /* if IE */
	float:left;
	line-height: 15px;
	overflow: visible;
	/*border:1px solid #CCCCCC;*/
}

#productInfo .intro {
	width: 204px;
	padding: 15px 0;
	height: 75px;
/*	border-bottom: 1px solid black; */
}
/*
.productTile {
	clear: both;
	float: left;
	overflow: hidden;
	width: 395px;
	margin: 0 10px;
	padding: 10px;
}
*/
/*
.productTile p {
	background-color: #E6E6E6 !important;
	font-size: 11px !important;
	color: #525C62 !important;
}
*/
