/*
 * isProductVendor
 * Angelsport Gerlinger
 * style.css
 */

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#0e3d7f;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
}

h1 {
    font-size:20px;
    color:#000;
}

h2 {
    font-size:250%;
    color:#000;
}

h3 {
    font-size:10px;
    text-transform:uppercase;
    border-bottom:#c0c0c0 2px solid;
    font-style:italic;
    color:#083e7e;
    margin:0 0 8px 0;
    padding:0 0 2px 0;
}

h4 {
    font-size:175%;
    color:#000;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#FFF url(../../images/frontend/xhtml/page_bg.png) 50% 0 repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:13px;
}

/* wrapper setup */
div.rapidxwpr {
    margin:auto;
    width:1008px;
}

/*titel der schwesterprodukte auf detailseite*/
div.title{
    height: 26px;
}

/* header */
div#header {
    position:relative;
    height:100px;
    margin:0px 0px 0px 0px;
}

/* logo */
span#logo, img#logo {
    position:absolute;
    top:20px;
    left:-20px;
    width:239px;
    height:81px;
    border:0;
}

/* main body setup */
div#middle {
    clear:both;
    width:850px;
    margin:auto;
}

/* left column */
div#left {
    width:140px;
    float:left;
    padding:0px 0px 0px 0px;
}

div#left h3 {
    text-align:right;
    margin:0 0 5px 0;
}

/* content column */
div#main {
    width:685px;
    margin:0;
    padding:25px 0px 0px 0px;
    float:right;
}

/* footer */
div#footer {
    width:850px;
    margin:auto;
    padding:0px 0px 20px 0px;
    clear:both;
    border-top:#c0c0c0 2px solid;
    color:#595959;
    font-size:11px;
    overflow:hidden;
}

div#footer a {
    color:#595959;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
    margin-bottom: 20px;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    position:absolute;
    top:85px;
    left:245px;
    height:25px;
    border-bottom:#869ebf 2px solid;
    width:685px;
    padding:0 0 1px 0;
}

div#topmenu ul {
    padding:0px;
    margin:0 0 0 20px;
    list-style:none;
    float:left;
}

div#topmenu li {
    float:left;
    margin:0 15px 0 0;
}

div#topmenu a {
    display:block;
    position:relative;
    height:25px;
    padding:0;
    color:#0e3d7f;
    text-transform:uppercase;
    font-style:italic;
    width:110px;
    text-align:center;
    font-weight:bold;
    line-height:25px;
    font-size:14px;
    letter-spacing:1px;
}

div#topmenu a:hover, div#topmenu a.active {
    text-decoration:none;
    background:url(../../images/frontend/xhtml/menu_bg.jpg) 50% 0 no-repeat;
    color:#FFF;
}

/* search */
div.search {
    position:absolute;
    top:10px;
    left:245px;
    height:40px;
    border-bottom:#818181 1px solid;
    width:215px;
}

div.search h3 {
    border-bottom:0;
    margin:0 0 4px 0;
}

div.search h3 a {
    margin:0 0 0 5px;
}

div.search ul {
    list-style:none;
}

div.search ul li {
    float:left;
}

div.search ul li input.fields {
    border-top:#7c7c7d 1px solid;
    border-left:#c2c3c3 1px solid;
    border-right:#c2c3c3 1px solid;
    border-bottom:#dddddd 1px solid;
    padding:1px 4px;
    font-size:11px;
    color:#828282;
    background:#fff url(../../images/frontend/xhtml/search_bg.jpg) 0 0 repeat-x;
    width:181px;
    margin:0 5px 0 0;
}

div.search ul li input.submit-button {
    border:0;
    padding:0;
    font-size:11px;
    background:url(../../images/frontend/xhtml/searchbutton.jpg) 0 0 repeat-x;
    width:18px;
    height:18px;
    cursor:pointer;
}

#suggestLayer 
{
	position: absolute;
	top: 4em;
	left: 0px;
}

/* warenkorb */
div.warenkorb {
    position:absolute;
    top:10px;
    left:480px;
    height:40px;
    border-bottom:#818181 1px solid;
    width:215px;
}

div.warenkorb h3 {
    border-bottom:0;
    margin:0 0 4px 0;
}

div.warenkorb h3 a {
    margin:0 0 0 5px;
}

div.warenkorb ul {
    list-style:none;
}

div.warenkorb ul li {
}

div.warenkorb ul li a {
    display:block;
    height:18px;
    background:url(../../images/frontend/xhtml/warenkorb_bg.jpg) 0 0 no-repeat;
    line-height:18px;
    padding:0 25px 0 5px;
    font-size:10px;
    color:#222;
    text-decoration:none;
}

/* konto */
div.konto {
    position:absolute;
    top:10px;
    left:715px;
    height:40px;
    border-bottom:#818181 1px solid;
    width:220px;
}

div.konto h3 {
    border-bottom:0;
    margin:0 0 4px 0;
}

div.konto h3 a {
    margin:0 0 0 5px;
}

div.konto ul {
    list-style:none;
}

div.konto ul li {
    float:left;
    width:103px;
}

div.konto ul li.registration {
    margin:0 13px 0 0;
}

div.konto ul li a {
    display:block;
    height:18px;
    background:url(../../images/frontend/xhtml/register_bg.jpg) 0 0 no-repeat;
    line-height:18px;
    padding:0 5px 0 25px;
    font-size:10px;
    color:#222;
    text-decoration:none;
}

/* Anmeldung/Registrieren*/

div.checkoutForm{
	background-color:#F5F5F5;
	color:#1F1F1F;
	padding:20px;
}

div.checkoutForm p.textTease{
	color:#1F1F1F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
}

div.checkoutForm div.formInput{
	display:block;
	margin:0 0 5px 0;
}

div.checkoutForm div.formInput p.textMargin{
	padding:0 0 0 120px;
	margin:10px 0 5px 0;
}

div.checkoutForm div.formInput p.textMargin a:link,
div.checkoutForm div.formInput p.textMargin a:visited{
	color:#1F1F1F;
	font-weight:bold;
	text-decoration:underline;
}

div.checkoutForm div.formInput p.textMargin a:hover,
div.checkoutForm div.formInput p.textMargin a:active{
	color:#083E7E;
}

div.checkoutForm div.formInput label{
	float:left;
	font-size:11px;
	padding:5px 0 0 0;
	width:120px;
}

input.text {
}

div.checkoutForm input.text, 
div.checkoutForm select, 
div.checkoutForm textarea {
	color:#1F1F1F;
	padding:4px 0 3px 2px;
	width:200px;
	
	background-color:#FFF;
	border:1px solid #C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div.checkoutForm select {
	width:auto;
}

div.checkoutForm input.text:focus, 
div.checkoutForm select:focus, 
div.checkoutForm textarea:focus {
    border: 1px solid #1F1F1F;
}

/* content columns */
div.content {
    width:685px;
    float:left;
}

div.content-left {
    width:445px;
    float:left;
}

div.content-right {
    width:200px;
    float:left;
    margin-left: 30px;
}
.note {
    color:#636363;
    font-size:11px;
}
/* banner */
div.banner {
    margin:0px;
}
div.banner_main {
    height:314px;
    width:452px;
 /*   background: url(../../images/frontend/layout/fruehlingsfest.jpg) no-repeat;*/
}
div.mainBildTitle span {
    color:#FFFFFF;
    float:left;
    font-size:15px;
    font-weight:bold;
    margin:5px 0 0 15px;
}
div.bannersCont {
    float:left;
}
div.prod_verfugbar {
    background-image: url('../../images/frontend/xhtml/price_bg_verf.jpg');
    width: 213px;
    height: 70px;
    border: 1px solid #818181;
}

div.prod_baldverfugbar {
    background-image: url('../../images/frontend/xhtml/price_bg_baldverf.jpg');
    width: 213px;
    height: 70px;
    border: 1px solid #818181;
}

div.prod_price_text {
    float: left;
    margin-left: 40px;
    margin-top: 10px;
    font-family: Verdana, Arial;
    font-size: 18pt;
    font-weight: bold;
    color: green;
}

div.prod_Nverfugbar {
    background-image: url('../../images/frontend/xhtml/price_bg_Nverf.jpg');
    width: 213px;
    height: 70px;
    border: 1px solid #818181;
}


div.MwSt_txt {
    float:left;
    margin:0px;
    font-family: Verdana, Arial;
    font-weight: bold;
    color: #818181;
    margin-left:10px;
}

/* categories */
div.categories {
    text-align:right;
    border-bottom:#c0c0c0 2px solid;
    padding:0 0 10px 0;
    margin:0 0 15px 0;
}

div.categories ul {
    list-style:none;
}

div.categories ul li {
    padding:2px 0;
}

div.categories ul li a {
    font-size:14px;
    color:#1f1f1f;
    font-weight:normal;
}

div.categories ul li a.active {
    color:#0e3d7f;
    font-weight:bold;
}

div.categories ul li.sub {
    border-bottom:1px #C0C0C0 solid;
}

div.categories ul li.sub a {
	font-size:11px;
}

div.categories2 {
    text-align:right;
    margin:0 0 15px 0;
}

div.categories2 ul {
    list-style:none;
    text-align:left;
}

div.categories2 ul li {
    background:url(../../images/frontend/xhtml/categories_bg.jpg) 0 0 no-repeat;
    height:18px;
    line-height:18px;
    font-size:10px;
    padding:0 0 0 21px;
    font-weight:bold;
}

div.categories2 ul li a {
    color:#1f1f1f;
    font-weight:bold;
}

.listView h1 {
	color: #0E3D7F;
}

.listView .breadCrumb {
	margin-bottom: 7ex;
}

.listView .breadCrumb > ul > li > a {
	text-transform: uppercase;
	font-style: oblique;
	font-weight: bold;
	font-size: 12px;
}



/* featured products */
div.featured-products {
    margin:20px 0 20px 0;
    overflow:hidden;
}

div.featured-products ul {
    list-style:none;
}

div.featured-products ul li {
    width:136px;
    float:left;
    margin-left:22px;
    color:#595959;
    font-size:10px;
}

div.featured-products ul li.first {
    margin:0;
}

div.featured-products ul li .product-details {
    margin:2px 0 8px 0;
    font-size:10px;
}

div.featured-products ul li img {
    border:#818181 1px solid;
}

div.featured-products ul li a {
    font-weight:bold;
    display:block;
    font-size:12px;
    margin:0 0 3px 0;
}

/* articles */
div.articles {
    margin:20px 0 15px 0;
	width:100%;
}

div.articles ul {
    list-style:none;
}

div.articles ul li {
    background:url(../../images/frontend/xhtml/articles_bg.jpg) 0 100% repeat-x;
    padding:0 0 2px 0;
    margin:0 0 10px 0;
}

div.articles ul li a {
    font-weight:bold;
}

/* cart */
div.cart {
	
}

div.cart h3 {
	margin-bottom:0;
}

div.cart div.breadcrumb {
	border-color:#C0C0C0;
	border-style:solid;
	border-width:0 1px 1px 1px;
        color:#C0C0C0;
        font-size:11px;
	float:left;
	width:683px;
}
div.cart div.breadcrumb ul {
	text-align:center;
	float:right;
}

div.cart div.breadcrumb ul li {
	list-style-type:none;
	display:inline;
	float:left;
        margin-left: 5px;
}
div.cart div.breadcrumb ul li input {
	background:transparent;
	border:0px;
	color:#C0C0C0;
        font-size: 11px;
}
div.cart div.breadcrumb ul li span {
    font-size: 11px;
    color:#0E3D7F;
    font-weight: bold;
    margin-left: 10px;
}

div.cart div.breadcrumb ul li a:link,
div.cart div.breadcrumb ul li a:visited {
    color:#C0C0C0;
}

div.cart div.breadcrumb ul li a:hover,
div.cart div.breadcrumb ul li a:active {
    text-decoration:none;
}

div.cart div.breadcrumb ul li a.active:link,
div.cart div.breadcrumb ul li a.active:visited,
div.cart div.breadcrumb ul li input.active {
    color:#0E3D7F;
	font-weight:bold;
}

div.cart div.breadcrumb ul li a.complete:link,
div.cart div.breadcrumb ul li a.complete:visited,
div.cart div.breadcrumb ul li input.complete {
    color:#4dad54;
}


div.cart div.breadcrumb ul li input:hover {
	cursor:pointer;
}

div.cart div.register {
    width:215px;
    float:right;
}

div.cart div.register ul {
    list-style:none;
	padding:10px 0 0 0;
}

div.cart div.register ul li {
    background:url(../../images/frontend/xhtml/articles_bg.jpg) 0 100% repeat-x;
    padding:0 0 2px 0;
    margin:0 0 10px 0;
}

div.cart div.register ul li div.mydata {
    margin:10px 0 10px 20px;
}

div.cart div.register ul li div.mydata label, 
div.cart div.register ul li div.mydata a {
	font-size:10px;
}

div.cart div.register ul li div.mydata input {
	width:185px;
}

div.cart div.register ul li label {
	font-size:13px;
}

div.cart div.register ul li a {
    font-weight:bold;
}

div.cart div.info {
    margin:0 0 20px 0;
	float:left;
	width:455px;
}


/* copyright */
div.footer_sponsor {
    width:250px;
    float:left;
}

div.copyright {
    width:550px;
    float:right;
    padding:5px 0 0 0;
    text-align:right;
    overflow:hidden;
}

div.copyright a {
    padding:0 3px;
}

/* product details */
div.product-details {
    font-size:13px;
    margin:0 0 30px 0;
}

div.product-details ul {
    list-style:none;
    margin:0 0 25px 0;
}

div.product-details ul label {
    font-size:11px;
    color:#636363;
}

div.product-details ul select {
    font-size:11px;
    font-weight:bold;
    margin:0 0 5px 30px;
    width:290px;
}

div.product-details ul span.note {
    display:block;
    margin:0 0 0 80px;
    color:#636363;
    font-size:11px;
}

#prodDetails .breadCrumb > ul > li > a {
	text-transform: uppercase;
	font-style: oblique;
	font-weight: bold;
	font-size: 12px;
}


a.icon_search {
    
    position:relative;
    left:100px;
    
    /* background:url(../../images/frontend/layout/product_searchicon.jpg) 0 0 no-repeat; */
}

/* warenkorb button */
div.warenkorbButton input.warenkorb_button {
    background:url(../../images/frontend/xhtml/warenkorb_button.jpg) 0 0 no-repeat;
    height:28px;
    line-height:30px;
    font-size:14px;
    color:#000;
    font-weight:bold;
    padding:0 40px 0 10px;
    text-decoration:none;
    width: 215px;
    cursor: pointer;
    border: none;
}
div.warenkorbButton input.merkzettel_button {
    background:url(../../images/frontend/xhtml/merkzettel_button.jpg) 0 0 no-repeat;
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#000;
    font-weight:bold;
    padding:0 40px 0 10px;
    text-decoration:none;
    width: 215px;
    cursor: pointer;
    border: none;
}

/* contact */
div.contact {
    font-size:13px;
    margin:0 0 30px 0;
}

div.video {
    width:190px;
    margin:20px 0 45px 0;
}

/* team */
div.team {
    width:190px;
    margin:30px 0 15px 0;
    overflow:hidden;
}

div.team p.address span {
    display:block;
}

div.officehours {
    margin:20px 0;
}

div.officehours span.day {
    display:block;
    float:left;
    width:60px;
    padding:1px 0;
}

div.officehours span.time {
    display:block;
    width:130px;
    float:left;
    padding:1px 0;
}

/* category sort */
div.category-sort {
    border-bottom:#869ebf 2px solid;
    padding:0 0 10px 0;
    overflow:hidden;
}

div.category-sort ul {
    list-style:none;
}

div.category-sort ul li {
    float:left;
}

div.category-sort ul li label {
    font-size:11px;
    color:#636363;
    display:block;
}

div.category-sort ul select {
    font-size:11px;
    font-weight:bold;
    margin:0 20px 5px 0;
    width:150px;
}

/* pagination */
div.pagination {
    font-size:11px;
    padding:5px 10px;
    font-weight: bold;
}
div.pagination ul li {
    padding:2px;
    margin-right: 2px;
}
div.pagination ul li.Cpage {
    background-color: #c0c0c0;
    border:1px solid #c0c0c0;
    width:15px;
}
div.pagination ul li.page {
    width:15px;
    border:1px solid #113e82;
}
div.pagination ul li a {
    color:#fff;
    text-decoration: none;
}
div.pagination ul li.page:hover {
    border:1px solid #c0c0c0;
}

div.pagination span.result-count {
    display:block;
    float:left;
    width:200px;
}

div.pagination div.pagination-buttons {
    float:right;
}

div.pagination div.pagination-buttons a {
    float:right;
}

div.pagination div.pagination-buttons span {
    display:block;
    float:left;
    padding:0 10px;
}

/* list results */
div.list-results {
    clear:both;
    padding:4px 0 10px 0;
}

div.list-results table {
    border-collapse:collapse;
    font-size:11px;
    line-height:13px;
    width: 685px;
}
div.list-results table tr.colored{
    background-color:#E5E5E5;
}

div.list-results table thead td {
    background:#0E3D7F;
    font-size:11px;
    color:#FFF;
    font-weight:normal;
    height:20px;
}

div.list-results table tfoot td {
    background:#0E3D7F;
    font-size:11px;
    color:#FFF;
    font-weight:normal;
    height:20px;
}

div.list-results table td {
    padding:5px 0 5px 0;
    vertical-align: top;
}

div.list-results table tr.alt td {
    background:#E5E5E5;
}

div.list-results table tr.sum td {
        border-color:#C0C0C0;
	border-style:solid;
	border-width:1px 0;
}

div.list-results table td.icon {
    width:30px;
    text-align:center;
}
div.list-results table td.icon-wk {
    width:40px;
}

div.list-results table td.number {
    width:50px;
}

div.list-results table td.title {
    width:90px;
}
div.list-results table td.hersteller {
    width:100px;
    text-align: center;
}

div.list-results table td.bezeichnung {
    width:225px;
}
div.list-results table td.bezeichnung-wk {
    width:240px;
    text-align: left;
}
div.list-results table td.productImage-wk {
    width:80px;
}
div.list-results table td.anzahl {
    width:40px;
}
div.list-results table td.anzahl-wk {
    width:50px;
}

div.list-results table td.price {
    width:75px;
}
div.list-results table td.price-wk {
    width:70px;
}

div.list-results table td.gesamtpreis {
    width:80px;
}
div.list-results table td.gesamtpreis-wk {
    width:70px;
}
div.list-results table td.action-wk {
    width:60px;
}
div.list-results table td.details-wk {
    width:70px;
}

div.list-results table td.action {
    width:70px;
}
div.list-results div.actionSortBox {
    margin-left:1px;
    float:right;
}
div.list-results table td.details {
    width:70px;
}

/* table width 685 */
div.list-results table td.wishImage {
    width:65px;
}
div.list-results table td.wishProdukt {
    width:180px;
}
div.list-results table td.wishAnzahl {
    width:30px;
}
div.list-results table td.wishDescription {
    width:175px;
}
div.list-results table td.wishPrice {
    width:60px;
    font-weight: bold;
}
div.list-results table td.wishActions {
    width:180px;
}
div.list-results table a.wishLinks {
    display:block;
    float:right;
    font-size: 11px;
}
div.list-results table a.wishDetails {
    background:url(../../images/frontend/layout/details_btn_big.png) 95% 50% no-repeat;
    width:105px;
    padding:5px 6px 5px 5px;
    color:#FFF;
    font-weight:bold;
    font-size: 11px;
    text-align: left;
}
div.list-results table tr.switch {
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}

div.list-results table span.more_details {
    color:#636363;
    display:block;
}

div.list-results table span.price {
    font-size:13px;
    font-weight:bold;
    display:block;
}


div.list-results table a {
    float:left;
    margin:0 2px 0 0;
}

div.list-results table a.details {
    display:block;
    margin: -1px 0 0 3px;
    background:url(../../images/frontend/layout/details_btn.png) 95% 50% no-repeat;
    width:70px;
    padding:5px 6px;
    color:#FFF;
    font-weight:bold;
    font-size: 11px;
}

a.details {
    display:block;
    margin-left: 3px;
    background:url(../../images/frontend/layout/details_btn.png) 95% 50% no-repeat;
    width:70px;
    padding:5px 6px;
    color:#FFF;
    font-weight:bold;
    font-size: 11px;
}

div.list-results table a.details-wk {
    background:url(../../images/frontend/layout/details_btn_small.png) 95% 50% no-repeat;
    width:50px;
    padding:5px 6px;
    color:#FFF;
    font-weight:bold;
    font-size: 11px;
    margin-top: -1px;
}

div.step2 {
    float: left;
}
div.submitBox{
    float: left;
    width:685px;
    margin-bottom: 10px;
}
div.step2, div.step2 td {
    font-family: Arial,Helvetica,sans-serif;
    font-size:9pt;
}
div.step2 h3 {
    font-size:14px;
    text-transform:uppercase;
    border-bottom:#c0c0c0 2px solid;
    font-style:italic;
    color:#083e7e;
    margin:0 0 15px 0;
    padding:0 0 2px 0;
}
div.step2 input, select, textarea {
    border: 0px;
    background-color: #fff;
    color:#818181;
    border: 1px solid #b7b7b7;
    font-family: Arial,Helvetica,sans-serif;
    font-size:8pt;
    overflow: hidden;
}
div.step2 select {width:185px;}
div.step2 input:focus, select:focus, textarea:focus {
    border: 1px solid #818181;
}
.step2submit {
    border:1px solid #818181;
    background-color: #edecec;
    padding:0;
    cursor:pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #818181;
    padding:1px 5px 1px 5px;
}
a.step2submit {
    padding:2px 5px 2px 23px;
}
.newsLetterSubmit {
    border: none;
    width: 20px;
    cursor: pointer;
}
.step2submitWeiter {
    background-image:url(../../images/frontend/xhtml/arrow_front.jpg);
    background-repeat: no-repeat;
     padding-left: 23px;
}

.step2submitZuruck {
    background-image:url(../../images/frontend/xhtml/arrow_back.jpg);
    background-repeat: no-repeat;
    padding-left: 23px;
}
div.steps {
    float: left;
    padding: 20px;
}
div.steps li {
    display: inline;
    list-style-type: none;
    margin-right: 15px;
    font-size: 8pt;
    color: #818181;
}
.stepsActiv {
    background-image:url(../../images/frontend/xhtml/steps_arrow.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 10px;
    font-size: 10pt;
    font-weight: bold;
}

.moreImageTitel{
    font-size:10pt;
    font-weight: bold;
    color:#083e7e;
    width:210px;
}

ul.formContent li{
	width:100%;
	clear:both;
	margin:5px 0 0 0;
	display:block;
	float:left;
	}
	ul.formContent li label{
		float:left;
		clear:none;
		width:130px;
		}
	ul.formContent li input.inputText{
		float:right;
		width: 160px;
		}
	ul.formContent li input.inputText_search{
		float:left;
		clear:none;
		width: 155px;
		}
	ul.formContent li textarea{
		border: 2px solid silver;
		}
	ul.formContent li select.inputSelect{
		float:right;
		width: 162px;
		clear:none;
	}
        ul.formContent li select.day{
		width:45px;
	}
        ul.formContent li select.month{
		width:58px;
	}
        ul.formContent li select.year{
		width:52px;
	}
        ul.formContent li span{
            color:red;
        }
        ul.formContent li div.errorText {
            background: url(../../images/frontend/layout/formErrorSign.png) 0 2px no-repeat;
            padding-left: 13px;
            float: left;
            font-size: 8pt;
            color: #b1a911;
        }
	ul.formContent li .birthday{
		float:right;
		clear:none;
		}
		ul.formContent li .birthday select.inputSelect{
			float:left;
			clear:none;
			margin-right: 2px;
			}

div.myKontoTopBox {
    margin: 0px;
    padding:0px;
    background-image: none;
    height:40px;
    width:100%;
    background-color: #0086c3;
}
.formContainer {
    padding: 10px;
    width:436px;
}
.closeStatus {
    font-size: 11px;
    margin:5px 5px 0 0;
}
.cartStatus {
    width:670px;
    background-color: #edf7df;
    border: 1px dashed #acd373;
}
.more_details {
    color:#003663;
    font-size: 11px;
}
.success {
    color:#007236;
    font-weight: bold;
}
.productList {
    width:685px;
}

/* Status */
div.notice {
    background-color: #e5ecf4!important;
    border: none!important;
    padding: 5px;
}
div.status {
	padding:10px 0 8px 20px;
	margin:0 0 10px 0;
}

div.status h3 {
	border-bottom:0;
	color:#1F1F1F;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin:0 0 3px;
	text-transform:inherit;
}

div.status p {
	color:#1F1F1F;
	font-size:12px;
	padding:0;
	margin:0;
}
div.error {
    background-color:red;
}
div.error h3 {
    color:white;
	text-shadow:0px 0px 2px #000000;
}
div.error p {
	font-weight: bold;
    color:white;
	text-shadow:0px 0px 2px #000000;
}

.cart_hint {
	background-color: #E5ECF4;
	font-weight: normal;
}

/* myAccount */

div.myAccount {
    margin-top: 20px;
}

/* myAccount – welcome */

div.myAccount div.welcome {
	color:#1F1F1F;
	border-bottom:3px solid #C0C0C0;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
        width:580px;
}
div.myAccount div.logout {
	border-bottom:3px solid #C0C0C0;
        height:34px;
        font-size: 11px;
        width:105px;
}

div.myAccount div.welcome h1 {
	font-weight:normal;
	margin:0 0 3px 0;
	padding:0;
}

div.myAccount div.welcome h1 span {
	font-weight:bold;
}

/* myAccount – welcome – logout */

div.myAccount div.welcome div.logout {
	
}

div.myAccount div.welcome div.logout ul {
	list-style-type:none;
}

div.myAccount div.welcome div.logout ul li {
	display:inline;
	margin:0 5px 0 0;
}

div.myAccount div.welcome div.logout ul li a {
	
}

/* myAccount – menu */

div.myAccount div.menu {
	border-bottom:1px solid #C0C0C0;
	margin:-10px 0 10px 0;
	padding:0 5px 8px;
        background-color: #0E3D7F;
        color: #ffffff;
        width: 675px;
}
div.myAccount div.menu ul {
	list-style-type:none;
}

div.myAccount div.menu ul li {
    display: inline;
    float:left;
    margin-right:4px;
    padding: 5px 1px 0;
}
div.myAccount div.menu ul li:hover {
    background-color: #c0c0c0;
}
div.myAccount div.menu ul li.trennstriche:hover{
    background: none;
}
div.myAccount div.menu ul li.title {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
    background-color: #1d61c0;
}

div.myAccount div.menu ul li a {
    float:left;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
}

div.myAccount div.menu ul li a:link,
div.myAccount div.menu ul li a:visited{
	color:#ffffff;
}

div.myAccount div.menu ul li a:active,
div.myAccount div.menu ul li a:hover{
	color:#ffffff;
        text-decoration: none;
}

div.myAccount div.menu ul li a.active {
	color:#ffffff;
}





table.tableCart {
    width:680px;
}
table.tableCart td {
    padding: 5px;
}
table.tableCart td.produkte {
    width:330px;
}
table.tableCart td.anzahl {
    width:100px;
}
table.tableCart td.preis {
    width:100px;
}
table.tableCart td.gesamtpreis {
    width:100px;
}
table.tableCart tr.colored {
    background-color:#E5E5E5;
}
div.orderDetail {
    font-size: 9pt;
}
div.cartBox {
    width:350px;
    background-color: #fff;
    opacity:0.95;
    filter:alpha(opacity=95);
    border: 1px solid #083e7e;
	margin-top:2px;
    font-size: 8pt;
}
div.cartBoxProdukte table {
    width:100%;
}
div.cartBoxProdukte table tr.head{
    background-color:#0E3D7F;
    color:#fff;
    font-weight: bold;
}
div.cartBoxProdukte table tr.colored{
    background-color:#E5E5E5;
}
div.cartBoxProdukte table tr.verfugbarkeit{
    background-color:#ebf4de;
}
div.cartBoxProdukte table td{
    vertical-align: top;
    padding: 5px;
}
div.cartBoxProdukte table td.gesamtprise  {
    padding-right:20px;
    border-top:1px solid #000;
}
div.cartBoxProdukte td.produkte{
    text-align: left;
    width:55%;
    padding: 3px;
}
div.cartBoxProdukte td.price{
    text-align: left;
    width:20%;
    padding: 3px;
}
div.cartBoxProdukte td.gesamt{
    text-align: left;
    width:25%;
    padding: 3px;
}
.colored {
    background-color:#E5E5E5;
}
.btn {
    border: none;
    padding: 0px;
    margin:0px;
    width:18px;
    height:18px;
    background: url(../../images/frontend/xhtml/arrow_front.jpg);
}

table.direktBestTable {
    margin:0px;
    padding:0px;
}
div.title {
    padding:5px;
    color:#fff;
    font-size: 10px;
    font-weight: bold;
    background-color: #113e82;
}
div.direkt_button {
    background: url(../../images/frontend/icons/direkt_warenkorb_link.png) no-repeat;
    width:100%;
    padding: 3px 3px 3px 30px;
}
div.direkt_button a{
    color: #000000;
    font-size: 10px;
}

div#detailImage {
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

div.listElements ul{
    list-style:none;
}
div.listElements li{
    background:url(../../images/frontend/icons/list_arrow.png) 0 5px no-repeat;
    padding:3px 0 0 20px;
    color:#1a171b;
    font-size:13px;
    line-height:16px;
}
div.listElements li label {
    font-size: 9pt;
}
div.suche_ergebnisse {
    color:#fff;
    font-size: 11px;
    background-color: #113e82;
    width:685px;
}
div.seite_ergebnisse {
    color:#fff;
    padding: 5px 10px;
    margin-top: 3px;
}
div#moreImages {
	width:215px;
	height:120px;
}
.imageWrapper{
    display:block;
    overflow-x:auto;
    overflow-y:hidden;
    white-space: nowrap;
    width:210px;
    height:100px;
    margin:6px 1px;
}

.image {
    display: inline;
    white-space: nowrap;
    width: 80px;
    height: 80px;
}

.thumbs {
    margin-left: 5px;
}

div.searchResult {
    height: 45px;
}
div.directOrder {
    margin: 20px 0 35px 0;
    border-bottom:1px solid #c0c0c0;
}
div.directOrderContent h3 {
    border-bottom:2px solid #c0c0c0;
}
div.directBox {
    width:675px;
}

div.galleryThumps {
    border-right: 3px solid #c0c0c0;
    width:120px;
}
div.headerTitel {
    height:50px;
    border-left: 5px solid #c0c0c0;
    margin-left: -12px;
    padding-left:10px;
    width:300px;
}
div.closeGallery {
    width: 770px;
    height:30px;
    margin: -10px 0 0 -10px;
    background-color: #113e82;
    padding-right: 5px;
    
}
.closeGalleryButton {
    margin-right:5px;
    width: 23px;
    height: 22px;
    background: url(../../images/frontend/icons/closeGallery.png);
    cursor: pointer;
}
.closeGalleryButton:hover {
    background: url(../../images/frontend/icons/closeGalleryHover.png);
    text-decoration: none;
}
div.imageBox img {
    max-width: 210px;
    max-height: 210px;
}
div.zoomIcon {
    padding:2px 0 0 25px;
    font-size:11px;
    background:url(../../images/frontend/xhtml/zoomIcon.png) 0 0 no-repeat;
    height:16px;
    width:50px;
    border:1px solid #818181;
    background-color:#EDECEC;
}
div.zoomIcon span {
    color:#818181;
    cursor:pointer;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:8pt;
    font-weight:bold;
}
div.more_link {
    background-color: #113e82;
    height: 12px;
    padding: 3px;
    width:209px;
}
.email_input {
    width:165px;
}
div.more_link a {
    color:#fff;
    font-size: 10px;
    font-weight: bold
}
ul.merkzettel li a {
    font-size: 12px;
    font-weight: bold;
}
ul.merkzettel li span {
    font-size: 16px;
    font-weight: bold;
    color:#113e82;
}
div.merkzettel {
    padding-top: 3px;
}
div.merkzettel a {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
div.merkzettel span {
    font-size: 16px;
    font-weight: bold;
    color:#ffffff;
}
div.actionBoxenInhalt  {
    float: left;
    font-size: 11px;
    color:#113e82;
    padding: 5px;
    background-color: #f6f6f6;
    width: 205px;
}
div.actionBoxen {
    margin-top: 20px;
    width:215px;
}
a.catalogpage_front {
    background: url(../../images/frontend/xhtml/arrow_front.jpg) no-repeat right;
    width:18px;
    height: 18px;
    padding-right:20px;
}
a.catalogpage_back {
    background: url(../../images/frontend/xhtml/arrow_back.jpg) no-repeat left;
    width:18px;
    height: 18px;
    padding-left: 20px;
}

/* Productdetails - Technical Data Table */
table.technical_datatable {
  font-size: 11px;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  line-height: 13px;
  font-family: Arial,Helvetica,sans-serif;
}

table.technical_datatable tr th{
  margin: 0px;
  color: #FFFFFF;
  background: none repeat scroll 0 0 #0E3D7F;
}

table.technical_datatable tr.odd {
  background: none repeat scroll 0 0 #E5E5E5;
}

table.technical_datatable tr td, th{
  padding: 5px 0;
}

table.technical_datatable .bold{
	font-weight: bold;
}

table.technical_datatable a:link{
  text-decoration: none;
  color: #0E3D7F;
}

table.technical_datatable a:hover{
  text-decoration: underline;
}

table.technical_datatable a:visited{
  color:black;
  text-decoration: none;
}

