/* index.html Hauptcontainer*/

.container {position: relative;}
.header {position: absolute; top: 0; }
.header_nav {position: absolute; top: 90px;}
.main_content {margin: 135px 0 0 0; background-color:#06091B;}
.center_content {float: left;position: static;width: 700px;margin: 0;padding: 0 0 0 240px;}
.center_content_full {margin-left: 0px;}
.sidebar {float: left;position: static;margin-left: -940px;}
.span111{width:100px;}
/* Topnavi*/

.caret-right {display:inline-block;width:0;height:0;vertical-align:top;  border-left: 4px solid #000000;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;margin-top:6px;margin-left:5px;opacity:0.3;filter:alpha(opacity=30);content:"";}
  .pos1 {position: relative;}
.dropdown-menu .sub-menu {
    left: 100%;
top: 0;

    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

.customer_service {margin-top:-5px ;}

/* Sliding Box Bestselller*/

#slide_panel,#slide_panel2 {display: none;width: 200px;}
.slide_div,.slide_div2 {text-align: right;}
.clear {clear: both;}

.box_side .span3 {text-align: center;}
.cart-box  a h4  {color:#333333}
/* Produktlisting 4 Spaltig*/

.thumb_img {height: 100px;}
.thumb_img img{max-width: 144px; max-height: 100px;}
* html .thumb_img img { 
   height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
   width: expression( document.body.clientWidth > (500/12) * parseInt(document.body.currentStyle.fontSize) ? "144px" : "auto" );
}

.thumbnail h5 {height: 40px;}
.thumbnail .price {height: 40px;}
.price {font-size: bold; }
.productOldPrice  {text-decoration: line-through; font-size: 11px; color: #999999;font-weight: normal;}
.taxandshippinginfo, .taxandshippinginfo a{font-size: 11px; color: #999999;}

/* Kategorie Listing Spaltig*/

.catthumb_img {height: 160px;}
.catthumb_img img{max-width: 210px; max-height: 158px;}
* html .catthumb_img img { 
   height: expression( this.scrollHeight > 157 ? "158px" : "auto" ); /* sets max-height for IE */
   width: expression( document.body.clientWidth > (500/12) * parseInt(document.body.currentStyle.fontSize) ? "210px" : "auto" );
   
   }
   
ul.nav li.level3 {padding-left: 15px;}
ul.nav li.level4 {padding-left: 30px;}
ul.nav li.level5 {padding-left: 45px;}
.tax {font-size: 11px;}
.crop{
	float: left;
	
	overflow:hidden; /* this is important */

	}
	/* input values to crop the image: top, right, bottom, left */
.crop img{
	margin:-20px -15px -40px -55px;
	}
	
	.pagination span {
	float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0;
	background-color:#f5f5f5;color:#999999;cursor:default;
	padding-left:14px; padding-right:14px; padding-top:0; padding-bottom:0;
	
	
}

#social a{padding: 5px;}

.copyright {
margin: 0 auto;
text-align: center;

color: #999;
}
.copyright a {color: #999;}

/* Checkout*/

ul#checkoutnavigation {margin: 0;padding: 0;}
ul#checkoutnavigation li {height: 70px; list-style-type:none; float:left; width:206px; margin-right:15px; padding:8px}
ul#checkoutnavigation li.end {height: 70px; list-style-type:none; float:left; width:205px; margin-right: 0; padding:8px}
ul#checkoutnavigation li a .number {font-size:20px; font-weight:bold; }
ul#checkoutnavigation li .title{font-size:14px; font-weight:bold; }

table .right2 {text-align: right;margin-right: 0; border-right: 0;}
#checkout_agb {
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #808080;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
		-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	width: 100%;
		height:200px;
	overflow:auto;
	}
.search-button {margin-left: 5px;}


/* Special Boxes Templates */

.leerbox { background-color:#06091b; border:2px solid #576a92; border-radius:10px; padding:10px;}

.bannerbox {}




.reviews_rating_light .reviews_rating_dark {
background:transparent url(../img/review_star.png) repeat-x scroll 0%;
height:15px;
position:relative;
}

.reviews_rating_light {
background:transparent url(../img/review_star_light.png) repeat-x scroll 0%;
height:15px;
margin-right:5px;
position:relative;
width:80px;
}
