/* CKSHOP DEFAULT THEME */
.returncatalog {
        color: #000000;
        font-weight:bold;
        font-size: 12px;
}
/* user styles for reports wishlist registration and login*/
.userhead {
        background-color: #087b63;
        color:#FFFFFF;
}
.row1 {
        background-color: #D6E1EB;
}
.row2 {
        background-color: #FFFFFF;
}
.row3 {
        background-color: #D6E1EB;
}
/* Text inside search boxes */
.boxText {
        font-size: 10px;
}
.textbox {
        background-color: #ffffff;
}

/* generic styles */
.head        { font-size: 12px; font-weight: bold; }
.label        { font-weight: bold; }
.infobox        {
        font-size: 10px;
        text-decoration: none;
}
TD.infobox        {
        font-size: 10px;
        text-decoration: none;
}
.searchhead        {
        font-weight: bold;
        background-color: #bbc3d3;
        color: #000066;
        font-size: 10px;
        padding: 1px;
        text-align:center;
        text-decoration: none;
        height: 12px;
}
.tablehead1        {
        font-weight: bold;
        background-color: #bbc3d3;
        font-size: 10px;
        padding: 1px;
        text-align:center;
        text-decoration: none;
}
.label2        { font-weight: bold; font-style: italic;  }
.attn        { font-weight: bold; color: red; }

.smalltext { font-size: 9px; }

/* text below pop up image view */
.smtext { font-size: 9px; text-decoration: none; }

/* the order button*/
.orderbutt {
        padding: 0px;
        background-color: #aaccbc;
        color: #034b37;
        margin: 1px;
        border: 1px outset #cccccc;
        cursor: pointer;
        font-size: 9px;
}

/* the standard search button*/
.searchbutt {
        width: 60px;
        padding: 0px;
        background-color: #aaccbc;
        color: #034b37;
        margin: 1px;
        border: 1px outset #cccccc;
        cursor: pointer;
        font-size: 9px;
}
.wishlistbutt {
        padding: 1px;
        background-color: #aaccbc;
        color: #034b37;
        margin: 1px;
        border: 1px outset #cccccc;
        cursor: pointer;
        font-size: 9px;
}
.searchbox {
        background-color: #ffffff;
        color: #000000;
        text-align: center;
}

.searchinput {
        background-color: #ffffff;
        color: #000000;
}

/* the view cart button*/
.viewcartbutt {
        padding: 0px;
        background-color: #aaccbc;
        color: #034b37;
        margin: 1px;
        border: 1px outset #cccccc;
        cursor: pointer;
        font-size: 9px;
}
.viewcartbutt a {
        text-decoration: none;
}
.viewcartbutt a:link {
        text-decoration: none;
}
.viewcartbutt a:visited {
        text-decoration: none;
}
.viewcartbutt a:hover {
        text-decoration: none;
}

.carttxt {
        font-weight: bold;
        color: #333333;
        display: block;
        padding: 2px;
        font-size: 11px;
}

/* Horizontal line between products and above email a friend*/
.productlines {
        border-width: 1px;
        border-style: dashed;
        border-color: #CCCCCC;
}

/* return to catalog text on page bottom*/