/* Products */

/* Container */

#container
{
    background-color: #f4f1ec;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

#container_top_side
{
    width: 867px;
    min-height:300px;
    margin: 0px 30px 0px 30px;
    padding: 0px;
}

* html #container_top_side
{
    height:300px;
    margin: 0px 30px 0px 30px;
}

#container_top_side .container_top_side_middle
{
    float: left;
    width: 815px;
    min-height: 350px;
    background-image: url("/images/bg/bg_product_middle_side.gif");
    background-repeat: repeat-y;
    background-position: top center;
    margin: 0px;
    padding: 0px 26px 0px 26px;
}

*HTML #container_top_side .container_top_side_middle
{
    padding: 0px 0px 0px 0px;
}

#container_top_side_middle_bg
{
	float:left; 
	width: 867PX; 
	background-position: 5px bottom; 
	background-repeat: no-repeat;
	}


.container_top_side_middle .container_top_side_left
{
    float: left;
    width: 517px;
    margin: 0px;
    min-height: 478px;
    padding: 0px 0px 0px 0px;
}

.container_top_side_middle .container_top_side_right
{
    float: left;
    width: 296px;
    height: 478px;
    overflow: auto;
    border: none;
    margin: 0px;
    padding: 0px 26px 5px 0px;
}

.container_top_side_middle .container_top_side_right h1
{
    font-size: 18px;
    font-weight: bold;
    color: #8d203a;
    margin: 27px 0px 0px 0px;
}

.container_top_side_middle .container_top_side_right h2
{
    font-size: 12px;
    font-weight: bold;
    color: #43413d;
    margin: 20px 0px 0px 0px;
}

.container_top_side_middle .container_top_side_right p
{
    font-size: 11px;
    line-height: 16px;
    color: #67645e;
    margin: 7px 0px 0px 0px;
}


#container_top_side .container_top_side_bottom
{
    float: left;
    width: 867px;
    height:10px;
    margin: 0px;
    padding: 0px;
    background-image: url("/images/bg/bg_product_bottom_side.gif");
    background-repeat: no-repeat;
    background-position: top center;
}





