@charset "utf-8";
/* CSS Document */

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.7em;
	color: #313131;
	background: white;
	background-color:#FFFFFF;
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	font-size:12px;
	
}

ol, ul {
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* style */



ol {		
	margin-left:25px;
}
a{
	color:#069
}

p {
	margin-bottom:10px;	
	
}

td {
	padding:5px 10px;
	vertical-align:top;	
}
th {
	padding:10px;
	font-weight: bold
}

.red {
	color:#b50505;
	font-weight:bold;	
}

.grey {
	color:#313131;
}
.b {
	font-weight:bold;	
}

#wrapper {
	width:936px;	
	margin:20px auto;	
}

#h_left {
	float:left;
	height:117px;
	width:230px;
}

#h_right {
	float:left;
	height:117px;
	width:696px;	
}

#h_right a {
	color:#3c3b3b;	
	text-decoration:none;	
}

#top_nav {
	margin-top:50px;	
	text-align:center;
}

#top_nav a {
	color:#3c3b3b;
	text-decoration:none;	
	margin-left:10px;
	margin-right:10px;	
}

#h_right #top_nav a:hover, #h_right a:hover {
	text-decoration:underline;	
}

.left {
	float:left;	
}

.right {
	float:right;	
}

#main {
		
}

#main h2{
	color:#3c3b3b;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;	
}
h3{
	color:#3c3b3b;
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	
}

#m_left {
	float:left;
	width:203px;	
	padding-right:20px;
	line-height: 1.4em
}

#m_left ul {
	margin-top:10px;
	margin-bottom:10px;	
	list-style: none
}

#m_left ul li { 
	display:block;

	width: 100%;
}

#m_left ul li a {
	color:#3c3b3b;
	display:block;

	font-size:11px;
	
	text-decoration:none;		
	margin-bottom:10px;
	
}
#m_left ul ul{
	margin: 0;
	padding: 0;
}

#m_left ul li ul li a {
	margin-left:20px;		
}

#m_left ul li a:hover {
	color:#c18e23;	
}

#m_right {
	float:left;
	width:706px;
	
}

.button {
	background-color:#000000;
	color:#FFFFFF;
	display:block;
	width:150px;
	padding:10px;
	text-decoration:none;
	text-align:center;
	margin-top:20px;	
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.clear {
	clear:both;	
}

#footer {
	text-align:right;
	margin-right:60px;	
	height:80px;
	line-height:80px;
}

/* fieldset */
form{
	width:80%;
	margin: 0 auto;
	clear: both
}
fieldset {
	background-color:#f9f9f9;
	border:1px #dddddd solid;
	padding:10px;
	width:100%;
	margin-top:10px;
}

fieldset legend {
	border:1px #cccccc solid;
	background-color:#FFFFFF;	
	color:#000000;	
	font-size:11px;
	font-weight:bold;
	padding:10px;
}

fieldset p {
	margin-top:10px;	
}

fieldset input.teks {
	background-color:#fafafa;
	border:1px solid #dfdfdf;
	color:#666666;
	font-size:20px;
	height:35px;
	line-height:35px;
	width:740px;
	padding:2px 7px;	
}

fieldset select.teks {	
	border:1px solid #dfdfdf;	
	padding:7px;	
}

fieldset input.tombol {
	background-color:#f1f1f1;
	border:1px solid #cccccc;
	color:#666666;	
	cursor:pointer;
	font-weight:bold;
	padding:7px;
}

fieldset input.tombol:hover {
	background-color:#dfdfdf;
}

fieldset label {
	display:block;
	width:280px;	
	float:left;	
}


/* product */
.product-list{
	width: 100%;
	list-style: none;
}
.product-list a{
	color:#313131;
	text-decoration: none
}
.product-list li{
	width: 33%;
	position: relative;
	
	display:inline-block;
	float: left;
	height: 225px;
}
 .image-wrapper{
	width: 100%;
	height: 170px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px
}
.product-title{
	display: block;
	text-align: center
}
.product-list li img{
	height: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
}
.prodcut-table{
	line-height: 1.3em
}

.width-100{
	width: 100% !important;
	margin: 0
}

.welcome{
	float: right;
	font-weight: bold;
	margin-top: -32px
}

.success{
	background:#F4FFF7;
	border: solid 1px #AFBD21;
	color:#060;
	display: block;
	padding: 5px;
	margin: 5px auto;
	border-radius: 5px;
	width: 90%
}
.warning{
	background:#FFE6E8;
	border: solid 1px #900;
	color:#900;
	display: block;
	padding: 5px;
	margin: 5px auto;
	border-radius: 5px;
	width: 90%
}

.order-history{
	border-collapse:collapse;
	margin: 20px auto
}

a.gallery {
	text-align:center;
	font-style:italic;
	text-decoration:none;
	margin-top:10px;	
	display:block;
}

a.gallery:hover {
	text-decoration:underline;
}

/* error */
.err {
	color:#FF0000;
	font-size:10px;	
}