/* the cart icon & language switch are styled differently for the homepage */
.shoppingcart_tiny {
   position:absolute;
   top:47px;
   /*right:100px;*/
   color:white;
   background:url('../gfx/langswitch_bg_off.gif') repeat-x;
   border:1px solid black;
   padding:2px 7px 5px 7px;
}
.shoppingcart_tiny img {
   position:relative;
   top:3px;
}
.ls_current {
   background:url('../gfx/langswitch_bg_on.gif') repeat-x;
}

.headerphoto img {
   display:block;
   width:928px;
   height:259px;
}


.visualfader {
   position:relative;
   overflow:hidden;
   background:black;
   border:1px solid #2b2034;
   border-width:0 1px 1px 1px;
}
.vf_item {
   position:absolute;
   top:0;
   left:0;
}
.visualfader, .vf_item, .vf_item img {
   width:928px;
   height:259px;
}

/* fading image are implemented as backgrounds, due to size difference caused by a redesign.
   CSS backgrounds allow easy clipping and centering. */
.vf_item div.vf_image {
   background:50% 50% no-repeat;
   height:100%;
   width:100%;
}

.vf_itemselector {
	position:absolute;
	left:0;
	bottom:0;
   padding:0;
	background:url('../gfx/mainmenu.png') repeat-x;
   height:29px;
   width:100%;
   color:white;
}
.vf_itemselector li {
   float:left;
}
.vf_itemselector li a {
   display:block;
   text-decoration:none;
   color:white;
   font-weight:bold;
   display:block;
   padding:7px 10px;
   background:url('../gfx/mainmenu_hover.png') repeat-x 0 29px;
}
.vf_itemselector li a:hover {
   background-position:0 0;
}
/* /// */



.twitbar {
   background:url('../gfx/opacity_black.png') repeat;
   color:white;
   font-size:11px;
   padding:10px;
   margin:-39px 1px 1px;
   position:relative;
   overflow:hidden;
}
#twitbar_tweet {
   position:relative;
}
.twitbar .tweet_user {
   color:#48cefc;
   margin-left:5px;
   margin-right:5px;
   text-decoration:none;
}
.twitbar .tweet_date {
   color:#747474;
   margin-left:5px;
}
.twitbar .tweet_userlink {
   color:#48cefc;
   text-decoration:none;
}
.twitbar .tweet_mention {
   color:#aa69e5;
   text-decoration:none;
}
.twitbar .tweet_link {
   color:white;
}


.content_home {
   color:#fff;
   line-height:1.5;
}
.content_home .blockrow {
   border:1px solid black;
   background:url('../gfx/home_row.png');
   overflow:hidden;
   margin:1.5em 0;
}

.homeblock {
   float:left;
   height:228px;
   width:266px;
   padding:20px;
}
.homeblock h2 {
   color:white;
   margin:0;
}

.homeblock_free {
   width:270px;
}
.homeblock_action {
}
.homeblock_news {
   width:270px;
}
.homeblock_subscribe {
   background:url('../gfx/home_flowerbg.png') no-repeat 100% 100%;
}
.homeblock_banners {
}


.homeblock_free h2 {
}
.hb_free_image {
   float:left;
   width:50px;
   clear:left;
}
.hb_free_image img {
   width:50px;
}
.hd_free_text {
}
.hd_free_text p {
   margin-top:7px;
   margin-bottom:1em;
}

.homenews_item {
   padding:8px 0;
   border-bottom:1px solid #3d3d3d;
   background:url('../gfx/submenu_arrow_active.png') no-repeat 100% 17px;
}
.homenews_item h3 {
   font-size:16px;
   margin:0;
   font-weight:normal;
}
.homenews_item h3 a {
   color:#9d9d9d;
   text-decoration:none;
   margin-left:10px;
}
.homenews_date {
   font-weight:normal;
   font-size:11px;
   position:relative;
   top:-2px;
}
.homenews_newsintro {
   position:relative;
   overflow:hidden;
   height:48px;
   margin-left:41px;
}

.homeblock_subscribe form {
   margin-top:1em;
}
.homeblock_subscribe #subscribe_email {
   width:235px;
   display:block;
   border:none;
   background:#393939;
   color:white;
   padding:3px;
}

.homeblock_banners a {
   display:block;
   margin-bottom:1em;
}
.homeblock_banners img {
   display:block;
}
#home_news_archive {
	color: white;
	text-align:right;
}
