
.product_container{
    margin: 0;
    padding:0;
    font-family: sans-serif;
    text-align:left;
    font-size: 12px;
    color:#484848;
}

.product_container div{
    overflow:hidden;
    float:left;
    width:33%;
    height:20px;
}

.product_container .title {
    overflow:hidden;
    float:left;
    width:100%;
    height:25px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.product_container .sep{
    overflow:hidden;
    height:8px;
    clear:both;
}

.product_container a {
    color: #0c6b7f;
	text-decoration: none;
	font-weight: normal;
}

.product_container a:link {
    color: #0c6b7f;
}

.product_container a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.product_container p {
    text-indent: 2em;
    margin: 8px 0 8px 0;
}

.product_container .title a{
    color: #000;
    font-weight: bold;
}

.product_container .title a:link {
    color: #000;
}

.product_container .title a:hover {
	color: #FF0000;
	text-decoration: underline;
}
