/**
 * STYLE SHEET :: LAYOUT / BRAND
 *
 * Specifies layout of product sub-template
 */

h1 {
    margin-bottom: 0.2em;
	font-size: 20px;
    }

p#brandMotto {
    margin-bottom: 1.5em;
    }

    p#brandMotto {
        font-size: 14px;
        line-height: 1.3em;
        color: #AAA;
        }

    p#brandMotto em {
/*
        font-style: normal;
        font-weight: bold;
*/
        }

div#brandSummary {
    position: relative;
    float: left;
    width: 100%;
    min-height: 142px;
    margin-bottom: .8em;
/*
    background-color: #EEE;
*/
    }

    div#brandSummary p {
        margin: 1em 0;
        }

    ul.sellingPoints {
        margin: 0.7em 0 0 0;
        padding: 0;
        list-style: none;
        }

        ul.sellingPoints li {
            margin: 0.3em 0 0 0;
            padding-left: 18px;
            background: transparent url(/images/bullets/tick-small.png) no-repeat 0px 0px;
            font-size: 11px;
            line-height: 1.2em;
            color: #666;
        	}

    div#brandSummary #brandLogo {
/*
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px;
        border: 1px solid #EEE;
*/
        position: relative;
        float: right;
        margin: 0 0 0.5em 1.5em;
        }


