#inx_catalog #main h3 {

 margin: 0;
 
 padding:0;
 font-size: xx-large;
 font-style: oblique;
}

#inx_catalog #main h3 a {
 color: white;
}

#inx_catalog #main h4 {

  margin-top: 0;
  border: none;
}

#inx_catalog #main #text {
 /*width: 22.3em;*/
 width: 24em;
 padding: 0.5em 0 0.5em 40px;
}

#main #index {
 float: left;
 width: 7.5em;
 position: relative;
 z-index: 20;
 padding: 0.5em 0;
}


#main #detail {
 float: left;
 position: relative;
 z-index: 30;
 padding: 0;
 margin: 0.5em 0.3em 0.5em 0;
 width: 14.5em;
 border: solid 3px black;
 background-color: white;
}

#detail h4 img {
  /*border: solid 3px #ffa700;*/
  margin: auto;
}

#detail h4 {
	text-align: center;
}

#detail #footer {
	background: black url("../images/en/background-catalog-footer.gif") 0 0 repeat-y;
	padding: 0.1em 0.2em 0.4em 50px;
	font-size: 0.7em;
	text-align: right;
}

#detail ul#attributes {
	list-style-type: none;
	font-size: 0.7em;
	float: right;
	margin: 0 0.5em 0 0;
}

#detail #attributes li {
	float: left;
	margin-left: 0.7em;
}

#detail #attributes li img {
	display: inline;
	float: left;
	margin-right: 0.4em;
}

.item {
 float: left;
 margin: 0 5px 5px 0;
 position: relative;
}

.item .thumbnail a img	{
  border: solid 1px black;
}

.item .thumbnail a:hover img	{
  border: solid 1px #da0b14;
}

.indicators {
	position: absolute;
	top: -5px;
	right: -10px;
	z-index: 100;
}

.indicators img {
	float: left;
	margin-right: 2px;
	border: none;
}

#categories {
 float: right;
 /*width: 8.5em;*/
 width: 7em;
 
 padding-top: 3.2em;
}


.category {

	display: block;
	background: white url("../images/en/tl-small.gif") 0 0 no-repeat;
	border: solid black;
	border-width: 0 0 4px 0;
	margin-bottom: 0.4em;

	text-align: center;
	position: relative;
	
	text-shadow: 2px 2px 1px #3f3f3f;
	
	/*height: 2em;*/

}

.category .bl_small {
	height: 1.6em;
	padding: 3px 0px 4px 3px;
}

.cat {
	background: #e20c15 url("../images/en/inner-tl-small.gif") 0 0 no-repeat;
	position: relative;
	margin: 0;
	height: 1.6em;

  	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;

}

#categories a:link,
#categories a:visited {
	text-decoration: none;
	display: block;
	padding:0.7em 0.5em 0.5em 0em;
	color: white;
	font-size: 0.6em;
	font-style:oblique;
	min-height: 1.8em;
}

#categories a:hover,
#categories a:active {
	background: white;
	color:#e20c15;
	
}

ul.subcategories {
 list-style-type: none;
 float: right;
 margin: 1em 0 0 0;
 padding: 0;
 width: 7em;
}

.subcategory {

	display: block;
	margin-bottom: 0.4em;
	border-bottom: solid 4px black;
	text-align: center;
	position: relative;
	
	text-shadow: 2px 2px 1px #3f3f3f;
}

.subcategories a:link,
.subcategories a:visited {

	background: #0067b0 url("../images/en/background-menu-home.jpg") 0px -8px repeat-x;

	border: solid white;
	border-width: 2px 0 2px 2px;
	text-decoration: none;
	display: block;
	padding:0.5em;
	font-size: 0.7em;
	color: white;
}

.subcategories a:hover,
.subcategories a:active {
	background: white;
	color:#e20c15;
	
}
