@CHARSET "UTF-8";

.product_catalog_container {
clear:both;	
}
.product_catalog_product {
clear:both;	
padding:20px;
}
.product_catalog_product_title {
clear:both;
position:relative;
}
.product_catalog_product_title .links {
position:absolute;
top:5px;
right:0;
}
.product_catalog_product_thumbnail {
float:left;
width:180px;
}
.product_catalog_product_thumbnail1 {
float:left;
width:320px;
}
.product_catalog_product_meta {
float:left;
width:550px;
}
.product_catalog_product_meta1 {
float:left;
width:410px;
}
.product_catalog_product_meta_item {
clear:both;
}
.product_catalog_product_excerpt {
font-style:italic;
padding-bottom:10px;
}
.product_catalog_product_content {
clear:both;	
padding:10px 0 0;
}
.product_catalog_product_meta_item span {
font-weight:bold;
}
.product_catalog_product_back_to_top {
clear:both;
padding:20px 0 0 20px;
}
.product_catalog_separator {
clear:both;
height:20px;
border-bottom:solid 1px #555;
} li.current-cat {
font-weight:bold;
}
li.current-cat ul.children li {
font-weight:normal;
}
ul.children {
display:none;
}
li.current-cat ul.children,
li.current-cat-parent ul.children {
display:block;
}