@charset "UTF-8";

/*
------------------------------------------------------------------------------------------------------
Eickhoff Shop
Shopklassen
------------------------------------------------------------------------------------------------------
*/


@media screen, projection {
	
	/*
	------------------------------------------------------------------------------------------------------
	
	Standard Shopklassen 
	
	------------------------------------------------------------------------------------------------------
	*/
	
	#content .icons span {
		float: left;
		display: inline;
		width: 32px;
		height: 16px;
		text-indent: -99999px;
	}
	
	#content .icons .new {
		background:url(../../media/shop/overview/icon-new_bg.png);
		
	}

	#content .icons .sale {
		background:url(../../media/shop/overview/icon-sale_bg.png);
	}
	
	/*
	----------------------------------------------------
	Page Btns
	----------------------------------------------------
	*/
	
	#content .pages {
		float: left;
	}
	
	#content .pages-top {
		height: 37px;
		border: 1px solid #E6EBEB;
	}
	
	
	#content .pages span a {
		text-decoration:underline;
		
	}
	
	#content .pages .btns {
		float: right;
	}
	
	#content .pages .btns li {
		float: left;
	}
	
	#content .pages .btns li a {
		display: block;
		text-align: center;
	}
	
	#content .pages .btns li a:hover {
		text-decoration: underline;
	}
	
	#content .pages .btns li .previous {
		text-indent: -99999px;
		background: url(../../media/shop/overview/pages_btns_li_previous_bg.png);
		
	}
	
	#content .pages .btns li .next {
		text-indent: -99999px;
		background:url(../../media/shop/overview/pages_btns_li_next_bg.png);
	}
	
	#content .pages-top .info {
		float: left;
		line-height: 14px;
		padding-left: 9px;
		margin-top: 11px;
	}
	
	#content .pages-top .info a {
		padding-left: 9px;
		background:url(../../media/shop/overview/pages_info_a_bg.png) no-repeat left bottom;
	}
	
	
	#content .pages-top .btns {
		margin-top: 3px;
		
	}
	
	#content .pages-top .btns li a {
		width: 30px;
		height: 31px;
		border-left: 1px solid #E6EBEB;
		line-height: 31px;
	}
	
	#content .pages-top .btns li .selected {
		background-color: #E6EBEB;
		margin-right: 3px;
	}
	
	#content .pages-top .btns li .selected:hover {
		text-decoration: none;
	}
	
	#content .pages-top .btns li .previous,
	#content .pages-top .btns li .next {
		background-position: 2px 3px;
	}
	
	#content .pages-bottom {
		height: 27px;
		margin-top: 8px;
		
	}
	
	#content .pages-bottom .top {
		float: left;
		background:url(../../media/shop/overview/pages-bottom_top_ng.png) no-repeat;
		height: 13px;
		margin-top: 7px;
		padding-left: 15px;
		line-height: 13px;
		
	}
	
	#content .pages-bottom .top:hover {
		text-decoration: underline;
	}
	
	#content .pages-bottom .btns li {
		margin-left: 3px;
	}
	
	#content .pages-bottom .btns li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		border: 1px solid #E6EBEB;
		
	}
	
	#content .pages-bottom .btns li .selected {
		background-color: #E6EBEB;
		
	}
	
	#content .pages-bottom .btns li .selected:hover {
		text-decoration: none;
		
	}
	
	
	/*
	----------------------------------------------------
	Produkte
	----------------------------------------------------
	*/
	
	
	#content .products li {
		float: left;
		display: inline;
		width: 220px;
		margin-right: 20px;
	}

	#content .products li a {
		float: left;
		display:block;
	}
	
	#content .products li a img {
		margin-left: 10px;
		
	}
	
	#content .products li a .info {
		float: left;
		width: 211px;
		height: 65px;
		margin-top: 4px;
		padding: 9px 0px 0px 9px;
		font-size: 108.33%;
		
	}
	
	#content .products li a:hover {
		cursor:pointer;
	}
	
	#content .products li a:hover .info {
		background-color: #E6EBEB;
		
	}
	
	#content .products li a .info .icons {
		float: left;
		display: inline;
		height: 16px;
		margin-right: 7px;
	}
	
	
	#content .products li a .info .icons span {
		margin-left: 1px;
	}
	
	#content .products li a .info .label {
		float: left;
		display: inline;
		height: 15px;
		line-height: 15px;
		color: #6e7373;
		text-transform: uppercase;
	}
	
	#content .products li a .info .title {
		float: left;
		color: #212321;
		width: 210px;
		margin-top: 8px;
	}
	
	#content .products li a .info .price {
		float: left;
		color: #6e7373;
	}
	
	#content .products li a .info .price .old {
		font-size: 11px;
		text-decoration:line-through;
		padding-right: 6px;
	}
	
	#content .products .separator {
		height: 17px;
		margin-top: 17px;
		border-top: 1px solid #E6EBEB;
	}

	/*
	------------------------------------------------------------------------------------------------------
	Overview 
	------------------------------------------------------------------------------------------------------
	*/
	
	.overview .left {
		width: 220px;
		margin: 9px 0px 0px 20px ;
		
	}
	
	.overview .middle {
		width: 720px;
		margin-left: 20px;
		overflow:hidden;
	}
	
	#content .area {
		height: 140px;
		margin-bottom: 30px;
	}
	
	.overview .middle .products {
		float: left;
		width: 720px;
		margin-top: 15px;
	}
	
	.overview .middle .products .separator {
		width: 700px !important;
	}

	
	/*
	----------------------------------------------------
	Page Btns
	----------------------------------------------------
	*/
	
	.overview .middle .pages-top {
			width: 698px;
	}
	
	.overview .middle .pages-bottom {
			width: 700px;
	}
	
	/*
	----------------------------------------------------
	Settings (Dropdowns)
	----------------------------------------------------
	*/
	
	.overview .middle .settings {
		float: left;
		width: 721px;
		margin-top: 15px;
	}
	
	.overview .middle .settings .dropdown {
		float: left;
		position: relative;
		display: inline;
		background:url(../../media/shop/overview/dropdown_bg.png);
		width: 220px;
		height: 42px;
		margin-right: 20px;
	}
	
	.overview .middle .settings .dropdown span {
		/*width: 205px;*/
	}
	
	.overview .middle .settings .dropdown .holder {
		background: #E5EAEA;
		width: 206px;
		height: 192px;	
	}
	
	.overview .middle .settings .dropdown .scroll-pane {
		width: 206px;
		height: 192px;		
	}
	
	.overview .middle .settings .dropdown .visible {
		top: 39px;
	}
	
	
		
	/*
	------------------------------------------------------------------------------------------------------
	Suche 
	------------------------------------------------------------------------------------------------------
	*/
	
	.search .area {
		margin-bottom: 20px !important;
	}

  .search .searchbg {
    background:url(../../media/shop/search/area_bg.jpg) center top no-repeat #070808 !important;
  }

  .search .designerhbg {
    background:url(../../media/shop/designer/designer.jpg) center top no-repeat #070808 !important;
  }

	
	.search .area p {
		position: absolute;
		color: #FFF;
		font-size: 125%;
		left: 261px;
		top: 69px;
	}
	
	.search .full {
		width: 960px;
		margin-left: 20px;
		
	}

	.search .full .search-tools {
		float: left;
		background: #E6EBEB;
		width: 940px;
		height: 49px;
	}
	
	.search .full .search-tools label {
		float: left;
		width: 174px !important;
		height: 27px !important;
		margin-top: 11px !important;
		font-size: 150% !important;
		line-height: 27px !important;
		text-indent: 21px !important;
	}
	
	.search .full .search-tools #newsearch_txt {
		float: left;
		display: inline;
		width: 211px;
		height: 19px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 7px;
		margin: 11px 20px 0px 0px;
		border: 1px solid #EBEBEB;
		border-top-color: #575757;
		border-bottom-color: #FFFFFF;
		font-size: 108.33%;
	}
	
	.search .full .search-tools .dropdown {
		position: absolute;
		z-index: 80;
		background:url(../../media/shop/search/search-tools_dropdown_bg.png);
		width: 220px;
		height: 27px;
		top: 11px;
	}
	
	.search .full .search-tools .dropdown1 {
			left: 413px;
	}
	
	.search .full .search-tools .dropdown2 {
			left: 653px;
	}
	
	.search .full .search-tools .send {
		float: right;
		display: inline;
		margin: 11px 20px 0px 0px;
	}
	
	.search .full .search-tools .dropdown span {
		/*width: 205px;
		line-height: 27px;*/
		line-height: 27px;
    height: 27px;
	}
	
	.search .full .search-tools .dropdown .holder {
		background: #E5EAEA;
		width: 206px;
		height: 192px;
		z-index: 85;
	}
	
	.search .full .search-tools .dropdown .scroll-pane {
		width: 206px;
		height: 192px;		
	}
	
	.search .full .search-tools .dropdown .visible {
		top: 29px;
	}

	.search .full .products {
		float: left;
		width: 960px;
		margin-top: 30px;
	}
	
	.search .full .products .separator {
		width: 940px !important;
	}
	
	
	.search .full .pages-top {
			width: 938px;
			margin-top: 15px !important;
	}
	
	.search .full .pages-top .dropdown {
		position: absolute;
		z-index: 75;
		background:url(../../media/shop/search/pages_dropdown_bg.jpg);
		width: 220px;
		height: 27px;
		left: 300px;
		top: 70px;	
	}

  .search .full .pages-top .dropdown-high {
		position: absolute;
		z-index: 75;
		background:url(../../media/shop/search/pages_dropdown_bg.jpg);
		width: 220px;
		height: 27px;
		left: 450px;
		top: 20px;
	}
	
	.search .full .pages-top .dropdown span {
		/*width: 205px;
		line-height: 27px;*/
		line-height: 27px;
    height: 27px;
	}
	
	.search .full .pages-top .dropdown .holder {
		background: #E5EAEA;
		width: 206px;
		height: 192px;	
	}
	
	.search .full .pages-top .dropdown .scroll-pane {
		width: 206px;
		height: 192px;		
	}
	
	.search .full .pages-top .dropdown .visible {
		top: 29px;
	}
	
	.search .full .pages-bottom{
			width: 940px;
	}
	
	
	/*
	------------------------------------------------------------------------------------------------------
	Detail 
	------------------------------------------------------------------------------------------------------
	*/
	
	.detail .left {
		width: 400px;
		margin-left: 20px;
	}
	
	.detail .middle {
		float: left;
		width: 560px;
	
	}
	
	
	/*
	----------------------------------------------------
	Page Btns
	----------------------------------------------------
	*/

	
	.detail  .pages {
		float: left;
		width: 960px;
		border: none !important;
		height: 39px !important;

	}
	
	.detail  .pages-top {
		margin-bottom: 24px;
	}
	
	.detail .pages-bottom {
	
		margin-top: 34px !important;
		margin-bottom: 9px !important;
		
	}
	
	.detail  .pages a {
		display: block;
		height: 29px;
		line-height: 28px;
		margin: 4px;
		
	}
	
	.detail  .pages a:hover {
		color: #6f7f7f;
	}
	
	.detail .pages .left,
	.detail .pages .right {
		height: 37px;
		border: 1px solid #E6EBEB;
	
	}
	
	.detail .pages .left {
		float: left;
		display: inline;
		width: 378px;
		text-align: center;
		margin-left: 20px;
	}
	
	.detail .pages .right {
		float: right;
		width: 538px;
		
	}
	
	.detail .pages .right .previous {
		float: left;
		background:url(../../media/shop/detail/pages_right_previous_bg.png) no-repeat left bottom;
		padding-left: 39px;
		padding-right: 15px;
		
		
	}
	
	.detail .pages .right .previous:hover {
		background-position: left top;
		
	}
		
	.detail .pages .right .next {
		float: right;
		background:url(../../media/shop/detail/pages_right_next_bg.png) no-repeat right bottom;
		padding-left:15px;
	
		padding-right: 39px;
		text-align: right;
		
	}
			
	.detail .pages .right .next:hover {
		background-position: right top;
		
	}
	

	/*
	----------------------------------------------------
	Left
	----------------------------------------------------
	*/
	
	
	.detail .left .jqzoom {
		float: left;
		/*margin-top: 7px;*/
		margin: -4px 0 11px;
	}
	
	.jqZoomPup {
		overflow:hidden;
    background-color: #FFF;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index:10;
    cursor:crosshair;
    border: 1px solid #FFF;
	}
	
	.jqZoomWindow {
		background-color: #FFF;
		border: 1px solid #E6EBEB;
	}
	
	.preload {
		-moz-opacity:0.8;
		opacity: 0.8;
		filter: alpha(opacity = 80);
		color: #333;
		font-size: 12px;
		font-family: Tahoma;
		text-decoration: none;
		border: 1px solid #CCC;
		background-color: white;
		padding: 8px;
		text-align:center;
		width:90px;
		height:90px;
		line-height: 89px;
		z-index:10;
		position:absolute;
		top:3px;
		left:3px;
	
	}
	
	.jqZoomPup .information {
		display: none;
	}
	
	
	.detail .left .thumbs li {
		float: left;
		margin-top: 20px;
	}
	
	.detail .left .thumbs li a {
		float: left;
		border: 1px solid #E8ECEC;
		margin-right: 7px;
	}
	
	.detail .left .info {
		float: left;
		
		width: 105px;
		margin-top: 19px;
		font-size: 91.66%;
		padding-left: 6px;
		opacity: 0.7;       
		moz-opacity: 0.7;  
		filter:alpha(opacity=70); 
	}
		
	/*
	----------------------------------------------------
	Information
	----------------------------------------------------
	*/
	
	
	.detail .middle .information {
		float:left;
		width: 380px;
	}
	
	.detail .middle .invisible {
		filter: alpha(opacity=0);
		opacity:.0;
		moz-opacity: 0.0;	
	}
	
	.detail .middle .information img {
		float: left;
		margin-bottom: 12px;
	}
	
	.detail .middle .information h1 {
		float:left;
		width: 100%;
		font-size: 200%;	
	}
	
	.detail .middle .information .icons {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 4px;
	}
	
	.detail .middle .information .icons span {
		margin-right: 3px;
		
	}
	
	.detail .middle .information p {
		font-size: 108.33%;
		line-height: 1.55em;
		margin-top: 9px;
	}
	
	/*
	----------------------------------------------------
	Functions Box
	----------------------------------------------------
	*/
	
	.detail .middle .information .functions {
		float: left;
		position: relative;
		background:url(../../media/shop/detail/functions_bg.png) no-repeat;
		width: 381px;
		height: 280px;
		margin-top: 25px;
		
	}
	
	.detail .middle .information .functions .price {
		float: left;
		width: 100%;
		height: 24px;
		margin-top: 22px;
		font-size: 166.66%;
		font-weight: bold;
		text-indent: 22px;
	
		
	}
	
	.detail .middle .information .functions .price-small {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	
	.detail .middle .information .functions .price .old {
		font-size: 14px !important;
		font-weight: normal !important;
		text-decoration:line-through !important;
		padding-right: 15px;
		
	}
	
	.detail .middle .look ul li a .info .price .old {
        text-decoration:line-through !important;
        padding-right: 5px;
    }
    
	
	.detail .middle .information .functions .mwst {
		float: left;
		width: 340px;
		margin-top: 3px;
		text-indent: 22px;
	}
	
	
	.detail .middle .information .functions .mwst,
	.detail .middle .information .functions .size,
	.detail .middle .information .functions .reminder {
		font-size: 91.66%;
		color: #6e7373;
		line-height: 13px;
	
	
	}
	
	.detail .middle .information .functions .mwst a {
		color: #6e7373;
	}
	
	.detail .middle .information .functions .mwst a:hover,
	.detail .middle .information .functions .size:hover,
	.detail .middle .information .functions .reminder:hover {
		text-decoration:underline;
	}
	
	.detail .middle .information .functions .size {
		position:absolute;
		left: 238px;
		top: 94px;
		
		height: 13px;
	
	}
	
	.detail .middle .information .functions .reminder {
		position: absolute;
		left: 238px;
		top: 147px;
	}
		
	
	.detail .middle .information .functions .buy_btn {
		position:absolute;
		background:url(../../media/shop/detail/buy_btn_bg.png) no-repeat bottom;
		width: 214px;
		height: 55px;
		left: 15px;
		top: 134px;
		z-index: 1;
	}
	
	.detail .middle .information .functions .buy_btn a {
		float: left;
		display: block;
		background:url(../../media/shop/detail/buy_btn_a_bg.png);
		width: 214px;
		height: 38px;
		text-indent: -99999px;
	}
	
	.detail .middle .information .functions .buy_btn a:hover {
		background-position: 0px -38px;
	}
	
	.detail .middle .information .functions .notactive {
		background-position:top;
	}
	
	.detail .middle .information .functions .notactive a {
		background-position: 0px -76px;
	}
	
	.detail .middle .information .functions .notactive a:hover {
		background-position: 0px -114px;
	}
	
	
	
	
	.detail .middle .information .functions .dropdown {
		position: absolute;
		background:url(../../media/shop/detail/dropdown_bg.png);
		width: 214px;
		height: 54px;
		left: 15px;
		top: 80px;
		z-index: 100;
	}
	
	.detail .middle .information .functions .dropdown-small {
		height: 49px;
	}
	
	.detail .middle .information .functions .dropdown span {
		/*width: 200px;*/
		
	}
	
	.detail .middle .information .functions .dropdown .holder {
		background: #D6DADA;
		width: 200px;
		height: 122px;
		
	}
	
	.detail .middle .information .functions .dropdown .visible {
		top: 39px;
	}
	
	.detail .middle .information .functions .dropdown .scroll-pane {
		
		width: 200px;
		height: 122px;
	
	}
	
	.detail .middle .information .functions .dropdown .jScrollPaneTrack {
		background: #C7CCCC;
	}
	
	.detail .middle .information .telefon {
		position: absolute;
		left: 15px;
		top: 129px;
		z-index: 10;
		width: 350px;
		height: 60px;
	}
	
	.detail .middle .information .telefon h5 {
		float: left;
		width: 100%;
		height: 16px;
		background: #95A1A1;
		font-size: 91.66%;
		line-height: 16px;
		color: #ffffff;
		text-indent: 6px;
		text-transform: uppercase;
	}
	
	.detail .middle .information .telefon .nr {
		float: left;
		background:url(../../media/shop/detail/telefon_nr_bg.png);
		margin-top: 12px;
		width: 158px;
		height: 16px;
		text-indent: -99999px;
	}
	
	.detail .middle .information .telefon p {
		float: right;
		width: 124px;
		margin-top: 6px;
		padding-right: 5px;
		font-size: 91.66%;
		line-height: 1.2em;
		color: #6e7373;
	}
	
	
	
	.detail .middle .information .functions .social {
		position: absolute;
		left: 15px;
		top: 202px;
		
	}
	
	.detail .middle .information .functions .social li {
		float: left;
		display: inline;
	}
	
	.detail .middle .information .functions .social li a {
		float: left;
		display:block;
		width: 152px;
		height: 26px;
		font-size: 91.66%;
		text-indent: 31px;
		line-height: 26px;
		color: #6f7f7f;
		
	}
	
	.detail .middle .information .functions .social li a:hover {
		text-decoration: underline;
		background-position: 0px -26px;
	}
	
	.detail .middle .information .functions .social .facebook a {
		background:url(../../media/shop/detail/social_facebook_a_bg.png) no-repeat;
	}
	
	.detail .middle .information .functions .social .twitter {
		margin-left: 10px;
	}
	
	.detail .middle .information .functions .social .twitter a {
		background:url(../../media/shop/detail/social_twitter_a_bg.png) no-repeat;
	}
	
	
	/*
	----------------------------------------------------
	Complete the look
	----------------------------------------------------
	*/
	
	
	.detail .middle .look {
		float: left;
		display: inline;
		width: 135px;
		margin-top: 16px;
		margin-left: 25px;
	}
	
	.detail .middle .look .header {
		float: left;
		position: relative;
		background: #EEF2F2;
		width: 135px;
		height: 35px;
		line-height: 35px;
		font-size: 108.33%;
		text-indent: 10px;
	
	}
	
	.detail .middle .look .header span {
		position: absolute;
		background:url(../../media/shop/detail/look_header_pre_bg.png);
		width: 8px;
		height: 15px;
		left: -8px;
		top: 10px;
	}
	
	.detail .middle .look ul {
		float: right;
		width: 131px;
		margin-top: 3px;
		border-left: 1px solid #E6EBEB;
	}
	
	.detail .middle .look ul li {
		float: left;
	
	}
	
	.detail .middle .look ul li a .info {
		float: left;
		background: #F6F8F8;
		width: 122px;
		height: 63px;
		padding-left: 8px;
		line-height: 1.3em;
		font-size: 108.33%;
		
	}
	
	.detail .middle .look ul li a .title {
		float: left;
		width: 122px;
		height: 34px;
		padding-top: 6px;
		line-height: 1.3em;
		overflow: hidden;
		
	}
	
	.detail .middle .look ul li a .info .price {
		float: left;
		font-size: 91.66%;
		color: #6e7373;
		margin-top: 2px;
		
	}
	
	.detail .middle .look ul li a:hover {
		cursor:pointer;
	}
	
	.detail .middle .look ul li a:hover .info {
		background-color: #E6EBEB;
		
	}
	
	/*
	----------------------------------------------------
	Container
	----------------------------------------------------
	*/
	
	/* All */
	
	.detail .middle .container {
		float: left;
		width: 100%;
		height: auto;
	}
	
	
	.detail .middle .container .header {
		width: 538px;
		
	}
	
	.container .header {
		float: left;
		height: 38px;
		border: 1px solid #E6EBEB;
	}
	
  	.container .header li {
		float: left;
	}
	
	.container .header li a {
		float: left;
		position: relative;
		display: block;
		height: 38px;
		border-right: 1px solid #E6EBEB;
		line-height: 38px;
		text-align: center;
		font-size: 125%;
		color: #6f7f7f;
	}
	
	.container .header li a:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	
	
	.container .header .last a {
		border: none;
	}
	
	.container .header li .selected {
		background-color: #EFF2F2;
		color: #212321;
	}
	
	.container .header li .selected:hover {
		text-decoration: none;
	}
	
	.container .header li a span {
		position: absolute;
		display:none;
		width: 100%;
		height: 7px;
		top: 39px;
		left: 0px;
		background:url(../../media/shop/detail/container_header_a_span_bg.png) no-repeat center top;
	}
	
	.container .header li .selected span {
		display:inline;
	}
	
	
	.detail .middle .container .content {
		float: left;
		display: none;
		width: 540px;
	}
	
	.detail .middle .container .content p {
		float: left;
		width: 100%;
		font-size: 108.33%;
		line-height: 1.55em;
	
	}
	
	.detail .middle .container .content1 {
		display: block;
	}
	
	/* Infobox */
	
	.detail .middle .infobox {
		background:url(../../media/shop/detail/infobox_bg.png) bottom no-repeat;
		margin-top: 29px;
		padding-bottom: 43px;
	}
	
	.detail .middle .infobox .header li a {
		width: 179px;	
	}
	
	.detail .middle .infobox .header .last a {
		width: 178px;
	}
	
	.detail .middle .infobox .content {
		margin-top: 20px;
	}
	
	
	/* Related */
	
	
	.detail .middle .related {
		background:url(../../media/shop/detail/related_bg.png) bottom no-repeat;
		margin-top: 36px;
		padding-bottom: 17px;
	}
	
	.detail .middle .related .header li a {
		width: 268px;	
	}
	
	.detail .middle .related .header .last a {
		width: 269px;	
	}
	.detail .middle .related .header li {
		width: 523px;	
		height: 38px;
		line-height: 38px;
		font-size: 125%;
		background-color: #EFF2F2;
		color: #212321;
		padding-left:15px;
	}
	
	.detail .middle .related .content {
		margin-top: 9px;
	}
	
	.detail .middle .related .content1 {
		display: block;
	}
	
	.detail .middle .related .content2 {
		display: none;
	}
	
	
	.detail .middle .related ul {
		float: left;
		width: 540px;
	}
	
	.detail .middle .related ul li {
		float: left;
	}
	
	.detail .middle .related ul li a {
		float: left;
		width: 135px;
		
	}
	
	.detail .middle .related ul li img {
		margin-left: 2px;
	}
	
	.detail .middle .related ul li a .info {
		float: left;
		background: #F6F8F8;
		width: 134px;
		height: 63px;
		border-right: 1px solid #E6EBEB;
		font-size: 108.33%;
		
	}
	
	.detail .middle .related ul li a .info .title {
		float: left;
		width: 126px;
		height: 33px;
		padding-left: 8px;
		margin-top: 6px;
		line-height: 1.3em;
		overflow:hidden;
		
	}
	
	.detail .middle .related ul li a .info .price {
		float: left;
		font-size: 91.66%;
		margin-top: 2px;
		color: #6e7373;	
		padding-left: 8px;
		
	}
	
	.detail .middle .related ul li a .info .price .old {
		padding-right: 4px;
		font-size: 9px;
		text-decoration:line-through;
		
	}
	
	.detail .middle .related ul li a:hover {
		cursor:pointer;
	}
	
	.detail .middle .related ul li a:hover .info {
		background-color: #E6EBEB;
		
	}
	
	.detail .middle .related ul .last a {
		width: 134px;
	}
	
	.detail .middle .related ul .last a .info {
		border: none;
		
	}
	
	

	
		
	#overlayBasket {
		position: fixed;
		z-index: 1001;
		width: 100%;
		height: 100%;
		top: 0%;
		left: 0%;
	}
	
	* html #overlayBasket {
		position: absolute;
		top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
	}
	
	#overlayBasket .background {
		position:absolute;
		z-index: 1002;
		background: black;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		filter: alpha(opacity=60);
		opacity:.60;
		moz-opacity: 0.6;
	}

	
	#overlayBasket .bought {
		position: absolute;
		z-index: 1003;
		background-color: #FFFFFF;
		width: 442px;
		height: 244px;
		top: 50%;
		left: 50%;
		margin: -122px 0 0 -221px;
		border: 3px solid #6F7F7F;
		text-align: left;
	}
	
	#overlayBasket .bought h2 {
		float: left;
		display:inline;		
		width: 426px;
		height: 58px;
		margin: 19px 0px 0px 6px;
		font-size: 200%;
		color: #212321;
		line-height: 58px;
		border-bottom: 1px solid #E6EBEB;
		text-indent: 22px;
	}
	
	#overlayBasket .bought p {
		float: left;
		display: inline;
		font-size: 125%;
		margin: 17px 0px 0px 30px;
		
	
		
		
	}
	
	#overlayBasket .return,
	#overlayBasket .checkout {
		position: absolute;
		top: 173px;
		width: 176px;
		height: 50px;
		text-indent: -99999px;
		
		
	}
	
	#overlayBasket .return {
		left: 30px;
		background:url(../../media/shop/detail/bought_return_bg.png);
	}
	
	#overlayBasket .checkout {
		left: 226px;
		background:url(../../media/shop/detail/bought_checkout_bg.png);
	}
	
	.detail_desc {
		clear:both;
		font-size:108.33%;
		line-height:1.55em;
	}
	.pred {color: #A52222;}
		

#shop_overview {
	clear: both;
	height: 204px;
}	
#shop_overview #teaser_box_1,
#shop_overview #teaser_box_2,
#shop_overview #teaser_box_3 {
	float: left;
	width: 300px;
	height: 204px;
	margin: 19px 0;
	display: inline;
}
#shop_overview #teaser_box_2,
#shop_overview #teaser_box_3 {
	margin-left: 19px;
}

#selected_overview {
	height: 559px;
}	
#selected_overview li {
	float: left;
	margin: 14px 0 14px 20px;
	display: inline;
}
#selected_overview #teaser_box_1,
#selected_overview #teaser_box_2 {
	width: 300px;
	height: 300px;
	min-width: 300px;
	min-height: 300px;
}
	
	
}