/* Localized */
/**
 *
 *	§1	DEFAULTS
 *	§1.1	reset
 *	§1.2	tools
 *	§1.3	typography
 *	§2	GLOBAL
 *	§2.1	container
 *	§2.2	nav
 *	§2.3	canvas
 *	§2.4	content
 *	§2.5	footer
 *	§3	MODULES
 */

/**
 *	COLOR REFERENCE
 *	#E4E9EA background
 *  #4997AD	highlight
 *	#323232	dark grey
 *	#999999 grey
 *	#CCCDCC light grey
 */

/*	@group §1 DEFAULTS 
 *********************************************************/

/**
 *	@group §1.1	reset
 *
 *	basierend auf dem CSS reset von Eric Meyer
 *	@see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *
 *	angepasst für Charlotte Lichtuhr Website
 */
html, body, div, span, applet, object, iframe,
h1, 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: 		normal;
	font-style: 		normal;
	font-size: 			100%;
	font-family: 		inherit;
	vertical-align: 	baseline;
}
:focus {
	outline: 			0;
}
ol, ul {
	list-style: 		none;
}
table {
	border-collapse: 	collapse;
	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 reset **/

/**
 *	@group §1.2	Tools
 */
.hide {
	position: 			absolute !important; 
	left:				-9999px !important; 
}
.hide-text {
	text-indent: 		-9999px;
}
/* Clear Floated Elements */

.clear {
	clear: both;
}

/* clearfix */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

/* .floatbox-Anpassung fuer IE6 */
* html .floatbox {width:100%;}
/** @end Tools **/


/**
 *	@group §1.3 typography
 */
body {
	font:				18px/26px Arial, sans-serif;
	-webkit-text-stroke:1px rgba(255, 255, 255, 0.0078125)
}
strong {
	font-weight:		bold;
}
p {
	margin: 			0 0 21px;
	font-size:			14px;
	line-height:		21px;
}
ul.usps li {
	margin-bottom: 		15px;
	margin-right: 		0px;
	margin-top: 		0;
	font-size: 			13px;
	line-height:		21px;
}
ul.usps h5.blue {
	font-size: 			14px;
	font-weight: 		bold;
	text-transform: 	uppercase;
	line-height:		18px;
	color: 				#58B2DF;
}
ul.usps h5.green {
	font-size: 			14px;
	font-weight: 		bold;
	text-transform: 	uppercase;
	line-height:		21px;
	color: 				#B4C926;
}
ul.usps h5.red {
	font-size: 			14px;
	font-weight: 		bold;
	text-transform: 	uppercase;
	line-height:		21px;
	color: 				#DE1E24;;
}
ul.features li {
	margin-left: 		18px;
	margin-bottom: 		10px;
	margin-right: 		0;
	margin-top: 		0;
	list-style-image: 	url(../images/dot_10.png);
	font-size: 			13px;
	line-height:		21px;
}
p.intro {
	font-size:			15px;
	line-height:		24px;
}
h2 {
	word-wrap: normal;
	font:				30px "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-weight: 		lighter;
	margin-left: 		0;
	margin-bottom: 		18px;
	margin-right: 		0;
	margin-top: 		15px;
	line-height: 		35px;
}
h3 {
	margin-left: 		0;
	margin-bottom: 		18px;
	margin-right: 		0;
	font-size: 			18px;
	line-height:		27px;
}
h3.content {
	margin-left: 		0;
	margin-bottom: 		18px;
	margin-right: 		0;
	margin-top: 		40px;
	font-size:			30px;
	font-weight: 		100;
	line-height:		37px;
}
h4 {
	margin-left: 		0;
	margin-bottom: 		8px;
	margin-right: 		0;
	margin-top: 		25px;
	font-weight: 		300;
	color:				#D40001;	
}
h5 {
	margin: 			20px 0 5px;
	font-weight: 		200;
	font-size: 			14px;
}
a {
	text-decoration:	none;
	color:				#D40001;
}
a:focus,
a:hover {
	text-decoration:	underline;
}
/** @end typography **/


/** @end DEFAULTS *****************************************/
/** @group §2 GLOBAL ***********************************/

/**
 *	@group §2.1	wrapper
 */
body.home {	
	margin: 			0;
	padding: 			0;
	background: 		#f2f2f2;
}
#site-content.home {
	background:			#fefffe url(/_/img/banner_circles_big.jpg) repeat-x center top;
	background-attachment:scroll;
	/* background-position: top center; */
}
#site-content {
	background:			#fefffe url(/_/img/banner_circles_small.jpg) repeat-x center top;
	background-attachment:scroll;
	/* background-position: top center; */
}
#wrapper {
	
}
/** @end wrapper **/

/**
 *	@group §2.2	header
 */
#header {	
	height:				59px;
	line-height: 		59px;
}
#header h1 {
	float: 				left;
}

#header img {
	vertical-align: 	middle;
}
* html #header img {
	padding:			10px 0 0;
}
* html #nav {
	padding:			20px 0 0;
}
* html #header #nav img {
	padding: 			0;
}
#nav {
	text-align: 		right;
}

#nav li {
	margin:				0 0 0 10px;
	display:			inline;
	line-height: 		59px;
}
#nav a.entry {
	color: 				#f1f1f1;
	font-size: 			15px;
	padding: 			5px 12px;
}
#nav a.entry:focus,
#nav a.entry:hover {
	color: 				#000;
	text-decoration:	none;
	background-color: 	#FF2626;
	/* background-color: 	#FF2626; */
	padding: 			5px 12px;
	
	-webkit-box-shadow: #FF9999 0 0 4px;
	-moz-box-shadow: 	#FF9999 0 0 4px;
	box-shadow: 		#FF9999 0 0 4px;
		
	-webkit-border-radius: 	5px; 
	-moz-border-radius: 	5px; 
	border-radius: 			5px;	
}

#nav a.entry:active {
	background-color: 	#FF6666;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 	0;
	box-shadow: 		0;	
}

/*------- alt ------------------
#nav li {
	padding:			6px 15px 4px;
	margin:				0 15px 0 0;
	display:			inline;
	font-size:			14px;
	line-height: 		15px;

	background-color: 	#fae191;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
#nav li:hover {
	background-color: 	#f5c325;
}
#nav a {
	color: 				#000;
}
#nav a:focus,
#nav a:hover {
	color: 				#000;
	text-decoration:	none;
}
--------------------------------*/


/** @end header **/

/**
 *	@group §2.3	
 */
#canvas {
	height:				73px;
	padding:			27px 0 0;
}
body.home #canvas {
	height: 			450px;
	padding-top: 		30px; 	/*  Abstand zum zur NAV  */
	padding-left: 		0px;
	padding-bottom: 	0;
	padding-right: 		0;
	/* background:			#000 url(/_/images/banner_badmatch_3.jpg) no-repeat 5px 0px; */
	/* background:			#000 url(/_/img/banner_simpleled_1.png) no-repeat -330px 0px; */
	margin: 			0;
}
#canvas p {
	color:				#CCCDCC;
	margin: 			9px 0 4px;
	line-height: 		26px;
	font-size:			15px;
}
#canvas div.iPhone-screen {
	left: 33px;
	top: -530px;
	position: relative;
}
/** @end canvas **/

/**
 *	@group §2.4	content
 */
#content {
	clear:				both;
	padding:			35px 0 35px;
}

/** @end content **/


/**
 *	@group §2.5	footer
 */

#site-footer {
	background: 		#f2f2f2 url(../images/footer-schatten.gif) no-repeat top center;
	margin: 			0;
	padding: 			27px 0 0;
	clear: 				both;
	position: 			relative;
}
#site-footer div.container {
	width: 				940px;
	margin: 			0 auto;
	padding: 			0;
	position: 			relative;
}
#site-footer div.footer {
	width: 				940px;
	padding: 			0;
	padding-bottom: 	150px;
	margin: 			15px 0;
	border-top: 		1px solid #e7e3d7;
	display: 			block;
	clear: 				both;
	float: 				left;
}
#site-footer ul {
	padding:			4px 0 0;	
	float: 				right;
	margin-right: 		12px;
	list-style: 		none;
}
#site-footer ul li {
	display:			inline;
	font-size: 			12px;
	line-height: 		18px;
	margin-left: 		25px;
}
#site-footer p {
	padding: 			10px 0 10px;
	margin: 			0;
	color: 				rgb(119, 119, 119);
	font-size: 			12px;
	line-height: 		18px;
}
#site-footer h1 {
	color: 				rgb(80, 80, 80);
	font-size: 			15px;
	line-height: 		18px;
}
#site-footer a {
	text-decoration:	none;
	color: 				rgb(119, 119, 119);
}
#site-footer a:focus,
#site-footer a:hover {
	text-decoration:	none;
	color:				#151515;
}
#site-footer div.col_1 {
	float: left;
	margin-right: 20px;
	width: 320px;
	padding: 0;
	display: block;
}
#site-footer div.col_2 {
	float: left;
	margin-right: 30px;
	width: 320px;
	padding: 0;
	display: block;
}
#site-footer div.col_3 {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
}
#site-footer input.input-text {
	background: white !important;
	color: rgb(51, 51, 51);
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 0 5px;
	height: 25px;
	border: 1px solid rgb(187, 187, 187);
	text-shadow: rgb(255, 255, 255) 0px 0px 1px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

#site-footer button {
	color: white;
	font-size: 13px;
	font-weight: bold;
	background-color: #aaaaaa;
	border: 0px;
	cursor: pointer;
	height: 27px;
	padding: 0px;
	width: 60px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
#site-footer button:hover {
	background-color: rgb(119, 119, 119);
}

/** @end footer **/




/** @end STRUCTURE ****************************************/


/* boxen */

.box {
	border:				1px solid #e7e3d7;
	background:			#F2F2F2 /*url(/_/img/bg_trans_box.png) repeat-x top*/;
	padding: 			13px 15px 12px;
	position:			relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box h3 {
	font-size:			16px;
	margin:				0 0 5px;
}
.box p {
	font-size:			12px;
	line-height:		17px;
	margin: 			0 0 17px;
}
.box img.deco {
	display:			block; 
	position: 			absolute;
	bottom: 			0;
	left: 				0;
}

/*
body.home .box{
	height:				192px;
	margin: 			-2px 3px 0 -3px;
}
*/


.iphone-boxes {
	margin: 			60px 0 0;
}
.iphone-boxes .box {
	height:				180px;
}
.history-boxes .box {
	height:				140px;
}
/* IE rounded corners fix */
.box .tl,
.box .tr,
.box .bl,
.box .br {
	display:			block;	
	position: 			absolute;
}
.box .tl {
	top:				-1px;
	left: 				-1px;
}
.box .tr {
	top:				-1px;
	right: 				-1px;
}
.box .br {
	bottom:				-1px;
	right: 				-1px;
}
.box .bl {
	bottom:				-1px;
	left: 				-1px;
}
.downloads a.thumb {
	border: 			2px solid #CCC;
	float:				left;
	margin:				0 10px 0 0;
	position:			relative;	
}
.downloads a.thumb img {
	display:			block;	
}
.downloads a.thumb img.zoom {
	position: 			absolute;	
	top:				-5px;
	right:				-5px;
	display:			none;	
}
.downloads a.thumb:focus img.zoom,
.downloads a.thumb:hover img.zoom {
	display:			block;	
}
.downloads strong,
.downloads a.link {
	display:			block; 
	margin:				0  0 0 268px;
	font-size:			13px;
	line-height:		16px;
}
.downloads-iphone span.text {
	float:				left;
	margin:				0 20px 0 0;
	position:			relative;	
}
.downloads-iphone a.thumb {
	border: 			2px solid #ccc;
	float:				left;
	margin:				0 20px 0 0;
	position:			relative;	
}
.downloads-iphone a.thumb:hover{
	border: 			2px solid #F9CC3F;
}
.downloads-iphone a.thumb img {
	display:			block;	
}
.downloads-iphone a.thumb img.zoom {
	position: 			absolute;	
	top:				-10px;
	right:				-10px;
	display:			none;	
	
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../_/images/magnify.png', sizingMethod='scale');	
	
}
.downloads-iphone a.thumb:focus img.zoom,
.downloads-iphone a.thumb:hover img.zoom {
	display:			block;	
}
.downloads-iphone a.link {
	float:				right;
	margin:				0;
	font-weight:		bold;
	font-size:			13px;
	line-height:		16px;
}
.downloads-iphone a.link img {
	border: 			0;
	padding:			0 0 0;
}
.downloads-iphone a.link:focus ,
.downloads-iphone a.link:hover  {
	text-decoration:	none;
}


/* CSS Download Box*/
.pdf-file {
	background-image: url(http://www.lichtuhr.com/_/images/icon_pdf.gif);	
}
.icon {
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: no-repeat;
	padding-left: 20px;	
	
	display: inline-block;
	vertical-align: bottom;
}


/* reviews */
#reviews blockquote p{
	color:				#989898;
	font:				14px/23px Georgia;
	margin:				0 0 20px; 
	font-style: 		italic;
}
#reviews .who {
	text-align: 		right;
	padding: 			0;
}
#reviews .who a {
	font:				14px/23px Georgia;
	margin:				0 0 5px; 
	padding-right:		20px;
	text-decoration:	none;
	color:				#3B859D;
	font-style: 		italic;	
}
#reviews .who a:focus,
#reviews .who a:hover {
	text-decoration:	underline;
	font-style: 		italic;	
}


/* feature lists */ 
.features h4 {
	margin-top:			0px;	
}

p.switch {
	text-align: 		right;
	padding: 			17px 23px 0;
	font-size:			11px;
	color: 				#999999;
}


/* fancy popup */
.fancy-popup-container {
	display: none;
}
.fancy-popup {
	position: relative;
	top: 29px;
	left: 10px;
	width: 539px;
	padding: 0 9px 0 2px;
	float: left; /* resetting margin */
	
	font-size: 15px;
	background: url(http://www.lichtuhr.com/_/images/fancy_popup_bg.sprite.png) -579px 0 repeat-y;
	color: #323232;
}
#TB_window .fancy-popup h4 {
	position: relative;
	top: 0;
	margin: -29px -9px -19px -2px;
	padding: 19px 20px;
	
	font-weight: normal;
	background: url(http://www.lichtuhr.com/_/images/fancy_popup_bg.sprite.png) -29px 0 no-repeat;
}
#TB_window .fancy-popup h4 a {
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 29px;
	height: 29px;
	
	text-indent: -9999px;
	background: url(http://www.lichtuhr.com/_/images/fancy_popup_bg.sprite.png) 0 0 no-repeat;
}
#TB_window .fancy-popup h5 {
	margin: 25px 19px 0px;
	
	color: #4497ae;
	font-size: 13px;
	font-weight: bold;
}
#TB_window .fancy-popup p {
	margin: 0 19px 20px 19px;
	line-height: 22px;
	font-size: 13px;
}
#TB_window .fancy-popup .cont {
	margin: -12px 19px 20px 19px;
}

#TB_window .fancy-popup .options {
	position: relative;
	margin: 0 -9px -29px -2px;
	padding: 9px 29px 9px 19px;	
	
	background: url(/_/images/fancy_popup_bg.sprite.png) -1129px 100% no-repeat;
}
#TB_window .fancy-popup .options p {
	padding: 10px 0;	
	border-top: 1px solid #CCC;
	margin: 0;
	text-align: left;	
	position: relative;
}
#TB_window .fancy-popup .options input {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}
#TB_window .fancy-popup .options a {
	color: #4497ae;
	text-decoration: underline;
}
#TB_window .fancy-popup label {
	margin: 0 0 0 10px;
	
	font-size: 12px;
	color: #4497ae;
}
#TB_window .fancy-popup label.max {
	color: #c00;
	font-weight: bold;
}


/* checkout */ 
#checkout-main {
	position: relative;
	top: 8px;
}
#checkout-main .box {
	background: #F0F0F0 url(/_/img/main_bg.jpg) 0 0 repeat-x;
	padding: 20px 0 10px;
	margin-bottom: 80px;
}
#checkout-main ol.header {
	margin: -14px -16px 20px;
	padding: 0;
	display: block;
	width: 700px;
	height: 40px;
	
	background: url(../images/schritte1-4.png) no-repeat;
}
/*IE7 fix*/
*+html #checkout-main ol.header {
	position: relative;
	top: -14px;
	left: -16px;
}
#checkout-main ol.step1 { background-position: 0 0; }
#checkout-main ol.step2 { background-position: 0 -40px; }
#checkout-main ol.step3 { background-position: 0 -80px; }
#checkout-main ol.step4 { background-position: 0 -120px; }

#checkout-main ol.header li {
	float: left;
	margin: 0;
	padding: 0;
	
	list-style: none;
	text-indent: -9999px;
}
#checkout-main ol.header li a {
	display: block;
	height: 40px;
}
#checkout-main li.step1 { width: 175px }
#checkout-main li.step2 { width: 200px }
#checkout-main li.step3 { width: 180px }
#checkout-main li.step4 { width: 145px; display: none; }

#checkout-main ol.step1 li.step1,
#checkout-main ol.step1 li.step2,
#checkout-main ol.step1 li.step3,
#checkout-main ol.step2 li.step2,
#checkout-main ol.step2 li.step3,
#checkout-main ol.step3 li.step3 {
	display: none;
}

#checkout-main h4 {
	margin: 20px 40px 30px;
	
	font-weight: normal;
}
#checkout-main h5 {
	margin: 25px 35px 0px;
	
	color: #4497ae;
	font-size: 13px;
	font-weight: bold;
}
#checkout-main p {
	margin: 0 125px 20px 35px;
	line-height: 22px;
	font-size: 13px;
}
#checkout-main p.intro {
	font-size: 15px;
	line-height: 24px;
}
#checkout-main div.cont {
	margin: -12px 125px 20px 35px;
}
#checkout-main input.txt {
	width: 250px;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	font-family: Arial, sans-serif;
	margin:0;
	padding:2px 5px;
}
#checkout-main select.country {
	float: left;
	width: 250px;

	color:#333;
	font-size:85%;
	font-family: Arial, sans-serif;
	line-height: 19px;
	margin:2px 0;
	padding:1px 0 0;

	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}
#checkout-main select.numbers {
	float: left;
	
	font-size:100%;
	font-family: Arial, sans-serif;
	margin:1px 0;
	padding:1px 0 0;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;	
	
	/*width: 30px;*/
}
#checkout-main input.numbers {
	float: left;
	/*width: 30px;*/
}
#checkout-main span.hint {
	float: left;
	margin-left: 10px;
	font-size: 11px;
}
#checkout-main label {
	margin: 0 0 0 10px;
	
	font-size: 12px;
	color: #4497ae;
}
#checkout-main label.max {
	color: #c00;
	font-weight: bold;
}
#checkout-main label .curr {
	display: none;
}
.js #checkout-main label .curr {
	display: inline;
}

#checkout-main .options {
	margin: 20px 0 0;
	border-top: 1px solid #CCC;
}
#checkout-main .options p {
	margin: 10px 35px 0;
	color: #999;
	line-height: 40px;
	/*text-align: right;*/
}
#checkout-main .options span.left {
	text-align: left;
	line-height: 22px;
	/* float: left; */
}
#checkout-main .options span.right {
	text-align: right;
	float: right;
}
#checkout-main .options input {
	vertical-align: middle;
	margin: 0 0 0 25px;
}
#checkout-sec .box {
	position: relative;
	top: 8px;
	padding: 0;
	
	background: #FFF url(../images/sidebar_title_bg.jpg) repeat-x;
}
#checkout-main .box .tl,
#checkout-main .box .tr,
#checkout-sec .box .tl,
#checkout-sec .box .tr {
	display: none;
}
#checkout-sec table {
	width: 100%;
	font-size: 12px;
}

#checkout-main table.quickinfo {
	font-size: 12px;
	line-height: 22px;
	width: 245px;
}

#checkout-main table.quickinfo td {
	padding-right: 5px;
}


/*2. Schritt*/
#checkout-main .item {
	padding: 25px 20px 32px 150px;
	border-top: 1px solid #CCC;
	position: relative;
	
	font-size: 13px;
	line-height: 21px;
	color: #999;
}
#checkout-main .item img {
	float: left;
	margin: -10px 0 0 -125px;
}
#checkout-main .item h5 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
#checkout-main .item em {
	color: #000;
}
#checkout-main .item strong {
	font-size: 15px;
	color: #4497ae;
}
#checkout-main .item a {
	text-decoration: underline;
}
#checkout-main .item label {
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	height: 22px;
	
	color: #999;
	cursor: pointer;
}
.js #checkout-main .item label {
	padding: 7px 35px 0 0;
	background: url(../images/fancy_checkbox.png) 100% 0 no-repeat;
	color: #4497ae;
}
.js #checkout-main .item label.checked {
	background-position: 100% -29px;
	color: #999;
}
.js #checkout-main .item label input {
	display: block;
	position: absolute;
	left: -9999px;
}

/*3. Schritt*/
#checkout-main fieldset {
	/*border-top: 1px solid #CCC; */
	padding: 20px 0;
}
#checkout-main fieldset p.blue {
	text-transform: uppercase;
	color: #58B2DF;	
}
#checkout-main fieldset p.green {
	display: block;
	border-bottom: 1px solid #B4C926
}
#checkout-main fieldset p.red {
	color: #DE1E24;	
}
#checkout-main fieldset label {
	clear: left;
	width: 140px;
	padding: 0 20px 0 0;
	
	text-align: right;
	color: #000;
}
#checkout-main fieldset label {
	float: left;
	margin: 0 0 5px;
}
#checkout-main fieldset input.txt {
	float: left;
	font: 15px/22px Arial, sans-serif;
	margin: 0 0 5px;
	background: white !important;
	color: rgb(51, 51, 51);
	/* margin: 0 5px 0 0; */
	padding: 0 5px;
	height: 25px;
	border: 1px solid rgb(187, 187, 187);
	text-shadow: 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
#checkout-main fieldset textarea.txt {
	float: left;
	font: 15px/22px Arial, sans-serif;
	margin: 0 0 5px 35px;
	background: white !important;
	color: rgb(51, 51, 51);
	padding: 1px 5px;
	height: 250px;
	width: 350px;
	border: 1px solid rgb(187, 187, 187);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
#checkout-main fieldset .panels {
	margin: 0 0 20px 35px
}
#checkout-main fieldset .panels li {
	list-style: none;
	float: left;
	width: 60px;
	margin-right: 20px;
}
#checkout-main fieldset .panels label {
	padding: 0;
	width: 58px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

#checkout-main button {
	color: white;
	font-size: 13px;
	font-weight: bold;
	background-color: #DE1E24;
	border: 0px;
	cursor: pointer;
	height: 27px;
	padding: 0px;
	width: 180px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

#checkout-main button:hover {
	background-color: #FF2626;
}

#checkout-main button:active {
	background-color: #FF6666;
}

/*4. Schritt*/
.summary {
	border-top: 1px solid #CCC;
	padding: 0 35px 20px;
	
	font-size: 13px;
}

.summary dt {
	padding: 37px 0 7px;
	color: #4497ae;
}

.summary dd {
	font-size: 15px;
	line-height: 22px;
}
.summary dd dt {
	clear: left;
	float: left;
	padding: 0;
	width: 180px;
	
	color: #000;
}
.summary dd dd {
	margin: 0 0 0 170px;
	width: 170px;	
	text-align: right;
}

.summary dt a {
	margin: 0 0 0 5px;
	
	color: #999999;
	text-decoration: underline;
}

#checkout-sec caption {
	padding: 0 15px;
	
	font-size: 15px;
	line-height: 38px;
	color: #444;
}
#checkout-sec tbody {
	border-top: 1px solid #CCC;
	background: #F0F0F0 url(../images/bg_trans_box.jpg) repeat-x;
}
#checkout-sec .product,
#checkout-sec .price {
	color: #444;
	padding: 8px 0 11px;
}
#checkout-sec th {
	font-weight: bold;
}
#checkout-sec td {
	color: #666;
	font-size: 11px;
	line-height: 14px;
}
#checkout-sec .summary td {
	font-size: 12px;
}
#checkout-sec .last td {
	padding-bottom: 42px;
}
#checkout-sec td strong {
	display: block;
	
	color: #4497ae;
	font-size: 12px;
}
#checkout-sec td a {
	display: block;
	color: #bbb;
	text-decoration: underline;
}
#checkout-sec .note td {
	color: #999;
	padding: 0 16px 10px 15px;
}

#checkout-sec .product {
	padding-left: 15px;
}
#checkout-sec .price {
	padding-right: 16px;
	
	text-align: right;
	font-size: 12px;
}
#checkout-sec .total td {
	padding-top: 2px;

	color: #4497ae;
	font-weight: bold;
	vertical-align: baseline;
}
#checkout-sec .total td.price {
	font-size: 17px;
}

#configurator-canvas {
	height: 219px;
	position: relative;
	
	background: url(../images/uhr_complete.png) center top no-repeat;
	border-bottom: 1px solid #999;
	
	overflow: hidden;
}
#luenette {
	width: 447px;
	height: 447px;
	margin: 60px auto 0;
	
	background: url(../images/luenette_24.png) center top no-repeat;
}
#user-city {
	position: relative;
	top: 0;
	text-align: center;
	
	color: #333;
	font-size: 15px;
	letter-spacing: 1px;
}
.even #user-city {
	top: 20px;
}
#user-city span {
	display: inline-block;
	vertical-align: text-top;
	line-height: 18px;
}
#user-city .l1 {
	line-height: 19px;
}
#user-city .l2 {
	line-height: 22px;
}
#user-city .l3 {
	line-height: 27px;
}                   
