/* Ben & Jerrys
----------------------------------------------------- */
#content .products_buj {
    background: #69ADE7 url('../pics/ben_jerrys_top.png') no-repeat;
    padding-top:180px;
}

#content .products_buj_bottom {
    background: #69ADE7 url('../pics/ben_jerrys_bottom.png') no-repeat;
    height:182px;
}

#content .buj {
	position:relative;
	font-size:0.9em;
	background-repeat: no-repeat;
	background-position:0 10px;
    height: 240px;
    width: 335px;
    float:left;
    color:#fff;
    margin:0;
    margin-top:10px;
    padding:0;
}

#content .buj .title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
	position: relative;
	left:160px;
	width:180px;
}

#content .buj .title sup {
    font-size: .6em;
}

#content .buj .desc {
	position: relative;
	left:160px;
	width:180px;
}

#content .buj .prices {
	display: inline-block; /* IE6/7 requires natural inline container */
	margin-top: 1em;
	position: absolute;
	left: 160px;
	top:130px;
}

#content .buj .prices .col {
    color:#000;
	float: left;
	text-align: left;
    width: 60px;
    cursor: pointer;
	background:#fff;
	margin-right:3px;
	padding:1px 1px;
}

#content .buj .prices .size {
	display: block;
	font-weight: normal;
	padding: 3px 6px 5px 6px;
}

#content .buj .prices .size .sizedesc {
	display: block;
	font-weight: normal;
	font-size: .75em;
	line-height: 1em;
}

#content .buj .price {
    font-weight: bold;
    font-size:1.2em;
}

#content .buj .price a {
    color:#000;
    background:#eef;
    display:block;
    padding: 2px 6px;
}

#content .buj .oldPrice {
	color: gray;
	text-decoration: line-through;
	font-weight: normal;
}

#content .buj .code {
	font-size: .6em;
	font-weight: normal;
	color: #666;
}


