/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif) left 50% repeat-x #c0c0c0;
}


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


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

input,select,textarea,option,label {
	font-size: 11px;
}

input.text {
	font-size: 11px;
	padding: 2px;
	color: #555;
	border: 1px solid #ccc;
}
input.text:focus {
	border: 1px solid #888;
}
textarea {
	border: 1px solid #ccc;
	overflow: auto;
}
textarea:focus{
	border: 1px solid #888;
}
select {
	padding: 1px;
	border: 1px solid #ccc;
}
.content select {
	font-size: 11px;
	color: #555;
}

input.button {
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #555;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #eee;
}
input.button:hover {
	border: 1px solid #888;
}

/* standard cell */
td, th {

}

img {
	border: none;
}
.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin-right: 10px;
}

.center{
	text-align: center;
}

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

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

/* standard Hyperlink */
a {
	color: #3b392f;
	text-decoration: underline;
}

a:hover {
	color: #787051;
	text-decoration: underline;
}

table {
	border: none;
}
table.layoutTbl {
	width: 100%;
	height: 100%;
}

td.main {
	width: 750px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/shadow.gif) bottom left repeat-x;
}

/* --------- warper element -------- */

.container {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
}
/* ------- header element ---------- */
.header{
	height: 116px;
	overflow: hidden;
	padding: 0px;
	background-color: #3b392f;
	border-bottom: 1px solid #fff;
}
.headerFlash {
	width: 750px;
	height: 116px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
}
.headerMain {
	width: 750px;
	height: 116px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 2;
	background: url(../images/bgHeader.gif) bottom right no-repeat;
}

.search {
	height: 24px;
	padding: 14px 20px 0px 20px;
	overflow: hidden;
	text-align: right;
}
*html .search {
	height: 38px;
}
.search select {
	width: 120px;
	padding: 1px;
	border: 1px solid #2f2d25;
}

.menu {
	clear: both;
	height: 24px;
	padding: 0px 145px 0px 217px;
	overflow: hidden;
}
.menu p {
	margin: 0px !important;
	padding: 0px !important;
	float: left;
	font-size: 10px;
	display: inline;
	background: url(../images/menuLine.gif) left 50% no-repeat;
}
.menu p.first {
	background: none !important;
	padding-left: 0px;
}
.menu p a {
	float: left;
	font-size: 10px;
	padding: 6px 11px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
*html .menu p a {
	padding-top: 5px;
}
.menu p a:hover {
	color: #ff9900;
	text-decoration: none;
}
.menu p a.active {
	background: url(../images/menuArrow.gif) bottom center no-repeat;
}

/* --------- page ------------- */
.page {
	width: 750px;
	height: 372px;
	padding: 0px;
	overflow: hidden;
	background-color: #dcdcdc;
}
.wrapper {
	padding: 10px 20px;
}
.wrapper2 {
	padding: 10px 10px 10px 20px;
	background: url(../images/bgWrapper.jpg) top right no-repeat;
}
.content {
	padding: 10px 0px;
}

.mainSide {
	width: 560px;
	padding: 0px;
	overflow: hidden;
	float: left;
	display: block;
}
.sidebar {
	width: 140px;
	padding: 0px;
	float: right;
	display: block;
	font-size: 10px;
}
.sidebar h2 {
	margin: 0px 0px 3px 0px !important;
	padding: 0px 10px 2px 0px !important;
	font-size: 1.0em;
	color: #3b392f;
	text-align: right;
	background: url(../images/downArrow.gif) right 50% no-repeat;
}
#menuCell {
}
ul.nav {
	margin: 2px 0px 10px 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.nav li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
}
ul.nav li a {
	font-size: 10px;
	display: block;
	padding: 2px 5px 2px 5px;
	color: #3b392f;
	text-decoration: none;
	background-color: #ccc;
}
ul.nav li a:hover {
	color: #3b392f;
	text-decoration: none;
	background-color: #e2e2e2;
}
*html ul.nav li {
	height: 16px;
}
*html ul.nav li a {
	width: 100%;
}

#scrollContent {
	/* Typical fixed height and fixed width example */
	width: 710px;
	height: 140px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
*html #scrollContent {
	padding-right: 10px;
	width: 715px;
}
.mainSide #scrollContent {
	width: 550px;
	height: 287px;
}
*html .mainSide #scrollContent {
	width: 555px;
}

.sidebar #scrollContent {
	padding-right: 2px;
	width: 140px;
	height: 340px;
}
*html .sidebar #scrollContent {
	width: 140px;
}

.content p {
	margin: 8px 0px !important;
	padding: 0px !important;
}
h2.title {
	font-size: 1.0em;
	margin: 0px 0px 10px 0px !important;
	text-align: center;
	padding: 0px 0px 10px 0px !important;
	color: #3b392f;
	border-bottom: 1px solid #e8e8e8;
}
h2.subtitle {
	font-size: 1.0em;
	margin: 20px 0px 10px 0px !important;
	padding: 0px 0px 2px 13px !important;
	color: #3b392f;
	background: url(../images/downArrow.gif) left 50% no-repeat;
}
.content h3 {
	font-size: 1.0em;
	margin: 16px 0px 0px 0px !important;
	padding: 0px !important;
}
.content p strong {
	font-size: 10px;
}
p.overview {
	padding-left: 16px !important;
}

.flowNav {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
}
.flowNav h1 {
	font-size: 1.4em;
	color: #796c35;
	margin: 0px 0px 2px 0px !important;
	padding: 0px !important;
}
.flowNav p {
	font-size: 10px;
	margin: 0px 0px 3px 0px !important;
	padding: 0px !important;
}
.flowNav p a {
	font-size: 10px;
	color: #888;
	text-decoration: none;
}
.flowNav p a:hover {
	color: #3b392f;
	text-decoration: none;
}

.pageNav {
	text-align: center;
	margin-top: 5px;
	padding: 5px;
	border-top: 1px solid #eee;
}
.pageNav p {
	display: inline;
	margin: 0px !important;
	padding: 0px !important;
	color: #999;
}
*html .pageNav p {
	padding: 0px 2px !important;
}
.pageNav p a{
	padding: 0px 3px;
	text-decoration: none;
}
.pageNav p a:hover{
	text-decoration: none;
}

table.confirmTable {
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
}
table.confirmTable th {
	text-align: left;
	color: #3b392f;
	padding: 4px;
	background-color: #d0d0d0;
	border-bottom: 4px solid #dbdbdb;
}
table.confirmTable td {
	padding: 0px 0px 3px 5px;
}

.newsItem {
	clear: both;
	margin-bottom: 10px;
}
.newsDate {
	color: #999;
	font-size: 9px;
}
.newsTitle {
	font-size: 10px;
	font-weight: bold;
}
.newsTitle a, .newsTitle a:hover {
	text-decoration: none;
}
.newsDesc {
}
.newsDesc img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	border: 1px solid #fff;
}
.newsDesc a.linkMore {
	padding-left: 11px;
	background: url(../images/arrow.gif) no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
}
.newsDesc a.linkMore:hover {
	text-decoration: none;
}

ul.list {
	margin: 10px !important;
	padding: 0px 0px 10px 0px !important;
	list-style: none;
}
ul.list li {
	padding: 6px 10px 6px 20px;
	background: url(../images/pdf.gif) no-repeat;
	background-position: 0px 4px;
}
*html ul.list li {
	width: 100%;
}
ul.list li a, ul.list li a:hover {
	text-decoration: none;
}

ul.productList {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.productList li {
	float: left;
	width: 180px;
	margin-bottom: 8px;
	padding: 0px;
	overflow: hidden;
}
*html ul.productList li {
	width: 178px;
}
ul.productList li a {
	float: left;
	width: 162px;
	height: 128px;
	padding: 4px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
}
*html ul.productList li a {
	width: 170px;
	height: 138px;
	display: block;
}
ul.productList li a:hover {
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #a0a09c;
}
.productImg {
	width: 160px;
	height: 110px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	display: block;
}
.productName {
	display: block;
	padding-top: 5px;
	font-size: 9px;
	font-weight: bold;
}

.productReview {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}
.reviewImg {
	float: left;
	width: 280px;
	padding-right: 20px;
}
.reviewSpec {
	float: right;
	width: 240px;
}
*html .reviewSpec {
	width: 210px;
}

.reviewSpec dl {
	margin: 10px 0px !important;
	padding: 0px !important;
	overflow: hidden;
}
*html .reviewSpec dl {
	padding-bottom: 20px !important;
}
.reviewSpec dt {
clear: both;
margin: 0px !important;
float: left;
width: 100px;
padding: 3px 0px;
}
.reviewSpec dd {
float: right;
width: 110px;
padding: 3px 0px;
text-align: left;
margin: 0px !important;
}
a.linkBtn {
	float: left;
	font-size: 10px;
	padding: 3px 6px;
	color: #796c35;
	border: 1px solid #ccc;
	cursor: pointer;
	text-decoration: none;
	background-color: #eee;
}
a.linkBtn:hover {
	border: 1px solid #888;
	text-decoration: none;
}

/* ------------------- promo ------------------ */
.promo {
	height: 200px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgPromo.gif) top right no-repeat;
}
.promoBox {
	width: 710px;
}
.promoImage {
	float: left;
	width: 560px;
	height: 200px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
.promoReview {
	width: 150px;
	float: right;
	margin-top: 70px;
}
.padWarper {

}
.padWarper h2 {
	font-size: 13px !important;
	font-family: Verdana !important;
	margin: 0px !important;
	padding: 0px !important;
	color: #796c36;
	line-height: 100%;
}
.padWarper p {
	margin: 8px 0px !important;
	padding: 0px !important;
	font-size: 10px;
	color: #3b392f;
	line-height: 110%;
}
.padWarper p.price {
	font-weight: bold;
	font-size: 11px;
	color: #3b392f;
}
.padWarper p.btn {
	margin-top: 15px !important;
}
.padWarper p.btn a {
	margin-right: 8px;
	padding: 1px 0px;
	font-size: 10px;
	color: #8d866a;
	text-decoration: none;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.padWarper p.btn a:hover {
	color: #3b392f;
	text-decoration: none;
}

.shopping {
	padding: 3px;
	background-color: #eee;
	margin-bottom: 10px;
}
*html .shopping {
	height: 20px;
	overflow: visible;
}
.shopping h2 {
	margin: 0px 0px 4px 0px !important;
	padding: 3px 14px 3px 0px !important;
	font-size: 10px;
	color: #fff;
	text-align: right;
	background: url(../images/downArrow.gif) no-repeat #504e44;
	background-position: 98% 50%;
}
.shoppingItem {
}
.shoppingItem span a {
	display: block;
	font-size: 10px;
	padding: 2px 5px;
	text-decoration: none;
	margin-bottom: 1px;
}
.shoppingItem span a:hover {
	background-color: #e2e2e2;
	text-decoration: underline;
}
a.buttonLink{
	float: left;
	display: block;
	margin: 3px 0px;
	padding: 2px 4px;
	background: #eee;
	color: #796c35;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #ccc;
	text-decoration: none;
}
a.buttonLink:hover{
	background: #796c35;
	border: 1px solid #e2e2e2;
	color: #fff;
	text-decoration: none;
}

/* --------- footer ------------- */
.footer{
	height: 26px;
	padding: 2px 20px;
	overflow: hidden;
	color: #9d9d99;
	font-size: 10px;
	text-align: center;
	background-color: #3b392f;
	border-top: 1px solid #fff;
}
*html .footer {
	height: 30px;
}
.footer strong {
	font-weight: lighter;
	color: #fff;
}
.footer span {
	color: #8d866a;
}
.footer a {
	color: #8d866a;
	text-decoration: none;
}
.footer a:hover {
	color: #8d866a;
	text-decoration: underline;
}


/* ------------- update Oct 31, 2008 ------------------------ */
.cs {
	width: 149px;
	height: 54px;
	float: right;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.csCell {
	padding: 0px 10px;
}
.csCell h2 {
	font-size: 11px;
	margin: 0px !important;
	padding: 0px !important;
	color: #91834e;
}
.csCell p {
	margin: 4px 0px !important;
	padding: 0px !important;
	color: #fff;
	font-size: 10px;
}
.csCell img {
	float: left;
	margin-right: 10px;
}

/* ------------- updateNov 03, 2008 ------------------------ */
.footer .menu {
	padding: 0px;
	height: 12px;
	text-align: center;
}
.footer .menu p {
	float: none;
}
.footer .menu p a {
	float: none;
	font-size: 10px;
	padding: 0px 11px;
	color: #8d866a;
	text-decoration: none;
	white-space: nowrap;
}
.footer .menu p a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .menu p a.active {
	background: none;
}