/* 		JogjaCamp Standard CSS 				*/

/* Body Style */
body {
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-color: #0f1012;
}


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, td, th, span, div{
	line-height: 130%;
}


p {
	margin: 6px 0px 6px 0px !important;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #014c76;
}

a:hover {
	text-decoration: underline;
	color: #f3390a;
}

img, object {
	border: 0px;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
}

/* standard form input text */
input.text {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #ccc;
	border-top: 1px solid #363636;
	border-left: 1px solid #363636;
}


/* standard form button */
input.button{
	background-color: #363636;
	color: #fef212;
	border: 0px !important;
	padding: 1px 4px !important;
	font-size: 10px !important;
	text-transform: uppercase;
}
input.buttonGo{
	background-color: #363636;
	color: #fef212;
	font-weight: bold;
	border: 0px !important;
	padding: 1px 4px !important;
	font-size: 11px !important;
	text-transform: uppercase;
}

/* standard form select + option*/
select{
}

/* standard form textarea */
textarea {
}

/* 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{
	background: url(../images/bg.gif) top left repeat-x #9acde2;
}
.mainPageTop{
	width: 1008px;
	margin: 0px auto;
	text-align: left !important;
}
.mainPage{
	width: 890px;
	margin: 0px auto;
	text-align: left !important;
}
.clear {
	clear: both;
	padding: 0px;
	overflow: hidden;
}

/* ------- header element ---------- */
.header{
	padding: 0px;
	height: 125px;
	overflow: hidden;
	background: url(../images/bgHeader.gif) top left repeat-x #fff;
}
.header01 {
	width: 344px;
	height: 85px;
	padding: 0px;
	display: block;
	float: left;
	overflow: visible;
}
a.sitename{
	width: 344px;
	height: 70px;
	display: block;
	float: left;
	margin-top: 30px;
}
.headerTop {
	height: 100px;
	padding: 0px;
	overflow: hidden;
}
.headerImg {
	height: 85px;
	padding: 0px;
	overflow: hidden;
}
.header02 {
	width: 546px;
	height: 125px;
	padding: 0px;
	display: block;
	float: right;
	margin-right: 59px;
}
.headerBot {
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-top: -15px;
	margin-right: 59px;
}

/* ------- navigation -------------- */
.nav{
	text-align: right;
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 13px;
}
*html .nav{
	padding-right: 0px;
}

.nav li{
	display: inline;
	font-size: 11px;
	margin: 10px 4px;
	border: none !important;
}
.nav li a{
	height: 23px;
	padding: 10px 20px 10px 10px!important;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bgNav_00.gif) right no-repeat;
}
.nav li span{
	padding: 0px;
	height: 23px;
	display: inline;
	padding: 10px !important;
	background: url(../images/bgNav_01.gif) left no-repeat;
}

.nav li a:hover, .nav li a.active{
	color: #fff503;
	text-decoration: none;
}

/* -------- page container -- */
.warper {
	padding: 0px;
	background: url(../images/bgPage.gif) top left repeat-y;
}
.warper .top{
	padding: 0px;
	overflow: hidden;
	height: 14px;
	background: url(../images/warperTop.gif) top left no-repeat;
}
.warper .bot{
	clear: both;
	padding: 0px;
	overflow: hidden;
	height: 7px;
	background: url(../images/warperBot.gif) top left no-repeat;
}
.warperCell {
	padding: 0px;
}
.sidebar {
	width: 219px;
	display: block;
	float: left;
}


.menu {
	margin: 0px;
	padding: 0px 10px;
	background: url(../images/bgMenu.gif) top left repeat-x #3b3f42;
}
.menu h2{
	display: none;
	margin: 0px !important;
	padding: 0px !important;
}
ul.menuItem{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.menuItem li{
	margin: 0px;
	padding: 0px;
	color: #fff;
	padding: 0px;
	margin-left: 1px;
	font-size: 0.9em;
	border-bottom: 1px solid #515558;
}

ul.menuItem li a{
	padding: 10px 4px 10px 24px;
	display: block;
	color: #fff;
	font-weight: bold;
	background: url(../images/listMenu.gif) no-repeat;
	background-position: 5px 13px;
}
ul.menuItem li a:hover{
	color: #fdfb6a;
	text-decoration: none;
	background: url(../images/listMenu_over.gif) left no-repeat;
	background-position: 5px 13px;
}

.cs {
	padding: 10px 0px;
	margin: 10px 15px;
	font-size: 11px;
	background: url(../images/lines.gif) bottom left repeat-x;
}
.cs h2{
	font-size: 1.3em;
	color: #30383b;
	font-style: italic;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	background: url(../images/lines.gif) bottom left repeat-x;
}

.cs table{
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.cs table td{
	padding: 4px 0px;
}

.statistic, .contact {
	padding: 10px 0px;
	margin: 10px 15px;
	font-size: 11px;
}
.statistic h2, .contact h2{
	font-size: 1.3em;
	color: #30383b;
	font-style: italic;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	background: url(../images/lines.gif) bottom left repeat-x;
}
.contact h2{
	color: #f3390a;
}
.statistic p, .contact p{
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	background-color: #fff;
	padding: 25px 0px 20px 0px;
	border: 1px solid #ccc;
}
.contact p {
	background-color: #eee;
	line-height: 180%;
	font-family: tahoma;
}
.statistic p img{
	margin-right: 1px;
}

.main {
	width: 667px;
	display: block;
	float: right;
	padding: 0px;
	background-color: #fff;
}
.mainContent {
	width: 440px;
	display: block;
	float: left;
}
.mainContent2 {
}
.content {
	padding: 5px;
}
.content h1 {
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 4px solid #eee;
	color: #014c76;
}
.content h2 {
	font-size: 1.2em;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	color: #014c76;
}
.content h3 {
	font-size: 1.0em;
	margin: 10px 0px 20px 0px;
	color: #014c76;
	padding: 0px;
}

.banner, .sponsor {
	text-align: center;
	padding: 0px;
}
.sponsor {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bbb;
}
.banner p, .merk p, .sponsor p{
	display: inline;
	padding: 0px !important;
	margin: 0px !important;
}
.banner p img, .sponsor p img{
	margin-bottom: 5px !important;
}

.merk {
	padding: 0px;
}
.merkItem {
	margin-left: 5px;
	width: 210px;
	height: 230px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	display: block;
}
.merkItem h2{
	font-size: 1.2em;
	color: #333;
	margin: 10px 0px 0px 0px;
	height: 24px;
	padding: 0px 10px 0px 16px;
	background: url(../images/down.gif) no-repeat;
	background-position: 0px 2px;
}
.merkItem h2 a{
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.merkItem h2 a:hover{
	color: #f3390a !important;
	text-decoration: none;
}
p.merkImg {
	position: absolute;
	padding: 0px;
	display: block;
	width: 210px;
	height: 210px;
}
.merkSlide {
	width: 210px;
	height: 210px;
	position: absolute;
	background-color: #eee;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	z-index: 100;
}
.merkSlide p{
	padding: 2px 10px 2px 16px !important;
	display: block !important;
}
.merkSlide p a{
	color: #014c76;
	text-decoration: none;
}
.merkSlide p a:hover{
	color: #f3390a;
	text-decoration: none;
}

.separate {
	height: 22px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/pageSpr.gif) top left no-repeat;
}

.rightbar {
	width: 214px;
	padding: 0px;
	display: block;
	float: right;
	overflow: hidden;
}


/* //////////////////////////// */
.newsItem {
	margin-bottom: -20px;
}
h2.newsCat {
	font-size: 1.0em;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #f3390a;
	border-bottom: 1px solid #eee;
}
.newsBrief h2 {
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #333;
}
.newsBrief h2 a{
	text-decoration: none;
	color: #333;
}
.newsBrief h2 a:hover{
	text-decoration: none;
	color: #014c76;
}

.links {
	clear: both;
	border-bottom: 1px solid #eee;
	padding: 0px 10px 20px 20px;
	margin-bottom: -10px;
}
.linksImg{
	display: block;
	padding: 0px;
	text-align: center !important;
}
.linksImg img{
	margin: 20px auto !important;
	clear: both;
	float: none !important;
	padding: 4px;
	border: 1px solid #ccc;
}
.linksDesc {
	clear: both;
	font-size: 0.95em;
}
.linksDesc a {
	font-weight: bold;
	font-size: 1.05em;
	color: #014c76;
	text-decoration: none;
	padding-bottom: 10px;
}
.linksDesc a:hover{
	color: #f3390a;
	text-decoration: none;
}


/* product list --*/
.productItem{
}
.imageBox{
	padding: 4px;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
}
p.ask {
	background-color: #fff;
	border: 0px;
	text-align: center;
}
p.ask a{
	background-color: #fff;
	color: #92011e;
	text-decoration: underline;
}
p.ask a:hover{
	background-color: #fff;
	color: #ff9935;
	text-decoration: underline;
}
.itemReview{
	padding: 10px;
}
.itemReview h2{
	margin: 10px 0px;
	padding: 8px;
	font-size: 1.3em;
	color: #e2101b;
	text-align: center;
	background: url(../images/bgProductName.gif) top center repeat-y;
}
.itemReview p{
	margin: 8px 0px !important;
}
.itemReview .item-rating{
	text-align: center;
	float: left;
	margin: 0px 8px 8px 0px;
	width: 40px;
	height: 40px;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background: url(../images/bgRating.gif) center no-repeat;
}

.itemReview .item-rating span{
	font-size: 2em;
	color: #000;
}
.moreInfo {
	padding: 10px;
}
.moreInfo h2{
	margin: 10px 0px;
	font-size: 1.1em;
	color: #333;
}
.moreInfo p{
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #eef2f5;
}
table.productInfoTable {
	width: 100%;
}

/*  -----------  footer element ---------------- */
.footer {
	padding: 10px;
	background: url(../images/bgFooter.gif) top left repeat-x #202022;
	border-bottom: 5px solid #0f1012;
}
.footerCell {
	width: 890px;
	margin: 0px auto;
	color: #fff;
	padding: 10px 20px 5px 20px;
	font-size: 0.9em;
}
.footerCell a.jcamp{
	width: 152px;
	height: 32px;
	margin-top: -10px;
	display: block;
	float: right;
	color: #fff;
	background: url(../images/jCamp.gif) no-repeat;
}