/*
	Gominola Creative Media 2008
	Barcelona - http://www.gominola.com
	by Alexander Morales - a@gominola.com
_____________________________________________________*/
body {
	margin:15px;
	background: #FFF;
}
body, p, li, a, h1, h2, h3, h4 {
	font-family:Helvetica, Arial, sans-serif, Verdana;
	font-size:12px;
	line-height:12px;
	color:#000;
}
h2,h3 {
	font-weight:normal;
}
#menu {
	/*position:fixed;*/
	float:left;
	width:150px;
	height:auto;
	background:#fff;
}
#menu #accordion {
	padding:25px 0px;
	}
	#accordion h3 {
		cursor:pointer;
		font-size:12px;
		line-height:12px;
	}
	#accordion .submenu ul {
		padding-bottom:14px;
	}
	#accordion .submenu ul li a {
		text-decoration:none;
		}
		#accordion .submenu ul li a:hover {
			text-decoration:underline;
		}
		#accordion .submenu ul li a:visited {
			color:#999;
		}
	
#menu p {
	padding:0px 0px 14px 0px;
	}
	#menu p a {
		text-decoration:none;
	}

#content {
	margin-left:150px;
	/*overflow:auto;*/
}
#details {
}
#navigation {
	padding:25px 0px;
}
#bt_details {
	cursor:pointer;
}
#details_holder a {
	text-decoration:none;
}
#picture_holder p {
	padding-top:14px;
}
#bt_prev, #bt_next {
	cursor:pointer;
}
/*	Template1
*/
#template1 #details_holder {
	width:130px;
	height:auto;
	float:left;
	}
	#template1 #details_holder td {
		padding-right:6px;
	}
#template1 #picture_holder {
	margin-left:140px;
}
/*	Template2
*/
#template2 #details_holder {
	width:130px;
	height:auto;
	float:left;
	}
	#template2 #details_holder td {
		padding-right:6px;
	}
#template2 #picture_holder {
	margin-left:140px;
}
#template2 #navigation {
	float:right;
	width:60px;
	height:auto;
	padding:0px;
	}
#template2 h4 {
	margin-right:60px;
}
#template2 #navigation a.view {
	width:52px;
	height:auto;
	overflow:hidden;
	display:block;
	margin-bottom:3px;
}
/*	Template 3
*/
#template3 #details_holder {
	width:130px;
	height:auto;
	float:left;
	}
#template3 #picture_holder {
	margin-left:140px;
	}
	#template3 #picture_holder .picture {
		margin-bottom:3px;
	}

#details_txt {
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	width:530px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
	#details_txt #details_box div {
		padding:20px;
		}
		#details_txt #details_box td {
			padding-right:10px;
		}
		#details_txt #details_box div p {
			padding:0px 0px 10px 0px;
			line-height:13px;
		}
	#bt_cerrar {
		cursor:pointer;
		font-weight:bold;
	}
	
	
#showcase {
	width:764px;
	height:468px;
	overflow:hidden;
}