/* vim:set ts=4 sw=4 nowrap expandtab: */

/* **** Main elements *******************************************************/
body {
    font-family: Georgia, "Times New Roman", serif;
    color: #000000;
    background-color: #b38667;
    background-image: url(/static/images/design/img_combined_vert_v1.png);
    background-position: 0px -2000px;
    background-repeat: repeat-x; 
    margin:0;
    padding:0;
}

h1 {
    margin-top: 0em;
    font-size: 32px;
    font-weight: bold;
    color: #542200;
}

h2 {
    margin-top: 1em;
    font-size: 26px;
    font-weight: bold;
    color: #542200;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 22px;
    font-weight: bold;
}

a {
    color: #542200;
    font-weight: bold;
/*    text-decoration: none;*/
}

a.fancybutton {
    -moz-background-inline-policy:continuous;
    -moz-border-radius:3px 3px 3px 3px;
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
    background:url("/static/images/design/tabsbg4.gif") repeat-x scroll -2px -2px #FCFCFC;
    border-style:solid;
    border-width:1px;
    cursor:pointer;
    display:inline-block;
    font-size:1.2em;
    font-weight:bold;
    line-height:1;
    margin:0.3em 0;
    outline:0 none;
    overflow:hidden;
    padding:8px 12px 7px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
    white-space:nowrap;
    background-color: #F0CEB7;
    border-color: #000000;
    color:#000050;
    text-shadow:0 -1px #FAEFE8;
}

a.fancybutton:hover, a.fancybutton:focus {
    color: #ffffff;
    background-position: -5px -104px;
}

a.fancybutton:active {
    position:relative;
    top:1px;
}

#shell {
    left: 50%;
    position: absolute;
    width: 61em;
    margin-left: -30em;
    box-shadow: -8px 0px 8px rgba(0, 0, 0, 0.31);
}

#main {
    float: left;
    width: 59em;

    box-shadow: 8px 0px 8px rgba(0, 0, 0, 0.30);
}

#logo {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 191px;
    background: #542200;
}

#menu {
    float:left;
    line-height:normal;
    width: 59em;
    height: 2.8em;
    vertical-align: middle;
    background: #e3ddd1;
}

#topshadow {
    height:5px;
    background: #e3ddd1;
    background-image: url(/static/images/design/img_combined_v2.png);
    background-position: 0px -183px;
    background-repeat: repeat-x;
}

#page {
    background: #e3ddd1;
    padding-top: 15px;
    padding-bottom: 1em;
    height:76%;
}

#fb_button {
    background: #e3ddd1;
    padding: 0em 0 1.3em 0;
    text-align:center;
}

#fb_like {
    padding: 0.25em;
    cursor: pointer;
}

#footer {
    height: 1em;
    background: url(/static/images/design/img_combined_v2.png) repeat-x 0px -138px;
    border-bottom: 1px solid #542200;
    text-align: center;
    color: white;
    font-size: 1.0em;
    font-weight: normal;
    padding: 0.3em;
    margin: 0;
}

#footer a {
    text-decoration: none;
    font-weight: normal;
    color: white;
}

.content {
    margin: 0 0 0 10px;
    min-height: 30em;
}

#langselector {
    position: absolute;
    right: 25px;
    top: 240px;
}

#langselector div {
    float: left;
}
#langselector a {
    display:block;
    width: 24px;
    height: 15px;
    margin-right: 5px;
    background-image: url(/static/images/design/img_combined_v2.png);
    background-repeat: no-repeat;
}

#langselector .de {
    background-position: -0px -120px;
}

#langselector .en {
    background-position: -26px -120px;
}

#langselector img {
    border: 0;
}

/* **** Tabs menu ***********************************************************/

#toc {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

#toc li {
    background: transparent url(/static/images/design/tabsbg4.gif) no-repeat scroll 0 0;
    float: left;
    margin: 3px 0px 0px 2px;
    padding-left: 15px;
}

#toc a {
    background: transparent url(/static/images/design/tabsbg4.gif) 100% 0;
    color: #000050;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    padding:4px 15px 0px 3px;
    margin: 0 -3px 0 0;
    font-weight: bold;
    font-size: 1.2em;
}

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

#toc .current {
    background-position: 0 -100px;
}

#toc .current a {
    background-position: 100% -100px;
    color: #ffffff;
    border-bottom: none;
}

/* **** Sub menu ************************************************************/
#submenu {
    clear: left;
    background: #773d17;
    background: url(/static/images/design/img_combined_v2.png) repeat-x 0px -138px;
    border-bottom: 1px solid #542200;
}

#subtoc {
    height: 1.1em;
    list-style: none;
    margin: 0px;
    padding: 0.2em;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    width: 90%;
    padding-bottom: 4px;
}

#subtoc li {
    float: left;
    height: 1.2em;
    line-height: 1.2em;
    padding-left: 1.5em;
}

#subtoc .subtitle {
    color: #ddddde;
    font-weight: normal;
    margin-left: 1em;
}

#subtoc a {
    color: #ddddde;
    text-decoration: none;
}

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

#subtoc a.selected {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
}

/* **** Pipe teaser list***********************************************************/

#pipeoverview {
}

#pipeoverview a {
    text-decoration: none;
}
#pipeoverview h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #542200;
    margin-left: 0.5em;
}

#pipeoverview #pipetable {
    min-height: 24em;
    width: 56em;
    margin:    0 0 0 0.5em;
    padding: 1em 0 0 0.5em;
    border-top: 4px solid #542200;
    border-bottom: 4px solid #542200;
}

#pipeoverview #pipe #teaser img  {
    border: 1px solid #818181;
}

#pipeoverview .pipe {
    margin: 0 0 0;
    width: 28em;
}

#pipeoverview .teaser {
    float:left;
    width: 12em;
    height: 7em;
    position: relative;
}

#pipeoverview .description {
    float:left;
    width: 14em;
    height: 7em;
    font-size: 1.1em;
}

#pipeoverview .name {
    margin-right: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #542200;
}

#pipeoverview .descr {
    text-decoration: none;
    font-weight: normal;
    color: black;
}

#pipeoverview .descr_more {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    color: #542200;
}

#sold_pipes {
    margin: 0 0 1.5em 1.5em;
}

#sold_pipes .pipe_sold {
    margin: 0;
    width: 14em;
}

.tinylink {
    font-size: 0.9em;
    font-weight: normal;
}

.rotated_overlay {
    position: relative;
    top: 50px;
    left: 72px;
    display: inline-block;
    padding: 0 40px 0 40px;
    background: #ca0000;
    color: white;
    font-size: 1.0em;
    border: 1px solid #222222;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -o-transform: rotate(-45deg); /* Opera */
    -moz-transform: rotate(-45deg); /* Firefox */
    opacity:0.7;
    filter:alpha(opacity=70); /* IE8 and friends */
}

.reserved_overlay {
    position: absolute;
    width: 182px;
    height: 92px;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.link_overlay {
    position: absolute;
    width: 180px;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 3;
}

.teaser_link {
    display: inline-block;
    width: 180px;
    height: 90px;

    /* IE9 does not make the whole link (180x90) clickable, but only the parts
     * with actual content, e.g. text. However, setting a background color or
     * image does the job as well. 
     * Why can't they just simply play alone with everyone else? */
    background: url(/static/images/design/transparent.gif);
}


/* **** Notification Box ****************************************************/

#notifylink {
    float: left;
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    color: #542200;
}

#closenotifydialog {
    display: block;
    float:right;
    position:absolute;
    right:5px;
    width: 20px; 
    height: 20px;
    background-image: url(/static/images/design/img_combined_v2.png);
    background-repeat: no-repeat;
    background-position: -22px -98px;
}

#envelope {
    display: block;
    width: 21px;
    height: 14px;
    background-image: url(/static/images/design/img_combined_v2.png);
    background-repeat: no-repeat;
    background-position: -0px -98px;
}

#notifyerror {
    color: #BC1200;
}

.notifylink {
    cursor: pointer;
}

#notifydialog {
    position: absolute;
    top: 300px;
    left: 500px;
    width: 27em;
    height: 6.5em;
    z-index: 10;
    background: white; 
    border: 4px solid #542200;
    text-align: left;
    display:none;
    margin: 0.2em;
    padding: 0.2em;
    font-size: 1.1em;
}

/* **** Pipe teaser pagination ************************************************/
#pipeoverview .pipe_pagination {
    font-family: "Times New Roman", serif;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: #dddddd;
    font-weight: bold;
    width: 43em;
    height: 1.3em;
    font-size: 16pt;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.2em 0.5em;
}

.pagelabel {
    line-height: 1.2em;
    font-size: 1.2em;
}

.pagenr {
    padding: 0.1em 0 0 0;
    height: 1.0em;
}

#pipeoverview .pipe_pagination ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#pipeoverview .pipe_pagination ul li {
    display: inline;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
	text-decoration: none;	
}

#pipeoverview .pipe_pagination li a {
    display: inline-block;
    width: 1.2em;
    color: #542200;
    font-size: 1.4em;
}

#pipeoverview .pipe_pagination li span {
    display: inline-block;
    width: 1.2em;
    color: black;
    font-size: 1.4em;
}

#pipeoverview .pipe_pagination li a:hover {
    background: #542200;
    color: white;
}

#pipeoverview #customer_info {
    text-shadow: 2px 2px 2px #d5d5d5;
    font-size: 16pt;
    font-weight: 500;
    color: #542200;
    width: 42em;
    height: 2.7em;
    margin: 0 0 0 0em;
    padding: 0 0 0 1em;
}

#pipeoverview #customer_info .infobox {
    float: left;
    display: block;
    width: 55%;
    height: 3em;
}

#pipeoverview #customer_info ul {
    padding: 0 0 0 1em;
    margin: 0.1em 0 0 0;
    font-size: 14pt;
    list-style-image: url('/static/images/design/check.png');
}

#customer_info ul li:before {
}

#pipeoverview #no_pipes {
    margin: 1em 1em 0 1em;
    font-size: 1.2em;
}


/* **** Pipe small list *******************************************************/
#pipelist {
    margin: 0px;
    padding-left: 0px;
    padding-top: 0.4em;
    padding-right: 0.6em;
    float: left;
    height: 95%;
    width: 13%;
   	text-align: center;
}

#pipelist a {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 0;
	text-decoration: none;	
	font-size: 0.9em;
   	color: #542200;
    line-height: 0.8em;
}

#pipelist img {
    margin: 0;
    padding: 1px;
    border: 1px solid #818181;
}

/* **** Pipe details ********************************************************/
#pipedetails {
    float: left;
    display: inline;
    width: 50em;
    padding: 0 0 1em 0;
}

#pipedetails #prevnextpipe {
    float:left;
    display: inline;
    width: 47em;
    margin: 1em 0em 1em 0.6em;
    padding: 0 0.5em 3px 0.5em;
    border: 1px solid gray;
    background: #dddddd;
}

#pipedetails #prevnextpipe a {
    font-size: 1.0em;
    text-decoration: none;
}

#pipedetails #prevnextimg {
    float:left;
    display: inline;
    width: 47em;
    margin: 0em 0em -0.5em 1.5em;
    padding: 0 0.5em 3px 0.5em;
}

#pipedetails #prevnextimg a {
    font-size: 1.0em;
    text-decoration: none;
}

#pipedetails #details {
    float:left;
    display: inline;
    width: 29.5em;
    min-height: 14em;
    margin: 0em 1.0em 0.5em 0.6em;
    padding: 0.5em 0 2px 0;
    border: 1px solid gray;
    background: #dddddd;
}

#pipedetails #order {
    float:left;
    width: 17em;
    height: 3.5em;
    margin: 0.5em 0em 1em 0;
    padding: 0.5em 0 0 0.2em;
    border: 1px solid gray;
    background: #dddddd;
}

#pipedetails #order #price {
    float:left;
    width: 5em;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
    margin: 0 0.5em 0 0.5em;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 1.3em;
}

#pipedetails #order #not_available {
    font-weight: bold;
}

#pipedim {
    float:left;
    width: 17em;
    height: 9em;
    margin: 0em 0.5em 0.5em 0;
    padding: 0.5em 0 0 0.5em;
    border: 1px solid gray;
    background: #dddddd;
}

#pipedetails table{
    margin: 0 0 0 0.5em;
    border-width: 0px;
    border-spacing: 0px;
    border-style: solid;
    border-color: gray;
    border-collapse: collapse;
    background-color: white;
}

#pipedetails table td {
    padding: 2px;
    background-color: #dddddd;
    font-size: 1.1em;
}

#pipedetails .labelcontleft {
    white-space:nowrap;
    min-width:8.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#pipedetails .labelcontright {
    white-space:nowrap;
    min-width: 15.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#pipedetails .dlabel {
    float:left;
    font-weight: bold;
}
#pipedetails .dvalue {
    float:right;
}

#pipedetails .sold {
    font-weight: bold;
    color: #BC1200;
}

#pipedetails #pipename {
    color: #542200;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 10px 0.2em 10px;
    padding: 0 0 0.2em 0;
    border-bottom: 2px solid #542200;
}
#pipedetails #description {
    margin:  0.5em 10px 0.5em 10px;
    padding: 0.5em 0 0 0;
    border-top: 2px solid #542200;
    font-size: 1.1em;
}

/* **** Pipe Media ************************************************************/

#pipemedia {
    float: left;
    width: 780px;
    padding: 0em 0 0em 0.6em;
}

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

#pipemedia ul li {
    float: left;
    background: #dddddd;
    display: inline;
    border-color: gray;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    cursor: pointer;
    margin: 0 0.2em 0 0;
}

#pipemedia ul li span {
    display: block;
    background:none repeat scroll 0 0 #dddddd;
    position:relative;
    top: 0px;
    width: 3em;
    color: #542200;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1px 0.5em 1px 0.4em;
}

#pipemedia ul li .inactive {
    color: #aaaaaa;
    cursor: not-allowed;
}

#pipemedia ul li .selected {
    top:1px;
    padding-top: 0px;
    padding-bottom: 2px;
    color: black;
}

#pipeimages {
    background: #dddddd;
    border: 1px solid gray;
    float: left;
    width: 770px;
    padding: 0 0 1.5em 0;
    min-height: 450px;
    margin: 0 0 0 0.6em;
}

#pipevideos {
    display: none;
    float: left;
    width: 770px;
    min-height: 450px;
    background: #dddddd;
    border: 1px solid gray;
    margin: 0 0 0 0.6em;
    padding: 0 0 1.5em 0;
}

#pipevideos #youtube {
    margin: 1em 0 0 25px;
}

/* **** Image Preview *********************************************************/
#imgpreview {
    float: left;
    display: inline;
    width: 780px;
    padding: 0em 0 1em 0.6em;
}

#imgpreview img {
    padding: 1px;
    border: 1px solid #818181;
    margin: 2px; 
    vertical-align: middle;
}

#imgpreview img.selected {
    border-bottom: 6px solid #542200
}

/* **** Image Full View *******************************************************/
#imagecontainer {
    float: left;
    width: 750px;
    margin-top: 0.5em;
    padding-left: 0px;
}

#imagecontainer img {
    border: 1px solid #222222;
    box-shadow: 4px 4px 4px #999999;
}

.img-shadow {
    box-shadow: 4px 4px 4px #999999;
}

.img-border {
    border: 1px solid #222222;
}

.img-bevel {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666;
}

#imagecontainer .loading { 
    background: url(/static/images/design/loading.gif) no-repeat center center;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 0px;
}

/* **** Order page ************************************************************/

#pipeinfo {
    width: 20em;
    margin-left: 10px;
    margin-right: 20px;
}
#pipeinfo #pipename {
    width: 305px;
    font-size: 1.5em;
    text-align: center;
    border: 1px solid gray;
    background: #dddddd;
    padding: 0.2em 0 0.2em 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
#pipeinfo #pipename a {
    text-decoration: none;
    color: #542200;
    font-weight: bold;
}

#pipeinfo #orderimg {
    padding: 0;
    margin-left: 2px;
    margin-bottom: 10px;
}

#pipeinfo #price {
    width: 305px;
    font-size: 1.5em;
    text-align: center;
    padding: 0.2em 0 0.2em 0;
    border: 1px solid gray;
    background: #dddddd;
    margin-bottom: 10px;
}

#pipeinfo #details {
    width: 305px;
    border: 1px solid gray;
    background: #dddddd;
    padding: 0.2em 0 0.2em 0;
    margin-bottom: 10px;
}

#pipeinfo #details td.dlabel {
    width: 6em;
    text-align:left;
    font-weight: bold;
}

#pipeinfo #details td.dvalue {
    width: 100%;
    text-align:right;
    padding-right: 0.5em;
}

#pipeinfo #dimensions {
    width: 305px;
    border: 1px solid gray;
    background: #dddddd;
    padding: 0.2em 0 0.2em 0;
    text-align: center;
}

#orderform {
    float: left;
    width: 30em;
    font-size: 14pt;
}

#orderform .normal {
    border: 1px solid #818181;
    background-color: #ffffff;
    padding: 3px;
}

#orderform .disabled {
    border: 1px solid #818181;
    background-color: #dddddd;
    padding: 3px;
}

#orderform #info {
    padding-left: 15px;
}

#orderform #thanks {
    font-size: x-large;
}

#orderform #customer_email {
    font-weight: bold;
}

#orderform #warning {
    color: red;
    font-weight: bold;
}

/* **** Managed content of 'pages' ******************************************/

#managed_content {
    min-height:18em;
    overflow: auto;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;

    margin: 1em 1.5em 0em 1.5em;
    padding: 0em 0em 1em 1.5em;

    border-left: 6px solid #542200;

}

#managed_content img {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border: none;
}

#managed_content p {
    overflow: hidden;
}

/* **** News ****************************************************************/

#news {
    min-height:18em;
    overflow: auto;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    margin: 1em 1.5em 0em 1.5em;
    padding: 0em 0em 1em 1.5em;
    border-left: 6px solid #542200;
}

#newslist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#news .newsitem {
    background-image: url(/static/images/design/img_combined_v2.png);
    background-repeat: no-repeat;
    background-position: 0px -189px;
    margin-left: 0em;
    padding-left: 4em;
    width: 85%;
}

#news .title {
    padding: 0;
    margin: 0;
}

#news .date {
    margin: 0.5em 0 0 0;
    font-size: 0.85em;
    font-weight: bold;
}

#news .article {
    margin: 0.5em 0 1.5em 0;
    text-align: justify;
}

/* **** Misc  ****************************************************************/


div .videotabs {
    min-height: 22em;
}

div .videotabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div .videotabs li {
    float: left;
    background: #dddddd;
    display: inline;
    border-color: gray;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    cursor: pointer;
    margin: 0 0.2em 0 0;
}

.videotabs li span {
    display: block;
    background:none repeat scroll 0 0 #dddddd;
    position:relative;
    top: 0px;
    width: 3em;
    color: #542200;
    font-size: 0.9em;
    font-weight: bold;
    padding: 1px 0.5em 1px 0.4em;
}

div .videotabs ul li .selected {
    top: 1px;
    padding-top: 0px;
    padding-bottom: 2px;
    color: black;
}

div .videotabs div {
    display: none;
    float: left;
    width: 650px;
    background: #dddddd;
    border: 1px solid gray;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.5em 0.5em;
}

.x {
    text-align: center;
    background: black;
    color: white;
    font-size: 1.25em;
    font-weight: bold;
    color: #dddddd;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    text-shadow: 2px 2px 2px #777;
    cursor: pointer;
    padding: 0.125em 0 0.25em 0;
}

#obit_view {
    display: none;
    background: white;
    color: black;
    position: absolute;
    top: 19em;
    left: 9em;
    padding: 1.5em;
    border: 6px solid black;
    z-index: 1000;
}

.obit_text {
    width: 600px;
    font-size: 1.125em;
    text-align: justify;
}

