@CHARSET "ISO-8859-1";
/**** RESET ****/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, 
blockquote, a, em, font, img, 
b, u, i, ol, ul, li, form, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** jScrollPane STUFF ****/			
.dot .jScrollPaneDrag {
	background: url(../images/dot_middle.gif) repeat-y;
}

.dot .jScrollPaneDragTop {
	background: url(../images/dot_top.gif) no-repeat;
	height: 3px;
}

.dot .jScrollPaneDragBottom {
	background: url(../images/dot_bottom.gif) no-repeat;
	height: 3px;
}


/**** jScrollPane Styles ****/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #eaeaea;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/**** GENERAL TAGS ****/
a, a:visited, a:active, a:hover {
	color: grey;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: black;
}

h1 {
	font-size: 1.5em;
	line-height: 3em;
}

h2 {
	font-size: 1.2em;
	line-height: 3em;
}

h3 {
	font-size: 1.05em;
	line-height: 3em;
}

h4 {
	line-height: 3em;
}

h5 {
	line-height: 3em;
}

p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

hr {
	color: lightgrey;
	height: 0;
}

/**** NAMED DIVS - mostly stuff appearing at every page, like menu ****/
#wrapper {
	font-family: arial, sans-serif;
	font-size: 0.7em;
	color: grey;
	width: 1024px;
	height: 600px;
	margin: auto auto;
	background: url('http://chooba.de/images/home.jpg');
	--border: 1px solid black;
	position: relative;
}

#topBar {
	font-size: 1em;
	float: right;
	height: 70px;
	width: 679px;
	background-color: white;
}

#topBar li {
	display: inline;
	margin-left: 20px;
}

#categories {
	position: absolute;
	top: 30px;
	width: 550px;
	margin-left: 40px;
}

#categories a:hover {
	color: black;
	padding-bottom: 2px;
}

#account {
	position: absolute;
	top: 30px;
	right: 0;
	width: 170px;
}

#account li {
	background-color: lightgrey;
}

#account a {	
	margin-left: 15px;
}

/* TODO disabled for partial release */
#menu {
	width: 52px;
	height: 230px;
	margin-left: 32px;
	background-color: #3e6530;
	color: white;
	font-size: 0.85em;
	line-height: 2em;
}

#menu img {
	margin-top: 10px;
	position: relative;
	left: -9px;
}

#menu ul {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}

#menu a, #menu a:visited, #menu a:active, #menu a:hover {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: black;
}

#content {
	width: 679px;
	height: 530px;
	float: right;
	background-color: white;
	position: relative;
}

#bottomBar {
	width: 1024px;
	height: 30px;
	margin: auto auto;
	position: fixed;
	bottom: 0;
	background: white;
}

#bottomBar li {
	display: inline;
}

#bottomLinks {
	margin-top: 10px;
	position: absolute;
	right: 0;
}

/**** OTHER NAMED DIVS ****/
#language {
	background-color: white;
	/*border-bottom: 1px solid grey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;*/
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 22px;
}

#language span {
	font-size: 1.2em;
	position: absolute;
	top: 4px;
	left: 10px;
}

#languageSelection {
	background-color: white;
	position: absolute;
	top: 22px;
	right: 0;
	height: 50px;
	width: 140px;
}

#languageSelection ul {
	position: absolute;
	left: 20px;
}
	
#languageSelection li {
	--list-style-image: url('http://chooba.de/images/dot.png');
	line-height: 1.8em;
}

#homeButtonBlack {
	position: absolute;
	top: 300px;
	left: 320px;
}

#homeButtonTapioka {
	position: absolute;
	top: 400px;
	left: 120px;
}

#homeButtonFruit {
	position: absolute;
	top: 350px;
	left: 650px;
}

#homeButtonGreen {
	position: absolute;
	top: 400px;
	left: 930px;
}

/* LANGUAGE DEPENDENT */
#infoBlack {
	background: url('http://chooba.de/images/info_black_bg.png') no-repeat;
	width: 250px;
	height: 350px;
	position: absolute;
	top: 170px;
	left: 30px;
	padding: 20px 20px;
}

/* LANGUAGE DEPENDENT */
#infoTapioka {
	background: url('http://chooba.de/images/info_tapioka_bg.png') no-repeat;
	width: 250px;
	height: 360px;
	position: absolute;
	top: 100px;
	left: 200px;
	padding: 20px 20px;
}
/* LANGUAGE DEPENDENT */
#infoFruit {
	background: url('http://chooba.de/images/info_fruit_bg.png') no-repeat;
	width: 250px;
	height: 350px;
	position: absolute;
	top: 100px;
	left: 350px;
	padding: 20px 20px;
}
/* LANGUAGE DEPENDENT */
#infoGreen {
	background: url('http://chooba.de/images/info_green_bg.png') no-repeat;
	width: 250px;
	height: 350px;
	position: absolute;
	top: 100px;
	left: 625px;
	padding: 20px 20px;
}

#naturalLogo {
	position: absolute;
	left: -30px;
	bottom: 0;
}

#naturalLogoAbout {
	position: absolute;
	right: 0;
	top: 5px;
}

#specialOffer {
	position: absolute;
	right: -100px;
	top: 80px;
}

#contentLogin {
	background: url('http://chooba.de/images/login_form.png') no-repeat;
	width: 450px;
	height: 250px;
	position: absolute;
	top: 150px;
	left: 262px;
}

#loginForm {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 250px;
}

#loginInstructions {
	margin-left: 60px;
}

#innerContent {
	margin-left: 70px;
	margin-top: 20px;
}

#innerContent td {
	padding: 5px 5px;
}

#innerContent pre {
	font-family: arial, sans-serif;
}

#innerContent p {
	max-width: 400px;
}

#buyNow, #buyNowWarning {
	float: right;
}

#viewCartButton {
	float: right;
	margin-top: 10px;
}

#shopTable {
	position: absolute;
	width: 679px;
	height: 95%;
}

#shopTable li {
	list-style-image: url('http://chooba.de/images/dot.png');
}

#contactUsForm {
	position: absolute;
	top: 30px;
	left: 300px;
}

#howToFindUs {
	height: 530px;
	padding-left: 20px;
}

#howToFindUs ul {
	margin-bottom: 20px;
}

#howToFindUsText{
	width: 500px;
}

#howToFindUs li {
	list-style: decimal;
	line-height: 1.2em;
}

#sidebar {
	position: absolute;
	right: 5px;
	top: 10px;
}

#newsTable {
	border: 0px solid grey;
	width: 500px;
}

td.date {
	float: right;
}

/**** CLASSES ****/
td {
	vertical-align: middle;
	--border: 1px solid red;
}

table.productDetails td {
	padding: 5px;
}

table.productDetails {
	border: 1px solid lightgrey;
}

tr.bold td {
	font-weight: bold;
}

div.infoText {
	width: 200px;
	height: 150px;
	margin-left: 20px;
	position: absolute;
	top: 200px;
}
/* LANGUAGE DEPENDENT */
div.infoTapioka {
	top: 220px;
}

div.infoBlack {
	top: 185px;
}

.infoText p {
	line-height: 1.8em;
}

div.news li {
	list-style-image: url('http://chooba.de/images/dot.png');
	line-height: 1.3em;
	list-style-position: outside;
} 

div.bulletList li {
	list-style: decimal;
	list-style-position: outside;
	line-height: 1.3em;
}

div.bulletList ul {
	margin-bottom: 20px;
}

.shopItem {
	width: 679px;
	margin-bottom: 50px;
	height: 350px;
}

.shopItemImage {
	margin: 0 0;
	padding: 0 30px;
	width: 200px;
}

.shopItemDesc {
	line-height: 1.4em;
	width: 340px;
}

.button {
	font-size: 0.8em;
	background: lightgrey;
}

a.addToCartButton {
	float: right;
}

.details {
	font-size: 1em;
}

.imageButton {
	cursor: pointer;
}

/**** PRETTY BUTTONS ****/
.buttonContainer {
    overflow: hidden;
    width: 100%;
}

a.prettyButton {
    background: transparent url('http://chooba.de/images/button_right.png') no-repeat scroll top right;
    color: black;
    display: block;
    float: right;
    font-weight: normal;
    height: 20px;
    padding-right: 9px;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
}

a.prettyButton span {
    background: transparent url('http://chooba.de/images/button_left.png') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 6px 10px;
}

a.prettyButton:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.prettyButton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}

a.floatLeft {
	float: left;
	margin-left: 0;
	margin-right: 100px;
}

div.thumbnail {
	display: inline;
}

div.decisionBox {
	width: 300px;
	margin-top: 30px;
}

span.fakeLink {
	font-weight: bold;
	cursor: pointer;
}

img.newsImage {
	width: 300px;
}

.invisible {
	display: none;
}

.visible {
	display: inline;
}