/* resets for browser style compatibility */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* end resets */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

 /*
    verdana font-family its not recommended for web
    the other families added are for similar rendering on different OS.
    http://www.xs4all.nl/~sbpoley/webmatters/verdana.html
    the used family explination source here http://dry.sailingissues.com/linux-equivalents-verdana-arial.html
*/
body{
    font-family:Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
    font-size:12px;
    background-color:#e0dcd4;
    margin:0 auto;
}
div#outer_container {
    overflow:hidden;
    margin:0 auto;
    width:972px;
}

div#outer_container_old_header {
    background-color:#fff;
    overflow:hidden;
    margin:0;
    width:872px;
}

div#header {
    overflow:hidden;
}
div#header h1{
    float:left;     
    display:block;
    width:377px;
    height:70px;
    text-indent:-5000px;
    background: url(images/phalosan_typo3/logo.jpg) 57px 15px no-repeat;
}

#nav-bar{
    height:30px;
    background: url(images/phalosan_typo3/navbar-ends.png) left no-repeat;
}
#nav-bar ul#nav{
    overflow:hidden;
    width:920px;
    margin-left:52px;
    background: url(images/phalosan_typo3/navbar-ends.png) right no-repeat;
}
#nav-bar li.top{   
    line-height:30px;
    float:left;
    height:30px;
    background: url(images/phalosan_typo3/navbar-li-bkg.png) repeat-x;
    padding:0 7.5px;
    color:#fff;
    cursor:pointer;
    border-left:1px solid #fff;
}
#nav-bar li.top a{  
   text-decoration: none;
   display:block;
   color:#ffffff;  
} 
#nav-bar li.last{
    border-right:1px solid #fff;
}
#nav-bar li.top:hover{
    background: url(images/phalosan_typo3/navbar-hover.png) repeat-x;
}

#nav-bar li ul{
    display:none;
    position:absolute;
    z-index:1000;
    background:#636363;
    border:1px solid #fff;
    padding:5px;
    margin-left:-8px;
}
#nav-bar li ul li{
    float:none;
    background:#636363;
     padding:0 10px;
}
#nav-bar li ul li a{
    line-height:20px;
    height:20px;
    line-height:20px;
    border:none;
    font-size:10px;
    display:block;
    color:#fff;
    text-decoration:none;
}
#nav-bar li ul li a:hover{
    background-color:#636363;
    background-image:none;
    color:#000;
}

.page2cont{
    font-size:11px;
    color:#000;
    line-height:16px;
}

.page2cont_old_header{
    background-color: #ffffff;
    color:#000;
}


/* all needed elements according to phallosan_screen_1024_elements and email specs2 */

.page2cont  a{
   color:#1f5ad2; 
   text-decoration:none;
}
.page2cont a:hover{
   color:#1f5ad2; 
}
.page2cont a:visited{
   color:#1f5ad2; 
}
.page2cont h1{
    font-size:22px;
    color:#473617;
    padding-top:20px;
    padding-bottom:10px;
    font-weight:normal;
    line-height:30px;
}

.page2cont h2{
   font-size:16px;
   color:#473617; 
   font-weight:normal;
   margin-top:15px;
}
.page2cont h3{
   font-size:14px;
   color:#473617; 
   font-weight:normal;
   margin-top:15px;
}
.page2cont h4{
   font-size:12px;
   color:#473617; 
   font-weight:normal;
   margin-top:15px;
}
.page2cont h5{
   font-size:11px;
   color:#473617; 
   font-weight:bold;
   margin-top:15px;
}

.page2cont table th{
   color:#473617; 
   font-size:12px;
   height:20px;
   vertical-align:middle;
}
.page2cont table td{
   font-size:11px;
   height:20px;
   vertical-align: middle;
   padding: 5px; 
}

td.main, td.tableHeading{
   font-size:11px;
   padding: 5px; 
}
td.main_right {
   font-size:11px;
   padding: 5px; 
   float: right;
   margin-left: 10px;
}
.adjust {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
.black {
	background-color: #2177CC;
	color: #000000;
}
.boxText {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.brown {
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #6C5220;
}
.checkoutBarCurrent {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.checkoutBarFrom, .checkoutBarTo {
	color: #8c8c8c;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.errorBox {
	font-weight: bold;
	background: #ffb3b5;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.extra {
	font-weight: bold;
	color: #6C5220;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.flaggen {
	background-image: url(../global/images/flaggen_bg.gif);
	color: #6C5220;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	text-align: right;
	color: #666666;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fragen {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.infoBox {
	background: #2177CC;
}
.infoBoxContents {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	background: #E0DCD4;
	padding: 3px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	background: #FFE6E6;
}
.infoLine2 {
    background-color: #ebd4c5;
    border-width: 0px;
    border-color: black;
    border-bottom-style: solid;
    border-top-style: solid;
    background-image: url(images/krot.gif);
    background-repeat: no-repeat;
    background-position: 3px;
}
.infoLine {
    background-color: #ebd4c5;
    border-width: 0px;
    border-color: black;
    border-bottom-style: solid;
    border-top-style: solid;
}
.infoLineRight {
    background-color: #ebd4c5;
    border-width: 0px;
    border-color: black;
    border-bottom-style: solid;
    border-top-style: solid;
    text-align: right;
}
#infoLineMoneyorder a, #infoLineMoneyorder{
	background: #eeeeee;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.inhalt {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inhaltlinks {
	background-image: url(../global/images/inhalt_links.gif);
	color: #FFFFFF;
}
.inhaltrechts {
	background-image: url(../global/images/inhalt_rechts.gif);
	color: #FFFFFF;
}
.inputRequirement {
	color: #ff0000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.introlinie {
	background-repeat: repeat-x;
	background-image: url(../global/images/intro_linie.gif);
}
.kopf {
	vertical-align: bottom;
	text-align: center;
	background-color: #EDE0CF;
	color: #738DB0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kopf_sel {
	vertical-align: bottom;
	text-align: center;
	background-color: #EDE0CF;
	color: #9DAFC8;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.messageBox {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.messageStackSuccess {
	background-color: #99ff00;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.moduleRowOver {
	cursor: auto;
	background-color: #D7E9F7;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.navimain {
	font-weight: bold;
	text-align: center;
	background-color: #D8E0E9;
	color: #D8E0E9;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navimain_sel {
	font-weight: bold;
	text-align: center;
	background-color: #D8E0E9;
	color: #CDA456;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navisub {
	background-color: #D8E0E9;
	color: #6C5220;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orderEdit {
	text-decoration: underline;
	color: #70d250;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.page2cont .pageHeadingHighlightedThawte {
    font-size:22px;
    color:#a52a2a;
    font-weight:bold;
}
.page2cont TD.pageHeadingThawte {
    font-size:22px;
    color:#473617;
    font-weight:normal;
    float: left;
    position: relative;
    top: -20px;
}
.productListing-heading {
	font-weight: bold;
	color: #FFFFFF;
	background: #2177CC;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.productsNotifications {
	background: #f2fff7;
}
.stockWarning {
	color: #cc0033;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
.sub {
	text-align: right;
	color: #6C5220;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titel {
	font-weight: bold;
	color: #6C5220;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.unten {
	background-color: #D8E0E9;
	color: #6C5220;
}
.valign {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #ffffff;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	background: #FFFF33;
	color: #0000FF;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
FORM {
	display: inline;
}
SPAN.checkoutBarHighlighted {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
SPAN.errorText {
	color: #ff0000;
	font-family: Verdana, Arial, sans-serif;
}
SPAN.greetUser {
	font-weight: bold;
	color: #f0a480;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
SPAN.markProductOutOfStock {
	font-weight: bold;
	color: #c76170;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
SPAN.newItemInCart {
	color: #ff0000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
SPAN.productSpecialPrice {
	color: #ff0000;
	font-family: Verdana, Arial, sans-serif;
}
TABLE.formArea {
	border-width: 2px;
	border-style: solid;
	border-color: #59473B;
	margin-bottom: 10px;
}
TABLE.formArea table td{
   font-size:11px;
   height:20px;
   vertical-align: middle;
   padding:5px;
}
TABLE.formArea table th{
   font-size:11px;
   height:20px;
   vertical-align: middle;
   padding:8px;
}
TABLE.productListing {
	border-spacing: 1px;
	border-color: #2177CC;
	border-style: solid;
	border: 1px;
}
TD.accountCategory {
	color: #838da1;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
}
TD.checkoutBar {
    padding-top: 20px;
	color: #838da1;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
div#thawte {
    position: relative;
    float: left;
    left: 75px; top: 300px;
}
div#thawte_old_layout {
    position: relative;
    left: 650px; top: 240px;
}
TD.continue {
    text-align: right;
}
TD.fieldKey {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
TD.fieldValue {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
TD.formAreaTitle {
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding-top: 10px;
}
TD.headerError {
                    line-height: 18px;
                    font-size: 14px;
                    font-weight: bold;
                    font-family: Verdana, Arial, sans-serif;
                    border: 1px solid #E36652;
                    padding: 10px 30px 10px 30px;
                    background-color:#EEEE5A;
                    width: 80%;
                    margin: 1.5em auto;
                    -moz-border-radius: 3px;
                    text-align: center;
}
TD.headerInfo {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #00ff00;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
TD.headerNavigation {
	font-weight: bold;
	color: #ffffff;
	background: #2177CC;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
TD.infoBox, SPAN.infoBox {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
TD.infoBoxHeading {
	color: #ffffff;
	background: #5B96D8;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
TD.main, P.main {
	line-height: 1.5;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
.mainInfo {
    line-height: 1.5;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;     
    position: relative;
    float: right;
    left: 5px; top: -40px;
}
.page2cont TD.pageHeading, DIV.pageHeading {
    font-size:22px;
    color:#473617;
    padding-bottom:10px;
    font-weight:normal;
    line-height:30px;
}
TD.pageHeading, DIV.pageHeading {
    font-size:22px;
    color:#473617;
    padding-bottom:10px;
    font-weight:normal;
    line-height:30px;
}
TD.productListing-data {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
TD.subBar {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}
TD.tableHeading {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
TEXTAREA {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	width: 100%;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: none;
}
TR.header {
	background: #ffffff;
}
TR.headerError {
	background: #ff0000;
}
TR.headerInfo {
	background: #00ff00;
}
TR.headerNavigation {
	background: #2177CC;
}
TR.subBar {
	background: #f4f7fd;
}
b {
	font-weight: bold;
}

td.flaggen a:active {
	text-decoration: none;
	color: #6C5220;
}
td.flaggen a:hover {
	text-decoration: none;
	color: #000000;
}
td.flaggen a:link {
	text-decoration: none;
	color: #6C5220;
}
td.flaggen a:visited {
	text-decoration: none;
	color: #6C5220;
}
td.footer a:active {
	text-decoration: none;
	color: #666666;
}
td.footer a:hover {
	text-decoration: none;
	color: #666666;
}
td.footer a:link {
	text-decoration: none;
	color: #666666;
}
td.footer a:visited {
	text-decoration: none;
	color: #666666;
}
td.fragen a:active {
	text-decoration: none;
	color: #6C5220;
}
td.fragen a:hover {
	text-decoration: underline;
	color: #6C5220;
}
td.fragen a:link {
	text-decoration: none;
	color: #666666;
}
td.fragen a:visited {
	text-decoration: none;
	color: #666666;
}
td.inhalt a:active {
	text-decoration: none;
	color: #6C5220;
}
td.inhalt a:hover {
	text-decoration: underline;
	color: #000000;
}
td.inhalt a:link {
	text-decoration: none;
	color: #6C5220;
}
td.inhalt a:visited {
	text-decoration: none;
	color: #6C5220;
}
td.kopf a:active {
	text-decoration: none;
	color: #738DB0;
}
td.kopf a:hover {
	text-decoration: underline;
	color: #6A4F1C;
}
td.kopf a:link {
	text-decoration: none;
	color: #738DB0;
}
td.kopf a:visited {
	text-decoration: none;
	color: #738DB0;
}
td.kopf_sel a:active {
	text-decoration: none;
	color: #9DAFC8;
}
td.kopf_sel a:hover {
	text-decoration: underline;
	color: #6A4F1C;
}
td.kopf_sel a:link {
	text-decoration: none;
	color: #9DAFC8;
}
td.kopf_sel a:visited {
	text-decoration: none;
	color: #9DAFC8;
}
td.navimain a:active {
	text-decoration: none;
	color: #6C5220;
}
td.navimain a:hover {
	text-decoration: underline;
	color: #000000;
}
td.navimain a:link {
	text-decoration: none;
	color: #6C5220;
}
td.navimain a:visited {
	text-decoration: none;
	color: #6C5220;
}
td.navimain_sel a:active {
	text-decoration: none;
	color: #CDA456;
}
td.navimain_sel a:hover {
	text-decoration: underline;
	color: #000000;
}
td.navimain_sel a:link {
	text-decoration: none;
	color: #CDA456;
}
td.navimain_sel a:visited {
	text-decoration: none;
	color: #CDA456;
}
td.navisub a:active {
	text-decoration: none;
	color: #6C5220;
}
td.navisub a:hover {
	text-decoration: underline;
	color: #000000;
}
td.navisub a:link {
	text-decoration: none;
	color: #6C5220;
}
td.navisub a:visited {
	text-decoration: none;
	color: #6C5220;
}
td.sub a:active {
	text-decoration: none;
	color: #6C5220;
}
td.sub a:hover {
	text-decoration: underline;
	color: #000000;
}
td.sub a:link {
	text-decoration: none;
	color: #6C5220;
}
td.sub a:visited {
	text-decoration: none;
	color: #6C5220;
}
a{
   text-decoration:none;
}
a:hover{
   text-decoration:none;
}
a:visited{
   text-decoration:none;
}

/* linke box im affiliate */
#left-column {
     position: absolute;
     float: left;
     display: compact;
     margin-left: -310px;
     width: 310px;
}
#left-column.page2marg{

   margin-top: 290px;

}

#left-column div.main-box {
     width: 300px;
     padding-bottom: 16px;
     line-height: 16px;
     background: url(./images/phalosan_typo3/boxes.png) no-repeat bottom;
}

#left-column div.main-box.navigation {
     width: 300px;
     padding-bottom: 14px;
     line-height: 16px;
     background: url(./images/phalosan_typo3/left-nav-bar-bottom.png) bottom no-repeat;
}

#left-column div.main-box.navigation h3 {
     width: 290px;
     height: 23px;
     font-weight: normal;
     color: #fff;
     padding: 5px 0 0 10px;
     background: url(./images/phalosan_typo3/boxes.png) 0 -10px no-repeat;
}

#left-column div.main-box.navigation a {
     text-decoration: none;
     color: #473617;
     padding-left: 10px;
}

#left-column div.main-box.navigation a:hover {
     color: #005BA1;
}

#left-column div.main-box.navigation a:visited {
     color: #59534C;
}

#left-column div.main-box h3.first {
     width: 290px;
     height: 34px;
     font-weight: normal;
     color: #fff;
     padding: 10px 0 0 10px;
     line-height: 14px;
     background: url(./images/phalosan_typo3/boxes.png) 0 -10px no-repeat;
}

#left-column div.main-box ul {
     overflow: hidden;
     padding-bottom: 10px;
     font-size: 11px;
     color: #36270c;
     background: url(./images/phalosan_typo3/box-body.png) repeat-y;
}

#left-column div.main-box ul li.links {
     height: 64px;
     margin: 0 7px 0 7px;
     padding-top: 20px;
}

#left-column div.main-box ul li.steps {
     margin: 0 7px;
     padding-top: 10px;
     overflow: hidden;
}

#left-column div.main-box ul li.steps img {
     float: left;
     width: 92px;
}

#left-column div.main-box ul li.steps p {
     float: right;
     width: 185px;
     font-size: 11px;
     color: #36270c;
}

#left-column div.main-box ul li.message {
     overflow: hidden;
}

#left-column div.main-box ul li.question {
     cursor: help;
}

#left-column div.main-box ul li.message p {
     width: 230px;
     float: right;
     margin: 8px 10px 5px 5px;
     display: inline;
}

#left-column div.main-box ul li.message img {
     width: 40px;
     margin: 5px;
     float: left;
     display: inline;
}

#left-column div.main-box ul li.more-info p, #left-column div.main-box ul li.more-info-back p {
     padding: 10px;
}

#left-column div.main-box ul li.more-info a {
     margin: 10px 0 0 10px;
     color: #005ba1;
     text-decoration: none;
     font-weight: bold;
     display: block;
     height: 28px;
     width: 190px;
     line-height: 28px;
     background: url(./images/phalosan_typo3/arrows.png) 158px -33px no-repeat;
}

#left-column div.main-box ul li.more-info a:hover, #left-column div.main-box ul li.more-info-back a:hover {
     color: #8E775E;
}

#left-column div.main-box ul li.more-info a:visited, #left-column div.main-box ul li.more-info-back a:visited {
     color: #31546F;
}

#left-column div.main-box ul li.more-info-back a {
     margin: 10px 0 0 10px;
     color: #005ba1;
     text-decoration: none;
     font-weight: bold;
     display: block;
     height: 28px;
     width: 190px;
     line-height: 28px;
     background: url(./images/phalosan_typo3/arrows_back.png) 158px -33px no-repeat;
}

#left-column div.main-box p.only-text {
     padding: 10px;
     font-size: 11px;
     color: #36270c;
     background: url(./images/phalosan_typo3/box-body.png) repeat-y;
}

#left-column div.main-box h3.second {
     width: 290px;
     height: 34px;
     font-weight: normal;
     color: #fff;
     padding: 10px 0 0 10px;
     line-height: 14px;
     background: url(./images/phalosan_typo3/boxes.png) 0 -54px no-repeat;
}

#left-column div.main-box h3.third {
     width: 290px;
     height: 34px;
     font-weight: normal;
     color: #fff;
     padding: 10px 0 0 10px;
     line-height: 14px;
     background: url(./images/phalosan_typo3/boxes.png) 0 -98px no-repeat;
}

#left-column div.main-box div.top {
     height: 10px;
     background: url(./images/phalosan_typo3/boxes.png) no-repeat;
}

#left-column div.main-box div.inbox {
     overflow: hidden;
     background: url(./images/phalosan_typo3/box-body.png) repeat-y;
}

#left-column div.main-box div.inbox img {
     float: left;
     display: inline;
     width: 114px;
     height: 85px;
     margin: 10px;
}

#left-column div.main-box div.inbox p {
     float: right;
     display: inline;
     width: 125px;
     margin: 15px 30px 0 0;
     color: #005ba1;
     line-height: 18px;
     font-weight: bold;
     font-size: 11px;
}

#left-column div.main-box div.inbox p a {
     text-decoration: none;
     color: #005ba1;
     display: block;
}

#left-column div.main-box div.inbox p a:hover {
     color: #8E775E;
}

#left-column div.main-box div.inbox p a:visited {
     color: #31546F;
}

#left-column ul.mini-footer {
     height: 38px;
     width: 299px;
     background: url(./images/phalosan_typo3/boxes.png) 0 -142px no-repeat;
}

#left-column ul.mini-footer li {
     float: left;
     padding: 0 10px;
}

#left-column ul.mini-footer li a {
     color: #fff;
     text-decoration: none;
     font-size: 11px;
     line-height: 30px;
}

#left-column ul.mini-footer li a:hover {
     color: #005ba1;
}

#left-column ul.mini-footer li a:visited {
     color: #005ba1;
}

/* tooltip */

a.tooltip, a.tooltip_right, a.tooltip_up, a.tooltip_big_up_left  {
    position: relative; /*this is the key*/
    z-index: 24; 
    color: #000000;
    text-decoration: none;
    border: none;
    }

a.tooltip:hover, a.tooltip_right:hover, a.tooltip_up:hover, a.tooltip_big_up_left:hover {
     z-index: 25; 
     color: #37ab33;
     }

a.tooltip span, a.tooltip_right span, a.tooltip_up span, a.tooltip_big_up_left span {
     display: none;
     }

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em; left: 2em; width: 20em;
    text-align: left;
    border: 2px solid #d51a1a;
    background-color: #eeeeee;
    padding: 4px; 
    color: #413e3e;
}

a.tooltip_right:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em; right: 2em; width: 20em;
    text-align: left;
    border: 2px solid #d51a1a;
    background-color: #eeeeee;
    padding: 4px; 
    color: #413e3e;
}

a.tooltip_up:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    bottom: 2em; left: 2em; width: 20em;
    text-align: left;
    border: 2px solid #d51a1a;
    background-color: #eeeeee;
    padding: 4px; 
    color: #413e3e;
}

a.tooltip_big_up_left:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    bottom: 2em; right: 2em; width: 40em;
    text-align: left;
    border: 2px solid #d51a1a;
    background-color: #eeeeee;
    padding: 4px; 
    color: #413e3e;
}
/* tooltip */
