p.info {
	color:#333333;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
p.alert {
	color:#DD0000;
	margin-top: 10px;
	font-weight: bold;
}
p.alert_zusatz {
	color:#333333;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
}
p.alert_ok {
	color:#009EFF;
	margin-top: 10px;
	font-weight: bold;
}
p#hinweis_txt {
	margin: 0 0 10px 0;
	padding-top: 10px;
	border-top: 1px solid #999999;
}

input.submit_btn {
	border: 1px solid #dcdcdc;
}
img.packages {
	margin-top: 15px;
}

form#agbForm div#agb_accept_wrapper {
	margin-top: 2px;
}
form#agbForm div p {
	width: 410px;
	float: left;
	position: relative; /*peekaboo-bug ie*/
}

/* --- Recorderseite --- */

img.nologin_package, img.nologin_package_center {
	float: left;
	margin: 0 5px 12px 5px;
}
img.nologin_package_center {
	margin: 0 30px 0 30px;
}

/* Speicherauslastungs-Balken */
div.storageBarWrapper {
    margin: 3px 5px 3px 0;
    border: 1px solid #EFEFEF;
}
div.storageBarWrapper div.storageBar {
    position: relative;
}
div.storageBarWrapper div.storageBarRec {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e32541;
}
div.storageBarWrapper div.storageBarSched {
    position: absolute;
    bottom: 0;
    background-color: #ef7c8b;
}
div.storageBarWrapper div.storageBarEmpty {
    position: absolute;
    bottom: 0;
    background-color: #FFFFFF;
}

div.storageBarInfosWrapper {
    float: right;    /* safari hack */
    margin-right: 5px;
}
table.storageBarInfos p {
    font-weight: normal;
    display: inline;
}
table.storageBarInfos p.occInfo {
    font-weight: normal;
    color: #e32541;
}
table.storageBarInfos p.schedInfo {
    font-weight: normal;
    color: #ef7c8b;
}
table.storageBarInfos p.emptyInfo {
    float: right;
}
table.storageBarInfos p {
    font-weight: normal;
    display: inline;
}
table.storageBarInfos td.more {
	padding-top: 12px;
}
p.storageBarAdd {
    width: 468px;
    text-align: right;
    margin-bottom : 10px;
}
p.productgroup_name {
    float: left;
    width: 100px;
    font-weight: bold;
    color: #646464;
}

/* Record/Shop-Listing */
table.recordListing { margin-bottom:10px; padding:0 3px 0 3px; clear: both; }
table.recordListing td { height: 20px; padding: 0 0 0 5px; }
table.recordListing td input { padding: 0; }
table.recordListing td.border { border-bottom: 1px solid #C8C8C8; }
table.recordListing td.bold { font-weight: bold; }
table.recordListing td.club_border { border-top: 1px solid #C8C8C8; padding-top: 5px; }
table.recordListing td.club_image { padding-top: 5px; vertical-align: top; }
table.recordListing td.option { border-bottom: 1px solid #EFEFEF; padding: 0; }
table.recordListing td.product_title { font-size: 1.27em; font-weight: bold; color: #000000; }
table.recordListing td.hell { color: #666666; }
table.recordListing td.price { font-size: 14px; font-weight: bold; }
table.recordListing td.buy { font-weight: bold; }
table.recordListing td label { margin-bottom: 3px; }
/*table.recordListing td img.icon_large { padding-left: 5px; }*/
.special_offer { color: #DD0000; }

/* Cart */
table.cart { margin-bottom: 40px; }
form#cartform img { float: left; width:353px; height:67px; }
form#cartform input.cartSubmit { float:right; }
/* Shop */
h1.shoptitle_status1 {
    background-image:url(/img/recordtv/icons/shop/shop_status_1.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}
h1.shoptitle_status2 {
    background-image:url(/img/recordtv/icons/shop/shop_status_2.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}
h1.shoptitle_status3 {
    background-image:url(/img/recordtv/icons/shop/shop_status_3.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}
h1.shoptitle_status1_fr {
    background-image:url(/img/recordtv/icons/shop/shop_status_1_fr.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}
h1.shoptitle_status2_fr {
    background-image:url(/img/recordtv/icons/shop/shop_status_2_fr.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}
h1.shoptitle_status3_fr {
    background-image:url(/img/recordtv/icons/shop/shop_status_3_fr.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}
/* Cash */
p.total_text { padding-bottom: 15px!important; }

input.radio {
    margin: 3px 3px 0 0;
    padding: 0;
}
ul.abolist {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

ol.norec_explain {
    margin: 10px 0 0 20px;
    /*margin: 0;*/
    list-style: decimal;
}
ol.norec_explain li {
    padding-bottom: 3px;
}

p.footnote {
    margin-top: 10px;
    padding-top: 10px;
    color: #646464;
    border-top: 1px solid #C8C8C8;
}
p.footnote a {
    color: #646464;
}

/* --- landingpage --- */
ul#landingpage_steps {
    padding-left: 5px;
}
ul#landingpage_steps li {
    padding-left: 20px;
    padding-bottom: 8px;
    height: auto;
}
ul#landingpage_steps li#one {
    background:url(/img/icons/li_01.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}
ul#landingpage_steps li#two {
    background:url(/img/icons/li_02.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

/* --- AGB Seite --- */
ol#recordtv_agb {
    padding: 0 5px 0 5px;
}
ol#recordtv_agb li {
    margin: 12px 0 12px 0;
    /*padding: 0 0 0 20px;*/
    list-style-type: decimal;
    list-style-position: inside;
}

ol#recordtv_agb li ul li {
    list-style: disc outside none;
    margin: 12px 0 0 30px;
}

/* Downloadä-Promotiion */
div.download_trial {
    background-color:#CFF1FC;
    border: 3px solid #1EA1C9;
    padding: 14px 17px 14px 17px;
}

div.download_trial img {
    float:left;
    padding-right: 14px;
}

div.download_trial h2 {
    padding-bottom: 7px;
}

div.download_trial p {
    line-height: 1em;
    padding: 0px 0px 0px 0px !important;
    color: #646464;
 }

 ul.shop li.arrow_list {
    padding: 0px 0px 0px 10px !important;

}

/* Stationlist Layer */
#stListWrapper {
    width: 528px;
    height: 400px;
    margin: 4px;
}
.stListStationGroup {
    width: 100px;
    padding: 0 2px;
    float: left;
    min-height: 200px;
}
.stListGroupTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    background: #EBEBEB;
    color: #646464;
    font-size: 12px;
    font-family: Arial
}
.stListStation {
    padding: 0;
    margin: 3px 0;
}

table.productexplanation td {
    padding: 5px 0px 5px 0px;
}

sup {
	font-size: 9px;
	vertical-align: super;
}

table.shopdetail td {
	border: solid #CCCCCC 1px;
	padding: 5px;
	text-align:center;
	vertical-align: middle;
}
table.shopdetail tr.headerrow {
	background-color: #EBEBEB;
}
table.shopdetail tr.headerrow td {
	vertical-align: middle;
	font-weight: bold;
}
table.shopdetail tr.subheaderrow td {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
table.shopdetail tr.subheaderrow td img {
	margin-right: 20px;
}
table.shopdetail td.listingfirst {
	text-align: left;
	padding-left: 5px;
}
table.shopdetail td.listingfirst ul {
	margin-top: 5px;
}
table.shopdetail td.listingfirst ul li {
	list-style-type:disc;
	margin-left:15px;
	line-height:22px;
}

.station_replay_table {
	width: 100%;
}
.station_replay_table td {
	padding:5px;
}

