/*
 * 	vim: set fdm=marker:
 *	Common Styles for Taurus World Stunt Awards 2008/2009
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: 	Robert Adrianowski (robert_adrianowski@t-sign.com)
 *			Bartosz Stankiewicz (b.stankiewicz@t-sign.com)
 */

/* {{{ parameters of box */
.xBoxMarginRight {
	margin-right: 12px;
}
.floatLeft {
	float: left;
}
.widthSmallBox	{
	width: 232px;
	overflow-x: hidden;
	border-right: 2px solid #090909;
}
.row .last-item {
	width: 234px;
	border-right: none;
}
.row .headLine	{
	margin-bottom: 5px !important;
}
.row .xBox	{
	padding-bottom: 0;
	min-height: 153px;
}
.row .xBox .boxContent	{
	position: relative;
}
.row .xBox .boxContent {
	text-align: justify;
}
.heightZero {
 min-height: 0 !important;
 padding: 10px 0 0 0 !important;
}
.newHeadLine {
 margin-bottom: 0 !important;
}
/* }}} */
/* {{{ standard box */
.xBox	{
	padding: 10px 0 15px 0; 
	border-top: 2px solid #090909;
	background: #2a2a2a;
	min-height: 50px;
	background: #252525 url(../../../img/box/bgsmall.png) left top repeat-x;
}
.darkBg	{
	background: #0d0d0d url(../../../img/box/bgbig.png) left top repeat-x;
}
.xBox .boxContent {
	margin: 0 10px;
	
}
.widthSmallBox .boxContent {
	margin: 0 3px;
}
.xBox .headLine	{
	/* position: relative; */
	height: 24px;
	padding: 4px 8px 0 9px;
	margin-bottom: 14px;
	text-transform: uppercase;
	border-top: 1px solid #484848;
	background: #131313 url(../../../img/box/shadow.png) no-repeat left top;
}
.xBox .headLine .name {
	float: left;
	width: 70%;
	white-space: nowrap;
	text-transform: uppercase;
}
.xBox .headLine .name h2.red {
	display: inline;
	margin-right: 2px;
	color: #bd1824 !important;
	font-size: 1.1em;
	font-weight: normal;
}
.xBox .headLine .name h2.red a	{
	color: #bd1824 !important;
}
.xBox .headLine .name h2 {
	display: inline;
	color: #acacac !important;
	font-size: 1.1em;
	font-weight: normal;
}
.xBox .headLine .name h2 a	{
	color: #acacac;
}
.xBox .headLine .more {
	float: left;
	top: 1px;
	width: 30%;
	text-align: right;
	font-size: 0.9em;
	color: #ffffff;
}
.xBox .headLine .more a	{
	float: right;
	top: -1px;
	width: auto;
	text-transform: uppercase;
}
.xBox .headLine .more a span.sizeNew {
	position: relative;
	top: -1px;
	font-size: 1.2em;
}
/* }}} */