#main {
    background:#EBE4D2 url(../../images/bg_content.png) repeat;
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    line-height:1.6;	
	color:#3A3535;	
    float:left;
    width:711px;
	padding: 10px 19px 10px 19px;
	_margin-top:-3px;
}

#main a {  color:#EF59A1; text-decoration:none; }
#main a:hover { color:#671F41; border-bottom:1px solid #EF59A1; text-decoration:none; }
#main h4 {
    font-weight:bold;
}

#main #store_areas {
    text-align:right;
}

#main #store_areas, #main #store_areas a {
    color:#575045;
}

#main #frontpage_products {
    margin-top:30px;
}

#main #frontpage_products .product {
    position:relative;
    background:transparent url(../../images/frontpagebox.png) 0 0 no-repeat;
    width:281px;
    height:279px;
    float:left;
    margin:0 20px 20px 0;
}

#main #frontpage_products .product a {
    border-bottom:none;
}

#main #frontpage_products .second {
    margin-right:0;
}

#main #frontpage_products .product .padding {
    padding:15px;
}

#main #frontpage_products .product .img_area {
    height:190px;
    overflow:hidden;
    text-align:center;
}

#main #frontpage_products .product .bottom {
    position:absolute;
    bottom:15px;
    height:40px;
    width:245px;
    font-weight:bold;
    line-height:1;
}

#main #frontpage_products .product .bottom .title {
    float:left;
    width:177px;
    display:block;
    padding-left:2px;
}

#main #frontpage_products .product .bottom .price {
    float:right;
    text-align:right;
    width:50px;
    margin:0;
    display:block;
}

#main #frontpage_products .product .bottom .add_to_cart {
    position:absolute;
    bottom:0;
    left:0;
}

#main #frontpage_products .product .bottom .add_to_cart input {
    background:transparent;
    border:0;
    padding:0;
    margin:0;
    color:#EF59A1;
    cursor:pointer;
}