/*** BOX ***/

.box {
	background: transparent;
}

.box-top, .box-bottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display: block;
	overflow: hidden;
}
.xb1, .xb2, .xb3 {
	height: 1px;
}
.xb2, .xb3, .xb4 {
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.xb1 {
	margin: 0 5px;
	background: #dcdcdc;
}
.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.xb3 {
	margin: 0 2px;
}
.xb4 {
	height: 2px;
	margin: 0 1px;
}

.box-inner {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-repeat: repeat-x;
	background-position: bottom left;
}

.box-content {
	padding: 2px 5px;
}

.box-content .c24-teaser-img {
	float: left;
	margin: 0 10px 5px 0;
}

.box-title {
	/*padding: 2px 0px 2px 0px;*/
}

.box h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;

}

.box h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0;
}

.box h3 {
	font-size: 12px;
}

.box p {

}

/*** SPECIAL BOXES ***/
/*** INSURANCE ***/
.box.insurance .box-inner {
	background-image:url('../imgs/bg/bg_gd_blue.png');
}
.box.insurance .box-bottom .xb2,
.box.insurance .box-bottom .xb3,
.box.insurance .box-bottom .xb4 {
	background-color: #005DA8;
}

/*** ENERGY ***/
.box.energy .box-inner {
	background-image:url('../imgs/bg/bg_gd_orange.png');
}
.box.energy .box-bottom .xb2,
.box.energy .box-bottom .xb3,
.box.energy .box-bottom .xb4 {
	background-color: #F8BA00;
}

/*** FINANCE ***/
.box.finance .box-inner {
	background-image:url('../imgs/bg/bg_gd_green.png');
}
.box.finance .box-bottom .xb2,
.box.finance .box-bottom .xb3,
.box.finance .box-bottom .xb4 {
	background-color: #7AB51D;
}

/*** COMMUNICATION ***/
.box.communication .box-inner {
	background-image:url('../imgs/bg/bg_gd_blue_communication.png');
}
.box.communication .box-bottom .xb2,
.box.communication .box-bottom .xb3,
.box.communication .box-bottom .xb4 {
	background-color: #009ee1;
}

/*** INFO ***/
.box.info .box-inner {
	/*background: #ecf7fd;*/
}
.box.info .box-top .xb2,
.box.info .box-top .xb3,
.box.info .box-top .xb4 {
	background-color: #fbfbfb;
}
.box.info .box-bottom .xb2,
.box.info .box-bottom .xb3,
.box.info .box-bottom .xb4 {
	/*background-color: #ecf7fd;*/
}
.box.info .box-title {
	background-color: #fbfbfb;
}
.box.info .box-content {
	padding: 8px 7px;
}

.box-content .c24-more-info {
	float: right;
}

.box.info .box-title h3 {
	color: #666;
	font-size: 10px;
	padding: 0px 5px 3px 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	/*background-color: #fbfbfb;*/
}

.box.info .box-title.insurance h3 {
	/*
	background-color: #005DA8;
	color: #fff;
	border: none;
	*/
}

/*** PLAIN ***/
.box.plain .box-inner {
	background: #fff;
}
.box.plain .box-bottom .xb2,
.box.plain .box-bottom .xb3,
.box.plain .box-bottom .xb4 {
	background-color: #fff;
}

/*** PRODUCT TEASER ***/

.box-product-content {
	float: right;
	width: 330px;
}

.box-product-content .box-product-intro {
	margin-bottom: 10px;
}

.box-product-content .box-product-intro h2 {
	/*line-height: 100%;*/
}

.box-product-content .box-product-icon {
	float: left;
	margin-right: 15px;
}

.box-product-container {
	min-height: 197px;
	height: auto !important;
	height: 197px;
}

.box-product-container .box-product-img {
	height: 197px;
}


/*** PRODUCT INTRO TEASER ***/

.product-teaser {
	padding: 10px;
	height: 101px;
}
*html .product-teaser {
	/* Hack box size ie6 */
	padding-bottom: 5px;
}
.product-teaser-img {
	float: left;
	margin-right: 77px;
	margin-top: 10px;
	width: 75px;
	height: 75px;
}

.product-teaser-img.payback {
	width: 100px;	
}

.product-teaser-img.payback img {
	margin-top: 15px;	
}

.product-teaser-img-right {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.product-teaser-img-right.payback {
	margin-top: 0px;
}

.product-teaser-content {
	float: left;
}

.product-teaser-title {
	margin-bottom: 10px;
	margin-top:0px;
}

.product-teaser ul.product-teaser-list {
	margin-left:0px;
	padding-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	list-style-position: inside;
}
.product-teaser li {
	padding-left:2px;
	line-height:20px;

}

/*** PRODUCT HALF TEASER ***/
.box-product-left {
	float: left;
	width: 352px;
}

.box-product-right {
	float: right;
	width: 352px;
}

.box-product-content-half h2 {
	display: inline-block;
	margin-top: 7px;
}

.box-product-content-half h2,
.box-product-content-half h3 {
	font-size: 11px;
}

.box-product-content-half select {
	width: 138px;
}

.box-product-content-half input.text {
	width: 130px;
}

.box-product-content-half label {
	position: relative;
	top: -3px;
	padding-left: 3px;
	cursor: pointer;
}

.box-product-content-half .box-product-calc {
	float: right;
	width: 155px;
}

.box-product-content-half .box-product-icon {
	display: block;
	margin-bottom: 10px;
}

/*** PRODUCT CONTINUE ***/
.box-continue {
	margin-top: 15px;
}

/*** PRODUCT CONTINUE OVERVIEW ***/
.box-continue-overview {
	position: relative;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 100px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box-continue-overview .box-continue {

}

.box-continue-overview .box-continue-link {
	margin-right: 20px;
	padding-bottom:10px;
	white-space: nowrap;
}

.box-continue-overview .box-continue-button {
	float: right;
}



/*** LEFT ***/

.box-faq {
	list-style: none;
}

.box-faq li {
	padding-bottom: 7px;
}

.box-faq li a {
	display: block;
}

.box-menu,
.box-submenu {
	list-style: none;
}

*html .box-menu li{
		height:16px;
}

.box-menu li a {
	padding: 3px 0px 3px 15px;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	background:url('../imgs/boxes/navi_bullet_grey.png') no-repeat 0px 9px;
}

.box-submenu li a {
	text-transform: none;
	padding: 3px 0px 3px 20px;
	font-size: 10px;
	font-weight: normal;
	background:url('../imgs/boxes/navi_raquo_grey.png') no-repeat 5px 9px;
}



.box-menu li a.active {
	background:url('../imgs/boxes/navi_bullet.png') no-repeat 0px 9px;
	font-weight: bold;
}

.box-submenu li a.active {
	background:url('../imgs/boxes/navi_raquo.png') no-repeat 5px 9px;
	font-weight: bold;
}

.box-hotline {

}

.box-hotline .box-hotline-icon {
	float: left;
	margin-right: 7px;
}

.box-hotline .box-hotline-slogan {
	margin-top: 7px;
}

.box-hotline .box-hotline-tel {
	font-weight: bold;
}

.box-hotline .box-hotline-hours {
	font-size: 10px;
}

/*** CONTENT TEASER ***/
.content-teaser {
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin: 5px;
}

.content-teaser .content-teaser-img {
	float: left;
}

.content-teaser .content-teaser-title {
	padding-left: 100px;
}

.content-teaser .content-teaser-text {
	padding-left: 100px;
}

.content-teaser .content-teaser-continue {
	padding-left: 100px;
	margin-bottom: 0px;
}

/*** TEXT ***/
.content-main div.text {
	padding: 0px 5px;
}
.content-main .content-main-inner-no-css div.text{
	padding: 0;
}

.content-main div.text h1 {
	font-size: 14px;
	color: #005da8;
	margin-bottom: 15px;
}

.content-main div.text ol li {
	margin-left: 50px;
	margin-top: 10px;
}

.box-continue-overview .c24-teaser-icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 75px;
	height: 75px;
}
/* ie 6 hack fuer die icons */
* html .box-continue-overview .c24-teaser-icon {
	left: -95px;
}

/*** POPUP ***/

.window-close {
	float: right;
	margin-right: 20px;
	display: inline-block;
	padding-left: 15px;
	background:url('../imgs/global/window_close.png') no-repeat 0px 4px;
}


/*** NEW TEASER BOXES ***/

div.teaserBox { position:relative; height:190px; padding:10px; }

div.teaserBox.doubleHeight { position:relative; height:226px; padding:10px; }

div.teaserBox.insuranceBike { background:url(../imgs/boxes/full/motorrad.jpg?v=2) top no-repeat; }
div.teaserBox.insurance { background:url(../imgs/boxes/full/kfz.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-haftpflichtversicherung-landingpage { background:url(../imgs/boxes/full/haftpflichtversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-hausratversicherung-landingpage { background:url(../imgs/boxes/full/hausratversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-hundeversicherung-landingpage { background:url(../imgs/boxes/full/hundeversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-rechtsschutzversicherung-landingpage { background:url(../imgs/boxes/full/rechtsschutzversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-risikolebensversicherung-landingpage { background:url(../imgs/boxes/full/risikolebensversicherung.jpg?v=2) top no-repeat; }

div.teaserBox.energy { background:url(../imgs/boxes/full/strom.jpg?v=2) top no-repeat; }
div.teaserBox.energy-strom-landingpage { background:url(../imgs/boxes/full/strom_studie.jpg?v=2) top no-repeat; }
div.teaserBox.energy-gas-landingpage { background:url(../imgs/boxes/full/gas_kundenbefragung.jpg?v=2) top no-repeat; }
div.teaserBox.communication-dsl-landingpage { background:url(../imgs/boxes/full/dsl.jpg?v=2) top no-repeat; }
div.teaserBox.communication-mobiles-internet-landingpage { background:url(../imgs/boxes/full/mobiles-internet.jpg?v=2) top no-repeat; }
div.teaserBox.finance { background:url(../imgs/boxes/full/kredit.jpg?v=2) top no-repeat; }
div.teaserBox.finance-landingpage { background:url(../imgs/boxes/full/ratenkredit_topzins.jpg?v=2) top no-repeat;height:115px; }
div.teaserBox.finance-autokredit-landingpage { background:url(../imgs/boxes/full/autokredit.jpg?v=2) top no-repeat;height:115px; }
div.teaserBox.finance-girokonto-landingpage { background:url(../imgs/boxes/full/girokonto_h165_ingdiba.jpg?v=4) top no-repeat;height:165px; }
div.teaserBox.finance-girokonto-landingpage.teaserBox .box-inner {height: 60px;}
div.teaserBox.finance-ratenkredit-aktion { background:url(../imgs/boxes/full/ratenkredit_aktion.jpg?v=2) top no-repeat; }
div.teaserBox.finance-ratenkredit-aktion-vergleich { background:url(../imgs/boxes/full/ratenkredit_aktion_vg.jpg?v=8) top no-repeat;height:115px; }
div.teaserBox.finance-autokredit-aktion-vergleich { background:url(../imgs/boxes/full/ratenkredit_aktion_vg.jpg?v=8) top no-repeat;height:115px; }
div.teaserBox.finance-baufinanzierung-offer { background:url(../imgs/boxes/full/baufinanzierung.jpg?v=0) top no-repeat;height:210px; }

div.teaserBox.rental { background:url(../imgs/boxes/full/mietwagen.jpg?v=2) top no-repeat; }
* html div.rental { background:none; } /* fix double-class-specification-bug in ie6 */
div.teaserBox.rental-toppreis { background:url(../imgs/boxes/full/mietwagen_toppreis.jpg?v=2) top no-repeat; }
div.teaserBox.hotel { background:url(../imgs/boxes/full/hotel.jpg?v=2) top no-repeat; }
div.teaserBox.hotel-testsieger { background:url(../imgs/boxes/full/hotel_testsieger.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.insuranceBike { background:url(../imgs/boxes/half/motorrad.jpg?v=2) top no-repeat; }
/*.box-product-half div.teaserBox.insurance { background:url(../imgs/boxes/half/kfz.jpg?v=2) top no-repeat; }*/
.box-product-half div.teaserBox.energy { background:url(../imgs/boxes/half/strom.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.communication { background:url(../imgs/boxes/half/dsl.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.finance { background:url(../imgs/boxes/half/kredit.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.rental { background:none; }
/*.box-product-half div.teaserBox.hotel { background:url(../imgs/boxes/half/hotel.jpg?v=2) top no-repeat; }*/

.box-product-half div.teaserBox.doubleHeight.finance { background:url(../imgs/boxes/half/finance_double.jpg?v=2) top no-repeat !important; }
.box-product-half div.teaserBox.doubleHeight.energy { background:url(../imgs/boxes/half/energy_double.jpg?v=1) top no-repeat !important; }
.box-product-half div.teaserBox.doubleHeight.communication { background:url(../imgs/boxes/half/communication_double.jpg?v=2) top no-repeat !important; }

.teaserBox .intro { width:342px; float:right; margin-bottom:10px; }
.teaserBox .intro img { margin-right:10px; }
.box-product-left .teaserBox .intro, .box-product-right .teaserBox .intro { width:160px; }

.teaserBoxFullWidth { padding:0 !important; }
.box-product-half .teaserBoxFullWidth .content { width:352px !important; }

.teaserBox .content { position:relative; clear:right; width:342px; float:right; }
.teaserBox .box-inner { height:110px; }
.teaserBox .contentFullHeight .box-inner { height:180px; }
.box-product-half .teaserBox .content { width:160px; }
.box-product-half .teaserBox .box-inner { height:180px; }

.teaserBox .icon { float:left; }

.teaserBox h2 { font-size: 14px; margin-top: 0px; margin-bottom: 10px; padding:0; }
.teaserBox p { margin:0; padding:0; }

.teaserBox dd, .box dd { margin-bottom:10px; position:relative; }
.teaserBox em.error, .box-product-calc em.error, .box em.error { display:block; }
.teaserBox.doubleHeight em.error { display:inline; }


.teaserBox.doubleHeight h3 { font-size:11px; }
.teaserBox.doubleHeight p { line-height:13px; }
.teaserBox.doubleHeight form { display:inline; }
.teaserBox.doubleHeight .neutral { color:#666 !important; }
.teaserBox.doubleHeight .strong { font-size:10px; font-weight:bold; }
.teaserBox.doubleHeight .outtro { position:absolute; bottom:10px; left:10px; width:332px; }
.teaserBox.doubleHeight .small { font-size:11px; font-family:Calibri,Times New Roman,sans-serif; color:#333; }

.teaserBox.doubleHeight .intro { width:334px !important; float:none; margin-bottom:10px; }
.teaserBox.doubleHeight .content { position:absolute; top:80px; left:10px; float:none; width:332px !important; height:50px !important; }
.teaserBox.doubleHeight .content .box-inner { height:112px !important; }


.teaserBox.doubleHeight.finance dl { margin-top:10px; }
.teaserBox.doubleHeight.finance dt.kp { position:absolute; top:72px; left:8px; }
.teaserBox.doubleHeight.finance dd.kp { position:absolute; top:89px; left:8px; }
.teaserBox.doubleHeight.finance dt.lz { position:absolute; top:72px; left:110px; }
.teaserBox.doubleHeight.finance dd.lz { position:absolute; top:89px; left:110px;0 }

.teaserBox.doubleHeight.communication .tabs { list-style:none; position:absolute; top:0; left:0; width:332px; background:url(../imgs/boxes/half/dsl_tabs.gif) top left; }
.teaserBox.doubleHeight.communication .tabs li { float:left; }
.teaserBox.doubleHeight.communication .tabs li a { display:block; width:146px; padding:5px 10px; color:#fff; }
.teaserBox.doubleHeight.communication .tabs li.active a { color:#009EE1; }
.teaserBox.doubleHeight.communication .tabs li.active a:hover { text-decoration:none; cursor:default; }

.teaserBox.insurance h2, .teaserBox.insurance h3, .tabbedBox li.insurance a { color: #005DA8; }
.teaserBox.insurance-haftpflichtversicherung-landingpage h2, .insurance-haftpflichtversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-hausratversicherung-landingpage h2, .insurance-hausratversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-hundeversicherung-landingpage h2, .insurance-hundeversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-rechtsschutzversicherung-landingpage h2, .insurance-rechtsschutzversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-risikolebensversicherung-landingpage h2, .insurance-risikolebensversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insuranceBike h2, .teaserBox.insuranceBike h3 { color: #005DA8; }
.teaserBox.finance h2, .teaserBox.finance h3, .tabbedBox li.finance a { color: #7AB51D; }
.teaserBox.finance-ratenkredit-aktion h2, .teaserBox.finance-ratenkredit-aktion h3 { color: #7AB51D; }
.teaserBox.finance-baufinanzierung-offer h2, .teaserBox.finance-baufinanzierung-offer h3 { color: #7AB51D; }
.teaserBox.energy h2, .teaserBox.energy h3, .tabbedBox li.energy a { color: #F6B800; }
.teaserBox.energy-strom-landingpage h2, .teaserBox.energy-strom-landingpage h3 { color: #F6B800; }
.teaserBox.energy-gas-landingpage h2, .teaserBox.energy-gas-landingpage h3 { color: #F6B800; }
.teaserBox.communication h2, .teaserBox.communication h3, .tabbedBox li.communication a { color: #009EE1; }
.teaserBox.communication-dsl-landingpage h2, .teaserBox.communication-dsl-landingpage h3 { color: #009EE1; }
.teaserBox.rental h2, .teaserBox.rental h3, .tabbedBox li.travel a { color: #F24900; }
.teaserBox.rental-toppreis h2, .teaserBox.rental-toppreis h3 { color: #F24900; }
.teaserBox.hotel h2, .teaserBox.hotel h3 { color: #F24900; }
.teaserBox.hotel-testsieger h2, .teaserBox.hotel-testsieger h3 { color: #F24900; }
.teaserBox.flight h2, .teaserBox.flight h3 { color: #F24900; }
* html .box-title { background-image:none !important; } /* ie6 fix: removing double-classified backgrounds */

.teaserBox.insurance .content .icon { position:absolute; top:25px; right:30px; }
.teaserBox.insurance .content dt { float:left; margin-right:5px; }

.commonHeight .box-inner .box-inner { height:142px; }

.box-product-half input.full { width:140px; }
.box-product-half select.full { width:148px; }
.box-product-half textarea.full { width:140px; }

.teaserBox .input_date, .box .input_date  { width:90px; }
.teaserBox .input_rooms, .box .input_rooms { width:65px; }
.teaserBox .formLeft, .box .formLeft { clear:left; float:left; }
.teaserBox .formRight, .box .formRight { float:left; }
.teaserBox #form_energy_power_full em { position:absolute; top:-8px; left:62px; }

.tabbedBox ul.menu { list-style:none; float:left; }
.tabbedBox ul.menu li { float:left; padding:0 8px; border-right:1px solid #666; }
.tabbedBox ul.menu li.last { border-right:none; }
.tabbedBox ul.menu li a { font-size:14px; color:#666; }
.tabbedBox ul.menu li a.active { color:#005DA8; }
.tabbedBox p { clear:left; }
.tabbedBox .tabContent ul.news { clear:left; list-style:none; }
.tabbedBox .tabContent ul.news li { height:1%; /* ie6 fix */ }
.tabbedBox .tabContent ul.news li .date { clear:left; float:left; }
.tabbedBox .tabContent ul.news li .body { margin-left:80px; margin-bottom:10px; }
.tabbedBox .tabContent ul.news li .title { margin:0; font-weight:bold; }
.tabbedBox .tabContent ul.news li .title a { color:#666; }
.tabbedBox .tabContent ul.news li .teaser { display:inline; margin:0; }
.tabbedBox .tabContent ul.news { clear:left; list-style:none; }
.tabbedBox .tabContent h2 { clear:left; font-size:11px; margin-bottom:0; }
.tabbedBox .tabContent .first { margin-top:0; }

table.c24Partner { border:1px solid #AAAAAA; border-collapse:collapse; }
table.c24Partner td, table.c24Partner th { border:1px solid #AAAAAA; padding:10px;text-align:left; }
.c24Partner h1 { margin-top:0px; }
.c24Partner h4 { margin:0 0 5px 0; }
.c24Partner p { margin: 0 0 10px 0; }
.c24Partner ol { padding:0 20px; margin:0 0 10px 0; }
.c24Partner ol li { margin: 0 0 5px 0; }

/* Chrisn Test, muss in base.css */
#navi { z-index: 100; }


/***************** Double BOX ****************/
.box-double{
	border-spacing:0px;

}


.box-double td.left{
	width:362px;
}
*html .box-double td.left{
	width:364px;
}
*+html .box-double td.left{
	width:364px;
}
.box-double td.right{
	width:360px;
}
*html .box-double td.right{
	width:364px;
}
*+html .box-double td.right{
	width:364px;
}

.box-double td{
	padding:0;
}
.box-double td.spacer{
	width:13px;
}
.box-double td.box-content-left{
	vertical-align:top;
	width:352px;
	padding:0 5px 5px 5px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.box-double td.box-content-right{
	width:350px;
	vertical-align:top;
	padding:0 5px 5px 5px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

table.contact {}
table.contact th { padding-bottom:5px; text-align:left; }
table.contact tr.last td { padding-bottom:25px; }
table.contact td.product { padding-right:15px; }
table.contact td.phone { padding-left:15px; padding-right:15px; }
table.contact td.email { padding-left:15px; }


/* LANDINGPAGE STYLES */

.c24-lp-teaser-sidebar {
	border:1px solid #dcdcdc;
	margin-bottom:20px;
}
.c24-lp-teaser-sidebar h3 {
	 background-color:#1a5ea4;
	 color:#ffffff;
	 padding:3px 3px 3px 7px;
	 margin:0;
}
.c24-lp-teaser-sidebar .c24-lp-textbox {
	padding:5px;
}
ul.c24-lp-content-list {
	list-style:none;
}
ul.c24-lp-content-list li {
	border-bottom:1px solid #dcdcdc;
	margin-bottom:8px;
	padding-bottom:8px;
}
ul.c24-lp-content-list li.c24-last {
	border-bottom:none;
	padding:0;
}
ul.c24-lp-content-list li.c24-first {
	margin-top:2px;
}
ul.c24-lp-content-list .c24-lp-price-box {
	width:52px;
	height:50px;
	background-image:url(/imgs/landingpages/risikoleben/lp-tarif-list-preis-hg.jpg);
	color:#1b4978;
	float:left;
	margin:4px 7px 2px 0;
	padding:8px 2px 2px 6px;
}
ul.c24-lp-content-list .c24-lp-price-box .c24-lp-price-time {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	line-height:8px;
	margin:2px 0 0 2px;
}
ul.c24-lp-content-list .c24-lp-price-box .c24-lp-price {
	margin:5px 0;
	font-size:12px;
	font-weight:bold;
}

