@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */


@import url(itemlangmenu.css);

@media all
{


div.item {
	margin: 13px 10px 21px 18px;
	position: relative;
	overflow: visible;
}

div.item .itemimg {
	float: left;
	display: block;
	width: 185px;
	height: 104px;
	margin-right: 15px;
}

div.item .itemimgz {
   z-index: 1;
}

div.item .itemteaser {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: block;
  width: 185px;
  height: 104px;
  overflow: hidden;
  background-image: url('../images/Trans.png');
}

div.item .teaser_de { background-image: url('../images/sprite_teaser_de.png');  !important; background-repeat: no-repeat !important;}
div.item .teaser_en { background-image: url('../images/sprite_teaser_en.png');  !important; background-repeat: no-repeat !important;}
div.item .teaser_es { background-image: url('../images/sprite_teaser_es.png');  !important; background-repeat: no-repeat !important;}
div.item .teaser_fr { background-image: url('../images/sprite_teaser_fr.png');  !important; background-repeat: no-repeat !important;}
div.item .teaser_it { background-image: url('../images/sprite_teaser_it.png');  !important; background-repeat: no-repeat !important;}
div.item .teaser_nl { background-image: url('../images/sprite_teaser_nl.png');  !important; background-repeat: no-repeat !important;}
div.item .teaser_pl { background-image: url('../images/sprite_teaser_pl.png');  !important; background-repeat: no-repeat !important;}
div.item .teaser_tr { background-image: url('../images/sprite_teaser_tr.png');  !important; background-repeat: no-repeat !important;}

div.item .pre { background-position: left -416px; }
div.item .obt { background-position: left -312px; }
div.item .cbt { background-position: left -104px; }
div.item .alpha { background-position: left -520px; }
div.item .new { background-position: left -208px; }
div.item .version { background-position: left 0px; }


.clearing {
	clear: left;
	height: 5px;
	overflow: hidden;
}

div.item h3,
div.item .itemreadmore,
div.item .itemdescription,
div.item .itemdetails {
	margin-left: 200px;
}

div.item .itemdescription,
div.item .itemdetails {
	margin-right: 45px;
}

div.item .itemdescription p {
	color: #000;
	font-weight: bold;
}




	/* Itembar END / Language select for a single item. */

	.item h3 {
		line-height: 0.7em;
		margin-bottom: 10px;
		font-size: 18px;
		color: #000;
	}
	.item h3 a {
		color: #000;
	}
	.item h3 span {
		font-size: 12px;
		color: #999;
		padding-left: 30px;
		background: transparent url(../images/item_h3_bar.png) no-repeat 6px 4px;
		word-spacing: 8px;
	}

	/* Account / item Properties */
	.itemprops {
		width: 300px;
		float: left;
		color: #333;
	}
	.itemprops dt {
		float: left;
		font-weight: bold;
	}
	.itemprops dd {
		margin: 0 0 0 128px;
		font-weight: bold;
	}

	.itemaccount {
		width: 200px;
		float: left;
	}
	.itemaccount .arrow {
		font-weight: bold;
	}

	.itemaccount li {
		margin: 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
	}

	/* Item functions */
	.itemfunctions {
		/*clear: left;*/
		float: left;
		margin: 8px 0 0 0;
		padding: 0;
	}

	/* Item media preview */
	.itemmedia {
		margin-top: 3px;
	}

	.itemmedia h4,
	.itemmedia h4 a {
		font-size: 11px;
		color: #999;
		line-height: 18px;
	}
	.itempics {
		float: left;
	}
	.itemvids {
		float: right;
	}

	.itemvids-preview {
	  display: block;
	  width: 85px;
	  height: 47px;
      background-position: center;
      background-repeat: no-repeat;
	}

	/* item subscribe button */
	.itemsubscrbutton {
		position: absolute;
		right: 1px;
		bottom: 0;
	}

	.itemsubscrbutton .button {
		margin-bottom: 0;
	}
}
