/***** LOGIN FORM *****/
#login-style {
	background: transparent;
	height:55px;
	width:635px;
	position:relative;
	}



#register {
	/*background:url(../images/register.png) no-repeat scroll 0 0 transparent;*/
	width:120px;
	height:60px;
	display:block;
	position:relative;
	right:5px;
	margin-left:auto;
	}
.quick-access #login-form
{
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    margin:0;
}

#login-form fieldset
{
    border: none;
}

table.quickaccess-login-form
{
    width: 630px;
}

table.quickaccess-login-form td.td-title
{
    font-size: 11px;
	color: #999999;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 5px;
}

table.quickaccess-login-form td.helpme
{
    text-align: right;
	padding-right: 40px;
	background: url(../images/helpme_bg.png) no-repeat scroll center right transparent;
	vertical-align: bottom;
}

#login-style a:link,
#login-style a:visited
{
    font-size: 11px;
	color: #99141b !important;
	text-decoration: none;
}

#login-style a:hover,
#login-style a:active
{
	text-decoration: underline;
	color: #99141b !important;
}

#login-form legend
{
    color: #369;
    font-size: 11px;
    text-transform: uppercase;
}

.quick-access #login-form label
{
    display: none;
}

#login-form input.text
{
    border: 1px solid #ccc;
    background: #fff;
    color: #999;
    margin: 0 10px 0 0;
    padding: 2px 5px;
    width: 80px;
}

#login-form #login-partnernr
{
    width: 80px;
}

#login-form #login-password
{
    margin: 0 10px 0 0;
}

#login-form select
{
    margin: 0 20px 0 0;
    width: 110px;
}

#login-submit
{
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#login-lostpwd
{
    color: #369;
    font-size: 11px;
    text-transform: uppercase;
}

#login-lostpwd:hover
{
    color: #000;
}

/***** ACCOUNT BOX *****/
.quick-access {
	background: transparent;
}

#account-box
{
    display: block;
    font-size: 11px;
    position: relative;
    /*left: 20px;*/
    /*top: 13px;*/
    /*margin-left:150px;*/
    /*height:30px;*/
	height: 65px; /* 70px */
	margin-right: 160px;
	padding-top: 5px;
	padding-right: 80px;
	background: transparent url(../images/account-box-bg.gif) no-repeat top right;
}

#account-box p
{
    color: #369;
    float: left;
    /*height: 25px;*/
    /*margin: 25px 0 0 15px;*/
	margin-right: 15px;
}

#account-box a
{
    color: #999999;
    text-decoration: none;
}

#account-box a:hover
{
    color: #999999;
}


#account-box-status
{
    /*font-weight: bold;
    line-height: 18px;*/
	float: none !important;
	display: block;
	text-align: left;
	margin-left: 0 !important;
}

#account-box-status .username
{
    font-weight: normal;
    text-transform: none;
}

p#account-box-link
{
    background: #d4d4d3 url(../images/my_account_bg.gif) no-repeat top left;
	border: 1px solid #e8e8e8;
	height: 22px; /* 25px */
    /*line-height: 25px;*/
    padding: 3px 20px 0 35px;
    /*width:63px;*/
}



p#account-box-link:hover
{
    background-image: url(../images/my_account_bg_active.gif);
}

#account-box-link a,
#account-box-cart a
{
    display: block;
}

p#account-box-cart
{
    background: #d4d4d3 url(../images/my_account_cart.gif) no-repeat top left;
	border: 1px solid #e8e8e8;
	height: 22px; /* 25px */
    /*line-height: 25px;*/
    padding: 3px 20px 0 35px;
    /*width:63px;*/
}

p#account-box-cart:hover
{
    background-image: url(../images/my_account_cart_active.gif);
}

/*p#account-box-cart
{
    background: url(../images/account-box-cart-bg.gif) no-repeat;
    color: #999999;
    line-height: 18px;
    padding-top: 14px;
    margin-top: -6px;
    width:228px;
    height:65px;
    margin-left:120px;
    margin-right:10px;
    float:right;
}

p#account-box-cart .price {
	margin-right:10px;

}

#account-box-cart a
{
    
}
*/

#account-box-logout
{
    background: #d4d4d3 url(../images/my_account_logout.gif) no-repeat top left;
	border: 1px solid #e8e8e8;
	height: 22px; /* 25px */
    /*line-height: 25px;*/
    padding: 3px 20px 0 35px;
    /*width:63px;*/
}

#account-box-logout:hover
{
    background-image: url(../images/my_account_logout_active.gif);
}

#account-box-logout a
{
    display: block;
    /* margin: 7px 0 0 0; */
}



/*******************************************************************************

    CONTENT

*******************************************************************************/

/*#content-area
{
    background: url(../images/content-area-bg.png) repeat-y 0 bottom;
    padding: 0 0 0 10px;
    position: relative;
    width: 960px;

     Can't use this here, would hide the "out of bounds" home button â€¦ 
     Self clearing, see http://www.quirksmode.org/css/clearing.html 
    overflow: hidden;
    width: 960px;
}

#page-1 #content-area
{
    background-image: url(../images/content-area-bg-home.png);
}

#content
{
    background: url(../images/content-bg.png) no-repeat right top;
    float: right;
    padding: 30px 40px;
    width: 700px;
}

#page-1 #content
{
    padding: 10px 0;
    width: 780px;
}

#content a
{
    color: #47433E;
}

#content a:hover
{
    color: #000;
}

#content h1
{
    color: #999;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 10px 0;
}

#content h2
{
    color: #999;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 5px 0;
}

#content h3
{
    color: #999;
    font-size: 12px;
}

#content p
{
    margin: 0 0 15px 0;
}

#content ul
{
    margin: 0 0 15px 20px;
}

#content ol
{
    margin: 0 0 15px 25px;
}





******************************************************************************

    SIDEBAR

******************************************************************************

#sidebar
{
    float: left;
    padding: 0 0 100px 0;
    width: 180px;
}

**** MAIN NAVIGATION ****
#navigation
{
    margin: 0;
    list-style: none;
}

#navigation li
{
    margin: 0;
}

#navigation li a
{
    background: url(../images/navigation-item-bg.png) no-repeat;
    color: #FFF;
    display: block;
    font-size: 12px;
    height: 50px;
    letter-spacing: 0;
    line-height: 52px;
    padding: 0 0 0 17px;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation li a:hover,
#navigation li.current a
{
    color: #000;
}

 HOME LINK 
#home-link
{
    bottom: 0;
    height: 54px;
    left: -34px;
    position: absolute;
    width: 34px;
}

#navigation li#home-link a
{
    background: url(../images/home-button.png) no-repeat;
    display: block;
    height: 54px;
    padding: 0;
    text-indent: -999em;
    width: 34px;
}

**** SEARCH FORM ****
#search-form
{
    background: url(../images/search-form-bg.png) no-repeat;
    bottom: 10px;
    height: 50px;
    left: 20px;
    position: absolute;
    width: 160px;
}

#search-input
{
    background: #FFF;
    border: none;
    display: block;
    font-size: 11px;
    height: 20px;
    left: 15px;
    line-height: 20px;
    padding: 0 3px;
    position: absolute;
    top: 15px;
    width: 104px;
}

#search-form-button
{
    display: block;
    left: 130px;
    position: absolute;
    top: 15px;
}

#search-form fieldset
{
    border: none;
}




******************************************************************************

    FOOTER

******************************************************************************

.footer
{
    clear: both;
    position: relative;
}

#footer-content
{
    background: url(../images/footer-content-bg.png);
    height: 95px;
    margin: 0 0 0 10px;
    position: relative;
    width: 960px;
}

**** NWA LOGO ****
#nwa-logo-link
{
    position: absolute;
    right: 80px;
    top: 15px;
}

**** META NAVIGATION ****
#meta-navigation
{
    height: 20px;
    font-size: 11px;
    left: 20px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 40px;
    width: 300px;
}

#meta-navigation li
{
    background: url(../images/meta-navigation-separator.png) no-repeat right 5px;
    float: left;
    line-height: 20px;
    margin: 0 9px 0 0;
    padding: 0 11px 0 0;
}

#meta-navigation li.last
{
    background: none;
    margin: 0;
    padding: 0;
}

#meta-navigation li a
{
    color: #184A7C;
    display: block;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#meta-navigation li a:hover
{
    color: #000;
}

**** FOOTER LINKS ****
#footer-links
{
    height: 20px;
    font-size: 11px;
    left: 230px;
    line-height: 20px;
    list-style: none;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 500px;
}

#footer-links li
{
    background: url(../images/footer-links-separator.png) no-repeat right center;
    display: inline;
    line-height: 20px;
    padding: 0 10px;
}

#footer-links li.last
{
    background: none;
}

#footer-links li a
{
    color: #184A7C;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

#footer-links li a:hover
{
    color: #000;
}

*/

/*******************************************************************************

    MISCELLANEOUS

*******************************************************************************/

/***** PRODUCT LISTING *****/
ul#product-listing
{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#product-listing li
{
    float: left;
    line-height: 1.2;
    padding: 0 41px 0 0;
    width: 114px;

    /* Props to http://www.dustindiaz.com/min-height-fast-hack/ */
    min-height:210px;
    height:auto !important;
    height:210px;
}

#product-listing .product-img
{
    background: #FFF;
    border: 1px solid #FFF;
    display: block;
    margin: 0 0 10px 0;
    padding: 1px;
}

#product-listing .product-img:hover
{
    border-color: #FFF;
}

#product-listing .product-title
{
    font-size: 12px;
    font-weight: normal;
}

#product-listing .product-title a
{
    color: #000;
    text-decoration: none;
}

#product-listing .product-short-description,
#product-listing .product-attributes
{
    color: #666;
    font-size: 10px;
    margin: 0;
}

#product-listing .product-price
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

#product-listing-pagination
{
    clear: both;
    text-align: right;
}

/***** PRODUCT DETAIL *****/
/*#product-detail
{
    float: left;
    width: 475px;
}*/

#product-detail h2
{
    margin-bottom: 10px;
	font-size: 16px;
}

#product-detail-img
{
    background: #FFF;
    border: 1px solid #FFF;
    display: block;
    height: 285px;
    margin: 0 0 10px 0;
    padding: 1px;
    /*width: 471px;*/
}

#product-detail-more-img
{
    line-height: 55px;
    font-size: 11px;
    height: 55px;
    position: relative;
    text-transform: uppercase;
    width: 475px;
}

#product-detail-more-img img
{
    border: 1px solid #ACACAD;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

#product-detail-availability
{
    display: block;
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: 0;
    top: 0;
}

#product-detail-availability img
{
    border: none;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

#product-detail-info
{
    border: 1px solid #bebfc1;
    margin: 20px 0 0 0;
    padding: 16px;
    /*width: 441px;*/
	background: #ffffff url(../images/bkg_block-title.gif) repeat-x top left;
}

#product-detail-title strong
{
    color: #336699;
    font-size: 16px;
    margin: 0 0 20px 0;
}

#product-detail-title strong
{
    font-weight: normal;
}

p#product-detail-artno
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

#product-detail-long-description p,
#product-detail-attributes p
{
    color: #666;
    font-size: 11px;
    line-height: 1;
    margin: 0;
}

#product-detail-bonus td
{
    font-size: 11px;
    line-height: 1;
    padding: 3px 10px 3px 0;
    vertical-align: bottom;
}

#product-detail-bonus td.last-col
{
    border-left: 1px solid #ACACAD;
    padding: 3px 10px 3px 10px;
}

#product-detail-order-box
{
    background: #d2d2d2 url(../images/product-detail-order-box.png) repeat-x;
    color: #666666 !important;
    /*line-height: 49px;*/
    margin: 10px 0 0 0;
    padding: 10px 20px;
    position: relative;
    width: 401px;
    padding-top:15px;
	border: 1px solid #bebfc1;
}

#quantity
{
    margin: 0 10px;
    width: 30px;
}

#addtocart-submit
{
    vertical-align: middle;
}

#product-detail-calc-price
{
    height: 49px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 12px;
}

#product-detail-calc-price span
{
    font-size: 10px;
}

/***** RELATED PRODUCTS *****/
#product-related
{
    float: right;
    width: 200px;
}

#product-related #product-listing li
{
    float: right;
    padding-right: 35px;
}

/***** FOOTER IMAGE SCROLLER *****/
/*#page-1 #scroller-coll1011
{
    background: url(../images/footer_addit_coll1011.png) no-repeat;
    height: 165px;
    margin: 0 0 0 10px;
    position: relative;
    width: 960px;
}


#page-1 #motioncontainer_7
{
    bottom: 13px;
    height: 100px;
    left: 60px;
    position: absolute;
    width: 840px;
}

#page-1 #motioncontainer_7 img
{
    margin: 0 10px;
}

#page-1 #arr_l_7,
#page-1 #arr_r_7
{
    top: 26px;
}*/




/*******************************************************************************

    EXTENSIONS

*******************************************************************************/

/***** KONEXXO_TEST *****/
#content .tx-konexxotest-pi1
{
    background: url(../../../typo3conf/ext/konexxo_test/res/award-ribbon.png) no-repeat right top;

    /* Props to http://www.dustindiaz.com/min-height-fast-hack/ */
    min-height:200px;
    height:auto !important;
    height:200px;
}

#content .tx-konexxotest-pi1 .question,
#content .tx-konexxotest-pi1 .result
{
    border-top: 1px solid #CCC;
    padding: 30px 0 0 0;
    width: 430px;
}

#content .tx-konexxotest-pi1 div.question form
{
    display: block;
}

#content .tx-konexxotest-pi1 div.question form .answers
{
    background: #CCC;
    border: none;
    display: block;
    list-style: none;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 10px 20px;
}

#content .tx-konexxotest-pi1 div.question form .radio
{
    margin: 0 10px 0 0;
}

#content .tx-konexxotest-pi1 div.question form .controls
{
    text-align: right;
}

#content .tx-konexxotest-pi1 div.question form .question-number
{
    float: left;
}

#content .tx-konexxotest-pi1 div.question ul li
{
    line-height: 30px;
    padding: 0 0 0 30px;
}










/* price-net ausblenden fuer alle shops */
.add-to-cart .price-net {
	display: none;
}





/* login help */
#login-help {
	background: url(../images/login_help_bg.png) no-repeat right bottom;
	padding-bottom: 110px;
}

ul.login-help {
	list-style: none;
	margin-bottom: 30px;
	margin-left: 30px;
	color: #99141b;
	font-weight: bold;
}


/* GV,PW Cart */
.bonus {
    margin: 20px 0;
    padding: 8px 0;
}
.bonus ul {
    float: right;
    margin-right: 10px;
}
.bonus li {
    font-weight: bold;
    text-align: right;
}
.bonus li.gv {
    background: transparent url('../images/star-blue.png') no-repeat right;
    padding-right: 30px;
}
.bonus li.pw {
    background: transparent url('../images/star-green.png') no-repeat right;
    padding-right: 27px;
}
