﻿.rows
{
    height:20px;
    line-height:20px;
    margin-bottom:6px;
    clear:both;
}

.txt 
{
    border:solid 1px #ccc;
    height:20px;
    line-height:20px;
    padding-left:2px;
}


.rows label
{
    float:left;
    width:60px;
    text-align:right;
    height:20px;
    line-height:20px;
    margin-right:5px;
    font-weight:bold;
    color:Gray;   
}

a.lostpass
{
    font-size:11px;
    color:Red;
    text-decoration:underline;    
}

#loginpanel a.register, 
#loginpanel a.register:link, 
#loginpanel a.register:visited
{
    height:25px;
    display:block;
    float:left;
}

#loginpanel a.register 
{
    background-image: url(../images/layout/button/btn-register.gif);
    width:84px;
    margin-right:2px;
}


#loginpanel a.login, 
#loginpanel a.login:link, 
#loginpanel a.login:visited
{
    height:25px;
    display:block;
    float:left;
}

#loginpanel a.login 
{
    background-image: url(../images/layout/button/btn-login.gif);
    width:84px;
    margin-right:10px;
}

#loginpanel a.logout
{
    background-image: url(../images/layout/button/btn-logout.gif);
    width:84px;
    height:25px;
    display:block;
    float:left;
}

#loginpanel a.getcart
{
    background-image: url(../images/layout/button/btn-getcart.png);
    width:69px;
    height:25px;
    display:block;
    float:left;
    background-repeat:no-repeat;
    margin-left:2px;
}

#loginpanel a.recharge
{
    background-image: url(../images/layout/button/btn-recharge.png);
    width:69px;
    height:25px;
    display:block;
    float:left;
    background-repeat:no-repeat;
    margin-left:2px;
}

#basketpanel a.checkout, 
#basketpanel a.checkout:link, 
#basketpanel a.checkout:visited
{
    height:26px;
    display:block;
}

#basketpanel a.checkout 
{
    background-image: url(../images/layout/button/btn-checkout.gif);
    width:85px;
    margin:0 auto;
    margin-top:7px;
}

.rows label.logged 
{
    font-weight:normal;
    color:#666;
    font-size:11px;  
    width:50px;  
}

.rows .username
{
    font-weight:bold;
    color:#0e7eb2;
}


button 
{
    background-color:transparent;    
    cursor:pointer;
    border:0px;
    outline:none;
}


#registerform
{
    width:530px;
    margin:0 auto;
    margin-top:20px;    
    margin-left:20px;
}

#registerform .labelCol
{
    width:120px;
    text-align:right;
    font-weight:bold;
    color:Gray;    
    height:30px;
}
#registerform .labelCol label
{
    margin-right:5px;    
}

#registerform .rows
{
    margin:10px 0px;    
}

#registerform .inputCol
{
    color:Gray;
}


#registerform a
{
    display:block;  
    height:24px;
    float:left;
    margin-right:15px;
    
}

#registerform .btnRegister
{
    text-indent:-2000px;
    width:79px;
    background: transparent url(../images/layout/button/btn-register2.gif) no-repeat scroll left top;
}

#registerform .btnReset
{
    text-indent:-2000px;
    width:79px;
    background: transparent url(../images/layout/button/btn-reset.gif) no-repeat scroll left top;
}

a.btnSend
{
    text-indent:-2000px;
    width:79px;
    background: transparent url(../images/layout/button/btn-send.gif) no-repeat scroll left top;
}

#lostpassform
{
    width:500px;
    margin:0 auto;
    margin-top:20px;
}

#lostpassform .rows
{
    margin-bottom:10px;
}

#contactform
{
    width:500px;
    margin:0 auto;
    margin-top:20px;    
}

#contactform .rows
{
    margin-bottom:10px;    
}

#accounthome
{
    margin:20px;    
}

#accounthome p.info
{
    margin:0;
    margin-bottom:10px;
    margin-left:10px;
    text-align:left;
    width:5 60px;    
}

.username
{
    color:Orange;
    font-size:12pt;
    font-weight:bold;    
}

#userorders
{
  
}

#userorders .title
{
    margin:20px 0px 5px 8px;
    font-weight:bold;
    font-size:11pt;
    color:Gray;
}

#userorders .pagingPanel
{
    margin-top:10px;    
}

#userorders .pagingPanel a, #userorders .pagingPanel span
{
    font-size:9pt;        
}

.ordercode
{
    color:Blue;
    font-weight:bold;    
}

.orderstatus
{
    color:Orange;
    font-weight:bold;   
}

.orderdate
{
    color:Gray;
    font-weight:bold;    
}

#lostpassform a
{
    display:block;  
    height:24px;
    float:left;
    margin-right:15px;
    
}

#contactform a.btnSend {
    display:block;
    float:left;
    height:24px;
    margin-right:15px;
}
