/* Menu CSS */
.toplink,
#toplogo img{
    border:none;
    text-decoration:none;
}

#menuarea{
    /*margin-top: 20px;*/
    /*width: 165px;*/
    width:15%;
    float: left;
}

#menu_contents{
    /*margin-top: 20px;*/
    display: block;
    border-color: #000000;
    font-weight: normal;
}

.menu1{
	margin-bottom: 10px;
	border: solid 1px #000000;
}

.menu2{
	margin-bottom: 10px;
	border: solid 1px #000000;
}

.menu3{
	border: solid 1px #000000;
}

p.menuitem{
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 5px;
    padding-bottom: 10px;
	display: block;
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
    background-color: darkgreen;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
	cursor:pointer;
}

p.listtitle{
	margin: 0 auto;
	padding: 8px 8px 8px 10px;
	display: block;
    border: solid 0.5px black;
    background-color:#F7DDB7;
    color: black;
    font-size: 12px;
	cursor:pointer;
}

.menuitemlist a{
	padding-left: 15px!important;
}

.menuitemlist .label{
    font-size: 13px;
    cursor:pointer;
}

.menuitemclose:after{
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
/*
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
*/
}

.menuitemopen:after{
    content: "\f078";
    font-family: FontAwesome;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
/*
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
*/
}

.menuclose:after{
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
/*
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
*/
}

.menuopen:after{
    content: "\f078";
    font-family: FontAwesome;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
/*
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
*/
}

#menuarea div.menuitemlist{
	display:none;
}

#menu_contents a,
#menu_contents div.account_inner{
	margin: 0 auto;
	padding: 5px 10px 5px 5px;
	display: block;
    border: solid 0.5px black;
    background-color:  white;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}
#menu_contents a.message_count{
    margin:0 0 0 10px;
    padding: 0;
    display:inline;
    border: none;
    background-color:initial;
}

#menu_contents .menu1 a:hover,
#menu_contents .menu2 a:hover,
#menu_contents .menu3 a:hover{
    background-color:  #FFF78C;
}

.contents{
	margin: 20px;
	float: left;
	width:80%;
}

div.news h4,
div.news h5 {
    margin: 0px;
    height: 32px;
    line-height: 25px;
    background-color: #4d260b;
    color: white;
    text-align: center;
}

div.link_area {
    background-color: white;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
}

div.menuitemlist {
    /* width: 100%; */
     border:initial;
     background-color:initial;
     padding-top: initial;
     padding-bottom: initial;
     padding-left: initial;
     min-height: initial;
}

#menu_contents .fa-bars,
#menu_contents .fa-star,
#menu_contents .fa-sign-out,
#menu_contents .fa-hand-o-right {
    margin-right: 0px;
}

.cart_area .unit{
    width: 35px;
    float: right;
}

.cart_area hr{
    margin-top: 0px;
}

i.fa-shopping-cart{
    color: #ffffff;
    margin-right: 7px;
    font-size: 18px;
}
