/* Allgemeine Definitionen - Anfang */
* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background:#A8A9BB url(../img/bg_body.jpg) top left repeat-y;
	/*color: #000;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#globalcontainer {
	margin: 0 0;
	margin-left: 2px;
	text-align: left;
	/*width: 64em;*/
	width: 1002px;
	padding:0;
}



/******************************/
/* Clearing - do not modify */
/**************************/

.floatholder { overflow:hidden; }

.clerasil:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clerasil { display: block; }
/* Floating clearen - Ende */



/* Allgemeine Definitionen - Anfang */
img {
	border: 0;
}


.clear {
	clear: both;
}

a {
	background-color: transparent;
	color: #00397B;
	/*
	color: #2b2c85;
	text-decoration: none;
	*/
}

a:hover, a:focus {
	background-color: transparent;
	color: #000;
}




ul {
	list-style-type: none;
}


ol {
    list-style-type: decimal;
}



table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	font: normal 11px/16px Verdana, Arial, Helvetica;
}

.errormessage, .infomessage {
	background-color: transparent;
	color: #C80D0D;
	/*padding: .35em .5em .4em .5em;*/
	padding: 10px;
	text-align: justify;
	border:2px solid #C80D0D;
	background-color: #FBE0E0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.infomessage {
	color: #00f;
        border:1px solid #00f;
}



#error p {
    /*padding-bottom: 1em;*/
}
#error pre {
    font-size: .9em;
}
/* Allgemeine Definitionen - Ende */



/* Logo - Anfang */
#logo {
	clear: both;
	float: left;
	width: 222px;
	padding: 0;
}
/* Logo - Ende */

/* Shophead - Anfang */
#shophead {
	background: #ffffff url(../img/us_bg_shophead.jpg) 0 35px  no-repeat;
	color: #333;
	clear: both;
	width: 999px;
	height: 196px;
	position:relative;
}

/* merkliste  */

.merkliste {
	/*background: transparent url(../img/merkliste.jpg) center top no-repeat;
	*/
	color:#CBD2DB;
	font-weight:normal;
	font-size:9px;
	text-align:center;
	position:absolute;
	top:68px;
	left:791px;
	height:85px;
	width:75px;
}

.merkliste p{
	margin:30px 0 0 0;
	line-height:160%;
	text-align:center;
        color:#CBD2DB;
}
.merkliste a{
	background: transparent url(../img/merkliste.jpg) center top no-repeat;
	padding-top: 30px;
	font-weight:bold;
	font-size:10px;
	color:#CBD2DB;
	text-decoration:none;
}

.merkliste a:hover {
	background: transparent url(../img/merkliste_hover.jpg) center top no-repeat;
	color:#fff;
}


/* warenkorb */

.warenkorb{
        /*background: transparent url(../img/warenkorb.jpg) center top  no-repeat;*/
        color:#FFF;
        font-weight:normal;
        font-size:9px;
        text-align:center;
        position:absolute;
        top:68px;
        left:900px;
        height:85px;
        width:85px;
}

.warenkorb p{
        margin:30px 0 0 0;
        text-align:center;
        color:#CBD2DB;
	line-height:160%;
}
.warenkorb a{
	background: transparent url(../img/warenkorb.jpg) center top no-repeat;
	padding-top: 30px;
	font-weight:bold;
	font-size:10px;
	color:#CBD2DB;
	text-decoration:none;
}

.warenkorb a:hover {
	background: transparent url(../img/warenkorb_hover.jpg) center top no-repeat;
	color: #fff;
}


/* Homebutton */
#homebutton  {
	float: left;
	width: 205px;
	padding-left: 15px;
	height:180px;
}

#homebutton a {
	background: transparent url(../img/revell_homebutton_bg.gif) left 12px no-repeat;
	padding-left: 18px;
	font: bold 10px/35px verdana, arial, helvetica;
	text-decoration: none;
	height:25px;
	display:block;
}

#homebutton a#logoLink {
	height: 155px;	
	display: block;
	background-image: none;
}


/* Shophead - Ende */


/* Static-Navigation - Anfang */
#staticnavigation {
	height:35px;
	float: right;
	width: 650px;
	margin:0 0 0 20px;
	border: 0px dotted red;
}

#staticnavigation ul {
    padding: .9em;
    padding: 0px;
    margin: 0px;
    float:right;
}

#staticnavigation ul li {
	display: inline;
}

#staticnavigation ul li a {
	/*padding: .1em .5em;*/
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #666;
	color: #666;
	font: normal 10px/35px verdana, arial, helvetica;
	text-decoration: none;
}

/* Ersten Trenn-Border unsichtbar machen */
#staticnavigation ul li:first-child a { border-left-color: transparent; }

#staticnavigation ul li.active a,
#staticnavigation ul li a.active {
	background-color: transparent;
	color: #666;
	font-weight: bold;
}
/* Static-Navigation - Ende */

/* Languages - Anfang */
#languages {
	float: right;
	width: 60px;
	padding-top: 5px;
	/*text-indent: .5em;*/
}

#languages ul {
	padding-top: .4em;
}

#languages ul li {
	display: inline;
}
/* Languages - Ende */

/* Top-Navigation - Anfang */
#topnavigation {
	background-color: #7398f7;
	clear: both;
	margin-top: 196px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
	height: 2em;
	text-indent: .3em;
	line-height: 1.8em;
}

#topnavigation ul {
	padding-top: .05em;
}

#topnavigation ul li {
	display: inline;
	padding-right: 1.1em;
}

#topnavigation ul li a {
	background-color: transparent;
	color: #fff;
	padding: .1em .5em;
}

#topnavigation ul li.active a {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}
/* Top-Navigation - Ende */

/* Shopbody - Anfang */
#shopbody {
	/* float: left; */
	clear: both;
	/* margin-top: 1.3em; */
	margin: 0;
	width: 64em;
	width: 1000px;
	min-height: 100%;
	/*background-color: #ffffff;*/
}
/* Shopbody - Ende */

/* Quicksearch - Anfang */
#quickSearch form fieldset {
	padding: 10px 0px 10pt 5pt;
}

#quickSearch form .searchsubmit {
	background: transparent url(../img/suchensubmit.jpg) top left no-repeat;;
	color: transparent;
	font-size: 0em;
	margin:0;
	padding:0;
	float:left;
	width:24px;
	height:23px;
	border:none;
	cursor: pointer;
}

#quickSearch form .searchterm {
	background: transparent url(../img/suchenfeld.jpg) top left no-repeat;
	color: #999999;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 3px 0 0 0;
	text-indent:5px;
	border: none;
	width:166px;
	height:23px;
	overflow:hidden;
}
#quickSearch p{
	margin:0 0 0 10px;
}

/*
#quickSearch p,
#quickSearch a {
	color:#00397B;
	font-size:11px;
	line-height:130%;
}
*/

/* Quicksearch - Ende */

/* Navigationhead - Anfang */
#navigationhead {
	background-color: #ddd;
	margin: 0;
}

#navigationhead ul {
	margin-left: .3em;
}

#navigationhead ul li {
	display: inline;
	background-color: transparent;
	padding: 0 .1em 0 0;
	color: #fff;
	font-weight: 700;
}

#navigationhead ul li img {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}
/* Navigationhead - Ende */

/* Navigationcontent - Anfang */
#navigationcontent, #factFinderNavigation {
	margin: 0;
	font-weight: 700;
}




/* erste Ebene */
#navigation ul li, 
#factFinderNavigation ul li {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	border-top: 1px dotted #ccc;
}

/* Ersten Border oben ausblenden */
#navigation ul li:first-child { border-width: 0px; }

#navigation ul li a, 
#factFinderNavigation ul li a {
	font: 500 17px/17px verdana, arial, helvetica;
	padding-left: 20px;
	display: block;
	text-decoration: none;
}



#navigation ul li.openedfolder a,
#factFinderNavigation ul li.active a {
	background-color: transparent;
	color: #FF7800;

}


#navigation ul li.openedfolder, 
#factFinderNavigation ul li.openedfolder {
	background: transparent url(../img/revell_bullet_01_open.gif) top left no-repeat;
}

#navigation ul li.closedfolder, #factFinderNavigation ul li.closedfolder {
	background: transparent url(../img/revell_bullet_01.gif) left top no-repeat;
}


#navigation ul li.liNaviNoBorder,
#navigation ul ul li.liNaviNoBorder {
	border-top-width: 0px;
}

/* zweite Ebene */

#navigation ul li li,
#navigation ul li li.openedfolder,
#navigation ul li li.closedfolder,
#factFinderNavigation ul li li {
	padding: 0;
	margin: 0;
	padding-top: 12px;
	background-image: none;
	border:none;
	border: 1px dotted #fff;
}


#navigation ul li li a, 
#navigation ul li li.closedfolder a,
#navigation ul li li.openedfolder a,
#navigation div.secondNavigation ul li li a,
#factFinderNavigation ul li li a {
	background-position: 0 2px;
	background-repeat: no-repeat;
	font: bold 12px/12px verdana, arial, helvetica;
	display:block;
	padding: 0px;
	padding-left: 12px;
	color: #406B9C;
	text-decoration: none;
}


#navigation ul li li.closedfolder a,
#navigation div.secondNavigation ul li li a {

	background-image: url(../img/revell_bullet_02.gif);
}

#navigation ul li li.closedfolder a:hover,
#navigation div.secondNavigation ul li li a:hover {
	color: #000000;
	background-image: url(../img/revell_bullet_02_hover.gif);
}



#navigation ul li li.openedfolder a,
#navigation ul li li.openedfolder a:hover,
#navigation div.secondNavigation ul li li.openedfolder a,
#navigation div.secondNavigation ul li li.openedfolder a:hover {
	color: #FF7800;
	background-image: url(../img/revell_bullet_02_open.gif);
}



/* IE-Fix */
* html #navigation ul li li.openedfolder,
* html #navigation ul li li.closedfolder,
* html #factFinderNavigation ul li li {
	padding-top: 12px;
}






/* dritte Ebene */
#navigation ul li li li,
#navigation ul li li li.openedfolder,
#navigation ul li li li.closedfolder,
#factFinderNavigation ul li li li {
	padding: 0;
	padding-left: 16px;	
	padding-top: 10px;
}



#navigation ul li li li a,
#navigation ul li li li.closedfolder a,
#navigation ul li li li.openedfolder a {
	font: normal 11px/11px Verdana, Arial, Helvetica;
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 10px;
	display: block;
}


#navigation ul li li li.closedfolder a {
	color: #7F9CBD;
	background-image: url(../img/revell_bullet_02.gif);
}

#navigation ul li li li.closedfolder a:hover {
	color: #000000;
	background-image: url(../img/revell_bullet_02_hover.gif);

}

/*#navigationcontent ul li li li.active a,*/
#navigation ul li li li.openedfolder a {
	color: #FF7800;
	background-image: url(../img/revell_bullet_02_open.gif);

}



/* IE-Fix */
* html #navigation ul li li li.closedfolder,
* html #navigation ul li li li.openedfolder,
* html #factFinderNavigation ul li li li {
	padding-top: 10px;
}





/* vierte Ebene */
#navigation ul li li li li,
#navigation ul li li li li.openedfolder,
#navigation ul li li li li.closedfolder {
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px;		
}



#navigationcontent ul li li li li a,
#navigationcontent ul li li li li.openedfolder a,
#navigationcontent ul li li li li.closedfolder a {
	font: normal 10x/10px Verdana, Arial, Helvetica;
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 12px;
}


#navigation ul li li li li.closedfolder a {
	color: #7F9CBD;
	background-image: url(../img/revell_bullet_04.gif);	
}


#navigation ul li li li li.closedfolder a:hover {
	color: #000000;
	background-image: url(../img/revell_bullet_04_hover.gif);	
}


#navigation ul li li li li.openedfolder a,
#navigation ul li li li li.openedfolder a:hover {
	color: #FF7800;
	background-image: url(../img/revell_bullet_04_open.gif);
}


/* IE-Fix */
* html #navigation ul li li li li.openedfolder,
* html #navigation ul li li li li.closedfolder,
* html #factFinderNavigation ul li li li li {
	padding-top: 10px;
}

/*IE Hack */
* html #navigation ul li li li li.closedfolder a,
* html #navigation ul li li li li.openedfolder a {
	font-size: 11px;
	line-height: 11px;
}


/* fünfte ebene */
#navigation ul li li li li li.closedfolder a, 
#navigation ul li li li li li.openedfolder a, 
#navigation ul li li li li li a:hover, 
#navigation ul li li li li li.active a {
	color: red;
	background-image: url(../img/revell_bullet_04_open.gif);
	font: normal 10x/10px Verdana, Arial, Helvetica;
}

#navigation ul li li li li li.closedfolder a:hover {
	color:#000000;
	background-image: url(../img/revell_bullet_04_hover.gif);
}


/* IE Hack */
* html #navigation ul li li li li li.closedfolder a, 
* html #navigation ul li li li li li.openedfolder a, 
* html #navigation ul li li li li li a:focus, 
* html #navigation ul li li li li li a:hover, 
* html #navigation ul li li li li li.active a {
	font-size: 11px;
	line-height: 11px;
}

*+html ul li ul, * html ul li ul,
*+html ul li ul ul, * html ul li ul ul {
  display: inline-block;
  margin: 0;
  padding:0;
}


/* Navigationcontent - Ende */

/* TrustedShops - Anfang */
#trustedShops {
	font-weight: 700;
	min-height: 7.35em;
}

#trustedShops a {
	display: block;
	padding: 1em .1em 0 0;
}

#trustedShops input.floatleft {
	border: none;
	float: left;
	margin-right: .5em;
	width: 70px;
}
/* TrustedShops - Ende */




/* CartStatus - Anfang */
#cartStatus table {
	padding: .5em;
}

#cartStatus thead tr {
	font-weight: 500;
}

#cartStatus tbody tr {
	font-weight: 500;
}

#cartStatus tbody tr td a {
	font-weight: 700;
}

#cartStatus tfoot tr td {
	font-weight: 500;
}
/* CartStatus - Ende */

/* Carticons - Anfang */
#carticons {
	background-color: #ccc;
	padding: .5em 0 .5em .5em;
	height: 5.3em;
	margin: 0;
}

#carticons ul li {
	float: left;
	font-weight: 700;
	display: inline;
	padding-right: 1.1em;
	text-align: center;
}

#carticons ul li.order {
	float: right;
	padding: 1.1em 1.16em 0 0;
	text-align: right;
}

#carticons ul li.order img {
	vertical-align: middle;
}

#carticons ul li a {
	display: block;
}
/* Carticons - Ende */



/* itemGroup - Anfang 
ACHTUNG: neu eingefügt, betrifft auch die 
Darstellungen in itemProfiSearch!
*/
h2.first,
h2.first a,
h2.first strong,


#myOrderDetail h2 a,
#myOrderDetail h2 span,
#myOrderDetail h2 strong
/*#myOrderDetail h2,
#item h2,
#item h2 strong,
#itemGroup h2,
#itemGroup h2 a,
#itemGroup h2 strong,
#itemProfiSearch h2,
#itemProfiSearch h2 a,
#itemProfiSearch h2 strong
*/
{
	background:none;
	font: normal 10px/40px Verdana, Arial, Helvetica !important;
	color:#666;
	padding:0;
	height:40px;
	border: 0px dotted red;

}

h2.breadcrumb ,
div.breadcrumb {
	overflow: visible;
	width:500px;
	border: 0px dotted red;
	white-space: nowrap;
}



/*
#itemGroup h2 strong,
#itemGroup h2 a {
	background:none;
	font: normal 10px/14px Verdana, Arial, Helvetica !important;
	color:#666;
	padding:0;
	height:40px;
}

#item h2,
#itemGroup h2,
#itemProfiSearch h2 {
	margin: 0 0 0 4px;
}


h2.first strong,
#item h2 strong,
#itemGroup h2 strong,
#itemProfiSearch h2 strong {
	font-weight:bold;
	color: #FF7800;
}


h2.first a,
#itemGroup h2 a, 
#item h2 a,
#itemProfiSearch h2 a {
	background-color: transparent;
}

*/

#item p,
#itemGroup p,
#itemProfiSearch p {
	padding: 1.5em 1em;
	font: normal 11px/16px Verdana, Arial, Helvetica;
	color: #000;
}

#item p.logo_background,
#itemGroup p.logo_background {
/*
	background: transparent url(../img/webshop_logo.jpg) no-repeat right bottom;
	height: 17.5em;
	padding: 1.5em 0 0 5.9em;
*/
}

#item span.image,
#itemGroup span.image {
	background: transparent url(../img/basket_filled_big.gif) no-repeat .8em 1em;
}
/* ItemGroup - Ende */

/* ItemGroupInline - Anfang */
#itemGroupInline {
	height: 100%
}

#itemGroupInline h2 a {
	color: #00397B;
	font-weight: 700;
	text-decoration: none;
	font: bold 18px/24px Verdana;
}

#sortbyform{
	background:transparent url(../img/sortbyform.jpg) no-repeat 0 0;
	width: 532px;
}

#itemGroupInline table.formPart {
	margin-top: 2px;
	height:80px;
	width: 100%;
}

#itemGroupInline td,th {
        /*padding:18px 5px 6px 0px;*/
        color:#666;
        font-size:9px;
        text-align:left;
	vertical-align: middle;
	height:50%;
	border: 0px dotted red;
}

#itemGroupInline th {
	/*padding:18px 5px 6px 30px;*/
	text-align:right;
	text-transform:uppercase;
	width: 80px;
	padding-right: 10px;
}

#itemGroupInline table.pager, td.pager, th.pager {
	height: 25px;
	/*
	background: #F7F7F7;
	border-top: 1px solid #fff;
	*/
}


#itemGroupInline table.pager {
	width:100%;
}


#itemGroupInline ul.pages {
	list-style-type: none;
	float: left;
}

#itemGroupInline ul.pages li,
#itemGroupInline ul.pages li span {
	background-color: transparent;
	display: inline;
	color: #FF7800;
	border-left: 1px solid #666;
	padding-left: 2px;
	font: bold 11px/18px Verdana, Arial, Helvetica;
}

#itemGroupInline form fieldset label {
	float: left;
	clear: left;
	display: block;
	width: 150px;
	font: bold 9px/130% Vardana, Arial, Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color:#666;
}

#itemGroupInline form fieldset span,
#itemGroupInline form fieldset select {
	float: left;
	font-size:9px;
	padding-left: 5px;
}

#itemGroupInline form fieldset ul li:first-child {
        padding-left: 0px;
	border-width: 0px;
}

#itemGroupInline form fieldset ul li a {
	color: #666;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

#itemGroupInline div.itemline {
    display: block;
	/*width:510px;
	padding:10px 0 10px 0;*/
	margin: 0 0 0 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	height:auto;
    border-bottom:1px dotted #CCCCCC;
}

#itemGroupInline div.itemline div.image,
#itemGroupInline div.itemline div.text,
#itemGroupInline div.itemline div.info {
	float: left;
	margin-left: 8px;
}

#itemGroupInline div.itemline div.image {
	width: 104px;
	overflow:hidden;
}

#itemGroupInline div.itemline div.image h3 {
    background-color: transparent;
    color: #00397B;
    font-size: 9px;
	margin:0 0 10px 0;
}

#itemGroupInline div.itemline div.text {
	width:250px;
}

/* IE-Hack */
* html #itemGroupInline div.itemline div.text {
	width: 240px;

}


#itemGroupInline  div.itemline div.text h2 {
	background-color: transparent;
	color: #00397B;
	font: bold 13px/20px Verdana, Arial, Helvetica !important;
	padding:0;
	margin:0;
	height:auto !important;
}
#itemGroupInline div.itemline div.text h2 a{
	font: bold 13px/20px Verdana, Arial, Helvetica !important;
}

#itemGroupInline div.itemline div.text p {
	font-size: 11px;
	line-height:130%;
	padding-left:0;
	padding: 15px 0 15px 0;
}

#itemGroupInline div.itemline div.text p.link {
    	font-size: 11px;
	color:#00397B;
	font-weight:bold;
}


#itemGroupInline div.itemline div.info {
	/*margin:0 0 0 0px; */
	width:127px;
}


div.info ul {
	width:100%;
}


div.info ul li {
	float:none;
	display:block;
	padding-bottom: 5px;
	text-align: left;
}



div.info ul li.baseprice {
	background-color: transparent;
	font: 700 18px/130% Verdana, Arial, Helvetica;
	color: #2b2c85;
}


div.info ul li.oldprice label {
	background-color: transparent;
	color: #2b2c85;
	font-weight: 700;
}

div.info ul li.oldprice span {
	background-color: transparent;
	color: #2b2c85;
	font-weight: 700;
	text-decoration: line-through;
}

div.info ul li.specialprice label {
	background-color: transparent;
	color: #2b2c85;
	font-weight: 700;
}

div.info ul li.specialprice span {
	background-color: transparent;
	color: #2b2c85;
	font-weight: 500;
	padding-top: .2em;
}

div.info ul li.pricenotice,
div.info ul li.pricenotice a {
	background-color: transparent;
	color: #00397B;
	font-size:10px;
}



div.info ul li.alreadyincart {
	font-weight: 500;
	padding-top: .2em;
	color: red;
}

div.info ul li.variationtext {
	font-weight: 500;
	line-height: 130%;
}

div.info ul li.variationlist {
	font-weight: 500;
	padding-top: .2em;
}

div.info ul li.variationlist label {
	padding-right: .5em;
}

div.info ul li.variationlist select {
	font-weight: normal;
	width: 7em;
	vertical-align: middle;
}

div.info ul li.available {
	border-top:1px dotted #CCCCCC;
	margin:5px 0pt;
	padding:5px 0pt;
	height:24px;
}

div.info ul li.order input.menge {
	background: transparent url(../img/menge.jpg) top left no-repeat;
	color: #999;
	font-size: 11px;
	border: none;
	float:left;
	width:31px;
	height:23px;
	padding:5px 0 0 0;
	text-align:center;
	line-height:1em;
}

div.info ul li.order input.insertbutton{
        background: transparent url(../img/insertbutton.jpg) top left no-repeat;
        color: #666;
        font-size: 10px;
        border: none;
	font-weight:bold;
        float:left;
        width:96px;
        height:23px;
        text-align:center;
        line-height:1em;
	cursor: pointer;
	cursor: hand;
}
div.info ul li.order input.quicklistbutton{
	border:none;
	background:transparent url(../img/revell_btn_image_merkliste.gif) 0px 9px no-repeat;
	color:#00397B;
	font-weight: bold;
	font-size:10px;
	text-decoration:underline;
	text-align:left;
	margin:0px 0 0 0;
	padding-left: 12px;
	cursor: pointer;
	cursor: hand;
}

div.info ul li.order img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

div.info div.line {
	padding: 1em 0 1em 0;
	width: 100%;
}

div.info div.line hr {
	border: 0px solid #fff;
	vertical-align: middle;
	background:none;
	border-bottom: 1px dotted #ccc;
}



.itemline .text .images {
    margin-top: .5em;
    height: 40px;
    text-align: left;
}
/* Itemline - Ende */

/* TeaserContainer - Anfang */
#teasercontainer {
	float: right;
	width: 210px;
	margin-top: 40px;
	padding-right: 8px;
}
/* TeaserContainer - Ende */

/* Leftcontainer - Anfang */
#leftcontainer {
	float: left;
	width: 210px;
	padding-left: 11px;
	margin-top: 40px;
}

* html #leftcontainer {

}

/* Leftcontainer - Ende */

/* MiddleContainer - Anfang */
#middlecontainer {
	float: left;
	/*width: 37.7em;*/
	width: 530px;
	padding-left: 20px;
}
/* MiddleContainer - Ende */

/* Rightcontainer - Anfang */
#rightcontainer {
	float: right;
	/*width: 50.7em;*/
	width: 210px;
	padding-right: 20px;
}
/* Rightcontainer - Ende */

/* Quickorder - Anfang */
#quickOrder form table {
	width: 100%;
}

#quickOrder form table thead tr {
	background-color: #ddd;
	color: #000;
	height: 1.7em;
	text-indent: .5em;
	vertical-align: middle;
}

#quickOrder form table tbody {
	background-color: #fff;
}

#quickOrder form table tbody input {
	border: 1px solid #D9D9D9;
	margin: 2px;
	height: 14px;
	padding: 2px;
	font: normal 10px/14px Verdana, Arial, Helvetica;
}
/* Quickorder - Ende */

/* Manufacturer - Anfang */
#manufacturer ul {
	padding: 0 .5em 0 .5em;
}

#manufacturer ul li {
	font-weight: 700;
	padding: .3em 0 .3em 0;
}

#manufacturer ul li.line {
	border-bottom: 1px solid #aaa;
}
/* Manufacturer - Ende */

/* Cart - Anfang */
#cart p.emptycart {
	font-weight: 500;
	background: transparent url(../img/shoppingbasket_empty.gif) no-repeat 1em 1em;
	height: 4.6em;
	padding: 2em .5em 0 6.5em;
}

/*
#cart form table {
	width: 100%;
	border-spacing: 0px;
}

#cart form table thead tr {
	background-color: #ddd;
	color: #000;
	height: 20px;
	vertical-align: middle;
}

#cart form table tbody, #cart form table tfoot {
}

#cart form table tbody input {
	border:1px solid  #D9D9D9;
	color: #000;
	text-align:center;
	margin: .2em 0 .2em .5em;
}

#cart form table tbody input.checkbox {
	width: 20px;
}

#cart form table tr td {
	padding: .2em; 
}

#cart td {
	padding: 2px;
}

*/

#cart ul {
	margin: .4em .2em .3em 0;
	text-align: right;
}

#cart ul li {
	display: inline;
}

#cart ul li input.buttons {
	margin-bottom: .2em;
}
/* Cart - Ende */

/* AGB, Privacy, Unsubscribe & NewsletterConfirm - Anfang */
#agb p, #imprint p, #reship p, #sac p, #privacy p, #unsubscribe p, #newsletterConfirm p {
	font-weight: 500;
	padding: .35em .5em .4em .5em;
}
/*
.wrapper_box table{
	margin: .35em .5em .4em .5em;
}
.wrapper_box table td{
	padding: 2px 5px 2px 0;
}
*/
.wrapper_box h2 {
	font-size: 1.3em;
	color: #00397B;
	font-size: 1.3em;
	color: #00397B;
	padding: 1em .5em .4em .35em;
}
#nocontentbox .wrapper_box h2 { padding-left: 0; }
.wrapper_box ul{
	list-style-type: disc;
}
.wrapper_box ul li,
.wrapper_box ol li {
	margin:.35em 0;
}

.wrapper_box ul,
.wrapper_box ol {
        padding:  .35em 1.5em .4em 1.5em;
        margin:  .35em 1.5em .4em 1.5em;

}


#newsletterConfirm p img {
    vertical-align: middle;
    padding-right: 0.3em;
}
/* AGB, Privacy, Unsubscribe & NewsletterConfirm - Ende */

/* Impressum - Anfang */
#imprint ul {
	padding-top:20px;
	padding: 10px;
}

#imprint ul li {
	font-weight: 500;
	padding-bottom: 10px;
}


#imprint ul li h2 {
	background-color: transparent;
	color: #00397B;
	font: bold 13px/20px Verdana, Arial, Helvetica !important;
	padding:0;
	margin:0;
	height:auto !important;
}

#imprint ul li p {
	padding-bottom: 10px;
}


/* Impressum - Ende */

/* Item - Anfang */
#item {
	height: 100%;
}

#item div.big_box_header h2{
	font: bold 11px/13px Verdana,sans-serif !important;
	color:#E20A18;
	padding:8px 0 0 8px;
}

#item p.logo_background {
/*
	background: transparent url(../img/webshop_logo.jpg) no-repeat right bottom;
	height: 20.5em;
	padding: 1.5em 0 0 5.9em;
*/
}

#item span.image {
	background: transparent url(../img/basket_filled_big.gif) no-repeat 0 0;
}

#item div.image {
	display: block;
	float:left;
	width:345px;
	height:auto;
	border: 0px dotted red;
	margin: 2px;
}

#item div.image ul{
	margin:0 0 0 0px;
	margin: 0px;
	padding: 0px;
}

#item div.info {
        display: block;
        float:left;
        padding: 0;
        border: 0px dotted green;
        width: 160px; 
        width/**/:/**/ 174px;
}




#item div.info ul {
	float: left;
	text-align: left;
	margin: 10px 10px 0 10px;
	width:127px;
}


* html #item div.info {
	width: 154px;
	margin-left: 10px; 
	
}

* html #item div.info ul {
	/*width:80px;*/
	margin: 0;
	padding:0;
	
}





/*
#item div.info ul li.baseprice {
        background-color: transparent;
        color: #00397B;
        font: bold 18px/20px Verdana, Arial, Helvetica;
}

#item div.info ul li.pricenotice {
        font: normal 10px/13px Verdana, Arial, Helvetica;
	color:#00397B;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #CCC;
}

#item div.info ul li.itemnumber {
        font: bold 9px/13px Verdana, Arial, Helvetica;
        color:#00397B;
}


#item div.info ul li.variationtext, #item siv.info ul li.variationlist {
	font-weight: 500;
}

#item div.info ul li.variationlist {
	padding-top: 0px;
}

#item div.info ul li.variationlist label {
	padding-right: 0px;
}

#item div.info ul li.variationlist select {
	font-weight: normal;
	vertical-align: middle;
}

#item div.info ul li.order {
	padding-top:0;
}


#item div.info ul li.uvp label,
#item div.info ul li.itemnumber label {
	text-align: left;
}

* html #item div.info ul li.order fieldset {
	height: 25px;
}

#item div.info ul li.available {
        font-size:10px;
        border-top:1px dotted #CCCCCC;
        margin:5px 0pt;
        padding:5px 0pt;
        height:24px;
}

#item div.info ul li.order input.menge {
        background: transparent url(../img/menge.jpg) top left no-repeat;
        color: #999;
        font-size: 11px;
        border: none;
        float:left;
        width:31px;
        height:23px;
        padding:5px 0 0 0;
        text-align:center;
        line-height:1em;
}

#item div.info ul li.order input.insertbutton{
        background: transparent url(../img/insertbutton.jpg) top left no-repeat;
        color: #666;
        font-size: 10px;
        border: none;
        font-weight:bold;
        float:left;
        width:96px;
        height:23px;
        text-align:center;
        line-height:1em;
}

#item div.info ul li.order input.quicklistbutton{
        border:none;
        background:transparent;
        color:#00397B;
        font-size:10px;
        text-decoration:underline;
	text-align:left;
        margin:5px 0 0 0;
}

#item div.info ul li.order img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}
*/

#item div.text {
	clear: both;
	padding: 11px;
	width:auto;
	font-size: 11px;
	border: 0px dotted red;
}

#item div.text * {
	background-color: transparent;
	color: #000;
	text-align: left;
}

#item div.text ul {
	list-style-type: disc;
	list-style-position: inside;
}

#item div.files ul {
	float: none;
}

#item div.files ul li img {
	vertical-align: middle;
}

#item div.files ul li a {
	font-weight: 700;
}

#item .buttons {
}
/* Item - Ende */

/* Cross Selling */
#crossSellingGroups ul {
	padding: .35em .5em .4em .5em;
}

#crossSellingGroups ul li {
	font-size: 11px;
	font-weight: normal;
}

#crossSellingGroups ul li.line {
	border-bottom: 1px dotted #CCC;
}

#crossSellingItems ul {
	border-bottom: 1px dotted #CCC;
	padding: 5px 0;
	margin:0 5px 0px 5px;
}

#crossSellingItems ul.last {
	border: none;
}
#crossSellingItems ul li{
	margin:0 0 4px;
}

#crossSellingItems ul li.link,
#crossSellingItems ul li a {
	font-size: 11px;
	color:#00397B;
	font-weight: bold;
	text-decoration:none;
}
#crossSellingItems ul li a:hover {
        text-decoration:underline;
}

#crossSellingItems ul li.text {
	background-color: transparent;
	color: #000;
	font-size: 11px;
}
/* Cross Selling Ende */

/* Quickcart Status - Anfang */
#quickCartStatus table {
	width: 100%;
}

#quickCartStatus table thead tr {
	background-color: #ddd;
	color: #000;
	height: 1.7em;
	text-indent: .5em;
	vertical-align: middle;
}

#quickCartStatus table tbody tr {
	text-indent: .5em;
}

#quickCartStatus tbody a {
}

#quickCartStatus tbody a img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

#quickCartStatus tbody span {
}
/* QuickcartStatus - Ende */

/* itemSearch - Anfang */
#itemSearch p.logo_background {
/*
	background: transparent url(../img/webshop_logo.jpg) no-repeat right bottom;
	height: 20.5em;
	padding: 1.5em 0 0 5.9em;
*/
}

#itemSearch span.image {
	background: transparent url(../img/basket_filled_big.gif) no-repeat .8em 1em;
}
/* ItemSearch - Ende */

/* ItemGroupInline - Anfang */
#itemSearchInline {
	padding: .7em;
	height: 100%
}

#itemSearchInline ul.pager {
	/*float: right;*/
}

#itemSearchInline ul.pager li {
	float: left;
	background-color: transparent;
	display: inline;
}




#itemSearchInline ul.pager li a, #itemSearchInline ul.pager li span {
	background-color: transparent;
	color: #666;
}

#itemSearchInline ul.pager li span {
	font-weight: bold;
	color: #FF7800;
}

#itemSearchInline form fieldset label {
	float: left;
	clear: left;
	display: block;
	font-weight: 700;
	width: 12em;
}

#itemSearchInline form fieldset span, #itemSearchInline form fieldset select {
	float: left;
	margin-bottom: .4em;
}

#itemSearchInline form fieldset ul.pages {
	float: left;
	margin-bottom: 1.9em;
}

#itemSearchInline form fieldset ul li {
	background-color: transparent;
	color: #000;
	display: inline;
	font-weight: 700;
}

#itemSearchInline form fieldset ul li a {
	background-color: transparent;
	color: #000;
	font-weight: normal;
}

#itemSearchInline ul.itemline {
	display: block;
}

#itemSearchInline ul.itemline li {
	float: left;
}

#itemSearchInline ul.itemline li.image {
	clear: left;
	padding-top: .1em;
	width: 18%;
}

#itemSearchInline ul.itemline li.text {
	width: 48%;
}

#itemSearchInline ul.itemline li.text h2 {
	background-color: transparent;
	color: #000;
	font-weight: 700;
	padding: 0;
}

#itemSearchInline ul.itemline li.text p {
	font-weight: 500;
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.text p a {
	font-weight: 700;
}

#itemSearchInline ul.itemline li.info {
	text-align: right;
	width: 34%;
}

#itemSearchInline ul.itemline li.info ul li {
	float: none;
}

#itemSearchInline ul.itemline li.info ul li.oldprice label, #itemSearchInline ul.itemline li.info ul li.oldprice span, #itemSearchInline ul.itemline li.info ul li.specialprice label {
	background-color: transparent;
	color: #2b2c85;
	font-weight: 700;
}

#itemSearchInline ul.itemline li.info ul li.oldprice span {
	text-decoration: line-through;
}

#itemSearchInline ul.itemline li.info ul li.specialprice span, #itemSearchInline ul.itemline li.info ul li.baseprice {
	background-color: transparent;
	color: #2b2c85;
	font-weight: 700;
}

#itemSearchInline ul.itemline li.info ul li.uvp {
	font-weight: 500;
	padding-top: .2em;
	text-align: left;
}

#itemSearchInline ul.itemline li.info ul li.pricenotice {
	background-color: transparent;
	color: #000;
	font-weight: 500;
	padding-top: .1em;
}

#itemSearchInline ul.itemline li.info ul li.pricenotice a {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

#itemSearchInline ul.itemline li.info ul li.itemnumber {
	font-weight: 500;
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.info ul li.alreadyincart {
	font-weight: 500;
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.info ul li.variationtext, #itemSearchInline ul.itemline li.info ul li.variationlist {
	font-weight: 500;
}

#itemSearchInline ul.itemline li.info ul li.variationlist {
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.info ul li.variationlist label {
	padding-right: .5em;
}

#itemSearchInline ul.itemline li.info ul li.variationlist select {
	font-weight: normal;
	vertical-align: middle;
	width: 7em;
}

#itemSearchInline ul.itemline li.info ul li.order input.menge {
	background-color: #ccc;
	color: #000;
	font-weight: 700;
}

#itemSearchInline ul.itemline li.info ul li.order img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

#itemSearchInline div.itemline div.line {
	padding: 1em 0 1em 0;
	width: 100%;
}


#itemSearchInline div.itemline .buttons {
}
/* ItemSearchInline - Ende */

span.image {
	width: 60px;
	height: 60px;
}


/* ItemProfiSearch - Anfang */
#itemProfiSearch span.image {
	background: transparent url(../img/profisearch.gif) no-repeat 0 0;
}

#itemProfiSearch p {
	font-weight: 500;
	padding: 10px;
	/*padding: .35em .5em .4em .5em;*/
}

#itemProfiSearch p.text {
	font-weight: 500;
	/*padding: 2em .5em .4em 8em;*/
}

#itemProfiSearch ul.sml,
#itemProfiSearch ul.fromTo ul,
#itemProfiSearch ul.text   {
	/*padding: .35em .5em .4em .5em; */
	clear:both;
	padding:2px;
}

#itemProfiSearch ul.fromTo li,
#itemProfiSearch ul.text li {
	float:left;
	width: 150px;
}


#itemProfiSearch ul.fromTo ul li {
	clear:both;
	height: 20px;
	text-align: right;
}

#itemProfiSearch ul.fromTo ul li.description label {
	text-align:left;
}

#itemProfiSearch ul.fromTo ul li input,
#itemProfiSearch ul.text li input  {
	height: 18px;
	padding-top:2px;
	margin-bottom: 2px;
}

#itemProfiSearch ul.fromTo ul li label,
#itemProfiSearch ul.text li label {
	width: 150px;
	text-align: right;
	float: right;
	padding-right: 2px;
	padding-top: 2px;
	height: 22px;
	border: 0px dotted red;
}

#itemProfiSearch ul.sml li {
	width: 160px;
	border: 0px dotted red;
}

#itemProfiSearch ul.sml li label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 2px;
	padding-top: 2px;
	height: 18px;
}


#itemProfiSearch ul.sml li select {
	/*padding: .7em .5em .4em .5em;*/
	height: 18px;
	padding:2px;
	margin-bottom: 4px;
	width: 150px;
}

* html #itemProfiSearch ul.fromTo ul li input,
* html #itemProfiSearch ul.text li input  {
	height: 22px;
	padding-top:0px;
	margin-bottom: 0px;
}

* html #itemProfiSearch ul.sml {
	width: 300px;
}
* html #itemProfiSearch ul.sml li label,
* html #itemProfiSearch ul.sml li input {
	width:100%;
}

* html #itemProfiSearch ul.sml li {
	width: 48%;
	float:left;
}

/* ItemProfiSearch - Ende */




/* ShippingCosts - Anfang */
/*
#shippingCosts table {
    margin: .5em .5em .5em .5em;
	padding: .35em .5em .4em .5em;
	width: 95%;
}

#shippingCosts table thead td {
	font-weight: 700;
	padding-bottom: .2em;
	text-align: left;
}

#shippingCosts table tbody td {
}

#shippingCosts table tbody th {
	text-align: left;
}

#shippingCosts p {
	font-weight: 500;
	padding: .35em .5em .4em .5em;
}
*/
/* ShippingCosts - Ende */




/* Login Anfang */
#login {
	position:absolute;
	top:68px;
	left:561px;
	width:200px;
	height:126px;
	overflow:hidden;
}
#login * {
	color:white;
	font-size:10px;
}
#login input{
	background:transparent;
        border:none;
        color:white;
        color:#CBD2DB;
}
#login input:hover {
	cursor:pointer;
}
#login input.text {
	background: transparent url(../img/inputlogin.jpg) top left no-repeat;
	border:none;
	width:137px;
	height:23px;
	color:#666666;
	padding:5px 0 0 5px;
	margin:0;
}
#login input.submit{
        background: transparent url(../img/schloss.jpg) center top no-repeat;
        border:none;
        width:45px;
        height:48px;
        color:#CBD2DB;
	font-weight:bold;
        font-size:10px;
        font-family: Verdana, Arial, Helvetica;
        padding:28px 0 0 0px;
	margin:0;
	vertical-align:bottom;
	cursor:pointer;
	cursor: pointer;
	cursor: hand;	

}

#login input.submit:hover {
	background: transparent url(../img/schloss_hover.jpg) center top no-repeat;
	color: #fff;
}

input#register {
	color:#CBD2DB;
	font-size: 10px;
	text-align: left;
	margin:0;
	margin-left: -3px;
	padding:0;
	cursor: pointer;
	cursor: hand;
}



input#register:hover {
	color: #fff;
}


a#newPW,
a#register {
	color:#CBD2DB;
	font-size: 10px;
	text-decoration: none;
}


a#newPW:hover,
a#register:hover {
	color: #fff;
}



/* Login Ende */

/* NewPassword  & PasswordSend - Anfang */
#newPassword p, #passwordSend p {
	padding: .35em .5em .4em .5em;
}

#newPassword .form {
	padding: .35em .5em .4em .5em;
}

/* NewPassword  & PasswordSend - Ende */

/* loginContent - Anfang */

#loginContent .big_box form {
	font-size:11px;
	padding:10px
}

/* loginContent - Ende */


/* MyAccount - Anfang */
#myAccount p {
	padding: .35em .5em .9em .5em;
}

#myAccount ul {
	padding: .35em .5em .4em .5em;
}

#myAccount ul li {
	padding-left: 6em;
	height: 6em;
	width: auto;
}

#myAccount ul li a {
	font-size: 14px;
}

#myAccount .myBuyList {
	background: transparent url(../img/quick_cart.gif) no-repeat 0 0;
}

#myAccount .myCustomer {
	background: transparent url(../img/personal.gif) no-repeat 0 0;
}

#myAccount .myOrders {
	background: transparent url(../img/package_view.gif) no-repeat 0 0;
}
/* MyAccount - Ende */




/* NewCustomer - Anfang */


#newCustomer span.image {
	background: transparent url(../img/personal.gif) no-repeat .5em 0;
}

/* NewCustomer - Ende */






/* QuickCart - Anfang */

#quickCart span.image {
	background: transparent url(../img/quick_cart.gif) no-repeat 0 0;
}

/* QuickCart - Ende */




/* QuickCartDetails - Anfang */

#quickCartDetails span.image {
	background: transparent url(../img/quick_cart.gif) no-repeat 0 0;
}

/* QuickCartDetails - Ende */






/* MyCustomer - Anfang */

#myCustomer span.image {
	background: transparent url(../img/personal.gif) no-repeat 0 0;

}

#bday, #bmonth, #byear {
    float: left;
}

#bmonth, #byear {
    margin-left: .5em;
}

#bday, #bmonth {
    width: 3.1em;
}

#byear {
    width: 4.5em;
}
/* MyCustomer - Ende */




/* MyDeliverAddress - Anfang */

#myDeliverAddress p {
	padding: .35em .5em .4em .5em;
}


#myDeliverAddress span.image {
	background: transparent url(../img/personal.gif) no-repeat .5em 0;
	width: 4em;
	height: 3em;
}
/* MyDeliverAddress - Ende */

/* MyOrders - Anfang */

#myOrders p {
	padding: .35em .5em .4em .5em;
}

#myOrders table {
	padding: .35em .5em .4em .5em;
	width: 100%;
}

#myOrders table thead tr {
	background-color: #ddd;
	color: #000;
	font-weight: 500;
}

#myOrders table td {
	padding-left: .4em;
}

#myOrders table tbody td {
	font-weight: 500;
	padding-bottom: 1.2em;
}

#myOrders table tbody img {
	height: 32px;
	width: 32px;
}

#myOrders table tfoot td {
	padding-bottom: .5em;
}
/* MyOrders - Ende */





/* MyOrderDetail - Anfang */
#myOrderDetail ul {
	padding: .35em .5em .4em .5em;
	vertical-align: middle;
}

#myOrderDetail table td {
	padding:4px;
}

/* MyOrderDetail - Ende */






/* ShowCustomer - Anfang */

#showCustomer table,
#myCustomer table {
	width: 100%;
}

#showCustomer table thead tr {
	background-color: #ddd;
	color: #000;
	font-weight: 500;
}

#showCustomer table td {
	padding-left: .4em;
}

#showCustomer table tbody td {
	font-weight: 500;
}

#showCustomer table tfoot td {
	padding-bottom: .5em;
}

#showCustomer ul {
	padding: .35em 0 .4em .5em;
	vertical-align: middle;
}

#showCustomer ul li a {
}



#showCustomer .separation,
div.separation {
	padding-bottom: 1.5em;
	margin: 0;
	border-bottom: 1px dashed #aaa;
}
/* ShowCustomer - Ende */

/* OrderPayship - Anfang */
/*
#orderPayship h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}
*/

#orderPayship h2 a:hover, #orderPayship h2 a:focus {
	background-color: transparent;
	color: #000;
}

#orderPayship p {
	padding: .35em .5em .4em .5em;
}


/* OrderPayship - Ende */

/* OrderEnd - Anfang */
/*
#orderEnd h2 a {
	color: #fff;
	text-decoration: underline;
}
*/
#orderEnd h2 a:hover, #orderEnd h2 a:focus {
	background-color: transparent;
	color: #000;
}


#orderEnd table {
	width: 100%;
}

#orderEnd table thead tr {
	background-color: #ddd;
	color: #000;
	font-weight: 500;
}

#orderEnd table td {
	padding-left: .4em;
}

#orderEnd table tbody td {
	font-weight: 500;
	padding-bottom: 1.2em;
}

#orderEnd table tfoot td {
	padding-bottom: .5em;
}

#orderEnd ul {
	padding: .35em .5em .4em .5em;
	vertical-align: middle;
}

#orderEnd textarea {
	width:auto;
}

#orderEnd ul.addressleft {
	padding: 0 0 .5em 25em;
}

#orderEnd table tbody td img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

#orderEnd textarea {
	width: 100%;
	height:50px;
}
/* OrderEnd - Ende */

/* OrderThanks - Anfang */
#orderThanks p {
	padding: .35em .5em .4em .5em;
}
/* OrderThanks - Ende */

/* Maintenance - Anfang */
#maintenance {
	border: 1px dashed #aaa;
	text-align: justify;
	vertical-align: middle;
	width: 30em;
	margin: 0px auto;
	margin-top: 2em;
	padding: .5em;
}

#maintenance h1 {
}

#maintenance p {
	padding: .35em .5em .4em .5em;
}


#maintenance strong.indent {
	padding-left: 2em;
}
/* Maintenance - Ende */



/* Cookie - Anfang */
#cookie p {
	padding: .35em .5em .4em .5em;
}
/* Cookie - Ende */





/* Formulare - Anfang */

div#breadcrumb {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 800px;
	height: 40px;
	border: 0px dotted red;
}





div.breadcrumb {
	height: 38px;
	overflow:hidden;
	width: 100%;
	border: 0px dotted red;
}


.breadcrumb table.orderProgress { 
	border-bottom: 1px solid #ccc;
	height: 38px; 
	width: 100%;
}

.cartStep {
	width: 100;
	font-size:10px;
	margin:0px;
	padding: 0px;
	color:#999;
	vertical-align: middle;
	line-height: 12px;
	height: 38px;
	padding-right: 0px;
	padding-left:0px;
	padding: 2px;
	background: #f7f7f7 url(../img/revell_order_arrow_not_acti.gif) top right no-repeat;
	border: 0x dotted yellow;
}

.orderActiveStep {
	color: #fff;
	background: #37557B url(../img/revell_order_arrow_active.gif) top right no-repeat;
}


.orderReadyStep {
	color: #fff;
	background: #37557B url(../img/revell_order_arrow.gif) top right no-repeat;
}


td.lastActive,
td.last {
	background-image: none;
}


.orderReadyStep .cartStepText a {
	color: #fff;
	text-decoration: underlined;
}


/* 
 * Ausschalten von vordefinierten Styles 
 * Verwendet #cart td -> padding: 2px
 * Andere zugewiesene Containerstyles müssen 
 * explizit ausgeschaltet werden
 */
#cart div.breadcrumb table td, 
#showCustomer div.breadcrumb table td,
#orderPayship div.breadcrumb table td,
#debit div.breadcrumb table td,
#creditCard div.breadcrumb table td,
#orderEnd div.breadcrumb table tbody td {
	padding: 2px;
	font: normal 10px/10px Verdana, Arial, Helvetica; 
}








.number {
	width: 15px;
	font: bold 16px/16px Verdana, Arial, Helvetica; 
	color: #fff;
	vertical-align: top;
	font-size: 10px;
}

.cartStepText,
td.cartStep td.number,
td.cartStep td.cartStepText {
	vertical-align: top;
	font: normal 10px/10px Verdana, Arial, Helvetica; 
	color: #999;
}

td.orderActiveStep td.cartStepText,
td.orderActiveStep td.number {
	color: #fbee14;	
}

.orderReadyStep td,
.orderReadyStep td a {
	color: #fff;
	font-size: 10px;
}

td.orderReadyStep td.cartStepText,
td.orderReadyStep td.number {
	color: #fff;	
}



.breadcrumb table table td {
	background-image: none;
}




.form {
	list-style-type: none;
}

.form li {
	vertical-align: middle;
}

.form label {
	/*
	float: left;
	width: 10em;
	font-weight: 700;
	*/

}

.form input {
	/*
	width: 12em;
	margin: .2em .2em .3em .2em;
	border: 1px solid #D9D9D9;
	*/
}
form input,
form textarea,
form select {
    border: 1px solid #D9D9D9;
	font: normal 11px/16px Verdana, Arial, Helvetica;
	/*padding: 2px;*/
	height: 18px;
}


/* IE-Hack */
* html form input,
* html form textarea,
* html form select {
	height: 20px;
}

div.formOneColumn {
	clear: both;
	display: block;
	width: 100%;
	min-height: 20px;
	border: 0px solid red;
}


div.formTwoColumns {
	width: 256px;
	/*float:left;*/
	border: 0px dotted red;
	min-height: 24px;
}

div.formTwoColumns.floatRight {
	float: right;
	text-align: left;

}

div.formTwoColumns .floatLeft {
	clear: both;
	float: left;
	text-align: left;

}


div.formTwoColumns  label,
div.formTwoColumns span.label {
	width: 38%;
	float: left;
	min-width: 110px;
	min-height: 22px;
	border: 0px dotted red;
}

div.formOneColomn label {
	width: 250px;
}

div.formOneColumn label.globalLabel {
	width: 120px;
}


div.formOneColumn label.checkboxText {
	width: 90%;
	text-align: left;
	padding-left: 10px;
}

div.formTwoColumns span {
	line-height:20px;
	margin-top: 2px;
	border: 0px dotted darkgreen;
	padding-left: 2px;
}

div.formTwoColumns div.xtrawidth,
div.formTwoColumns.xtrawidth{
	width: 400px;
}

div.formTwoColumns div.xtrawidth label,
div.formTwoColumns.xtrawidth label{
	width: 110px;
}

fieldset div.formTwoColumns {
	width:49%;
}


div.formOneColumn input.columnCheckbox {
	margin-left: 120px;
}

div.formTwoColumns input,
div.formTwoColumns select {
	min-width: 130px;
	margin-left: 2px;
}

#creditCard div.formTwoColumns label {
	width: 110px;
}


fieldset div.formTwoColumns input,
fieldset div.formTwoColumns select {
	width: 120px;
}

div.clearRow {
	clear: 	both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

div.clearRow .spacer {
	height: 10px;
}



div.threeCols {
	float:left;
	width:30%;
	height:30px;
	overflow: visible;
}

.formOneColumn input.checkbox,
.formTwoColumns input.radio,
.formTwoColumns input.checkbox {
	width: 20px;
	border-color: #000;
	background-color: #eee;
	float: left;
}



form select.selectDayMonth {
	min-width: 30px;
	width: 30px;
}

form select.selectYear {
	min-width: 60px;
	width: 60px;
}


.formTwoColumns .separator {
	width: 2px;
}

#showCustomer .formTwoColumns label,
#myCustomer .formTwoColumns label  {
	background-color:#e5e5e5;
}

#showCustomer .formTwoColumns span {
	padding-left: 4px;
}


.buttons {
	border:none !important;
	color: #666666;
	font-weight: bold;
	background:transparent url(../img/inputsubmit.gif) top left no-repeat;
	width:127px !important;
	height:22px;
	font-size:10px;
	margin-right: 2px;
}

.buttonsbig {
        border:none !important;
        color: #666666;
        font-weight: bold;
        background:transparent url(../img/inputsubmit_big.gif) top left no-repeat;
        width:227px !important;
        height:22px;
	font-size:10px;
	margin-right: 2px;
}

#orderButton {
	border:none !important;
	background:transparent url(../img/revell_btn_bestellen.jpg) top left no-repeat;
	color: #fff;
	font: bold 18px/40px Verdana, Arial, Helvetica;
	width: 225px;
	height:40px;
	margin: 2px;
}

#searchButton {
	border:none !important;
	background:transparent url(../img/revell_btn_suchen.jpg) top left no-repeat;
	color: #333;
	font: bold 16px/30px Verdana, Arial, Helvetica;
	width: 201px;
	height:30px;
	
}


.buttons,
.buttonsbig,
#orderButton,
#searchButton {
	cursor: pointer;
	cursor: hand;
}


/* Formulare - Ende */




/* Bankeinzug - Anfang */

/* Bankeinzug - Ende */



/* Kreditkarte */
div#image_cvd_info {
	background: transparent url(../img/cvdInfo.jpg) 0 -5px no-repeat;
	width: 200px;
	height: 130px;
	float: right;
}
/* Kreditkarte - Ende */




/* Allgemeine Definitionen - Anfang */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}



/* Allgemeine Definitionen - Anfang */
#newsletterSubscription form {
    padding-top: 0.5em;
    padding-bottom: 0.3em;
}

#newsletterSubscription .errormessage, #newsletterSubscription .infomessage {
    margin: 0.3em 0.3em 0 0.3em;
    text-align: left;
}

#newsletterSubscription .buttons {
    width: 16.5em;
    margin-left: 0.5em;
    margin-top: 0.2em;
}

#newsletterSubscription label {
    font-weight: 700;
    margin-left: 0.8em;
    display: block;
}

#newsletterSubscription #NewsletterEmail {
	background-color: #e5e5e5;
	border-color: #000;
	color: #666;
	margin: .2em 0 .2em .5em;
    width: 14.15em;
 	border: 1px solid #ccc;
	border-top-color: #999;
	border-left-color: #999;
	height: 14px;
	padding: 2px;
	font: normal 10px/14px Verdana, Arial, Helvetica;
}




/* neue globale Styles */

h3 {
	background-color: #ddd;
	color: #000;
	padding: 4px;
	font: bold 12px/16px Verdana, Arial, Helvetica;
	border-bottom: 1px solid #ffffff;
}

h4 {
	font: bold 12px/16px Verdana, Arial, Helvetica;
	color: #00397B;
}



input, select {
	width: 150px;
	height: 18px;
	padding-top: 2px;
}


input.radio,
input.checkbox {
	width:20px;
	border: none;
}


fieldset {
    	border: 1px solid #e5e5e5;
    	clear: left;
    	padding:2px;
}

fieldset legend {
    	font-weight: bold;
    	padding: 1em 0;
    	color: #00397B;
}

fieldset p {
    clear: left;
    margin-top: 1em;
    padding: 0;
}

#login fieldset,
#quickSearch fieldset,
#cart fieldset {
	border:none !important;
}


label  {
	width: 130px;
	height: 20px;
	font: normal 11px/20px Verdana, Arial, Helvetica;
	text-align: right;
	padding-right:0px;
}

sup { color: red; }

p.text { font: normal 11px/16px Verdana, Arial, Helvetica; padding-top:10px; }

p.right {
	text-align: right;
	padding: 10px 4px 10px 0;
}

p.buttons_right {
	text-align: right;
	padding-top: 10px 0px 10px 0;
}


input.inputCart {
	width: 20px;
	text-align: center;
}


.borderSeparate {
	border-collapse: separate;
	width: 100%;
}

.borderSeparate thead {
	background-color: #ddd;
}

.tableBorder {
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	height: 22px;
	padding:2px;
}

table.borderSeparate thead td.tableBorder {
	font-weight: normal;
	white-space: nowrap;
}

table.borderSeparate td.center,
table.borderSeparate td.right,
table.borderSeparate td.left {
	vertical-align: top;
}


.tablerow1 {
	background-color: #fff;
}

.tablerow2 {
	/*background-color: #eeeeee;*/
	background-color: #f7f7f7;
}


.tablerow1 td,
.tablerow1 th,
.tablerow2 td,
.tablerow2 th {
	height: 22px;
	padding:2px;
	border-bottom: 1px solid #e5e5e5;
}


img.contentHead,
span.image {
	display: block;
	float: left;
	height: 60px;
	width: 60px;
}



/* Seiten */
#pager { float:left; margin: 0px; }


#pager li {
	float:left;
	border-left: 1px solid #666;
	padding-left: 4px;
	padding-right: 4px;
	
}

#pager li:first-child { border:none; }


#pager li span {
	font-weight: bold;
	color: #FF7800;	
}

#pager li a {
	color: #666;
	text-decoration: none;
}


ul.pages {
	list-style-type: none;
	float: left;
}

ul.pages li a {
	text-decoration: none;
	color: #666;
}

/* Seiten ende */



/* Preise */

div.info ul li {
        font: normal 10px/13px Verdana, Arial, Helvetica;
        margin:0 0 4px 0;
	float:none;
}

div.info ul li.oldprice label {
	font-weight: normal;
	color: #666;
}

div.info ul li.oldprice span {
	font-weight: normal;
	color: #00397b;
}

div.info ul li.specialprice label {
	color: #CC0000;
}

div.info ul li.specialprice span {
	background-color: transparent;
	font: bold 18px/130% Verdana, Arial, Helvetica;
	color: #CC0000;
}

div.info ul li.baseprice {
	background-color: transparent;
	font: bold 18px/130% Verdana, Arial, Helvetica;
	color: #00397b;
}

/* Farben für Verfügbarkeit setzen:
 * 0 = nicht verfügbar
 * 1 = bedingt verfügbar
 * 2 = verfügbar
 */
div.info ul li.available span.type0 {
	color: #CC0000;	
}

div.info ul li.available span.type1 {
	color: #FF6600;
}

div.info ul li.available span.type2 {
	color: #339900;
}

/* Preise ende */



/* Navigationselemente */

a.navigationLink,
a.navigationLink_active,
a.navigationLink:visited { /*Link außerhalb der Navigation, der aber genauso aussehen soll*/
	font: 500 17px/38px verdana, arial, helvetica;
	padding-left: 40px;
	text-decoration: none;
	background: transparent url(../img/revell_bullet_01.gif) top left no-repeat;
	line-height: 38px;
	display: block;
}


a.navigationLink:hover {
	color: #000000;
}


a.navigationLink_active {
	color: #FF7800;
	background-image: url(../img/revell_bullet_01_open.gif);
}


a.detailLink {
	background-color: transparent;
	color: #00397B;
	text-decoration: none;
	font-weight: bold;
	
}

a.detailLink:hover {
	text-decoration: underline;	
}
/* Navigationselemente ende */




/* Tabellen */

table.form {
	width: 100%;
	border: 0px dotted red;
}




table.form td {
border: 0px dotted green;
}


td.formLeft {
	text-align: right;
	padding-right:2px;
	padding-bottom:2px;
	width: 120px;
	
}



td.formLeft label {
	width:100px; 
	border:0px dotted orange;
}

td.formLeft label {
	line-height: 12px;
}


td.formRight {
	text-align: left;
	padding-bottom:2px;
}


td.paddingRight_2 {
	padding-right: 2px;
}

table.form td.paddingTop_2 {
	padding-top: 4px;
}

td.listLine {
	vertical-align: top;
	padding: 2px;
}

* html table.form {
	width: 90%;
}

* html td.formLeft {
	width: 100px;
}

#itemProfiSearch table td.formLeft,
#itemProfiSearch table td.formRight {
	padding-top: 10px;
}


td.loginText {
	height:10px;
	padding-bottom:10px;
	line-height:12px;
}




/* NEU - Legende */
table.legend {
	border: 1px solid #cccccc;
}

td.legendImageCell {
	width: 40px;
	padding:4px;
}

td.legendTextCell {
	padding-right: 10px;
}


.wrapper_box {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:4px;
}


.seperator_4 {
	height:4px;
	line-height:4px;
}


/* Box neu */
.box {
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	/*border: 0px dashed red;*/
	margin: 0;
	padding:0;
	width:208px;
}



* html .box {
	width: 210px;
}


/*
.small_box,
.content_box {
	border: 1px solid #F0F0F0;
}
*/

.small_box { width: 210px; }
.big_box { width: 530px; }
.big_box,
.content_box {
	border-top-color: #FFFFFF;
    border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	width: 530px;
}


.content_box {
	border-bottom: 1px solid #D9D9D9;
}



/* Box klein: 210px */
.small_box_header {
	background: transparent url(../img/revell_small_box_header.jpg) left top no-repeat;
	width: 210px;
	height: 30px;
	border: 0px dashed red;
}

.small_box_header h2 {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font: bold 11px/30px verdana, arial, helvetica;
	color: #E20A18;
	background-color: transparent;
	text-transform: uppercase;
}

.small_box_footer {
	background: transparent url(../img/revell_small_box_footer.jpg) left bottom no-repeat;
	width: 210px;
	height: 4px;
	line-height: 4px;
	margin-bottom: 20px;
	border:0px dotted red;
}



.content_box_header {
	background: transparent url(../img/content_box_header.jpg) top left no-repeat;
	width: 545px;
}

.content_box_footer {
	background: transparent url(../img/content_box_header.jpg) top left no-repeat;
	width: 545px;
}
/* Box gross: 530px */
.big_box_header {
        background: transparent url(../img/revell_big_box_header.jpg) left top no-repeat;
        width: 532px;
        height: 29px;
        border: none;
        overflow: hidden;
}



.big_box_header h2,
#myOrderDetail .big_box_header h2 {
        margin: 0;
        padding: 0;
        padding-left: 10px;
        font: bold 11px/29px verdana, arial, helvetica;
        color: #E20A18;
        background-color: transparent;
        text-transform: uppercase;
}

.big_box_footer {
        width: 530px;
        height: 4px;
        line-height: 4px;
        margin-bottom: 20px;
	border:1px solid #D9D9D9;
	border-top:none;
}


/* IE-Hack */
* html .big_box,
* html .content_box,
* html .big_box_footer { 
	width: 532px; 
}

* html .big_box_header h2 {
	height:10px;
	margin: 0px;
	padding: 0px;
}


* html .small_box_footer {
	margin-top: -8px;
}


#onlycontainer{
	width:545px;
	overflow:hidden;
}
/* Box neu - Ende */


/* NEU: Hinweisbox */
.adviceBox {
/*
	border: 1px solid black;
	padding: 10px 10px 20px 10px;
	margin: 10px;*/
}
/* NEU: Hinweisbox - Ende */




#startbild {
	background: transparent url(../img/revell_startbild.jpg) left top no-repeat;
	height: 144px;
	border-bottom: 1px solid #D9D9D9;
}
A#teaser_mondlandung{
	display: block;
	background: transparent url(../img/teaser_shop_mondlandung_29062009.jpg) -1px -1px no-repeat;
	width: 488px;
	height: 236px;
	border: 0;
	text-decoration: none;
}



div.hr {
	border-top: 1px dotted #ccc;
	padding-bottom: 10px;
}

input.radio {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	margin-top: 5px;
	border: 0px dotted red;
}

#Footer{
	margin: 10px 0 10px 15px;
	font-size:0.9em;
}



#nocontentbox p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}


#error_window {
    position: absolute !important; 
	z-index: 10000 !important; 
	top: 230px !important; 
	left: 430px !important;
	width: 400px !important; 
	display: block; 
	background: #ffffff;
	border: 2px solid #cc0000;
	padding: 1px;
}

#error_window a {
	color: #00397B;
	display: block;
	border: 1px solid #ffffff;
	line-height: 16px;
	padding: 4px;
}

#error_window div.window_bar {
	background-color: #00397B;
	text-align: right;
	height: 22px;
}

#error_window div.window_bar a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#error_window p {
	margin: 10px;
}
