.product_container {
width: 216px;
height: 89px;
float: left;
margin-left: 7px;
}

.product_image {
width: 86px;
height: 86px;
margin-right: 3px;
}

.product_content {
width: 127px;
height: 86px;
font-size: 9px;
color: #2D7D3E;
}

.product_content .intro {
color: #000000;
}

.product_text {
width: 100%;
height: 44px;
color: #000000;
font-weight: normal;
}

.product_text h2, .product_text p, .product_text hr {
margin: 0;
padding: 0;
}

.product_text h2 {
font-size: 10px;
}

.product_text hr {
color: #87B33A;
}

.product_price {
width: 100%;
height: 13px;
}

.product_price span {
color: #87B33A;
}

.product_btn_text {
width: 100%;
height: 10px;
font-size: 9px;
margin-bottom: 2px;
color: #227934;
font-weight: normal;
}

.product_btn_text span {
margin: 0 0 0 3px;
}

.product_btn {
width: 100%;
height: 19px;
}

input.amount {
height: 13px;
font-size: 11px;
}

select.size {
height: 17px;
font-size: 11px;
}

input.order {
height: 16px;
margin: 0;
padding: 0;
background-color: #87B33A;
font-size: 9px;
color: #FFFFFF;
}

.product_btn input, .lproduct_order_buttons input, select.size {
border: 1px solid #87B33A;
}

.product_container, .product_container div {
float: left;
}

/* START LARGE BOX */

.lproduct_container {
width: 216px;
height: 198px;
position: relative;
margin-left: 10px;
}

.lproduct_title {
position: absolute;
top: 0px;
left: 0px;
width: 209px;
height: 15px;
border-bottom: 1px solid #33CC33;
}

.lproduct_title h2 {
margin: 0;
padding: 0;
color: #227934;
font-size: 10px;
font-weight: bold;
}

.lproduct_image {
position: absolute;
top: 20px;
left: 0px;
width: 90px;
height: 141px;
}

.lproduct_text {
position: absolute;
top: 17px;
left: 95px;
width: 114px;
height: 144px;
color: #000000;
font-size: 10px;
font-weight: normal;
}

.lproduct_text .intro {
color: #000000;
}

.lproduct_price {
color: #227934;
}

.lproduct_price span {
color: #A2BA58;
font-weight: bold;
}

.lproduct_info_text {
position: absolute;
top: 149px;
left: -90px;
width: 90px;
height: 12px;
font-size: 9px;
color: #227934;
font-weight: normal;
}

.lproduct_info_text span {
margin-left: 10px;
}

.lproduct_order_buttons {
position: absolute;
top: 161px;
left: -90px;
width: 175px;
height: 19px;
}

.lproduct_order_buttons input.amount {
margin-right: 6px;
}

.lproduct_order_buttons select.size {
margin-right: 10px;
}