#content {
    
}
#content #col1 {
    float: left;
    width: 172px;
    margin-top: 20px;
    padding-left: 20px;
}
#content #col1 img.gift-shop {
    margin-bottom: 30px;
}
#content #col1 h4 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    border-top-color: #999999;    
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
}
#content #col1 ul {
    margin-top: 10px;
    margin-bottom: 20px;
}
#content #col1 ul li {
    font-size: 13px;
    line-height: 22px;
    padding-left: 5px;
}
#content .share.twitter {
    position: relative;
    z-index: 1000;
    float: left;
    margin-right: 5px;
}
#content .share.facebook {
    position: relative;
}
#content #col2,
#content #col3,
#content #col4 {
    float: left;
    width: 250px;
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
}
#content #col2 .item,
#content #col3 .item,
#content #col4 .item {
    position: relative;
    height: 320px;
}
#content #col2 .item p,
#content #col3 .item p,
#content #col4 .item p {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 15px 8px;
}
#content .item .ships,
#content .item .price {
    font-weight: bold;
}
#content #col2 {
    
}
#content #col3 {
	border-right-color: #999999;    
	border-left-color: #999999;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;   
}
#content #col4 {
    
}

#content .x {
    position: absolute;
    z-index: 99;
    top:217px;
}
#content .x.back-order {
    left:70px;
    width:121px;
    height:50px;
    background: url(../images/gift-shop-back-order.png) no-repeat left top;
}
#content .x.no-longer-available {
    left:40px;
    width:133px;
    height:73px;
    background: url(../images/gift-shop-no-longer-available.png) no-repeat left top;
}
#content .x.not-available-region {
    top:188px;
    left:60px;
    width:128px;
    height:91px;
    background: url(../images/gift-shop-not-available-region.png) no-repeat left top;
}
#content .x.out-of-stock {
    left:35px;
    width:177px;
    height:22px;
    background: url(../images/gift-shop-out-of-stock.png) no-repeat left top;
}
#content .x.sold-out {
    left:60px;
    width:135px;
    height:21px;
    background: url(../images/gift-shop-sold-out.png) no-repeat left top;
}



