/* ----------------------------------------------------- All browsers */
html,body {	
	margin: 0;
	padding: 0;
	height: 100%; /* needed for icontainer min-height */
	font-family: Georgia, "Times New Roman", serif;
	background: #F7F7F7 url(img/background-header.gif) repeat-x left top;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

body.external {
	background-color:#fff;
}
/*
IE HACKS
never use float:left + margin left
never use float:right + margin right
*/

@font-face {
	font-family: 'FontBold';
	src: url('fonts/font.eot');
	src: local('☺'), url('fonts/font.woff') format('woff'), url('fonts/font.ttf') format('truetype');
	font-weight: bold; 
	font-style: bold; 
}

/* ----------------------------------------------------- Standard Layout */
#header {
	background-color: #323232;
}
.ihead {
	padding-top: 24px;
	margin: 0 auto;
	width: 960px;
	position: relative;
}


#header-message-line {
	min-height: 25px;
	background-color: #fff;
}
#header-message-line .header-error {
	background: url(img/background-header-error.gif);
	color: #573c37;
	min-height: 25px;
}
#header-message-line .header-info {
	background: url(img/background-header-info.gif);
	color: #6C6E45;
	min-height: 25px;
}
#header-message-line .message {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	padding: 5px 0;
}

#header-message-line .header-error .message a {
  color: #000;
}

#header-message-line .watchlist-info {
  height: 35px;
}

#header-message-line .watchlist-info span {
  height: 35px;
  display: block;
  line-height: 35px;
  float: left;
}

#header-message-line .watchlist-info a.home {
  background: #f1e369;
  float: right;
  display: block;
  color: #6C6E45;
  padding: 5px 15px;
  margin-top: 5px;
}


#container {
	background-color: #fff;
}
.icontainer {
	margin: 0 auto; /* center, not in IE5 */
	width: 960px;
	padding:61px 0 5px 0; /* bottom padding for footer */
	min-height: 485px;
}
.left-col {
	width: 190px;
	float: left;
	padding-left: 5px;
	padding-bottom: 70px;
}
#set .left-col {
	width: 190px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
}
.right-col {
	width: 725px;
	float: right;
	padding-bottom: 70px;
}
/*IE6*/
* html .right-col {
	width: 730px;
}
/*IE7*/
* + html .right-col {
	width: 725px;
}

#footer {
	padding-top: 25px;
}
.ifoot {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 38px 0;
}
.icontent {
	padding-bottom: 3px;
	padding-left:10px;
}
.icontent .left-col {
	width: 330px;
	margin: 0;
	padding: 0;
}
.icontent .right-col {
	width: 330px;
	margin: 0;
	padding: 0;
}
.icontainer .icontent .right-col p, 
.icontainer .icontent .left-col p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}




/* ----------------------------------------------------- Elemente */

/*#logo { height: 35px; padding-left: 54px; font: 10px/12px 'FontBold', Helvetica, Arial, sans-serif; margin-bottom: 39px;
  display: block; color: #333; background: url(img/logo_short.png) no-repeat; }
*/
#logo {
	display: block;
	height: 73px;
	text-indent: -9000em;
	color: none;
}
.sbutton {
	display: block;
	background: transparent url(img/background-button.gif) no-repeat left center;
	width: 190px;
	line-height: 30px;
	text-align: center;
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #979797;
}
.sbutton:hover {
	color: #D9D9D9;
}
/* Detailansicht */
.detail {
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.player {
	float: left;
	width: 380px;
	height: 350px;
	display: block;
}
.left-col .desc {
	font-size: 12px;
	float: left;
 	background-color: #F7F7F7;
}
.left-col .desc p {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 16px;
	color: #333;
}
.left-col .desc h3 {
	margin: 0;
	padding: 0;
}
.left-col .desc ul {
	margin-bottom: 15px;
}
.right-col .desc {
	float: left;
	width: 330px;
}
.right-col .desc p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	color: #333;
}
.right-col .desc h4 {
	font-size: 28px;
	line-height: 32px;
	margin-top:86px;
	line-height: 100%;
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
}
.right-col .desc table td {
	vertical-align: top;
}
.right-col .desc table {
}
.desc-left-col {
	float: left;
	width: 180px;
}
.desc-right-col {
	float: left;
	width: 110px;
}
.left-col ul.tab-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
.left-col ul.tab-nav li {
	float: left;
}
.left-col ul.tab-nav li a {
	padding: 7px 7px 5px 7px;
	color: #333;
	text-decoration: none;
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
 	height: 28px;
 	display: inline-block;
 	width: 81px;
	background: transparent url(img/background-tabsnav.gif) no-repeat left top;
}

.left-col ul.tab-nav li a.first.selected,
.left-col ul.tab-nav li a.first.selected:hover,
.left-col ul.tab-nav li a.selected,
.left-col ul.tab-nav li a.selected:hover {
	background-image:none;
	color: #333;
 	height: 28px;
}
.left-col ul.tab-nav li a:hover {
	color: #6699CC;
 	height: 28px;
}
.left-col ul.tab-nav li a.first,
.left-col ul.tab-nav li a.first:hover {
	background: transparent url(img/background-tabsnav.gif) no-repeat right top;
}
.left-col ul.tab-nav li a.first:hover {

}
.left-col ul.tab-nav li a:focus {
	outline: 0;
}
.left-col div.tabs > div {
	padding: 0 7px 3px 7px;
	margin-top: 0px;
 	width: 176px;
}

/* ----------------------------------------------------- Navigation */
#header ul {
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 12px;
}
#header ul li {
	float: left;
}
#header ul li a {
	color: #979797;
	padding: 7px 0;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a.current:hover,
#header ul li a.current {
	color: #fff;
}
#header #pk-tab-navigation .pk-tab-nav-item.pk-current-page a,
#header #pk-tab-navigation .pk-tab-nav-item a:hover
{
	background-color: #333;
	color:#E1E1E1;
}

#header ul li a:hover,
.main-nav-left  ul li a:hover {
	color: #E1E1E1;
}
.main-nav {
	display: block;
	height: 46px;
}
* html .main-nav {
	margin-bottom: 18px;
}
.main-nav-left {
	float: left;
	padding-left: 5px;
}
/*IE6*/
* html .main-nav-left {
	width: 400px;
}
/*IE7*/
* + html .main-nav-left {
	width: 400px;
}
.main-nav-right {
	float: right;
	padding-right: 5px;
}
/*IE6*/
* html .main-nav-right {

}
/*IE7*/
* + html .main-nav-right {

}
.main-nav-left ul li {
	margin-right: 25px;
}
.main-nav-right ul li {
	margin-left: 25px;
	position: relative;
}
.main-nav-right ul li a {
	position: relative;
}

/* Extra Links */
.llogin,
.znav {
	padding:0 5px 0 0;
	height: 55px;
}
.zl {
	position: relative;
	height: 60px;
}
.lpw {
	width: 330px;
	float: right;
	display: none;
	position: relative;
	height: 26px;
	background: transparent url(img/backgrtound-verg-mail.gif) no-repeat right top;
}

.llogin .formu {
	background: transparent url(img/background-login.gif) no-repeat right top;
	height: 55px;
	width: 330px;
	position: relative;
}
.llogin input.text {
	background-color: transparent;
	border: none;
	font-size: 12px;
	padding: 6px 6px 5px 6px;
	width: 118px;
	margin:0 2px 0 0;
	float: left;
	color: #979797;
	font-family: Georgia, "Times New Roman", serif;	
}
.llogin input.text:hover {
	color: #DADADA;
}
.llogin input.submit {
	width: 66px;
	float: left;
	background-color: transparent;
	border: none;
	padding: 5px 0;
	color: none;
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.llogin .lpw .mailadress {
	width: 185px;
}
.llogin .lpw .mailsubmit {
	width: 128px;
}
.llogin .formu,
#header ul.lang {
	float: right;
}
.llogin label {
	display: none;
	position: absolute;
	left: 130px;
	top: -1px;
	font-size: 12px;
	padding: 6px 6px 5px 6px;
	margin: 0;
	width: 118px;
	font-family: Georgia, "Times New Roman", serif;
	cursor: text;
	color: #979797;
}
.llogin label:hover {
	color: #DADADA;
}
.llogin .vergessen,
.llogin .getin {
	display: block;
	float: right;
	width: 324px;
	color: #979797;
	margin-top: 5px;
	line-height: 1.32em;
}
/*
* html .llogin .vergessen {
	position: absolute;
}
* + html .llogin .vergessen {
	position: absolute;
}
*/
#header ul.lang li a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background: #4D4D4D url(img/background-lang.gif) no-repeat left top;
}
#header ul.lang li a:hover {
	background-position: left -49px;
	background-color: #DADADA;
	color: #333333;
}
#header ul.lang li {
	margin: 0 0 0 2px;
	padding: 0px;
	float: left;
}
.list-count {
	display: inline-block;
	text-align: right;
	position: absolute;
	margin: 1px 0 0 -27px;
	padding: 0;
	width: 20px;
	font-size: 11px;
	line-height: 14px;
	color: #656565;
	margin-right: 5px;
}
#header .lsp {
	display: block;
	padding-left: 13px;
	background: transparent url(img/lang-downpf.gif) no-repeat left 13px;
}
#header ul.lang li a span {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: transparent url(img/background-lang2.gif) no-repeat right top;
}
#header ul.lang li a:hover span {
	background-position: right -49px;
}
/* ----------------------------------------------------- Subnavigation */
.left-col .sub-nav h3 {
	margin-bottom: 7px;
}
.sub-nav {
	margin-top: 40px;
}
.sub-nav.set {
	margin-top: 0;
}
.sub-nav ul {
	margin-bottom: 20px;
	background: transparent url(img/border-bottom.gif) repeat-x left top;
	padding-top: 1px;
}
.sub-nav ul li {
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
	padding-bottom: 1px;
}
.sub-nav ul li a {
	display: block;
	padding: 4px 0;
	margin: 0;
	color: #333;
	font-size: 14px;
}
.sub-nav ul li a:hover {
	color: #6699CC;
}
.set ul li a:hover {
	color: #6699CC;
}
.sub-nav ul li a.current {
	background-color: #F7F7F7;
}
.set ul li a.current {
	background: #F7F7F7 url(img/icon-set-x.gif) no-repeat 174px -19px;
}
.set ul li a.current:hover {
	background: #F7F7F7 url(img/icon-set-x.gif) no-repeat 174px 5px;

}
.set ul li a.tv-spot.current span {
	display: block;
	background: transparent url(../images/sampletype/icon-tv-spot.gif) no-repeat 159px center;
}
.set ul li a.radio-spot.current span {
	display: block;
	background: transparent url(../images/sampletype/icon-radio-spot.gif) no-repeat 159px center;
}
.set ul li a.voice-over.current span {
	display: block;
	background: transparent url(../images/sampletype/icon-voice-over.gif) no-repeat 159px center;
}
.set ul li a.vps-demo.current span {
	display: block;
	background: transparent url(../images/sampletype/icon-vps-demo.gif) no-repeat 159px center;
}
#set {
	position: absolute;
	margin-top: 0px;
	width: 190px;
	padding-left: 5px;
}
/* ----------------------------------------------------- Links */
a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
}
/* ----------------------------------------------------- Box */
.boxen-search {

}
.boxen-search .box {
	display: inline-block;
	float: left;
	width: 110px;
	margin-left: 10px;
	height: 205px;
}
.boxen-detail{
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.boxen-detail .box {
	display: inline-block;
	float: left;
	width: 330px;
	margin-left: 10px;
	height: 115px;
}
.boxen-detail .box.first {
	margin-right: 40px;
}
.boxen-detail .box table td {
	vertical-align: middle;
	height: 115px;
}
.boxen-detail .fl {
	width: 110px;
	height: 110px;
	display: block; 
	float: left;
}
.boxen-search .fl {
	width: 110px;
	height: 110px;
	display: block;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
* html .boxen-search .fl {
	width:80px;
}

.fl .favlink {
	background: url(img/icon-plus.gif) no-repeat left -18px;
	z-index: 1000;
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 1000;
}
.fl .favlink.remove {
	background: url(img/icon-x.gif) no-repeat left -20px;
}
.fl .favlink:hover, .fl .favlink.remove:hover {
	background-position: left top;
}
.right-col .desc .favlink {
	background: url(img/icon-plus.gif) no-repeat left -17px;
	display: block;
	padding-left:20px;
	color:#ccc;
	font-weight: bold;
	font-size: 11px;
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
}
.right-col .desc .favlink:hover, .right-col .desc .favlink.remove:hover {
	background-position: left top;
}

.right-col .desc .favlink.remove {
	background: url(img/icon-x.gif) no-repeat left -20px;
}

.right-col .desc .downloadlink {
	background: url(img/icon-down2.gif) no-repeat left -17px;
	display: block;
	padding-left:20px;
	color:#ccc;
	font-weight: bold;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}

.right-col .desc .downloadlink:hover {
	background-position: left top;
}


.fl .timelink {
	display: block; 
	height: 110px;
	width: 110px;
	color: #fff;
	text-align: center;
	position: relative;
	font: 11px Helvetica, Arial, sans-serif;
}

.fl .timelink #flashplayer {
  z-index: -1;
}

.fl .previewlink {
	display: block; 
	height: 110px;
	width: 110px;
	position: relative;
	margin-top: -110px;
	z-index: 100;
	background: #CCC;
	filter:alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}


.fl .sample-data-container { display:block; visibility: hidden; text-indent: -1000em; }
* html .fl .sample-data-container { display:none; }


.boxen-search .lang {
	float: left;
/*	position: absolute;
	right: 0;
	top: 0;
*/}
.desc .info-tags {
	display: block;
	width: 330px;
	margin: 15px 0;
}
.boxen-detail .info-tags {
	display: block;
	width: 200px;
	margin: 2px 0 0 10px;
}
.icontainer .boxen-detail .lang,
.icontainer .desc .lang {
	float: left;
	width: 27px;
}
.boxen-detail .women,
.boxen-detail .men,
.desc .women,
.desc .men {
	float: left;
	width: 20px;
	height: 20px;
	background-position: left center;
}
.boxen-detail .datum,
.desc .datum {
	float: left;
	width: 120px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ccc;
	font-size: 11px;
	line-height: 100%;
	display: block;
	padding-top: 5px;
	font-weight: bold;
}
.icontainer .lang {
	width: 47px;
	height: 20px;
	display: block;
	background: url(img/background-splang.gif) no-repeat left 4px;
}
* html .icontainer .lang { 
	width: 17px;
	background: url(img/background-splang.gif) no-repeat left 6px;
	height: 22px;
}
* + html .icontainer .lang {
	width: 17px;
	background: url(img/background-splang.gif) no-repeat left 6px;
	height: 22px;
}
.icontainer .lang span {
	text-align: center;
	display: block;
	width: 15px;
	height: 20px;
	font: bold 10px/21px Helvetica, Arial, sans-serif;
	padding: 0 4px;
	color: #fff;
	background: url(img/background-splang2.gif) no-repeat right 4px;
 }
* html .icontainer .lang span {
	background: url(img/background-splang2.gif) no-repeat right 6px;
	height: 22px;
}
* + html .icontainer .lang span {
	background: url(img/background-splang2.gif) no-repeat right 6px;
	height: 22px;
}
.boxen-search .info-tags {
/*	position: relative;
*/	width: 110px;
	height: 20px;
	text-align: center;
}
.boxen-search .women {
	width: 45px;
	height: 20px;
	float: left;
	margin-right:4px;
}
.boxen-search .men {
	width: 45px;
	height: 20px;
	float: left;
	margin-right:4px;
}
.women {
	display: block;
	background: transparent url(img/icon-women.gif) no-repeat right center;
}
.men {
	display: block;
	background: transparent url(img/icon-men.gif) no-repeat right center;
}
.boxen-search .box h4.title,
.boxen-search .title-link {
	clear: both;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 0 2px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}
* html .boxen-search .box h4.title,
* html .boxen-search .title-link {
	font-size: 10px;
}

.boxen-detail .box h4.title,
.boxen-detail .title-link {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}
/* ----------------------------------------------------- Thypen */
.borderbottom {
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list-send-button {
	display: block;
	width: 190px;
	height: 31px;
	background: transparent url(img/background-send-button.gif) no-repeat left top;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding-top: 6px;
	text-align: center;
	margin-top: 40px;
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
}
.list-send-button:hover {
	color: #fff;
}
.iwrp{
	margin-left: 0px;
}
.icontainer .ict {
	margin-left: 10px;
}
.icontainer .lcol {
	float: left;
	width: 330px;
}
.icontainer .rcol {
	float: right;
	width: 330px;
}
.left-col h1 {
	font-family: 'FontBold', Helvetica, Arial, sans-serif;;
	font-size: 27px;
	color:  #333;
	background: transparent url(img/border-bottom.gif) repeat-x left top;
	padding: 11px 2px 60px 2px;
}
.left-col h1 span {
	font-weight: normal;
	display: block;
}
.icontainer p.extra-slogen {
	background: transparent url(img/border-bottom.gif) repeat-x left top;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding: 10px 2px 20px 2px;
	margin: 0;
}
h1 {
	font-family: 'FontBold', Helvetica, Arial, sans-serif;;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 17px;
}
h2 {
	font-family: 'FontBold', Helvetica, Arial, sans-serif;;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 17px;
}
h3 {
	font-family: 'FontBold', Helvetica, Arial, sans-serif;;
	font-size: 11px;
	margin-bottom: 10px;
	color: #333;
}
h4, h5, h6 {
	font-family: 'FontBold', Helvetica, Arial, sans-serif;;
	font-size: 12px;
	margin-bottom: 10px;
}
hr {
	border: none;
	height: 1px;
	background: transparent url(img/border-bottom.gif) repeat-x left top;
	margin-bottom: 23px;
}
p {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 15px;
}
.icontainer .left-col p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	color: #323232;
}
.icontainer p {
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 20px;
}
.icontainer .iwrp p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}
.icontainer .iwrp .extralh {
	line-height: 22px;
}

/* ----------------------------------------------------- FOOTER INHALT */
.ifoot .right-col,
.ifoot .left-col {
	padding-bottom: 0px;
}
.ifoot .iwrp .lcol {
	float: left;
	width: 330px;
	padding-left: 10px;
}
.ifoot .iwrp .rcol {
	float: right;
	width: 330px;
	padding-right: 5px;
}
/* ----------------------------------------------------- Footer 3 Spalten Style */
.ifoot p {
	color: #828282;
}
.ifoot .iwrp .rcol p,
.ifoot .iwrp .lcol p {
	font-size: 12px;
	margin-bottom: 15px;
}
.ifoot ul.news-list {
	background: transparent url(img/border-bottom.gif) repeat-x left top;
	padding-top: 1px;
}
.ifoot ul.news-list li {
}
.ifoot ul.news-list li a {
	color: #6699CC;
	text-decoration: none;
	display: block;
	padding: 3px 2px 4px 2px;
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
}
.ifoot ul.news-list li a:hover {
	color: #6699CC;
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;;
}
/* ----------------------------------------------------- (c) Hinweis */
.foot {
	clear: both;
	color: #828282;
	padding-top: 20px;
}
 /* ----------------------------------------------------- Footer Links */
.foot a {
	color: #828282;
}
.foot a:hover {
	color: #6699CC;
}

.ifoot .right-col a,
.ifoot .left-col a {
	color: #6699CC;
}


/* ----------------------------------------------------- Tooltips */
#tooltip {
	display: none;
	background-image: url(img/background-tip.gif);
	background-position: center top;
	font: bold 11px/18px 'FontBold', Helvetica, Arial, sans-serif;
	text-align: center;
	height: 22px;
	min-width: 165px;
	padding: 5px 0;
	color: #ccc;
	z-index: 1000;
	background-repeat: no-repeat;
}
* html #tooltip {
	width: 165px;
}
* + html #tooltip {
	width: 165px;
}

/* ----------------------------------------------------- Permalink Merklistenlink */
#getpermalink {
	width: 190px;
	padding: 4px 0;
	font-size: 14px;
	border-left: none;
	border-right: none;
	background-color: #F7F7F7;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-family: Georgia, "Times New Roman", serif;
	color: #323232;
	margin-bottom: 10px;
	margin-top: 40px;
	overflow: hidden;
}
/* ----------------------------------------------------- memberlisten */
.memberlist {
	background: transparent url(img/border-bottom.gif) repeat-x left top;
	float: left;
	width: 330px;
	padding-top: 9px;
}
.memberlist ul {
	margin-bottom: 36px;
}
.memberlist ul li {
	font-size: 14px;
	line-height: 18px;
}
.memberlist ul li span {
	color: #333;
}
.memberlist.first {
	margin-right: 50px;
}
.memberlist h3 {
	font-size: 30px;
	line-height: 32px;
}
/* ----------------------------------------------------- linklisten */
.linklist {
	float: left;
	width: 330px;
	padding-top: 9px;
}
.linklist ul {
	margin-bottom: 36px;
}
.linklist ul li {
	font-size: 14px;
	line-height: 18px;
}
.linklist ul li span {
	color: #333;
}
/* ----------------------------------------------------- textlisten */
.right-col .icontent ul,
.right-col .icontent ol {
	margin-bottom: 30px;
}
.right-col .icontent ul.clean {
	background: none;
}
.right-col .icontent ul.clean li {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
	background: transparent url(img/icon-bullteline.gif) no-repeat left 0.7em;
}
.right-col .icontent ol.clean {
	background: none;
}
.right-col .icontent ol li {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	list-style: decimal;
	background: none;
}
.right-col .icontent ol.clean li span {
	background: none;
	padding: 0;
}
.right-col .icontent ol li span {
	color: #333;
	margin-left: 0px;
	padding: 2px 0;
	display: block;
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
}
.right-col .icontent ul,
.right-col .icontent ol {
	background: transparent url(img/border-bottom.gif) repeat-x left top;
}
.right-col .icontent li {
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0;
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
}
/* ----------------------------------------------------- textbox */
.icontent .textbox {
	background-color: #F7F7F7;
	padding: 18px;
	margin-bottom: 18px;
	font-size: 14ox;
	line-height: 14px;
}

.go-member {
	background: transparent url(img/border-middle.gif) repeat-y 350px top;
}
.go-member table {
	background: transparent url(img/border-bottom.gif) repeat-x left bottom;
}
.go-member td {
	width: 350px;
	background: transparent url(img/border-bottom.gif) repeat-x left top;
	padding: 20px;
	vertical-align: top;
}
.go-member td.first {
	padding-left: 0;
}
.go-member td h2 {
	font-size: 115px;
	line-height: 115px;
	float: left;
	display: block;
	height: 125px;
	margin: -10px 0 0 0;
	padding: 0;
	color: #333;
}
.icontainer .icontent .go-member td h3 {
	font-size: 25px;
	margin-bottom:15px;
	color: #333;
}
.go-member td .fl {
	display: block;
	width: 190px;
	height: 90px;
	margin-left: 100px;
	background-position: left center;
	background-repeat: no-repeat;
}
.go-member td p {
	clear: both;
	color: #333;
}
.orderbutton {
	display: block;
	background: transparent url(img/background-button.gif) no-repeat left center;
	width: 190px;
	line-height: 30px;
	text-align: center;
	font-family: 'FontBold', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #979797;
}
a.orderbutton:hover {
	color: #f7f7f7;
}

* + html .clear4ie7 {
	clear: both;
	height: 22px;
}


/* break long words */
.wordwrap {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: pre;
  white-space: pre-line;
}


/* ----------------------------------------------------- IE6 and below */
* html {
	width : 100%;
}
/* ----------------------------------------------------- IE7 and below */
* + html {
	width : 100%;
}