/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 12px;
	color: #813f4d;
	margin: 0px;
	background: url(../images/bg.gif) top left repeat-x #e2aeba;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Arial, Helvetica, sans-serif;
}

p, span, div{
	font-size: 11px;
	line-height: 130%;
}


p {
	text-align:left;
	margin: 4px 0px 4px 0px !important;
}

/* standard Hyperlink */
a{
	color: #de395b;
}
a:hover{
	color: #e2768e;
	text-decoration: underline;
}

ul.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.list li{
	margin: 10px 0px;
	padding: 0px 20px;
	background: url(../images/list.gif) top left no-repeat;
	background-position: 0px 2px;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
}

/* standard form input text */


/* standard form button */

/* standard form select + option*/
select{
}

/* standard form textarea */
textarea {
}

input.button {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #e89ead;
	background-color: #e37e92;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

img {
	border: none;
}
.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
}

/* --------- container element -------- */
.body{
	margin: 0px;
	padding-top: 10px;
	background: url(../images/bgImg.gif) top left no-repeat;
	text-align: center;
}
.container{
	width: 800px;
	margin: 0px auto;
	padding: 4px 3px 3px 3px;
	text-align: left !important;
	background-color: #fff0f2;
}
.warper {
	width: 800px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgWarper.gif) top left repeat-x #ffedf1;
}

/* --------- header and footer element -------- */
.header {
}
.footer {
	padding-top: 60px;
	background-color: #ffedf1;
}
tabel.headerTbl, tabel.footerTbl {
	border: 0px;
	width: 800px;
	border-collapse: collapse;
}
.siteLogo {
	width: 295px;
	height: 92px;
	padding: 0px;
	overflow: hidden;
}
.topmenu {
	width: 800px;
	height: 130px;
	padding: 0px;
	overflow: hidden;
}
.botmenu {
	width: 800px;
	height: 87px;
	padding: 0px;
	overflow: hidden;
}
td.footerContainer {
	width: 546px;
	height: 73px;
	padding: 0px;
	background-color: #df365d;
}
.footerCell {
	padding: 10px 10px 0px 10px;
	text-align: right;
}
.footerCell p{
	text-align: right;
	margin: 0px !important;
	padding: 0px !important;
	color: #fea4b6;
}
.footerCell p a{
	color: #fff;
	text-decoration: none;
}
.footerCell p a:hover{
	color: #fff;
	text-decoration: underline;
}



/* ============================ main content ===============================*/
.main {
	z-index: 100 !important;
}
.sidebar {
	width: 200px;
	display: block;
	float: left;
	padding: 0px;
}

.owner {
	padding: 4px;
}
img.ownerImg {
	float: left;
	margin: 5px;
}
p.ownerDesc {
	text-align: justify;
	line-height: 160%;
}
p.ownerName {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px !important;
	margin: 10px 0px !important;
}
p.ownerName a{
	color: #813f4d;
	text-decoration: none;
}
p.ownerName a:hover{
	color: #e2768e;
	text-decoration: none;
}

.support {
	padding: 0px;
	margin-bottom: 15px;
	background: url(../images/bgSupport.gif) bottom center no-repeat;
}
.supportCell {
	padding: 28px 20px 16px 20px;
	text-align: center;
	background: url(../images/supportTop.gif) top center no-repeat;
}
.supportCell p{
	padding: 0px !important;
	margin: 0px !important;
	text-align: center;
	font-size: 11px;
}
.supportCell p a{
	color: #de395b;
	text-decoration: underline;
}
.supportCell p a:hover{
	color: #e2768e;
	text-decoration: underline;
}
.supportCell h5{
	font-size: 14px;
	margin: 0px !important;
	padding: 10px 0px !important;
}
.supportCell h5 a {
	color: #7e3e4e;
	text-decoration: none;
}
.supportCell h5 a:hover{
	color: #e2768e;
	text-decoration: none;
}
.supportCell h5 a span, .supportCell h5 a span:hover{
	font-size: 13px;
	color: #e0365b !important;
}

.banner {
	padding: 20px 0px 0px 0px;
	background: url(../images/bgBanner.gif) top left no-repeat;
}
.bannerCell {
	padding: 0px 4px 20px 4px;
	background: url(../images/bgBannerBot.gif) bottom left no-repeat;
}
.banner p{
	text-align: center;
	padding: 0px !important;
	margin: 10px 0px !important;
}


.mainContent {
	width: 600px;
	padding: 0px;
	height: auto;
	overflow: visible !important;
	display: block;
	float: right;
	z-index: 200;
	background: url(../images/bgCorner.gif) bottom right no-repeat;
}
.contentContainer {
	background: url(../images/bgLine.gif) no-repeat;
	background-position: 20px 0px;
}
.flowNav {
	position: absolute;
	height: 45px;
	margin-top: -40px;
	z-index: 400;
	color: #813f4d;
	padding: 10px 10px 0px 40px;
	font-size: 1.1em;
	background: url(../images/bgLine.gif) no-repeat;
	background-position: 20px 0px;
}
*html .flowNav {
	padding: 10px 10px 5px 40px;
}
.flowNav a{
	text-decoration: none;
	color: #813f4d;
}
.flowNav a:hover{
	text-decoration: none;
	color: #d0657a;
}
.content {
	padding: 0px 10px 0px 40px;
	color: #222;
	font-size: 13px;
}
.content p{
	font-size: 13px;
	margin: 10px 0px !important;
}
.content h1{
	padding: 0px !important;
	margin: 20px 0px !important;
	color: #d0657a;
	font-weight: lighter;
	font-size: 1.55em;
}
.content h1.title{
	padding: 0px 0px 10px 0px !important;
	margin: 0px 0px 15px 0px !important;
	color: #d0657a;
	font-weight: lighter;
	font-size: 1.55em;
	border-bottom: 1px solid #fff;
}
.content h2{
	padding: 0px !important;
	margin: 15px 0px !important;
	color: #b2405a;
	font-size: 1.2em;
}
.content h3{
	padding: 0px !important;
	margin: 15px 0px !important;
	color: #b2405a;
	font-size: 1.1em;
	font-weight: lighter;
}
.content h4{
	padding: 0px !important;
	margin: 10px 0px 5px 0px !important;
	color: #b2405a;
	font-size: 1.0em;
}
.content h5{
	padding: 0px !important;
	margin: 15px 0px 5px 0px!important;
	color: #b2405a;
	font-size: 0.9em;
}
.content h6{
	padding: 0px !important;
	margin: 10px 0px !important;
	color: #b2405a;
	font-size: 0.8em;
}

.pageNav {
	padding: 10px 0px;
	font-size: 12px;
	color: #813f4d;
}
.pageNav a{
	padding: 0px 3px;
	text-decoration: none;
}
.pageNav a:hover{
	font-weight: bold;
}

.gallery {
	width: 600px;
	height: 600px;
	position: absolute;
	margin-top: -45px;
	padding: 34px 0px 8px 0px;
	overflow: hidden;
	background: url(../images/bgGallery.gif) top left no-repeat;
}
.gallery ul {
	padding: 8px 10px 3px 28px !important;
	margin: 0px !important;
	list-style: none;
	text-align: center;
}
*html .gallery ul {
	padding: 6px 10px 3px 25px !important;
}
.gallery ul li{
	display: block;
	float: left;
	margin: 1px 5px 2px 5px;
}
*html .gallery ul li{
	margin: 0px 5px;
}
.gallery ul li a, .gallery ul li a:hover{
	text-decoration: none;
}
.gallery ul li img{
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #eee;
}


/* ==============================================================*/
.aktivitas, .testimoni, .artikel, .product {
}
.aktivitasItem, .testimoniItem, .artikelItem, .productItem {
	clear: both;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #fadae1;
}
.date {
	color: #813f4d;
}
.title, .sender, .title{
	color: #b2405a;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px !important;
}
.img img {
	float: right;
	margin:0 0 10px 10px;
	cursor:pointer;
	cursor:hand;
}
.stock, .size, .price {
	margin: 5px 0px;
	font-size: 12px;
}
.stock {
	margin-top: 15px;
}
.price {
	margin-bottom: 15px;
}
.stock span, .size span, .price span {
	font-size: 12px;
	font-weight: bold;
	color: #b2405a;
}
.buttonLink {
	margin: 20px 0px;
}
.buttonLink a{
	padding: 2px 4px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #e89ead;
	background-color: #e8597a;
	text-decoration: none;
}
.buttonLink a:hover{
	color: #fff;
	background-color: #e37e92;
	text-decoration: none;
}