/* stylesheet for infotama */
body {
	margin: 0px;
	padding: 0px;
	background: url('../img/bgbody.jpg') repeat-x top left;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
}

#wrap {
	width: 790px;
	margin: 0px auto;
	text-align: left;
}
img { border: 0px; }
#header {
	width: 790px;
	text-align: left;
}
	.menu {
		float: right;
		width: 650px;
		margin-top: 45px;
		position: relative;
		z-index:2;
	}

	 ul#topnav {
		 margin: 0;
		 padding: 0;
		 list-style: none;
		 float: left;
		 font-size: 1.1em;
	 }
	 ul#topnav li{
		 margin: 0;
		 padding: 0;
		 overflow: hidden;  /*--Important - Masking out the hover state by default--*/
		 float: left;
		 height:36px;
		 width: 76px;
		 text-align: center;
		 overflow: hidden;
		 margin-left: 5px;
	 }
	 ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
		 float: left;
		 text-decoration: none;
		 color: #08446a;
		 background: url('../img/bgmenu.gif') no-repeat top left;
		 text-transform: uppercase;
		 clear: both;
		 width: 100%;
		 height: 36px;
		 line-height: 50px; /*--Vertical alignment of text--*/
	 }
	 ul#topnav a{ /*--This is basically the hover state of navigation--*/
		 color: #ffffff;
		 background-position: left top;
	 }
	 ul#topnav span{ /*--Default state of navigation--*/
		 background-position: left bottom;
	 }
	 .logo {
	 	 width: 214px;
	 	 height: 82px;
	 	 display: block;
	 	 float: left;
	 	 background: url('../img/bglogo.jpg') no-repeat top left;
	 	 position: absolute;
	 	 z-index:1;
	 }
	 .footerhead {
	 	width: 100%;
	 	display: block;
	 	height: 30px;
	 	background: url('../img/bgnavbar.jpg') repeat-x top left;
	 	font-size: 14px;
	 	color: #08446a;
	 	text-align: left;
	 	text-indent: 20px;
	 	clear: both;
	 	position: relative;
	 	z-index: 3;
	 }
#baner {
	background: url('../img/bnrrpt2.jpg') repeat-y top left;
	padding: 0px 10px;
	margin-left: 0px;
}

#konten {
	width: 790px;
	clear: both;
	margin-top: 10px;
	text-align: left;
	color: #08446a;
}
	.kontenfull {
		width: 768px;
		margin: 0px auto;
	}
	#kontent ul {
		margin: 0px; padding: 0px;
	}
	#konten li {
		margin-bottom: 5px;
	}
	.kontenright a {
		text-decoration: none;
		color: #08446a;
		border-bottom: 1px dashed #08446a;
	}
	.kontenright a:hover {
		color: #333333;
		border: 0px;
	}
	#konten h1 {
		font-size: 16px;
	}
	.kontenright {
		width: 480px;
		float: right;
	}
		.rightright {
			width: 260px;
			float: right;
		}
		.rightleft {
			width: 220px;
			float: left;
		}
			.rightleft h3 {
				font-size: 14px;
			}
	a.ttop {
			float: right;
			margin: 5px 0px;
			border: 0px;
			font-weight: bold;
		}
		a.ttop:hover {
			border: 0px;
			font-weight: normal;
		}
	.kontenleft {
		width: 240px;
		float: left;
	}
	.kontenleft2 {
		width: 300px;
		float: left;
		margin-left: 25px;
	}
		.kontenleft ul {
		 width:280px;
		 list-style-type:none;
		 margin:0 auto;
		 padding:0;
		 }
		 
		 .kontenleft li a {
		 display:block;
		 position:relative;
		 border-width:1px 0;
		 border-color:#08446a;
		 border-style:solid;
		 color:#ffffff;
		 text-decoration:none;
		 margin:4px 1px;
		 font-size: 12px;
		 text-transform: uppercase
		 }
		 
		 .kontenleft li a span {
		 display:block;
		 position:relative;
		 margin:0 -1px;
		 border-width:0 1px;
		 border-color:#08446a;
		 border-style:solid;
		 background-color:#08446a;
		 padding:4px 6px;
		 }
		 
		 .kontenleft li a:hover {
		 border-color:#99ccff;
		 color:#333;
		 }
		 
		 .kontenleft li a:hover span {
		 border-color:#99ccff;
		 background-color:#99ccff;
		 }
		 
		 .jdlmenu {
		 		background-color: #99ccff;
		 		border-left: 10px solid #ccffff;
		 		width: 242px;
		 		height: 30px;
		 		font-size: 14px;
		 		text-indent: 15px;
		 		text-transform: uppercase;
		 		line-height: 30px;
		 		color: #fff;
		 }

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
  border: 0px;
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  color: #08446a;	
  border: 0px;
}

ul.menu li a:hover {
	color: #333333;
}
		ul.menu li a.active {
			color: #333333;
			text-decoration: none;
			font-weight: bold;
		}
		ul.menu li a.active:hover {
			color: #08446a;
		}
ul.menu li ul li a {
  color: #333333;
  padding-left: 20px;
  border: 0px;
}

ul.menu li ul li a:hover {
}
	
  li.newprod {
    display: block;
    float: left;
    width: 120px;
    height: 150px;
    margin-right: 9px;
    margin-bottom: 9px;
    border: 1px solid #99ccff;
    text-align: center;
  }
  li.newprod2 {
    display: block;
    float: left;
    width: 120px;
    height: 170px;
    margin-right: 9px;
    margin-bottom: 9px;
    border: 1px solid #99ccff;
    text-align: center;
  }
  .thumb {
    display: block;
    width: 100px;
    height: 110px;
    overflow: hidden;
    padding-top: 5px;
    margin: 0px auto;
  }
  a.newprods {
    display: block;
    width: 120px;
    height: 150px;
    text-align: center;
    text-decoration: none;
    border: 0px;
  }
  a.newprods:hover{
    background-color: #99ccff;
  }
  a:hover .newprods {
   background-color: #99ccff;
  }
  .name {
    font-size: 10px;
    margin-top: 10px;
    color: #333333;
  }
  .price {
    font-weight: bold;
    font-size: 18px;
    color: #08446a;
    margin-right: 10px;
  }
  	.price sup {
  		font-size: 11px;
  		font-weight: normal;
  		color: #08446a;
  	}
  .iklan {
    clear: left;
  }
  li.iklans {
    display: block;
    float: left;
    width: 170px;
    height: 207px;
    margin-right: 2px;
    text-align: center;
  }	
  
.sale {
	position: absolute;
	z-index: 100;
	margin-top: -50px;
	margin-left: 70px;
}
#gallery {
	float: left;
	margin-right: 10px;
}
	#gallery a {
		display: block;
		width: 150px;
		height: 150px;
		overflow: hidden;
		border: 0px;
	}
	#gallery img {
		border: 0px;
	}
#soping {
width: 152px;
margin: 0px;
background: #eeeeee url('../img/boxrpt.gif') repeat-y top left;
padding: 0px;
}

.flatbutton {
  border: 0px;
  background: url('../img/add2cart2.gif') no-repeat center left;
  text-indent: 10px;
  font-size: 9px;
  height: 32px;
  margin: 0px;
  padding-left: 10px;
  color: blue;
}