/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
    background: white url('http://www.fossilien-gapp.at/themes/gapp/images/bg_amethyst_hell.jpg');
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0 0 10px 0;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}
ul {
    list-style: disc;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    border: 2px solid black;
    background: white url('http://www.fossilien-gapp.at/themes/gapp/images/gapp_header_900x203.jpg') left top no-repeat;
}
#outer-wrapper2 {
    background: url('http://www.fossilien-gapp.at/themes/gapp/images/gapp_ammonit_unten_197x154.jpg') left bottom no-repeat;
}
#header {
    position: relative;
    height: 151px;

}
#inner-wrapper {
    clear: both;
    width: 896px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
        margin-top: -20px;
    }
#middleCol .inner {
    padding: 6px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 534px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 714px;
}
#layout-rightCol #middleCol {
    width: 714px;
}
#layout-noCols #middleCol {
    width: 887px;
}
#leftCol {
    float: left;
    width: 180px;
        margin-top: -13px;
        margin-bottom: 70px;
}
#leftCol .inner {
    padding: 5px;
    /*padding-top: 0.8em;*/

}
#rightCol {
    float: right;
    width: 180px;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 0.7em 5px 0 5px;
    border: 1px solid #BBBBBB;
}


/*
=========================Header===============================*/
#header {
/*    border: 2px solid #d7d7d7;*/
}
#header .wrap {
    position: relative;
    margin: 0 20px;
}
#header h1 {
    display: none;
}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {
/*    border: 2px solid #d7d7d7;
    border-top: none;*/
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs, #address {
    background: #d7d7d7;
    border: 2px solid #d7d7d7;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner,
#address .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    width: 490px;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #BBBBBB;
    color: #666666;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: outside;
/*    list-style-image: url('http://www.fossilien-gapp.at/themes/gapp/images/lampe.gif');*/
}
#content li {
}
/*
#content a {
    color: #66A326;
}
*/
#content img {
    border: 1px solid black;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: arial, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/


/*
=========================Footer===============================*/
#footer .wrap {
    position: relative;
    margin: 0;
    padding: 10px 0 5px;
    text-align: center;
   /* border: 2px solid #d7d7d7;*/
    border: none;
    border-top: 0;
}
#footer p {
    margin-bottom: 0.1em;
    font-size: 0.8em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #a3b2b7;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}
/*
=======CUSTOM==============
*/
img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}

.bigpic a:hover,
.bigText a:hover {
    color:black;
    text-decoration:none;
  }
.bigpic a,
.bigText a {
    color:black;
    text-decoration:none;
  }


.bigpic a span {
    display:none;
  }


.bigpic a:hover span {
    width: 300px;
    margin-top: -150px;
    padding: 10px;
    color:black;
    background: white;
    border:1px solid black;
    position: absolute;
    display: block;
    z-index: 10;
  }


.bigpic a span image {
    margin: 10px auto;
  }

div.bigText {
    display: block;
}

.bigText span{
    display: block;
    margin-left: 160px;
    min-height: 120px;
}
/********** custom css **********/
.highlight {
/*    background-color: #ffffcc;*/
}
table.preisliste {
    border: 0;
    width: 250px;
    margin: 10px auto;
}
table.preisliste td, table.preisliste.th {
    padding: 0;
}
td.preis, th.preis {
    background-color: #e4e4e4;
    text-align: right;
}
#sgl #middleCol img  img {
    border:  solid 1px black;
}

#sgl img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

#sgl img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

#sgl img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

#sgl img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}

ul.highlight, .highlight ul {
    margin-left: 10px;
    padding-left: 5px;
}
ul.highlight li, .highlight ul li {
    list-style-image: url('http://www.fossilien-gapp.at/themes/gapp/images/roehre_9x20.gif');
    margin-top: 5px;
}

ul.productList {
    list-style-type: none;
}

ul.productList img {
    padding: 0;
    margin: 5px 0;
}

ul.productList span {
    padding: 0;
    margin: 5px 0;
    color: #333333;
    font-weight: bold;
    font-size: 1.1em;


}

.noTitle {
display: none;
}

#headwrap {
    float: right;
    width: 160px;
    height: 125px;
}

.highlight {
    border: 1px dashed black;
    padding: 2px;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header,
.options-block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #BBBBBB;
    color: #333333;
    font-weight: bold;
}
.block .header h2,
.options-block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .headerProdukte h2{
    font-size: 1.2em;
    font-family: arial;
}

.block .content,
.options-block .content {
    padding: 0.4em;
    padding-bottom: 0;
    font-size: 0.9em;
}

#rightCol .inner {
/*    background: black url('http://www.fossilien-gapp.at/themes/gapp/images/bg_leder_black_2.jpg') ;*/
}

#leftCol .inner .content ul {
    list-style: none;
}

/*
========================Gallery Manager=======================*/

/*
-- galleryAdd.html--------------------------------------------*/
#upload p label{
    width: 120px;
}
#upload select {
    width: 250px;
}
/*
#galleryContent {
    float: left;
    width: 100%;
}
*/
.galleryPicture {
    padding: 5px;
    float: left;
    width: 150px;
    height: 170px;
}
.galleryPicture p {
    text-align: left;
}

.galleryPicture  a img {
    border: 1px solid black;
}

.galleryPicture  a img ,noBorder{
    border: 0;
}

#galleryClear {
    clear: left;
}
#nav{
    font-size: 1.2em;
}
#nav ul,
#nav ul li.current ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #666666 url('http://www.fossilien-gapp.at/themes/gapp/images/backgrounds/bg_amethyst_klein_sw.jpg') top;
}

#nav ul li{
    margin: 0 0 1px 0;
    border-top: 1px solid #d7d7d7;
}

#nav a{
    display: block;
    padding: 5px 10px;
    width: 158px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
}

#nav ul li.current ul a{
    display: block;
    padding: 5px 5px 5px 25px;
    width: 148px;
    font-weight: normal;
}

#nav ul li a:hover, #nav ul li.current>a,
#nav ul li.current li a:hover, #nav ul li.current li.current>a

{
    color: white;
    background: #a3b2b7 url('http://www.fossilien-gapp.at/themes/gapp/images/backgrounds/bg_amethyst_klein.jpg') top;
}

#nav ul li a, #nav ul li.current ul li a

{
    color: white;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
    margin-top: 5px;
    float: left;
	font: 10px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #111111; //#d7d7d7;
	z-index: 102;
	color:#ffffff;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
*/
}

#TB_caption{
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	padding:6px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#options {
    float: right;
    width: 188px;
}

.options-block {
    margin: 10px 0 10px 8px;
}

#articlePreview h2 {
    margin: 0;
    padding: 0;
}

#articlePreview hr {
    margin: 5px;
}
#articlePreview .previewText {
    display: block;
    margin: 5px 0 5px 0;
    height: 110px;
}

#articlePreview .previewText .text {
    display: block;
    margin-left: 157px;
}

#articlePreview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#articlePreview li, #articlePreview li.banner {
    margin: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #BBBBBB;
}

#articlePreview li {
    min-height: 110px;
}

#articlePreview li.banner {
    min-height: 60px;
    margin: 0 auto;
}

#articlePreview ul img {
    position: absolute;
    clear: left;
}

#articlePreview li.banner img{
    position: relative;
}

#productPicList img {
    border: 1px solid #d7d7d7;
}

#productPicDetail img {
    border: 1px solid #d7d7d7;
}

#productDesc {
    width: 545px;
    background: black url('http://www.fossilien-gapp.at/themes/gapp/images/bg_leder_black_2.jpg') ;
    border: 1px solid #d7d7d7;
    margin: 5px 0;
        max-height: 249px;
        overflow: auto;

}
#productDesc p {
    margin: 5px;
}

