/**
 * Style sheet main
 */
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input
{
	margin:0;
	padding:0;
}

a img,
:link img,
:visited img
{
}

a {
	text-decoration:none;
	color: #666;
}
a:hover {
	text-decoration:underline;
	color: #000;
}
.hidden {
	display:none;
}
.clear {
	clear:both;
}
.mime_icon {
	vertical-align: middle;
}
ul.level_2 {
	padding-left:20px;
	list-style:none;
}
#mainnavigation ul.level_2 {
	display:none;
}
/* TL FORM STUFF */
.error {
	border-left:5px solid #f00;
	padding-left:5px;
	margin-top:2px;
	margin-bottom:2px;
}
.formbody p,.formbody .submit_container {
	margin-top:8px;
}
.formbody table td {
	padding:4px 0px;
	padding-right:10px;
}
.formbody table label {
	margin-right:10px;
}

/* -------------- */

/* TL WIDGET STUFF */
.widget {
	margin:10px 0px;
}
.widget label {
	float:left;
	width:100px;
	font-weight:bold;
}

/* -------------- */

html {
	height:100%;
}
body {
	width: 100%;
	height:100%;
	font-family: Arial;
	line-height:1.2em;
	font-size:12px;
}
#wrapper {
	width:100%;
	height:100%;
}
#pagesizefloat {
	width:100%;
	height:100%;
	min-width:900px;
	min-height:300px;
	border:1px;
}
#pagesizefloat .inner {
	position:relative;
	height:100%;
}
div.startpage .mod_article.textpage {
	position:absolute;
	left:20px;
	right:20px;
	top:20px;
	padding-bottom:60px;
}
div.startpage .ce_text {
	
}
div.startpage .ce_text div {
	width:36%;
}
div.startpage .ce_text div.h1image {

}
div.startpage .ce_text div.h1image img {

}
div.startpage .ce_text div.line {

}
div.startpage .h1image {
	margin-top:-9px;
	margin-left:0px;
}

div.startpage .backgroundlines {
	position:fixed;
	background: url('/images/bg_lines_25.gif') ;	
	left:20px;
	right:20px;
	top:20px;
	bottom:52px;
	z-index:0;
}
div.startpage .contentwrapper {
	position:relative;

}

div.startpage {

}
div.startpage .inner {

}
div.startpage #bottombackground {
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	height:55px;
	background-color:#fff;
}
div.startpage #logo {
	position:fixed;
	bottom:18px;
	left:18px;
	z-index:101;
}
div.startpage #logo img {
	display:block;
}
div.startpage #producttext {
	position:fixed;
	text-align:center;
	bottom:15px;
	right:0px;
	left:0px;
	z-index:100;
}
div.startpage #producttextdetail {
	position:absolute;
	text-align:left;
	top:11px;
	left:20px;
	width:35%;
	z-index:999;
	font-size:10px;
	line-height:12px;
}
div.startpage #producttextdetail h3 {
	font-size:12px;
		line-height:14px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3.subtitle {
	margin-top:-10px;font-size:12px;
}


div.startpage #producttextdetail h4 {
	font-size:12px;
	line-height:14px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:normal;
}

div.startpage #producttextdetail ul {
	list-style-image: url('/images/list_style-trans.png');
		padding-left:13px;
}
div.startpage #producttextdetail ul li {
	padding-left:0px;
}
div.startpage #producttextdetail div.inner {
	position:relative;
}
div.startpage #producttextdetail div.text {
	position:absolute;
	top:-10px;
}
div.startpage #producttextdetail div.text div.line,div.startpage .mod_article.textpage div.line {
	height:5px;
	font-size:0px;
	background-color: #000;
	width:109px;
	margin-top:15px;
	margin-bottom:7px;
}

div.startpage #picture {
	overflow:hidden;
	position:absolute;
	left:20px;
	right:20px;
	top:20px;
	bottom:56px;
	background: url('/images/bg_lines.gif');
	/*background-color:#000;*/
}
div.startpage #productimagetext {
	position:absolute;
	z-index:100;
	left:18px;
	top:10px;
}
div.startpage #pictureinner {
	position:relative;
}
div.startpage #pictureinner img {
	cursor: pointer;
}
div.startpage #pictureinner #leftclick {
	position:absolute;

	opacity:0;

	height:100%;
	width:15%;
	left:0;
	top:0;
	cursor: pointer;
}
div.startpage #pictureinner #leftclick .inner {
	position:absolute;
	top:50%;
	height:20px;
	text-align:center;
	width:100%;
	background-color: #fff;
}
div.startpage #pictureinner #rightclick {
	

	opacity:0;
	position:absolute;
	height:100%;
	width:15%;
	right:0;
	top:0;
	cursor: pointer;
}
div.startpage #pictureinner #rightclick .inner {
	position:absolute;
	top:50%;
	height:20px;
	text-align:center;
	width:100%;
	background-color: #fff;
}
div.startpage #pictureinner #rightclick:hover {
	opacity:0.6;
}
div.startpage #pictureinner #leftclick:hover {
	opacity:0.6;
}
div.startpage #loading {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	top:50%;
	background-color: #fff;
	left:50%;
	width:100px;
	padding-top:23px;
	height:77px;
	margin-left:-50px;
	margin-top:-50px;
	z-index:2000;
	color: #aaa;
}
div.startpage #loading img {
	margin-top:10px;
}
div.startpage #picture .inner {
	
}
div.startpage #picture .inner .rollover {
	cursor:pointer;position:absolute;
}
div.startpage #picture .inner .rollover:hover {
	background-color:black;
	opacity:0.3;
}
div.startpage #picture .inner img{
	width:100%;
	height:auto;
}

/* PICTURE INNER */

div.startpage #picturescontainer {
		position:absolute;
		background: url('/images/bg_lines_25.gif');
		bottom:55px;
		top:20px;
		right:20px;
		left:20px;
}
div.startpage #picturedetail1,div.startpage #picturedetail2 {

	overflow:hidden;
	position:absolute;
	top:50%;
	left:50%;
	width:550px;
	margin-left:-100px;
	margin-top:-260px;
	height:550px;
	right:15px;
}
div.startpage #picturecontainer1 {
}
div.startpage #picturedetail .inner {

}
div.startpage #picturedetail .inner .rollover {
	cursor:pointer;position:absolute;
}
div.startpage #picturedetail .inner .rollover:hover {
	background-color:black;
	opacity:0.3;
}
div.startpage #picturedetail1 .inner img,div.startpage #picturedetail2 .inner img {
	
}

div.startpage #picturespecials {
	overflow:hidden;
	position:absolute;
	

	left:50%;
	top: 430px;
	margin-left:270px;
	width:200px;
	z-index:1000;
	text-align:center;	
}

div.startpage #picturespecial1 {

}
div.startpage #picturespecial1 img {
	cursor:pointer;

}
div.startpage #picturespecial1 img:hover {
	cursor:pointer;

}
div.startpage #description {
	position:absolute;
	right:3%;

	width:auto;
	top:50%;
	margin-top:90px;
	text-align:left;
	z-index:9999;
}
div.startpage #description ul {
	padding-left:15px;

}
div.startpage #description ul li {
	list-style:none;
	list-style-image: url('/images/liststyle.png');
}
div.startpage .colors {

}
div.startpage .colors a.active img{
	border:1px solid #f00;
}

div.startpage .colors img {
	border:1px solid #fff;
	cursor:pointer;
}
div.startpage .colors img:hover {
	border:1px solid #ccc;
}
div.startpage #loadingtextcontainer {
	position:absolute;
	left:20px;
	bottom:52px;
	z-index:1000;
}
div.startpage #shopinfo {
	position:absolute;
	right:15px;
	bottom:41px;
	z-index:9999;
}
div.startpage .sp_arrow {
	position:absolute;
	cursor:pointer;
}
div.startpage #sp_arrow_left {
	left:6px;
	top:50%;
	margin-top:-10px;
}
div.startpage #sp_arrow_right {
	right:6px;
	top:50%;
	margin-top:-10px;
}
div.startpage .arrow {
	position:absolute;
	
	z-index:10000;
	width:100px;
	height:60px;
	padding-top:40px;
	text-align:center;
}
div.startpage .arrow:hover {
	cursor:pointer;
}
div.startpage #arrow_left {
	left:50%;
	margin-left:-160px;
	top:50%;
	margin-top:-75px;
}
div.startpage #arrow_right {
	left:50%;
	margin-left:370px;
	top:50%;
	margin-top:-75px;
}
div.startpage #arrow_bottom {
	left:50%;
	margin-left:120px;
	top:50%;
	margin-top:200px;
}
div.startpage #arrow_top {
	left:50%;
	margin-left:120px;
	top:50%;
	margin-top:-320px;
}

div.startpage #mainnavigation {
	position:fixed;
	right:18px;
	bottom:13px;
	z-index:1000;
	width:400px;
}
div.startpage #mainnavigation img {
	display:block;
}
div.startpage #mainnavigation ul { list-style: none;}
div.startpage #mainnavigation ul li {
	float:right;
	margin-left:10px;
}

#topnavigation {
	position:absolute;
	right:20px;
	top:4px;
	z-index:9999;
}
div.startpage #topnavigation ul { list-style: none; }
div.startpage #topnavigation ul li {
	float:left;
	margin-left:10px;
}



div.startpage #productnavigation {
	position:fixed;
	right:18px;
	width:500px;
	bottom:26px;
}

div.startpage #productnavigation div.pnavblock {
	float:left;
}
div.startpage #productnavigation div.info {
	overflow:hidden;
	width:1px;	
	padding-left:0px;
	display:block;
}

div.startpage #productnavigation ul { list-style: none; float:right; }
div.startpage #productnavigation ul li {
	float:left;
	margin-left:10px;
}

/* OVERVIEW */
div.startpage div.oneproduct {
	padding:5px;

	margin-right:15px;
	margin-bottom:15px;
	float:left;
	cursor: pointer;
}
div.startpage div.oneproduct:hover {

}
div.startpage div.oneproduct img {
	display:block;
}

div.startpage div#nocolor {
	color: #f00;
	font-size:12px;
}

/* TOOL TIP */
.tool-tip {
	color: #fff;
	z-index: 13000;

}
 
.tool-title {
	font-weight: bold;
	
	margin: 0;
	padding:5px;
	display:none;

	background: #000;
}
 
.tool-text {
	padding:5px;
	background: #000;
}




/* SHOP */
.i7shop {
	font-size:12px;
}
.i7shop .widget {
width:500px;
}
.i7shop .widget span.mandatory {
	color: #f00;
	float:left;
	padding:0px 10px;
}
.i7shop .widget label {
	width:170px;
	float:left;
}
.i7shop .widget input,.i7shop .widget select {
	width:150px;
	float:left;
}
.i7shop .widget input.checkbox {
	width:auto;
	margin-right:5px;
}
.i7shop .widget div.error {
	float:right;
	width:150px;
}
.i7shop h1 {
	margin: 10px 0px;
}
.i7shop .baskettable {
	width: 500px;
	font-size:12px;
}
.i7shop .baskettable tr.strong th {
	border-bottom:2px solid #000;
}
.i7shop .baskettable th {
	padding: 4px 2px;
}
.i7shop .baskettable td {
	padding: 4px 2px;
}
.i7shop .baskettable td.money,.i7shop .baskettable th.money {
	text-align: right;
}


.i7shop .baskettable tr td,.i7shop .baskettable tr th {
	border-bottom:1px solid #000;
}
.i7shop .ordercommand {
	margin-top:10px;
}
.i7shop .legal_fields {
	margin-top:15px;

	margin-bottom:15px;
}

.order_payment .widget label {
	width:150px;
	padding-right:10px;
}

.i7shop .subtitle {
	margin-top:-12px;
}
.i7shop a.steplink {
	padding: 3px 5px 3px 5px;
	width:94px;
	display:block;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	margin-bottom:20px;
}
.i7shop a.steplink:hover {
	width:94px;
	display:block;
	background-color: #000;
	color: #666;
	text-decoration:none;
}
.i7shop .overviewinfos {
	margin:10px 0px;
}

.i7shop .overviewinfos .block {
	float: left;
	margin-right:50px;
}
.i7shop .overviewinfos .block.last {
	margin-right:0px;
}

.i7shop .ctrl_shipping_address {

	padding-top:3px;
}
.i7shop .shipping_address_widgets {

	padding-top:3px;
}
.i7shop .payment_error {
	border:1px solid #f00;
	padding:5px;
	margin-bottom:10px;
}
.i7shop #loginform {
	padding-bottom:50px;
	
}
.i7shop .login_error {
	border:1px solid #f00;
	padding:5px;
	margin-bottom:10px;
}
#ctrl_state {
	width:30px !important;
}

.basketinfo {
	position:absolute;
	top:0px;
	padding-left:4px;
	padding-right:4px;
	left:20px;
	background-color: #000;
	color: #fff;
}

/* BUTTONS */
.blackbutton {
	padding: 5px 5px 3px 5px;
	width:94px;
	display:block;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
}
.blackbutton:hover {

	width:94px;
	display:block;
	background-color: #000;
	color: #666;
	text-decoration:none;
}

/* IE6 */
#ie6info {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	margin-left:-100px;
	height:160px;
	margin-top:-100px;
	padding:20px;
	z-index:100000;
	background-color:#fff;
	color:#f44;
}