@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Aldo;
    src: url('fonts/aldo_pc.ttf');
}

@font-face {
    font-family: OpenSans-Regular;
    src: url('fonts/open_sans/OpenSans-Regular.ttf');
}
body {
	width: 100%;
	margin: auto;
}
#outer-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 1000px;
 	margin-right: auto;
	margin-left: auto;            
}
h1 {
	font-family: Aldo;
	margin-left: 5px;
	font-weight: normal;
}
#hotlineheader {
	height: 50px;
	position: relative;
	float: left;
	width: 100%;
	background-color: #526d3d;
}
#hotlineheader #hotlinenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: auto;
}

#header {
	height: 150px;
	position: relative;
	float: left;
	width: 100%;
}
#header #penawar-ecatalog-logo {
	float: left;
}

#hotlineheader #btnLogin {
	float: right;
	padding: 5px;
        padding-left: 12px;
        padding-right: 12px;
	border: 1px solid #000000;
	margin-top: 8px;
	margin-right: 8px;
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #FFFFFF;
        font-weight: bold;
	background-color: #3a5c20;
	cursor: pointer; 	
        border-radius: 5px;
}
#hotlineheader .loginLinks {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	font-family: OpenSans-Regular;
	font-size: 11px;
	padding: 6px;
	border: 1px solid #000000;
	color: #666666;
	cursor: pointer;
	background-color: #FFFFFF;	
        border-radius: 5px;
}
#shoppingcartbar  {
	float: left;
	width: 100%;
	background-color: #0000A6;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor:pointer;		
}
#shoppingcartbar  #title  {
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	margin-left: 5px;
}
#shoppingcartbar  #contents  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
}


#memberbar {
	float: left;
	width: 100%;
	background-color: #000066;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;

}
#memberbar #membername {
	margin-left: 5px;
	font-family: OpenSans-Regular;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#memberbar #membermenu {
	float: right;
	margin-right: 10px;
}

#org_logo_topleft {
    width: 30%;
    margin: 12px;
    position: relative;
    float: left;
}

#org_logo_topleft img {
    width: 100%;
    float: left;
}

#header #searchbar  {
	position: relative;
        padding: 10px;
	width: 100%;
	float: left;
}

#header  #searchbar label  {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 50px;
	text-align: left;
	font-weight: bold;
	font-family: OpenSans-Regular;
	font-size: 12px;
	color: #000099;
}
#header   #searchbar #txtSearchInput {
	width: 150px;
	float: left;
	margin-right: 5px;
	border: 1px solid #000066;
	height: 25px;
	padding-left: 5px;
}
#container #header #searchbar .fadetext {
	color: #CCCCCC;
}

#header  #searchbar #btnSearch {
	border: 1px solid #666666;
	color: #FFFFFF;
	height: 25px;
	padding: 5px;
}
#centre #bannerbox {
	height: 200px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	border: 1px solid #999999;
	background-color: #999999;
}
#categorybar {
	float: left;
	width: 100%;
	background-color: #4242FD;
	padding-top: 10px;
	padding-bottom: 10px;
}
#categorybar label {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 80px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-family: OpenSans-Regular;
	font-size: 12px;
}
#categorybar #categorylist {
	float: left;
	width: 200px;
}

#topcategory {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
	text-align: center;
        width: 100%;
        background-color: #506e38;

        border-radius: 5px;        
}
/*
#topcategory .item {
        display: flex;
        position: relative;
        text-align: center;
        align-content: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
        color: white;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 10px;        
}
#topcategory  .item:hover {
	color: #FFFFFF;
	background-color: #81a641;
}
*/
#topmenu {
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
	clear: right;
}

#topmenu a
{
	display:block;
	color: white;
	text-decoration:none;
	font-weight:700;
	font-size:1em;
	line-height:40px;
	padding:0 15px;
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#topmenu li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#topmenu li.current-menu-item
{
/*	background:#ddd */
}


#topmenu li:hover
{
	background-image: linear-gradient(to bottom, rgba(94,1276,39,0.3) 0%, rgba(94,1276,39,1) 90%);
        color: #486518;
        text-shadow: 2px 2px #333333;
}

#topmenu ul
{
	list-style:none;
	visibility: hidden;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border: 1px solid #CCCCCC;
        transition: visibility 0s, opacity 0.5s linear;
        opacity: 0;
}

#topmenu ul li
{
	float:none;
	width:150px;
	border: 1px #CCCCCC solid;
}

#topmenu ul a
{
	font-size: 0.8em;
	line-height:120%;
	padding:10px 15px
}

#topmenu ul ul
{
	top:0;
	left:100%
}


#topmenu li:hover > ul
{
	visibility: visible;
        opacity: 1;
}

#centre {
	float: left;
	width: 100%;
}
#featureditem  {
	padding: 5px;
	float: left;
	width: 100%;
}
#pageparameter   {
	font-family: OpenSans-Regular;
	font-size: 12px;
	padding: 5px;
	float: left;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #00FFFF;
	border-bottom-color: #00FFFF;
}
#pageparameter #listinginfo {
	padding: 2px;
	float: left;
}

#pageparameter   #pagelistbox   #pagelist  {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
#pageparameter   #pagelistbox   #pagelist   li  {
	float: left;
	margin-right: 2px;
}
#pageparameter #pagelistbox #pagelist .noselect {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#pageparameter #pagelistbox #pagelist a {
	float: left;
	border: 1px solid #0066FF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#pageparameter #itemperpagebox {
	padding: 2px;
	float: right;
}


.product {
	float: left;
	width: 160px;
	border: 1px solid #ccc;
	margin: 5px;
	height: 230px;
	cursor: pointer;
}
.product .prod_img {
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9B0000;
	background-color: #9B0000;
}
.product .prod_img img {
	width: 100%;
}

.product .prod_name {
	font-family: OpenSans-Regular;
	font-size: 12px;
	float: left;
	width: 95%;
	height: 40px;
	font-weight: bold;
	padding: 5px;
}
.product .prod_price {
	font-family: OpenSans-Regular;
	float: left;
	width: 95%;
	color: #FF0000;
	text-align: right;
	padding: 0px;
}
.product .prod_price .currency {
	font-size: 12px;
	margin-bottom: 20px;
	float: right;
	margin-right: 5px;
}
.product .prod_price .value {
	text-align: right;
	float: right;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.product  .prod_price  .cent {
	font-size: 14px;
	float: right;
	margin-top: 11px;
	font-weight: bold;
}
.product .prod_packing {
	font-family: OpenSans-Regular;
	float: right;
	color: #333333;
	text-align: right;
	font-size: 12px;
	padding: 0px;
	margin-right: 5px;
}
.product .gst {
	font-family: OpenSans-Regular;
	float: left;
	color: #666666;
	text-align: right;
	font-size: 10px;
	padding: 0px;
	font-weight: bold;
	margin-left: 5px;
}

.notfound {
	font-family: OpenSans-Regular;
	font-size: 12px;
	padding: 10px;
	float: left;
	width: 95%;
}



#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0000;
	height: 100px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
	background-color: #3a4e17;
}


@media screen and (max-width: 500px) {

    #container {
            width: 100%;
    }
    #org_logo_topleft {
        width: 90%;
    }
    #topmenu a {
        font-size: 0.8em;
        padding:0 10px;
        color: white;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) {

    #container {
        width: 100%;
    }
    #org_logo_topleft {
        width: 50%;
    }
    #topmenu a {
        font-size: 0.8em;
        padding:0 10px;
        color: white;
    }
}
