@charset "euc-kr";




/* NAVIGATION BAR CODE */


#navigation
{
        position:absolute;
        /*top:0;
        left:0;*/
        right:30px;
        bottom:0;        
        color:green;
        height:29px;
        text-align:center;
        padding-top:20px;
}


#navigation a
{
        font-size:13px;
        padding-left:10px;
        padding-right:10px;
        color: #767676;
        font-weight:bolder; 
       
}

#navigation a:hover
{
        color: #FF6600;
        font-weight:bolder; 
        text-decoration: underline;
}

#cartcnt {
			    position: absolute;
			    right: 10px;
			    top: 42px;
			    display: block;
			    min-width: 12px;
			    height: 15px;
			    overflow: hidden;
			    border-radius: 3px;
			    padding: 0 5px;
			    line-height: 15px;
			    text-align: center;
			    font-size: .786em;
			    white-space: nowrap;
			    text-indent: 0;
			    color: #FFFFFF;
			    background: #FF6600;
			    border-radius: 30px;
}