.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
	background-color: #f99d39;
	padding:7px;
	color: #ffffff;

	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}/* CSS Document */

/*
Credits: Bit Repository
CSS Library: http://www.bitrepository.com/
*/


.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
	border: 1px #dddddd solid;
	color: #CCCCCC;
	padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
	font-family: Verdana;
	font-size: 13px;
}

.button
{
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background: white;
	color: #CCCCCC;

-moz-border-radius: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* Label */
label {width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left;}

/* Input, Textarea */
input, textarea
{
	margin: 2px;
	padding: 0px;
	float: left;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #CCCCCC;

-moz-border-radius: 3px;
	height: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* BR */

br { clear: left; }


.clear {
	clear:both
}
.block {
	width:400px;
	margin:0 auto;
	text-align:left;
}
.element * {
	padding:5px; 
	margin:2px; 
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left; 
	width:75px}
.element input.text {
	float:left;
	width:150px;
	color: #CCCCCC;
}
.element .textarea {
	height:120px; 
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:1px solid #666666;
	background-image: url(../images/iconCaution.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.element #submit {
	float:right;
	margin-right:10px;
}
.loading {
	float:right;
	height:28px;
	width:28px;
	display:none;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
.done {
	padding-left:20px;
	font-family:arial;
	font-size:12px;
	width:70%;
	margin:20px auto;
	display:none;
	background-image: url(../(images/iconIdea.gif)));
	background-repeat: no-repeat;
	background-position: 2px;
}
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

@charset "utf-8";

/*

* CSS Document

* Written by Ryan Yonzon

* http://ryan.rawswift.com/

*/

#main_container {

	width:100%;

	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */

	overflow-x: hidden;

	overflow-y: scroll;

	height:100%;	/* this will make sure that the height will extend at the bottom */

	position:absolute; /* container div must be absolute, for our fixed bar to work */

}@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 */
 
/*
 * IE hack 
 */

#main_container {
	width:100%; /* make sure we'll use 100% of page's width */
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
}
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 90%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 19px; 
	float: right;
	padding-bottom: 0.7em;	
}body{
	background-color: #B80000;
	background-image: url(../gambar/4.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a.mainmenu:link{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	float: left;
	height: 35px;
	width: auto;
		margin-right: 6px;
	margin-left: 8px;
}

a.mainmenu:visited{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	line-height: 13px;
	color: #D4D4D4;
	text-decoration: none;
	font-weight: normal;
		float: left;
		height: 35px;
	width: auto;
	margin-right: 6px;
	margin-left: 8px;
}
a.mainmenu:hover{
		font-family: "Trebuchet MS";
	font-size: 11pt;
	line-height: 13px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
		float: left;
		height: 35px;
	width: auto;
	margin-right: 6px;
	margin-left: 8px;
}
a.linkjudulcerita:link{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	line-height: 13px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	margin-left: 35px;
	float: left;
	width: 310px;
}
a.linkjudulcerita:visited{
	font-family: "Trebuchet MS";
	line-height: 13px;
	font-size: 9pt;
	color: #FFFF66;
	text-decoration: none;
	font-weight: bold;
	float: left;
	margin-left: 35px;
	width: 310px;
}a.linkjudulcerita:hover{
	font-family: "Trebuchet MS";
	line-height: 13px;
	font-size: 9pt;
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	float: left;
	margin-left: 35px;
	width: 310px;
}

.ceritanya{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 34px;
	float: left;
	margin-bottom: 20px;
	height: auto;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	line-height: 13px;
}
.tekputih{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 11pt;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.clear,.clearw{CLEAR:both;HEIGHT:0px}
.maincontainer{
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top{
	float: left;
	height: auto;
	width: 950px;
}
.icon{
	background-image: url(../gambar/1.jpg);
	height: 251px;
	width: 390px;
	float: left;
	background-repeat: no-repeat;
	background-position: -45px;
}
.interest{
	background-image: url(../gambar/2.jpg);
	background-repeat: repeat-x;
	height: 251px;
	width: 540px;
	float: left;
}
.topend{
	background-image: url(../gambar/3.jpg);
	height: 251px;
	width: 17px;
	float: left;
}
.content{
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contente{
	height: auto;
	width: 936px;
	margin-left: 14px;
	margin-top: 10px;
}
.contentmit{
	float: left;
	height: auto;
	width: 1000px;
	margin-left: 30px;
}
.lefte{
	float: left;
	height: auto;
	width: 367px;
}
.lefteduk{
	float: left;
	height: auto;
	width: 600px;
}
.leftecer{
	float: left;
	height: auto;
	width: 500px;
}.leftcerita{
	float: left;
	height: auto;
	width: 300px;
}
.cerita{
	background-image: url(../gambar/cerita_kedai.gif);
	float: left;
	height: 47px;
	width: 149px;
}
.ceritaa{
	background-image: url(../gambar/bg_cerita_kedai.gif);
	background-repeat: repeat-x;
	float: left;
	height: 47px;
	width: 200px;

}

.ceritab{
	background-image: url(../gambar/pk_cerita-kedai.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 18px;
	float: left;
}
.ceritac{
	background-image: url(../gambar/bgcerita_kedai.gif);
	float: left;
	height: auto;
	width: 360px;
	background-repeat: repeat-y;
}
.ceritad{
float: left;
	background-image: url(../gambar/botcerita.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 360px;
}
.leftcol{
	float: left;
	height: 93px;
	width: 320px;
	margin-left: 20px;
	background-color: #993300;
}
.right {
	float: left;
	height: auto;
	width: 580px;
	margin-top: 5px;
}
.rightduk {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 40px;
}

.rightcer {
	float: left;
	height: auto;
	width: 390px;
	margin-top: 40px;
	margin-left: 14px;
}
.maine{
	width: 580px;
	height: auto;
	float: left;
	border: 1px solid #FFFFFF;
}
.kata_kawan{
	height: 40px;
	width: 186px;
	background-image: url(../gambar/kata_kawan.gif);
	float: left;
}
.bgkata{
	background-image: url(../gambar/bgkata.gif);
	height: 40px;
	width: 378px;
	background-repeat: repeat-x;
	float: left;
}
.kataa{
	background-image: url(../gambar/kataa.gif);
	width: 13px;
	height: 40px;
	float: left;
}
.bgcontkata{
	background-image: url(../gambar/bgcontkata.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 577px;
	float: left;
}
.katab{
	background-image: url(../gambar/katabk.jpg);
	float: left;
	height: 21px;
	width: 18px;
}
.bgbot{
	background-image: url(../gambar/bgbot.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 21px;
	width: 547px;
}
.katak{
	background-image: url(../gambar/katak.jpg);
	float: left;
	height: 21px;
	width: 12px;
}

.line{
	background-image: url(../gambar/line.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.clearw{}
.maincontenttwo{
	float: left;
	height: auto;
	width: 303px;
}
.maincontentthree{
	float: left;
	height: auto;
	width: 320px;
	border: 1px dotted #99FF00;
}
.contenttwo{
	float: left;
	height: auto;
	width: 320px;
}
.contenttwok{
	float: left;
	height: auto;
	width: 310px;

}
.colceritaphoto{
	background-image: url(../gambar/photo_cerita.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 303px;
}
.colsijii{
	float: left;
	height: auto;
	width: 305px;
}
.colsijiik{
	float: left;
	height: auto;
	width: 303px;
	margin-left: 0px;
}
.colprodukkedai{
	background-image: url(../gambar/produk_kedai.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 303px;
	float: left;
}


.mline{
	background-image: url(../gambar/linebot.gif);
	float: left;
	height: 20px;
	width: 326px;
	background-repeat: repeat-x;
} 
.colhottest{
	background-image: url(../gambar/hottest.jpg);
	float: left;
	height: 41px;
	width: 303px;
	background-repeat: no-repeat;
}
.colklikkedai{
	background-image: url(../gambar/klik_kedai.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	width: 303px;
}

.coltelu{
	height: auto;
	width: 300px;
	float: left;
	background-color: #BB1C00;
	margin-bottom: 5px;
}
.collu {
	background-image: url(../gambar/outlet_kedai.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 320px;
	float: left;
	margin-left: 0px;
}

.outlet{
	float: left;
	height: auto;
	width: 329px;
	background-color: #E12200;
}
.coluser{
	float: left;
	height: 21px;
	width: 326px;
}
.osatu{
	background-image: url(../gambar/o1.gif);
	background-repeat: repeat-x;
	float: left;
	height: 21px;
	width: 17px;
}
.odua{
	background-image: url(../gambar/o2.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 299px;
	float: left;
}
.otiga{
	background-image: url(../gambar/o3.gif);
	float: left;
	height: 21px;
	width: 10px;
	background-repeat: no-repeat;
}
.oempat{
	background-image: url(../gambar/o4.gif);
	float: left;
	height: 300px;
	width: 326px;
}
.olima{
	background-image: url(../gambar/o5.gif);
	float: left;
	height: 17px;
	width: 12px;
	background-repeat: no-repeat;
}
.oenam{
	background-image: url(../gambar/o6.gif);
	background-repeat: repeat-x;
	float: left;
	width: 304px;
	height: 12px;
}
.otuju{
	background-image: url(../gambar/o7.gif);
	background-repeat: repeat-x;
	float: left;
	width: 10px;
	height: 12px;
}

.linebotfoot{
	background-image: url(../gambar/bgbottom.gif);
	height: 107px;
	width: 100%;
	float: left;
	background-repeat: repeat-x;
}
.kotakoutlet{
	float: left;
	height: auto;
	width: 320px;
	background-image: url(../gambar/bgout.gif);
	background-repeat: repeat-y;	

}
.topout {
	float: left;
	height: 11px;
	width: 320px;
	background-image: url(../gambar/topout.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
.botout {
	float: left;
	height: 12px;
	width: 320px;
	background-image: url(../gambar/botout.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
.namakedai{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
	margin: 8px;
}    
.alamatkedai{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 11pt;
	text-align: center;
	float: left;
	width: 321px;
margin-bottom: 7px;
} 
.ym{
	float :right;
	width:64px;
	height:16px;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.selemenu {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFFF;
	float: left;
	height: 26px;
	width: 310px;
	text-align: right;
	background-color: #990000;
	margin: 3px;
}
#sell{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #660000;
	background-color: #FFFF00;
	height: 19px;
	width: 170px;
	border: 1px solid #FFCC00;
	margin-top: 3px;
	margin-right: 5px;
}
.contenttelu {
	float: left;
	height: auto;
	width: 320px;
}
.coloutl {
	float: left;
	height: auto;
	width: 320px;
	background-color: #CA0D0D;
	margin-left: 0px;
}


#content { width:400px; height:195px; margin:0 auto 10px; font-size:13px; background-color:#575454; }
#content p { padding:0 10px; }
#comments {
	width:100%;
}
.comment {
	color:#993300;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	width: 100%;
	height: auto;
}

textarea {
	color:#FF6600;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	background-color: #FCFFEC;
	width: 520px;
	float: left;
	height: 40px;
	border: 1px solid #FDFDF7;
}
.areasip {
	float: left;
	height: 101px;
	width: 10px;
	border: 1px solid #99FF00;
}
.contentkata {
	float: left;
	height: auto;
	width: 500px;
	margin-left: 40px;
}
#textboxcontent{
	float: left;
	height: auto;
	width: 400px;
	height: 98px;
	border: 1px solid #990000;
}
.Comment {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #660000;
	line-height: 11pt;
}
#CommentList {
	width:500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF9900;
}
.totalComment {
	margin-top:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FF6600;
	font-weight: bold;
	float: left;
	width: auto;
}
.cssform p{width: 500px;clear: left;margin: 0;}
.cssform label{
	font-weight: bold;
	float: left;
	width: 500px;
	height: auto;
}
.cssform input[type="text"]{
	width: 220px;
	border:1px solid #3686b8;
	float: left;
}
.cssform textarea{width: 500px;height: 50px; border:1px solid #E3CDA4;}
.cssform input[type="submit"]{
	margin-left: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
	background-color: #FF9900;
	border: 1px solid #663300;
	margin-top: 5px;
	margin-bottom: 5px;
}
.SenderName {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: normal;
	color: #FF6600;
	margin-top: 5px;
	float: left;
	width: auto;
	margin-right: 10px;
}
.CommentDate {
	font-family: "Trebuchet MS";
	margin-top: 5px;
	font-size: 8pt;
	color: #FF9900;
	float: left;
	width: 150px;
}
.CommentContent {
	float: left;
	width: 425px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #663300;
	line-height: 13pt;
}
.Remove{
	float:right;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	border: thin solid #990000;
	background-color: #FF9900;
	margin-top: 10px;
}.ceritacc {
	background-image: url(../gambar/bgceritacc_kedai.gif);
	float: left;
	height: auto;
	width: 972px;
	background-repeat: repeat-y;
}
.leftcoll {
	float: left;
	height: auto;
	width: 1100px;
	margin-left: 20px;
}
.judulceritacc {
	float: left;
	height: auto;
	width: 900px;
	margin-left: 34px;
}
.ceritanyacc {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 34px;
	float: left;
	margin-bottom: 20px;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	line-height: 13px;
}
.imagethem {
	height: 206px;
	width: 540px;
	float: left;

}
.menunu {
	height: 16px;
	width: 540px;
	float: left;

}
.menune {
	height: 50px;
	width: 540px;
	float: left;

}
.img {
	height: 65px;
	width: 49px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
#numComment{
	font-size: 1px;
	color: #FFFFFF;
}.gambar {
	border: 2px solid #FF633C;	
}
.spacer {CLEAR:both;HEIGHT:4px}

.border{
	border:1px solid #D56757;
	width:214px;
	float: left;
	background-color: #8A0202;
	height: auto;
	margin: 6px;
	padding: 3px;
}.partner {
	height: 90px;
	width: 940px;
margin-left:auto;
	margin-top: 30px;
	margin-right: auto;
}
.titprod{color:#FFF;font:bold 11px Verdana,Arial,Helvetica,sans-serif}
.text{color:#FF9;font:10px Verdana,Arial,Helvetica,sans-serif;text-decoration:none}

.kotak_t{
	border:1px solid #F41F00;
	color:#EEE0B7;
	font:9px Verdana,Arial,Helvetica,sans-serif;
	padding:2px;
	float: left;
	height: auto;
	width: 288px;
	margin-left: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #CC0000;
	background-position: center;
}
.kotakane{
	border:1px solid #F41F00;
	color:#EEE0B7;
	font:9px Verdana,Arial,Helvetica,sans-serif;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	float: left;
	height: auto;
	width: 289px;
	background-color: #CC0000;
	background-position: center;
}

a.linkprod:link{
	border:1px solid #FF6600;
	color:#FF0;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	width:250px;
	margin: 2px;
	float: left;
	height: 20px;
	text-align: left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #BE3323;
}
a.linkprod:visited{
	border:1px solid #FF6600;
	color:#FF0;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	width:250px;
	margin: 2px;
	float: left;
	height: 20px;
	text-align: left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #D9402F;
}
a.linkprod:hover{
	border:1px solid #FF6600;
	color:#330000;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	width:250px;
	margin: 2px;
	float: left;
	height: 20px;
	text-align: left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #F99477;
}
.imgprod {
	margin-top: 60px;
	height: auto;
	width: auto;
}
.nameprod {
	margin-top: 30px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	float: left;
	height: auto;
	width: 500px;
	margin-left: 120px;
}

.desc {
	margin-top: 30px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 500px;
	margin-left: 120px;
}
.descerita {
	margin-top: 30px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 445px;
	margin-left:10px;
}
a.linkcer:link{
	border:1px solid #FF6600;
	color:#FF0;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	width:350px;
	margin: 2px;
	float: left;
	height: auto;
	text-align: left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #BE3323;
}
a.linkcer:visited{
	border:1px solid #FF6600;
	color:#FF0;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	width:350px;
	margin: 2px;
	float: left;
	height: auto;
	text-align: left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FF6600;
}
a.linkcer:hover{
	border:1px solid #FF6600;
	color:#FF9900;
	font:12px Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	width:350px;
	margin: 2px;
	float: left;
	height: auto;
	text-align: left;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #9F0000;
}
.judcerita{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #CCFF00;
	float: left;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.head {
	float: left;
	height: 156px;
	width: 561px;
	margin-top: 37px;
	margin-left: -7px;
	margin-bottom: 15px;
}
.bt_kir {
	height:25px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
	width: 74px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.vline {
	float: left;
	height: 100%;
	width: 305px;
	background-image: url(../gambar/bgcontdua.gif);
	background-repeat: repeat-y;	
}
.downloadimg {
	margin-left: 15px;
}

a.link:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DFDFDF;
text-decoration: none;
}

a.link:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
a.link:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
text-decoration: underline;
}/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/       


body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 740px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
/* CSS Document */
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 2px;
		width: auto;
	}
	#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#gallery ul li {
	display: inline;
}
	#gallery ul img {
float: left;
	border: 3px solid #AC0000;
	margin: 2px;
	width: 140px;
height: 105px;
	}
#gallery ul a:hover img {
	border: 3px solid #EA4600;
	margin: 2px;
color: #fff;
	}

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:291px;
	height:231px;
	overflow:hidden; 
	}	
#shoutboxdata { background-color: #FFFFFF; padding: 4px; width: 510px; height: 490px; overflow: auto; margin-bottom: 20px; }
.shoutbox-row .name { font-weight: bold; }
.CommentContent {
	float: left;
	width: 425px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	line-height: 13pt;
}
textarea {
	color:#CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	background-color: #F9F9F9;
	width: 500px;
	float: left;
	height: 40px;
	border: 1px solid #CCCCCC;
}
input{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	float: right;
	background-color: #404040;
	margin: 5px;
	border: 1px solid #888888;
}
.buttondiv {
margin-top: 10px;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}
.namakedai{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 7px;
	margin-left: 15px;
	font-weight: bold;
	float: left;

}    
.alamatkedai{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 11pt;
	text-align: center;
	float: left;
	width: 321px;
margin-bottom: 7px;
} 
.ym{
	float :right;
	width:64px;
	height:16px;
	margin-top: 3px;
	margin-right: 20px;
	margin-left: 3px;
} 