#itemlist .path {
    margin: 20px 0 10px 0;
    color: #B6566E;
}

#itemlist .path a{
    margin: 20px 0 10px 0;
    color: #FFF;
}

#itemlist subcats_outer{
    margin: 10px 0 0 0;
    clear: both;
}

#itemlist .subcats{
    margin: 5px 0 5px 10px;
    clear: both;
}

#itemlist .subcats_inner{
    width: 33%;
    margin: 0 0 5px 0;
    float: left;
}


#itemlist {
    clear: both;
    float: none;
}

#itemlist .entry {
    width: 185px;
    height: 250px;
    float: left;
    text-align: center;
}

#itemlist .entry a {
    text-decoration: none;
}

#itemlist .imgouter{
    width: 160px;
    margin: auto;
    height: 150px;
}

#itemlist .entry .imgouter img{
    padding: 18px;
}

#itemlist .entry .title a, #itemlist .entry .more a{
    color: #B6566E;
}

#itemlist .entry .newprice {
    position: absolute;
    z-index: 99;
    background-image: url(../images/newprice.gif);
    width:46px;
    height: 46px;
}

#itemlist .title{
    margin: 0 10px 0 10px;
    border-bottom: 1px #CCC solid;
    padding: 0 0 5px 0;
}

#itemlist .price{
    margin: 0 0 0 10px;
    width: 68px;
    float: left;
    padding: 2px;
    font-weight: bolder;
}

#itemlist .price strike{
    font-size: 10px;
    font-weight: normal;
    color: #333;
}

#itemlist .more{
    margin: 0 10px 0 0;
    width: 68px;
    float: right;
    border-left: 1px #CCC solid;
    padding: 2px;

}

#itemshow {
    margin: 20px 0 0 0;

}

#itemshow h1, #basket_outer h1{
    margin: 0px;
    font-size: 24px;
    color: #FFF;
    float: left;
}

#itemshow #pageitem{
    border-bottom: 1px #C77689 solid;
    text-align: right;
    color: #C77689;
    font-size: 10px;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    height: 15px;
    clear: both;
}

#itemshow .ccimage{
    margin: 0 30px 0 0;
    border: 0px solid #F6CCCD;
    text-align: left;
    background-repeat: no-repeat;
    clear: both;
}

#itemshow .ccimageblind{
    margin: 0 30px 0 0;
    border: 5px solid #F6CCCD;
    text-align: left;
    width: 300px;
    height: 300px;
    background-color: #FFF;
    text-align: center;
    padding: 120px 0 0 0;
    color: #C77689;
    clear: both;
}

#itemshow .photo{
    float: left;
    margin: 0 20px 0 0;
    background-color: #FFF;
    padding: 20px;
}

#itemshow #thumbs p{
    margin: 20px 0 5px 0;
    clear: both;
}

#itemshow #thumbs img{
    border: 1px #CCC solid;
    float: left;
    margin: 0 6px 6px 0;
}




#itemshow #description{
    line-height: 150%;
    letter-spacing: 0.1em;
    font-size: 12px;
    margin: 20px 0 0 0;
}

#itemshow #price{
    font-size: 24px;
    text-align: right;
    margin: 0px;
    float: right;
}

#itemshow #price strike{
    font-size: 18px;
    color: #666;
}

#itemshow #price .newprice {
    background-image: url(../images/newprice.gif);
    width: 46px;
    height: 46px;
    float: left;
}


#itemshow #basketaddform{
    float: right;
}

#itemshow #basketaddform_inner{
    background-color: #F8D0CE;
    text-align: right;
    margin: 10px;
}

#itemshow #basketaddform .lab{
    font-size: 11px;
    width: 100px;
    text-align: right;
    height: 25px;
    line-height: 90%;
}

#itemshow #itemhelp{
   float: right;
   margin: 10px 0 0 0;
}

#itemshow #itemhelp_inner{
    background-color: #F8D0CE;
    margin: 10px;
}

#itemshow #itemhelp_inner h1{
    color: #B34F69;
}

#itemshow .infoline{
    margin: 20px 0 0 0;
    width: 200px;
    line-height: 150%;
}

#itemshow .infoline h1{
    clear: both;
    float: none;
    margin: 0 0 5px 0;
}

#itemshow .infoline p{
    width: 180px;
    margin: 0px;
    padding: 0 0 0 70px; /*width of left column containing the label elements*/
    clear: both;
}


#itemshow .infoline span {
    float: left;
    margin-left: -80px; /*width of left column*/
    width: 70px; /*width of labels. Should be smaller than left column to create some right margin*/
    text-align: right;
    font-weight: bold;
}

