﻿/* LEFT DIV ELEMENT */
#divElement_B
{
    position: relative;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 300px;
    width: 250px;
    float: left;
    height: auto;
    padding-top:0px;
    z-index:1;
    background-image:url(../../Images/tab_repeat2.jpg); 
    background-repeat:repeat-x;
    border-top: solid 1px #cccccc;
}

#divElement_B p
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    color: #636466;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

#divElement_B h1
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #636466;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-image:url(../../Images/underlinePNG_small.png);
    background-position:bottom;
    background-repeat:no-repeat;
}


#divElement_B h2
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #636466;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
}

#divElement_B h3
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #636466;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
}

#divElement_B a:link
{
    color: #686868;
    text-decoration: underline;
}

#divElement_B a:visited
{
    color: #000000;
    text-decoration: underline;
    margin-right: 10px;
    
}

#divElement_B a:hover
{
    color: #FF6600;
}

/* CENTRAL DIV ELEMENT */
#divElement_1
{
    font-family: Verdana;
    position: relative;
    margin-top: 0px;
    left: 0px;
    min-height: 380px;
    height: auto;
    width: 750px;
    background-color: #ffffff;
    float: right;
    padding-top:0px; 
    margin-bottom:30px; 
    z-index:1;
    background-image:url(../../Images/tab_repeat2.jpg); 
    background-repeat:repeat-x;
    border-top: solid 1px #cccccc;
}

#divElement_1 p
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #636466;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align:justify;
}

#divElement_1 h1
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #636466;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    background-image:url(../../Images/underlinePNG_long.png);
    background-position:bottom;
    background-repeat:no-repeat;
}

#divElement_1 h2
{
    font-family: Verdana;
    border-bottom: solid 1px #ffffff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #636466;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#divElement_1 h3
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #636466;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    font-weight:600;
}

#divElement_1 h4
{
    font-family: Verdana;
    border-bottom: solid 1px #ffffff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    color: #636466;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#divElement_1 h5
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: Bold;
    color: #636466;
}


#divElement_1 ul, ol
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #636466;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;  
}

#divElement_1 li
{
    margin-top: 10px;
    list-style-type:none;
}

#divElement_1 td
{
    font-size:11px;
}

#divElement_1 a:link
{
    color: #686868;
    text-decoration: underline;
}

#divElement_1 a:visited
{
    color: #000000;
    text-decoration: underline;
    margin-right: 10px;
    
}

#divElement_1 a:hover
{
    color: #FF6600;
}


#contentArea1
{
    background-image:url(../../Images/tab_repeat2.jpg); 
    background-repeat:repeat-x;
    border-top: solid 1px #cccccc;
}

#contentArea1 h1
{
    font-family: Verdana;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #636466;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    background-image:url(../../Images/underlinePNG_long.png);
    background-position:bottom;
    background-repeat:no-repeat;
    text-align:center;
}


/*ASP:Datagrid Styles*/

.CartGrid
{
    margin-left:20px;
    border:none;
    font-family:Verdana;
    font-size:11px;
}


.HeaderStyle
{
    background-color:#999999;
    font-weight:bold;
    color:#eee; 
    padding:10px; 
}

.FooterStyle
{

}

.EditItemStyle 
{
    background-color:#7C6F57;
}
                       
.SelectedItemStyle
{
    background-color:#C5BBAF;
    font-weight:bold;
    color:#333;
}

.AlternatingItemStyle 
{
    background-color:#eeeeee;
}

.ItemStyle
{
    font-size:11px;
    padding:5px;
}

.QtyInput
{
    width:20px;
    border:solid 1px #cccccc;
    background-color:#ffffff;
}

.QtyPromo
{
    width:120px;
    border:solid 1px #cccccc;
    background-color:#ffffff;
}

.CartTable
{
    margin-left:20px;
}

.CartTable td
{
    padding:10px;
}

.CartTableTdLeft 
{
    width:570px; 
    text-align:right;
}

.CartTableTdRight 
{
    width:50px; 
}

.button
{
    background-image:url(../../Images/btn_bg.gif);
    background-repeat:repeat-x;
    font-size:12px;
    border:solid 1px #ccc;
    height:25px;
    cursor:pointer;
}

.button1
{
    float:right;
    margin-top:15px;
    margin-right:45px;
    background-image:url(../../Images/btn_bg.gif);
    background-repeat:repeat-x;
    font-size:12px;
    border:solid 1px #ccc;
    height:25px;
    cursor:pointer;
}

.preloader
{
    z-index: 500;
    font-family: Verdana;
    font-size: 14px;
    position: absolute;
    width: 254px;
    height: 115px;
    top: 300px;
    left: 30%;
    text-align: center;
    color: #000000;
    background-image: url(../../Images/preloader/bgBox.png);
}

/* Register Table */

.RegisterTable 
{
    color:#636466;
    margin-left:20px;
}

.RegisterTable td
{
    min-width:100px;
    max-width:200px;
    height:30px;
}

.RegisterTable h5
{
    font-family: Verdana;
    font-size: 12px;
    line-height:22px;
    font-weight: Bold;
    color: #636466;
    background-image:none;
    padding-bottom:0px;
    margin-bottom:5px;
    border-bottom:solid 1px #999;
}


.test
{
    background-color:Blue;
    margin:0;
}

.search a
{
    color: #686868;
    text-decoration: underline;
}

.search a:hover
{
    color: #FF6600;
}

.ddl1
{
    width:260px;
}
