body {
	background: #4b4b4b;
	color: #333;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
}

img {
	border: 0;
	float: left;
}

.clear {
	clear: both;
}

#container {
	margin: auto;
	width: 1000px;
	background: url(/images/common/content_background.jpg) repeat-y;
	overflow: hidden;
}

/* HEADER */
.top_menu_container {
	background: url(/images/common/menu_background.jpg) repeat-x;
	float: left;
	width: 1000px;
	height: 26px;
	overflow: hidden;
}

#top_menu {
	float: left;
	padding: 6px 0;
	height: 14px;
	overflow: hidden;
	width: 484px;
}

#top_menu a{
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
}

#top_menu a:hover {
	color: white;
}

#finder_container {
	float: right;
	height: 26px;
}

#finder {
	float: left;
	border: none;
	background: url(/images/common/menu_finder_background.jpg) repeat-x;
	width: 150px;
	height: 26px;
	padding: 6px 2px;
	color: #777;
}

/* PANEL LATERAL IZQUIERDO */
#left_panel {
	float: left;
	width: 160px;
	margin-left: 9px;
	_margin-left: 4px;
	background: url(/images/common/category_background.jpg) repeat-y;
	overflow: hidden;
}

.category {
	float: left;
	width: 160px;
}

.category a{
	color: #999;
	display: block;
	border-bottom: 1px dotted #ccc;
	margin-left: 10px;
	padding: 4px 10px;
	width: 125px;
	text-decoration: none;
	font-weight: bold;
}

.category a:hover {
	color: white;
	background: #bbb;
}

.father {
	float: left;
	width: 129px;
	background: url(/images/common/category_father.jpg) no-repeat;
	font-weight: bold;
	padding: 9px 15px;
	color: white;
	text-align: center;
}

.father a{
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	display: block;
}

.father a:hover {
	color: white;
}

/* RUTA Y PAGINAS */
#route_pages {
	float: left;
	border: 1px solid #bbb;
	width: 812px;
	background: white;
	color: #bbb;
	font-size: 11px;
	padding: 3px 1px;
}

#route {
	float: left;
}

#route a{
	padding: 2px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
}

#route a:hover {
	background: #ddd;
	color: white
}

#pages {
	float: right;
}


#pages a{
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
}

#pages a:hover {
	background: #ddd;
	color: white
}

/* MIDLE PANEL */
#midle_banner {
	float: left;
	width: 812px;
	margin-left: 10px;
	_margin-left: 5px;
	background: top right url(/images/common/middle_background.jpg) repeat-y;
	min-height: 490px;
}

#bottom {
	margin: 10px 15px;
	-margin: 10px 5px;
	border-top: 1px dotted black;
	float: left;
	width: 970px;
	_width: 965px;
	padding-top: 5px;
}

#bottom_menu {
	float: left;
	margin: 0 20px;
	height: 18px;
}

#bottom_menu a{
	font-weight: bold;
	color: #444;
	text-decoration: none;
	padding-right: 15px;
}

#bottom_menu a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	margin: 0 20px;
	font-size: 10px;
	width: 600px;	
}

#feelstudios {
	float: right;
}

#feelstudios a{
	text-decoration: none;
	color: #444;
	font-size: 11px;
}

/* LISTADO DE PRODUCTOS */
.list_product {
	float: left;
	width: 251px;
	height: 107px;
	margin: 5px;
	padding: 6px 1px 6px 6px;
	background: url(/images/common/product_list_background.jpg) no-repeat ;
}

.list_product img {
	margin-right: 10px;
}

.list_product h1 {
	margin: 0;
	font-size: 18px;
	color: #777;
}

.list_product h1 a{
	color: #777;
	text-decoration: none;
}

.list_product h1 a:hover{
	color: #bbb;
}

.list_product h2 {
	margin: 4px 0;
	padding: 4px 0;
	padding-right: 10px;
	font-size: 14px;
	background: #eee;
	border: 1px solid #bbb;
	border-right: none;
	color: #555;
	text-align: right;
}

.list_product h2 a{
	text-decoration: none;
	color: #555;
}

.list_product h2 a:hover{
	color: black;
}

.list_product h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	text-align: right;
	padding-right: 10px;
}

.list_product h3 a{
	color: #777;
	text-decoration: none;
}

.list_product h3 a:hover{
	color: #555;
}

/* VISTA DEL PRODUCTO */
.product_view {
	padding: 2px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #487DC0;
}

#product_img_view{
	float: left;
	overflow: hidden;
	width: 632px;
}

#product_img_view img {
	float: right;
}

.right_banner {
	float: right;
	overflow: hidden;
	width: 180px;
}

.terms_conditions {
	float: left;
	overflow: hidden;
	width: 800px;
}

/* CONTACT */
.contact_form {
	float: left;
	width: 530px;
	margin: 10px 5px;
	padding: 10px;
}

.form_container {
	float: left;
	width: 290px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	border: 1px solid #999;
	background: white;
	color: #999;
}

.form_input {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	color: #777;
	margin: 5px 0;
	width: 150px;
}

.form_container label {
	float: right;
	padding-right: 5px;
	margin: 5px 0;
}

.form_container p {
	font-weight: bold;
	margin: 5px 0;
}

.info a {
	color: #999;
	text-decoration: none;
}

.info a:hover {
	text-decoration: underline;
}

.form_container_thanks {
	float: left;
	width: 290px;
	border: 1px solid #999;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: white;
	color: #999;
}

.info {
	float: left;
	text-align: right;
	border: 1px solid #999;
	width: 200px;
	margin-left: 10px;
	text-align: left;
	background: white;
	padding: 5px 10px;
}

.info h3{
	margin: 0;
	border-bottom: 1px solid #eee;
	color: #999;
}

.info p {
	margin: 5px 0;
	color: #999;
}
















