/* 		JogjaCamp Standard CSS 				*/
/* 		Created Date 	: 12 Mei 2005		*/
/* 		Update			: 22 Maret 2007  	*/


/* Body Style */
body {
	font-size: 11px;
	color: #333;
	margin: 0px;
	background: url(../images/bg.jpg) center repeat-y;
}


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;
}

td, th, span, div{
	font-size: 11px;
	line-height: 130%;
}

h2{
	font-size: 1.2em;
	margin: 4px 0px;
}
p {
	text-align:left;
	margin: 8px 0px !important;
	line-height: 150%;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #05305C;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

/* standard Form */
form {
	margin: 0px;
	padding: 0px;
}

input,select,textarea,option,label {
	font-size: 10px;
}

/* standard form input text */
input.text {
	background-color: #FFFFFF;
	border: 1px solid #666;
}


/* standard form button */
input.button{
	background-color: #cccccc;
	border: 1px solid #666;
	text-transform:capitalize;
}

/* standard form select + option*/
select{
	background-color: #FFFFFF;
	border: 1px solid #666;
}

/* standard form textarea */
textarea {
	border: 1px solid #666;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}


.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

/* --------- warper element -------- */
.body{
}
.mainPage{
	width: 1002px;
	text-align: left !important;
}


/* ------- header element ---------- */
.header, .sitename, .headerSpacer{
	height: 172px;
}
.header{
	background: url(../images/a_02.jpg) repeat-x;
	border-bottom: 3px solid #094B8F;
}
.headerSpacer{
	width: 20px;
	float: right;
	background: #094B8F;
}
.headerBox{
	width: 600px;
	float: right;
}
a.sitename{
	display: block;
	width: 339px;
	float: left;
}

.headerAdd01, .shoppingChart, .langEN, .langID{
	float: right;
	height: 35px;
}
.headerAdd01{
	width: 300px;
	background: #094B8F;
}

.shoppingChart{
	background: url(../images/a_04.jpg) no-repeat;
	width: 125px;
}

.langEN{
	background: url(../images/a_05.jpg) no-repeat;
	width: 80px;
}

.langID{
	background: url(../images/a_06.jpg) no-repeat;
	width: 95px;
}

.headerBottom{
	clear: both;
	padding-top: 104px;
	padding-right: 1px;
	height: 30px;
}

/* ------- navigation -------------- */
.nav{
	list-style: none;
	margin:0px;
	padding: 0px;
	float: right;
	background:#333;
}

.nav li{
	float:left;
	padding: 8px 10px;
	margin: 0px;
	border-left: 1px solid #fff;
}

.nav li.first{
	border: none !important;
}

.nav li a{
	color: #fff;
	font-weight: bold;
}

.nav li a:hover{
	color: #fff;
	text-decoration: underline;
}


/* ---------- search ---------- */
.search{
	float: right;
	width: 240px;
	margin-top: 6px;
	color: #fff;
}

.clear{
	clear: both;
}


/* --------- sidebar ---------- */
.sidebar{
	width: 220px;
	float: left;
	border-top: 10px solid #094B8F;
}
.sidebar2{
	width: 220px;
	float: right;
}
.menu{
	border-top: 1px solid #fff;
}
.menu h2{
	font-size: 12px;
	padding: 8px 10px;
	color: #fff;
	margin: 0px;
	border-bottom: 1px solid #fff;
	background: #05305C;
}
ul.menuItem{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

ul.menuItem li{
	margin: 0px;
	padding: 0px;
}

ul.menuItem li a{
	display: block;
	width: 205px;
	color: #05305C;
	padding: 4px 8px;
	background: #F1F0EB;
	border-bottom: 1px solid #fff;
}
ul.menuItem li a:hover{
	color: #333;
	padding: 4px 8px;
	background: #E4E2D7;
	text-decoration: none;
}


ul.menuItem li a:hover{
}

/* --------------login form------------*/
.login{
	background: url(../images/a_11.jpg) repeat-x #094B8F;
	background-position: 0px 128px;
	padding-bottom: 4px;
}
.login h2{
	font-size: 12px;
	padding: 8px 10px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/a_11.jpg) repeat-x bottom #094B8F;
}

.login p{
	margin: 0px;
	padding: 0px 10px;
	color: #fff;
}

.login p.label{
	display: block;
	float: left;
	width: 50px;
}

.login p.input{
	display: block;
	float: right;
	width: 120px;
}
.login .button{
	color: #fff;
	background: #05305C;
	border: none;
	padding: 4px;
}
.login p a{
	color: #fff;
}

/* ----------- product box ------------- */
.productBox{
	background: #efefef;
}
.productBox h2{
	font-size: 1.4em;
	padding: 6px 15px;
	color: #333;
	margin: 0px;
	border-bottom: 2px solid #333;
	border-top: 1px solid #fff;
	background: url(../images/a_19.jpg) no-repeat #fff;
}
.image{
	width: 80px;
	float: left;
	text-align: center !important;
}
.review{
	width: 140px;
	float: right;
}
.productBox .image span, .productBox .review span{
	display: block;
	padding: 10px 4px;
}
.productBox .review span a{
	font-weight: bold;
}

/*---------------- testimonial -------------- */
.testimonial{
	padding-top: 20px;
	clear: both;
}
.testimonial h2{
	font-size: 1.4em;
	padding: 10px 35px;
	color: #fff;
	margin: 0px;
	border-top: 2px solid #D4CEC2;
	background:#094B8F;
	background-position: 0px 10px;;
}
.testimonial .testiBox{
	background: #efefef;
	padding: 10px;
}
.testimonial .testiBox .add{
	text-align: right;
	padding-top: 10px;
	font-weight: bold;
}


/*-------------- promo ------------------*/
.promo{
	background: url(../images/a_15.jpg) no-repeat;
	background-position: left top;
	width: 540px;
	height: 239px; 
}

.promoImage{
	float: right;
	width: 200px;
}
.promoImage span{
	padding-right: 10px;
	padding-top: 60px;
	text-align: center;
	display: block;
}

.promoReview{
	width:320px;
	float: right;
	text-align: right;
}
.padWarper{
	padding: 70px 0px 10px 30px;
	color: #fff;
}
.padWarper h2{
	font-size: 14px;
	margin: 0px;
}
.padWarper p{
	text-align: right !important;
}
.btn{
	text-align: right;
	background: transparent;
}

.prize{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.promoBox{
	display: none;
	width: 537px;
	height: 221px;
}


/*---------- product -----------------*/
.productList{
	background:#efefef;
	padding: 10px 10px;
	border: 1px solid #ccc;
}
.productList h2{
	font-size: 1.4em;
	padding: 15px 10px;
	color: #094B8F;
	margin: 0px;
}

.productList ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.productList ul li{
	/*width: 169px;*/
	width: 170px;
	/*height: 240px;*/
	float: left;
}

.productList ul li .productimage{
	width: 50px;
	float: left;
	text-align: right !important;
}


.productList ul li .review{
	width: 90px;
	float: right;
	text-align: left;
	margin-right: 5px;
	margin-left: 0px;
}

.productList ul li .review a{
	font-weight: bold;
}

.review .productprize{
	font-size: 11px;
	font-weight: bold;
	color: #094B8F;
}
.review .buy{
	padding: 10px 0px;
	line-height: 180%;
}
.review .buy a{
	display: block;
	margin-top: 4px;
}

/* --- cs, newsletter, statistik ---- */
.cs, .newsletter, .statistik, .polling{
	background: #eee;
	padding-bottom: 16px;
	margin-bottom: 6px;
	color: #333;
}
.cs h2, .newsletter h2, .statistik h2, .polling h2{
	font-size: 12px;
	padding: 10px 15px 10px 45px;
	color: #fff;
	margin: 0px;
	background: url(../images/a_23.jpg) no-repeat #094B8F;
}


.cs table, .statistik table, .polling table{
	margin-top: 4px;
}

.polling table tr th{
	padding: 4px;
	border-bottom: 2px solid #fff;
}
.polling table tr td{
	padding: 4px;
	border-bottom: 1px solid #fff;
}
.borderCC{
	padding: 3px;
	color: #333;
	border-bottom: 1px solid #fff;
}
.bgCC{
	background-color: #ddd;
	padding: 2px 4px 2px 2px;
	border: 1px solid #fff;
	color: #000;
	text-align: right;
}
.bgColor{
	padding: 2px 2px 2px 4px;
	border: 1px solid #fff;
	color: #000;
	text-align:left;
	background-color:#ccc;
}

/* --------- main content ------------- */
.main{
	float: left;
	width: 561px;
}

.content{
	padding: 10px;
}

.footer{
	text-align: right;
	font-size: 10px;
	background: #094B8F;
	color: #fff;
}
.footerCell{
	height: 60px;
}

.footerCell span{
	display: block;
	padding: 15px;
}
.jcamp{
	display: block;
	background:url(../images/jcamp.jpg);
	width: 192px;
	height: 60px;
	float: right;
}
.warper{
	width: 781px;
	float: right;
}

.banner{
	padding: 10px 0px;
}

.banner p{
	text-align: center;
}

.flowNav{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

.flowNav h1{
	font-size: 1.6em;
	margin: 8px 0px;
}


/* product list --*/
.productItem{
	border-bottom: 1px solid #efefef;
	padding: 8px 0px;
}
.imageBox{
	padding: 4px;
	text-align: center;
	width: 100px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}
.imageBox2{
	padding: 4px;
	text-align: center;
	width: 200px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

.imageBox2 span{
	border: 1px solid #666;
	padding: 10px 4px;
	display: block;
}
.imageBox2 p{
	background: #666;
	margin: 0px !important;
	padding: 6px;
	border-bottom: 1px solid #666;
	color: #fff;
}
.imageBox2 p a {
	color: #fff;
	padding: 4px;
	background: #333;
}
.imageBox2 p a:hover {
	color: #094B8F;
	background: #fff;
	padding: 4px;
	text-decoration: none;
}


/*review*/
.itemReview{
	width: 420px;
	float: right;
}
.itemReview h2{
	margin: 4px 0px;
	font-size: 1.1em;
}
.itemReview p{
	margin: 8px 0px !important;
}


/*product detail*/
.itemReview2{
	width: 320px;
	float: right;
}

/*product list */
.itemReview3{
	width: 400px;
	float: right;
	padding-right: 20px;
}
.itemReview3 p{	
	padding: 2px 0px;
	margin: 0px !important;
}
.itemReview3 .itemPrize{
	font-size: 1.6em;
	color: #094B8F;
	display: block;
	margin-bottom: 10px;
}



.itemReview .item-rating{
	background: #efefef;
	text-align: center;
	float: left;
	margin: 0px 8px 8px 0px;
	width: 40px;
	height: 40px;
	font-size: 10px;
	padding: 4px;
	border: 1px dashed #ccc;
}

.itemReview .item-rating span{
	font-size: 2em;
	color: #094B8F;
}
.productInfoTable{
	border-top: 2px solid #333;
	width: 300px;
	margin-bottom: 20px;
}
.productInfoTable tr td{
	border-bottom: 1px dotted #ccc;
	padding: 4px;
}

/*shopping cart */
.shoppingCartBox{
	background: #efefef;
}
.shoppingCartBox h2{
	background: #094B8F;
	padding: 4px 10px;
	margin: 0px;
	color: #fff;
}
.shoppingItem{
	border-bottom: 1px solid #fff;
	padding-top: 8px;
}
.shoppingItem p{
	font-size: 1px;
	padding: 0px;
	margin: 0px !important;
}
.buttonLink{
	padding: 2px;
	background: #094B8F;
	color: #fff;
	border: 1px solid #333;
}
.buttonLink:hover{
	background: #efefef;
	color: #333;
	text-decoration: none;
}

/*tab menu*/
.tabMenu{
	border-bottom: 2px solid #333;
	height: 22px;
	margin-bottom: 10px;
}
.tabMenu a{
	display: block;
	padding: 4px 10px;
	background: #094B8F;
	float: left;
	color: #fff;
	margin: 0px 8px;
	text-align: center;
}
.tabMenu a.logoutTab{
	display: block;
	padding: 4px 10px;
	background: #094B8F;
	float: left;
	color: #fff;
	margin: 0px 8px;
	text-align: center;
}

.tabMenu a.activeTab, .tabMenu a:hover{
	display: block;
	padding: 4px 10px;
	background: #333;
	float: left;
	color: #fff;
	margin: 0px 8px;
	text-align: center;
	text-decoration: none;
}

.affiliateTitle{
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #094B8F;
}
.affiliateTable, .confirmTable, .searchTable, .contactTable{
	width: 480px;
}
.affiliateTable tr th, .confirmTable tr th, .contactTable tr th, .shoppingTable tr th{
	padding: 6px 10px;
	border-bottom: 1px solid #fff;
	background: #ccc;
}
.affiliateTable tr td, .confirmTable tr td, .contactTable tr td{
	padding: 6px 10px;
	border-bottom: 1px solid #fff;
	background: #efefef;
}

.shoppingTable{
	width: 100%;
}

.shoppingTable tr td{
	padding: 6px 10px;
	border-top: 1px dashed #999;
}

.text2{
	font-weight: bold;
}
.red{
	color: #094B8F;
	font-size: 1em;
}

/*--- news --- */
h2.newsCat{
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	padding:4px 0px;
	font-size: 10px;
	color: #094B8F;
}
.newsItem{
	border-bottom: 1px solid #efefef;
	padding: 8px 0px;
}
.newsImage{
	padding: 4px;
	text-align: center;
	width: 100px;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}
.newsDate{
	font-size: 10px;
}

.newsBrief{
	width: 420px;
	float: right;
}