* {
	font-size: 1.0em;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	font-size: 1em;
	font-family: "Tahoma", sans-serif;
	color: #000;
}

#csleft {
	background-image: url("./img/contentshadowleft.png");
	background-repeat: repeat-y;
	background-position: right;
}

#csright {
	background-image: url("./img/contentshadowright.png");
	background-repeat: repeat-y;
	background-position: left;
}

#csb {
    background-image: url('./img/contentshadowbottom.png');
    background-repeat: repeat-x;
    background-position: top;
}

#csbleft {
    background-image: url('./img/contentshadowleftbottom.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#csbright {
    background-image: url('./img/contentshadowrightbottom.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#logo {
	background-color: #FFF;
	background-image: url("./img/logo_bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}

#hmenu {
	color: #FFF;
	background-color: #FFF;
	text-shadow: #000 1px 1px;
	font-variant: small-caps;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	background-image: url("./img/hmenu_bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	overflow: visible;
	height: 21px;
	padding: 0px;
	letter-spacing: 1px;
}

#hmenu table {
	height: 21px;
	table-layout: fixed;
}

#hmenu table td {
	text-align: center;
	cursor: pointer;
}

#hmenu table td:hover {
	background-image: url('./img/hmenu_hover.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}

#navpane {
	color: #666;
	font-size: 0.6em;
	font-family: Verdana, sans-serif;
	background-image: url('./img/navpane_bg.jpg');
	background-repeat: repeat-x;
	overflow: visible;
	padding-left: 6px;
	height: 10px;
}

#langpane {
	border-right: #333;
	background-image: url('./img/langpane_bg.jpg');
	background-repeat: repeat-x;
	height: 20px;
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
}

#langpane div {
	float: right;
	padding-right: 6px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#langpane div > p {
	top: 18px;
	right: 0px;
    z-index: 3;
	width: 140px;
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-image: url('./img/transp_bg.png');
	padding: 2px;
	margin: 0px;
}

#langpane div > p a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 6px;
	border: 1px solid transparent;
}

#langpane div > p a:hover {
	background-color: #333;
	border: 1px solid #666;
}

#langpane:hover div > p, #langpane div > p:hover {
	display: block;
}

#langpane div p + img {
	margin-right: 6px;
}

#content {
	background-color: #FFF;
    border-bottom: 1px solid #CCC;
}

#content #ccenter {
	padding: 0px 10px 0px 10px;
}

#footer {
    background-color: #EEE;
    font-size: 0.9em;
    color: #666;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #FFF;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    text-decoration: none;
    border-bottom: 1px solid #666;
}

form {
	margin: 0px;
}

form > p {
	padding: 0px;
	margin: 0px;
}

h1 {
	display: block;
	height: 26px;
	background-image: url('./img/t1_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-size: 1.1em;
	color: #FFF;
	font-variant: small-caps;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	margin: 10px 0px 0px 0px;
    position: relative;
}

h1.green {
	background-image: url('./img/g1_bg.jpg');
}

#cleft h1 > span {
    z-index: 2;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
    bottom: 0px;
	margin: 0px;
	height: inherit;
    position: absolute;
	padding: 2px 0px 0px 6px;
	background-image: url('./img/t1_border_right.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#cleft h1 > span + span {
    z-index: 1;
    color: #333;
	background: none;
    position: absolute;
    padding: 3px 0px 0px 7px;
}

#cleft h2 span {
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url('./img/t2_border_right.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#cright h1 > span {
    z-index: 2;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
    bottom: 0px;
	margin: 0px;
	height: inherit;
    position: absolute;
	padding: 2px 6px 0px 0px;
	background-image: url('./img/t1_border_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}

#cright h1 > span + span {
    padding: 3px 5px 0px 0px;
    z-index: 1;
    color: #333;
	background: none;
    position: absolute;
}

#ccenter h1 > span {
    z-index: 2;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
    bottom: 0px;
	margin: 0px;
	height: inherit;
    position: absolute;
	padding: 2px 0px 0px 0px;
	background-image: url('./img/t1_border_right.png');
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}

#ccenter h1 > span + span {
    padding: 3px 0px 0px 1px;
    z-index: 1;
    color: #333;
    position: absolute;
	background-image: url('./img/t1_border_left.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#content h1 + div {
	display: block;
	padding: 0px;
	margin: 0px;
}

#content #cleft h1 + div, #content #ccenter h1 + div {
	border-right: 1px solid #808080;
}

#content #cright h1 + div, #content #ccenter h1 + div {
	border-left: 1px solid #808080;
}

#content h1 + div > div {
	padding: 6px 6px 8px 6px;
	display: block;
	background-color: #EEE;
	border: 1px solid #EEE;
	background-image: url('./img/content_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.8em;
}

#content h1 + div > div label {
	font-family: Calibri, sans-serif;
	font-weight: bold;
	display: block;
}

#content h1 + div > div input[type=text], #content h1 + div input[type=password], input[type=text].medium {
	display: block;
	margin: 3px 0px 0px 0px;
	width: 97%;
	border: 1px solid #AFAFAF;
	height: 15px;
	background-image: url('./img/input_text_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F2F2F2;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	padding: 1px;
	color: #333;
}

#cleft input[type=text] + *, #cleft input[type=password] + *, #cright input[type=text] + *, #cright input[type=password] + * {
	margin-top: 10px !important;
}

input[type=button].medium, input[type=submit].medium, input[type=reset].medium {
	width: 155px;
	border: none;
	height: 19px;
	font-size: 0.8em;
	background-image: url('./img/button_bg.php?w=155');
	background-repeat: no-repeat;
	background-position: center center;
    color: #EEE;
}

input[type=button].big, input[type=submit].big, input[type=reset].big {
	width: 155px;
	border: none;
	height: 30px;
	font-size: 1.0em;
	background-image: url('./img/big_button_bg.php?w=155');
	background-repeat: no-repeat;
	background-position: center center;
    color: #EEE;
}

input[type=button].medium.default, input[type=submit].medium.default, input[type=reset].medium.default {
	background-image: url('./img/button_bg_default.php?w=155');
}

input[type=button].big.default, input[type=submit].big.default, input[type=reset].big.default {
	background-image: url('./img/big_button_bg_default.php?w=155');
}

input[type=button].medium:hover, input[type=submit].medium:hover, input[type=button].big:hover, input[type=submit].big:hover {
    color: #FFF;
}

input[type=button].critical:hover, input[type=reset].critical:hover {
    color: #F99;
}

input[type=submit], input[type=button], input[type=reset], select {
	cursor: pointer;
}

select[disabled], input[disabled] {
    cursor: default;
}

select.large, *.large {
    width: 100%;
}

input[type=text].small {
    max-width: 32px;
    text-align: center;
    font-size: 0.8em !important;
}

textarea.large {
    width: 100%;
}

#content h2 {
	display: block;
	border: 1px solid #252525;
	height: 17px;
	overflow: hidden;
	color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
    font-weight: normal;
	background-image: url('./img/t2_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #252525;
	padding: 2px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
}

#content p.mcl {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 10px;
	background-image: url('./img/mcl_bg_2.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
}

#cleft p.mcl span {
	display: none;
	/*margin: 0px;
	padding: 0px;
	height: 20px;
	background-image: url('./img/mcl_border_right.png');
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

#cright p.mcl span {
	display: none;
    /*margin: 0px;
	padding: 0px;
	height: 20px;
	background-image: url('./img/mcl_border_left.png');
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#ccenter h3 {
	display:  block;
	font-size: 1.4em;
	font-family: "Myriad Pro", Tahoma, sans-serif;
	margin: 0px 2px 10px 2px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dashed #AAA;
    letter-spacing: 1px;
}

#ccenter h3 + p.spacing {
    padding-top: 0px;
}

#ccenter p {
    font-size: 1.1em;
	font-family: Calibri, Arial, sans-serif;
	line-height: 1.4em;
    margin: 0px;
}

#ccenter p.text {
	line-height: 1.6em;
}

#ccenter ul {
	margin: 0px 3px 15px 20px;
	padding: 0px 0px 0px 0px;
}

#ccenter ul li {
	margin: 0px;
	list-style: none;
	background-image: url('./img/bullet.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 18px 2px 20px;
	font-family: Calibri, sans-serif;
	font-size: 1.1em;
}

#ccenter ul.vtop li {
    background-position: left 7px;
}

input[type=button], input[type=submit], input[type=reset] {
	color: #FFFFFF;
	font-family: "Verdana", sans-serif;
}

.mainmenu a {
	display: block;
	border: 1px solid #ECEBED;
	background-color: #333;
	background-image: url('./img/mainmenu_a_bg_new.jpg');
	background-repeat: repeat-x;
	background-position: center;
	font-family: "Trebuchet MS", "Verdana", serif;
	color: #EEE;
	text-decoration: none;
	font-size: 0.9em;
	padding: 2px 1px 0px 24px;
	height: 21px;
	overflow: hidden;
}

.mainmenu a + a {
    border-top: none !important;
}

.mainmenu a.special {
	border: 1px solid #FBFAFC;
    height: 20px;
    padding-top: 4px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: blink;
    text-align: center;
    color: #FFF;
    text-shadow: #000 1px 1px 1px;
    background-image: url('./img/special_button_bg.png');
    background-repeat: repeat;
    padding-left: 0px;
}

.specialtitle {
    display: block;
	border: 2px solid #F80;
    height: 23px;
    padding-top: 2px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: blink;
    text-align: center;
    color: #FFF;
    text-shadow: #000 1px 1px 1px;
    background-image: url('./img/special_button_bg.png');
    background-repeat: repeat;
    padding-left: 0px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.mainmenu a.special:hover {
    background-image: url('./img/special_button_bg.png');
    background-repeat: repeat;
    color: #FFF;
}

.mainmenu a img {
    display: none;
}

.mainmenu a:hover {
	border: 1px solid #FBFAFC;
	color: #F99;
}

.mainmenu.green a:hover {
	border: 1px solid #FBFAFC;
	color: #9F9;
}

.mainmenu a.active {
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url('./img/mainmenu_aactive_bg.jpg');
	border: 1px solid #FBFAFC;
	color: #333;
}

.mainmenu a img {
    margin: 0px 4px 0px 0px;
}

.mainmenu a:hover img {
    margin: 0px 2px 0px 2px;
}

a img {
	border: none;
}

h2 a {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

h2.link {
	cursor: pointer;
}

h2.link:hover {
	background-image: url('./img/t2_active_bg.jpg') !important;
	border-color: #7F1010 !important;
}

em {
	color: #666;
	font-size: 0.8em;
	font-style: italic;
}

hr {
    clear: both;
    height: 5px;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #AAA;
    border-top: none;
    display: block;
    margin: 9px 0px 10px 0px;
}

h4 {
    color: #333;
    display: block;
    font-size: 1.2em;
    margin: 0px 0px 4px 0px;
    font-family: "Arial", "Helvetica", sans-serif;
    padding: 0px 4px 0px 0px;
    font-variant: small-caps;
}

h4 img {
    float: left;
}

h4.ls {
    border-left: 6px double #CCC;
    padding-left: 4px;
    font-size: 1.6em;
    line-height: normal;
    padding-bottom: 3px;
}

h4.artno {
    font-variant: normal;
    text-align: right;
    line-height: 16px;
}

span.left, h4 span.left {
    float: left;
    font-weight: normal;
}

span.right, h4 span.right {
    float: right;
}

p.footnote {
	color: #666;
	font-size: 0.9em;
	margin: 20px 0px 0px 0px;
	font-style: italic;
}

div.pagenav {
    display: block;
}

div.pagenav a {
    border: 1px solid #AAA;
    background-color: #333;
    color: #CCC;
    text-decoration: none;
    margin: 0px 2px 0px 2px;
    padding: 2px 4px 2px 4px;
    font-family: "Verdana", "Helvetica", sans-serif;
}

div.pagenav a.active {
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: #333;
}

div.pagenav a:hover {
    color: #F66;
    border-color: #F00;
    background-color: #111;
}

div.pagenav a.active:hover {
    color: #000;
    background-color: transparent;
}

div.left {
    display: block;
    width: 125px;
    float: left;
}

div.right {
    color: #333;
    display: block;
    width: 50%;
    float: right;
    overflow: hidden;
    line-height: 1.6em;
    padding-left: 6px;
    font-family: "Georgia", "Times New Roman", "Times", serif;
}

div.right + div {
    display: block;
    margin-left: 125px;
}

div.right h4 {
    font-family: "Arial", "Helvetica", sans-serif;
}

div.left + div > h4 + p {
    padding: 3px 6px 0px 6px;
    line-height: 1.6em;
    display: block;
    margin-bottom: 0px;
}

p a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed #C00;
}

p a:hover {
    border-bottom-style: solid;
}

table.fixedcols {
    table-layout: fixed;
}

#ccenter > div > div table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #AAA;
    background-color: #EEE;
}

#ccenter > div > div table td {
    vertical-align: top;
    border-bottom: 1px solid #DDD;
}

#ccenter > div > div table td > table {
    background-color: #F3F3F3;
}

#ccenter table td > h4 {
    padding: 3px;
}

#ccenter table th {
    background-image: url('./img/dtable_th_bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #000;
    color: #EEE;
    font-family: "Verdana", sans-serif;
    border-top: 1px solid #000;
}

#ccenter table th.big {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFF;
    padding: 6px;
    font-family: "Arial", sans-serif;
}

#ccenter table th + th {
    border-left: 1px solid #000;
}

#ccenter > div > div * * table, table.small {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #F3F3F3;
    width: 100%;
    border-collapse: separate;
}

#ccenter > div > div * * table th, table.small th {
    background-image: url('./img/th_bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
    background-color: #E1E1E1;
    border: 1px solid #AAA;
    color: #111;
    font-size: 0.86em;
}

table.small {
    font-size: 0.8em;
}

table.small + input {
    margin-top: 8px;
}

#ccenter > div > div * * table td {
    border: none;
}

fieldset {
    border: 1px solid #CCC;
    background-color: #E8E8E8;
    padding: 0px 6px 6px 6px;
}

fieldset + fieldset, fieldset + form > fieldset {
    margin-top: 15px;
}

legend {
    color: #444;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-family: "Verdana", sans-serif;
    border-top: 1px solid #CCC;
    background-color: #E8E8E8;
    padding: 2px 4px 0px 4px;
}

fieldset > legend + * {
    margin-top: 6px !important;
}

fieldset > table + * {
    margin-top: 7px !important;
}

div.left h4.artno + * + select {
    font-size: 0.9em;
}

span.smallcaption {
    font-weight: bold;
    font-variant: small-caps;
    display: block;
    text-align: left;
}

*.aright {
    text-align: right;
}

*.aleft {
    text-align: left;
}

*.acenter {
    text-align: center;
}

*.mcenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

p.spacing {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

p.bspacing {
    padding-bottom: 10px;
}

*.warning {
    border: 1px solid #990;
    background-color: #FFA;
    padding: 10px;
}

div.right.warning {
    margin: 10px;
    font-size: 0.9em;
    width: 30%;
}

ul.large, ol.large {
    font-size: 1.2em;
}

input.inline {
    display: inline !important;
    width: 20% !important;
}

*.strike {
    text-decoration: line-through;
}

*.red {
    color: red;
}

*.clear {
    clear: both;
}

*.inline {
    display: inline !important;
}

small.links {
    color: #666;
}

small.links a {
    font-size: 11px;
    padding: 2px;
    color: #333;
    text-decoration: underline;
    border: 1px solid transparent;
}

small.links a:hover {
    color: #111;
    text-decoration: none;
    background-color: #DDD;
    border: 1px solid #CCC;
}

* a.seo, *.hidden {
    display: none !important;
}

p.ajaxloading {
    text-align: center;
    display: block;
    padding: 20px;
    border: 1px solid #CCCCCC;
    background-color: #F8F8F8;
    color: #333;
    line-height: 20px;
}

p.success {
    display: block;
    padding: 20px;
    border: 3px solid #3F3;
    background-color: #CFC;
    text-align: center;
}

p.failure {
    display: block;
    padding: 20px;
    border: 3px solid #F33;
    background-color: #FCC;
    text-align: center;
}

div.failure {
    display: block;
    padding: 10px;
    border: 2px ridge #F33;
    background-color: #FCC;
}

p.success img, p.failure img {
    vertical-align: middle;
}

*.vcenter {
    vertical-align: middle;
}

ul.dropdown {
    display: none;
}

#hmenu td > div {
    position: relative;
    display: inline;
}

#hmenu td:hover > div > ul.dropdown, #hmenu ul.dropdown:hover {
    display: block !important;
}

ul.dropdown li:hover ul.dropdown {
    display: block;
}

ul.dropdown {
    position: absolute;
    background-color: transparent;
	background-image: url('./img/transp_bg.png');
    color: #FFF;
    margin: 2px 0px 0px 10px;
    padding: 4px;
    z-index: 10;
    width: 200px;
    left: -20px;
}

ul.dropdown ul.dropdown {
    top: -6px;
    left: 190px;
    z-index: 11;
}

ul.dropdown li {
    display: block;
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 2px;
}

ul.dropdown li a {
    color: #EEE;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    border: 1px solid transparent;
    display: block;
    padding: 3px 4px 3px 4px;
    font-weight: normal;
    letter-spacing: normal;
    font-variant: normal;
}

ul.dropdown li.dropdown > a {
    background-image: url('./img/navpane_arr.png');
    background-position: 184px center;
    background-repeat: no-repeat;
}

ul.dropdown li a:hover {
    color: #FFF;
    border: 1px solid #555;
    background-color: #333;
    font-weight: bold;
}

div#promptbg {
    position: fixed;
    display: block;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-image: url('./img/transp_bg.png');
    z-index: 20;
}

div#prompt {
    position: fixed;
    background-color: #EEE;
    border: 1px solid #FFF;
    padding: 10px;
    color: #222;
    font-size: 12px;
    width: 300px;
    left: 50%;
    right: 50%;
    top: 50%;
    margin-left: -150px;
    margin-right: -150px;
    margin-top: -150px;
    z-index: 21;
    line-height: 1.7em;
}

div#prompt h1 {
    display: block;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 16px;
    background-image: none;
    color: #000;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px dashed #CCC;
}

div#prompt > div > input {
    display: inline;
    width: 100px;
    text-align: right;
    margin: 10px 0px 14px 0px;
}

div#prompt > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#prompt > div + p {
    padding: 0px;
    margin: 0px;
}

div#prompt > div + p > input {
    float: left;
	width: 140px;
	border: none;
	height: 19px;
	font-size: 0.8em;
	background-image: url('./img/button_bg.php?w=140');
	background-repeat: no-repeat;
	background-position: center center;
    color: #EEE;
}

div#prompt input + input {
    margin-left: 10px;
	background-image: url('./img/button_bg_default.php?w=140') !important;
}

div#title {
    width: 665px;
    padding-top: 58px;
    padding-left: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 340px;
    background-image: url('../../images/title.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div#title a {
    display: block;
    width: 190px;
    height: 36px;
    margin-bottom: 26px;
    text-decoration: none;
    color: #EEE;
    font-size: 26px;
    padding: 10px;
}

div#title a:hover {
    font-weight: bold;
    color: #FFF;
}

div#title.ftitle {
    background-image: url('../../images/title_5050.jpg');
}

div#title div.ff_1, div#title div.ff_2 {
    clear: right;
    display: block;
    float: right;
    font-weight: bold;
    font-family: 'Arial Black', 'Arial', sans-serif;
    color: #FFF;
    text-align: center;
    width: 220px;
}

div#title div.ff_1 {
    padding: 136px 10px 0px 0px;
}

div#title div.ff_2 {
    padding: 130px 10px 0px 0px;
    text-decoration: blink;
    cursor: pointer;
}

fieldset.tile {
    display: block;
}

fieldset.tile > legend {
    font-size: 14px;
    font-weight: bold;
}

fieldset.tile > span {
    float: right;
    padding: 5px;
}

fieldset.tile > p {
    padding: 8px 4px 4px 8px;
}

fieldset.tile > hr {
    margin: 0px 0px 0px 0px;
}

fieldset.tile > div {
    float: left;
    padding: 4px;
    margin-top: 8px;
    margin-right: 8px;
    text-align: center;
}

.fiftyfifty {
    display: block;
    color: #FFF;
    text-align: right;
    width: 250px;
    height: 65px;
    padding-top: 50px;
    padding-right: 16px;
    font-family: 'Myriad Pro', 'Verdana', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 26px;
    background-image: url('./img/fiftyfifty_pricebg.png');
    background-repeat: no-repeat;
    background-position: right top;
    margin-left: auto;
    margin-right: auto;
}

.rp3 {
    width: 33%;
    display: block;
    float: left;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

span.help {
    cursor: help;
    position: relative;
    color: #DDD;
    background-color: #46F;
    padding: 2px 4px 2px 4px;
}

span.help:hover {
    color: #FFF;
}

span.help + div {
    display: none;
    position: absolute;
    width: 20%;
    background-image: url('./img/trans_bg.png');
    color: #FFF;
    padding: 10px;
    z-index: 10;
}

span.help + div div {
    width: 100%;
}

span.help + div img {
    float: right;
    margin: 0px 0px 4px 10px;
}

span.help:hover + div {
    display: block;
}

span.help + div:hover {
    display: block;
}