﻿.basketItem
{
    padding: 6px;
    background: #212121;
    clear: left;
    margin: 3px 0;
}

.basketItemSelect
{
    float: left;
    margin-top: 10px;
    margin-left: -4px;
    width: 60px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.basketItemPhoto
{
    float: left;
    border-width: 0;
}

.basketItemPhoto img
{
    border: solid 0 #000;
    padding: 0 10px 0 0;
}

.basketItemInfo
{
    width: 400;
    display: block;
}

.itemName
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.itemProp
{
    color: #fcae00;
    font-size: 12px;
    padding-right: 8px;
    display: block;
}

.itemProp input
{
    border: solid 1px #4d4d4d;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.itemValue
{
    color: #fff;
    font-size: 12px;
}
