/*** Navigation Logo ***/
#homelink { 
	border: 0px solid #f00;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 177px;
    height: 65px;
}

/*** Navigation Shop ***/
#shoplink { 
	border: 0px solid #f00;
    position: relative;
    top: 54px;
    left: 4px;
    display: block;
    width: 980px;
    height: 67px;
}

/*** Navigation Other ***/

#nav-other h3,
#nav-top h3,
#nav-left h3 {
	display: none;
}

#nav-other ul {
	list-style: none;
	margin-right: 0px;
}

    #nav-other ul li {
        float: left;
        border-right: 1px solid #fff; 
        padding: 0 7px 0 0;
        line-height: 11px;
        height: 11px;
    }

    #nav-other ul li.last { 
		border-right:none; 
	}
			
        #nav-other ul li a:link,
        #nav-other ul li a:visited {
			font-size: 0.9em;
            margin: 0 0 0 7px;
			color:#fff;            
            text-decoration: none;
        }
    
        #nav-other ul li a:hover,
        #nav-other ul li a:focus,
        #nav-other ul li a:active {
            color: #ffd96e;           
        }
        
#pager {
	text-align: center;
}
	
#ok
{
  vertical-align: middle
}

#dropdown
{
	height: 66px;
  border-bottom: 1px solid #9fa09b;
  margin-bottom: 33px;
}
	
#dropdownselect
{
	width:230px;
	border: 1px solid #9fa09b;
	vertical-align: middle
}		

