/* ----------------------------------------------------------------------
Titel:     Layout CSS, Version 0.1
Autor:     Christoph Harnisch
Erstellt:  22.04.2009
Auflösug:  1024px
---------------------------------------------------------------------- */
body,table {font:11px/130% Verdana,Geneva,Arial,Helvetica,sans-serif;}
body {margin:0;padding:0;background:#ffffff; }
h1   {font-size: 16px;}
h2   {font-size: 14px;}
h3   {font-size: 12px;}
strong.h2 {font-size: 12px;}
strong.h3 {font-size: 11px;}

/* HTML Elemente zuruecksetzen und vorbelegen */
/*html, body, form, fieldset, legend, label, select, textarea*/
html, body, form, fieldset, legend, label, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: 11px/130% Verdana,Geneva,Arial,Helvetica,sans-serif;
}

body {
	color: black;
	background-color: transparent;
	margin-bottom: 1px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #551A8B;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

:focus {
	outline: 0;
}

form label {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, code {
	margin: 0;
	padding: 0;
}

ul, ol, dl, li, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img, a img {
	margin: 0;
	padding: 0;
	border: 0;
}
table, tr, td, th, caption {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------------------------------------------------------------------- */

/* wiederkehrende Klassen definieren */
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}
div.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	overflow: hidden;
}
br.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}
.hidden, .flag {
	display: none;
}

hr.divide {
	margin-top: 40px;
	height: 3px;
	border: none;
	background-color: #CCCCCC;	
	display: block;
	clear: both;
	color: #CCCCCC;	
}
/* ---------------------------------------------------------------------- */

body {
	/*
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	*/
	text-align: center;
	background-color: #333;
	color: #666666;
}
/* ---------------------------------------------------------------------- */

#outerwrapper {
	height: auto;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-image: url("../img/lafama/template/bg_wrapper.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

#headwrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	height: auto;
	position: relative;
}

#headwrapper h1 {
	position: absolute;
	top: 32px;
	left: 5px;
	width: 252px;
	height: 161px;
	background-image: url("../img/lafama/template/bg_company.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	text-indent: -9999px;
}

#headwrapper h1 a {
	display: block;
	width: 220px;
	height: 95px;
	margin: 15px 0 0 16px;
}

#contentwrapper {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	background-color: #666;
	background-image: url("../img/lafama/template/bg_subline.gif");
	background-position: center top;
	background-repeat: repeat-x;
}

#footerwrapper {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #333;
	padding: 15px 0;
}

/* ---------------------------------------------------------------------- */

#head {
	height: 160px;
}

/* ---------------------------------------------------------------------- */
ul.lang_currency {
	position: absolute;
	top: 10px;
	left: 20px;
	float:left;
}

/* ---------------------------------------------------------------------- */
#topnav {
	width: 100%;
	height: 34px;
	display: block;  
	clear: both;
	background-color: transparent; 
}

#topnav ul {
	margin-top: 10px;
	float: right;
	height: 14px;
	line-height: 1.1em;
}

#topnav ul li, ul.lang_currency li {
	float: left;
	border-right: 1px solid #ccc;
}

#topnav ul li.last, ul.lang_currency li.last {
	border-right: none;
}

#topnav ul li a, ul.lang_currency li a {
	color: #999;
	margin: 0 8px 0 8px;
	text-decoration: none;
	display: block;
}

#topnav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#topnav ul li.selected a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#topnav ul li.selected a:hover {
	color: #fff;
	border-bottom: none;
}

/* ---------------------------------------------------------------------- */
#mainnav {
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	width: 900px;
	height: 31px;
	background-image: url("../img/lafama/template/bg_nav.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#mainnav ul {
	height: 31px;
	margin-left: 264px;
}

#mainnav ul li {
	float: left;
}

#mainnav ul li a {
	display: block;
	width: 100px;
	height: 31px;
	background-image: url("../img/lafama/template/bg_nav.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#mainnav li span {
	display: none;
}

/* ---------------------------------------------------------------------- */
#mainnav li .clothing {
	background-position: -265px 0px;
}

#mainnav li .shop {
	background-position: -365px 0px;
}

#mainnav li .lifestyle {
	background-position: -465px 0px;
}

#mainnav li .mi_gente {
	background-position: -565px 0px;
}

#mainnav li .whos_wearing {
	background-position: -665px 0px;
}

#mainnav li .about_us {
	background-position: -765px 0px;
}

#mainnav li .clothing:hover {
	background-position: -265px -31px;
}

#mainnav li .shop:hover {
	background-position: -365px -31px;
}

#mainnav li .lifestyle:hover {
	background-position: -465px -31px;
}

#mainnav li .mi_gente:hover {
	background-position: -565px -31px;
}

#mainnav li .whos_wearing:hover {
	background-position: -665px -31px;
}

#mainnav li .about_us:hover {
	background-position: -765px -31px;
}

#mainnav li.selected .clothing {
	background-position: -265px -31px;
}

#mainnav li.selected .shop {
	background-position: -365px -31px;
}

#mainnav li.selected .lifestyle {
	background-position: -465px -31px;
}

#mainnav li.selected .mi_gente {
	background-position: -565px -31px;
}

#mainnav li.selected .whos_wearing {
	background-position: -665px -31px;
}

#mainnav li.selected .about_us {
	background-position: -765px -31px;
}

/* ---------------------------------------------------------------------- */
#catnav {
	text-align: left;
	overflow: hidden;
	width: 900px;
	height: 95px;
}

#catnav ul {
	height: 95px;
	margin-left: 264px;
}

#catnav ul li {
	float: left;
	margin-right: 0px;
}

#catnav ul li a {
	display: block;
	height: 95px;
	width: 150px;
	margin: 0;
	background-image: url("../img/lafama/template/bg_nav.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#catnav li .chicano {
	background-position: -0px -62px;
}

#catnav li .chicano:hover {
	background-position: -0px -157px;
}

#catnav li.selected .chicano {
	background-position: -0px -157px;
}

#catnav li .estilo {
	background-position: -150px -62px;
}

#catnav li .estilo:hover {
	background-position: -150px -157px;
}

#catnav li.selected .estilo {
	background-position: -150px -157px;
}

#catnav li .urbano {
	background-position: -300px -62px;
}

#catnav li .urbano:hover {
	background-position: -300px -157px;
}

#catnav li.selected .urbano {
	background-position: -300px -157px;
}

#catnav li .incazteca {
	background-position: -450px -62px;
}

#catnav li .incazteca:hover {
	background-position: -450px -157px;
}

#catnav li.selected .incazteca {
	background-position: -450px -157px;
}

#catnav ul li a.video, #catnav ul li a.artwork, #catnav ul li a.music {
	width: 100px;
	margin: 0 50px;
} 

#catnav li .video {
	background-position: -600px -62px;
}

#catnav li .video:hover {
	background-position: -600px -157px;
}

#catnav li.selected .video {
	background-position: -600px -157px;
}

#catnav li .artwork {
	background-position: -700px -62px;
}

#catnav li .artwork:hover {
	background-position: -700px -157px;
}

#catnav li.selected .artwork {
	background-position: -700px -157px;
}

#catnav li .music {
	background-position: -800px -62px;
}

#catnav li .music:hover {
	background-position: -800px -157px;
}

#catnav li.selected .music {
	background-position: -800px -157px;
}

#catnav li span {
	display: none;
}

/* ---------------------------------------------------------------------- */
#subnav {
	width: 228px;
	background-color: #333333;
	margin: 0 16px 0 0;
	float: left;
}

#subnav h3 {
	line-height: 2em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
}

#subnav ul {
	margin: 0;	
}

#subnav ul li {
	border-bottom: 1px solid #666;
}

#subnav ul li a {
	display: block;
	width: 228px;
	line-height: 30px;
	color: #eee;
	text-decoration: none;
	text-indent: 30px;
	text-transform: capitalize;
	font-size: 14px;
}

#subnav ul li a:hover {
	text-decoration: underline;
}

#subnav ul li a:before {
	content: "» ";
}

#subnav ul li.selected a {
	background: #444;
}

#subnav ul li.selected a:hover {
	text-decoration: none;
}

#subnav ul li ul li {
	border-top: 1px solid #666;
	border-bottom: none;
}

#subnav ul li ul li a {
	font-size: 12px;
	line-height: 25px;
	text-indent: 45px;
	text-transform: none;
}

#subnav ul li ul li a:hover {

}

#subnav ul li ul li a:before {
	content: "» ";
}

#subnav ul li.selected ul li a {
	background: #333;
}

#subnav ul li.selected ul li a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------------- */
#subline {
	height: 32px;
	width: 868px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

#breadcrumb  {
	margin: 0 0 0 244px;
	width: 450px;
	height: 30px;
	line-height: 30px;
	color: #333;
	float: left;
}

#breadcrumb  a {
	color: #333;
}

#top_basket {
	float: left;
}

#top_basket a {
	display: block;
	width: 170px;
	height: 32px;
	line-height: 32px;
	color: #eee;
	background: #333;
	text-indent: 35px;
	text-decoration: none;
	background: url(../img/lafama/template/top_basket.gif) no-repeat 0 0;
}

/* ---------------------------------------------------------------------- */ 
#content {
	width: 868px;
	overflow: hidden;  
	margin: 0 auto;
	text-align: left;
	line-height: 1.6em;
	color: #333;
	height: auto;
	position: relative;
}

#content p {
	margin: 10px 0;
	padding: 10px;
}

#content div.cat_info {
	
}

#content div.cat_info img.cat_image {
	width: 200px;
	height: 150px;
	margin: 0;
	float: right;
}

#content div.cat_info p.cat_description {
	float: left;
	width: 400px;
	margin:0 10px;
	padding:0;
	color: #333;
	font: 11px/1.8 Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#content div.cat_info div.cat_box {
	clear: both;
	width: 824px;
	margin: 25px 0 0 16px;
}

/* ---------------------------------------------------------------------- */
div.wide {
	width: 620px;
}
div.left {
	float:left;
}
div.left {
	float:left;
}

.css3 {
	color: white;
	padding: 14px 20px;
	background-color: #333;
}

.css3 ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: circle;
}

.css3 ul li {
	list-style-type: disc;
	margin: 10px 0;
}

.css3 a {
	color: #fff;
	border-bottom:1px dotted #ccc;
	text-decoration: none;
	padding: 0 2px;
}

.css3 a:hover {
	border-bottom:1px solid #ccc;
	background-color: #444;
}

.css3 a.fancybox {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

/* ---------------------------------------------------------------------- */
#catnav #newsbox {
	margin: 10px 30px 0 265px;
	height: 80px;
	overflow: hidden;
}

#catnav #newsbox .newsitem {
	margin: 0 0 20px 0;
}

#catnav #newsbox .news_date, .news_date {
	float: left;
	width: 100px;
	margin: 23px 10px 0 0;
	font-family: Arial, sans-serif;
}

.news_date {
	margin: 10px 20px 5px 0;
}

#catnav #newsbox .news_date span.day, .news_date span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 30px;
	border-right: #666 1px solid;
	padding-right: 5px;
	color: #666;
}

#catnav #newsbox .news_date span.month, #catnav #newsbox .news_date span.year, .news_date span.month, .news_date span.year {
	color: #666;
	width: 40px;
}

#catnav #newsbox .news_date span.month, .news_date span.month {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

#catnav #newsbox .news_date span.year, .news_date span.year {
	font-size: 12px;
	display: block;
}

#catnav #newsbox .news_content {
	float: left;
	width: 490px;
	line-height: 1.5;
}

.news_content strong {
	line-height: 24px;
	font-size: 14px;
}

.news_content a.fancybox img {
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #666;
}

#catnav #newsbox .news_content a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#catnav #newsbox .news_content a:hover {
	border-bottom: 1px solid #666;
}

#newspage .news_content {
	margin-left: 120px;
}
/* ---------------------------------------------------------------------- */
#radio {
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 100px;
	margin: -50px 0 0 0;
	z-index: 999;
	color:#666;
	/*background: #333 url(../img/lafama/template/radio.gif) center right no-repeat;*/
}

#radio:hover {
	/*padding-left:8px;*/
	border-left: 8px solid #333;
}

#radio span {
	display: none;
}

/* ---------------------------------------------------------------------- */
#footer {
	width: 900px;
	font-size: 0.95em;
	color: #999999;
	margin: 0 auto;
	text-align: center;
	background-color:#333;
}

#footer ul {
	width: 610px;
	margin: 15px auto 30px auto;
}

#footer ul li {
	display: block;
	float: left;
	margin: 5px;
}

#footer ul li a {
	display: block;
	width: 140px;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #666;
	text-align: left;
	text-decoration: none;
	text-indent: 40px;
	color: #999;
	background: #333 url(../img/lafama/template/social_bookmarks.jpg) no-repeat 0 0;
}

#footer ul li a:hover {
	color: #fff;
}

#footer ul li.myspace a {
	background-position: 10px 0;
}
#footer ul li.myspace a:hover {
	background-position: 10px -24px;
}
#footer ul li.facebook a {
	background-position: 10px -48px;
}
#footer ul li.facebook a:hover {
	background-position: 10px -72px;
}
#footer ul li.twitter a {
	background-position: 10px -96px;
}
#footer ul li.twitter a:hover {
	background-position: 10px -120px;
}
#footer ul li.youtube a {
	background-position: 10px -144px;
}
#footer ul li.youtube a:hover {
	background-position: 10px -168px;
}
#footer ul li.studivz a {
	background-position: 10px -192px;
}
#footer ul li.studivz a:hover {
	background-position: 10px -216px;
}
#footer ul li.hi5 a {
	background-position: 10px -240px;
}
#footer ul li.hi5 a:hover {
	background-position: 10px -264px;
}

#footer a.copyright {
	text-decoration: none;
	color: #999999;
}
/* ---------------------------------------------------------------------- */
.locator {
	 background:#fff;
}

.product {
	color: #ccc;
	position: relative;
}

.product a, .product a:hover {
	background: transparent;
	border: none;
}

.product a.picture {
	display: block;
	text-align: center;
}

.product.category {
	float: left;
	width: 155px;
}

.product .title {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

.product .title:hover {
	background-color: #444;
	border-bottom: 1px solid #ccc;
}

.product .artnum {
	
}

.product .desc {
	
}

.product .price {
	font-size: 14px;
	line-height: 100%;
	white-space:nowrap;
	color: #fff;
}

#product_detail .picture {
	float: left;
	padding: 0;
	width: 325px;
	margin: 15px 0 0 0;
}

#product_detail .details {
	float: right;
	width: 250px;
}

#product_detail .details .longdesc table {
	width: 100%;
}
#product_detail .details .longdesc table tr td {
	padding: 0 2px;
}

#product_detail .price {
	float: right;
	width: 110px;
	margin-top: 20px;
}

#product_detail .price big {
	font-size: 24px;
	font-weight: bold;
}

#product_detail .price .plusshipping {
	font-size: 10px;
}

#product_detail .variants {
	float: left;
	width: auto;
	margin: 0 0 0 0;
}

#product_detail .variants select, #product_detail .variants select option {
	height: 18px;
	line-height: 12px;
	font-size: 12px;
}

#product_detail .amount {
	float: left;
	width: auto;
	margin: 0 2px;
}

#product_detail .amount input {
	height: 12px;
	line-height: 12px;
	font-size: 12px;
}

#product_detail .tocart {
	float:left;
	height:18px;
	line-height:18px;
	width: 149px;
	background: transparent url(bg/buttons_ce_.gif) no-repeat right 0;
	margin-left:auto; 
	border: 0 none;
	padding:0 1px 0 0;
	margin: 14px 0 0 0;
}

#product_detail .tocart input{
	width: 149px;
	height:18px;
	text-align:center;
	background: transparent url(bg/buttons_ce_.gif) no-repeat left 0;
	margin:0;
	border:0;
	color:#ffffff;
	padding: 0 0 0 23px;
	cursor:pointer;
	font-weight: bold;
}

#product_detail select, #product_detail input {
	line-height: 20px;
}

#product_detail #test_product_longdesc ul {
	margin: 0 0 0 16px;
	padding: 0;
}

#product_detail #test_product_longdesc ul li {
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------------- */
#videos .videos a {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 210px;
	height: 160px;
	background: #444;
	border: 1px solid #444;
}

#videos .videos a:hover {
	background: #444;
	border: 1px solid #fff;
}

#videos .videos a img {
	margin: 5px;
	width: 200px;
	height: 150px;
}

#videos .videos span.artist {
	float: right;
	font-size: 30px;
	line-height: 30px;
	color: #444;
}

#videos .videos span.desc {
	float: right;
	text-align: right;
}

/* ---------------------------------------------------------------------- */
#locations .locations a.hoverpic {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding:0;
	border:none;
}

#locations .locations a img {
	padding: 4px;
	border: 1px solid #444;
	background: #444;
}

#locations .locations a:hover img {
	border: 1px solid #fff;
}

#locations .locations span {
	float: right;
	font-size: 45px;
	line-height: 45px;
	color: #444;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------------- */
#whos_wearing .whos_wearing span.artist  {
	float: right;
	font-size: 45px;
	line-height: 45px;
	color: #444;
	text-transform: uppercase;
}

#whos_wearing .whos_wearing img {
	float: left;
	border: 4px solid #444;
}

#whos_wearing .whos_wearing span.desc {
	float: right;
}

#whos_wearing .whos_wearing a.hoverpic {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
}

#whos_wearing .whos_wearing a.hoverpic img {
	padding: 4px;
	background: #444;
	border:  1px solid #444;
}

#whos_wearing .whos_wearing a:hover img {
	border: 1px solid #fff;
}

/* ---------------------------------------------------------------------- */
#SlideFrame {
	position: relative;
}

#SlideFrame .SlideShowCount {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
	color: #fff;
	font: normal 16px/16px Verdana;
	text-align: center;
	filter:alpha(opacity=25); /* IE */
	-moz-opacity: 0.25; /* Mozilla */
	opacity: 0.25; /* Opera */
}

/* ---------------------------------------------------------------------- */
#scroller div.scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 808px;
	height: 230px;
}

#scroller div.scrollable div.items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

#scroller div.scrollable div.items div {
	float: left;
	text-align: center;
	width: 260px;
	height: 200px;
	margin: 0 12px 0 0;
	text-align: center;
}

#scroller div.scrollable div.items div.chicano {
	background: url(../img/lafama/clothing/bg_chicano.gif) no-repeat center center;
}
#scroller div.scrollable div.items div.estilo {
	background: url(../img/lafama/clothing/bg_estilo.gif) no-repeat center center;
}
#scroller div.scrollable div.items div.urbano {
	background: url(../img/lafama/clothing/bg_urbano.gif) no-repeat center center;
}
#scroller div.scrollable div.items div.incazteca {
	background: url(../img/lafama/clothing/bg_incazteca.gif) no-repeat center center;
}

#scroller div.scrollable div.items div a img.wide {
	width: 250px;
	margin-top: 10px;
}

#scroller div.scrollable div.items div a img {
	padding: 4px;
	background: #444;
	border: 1px solid #444;
}

#scroller div.scrollable div.items div a:hover img {
	border: 1px solid #fff;
}

#scroller div.scrollable {
	float: left;
}

#scroller a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 100px 6px;
	cursor: pointer;
	font-size: 1px;
	background: url(scrollable/arrow/left.gif) no-repeat;
}

#scroller a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -18px;
}

#scroller a.disabled {
	visibility: hidden !important;
}

#scroller a.next, a.nextPage {
	background-image: url(scrollable/arrow/right.gif);
	clear: right;
}

#scroller div.navi {
	margin-left: 400px;
	width: 50px;
	height: 20px;
}

#scroller div.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(scrollable/arrow/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

#scroller div.navi a:hover {
	background-position: 0 -8px;
}

#scroller div.navi a.active {
	background-position: 0 -16px;
}

/* Scroller - Lifestyle - Artwork */
#scroller.artwork {
	width: 628px;
}
#scroller.artwork div.scrollable {
	width: 592px;
	height: 190px;
}
#scroller.artwork div.scrollable div.items div {
	width: 190px;
	margin: 0 4px;
}
#scroller.artwork div.scrollable div.items div a img.wide {
	width: 180px;
	margin: 23px 0 0 0;
}
#scroller.artwork div.navi {
	width: 90px;
	margin-left: 275px;
}
#scroller.artwork a.prev, a.next, a.prevPage, a.nextPage {
	margin: 85px 0 0 0;
}
/* ---------------------------------------------------------------------- */
#artwork p a.hoverpic {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding:0;
	border:none;
}

#artwork p a img {
	padding: 4px;
	background: #444;
	border:  1px solid #444;
}

#artwork p a:hover img {
	border: 1px solid #fff;
}

/* ---------------------------------------------------------------------- */
#music p a.hoverpic {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding:0;
	border:none;
}

#music p a img {
	padding: 4px;
	background: #444;
	border:  1px solid #444;
}

#music p a:hover img {
	border: 1px solid #fff;
}
/* ---------------------------------------------------------------------- */

div.errorbox {
	background: #fff;
	color: red;
	padding: 0 15px;
}

/* ---------------------------------------------------------------------- */
#contact form table tr td input.text {
	margin: 4px 0;
	padding: 2px;
	width: 330px;
}

#contact form table tr td select {
	margin: 4px 0;
}

#contact form table tr td textarea {
	margin: 5px 0;
	padding: 2px;
	width: 330px;
}

#contact form table tr td div img {
	margin: 4px 0 0 0;
}

#contact form table tr td input.verification_text {
	margin: 4px 0;
	width: 80px;
}

/* ---------------------------------------------------------------------- */
#preloader {
	height: 400px;
	text-align: center;
	font-size: 12px;
	color: #333;
	text-align: center;
	display: none;
}
#preloader img {
	margin-top: 150px;
}

/* ---------------------------------------------------------------------- */
div.infobox {
	width: 228px;
	background-color: #333333;
	margin: 0 0 0 0;
}

.ordersteps dl {
	display: block;
	width: 170px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color:#444;
}

.ordersteps dl dt a {
	color: #333;
}

.ordersteps dl.active dt a {
	color: #fff;
}

.ordersteps dl dd {
	display: none;
}

.anmelden {
	width: 275px;
	margin: 0 20px 0 0;
}

.paypalbutton {
	background: #fff;
}

/* Tables .....*/
table {border-collapse: collapse;}
table.min_width {width:auto}
th {text-align: left;padding: 0 5px 0 0;font-weight: normal;}
tr.row_sep td hr{display:none;}
tr.row_sep td div{background: url(bg/sepatator_ce_.gif) no-repeat center center; margin: 0;height: 15px;}
tr.sep td, tr.sep th {background: url(bg/sepatator_ce_.gif) no-repeat center center;}
/* Basket */

table.basket a {
	color:#333;
	border: none;
	background: none;
	padding: 0;
	text-decoration: underline;
}

table.basket a:hover {
	background: none;
}

table .ta_center {text-align: center !important;}
table .ta_right {text-align: right !important;}
table.basket {background: #fff; color: #333; empty-cells: show; width:580px;}
table.basket tbody td {padding-top: 10px;}
table.basket th {background: #ffffff; color: #666; font-weight: bold; height: 25px; padding-left: 6px;}
table.basket th.brd {padding: 0;border-left: 1px solid #666;}
table.basket th .brd_line {background: #666; width: 7px; height: 25px;}
table.basket th.lastcol {padding-left: 0;}
table.basket td.brd {border-left: 1px solid #666;}

table.basket .bsk_sep td {height: 9px; padding-top: 0;}
table.basket .bsk_sep .line {border-bottom: 1px solid #666;}
table.basket .bsk_sep .bigline {border-bottom: 4px solid #666;}

table.basket .picture {border: 1px solid #666; background: #ffffff; text-align: center; display: block; height: 55px; width: 60px;}
table.basket .art_title a {font-size: 10px; font-weight: bold; color: #333;}
table.basket .art_title a:hover {color: #333;}
table.basket .art_num {font-size: 10px; color: #666;}

table.basket .btn, table.basket .amount {margin-bottom: 7px;}
table.basket .upd {color: #ffffff; width: 91px; cursor: pointer; padding: 1px;}
table.basket .price {padding-right: 25px; text-align: right;}
table.basket .orderprice {padding-right: 20px; text-align: right;}
table.basket .vat {padding-left: 20px;}
table.basket .vat_order {padding-left: 15px;}
table.basket .amount {padding-right: 20px;}
table.basket .totalprice {padding-right: 6px; text-align: right;}
table.basket .notice td {padding-top: 5px; font-size: 10px; color: #666;}
table.basket .sumrow td {padding-top: 3px;}
table.basket .sumrow.total td {padding: 7px 0 4px;}
table.basket .sumdesc {padding-right: 15px !important; text-align: right;}
table.basket .discount, table.basket .coupon {color: #666; font-size: 10px;}
table.basket .bottrow {height: 14px;}
table.basket a.remove {display: block; width: 97px; height: 17px; line-height: 17px; border: 1px solid #666; color: #ffffff;  background: #666;text-align: center; font-weight: bold; font-size: 10px; text-decoration: none;}
table.basket a.wrapremove  {width: 70px;}

table.basket .wrapmod { display:block;height:18px;line-height:1;width: 85px; background: transparent url(bg/buttons_ce_.gif) no-repeat right -100px; margin:0; border: 0 none; padding:0 1px 0 0;float: left}
table.basket .wrapmod a {font-size: 10px; text-align: center; text-decoration: none; display: block; height:14px;line-height:1;width: 62px; background: transparent url(bg/buttons_ce_.gif) no-repeat 0 -100px; margin:0; border:0;color:#ffffff;padding:4px 0 0 23px;font-weight: bold; }

table.basket .frombasket { height:18px;line-height:1;width: 100px; background: transparent url(bg/buttons_ce_.gif) no-repeat right -50px; margin:0; border: 0 none; padding:0 1px 0 0;float: left}
table.basket .frombasket input{ height:18px;line-height:1;width: 100px; background: transparent url(bg/buttons_ce_.gif) no-repeat 0 -50px; margin:0; border:0;color:#ffffff;padding:0 0 0 23px;cursor:pointer;font-weight: bold;}
table.basket .frombasket a { width: 77px; background: transparent; margin:0; border:0;color:#ffffff;padding:2px 0 0 23px;font-weight: bold; font-size: 10px; text-align: center; text-decoration: none; display: block;}

table.basket_nav {
	background: #fff;
	width: 100%;
}

#meinkonto {
	padding: 5px 0;
	margin: 0 10px;
	color:#fff;
}

#meinkonto a {
	color:#666;
}

.useroptboxhead {
	font-size: 35px;
	line-height: 35px;
	color: #444;
	text-transform: uppercase;
}

div.dot_sep {
	border-bottom: 1px solid #666;
	height:0;
	line-height:0px;
}

.locator {
	background: #333;
	border:none;
}
.reduced {
	color:#b04e7d;
}

div.socialnetwork {
	float:left;
	background: url("../img/lafama/template/bg_socialnetwork.gif") no-repeat;
	width:175px;
	height:30px;
	text-align:left;
	text-indent: 50px;
	margin: 0 40px 0 25px;
	position: relative;
}
div.socialnetwork a {
	display: block;
	font: normal 16px/30px Tahoma;
	color: #fff;
	text-decoration: none;
}
div.socialnetwork a:hover {
	color: #fff;
	text-decoration: underline;
}
img.resize{
    width:40px;
    height:40px;
    position:absolute;
    top:-5px;
    left:-5px;
    z-index:1;
}
