/**
 * CSS for the templates of the products controller
 */


/*
 * Template modelGrid
 */
.tx-bucore-products .modelGrid {
	padding: 0;
}

.tx-bucore-products .modelGrid .item {
	float: left;
	width: 348px;
	height: 210px;
	padding-right: 18px;
}

.tx-bucore-products .modelGrid .item .layout {
	width: 100%;
	height: 108px;
}

.tx-bucore-products img {
	border: none;
}


.tx-bucore-products .modelGrid .item .info {
	width: 100%;
	margin-top: -8px;
}

.tx-bucore-products .modelGrid .item .label {
	height: 18px;
}

.tx-bucore-products .modelGrid .item td.title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.tx-bucore-products .modelGrid .item td.title,
.tx-bucore-products .modelGrid .item td.startingPrice {
	vertical-align: bottom;
	font-weight: bold;
	white-space: nowrap;
}

.tx-bucore-products .modelGrid .item .more a {
	color: #DC0C25;
	text-decoration: none;
	padding: 0 10px 0 0;
	margin: 0;
	background: #fff url("images/more_arrow.gif") no-repeat scroll right 4px;
}


/*
 * Template modelDetails
 */
.tx-bucore-products .modelDetails .header {
	padding-top: 44px;
}
.tx-bucore-products .modelDetails .header table.keyFeatures td {
	font-size: 13px;
	line-height: 1.25em;
	color: #666;
	padding-bottom: .5em;
}
.tx-bucore-products .modelDetails .header table.keyFeatures td.value {
	padding-left: 12px;
	white-space: nowrap;
}

.tx-bucore-products .modelDetails .header p {
	color: #666;
}
.tx-bucore-products .modelDetails .header p.price {
	font-size: 18px;
	margin-top: 12px;
}

.tx-bucore-products .modelDetails .backLinks {
	position: absolute;
	z-index: 200;
	left: 588px;
	width: 180px;
	margin-top: -38px;
}
.tx-bucore-products .modelDetails .backLinks .modelFinder {
	float: right;
}

/* Tables */
.tx-bucore-products .modelDetails table {
	border-collapse: collapse;
	border-padding: 0;
}

.tx-bucore-products .modelDetails table.modelVariants td.price {
	text-align: right;
}
.tx-bucore-products .modelDetails table.allFeatures td.value {
	 text-align: center;
	 white-space: nowrap;
}

/* Collapsable table, for both table.modelVariants and table.allFeatures */
.tx-bucore-products .modelDetails table.collapsable {
	width: 99%;
}
.tx-bucore-products .modelDetails table.collapsable th,
.tx-bucore-products .modelDetails table.collapsable td {
	padding: 0 6px;
}
.tx-bucore-products .modelDetails table.collapsable td {
	line-height: 18px;
}
.tx-bucore-products .modelDetails table.collapsable .even {
	background-color: #f0f0f0;
}

.tx-bucore-products .modelDetails table.collapsable thead {
	cursor: pointer;
}
.tx-bucore-products .modelDetails table.collapsable thead tr {
	background: url(images/th_bg.jpg) repeat-x;
}
.tx-bucore-products .modelDetails table.collapsable thead th {
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	background: url(images/arrow_down.jpg) no-repeat right top;
	border-top: 1px solid white;
	text-align: left;
}
.tx-bucore-products .modelDetails table.collapsable thead.closed tr th {
	background-image: url(images/arrow_right.jpg);
}

.tx-bucore-products .modelDetails .fineprint {
	margin-top: 1.5em;
	font-size: .85em;
	color: #666;
}



/** TODO: Optimize design layout */
.tx-bucore-products .modelDetails .packets {
	border: 1px solid #CCC;
	padding: 9px;
	margin: 12px 0 0 12px;
}

.tx-bucore-products .modelDetails .packets .packetContent .price {
	text-align: right;
	padding-right: 10px;
	color: #666;
}

.tx-bucore-products .modelDetails .packets table .price {
	color: #dc0c24;
	text-align: right;
}

.tx-bucore-products .modelDetails .packets table {
	width: 100%;
	margin: 15px 0 15px 0;
	font-weight: bold;
}

.tx-bucore-products .modelDetails .packets .nominalPrice .price {
	text-align: right;
	text-decoration: line-through;
}

.tx-bucore-products .modelDetails .packets .headlineBackground h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.tx-bucore-products .modelDetails .packets dt {
	font-weight: normal;
}

.tx-bucore-products .modelDetails .packets .packetContent dl {
	margin: 0px;
}

.tx-bucore-products .modelDetails .packets .packetContent {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.tx-bucore-products .modelDetails .packets .inAdditonToModel {
	color: #666;
}


/*
 * Template panoviews
 */
.tx-bucore-products .panoviews .panoviewMenu {
	float: left;
}

.tx-bucore-products .panoviews .panoviewMenu li{
	list-style-type: none;
	margin-top: 8px;
	line-height: 140%;
}

.tx-bucore-products .panoviews .panoviewMenu li a {
	color: #333;
	text-decoration: none;
	padding-left: 11px;
	cursor: pointer;
}

.tx-bucore-products .panoviews .panoviewMenu li a:hover,
.tx-bucore-products .panoviews .panoviewMenu li a:active {
	color: #DC0C26;
}

.tx-bucore-products .panoviews .panoviewMenu ul li.act a {
	color: #676767;
	background: url("images/red_box.gif") no-repeat scroll transparent;
	background-position: left 5px;
}

.tx-bucore-products .panoviews .layout {
	float: right;
	margin-right: 5px;
}

.tx-bucore-products .panoviews h3 {
	clear: both;
	margin-bottom: 12px;
}
.tx-bucore-products .panoviews .panoview {
	height: 410px;
}
.tx-bucore-products .panoviews .ajaxContainer {
	background: url(images/ajax_loader_big.gif) no-repeat 50% 50%;
}


/**
 * Model Teasers
 */
.tx-bucore-products .modelClassTeaser {
	text-align: left;
	min-width: 184px;
	margin-bottom: 1em;
}

.tx-bucore-products .modelClassTeaser h3 {
	height: 18px;
}
.tx-bucore-products .modelClassTeaser h3 span.price {
	font-size: 12px;
	color: #666;
	padding: 2px 1em 0 0;
}
.tx-bucore-products .modelClassTeaser ul {
	margin: 0;
	list-style: none;
}
.tx-bucore-products .modelClassTeaser ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background:url(images/plus.gif) 3px 6px no-repeat;
}
.tx-bucore-products .modelClassTeaser .more a {
	line-height: 1.5em;
}
