.searchBtn
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(255 , 255 , 255);
    background-color : rgb(102 , 102 , 102);
    border : 1px solid rgb(102 , 102 , 102);
    height : 20px;
    width : 30px;
}
.searchBox
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : black;
    background-color : transparent;
    border : 1px solid rgb(102 , 102 , 102);
}
.textbox
{
    background-color : rgb(224 , 240 , 255);
    border : 1px solid rgb(0 , 0 , 0);
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 11px;
    color : rgb(0 , 0 , 0);
}
.textboxDisabled
{
    background-color : rgb(255 , 255 , 255);
    border : none;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 11px;
    color : rgb(0 , 0 , 0);
}
.submit
{
    font-family : Arial , Helvetica , sans-serif;
    color : rgb(255 , 255 , 255);
    background-color : rgb(7 , 15 , 114);
    border : 1px solid rgb(7 , 15 , 114);
    height : 18px;
    font-weight : bold;
}
form, ol, ul
{
    margin : 0px;
    padding : 0px;
}
li
{
    list-style-position : inside;
    margin : 0px;
    padding : 0px;
}
li.bullet
{
    list-style-type : square;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(0 , 0 , 0);
}
li.bulletLrg
{
    list-style-type : square;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 100%;
    color : rgb(0 , 0 , 0);
}
li.num
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(0 , 0 , 0);
}
li.account
{
    list-style-type : square;
    padding-top : 5px;
    padding-bottom : 5px;
}
.txtSession, .txtCopy, .txtSiteDocs
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(51 , 51 , 51);
}
a.txtSession, a.txtSiteDocs
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(3 , 16 , 116);
    text-decoration : none;
}
a.txtSession:hover, a.txtSiteDocs:hover
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    color : rgb(3 , 16 , 116);
    text-decoration : underline;
}
a.txtButton
{
    font-family : Arial , Helvetica , sans-serif;
    font-weight : bold;
    color : rgb(255 , 255 , 255);
    background-color : rgb(7 , 15 , 114);
    padding : 2px;
    line-height : 20px;
    text-align : center;
    text-decoration : none;
}
a.txtButton:hover
{
    font-family : Arial , Helvetica , sans-serif;
    font-weight : bold;
    color : rgb(255 , 255 , 255);
    background-color : rgb(255 , 153 , 0);
    padding : 2px;
    line-height : 20px;
    text-align : center;
    text-decoration : none;
}
.txtOldPrice
{
    text-decoration : line-through;
}
.txtSale
{
    color : rgb(255 , 0 , 0);
}
.txtOutOfStock
{
    color : rgb(255 , 0 , 0);
}
.txtSiteDocs, a.txtSiteDocs
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(51 , 51 , 51);
    text-decoration : none;
}
a.txtSiteDocs:hover
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(255 , 102 , 0);
    text-decoration : none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    color : rgb(7 , 15 , 114);
    text-decoration : none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    color : rgb(255 , 102 , 0);
    text-decoration : none;
}
.txtContentTitle
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 120%;
    font-weight : bold;
    color : rgb(6 , 114 , 204);
}
.txtBoxSave
{
    color : rgb(249 , 7 , 7);
    padding-left : 16px;
}
.tblList
{
    border : 1px solid rgb(7 , 15 , 114);
}
.tdListTitle
{
    background-color : rgb(7 , 15 , 114);
    font-family : Arial , Helvetica , sans-serif;
    font-weight : bold;
    color : rgb(255 , 255 , 255);
}
.tdEven
{
    background-color : rgb(255 , 255 , 255);
}
.tdOdd
{
    background-color : rgb(235 , 237 , 254);
}
.txtCartPrice
{
    float : right;
    color : rgb(255 , 0 , 0);
    padding-right : 3px;
}
.txtCart
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 75%;
    color : rgb(0 , 0 , 0);
}
.cartTotal
{
    border-top : 1px dashed rgb(7 , 15 , 114);
    width : 153px;
    padding-top : 2px;
    margin-top : 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited
{
    text-decoration : none;
    color : rgb(0 , 0 , 0);
}
a.txtCartProduct:hover
{
    text-decoration : none;
    color : rgb(255 , 102 , 0);
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited
{
    font-family : Arial , Helvetica , sans-serif;
    font-size : 75%;
    font-weight : bold;
    color : rgb(255 , 255 , 255);
    background-color : rgb(255 , 153 , 0);
    text-decoration : none;
    padding : 2px;
    border : 1px solid rgb(0 , 0 , 0);
}
a.txtviewCart:hover
{
    background-color : rgb(102 , 204 , 51);
    color : rgb(255 , 255 , 255);
}
.cartProgress
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-weight : normal;
    color : rgb(102 , 102 , 102);
    padding : 4px;
    border : 1px solid rgb(204 , 204 , 204);
    width : 350px;
    margin : auto;
}
.txtcartProgressCurrent
{
    color : rgb(255 , 153 , 0);
    font-weight : bold;
}
.quickBuy
{
    text-align : center;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    color : rgb(102 , 102 , 102);
}
.tdcartTitle
{
    font-weight : bold;
    color : rgb(255 , 255 , 255);
    background-color : rgb(153 , 153 , 153);
    border-bottom : 1px solid rgb(102 , 102 , 102);
}
.tdcartEven
{
    background-color : rgb(235 , 237 , 254);
}
.tdcartOdd
{
    background-color : rgb(255 , 255 , 255);
}
.tdCartSubTotal
{
    padding-top : 10px;
    border-top : 1px solid rgb(102 , 102 , 102);
}
a.txtCheckout
{
    font-family : Arial , Helvetica , sans-serif;
    font-weight : bold;
    color : rgb(255 , 255 , 255);
    background-color : rgb(102 , 204 , 51);
    text-decoration : none;
    padding : 2px;
    border : 1px solid rgb(0 , 0 , 0);
}
a.txtUpdate
{
    font-family : Arial , Helvetica , sans-serif;
    font-weight : bold;
    color : rgb(255 , 255 , 255);
    background-color : rgb(255 , 153 , 0);
    text-decoration : none;
    padding : 2px;
    border : 1px solid rgb(0 , 0 , 0);
}
.txtStockWarn
{
    font-size : 75%;
    color : rgb(255 , 0 , 0);
}
.txtError
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-weight : bold;
    color : rgb(5 , 15 , 114);
    background-color : rgb(255 , 206 , 206);
    border : 1px solid rgb(255 , 0 , 0);
    padding-top : 2px;
    padding-right : 2px;
    padding-bottom : 2px;
    padding-left : 2px;
}
.txtCopyright, a.txtCopyright
{
    text-align : center;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 11px;
    padding-top : 5px;
    color : rgb(0 , 0 , 0);
}
a.txtCopyright:hover
{
    text-decoration : none;
}
.dropDown
{
    width : 120px;
}

