body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: #FFFFFF;
	margin: 1em;
	padding: 0;
	text-align: center;
}

h1 {
	color: black;
	background-color: #FFFFFF;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	

}

h2 {
	color: black;
	background-color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
}

h3 {
	color: black;
	background-color: #FFFFFF;
	font-size: 1em;
	text-align: center;

}

strong {
	font-style: italic;
	text-transform: uppercase;
}

#content {
	text-align: left;
}

#alamat {
	text-align: center;
	font-size: 1.5em;
	
}

#codebarang {
	text-align: center;
	font-size: 1.3em;
	
}

#div {width: 800px;}
  
  ul.left {
    float: left;
    width: 400px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
    left: 50px;
text-align: left;
  }
  
  ul.right {
    float: right;
    width: 400px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
text-align: left;
  }
  
  .no-space {
    margin: 0px;
    padding: 0px;
  }

/*** Nav bar pages ***/

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/*** untuk table cart ***/

#mytable {
table-layout: auto;
	padding: 0;
	margin: 0;
}

table#mytable
{ text-align: center;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	}


td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
}

/*** dbwh ini review cart ***/

div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 80%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 20%;
  }

#linktengah
{
float: left;
width: 50%;
text-align: left;
}

#iklan
{
float: right;
width: 50%;
}
/*** kasi ini biar tdk lipat ***/

#footer
{
clear: both;
}
/*** buat thumb ***/
.gmbrkcl
{
width: 100%;
margin: 10px;
}



div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }
div.spacer {
  clear: both;
  }







