/* @group default product view attribute */
#productAttributes h4
{
    color:#ffffff;
    font-size:140%;
    background-color:#99CC00;
    margin-top:15px;
    margin-bottom:7px;
    padding:5px;
    padding-left:10px;
}
#productAttributes .productAttribute
{
    border-bottom:1px dotted #cccccc;
    overflow:hidden;
    margin-bottom:5px;
}
.productAttribute .attributeLeft
{
    width:80px;
    clear:none;
    display:inline-block;
    float:left;
}
.productAttribute .attributeRight
{
    clear:none;
    float:right;
}
div.attributeTextHolder
{
    display:inline-block;
    float:left;
    clear:none;
    width:120px;
}
span.attributeTitle,
span.attributeDescription
{
    color:#333333;
    display:inline-block;
    margin-left:2px;
    font-size:11px;
}
span.attributeTitle
{
    padding:0 0 2px 2px;
    font-size:12px;
    font-weight:bold;
}
.priceHolder
{
    /*background-color:#82b401;*/
    display:inline-block;
    width:150px;
    float:right;
    clear:right;
    color:#000000;
    margin-bottom:2px;
    font-size:22px;
    text-align:right;
}
.priceHolder .oldPrice
{
    display:block;
    text-align:right;
}
#productAttributes span.priceAnchor,
#productAttributes span.notInStock
{
    background-color:#79a800;
    display:block;
    width:90px;
    padding:5px;
    font-size:17px;
    text-align:center;
    margin-bottom:10px;
    float:right;
    clear:right;
    letter-spacing:1.5px;
}
#productAttributes .priceAnchor
{
    color:#eaf9c3;
    font-weight:bold;
}
#productAttributes .priceAnchor:hover
{
    background-color:#92c301;
    color:#ffffff;
}
#productAttributes span.notInStock
{
    background-color:#666666;
    color:#ffffff;
}
/* @end */
