﻿/* highlights */

#highlights {
    background: url(../images/index_1.jpg) no-repeat;
    width: 327px;
    float: left;
    margin-right: -10px;
}

#highlights .p {
    padding: 2px 7px;
    margin-left: 250px;
    border-bottom: 1px solid white;
    color: white;
}

* html #highlights .p {
    padding-bottom: 6px;
}

#highlights div.red  { background: #f14d48; }
#highlights div.green  { background: #90b61c; }
#highlights div.purple { background: #cb4c8c; }
#highlights div.orange { background: #f5a839; }
#highlights div.blue { background: #0e5ba4; }
#highlights div.yellow { background: #f4ce38; }


#highlights #topspot {
    padding: 13px 11px;
}

#highlights .faceotweek {
    float: left;
    width: 97px;
    font-size: 11px;
    margin-top: 1em;
    color: #487388;
    font-weight: bold;
}

#highlights .faceotweek p {
    padding: 0 2px;
}

/* right */

#right {
    width: 470px;
    float: right;
    border-top: 1px solid #bdbdbd;
}

#right .right {
    margin-left: 1px;
}

#right #products {
    float: right;
    width: 228px;
}

#right #products div {
	border-top: 1px solid #bdbdbd;
	padding: 10px 10px 0 10px;
	border-top-width: 0px;
}

#right #products #item-one {
    border-top: none;
}

#right #products h2 {
    clear: both;
}

#right #news {
    float: left;
    width: 165px;
    margin: 0px 0px 0px 5px;
    display: inline;
}

#right #news h2 {
    margin-bottom: 0.5em;
}

#right #news h3 {
    margin-bottom: -0.4em;
}

/* bottom */

#bottom {
    float: right;
    width: 470px;
    border-top: 1px solid #bdbdbd;
    background: url(images/body_br_bg.gif);
}

#bottom div {
    padding: 10px;
}


