@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: 100%;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
h1 {
	font-family: Aldo;
	margin-left: 5px;
	font-weight: normal;
}
#hotlineheader {
	position: relative;
	float: left;
	width: 100%;
	background-color: #4242FD;
}
#hotlineheader #hotlinenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	width: 600px;
}

#header {
	height: 115px;
	position: relative;
	float: left;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-image: url(pics/logo-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #penawar-ecatalog-logo {
	float: left;
}

#hotlineheader #btnLogin {
	float: right;
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 5px;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000099;
	cursor: pointer; 	
}
#hotlineheader .loginLinks {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-family: OpenSans-Regular;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #666666;
	cursor: pointer;
	background-color: #FFFFFF;
}
#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;
}
#searchbar  {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
	float: left;
}
#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;
}
#searchbar #txtSearchInput {
	width: 150px;
	float: left;
	margin-right: 5px;
	border: 1px solid #000066;
	height: 25px;
	padding-left: 5px;
}
#searchbar .fadetext {
	color: #CCCCCC;
}

#searchbar #btnSearch {
	background-color: #999999;
	border: 1px solid #666666;
	color: #FFFFFF;
	height: 25px;
	padding-left: 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;
}



#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: #4242FD;
}
