﻿/** General **/ 

.MenuTop
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    left: 0px;
    margin: 8px 2px 2px 6px;
}


.ProdName
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #405027;
}

.ProdSubs
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.ProdSku{
font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}

.ErrorShow
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FF0000;
    font-weight: bold;
}

.MenuTop A:Link
{
    color: #000000;
    text-decoration: none;
}
.MenuTop A:Visited
{
    color: #000000;
    text-decoration: none;
}
.MenuTop A
{
    color: #000000;
    text-decoration: none;
}
.MenuTop A:Hover
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #663300;
}

.MenuSub
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin: 2px 2px 2px 15px;
}
.MenuSub A:Link
{
    color: #333333;
    text-decoration: none;
}
.MenuSub A:Visited
{
    color: #333333;
    text-decoration: none;
}
.MenuSub A
{
    color: #333333;
    text-decoration: none;
}
.MenuSub A:Hover
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #663300;
}

.miniHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.biggerHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #405027;
}

.biggerHeader a
{
    border-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #405027;
    text-decoration: none;
}



.ASP_Button
{
    margin: 2px;
    padding: 5px;
    border: 2px inset #C0C0C0;
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}


.TextBox
{
    background-color: #F5F5F5;
    padding: 3px;
    margin: 2px;
    border: 1px solid #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.LineDiv
{
    padding: 0px;
    margin: 5px 0px 5px 0px;
    height: 1px;
    width: 750px;
    background-color: #999999;
    clear: both;
    float: left;
    overflow: hidden;
}

.LineDivSmall
{
    padding: 0px;
    margin: 5px 0px 5px 0px;
    height: 1px;
    width: 300px;
    background-color: #999999;
    clear: both;
    float: left;
    overflow: hidden;
}



/** Products Page **/

#SearchHolder
{
    padding: 5px;
    width: 100%;
    text-align: left;
}

#PageChangeHolder
{
    padding: 5px;
    text-align: center;
    clear: both;
}


#ProductListHolder
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    clear: both;
}

.ProductThumbHolder
{
    float: left;
    width: 160px;
    height: 280px;
}

.ProductName
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.ProductSubInfo
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}




/** Product Details **/

.ProductHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #405027;
}


/** Cart **/

#RadioStatusHolder
{
    width: 745px;
    margin-top: 4px;
}


#CartGridHolder
{
    width: 745px;
    clear: both;
}

.RadioIcon_Off
{
    background-image: url(    'images/ShopIT/RadioIcon.jpg' );
    background-position: left top;
    background-repeat: no-repeat;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 25px;
    width: 70px;
    height: 18px;
    float: left;
}

.RadioIcon_On
{
    background-image: url(     'images/ShopIT/RadioIconOn.jpg' );
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 25px;
    width: 100px;
    height: 18px;
    float: left;
}

#ShipLowerHolder
{
    width: 745px;
}

.ShipDataHolder
{
    width: 320px;
    float: left;
}

.ShipLabel
{
    float: left;
    margin-right: 5px;
}



/** Data Rows Template **/

.DataRow_Header
{
    background-position: bottom;
    background-image: url(  'images/ShopIT/DataRow_Header.jpg' );
    background-repeat: repeat-x;
    background-color: #595959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    height: 30px;
}

.DataRow_RowA
{
    background-position: bottom;
    background-image: url(     'images/ShopIT/DataRow_RowA.jpg' );
    background-repeat: repeat-x;
    background-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    height: 30px;
}

.DataRow_RowB
{
    background-position: bottom;
    background-image: url(    'images/ShopIT/DataRow_RowA.jpg' );
    background-repeat: repeat-x;
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    height: 30px;
}