﻿a.col1, a.col1:visited
{
    /*color:#B8A85A;*/
    color: #94853F;
}
a.col2, a.col2:visited
{
    color: #98053B;
}
a.col3, a.col3:visited
{
    /*color:#AD9C82;*/
    color: #937E60;
}
a.col4, a.col4:visited
{
    /*color:#768193;*/
    color: #5B6473;
}


/* TOP CATEGORY ROLLOUT MENU */
.mainrollout
{
    background-color: #9C9263;
    min-height: 200px;
    position: absolute;
    top: 60px;
    z-index: 2;
    margin-bottom:32px;
    width:980px;
    padding:10px;
}
.mainrollout.dinnerware
{
    background-color:#9C0439;
}
.mainrollout.frames
{
    background-color:#738294;
}
.mainrollout .newrow
{
    float: none;
    clear: both;
    /*height:20px;*/
}
.mainrollout .cell .heading
{
    font-weight: bold;
    font-size: 16px;
    color:#EFEAD4;
    cursor:default;
    margin-bottom:6px;
}
.mainrollout .cell
{
    float: left;
    width: 200px;
    padding:20px;
}
.mainrollout .cell a
{
    text-decoration:none;
    font-weight:normal;
    color:#EFEAD4;
}
.mainrollout .col a:hover
{
    text-decoration:underline;
}

#index.bottomcategorypanel .heading a
{
    font-size:14px;
    color:#ACA789;
}
#index.bottomcategorypanel .small
{
    font-size:11px;
    padding-left:1px;
}
#index.bottomcategorypanel .small a
{
    color:#666666;
    font-weight:normal;
}
#index.bottomcategorypanel ul li:first-child dl
{
    border-top:none !important;
}

/* PRODUCT SCROLLER */
.productscroller
{
    background-color:white;
    height:180px;
}
.productscroller > .product
{
    border-right:1px solid #CECFCE;
    height:180px;
    float:left;
    width:479px;
}
.productscroller .leftarrow
{
    width:35px;
    height:52px;
    background:url('/images/productscroller-leftarrow.jpg');
    position:absolute;
    top:64px;
    left:6px;
    cursor:pointer;
}
.productscroller .rightarrow
{
    width:35px;
    height:52px;
    background:url('/images/productscroller-rightarrow.jpg');
    position:absolute;
    top:64px;
    left:920px;
    cursor:pointer;
}
.productscroller > .product .image
{
    float:left;
    margin-left:45px;
    width:220px;
    height:150px;
    text-align:center;
}
.productscroller > .product .text
{
    float:left;
    padding:25px 0 0 8px;
    width:190px;
}
.productscroller > .product .text .name
{
    font-size:18px;
}
.productscroller > .product .text .name a,.productscroller > .product .text .name a:visited
{
    font-weight:normal;
}
.productscroller > .product .text .name a:hover
{
    text-decoration:none;
}
.productscroller > .product .text .price
{
    font-size:26px;
    font-weight:normal;
    color:#619a63;
    margin-top:16px;
}
.productscroller > .product .text .oldprice
{
    margin-top:10px;
}


#cartbar
{
    position:absolute;
    left:700px;
    top:1px;
    width:245px;
    color:Gray;
}
#cartbar > *
{
    float:right;
}

