/* 1. Ueberschrift / Links / Schriften */
/* 2. individuelle Styles */
/* 3. Container */
/* 4. TYPO3 */



body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	background-image: url(../pics/bg_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 18px;
}

/* 1. Ueberschrift / Links / Schriften */

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}

h3 {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}

h4 {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}

h5 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	line-height: normal;
}

a:link, a:visited, a:active  {
	color: #b51d28;
	text-decoration: none;
}

a:hover {
	color: #b51d28;
	text-decoration: underline;
}

a img {
	border: 0px;
}



/* 2. individuelle Styles */

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}

p.bodytext {	
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}


ul {
	list-style: square;
}

li {
	list-style: square;
}

hr {
	color: #000000;
	background-color: white;
	height: 1px;
	border-top: 1px solid #000000;
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;	
}


/* 3.1. Container Kopfbereich - top */

#topallbox {
	position: fixed;
	z-index: 1;
	background-color: #FFFFFF;
	height: 180px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}

#topall {
	text-align: left;
	width: 950px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

#ikea {
	padding: 0 0 0 0;
	width: 200px;
	float: left;
}

#logo {
	text-align: right;
	padding: 40px 0 0 0;
	width: 480px;
	float: right;
}

#topnavbox {
	padding: 25px 0 0 180px;
}

#topnav ul, #topnav li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#topnav li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	text-transform: uppercase;
	display: inline;
}

#topnav li a:link, #topnav li a:active, #topnav li a:visited {
	color: #1a1a18;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 0 5px 0;
	margin: 0 35px 0 0;
}

#topnav li a:hover, #topnav li a#topcurrent {
	color: #9c9d9d;
	text-decoration: none;
	background-image: url(../pics/bg_topnav.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 2px 0;
}

/* 3.2. Container Contentbereich - middle */

#middleallbox {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: absolute;
	left: 180px;
	top: 180px;
}

#middleall {
	padding: 0 0 0 0;
	width: 770px;
	font-size: 12px;
}

#middlenavbox {
	width: 180px;
	float: left;
	position: fixed;
	z-index: 2;
	top: 180px;
	left: 0px;
}

#suchebox {
	margin: 0 0 0 0;
	padding: 0 25px 0 25px;
	height: 100px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
}

#nav {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
}

#nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	text-transform: uppercase;
}

#nav li {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	list-style: none;
	text-transform: uppercase;
	line-height: normal;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	color: #b82035;
	text-decoration: none;
	font-size: 11px;
}

#nav li a:hover, #nav li a#current {
	color: #000;
	text-decoration: none;
}

#nav li a.warenkorb {
	color: #1a171b;
	text-decoration: none;
}

#nav li.beforelastlink {
	margin: 60px 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
	text-transform: none;
}

#nav li.lastlink {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	text-transform: none;
}

#nav li.lastlink a:link, #nav li.lastlink a:active, #nav li.lastlink a:visited, #nav li.beforelastlink a:link, #nav li.beforelastlink a:active, #nav li.beforelastlink a:visited {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#nav li.lastlink a:hover, #nav li.lastlink a#current, #nav li.beforelastlink a:hover, #nav li.beforelastlink a#current {
	color: #000;
	text-decoration: underline;
}

#middlecontentbox {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 770px;
}

#content {
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	font-size: 12px;
}

#content_uebersicht {
	margin: 0 0 0 0;
	padding: 30px 0 0 90px;
	font-size: 12px;
}

#content_uebersicht td {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	vertical-align: top;
}

#content_detail {
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	font-size: 12px;
}

#detail_bild {
	width: 300px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: fixed;
	z-index: 4;
	text-align: left;
}

#detail_info {
	width: 430px;
	float: left;
	margin: 0 0 0 300px;
	padding: 0 0 0 0;
	position: absolute;
}

* html #detail_info {
	margin: 0 0 0 0;
}

#presse {
	margin: 0 0 0 0;
	padding: 40px 40px 30px 100px;
	text-align: left;
}

.kleiner  {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	padding: 10px 0 10px 0;
}
 
#details {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	line-height: 16px;
}

#mehr {
	margin: 0 0 0 0;
	padding: 50px 0 0 20px;

}

#presse_mehr {
	margin: 0 0 0 0;
	padding: 50px 120px 0 20px;
	text-align: left;
}

#bestellen {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

#bestellen a:link, #bestellen a:active, #bestellen a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	padding: 0 0 0 25px;
	background-image: url(../pics/cart.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#bestellen a:hover {
	text-decoration: underline;
}


/* 3.2. Container Fußbereich - bottom */

#bottomallbox {
	height: 40px;
	width: 100%;
}

#bottomall {
	height: 40px;
	width: 770px
}

#copy {
	text-align: center;
	font-size: 10px;
}

#copy a:link, #copy a:visited, #copy a:active  {
	color: #565656;
	text-decoration: none;
}

#copy a:hover {
	color: #e3000f;
	text-decoration: none;
}


/* 3.2. Rahmen */

.abstand_links {
	margin: 0 0 0 220px;
	padding: 0 0 0 0;
}

.startseite_presse {
	margin: 50px 0 0 320px;
	padding: 0 0 0 0;
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 22px;
}

.startseite_presse .presseautor {
	font-size: 12px;
}




/* 3.2. TemplateSelector */


#onecol_start {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#onecol_start #starttop {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 370px;
}


#onecol_start #sub2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 5px;
}

#onecol_start #sub3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 10px;
	text-align: center;
	width: 770px;
	top: 230px;
}

#onecol_start #sub3 img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#onecol_start #sub1 {
	margin: 0 0 0 0;
	padding: 20px 0px 20px 20px;
}


#onecol #sub1 {
	margin: 0 0 0 0;
	padding: 50px 0px 20px 50px;
}

#onecol_topbild #top {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 300px;
}

#onecol_topbild #sub1 {
	margin: 0 0 0 0;
	padding: 30px 0px 20px 20px;
}


/*IKEA */

#twocol #sub1 {
	margin: 0 0 0 50px;
	padding: 50px 0px 20px 0;
	width: 400px;
	float: left;
}

#twocol #sub2 {
	margin: 50px 0 0 0;
	padding: 10px;
	width: 230px;
	float: right;
	font-size: 11px;
	background-color: #FFF;
}

* html #twocol #sub2 {
	width: 250px;
}


#twocol h2 {
	color: #EC6504;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}

#twocol #sub2 h3 {
	color: #EC6504;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}



#twocol h3 {
	color: #AE0B05;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}


#twocol .pressestimme {
	color: #AE0B05;
}


/* Liste IKEA */ 

#tx-ttproducts-pi1-list .tt_products_item_list_ikea   {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

#tx-ttproducts-pi1-list .tt_products_item_list_ikea .listitem {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: none;
	width: auto;
	height: auto;
}

#tx-ttproducts-pi1-list .tt_products_item_list_ikea .listitem .listitem_bild   {
	height: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}


#tx-ttproducts-pi1-list tt_products_item_list_ikea .listitem .listitem_bild   {
	height: 250px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}
#tx-ttproducts-pi1-list .tt_products_item_list_ikea h1 {
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

#tx-ttproducts-pi1-list .tt_products_item_list_ikea h2 {
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #000;
}

#tx-ttproducts-pi1-list .tt_products_item_list_ikea .order_form {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}






/* Macina Serachbox Indexed Search */

#macina_searchbox  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#macina_searchbox .input input  {
	width: 130px;
	height: 15px;
	border: 1px solid #686867;
	font-size: 11px;
}

#macina_searchbox .submit input {
	width: 130px;
	height: 15px;
	border: 0px solid #686867;
	background-color: #fff;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

.tx-indexedsearch-searchbox  {
	text-align: right;
	float: right;
}

.tx-indexedsearch-searchbox input  {
	width: 130px;
	height: 15px;
	border: 1px solid #686867;
	font-size: 11px;
}

.tx-indexedsearch-search-submit input {
	width: 130px;
	height: 15px;
	border: 0px solid #686867;
	background-color: #ededed;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

.tx-indexedsearch-searchbox fieldset  {
	border: 0px solid #686867;
}


.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup  {
	color: #b51d28;
}

/* Glossar */


.tx-fydwriters-pi1 .ergebnis {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

.tx-fydwriters-pi1 .abc {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	color:#999;
	font-size: 22px;
}

.tx-fydwriters-pi1 h3 {
	color: #000000;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}

.tx-fydwriters-pi1 .autor_detail {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #838486;
}

.tx-fydwriters-pi1 .autor_liste {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	width: 355px;
	float: left;
}

.tx-fydwriters-pi1 .autor_beschreibung {
	float: left;
	width: 475px;
	margin: 0 20px 20px 0;
}

.tx-fydwriters-pi1 .autor_bild {
	float: left;
	width: 120px;
	margin: 0 0 20px 0;
}

.tx-fydwriters-pi1 a:link, .tx-fydwriters-pi1 a:visited, .tx-fydwriters-pi1 a:active {
	color:#000;
	text-decoration: none;
}

.tx-fydwriters-pi1 a:hover {
	color:#000;
	text-decoration: underline;
}

.tx-fydwriters-pi1 .abc a:link, .tx-fydwriters-pi1 .abc a:visited, .abc .tx-fydwriters-pi1 a:active {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#000;
	font-size: 21px;
	text-decoration: none;
}

.tx-fydwriters-pi1 .abc a:hover {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#000;
	font-size: 21px;
	text-decoration: underline;
	font-weight: normal;
}

.tx-fydwriters-pi1 .autor_beschreibung a:link, .tx-fydwriters-pi1 .autor_beschreibung a:visited, .tx-fydwriters-pi1 .autor_beschreibung a:active  {
	color: #000000;
	text-decoration: underline;
}

.tx-fydwriters-pi1 .autor_beschreibung a:hover {
	color: #b51d28;
	text-decoration: underline;
}


/* 3.3. TT Products */



/* 3.3. TT Products Suche */


.tt_products_item_search  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tt_products_item_search .input input  {
	width: 130px;
	height: 15px;
	border: 1px solid #686867;
	font-size: 11px;
}

.tt_products_item_search .submit input {
	width: 130px;
	height: 15px;
	border: 0px solid #686867;
	background: none;
	text-align: right;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}


#suchebox .tt_products_item_list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: none;
}

#tx-ttproducts-pi1-search .tt_products_item_list {
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}


#tx-ttproducts-pi1-search .listitem   {
	margin: 0 30px 20px 0;
	padding: 0 0 0 0;
	float: left;
	width: 320px;
	height: 150px;
}

#tx-ttproducts-pi1-search .listitem img   {
	float: left;
	margin: 0 10px 0 0;
}


/* 3.3. TT Products Startseite */

#tx-ttproducts-pi1-listhighlights .tt_products_item_list .listitem  {
	margin: 0 15px 0 15px;
	padding: 0 0 0 0;
	float: left;
	height: 200px;	
}

/* 3.3. TT Products Vorzugsausgaben */


#tx-ttproducts-pi1-list .tt_productsvorzug_item_list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#tx-ttproducts-pi1-list .tt_productsvorzug_item_list .listitem {
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	border-bottom: 1px dashed #000;
	width: 720px;
	height: auto;
}


#tx-ttproducts-pi1-list .tt_productsvorzug_item_list .listitem .listitem_bild {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 310px;
	float: left;
	height: auto;
}

#tx-ttproducts-pi1-list .tt_productsvorzug_item_list .listitem .listitem_info {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 410px;
	float: left;
}

#tx-ttproducts-pi1-list .tt_productsvorzug_item_list .listitem .listitem_info h1 {
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

#tx-ttproducts-pi1-list .tt_productsvorzug_item_list .listitem .listitem_info h2 {
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}

#tx-ttproducts-pi1-list .tt_productsvorzug_item_list .listitem .listitem_info .link {
	font-weight: bold;
	display: block;
	float: right;
}

.tt_products_item_single_display .minibilder {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
}

.tt_products_item_single_display .minibilder br {
	float: left;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

.tt_products_item_single_display .minibilder img  {
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	float: left;
}


/* 3.3. TT Products Liste */ 

#tx-ttproducts-pi1-list .tt_products_item_list,  #tx-ttproducts-pi1-listnewitems .tt_products_item_list, #tx-ttproducts-pi1-listoffers .tt_products_item_list   {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#tx-ttproducts-pi1-list .listitem, #tx-ttproducts-pi1-listnewitems .listitem, #tx-ttproducts-pi1-listoffers .listitem   {
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 205px;
	height: 410px;
}


.listitem .listitem_bild   {
	height: 250px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

#tx-ttproducts-pi1-list .listitem .listitem_bu, #tx-ttproducts-pi1-listnewitems .listitem .listitem_bu, #tx-ttproducts-pi1-listoffers .listitem .listitem_bu  {
	height: 135px;
}

#tx-ttproducts-pi1-list .listitem h4, #tx-ttproducts-pi1-listnewitems .listitem h4, #tx-ttproducts-pi1-listoffers .listitem h4   {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#tx-ttproducts-pi1-list .listitem h3, #tx-ttproducts-pi1-listnewitems .listitem h3, #tx-ttproducts-pi1-listoffers .listitem h3   {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#tx-ttproducts-pi1-list .listitem .link, #tx-ttproducts-pi1-listnewitems .listitem .link, #tx-ttproducts-pi1-listoffers .listitem .link {
	font-weight: bold;
}

/* 3.3. TT Products Related */ 


.item_list_related {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

.related_books {
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
	border: solid 0px #b51d28;
}



/* 3.3. TT Products Single */ 

.tt_products_item_single_display .detail_bild {
	width: 300px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: fixed;
	z-index: 4;
	text-align: left;
	
}

.tt_products_item_single_display .detail_info {
	width: 410px;
	float: left;
	margin: 0 0 0 320px;
	padding: 0 0 0 0;
	position: absolute;
	line-height: 16px;
}

* html .tt_products_item_single_display .detail_info {
	margin: 0 0 0 20px;
}

.tt_products_item_single_display .detail_info h1 {
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

.tt_products_item_single_display .detail_info h2 {
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}



.tt_products_item_single_display .list_link {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	width: 150px;
	float: left;
}

.tt_products_item_single_display .order_form {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
}

.tt_products_item_single_display .order_form input {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	background-color: #FFF;
	color: #333;
	font-size: 10px;
}

.tt_products_item_single_display .buchinfo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tt_products_item_single_display .toppresse  {
	margin: 30px 30px 20px 30px;
	padding: 0 0 0 0;
	height: 145px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	
}

.tt_products_item_single_display .pressemehrlink {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}


.tt_products_item_single_display .presselink {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

.tt_products_item_single_display .presseautor {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.tt_products_item_single_display .beschreibung {
	margin: 50px 0 25px 0;
	padding: 0 0 0 0;
}

.tt_products_item_single_display .autorendetails {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
}

.tt_products_item_single_display .presse_mehr .pressestimme {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	color: #666;
	
}

#oben {
	margin: 0 0 0 0;
	padding: 50px 0 50px 0;
	text-align: center;
}

#oben a:link, #oben a:active, #oben a:visited {
	color: #b51d28;
	text-decoration: none;
	font-size: 11px;
	padding: 0 0 0 20px;
	background-image: url(../pics/bg_nachoben.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#oben a:hover {
	text-decoration: underline;
}


/* 3.3. TT Products Warenkorb I. Teil */


#tx-ttproducts-pi1-basket {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}


#tx-ttproducts-pi1-basket .basket_items {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 550px;
	float:left;
}

#tx-ttproducts-pi1-basket .listitem {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}


#tx-ttproducts-pi1-basket .image {
	float: left;
	width: 60px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

#tx-ttproducts-pi1-basket .product {
	float: left;
	width: 440px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#tx-ttproducts-pi1-basket .quantity {
	float: left;
	width: 70px;
}

#tx-ttproducts-pi1-basket .quantity input {
	width: 20px;
	height: 15px;
	border: 0px solid #333;
	font-size: 11px;
}

#tx-ttproducts-pi1-basket input#fertig {
	color: #FFF;
	background-color: #b51d28;
	padding: 2px;
	height: auto;
	width: auto;
}

#tx-ttproducts-pi1-basket .price {
	float: left;
	width: 150px;
}

#tx-ttproducts-pi1-basket .total {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

#tx-ttproducts-pi1-basket .form_control input { 
	width: 180px;
	height: 15px;
	border: 0px solid #686867;
	background: none;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

#tx-ttproducts-pi1-basket .delivery {
	float: left;
	width: 600px;
}

#tx-ttproducts-pi1-basket .price_summary {
	float: left;
	width: 300px;
}

#tx-ttproducts-pi1-basket .payment {
	float: left;
	width: 300px;
}

#tx-ttproducts-pi1-basket .form_control {
	float: left;
	width: 150px;
}

/* 3.3. TT Products Warenkorb II. Teil */


.tt_products_basket_info label {
	width: 170px;
	float: left;
}

.tt_products_basket_info label.checkbox {
	width: 370px;
	float: left;
}

.tt_products_basket_info .trading_conditions input {
	height: 15px;
	width: 15px;
	border: 1px solid #999999;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	float: left;
	font-size: 11px;
}

.tt_products_basket_info input {
	height: 15px;
	border: 1px solid #999999;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

.tt_products_basket_info .form_control input { 
	width: 220px;
	height: 15px;
	border: 0px solid #686867;
	background-color: #ededed;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

/* 3.3. TT Products Warenkorb III. Teil */

.tt_products_basket_payment .delivery-payment {
	float: left;
	width: 600px;
}

.tt_products_basket_payment .invoice_address {
	float: left;
	width: 300px;
}

.tt_products_basket_payment .delivery_address, .tt_products_basket_payment .notes  {
	float: left;
	width: 300px;
}

.tt_products_order_confirmation .delivery_address, .tt_products_order_confirmation .notes  {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.tt_products_basket_payment .form_control input { 
	width: 220px;
	height: 15px;
	border: 0px solid #686867;
	background-color: #ededed;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}



/* 3.3. TT Products Tracking */

.tt_products_tracking_display_info {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}


.tt_products_tracking_display_info .basket_items {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 550px;
	float:left;
}

.tt_products_tracking_display_info .listitem {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}


.tt_products_tracking_display_info .image {
	float: left;
	width: 60px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

.tt_products_tracking_display_info .product {
	float: left;
	width: 440px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tt_products_tracking_display_info .quantity {
	float: left;
	width: 70px;
}

.tt_products_tracking_display_info .quantity input {
	width: 20px;
	height: 15px;
	border: 0px solid #333;
	font-size: 11px;
}

.tt_products_tracking_display_info input#fertig {
	color: #FFF;
	background-color: #b51d28;
	padding: 2px;
	height: auto;
	width: auto;
}

.tt_products_tracking_display_info .price {
	float: left;
	width: 150px;
}

.tt_products_tracking_display_info .total {
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}

.tt_products_tracking_display_info .form_control input { 
	width: 180px;
	height: 15px;
	border: 0px solid #686867;
	background: none;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

.tt_products_tracking_display_info .delivery {
	float: left;
	width: 600px;
}

.tt_products_tracking_display_info .price_summary {
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
}

.tt_products_tracking_display_info .payment {
	float: left;
	width: 300px;
}

.tt_products_tracking_display_info .form_control {
	float: left;
	width: 150px;
}

.tt_products_tracking_display_info .delivery-payment {
	float: left;
	width: 600px;
}

.tt_products_tracking_display_info .invoice_address {
	float: left;
	width: 300px;
}

.tt_products_tracking_display_info .delivery_address  {
	float: left;
	width: 300px;
}

.tt_products_tracking_display_info .notes  {
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
}

.tt_products_tracking_display_info .form_control input { 
	width: 220px;
	height: 15px;
	border: 0px solid #686867;
	background-color: #ededed;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
}

