/* @override http://demo-urbana.versacommerce.de/accounts/demo-urbana_versacommerce_de/designs/urbana/assets/stylesheet.css */

body {
	width:955px;
        font-family: Arial, Helvetica, sans-serif;
        color:#000;
	background-color:#fff;
	margin:0 auto;
	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
h1, h2 {
	font-size: 180%;
	line-height: 1.2em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 140%;
	line-height: 1.2em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}
a {
	text-decoration: underline;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}
a:hover {
	color: #6c0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
p  {
	color: #000;
        font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
del {
  font-weight: normal;
  color: grey;
}	
img { border: 0; }
hr, .hide { display: none; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
        width:955px;
        background: #fff;
        

}

/* ----- SEARCH RESULTS ------ */

#searchresults {
	margin: 5px 25px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
}

#searchresults h3 {
       margin: 15px 0 !important;
       padding: 0 !important; 
       font-family: Arial, Helvetica, sans-serif !important;
       font-size: 16px !important;
       font-weight: bold !important;
       text-decoration: underline !important;
} 

#searchresults li {
       margin: 20px 0 !important;
       clear: left !important;
       padding-bottom: 10px !important;
       border-bottom: 1px solid #ccc !important;
}

.result-image {
       float: left !important;
       margin-right: 15px !important;
}


/* ----- HEADER ----- */



#header {
	width:955px;
	height:105px;
	background-color:#000000;
	
}

#logo {
	width:350px;
	float: left;
        margin-left: 10px;
        height: 103px;
}

#logo img {
       float: left;
       
}


/* ------- SEARCH------- */


#search {
        margin-top: 10px;
	width:225px;
	float: right;


}

#search p {
	color: #fff;
	font-size:16px;
	font-weight: normal;
	line-height: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#searchbox {
        background:#000000;
	width: 230px;
	
}	

#search #q {
	color: #333;
	font: 12px Arial, sans-serif;
	width: 180px;
        line-height: 12px;
	float: left;
	height: 20px;
        padding-top: 7px;
        
}

#seek {
	float: right;
     
}



#cart {
	font-size: 14px;
        float: right;
        margin: 5px 20px 0 0;
        width: 300px;
}
#cart a{
        color: #fff;
        float: right;
        margin-bottom: 20px;

}
#cart a:hover {
        color: #6c0;
}




/* ----- NAVIGATION ----- */


#navigation {
	width:955px;
	height:40px;
	background: url(navbgr.png);
	background-repeat:repeat-x;
	margin-top:5px;
	border-bottom: 2px solid #fff;
}


/* ------- DROP DOWN ---------- */


.nav-container-outer{
	background: transparent;
	padding: 0px;
	height: 40px;
        position: absolute;
	
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.nav-container .divider{
     display:block;
     font-size:1px;
     border-width:0px;
     border-style:solid;
}

.nav-container .divider-vert{
     float:left;
     width:0px;
     display: none;
}

.nav-container .item-secondary-title{
     display:block;
     cursor:default;
     white-space:nowrap;
}

.clear{
     font-size:1px;
     height:0px;
     width:0px;
     clear:left;
     line-height:0px;
     display:block;
     float:none;
}

.nav-container{
    position:relative;
    zoom:1;
    margin: 0 auto;
}

.nav-container a, .nav-container li{
    float:left;
    display:block;
    white-space:nowrap;

}



.nav-container div a, .nav-container ul a, .nav-container ul li{
    float:none;
}

.nav-container ul{
    left:-10000px;
    position:absolute;
}

.nav-container, .nav-container ul{
    list-style:none;
    padding:0px;
    margin:0px;
}

.nav-container li a{
    float:left
}

.nav-container li{
    position:relative;
}

.nav-container ul{
    z-index:10;
}

.nav-container ul ul{
    z-index:20;
}

.nav-container ul ul ul{
    z-index:30;
}

.nav-container ul ul ul ul{
    z-index:40;
}

.nav-container ul ul ul ul ul{
    z-index:50;
}

li:hover>ul{
    left:auto;
}

#nav-container ul {
    top:100%;
}

#nav-container ul li:hover>ul{
    top:0px;
    left:100%;
}

/*----- PRIMARY ITEMS -----*/
	
#nav-container a{
	padding:7px 17px 7px 18px;
	margin: 5px 0px 0px 0px;
	color: #fff;
	font-family: Arial, sans-serif, Helvetica;
	font-size:18px;
	text-decoration:none;
	font-weight: bold;
	background: transparent;
	text-transform: uppercase;
	border-right: 2px solid #fff;
}

#nav-container a:hover{
	color: #6c0;
	background: transparent;
}

/*----- DROP DOWN SECONDARY -----*/	

#nav-container div, #nav-container ul{	
     padding:10px 4px 10px 4px;
     margin:0px 0px 0px 0px;
     background: #000;

}

/*----- DROP DOWN SECONDARY ITEMS -----*/	

#nav-container div a, #nav-container ul a{
	padding: 8px 8px 5px 18px;
	background: #000;
	font-size:14px;
	border-width:1px;
	border-style:none;
	margin: 0px 0px 0px 0px;

}

/*----- DROP DOWN SECONDARY ITEMS HOVER -----*/	

#nav-container div a:hover, #nav-container ul a:hover{	
     background: #0f0f0f;
     color:#fff;
}

/*----- DROP DOWN SECONDARY ITEMS TITLE -----*/	 

#nav-container .item-secondary-title{
	cursor:default;
	padding:4px 0px 3px 7px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size:12px;
	background: #000;
	font-weight:bold;
}

/*----- HORIZONTAL DIVIDERS -----*/	 

#nav-container .divider-horiz{
	border-top-width:1px;
	margin:5px 5px;
	border-color: #fff;
}

/*----- VERTICAL DIVIDERS -----*/	
 
#nav-container .divider-vert{	
     border-left-width:1px;
     height:15px;
     margin:4px 2px 0px 2px;
     border-color:#fff;
}


/* ----- MAIN CONTENT ----- */


#content {
	width:955px;
	background-color:#fff;
	margin-top:2px;
        padding-top: 10px;
	border-top: 3px solid #000;
	
}

#intro {
  font-size: 13px;
  height: 220px;
  display: block;
  overflow: hidden;
  width: 955px;
  background: url(index_teaser.png) no-repeat;
}

/* ----- FEATURED PRODUCTS ----- */

.featured {
	width: 200px;
	float: left;
	padding: 10px 15px 10px 22px;
}	

.featured .description {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #000;	
}

.featured h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #000;
	margin-bottom: -15px;
	
}	

.featured a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000;
    text-decoration: none;
 }
 
 .featured p.money {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6c0;	
}
 
 .featured img {
 
}	
/* ----- PRODUCT COLLECTION ----- */

#frontproducts {
	width: 955px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	}


.collection {
	width: 205px;
	float: left;
	padding: 0 15px 10px 17px;
    height: 310px;
}	

.collection .description {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #000;	
}

.collection h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #000;
	margin-bottom: -15px;
	
}	

.collection a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000;
    text-decoration: none;
 }
 
 .collection p.money {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: -10px;
	color: #6c0
	
}
 
 .collection img {
 
}	
 
#pagination {
	text-align: center;
	margin: 20px 0 0 0;
}

#pagination .next, #paginate .prev {
	margin: 0 3px;
}

#pagination .current {
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c0;
	text-decoration:underline;
}

/* ----- PRODUCT PAGES ----- */

#productpage {
	float: left;
	width: 955px;
        padding: 10px 0 0 0;
}

#productimages{
        width:520px;
        float:left;
}


a.productimage {
	width: 400px;
	margin:  10px 5px 10px;
	text-align: center;
	float: right;
	border: 1px solid #fff;
	}

a.productimage img{
       width: 380px;
}

a.productimage-small {
       margin: 10px 0 10px 0;
       text-align: left;
       float: left;
       border: 1px solid #fff;
       clear:left;
}

a.productimage-small img{
}

a.product-image:hover, a.product-image-small:hover {
        border-color: #b353fd;
}



#productdetails{
        width:360px;
        float:right;
        background:#fff;
        padding:0 20px 20px 20px;
        margin-top: 10px;
}


#productdetails h2 {
	font-size: 120%;
	color: #000;
	margin: 0;
	}

#productdetails h3 {
	padding-top: 10px;
	font-size: 120%;
	color: #000;
	margin: 0;
	}


ul.hlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.hlist li {
	display: inline;
	}

ul#details {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#details li {
	margin-right: 5px;
	font-style: italic;
	}

#productcontrols { 
        border-top: 2px solid #333; 
        border-bottom: 2px solid #333; 
        padding: 10px; margin: 10px 0; 
}

#productcontrols span {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       font-weight: bold;
}

ul#variants a {
  text-decoration: underline;
}

ul#variants { 
        list-style: none; 
        margin: 0; 
        padding: 0; 
}

        ul#variants li { 
        line-height: 2em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px; 
}

        ul#variants li input, ul#variants li label { 
        vertical-align: middle; 
}


.addtocart { 
        margin: 10px 10px 10px 0px; 
}

.description {
        font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
        font-size: 12px; 
}


/*----- CART PAGE ------ */

#basket {
	width: 100%;
        font-family: Arial, Helvetica, sans-serif;
}

#basket th {
	padding: 5px 0 2px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-align: left;
	border-bottom: 1px solid #B7DDED;
}

#basket td { 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #B7DDED;
}

#basket td.basket-column-one {
	padding: 2px 0 2px 0;
}

#basket td.basket-column {
	width: 80px;
	padding-top: 12px;
}

.basket-images {
	margin: 0 10px 0 7px;
	float: left;
	border: 1px solid #B7DDED;
}

.basket-images img {
	background-color: #f7f7f7;
	margin: 3px;
	padding: 5px;
}

.basket-images img:hover {
	background-color: #fff;
}

.basket-desc {
	width: 400px;
	float: left;
        font-size: 12px;
}

.basket-odd, .basket-even {
	padding: 7px 10px;
}

.basket-even {
	background-color: #fff;
}

#basket-right {
	text-align: right;
	width: 350px;
	float: right;
}

#basket-right h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 15px 0;
}

#basket p {
        font-size: 12px;
	padding-bottom: 2px;
}

/* ------ ARTICLES ------ */

#page {
	margin: 20px 0;
}

#frontarticles {
	border: 5px solid #f7f7f7;
        width: 930px;
	margin: 10px 0 10px 0;
        background: url(info.png) no-repeat;
        padding: 10px;
}

.article {
	margin-bottom: 20px;
	font-size: 110%;
}
 .headline {
}

.article ul {
	font-size: 14px;
}

.article li {
	
}

/* ------ NEWSLETTER ------*/

div#newsletter {
        margin-top: 15px;
        height: 80px;
	background: url(newsletter.png) no-repeat;
	
}


div#newsletter ul {
	background: transparent;
        width: 700px;
        height: 50px;
        float: right;
        margin-top: 15px;
}

div#newsletter li {
	width: 190px;
	float: left;
	display: inline;
        

}

div#newsletter li label {
	color: #fff;
	font-size: 12px;
}

div#newsletter li input.field {
	font-size: 12px;
	width: 164px;
	margin-top: 3px;
	padding: 2px;
       
        
}

div#newsletter li#enter {
	width: 42px;
}

div#newsletter li#enter input {
	float: right;
}

/* ------ FOOTER ------*/

#footer {
	clear: both;
	font-size: 12px;
	text-align: right;
	color: #999;
	border-top: 3px solid #000;
	padding-bottom: 20px;
	margin-top: 20px;
	}
.footerinner {
	margin: 5px 10px;
	}
#footer a {
	color: #444;
	}
#footer a:hover {
	color: #6c0;
	}


