/** 
 * CSS for the templates of the products controller
 */
.tx-bucore-products {
	/* TODO: remove these if they were defined in basis css */
	font-family: Arial;
	font-size: 12px;
	color: #666;
}

/* 
 * Template modelGrid
 */
.tx-bucore-products .modelGrid .item {
	float: left;
	width: 187px;
	height: 222px;
	margin: 0 8px 8px 0;
	border: 1px solid #c5c5c5;
}

.tx-bucore-products .modelGrid .item h3 {
	/* TODO: remove these if they were defined in basis css */
	font-size: 15px;
	color: #E91C21;
	line-height: 23px;
	margin: 5px;
}

.tx-bucore-products .modelGrid .item .layout {
	height: 70px;
}

.tx-bucore-products .modelGrid .item .startingPrice {
	color: #E91C21;
	height: 28px;
}

.tx-bucore-products .modelGrid .item h3,
.tx-bucore-products .modelGrid .item .layout,
.tx-bucore-products .modelGrid .item .passengers,
.tx-bucore-products .modelGrid .item .size,
.tx-bucore-products .modelGrid .item .startingPrice {
	margin-left: 8px;
}

.tx-bucore-products .modelGrid .item .passengers,
.tx-bucore-products .modelGrid .item .size,
.tx-bucore-products .modelGrid .item .startingPrice {
	margin-top: 4px;
	padding-top: 2px;
	border-top: 1px solid #c5c5c5;
	width: 116px;
}

.tx-bucore-products .modelGrid .item .passengers {
	border-top: none;
	width: 140px;
	text-align: left;
}

.tx-bucore-products .modelGrid .item .more {
	float: right;
	margin: -14px 4px 0 4px;
	background: url(images/more_left.png) no-repeat left;
}

.tx-bucore-products .modelGrid .item .more a {
	color: black;
	text-decoration: none;
	display: block;
	line-height: 22px;
	height: 24px;
	padding: 0 24px 0 12px;
	background: url(images/more_right.png) no-repeat right;
	text-align: left;
	color: #333;
}


/*
 * Template modelDetails
 */
.tx-bucore-products .modelDetails table.collapsable {
	width: 99%;	
}
.tx-bucore-products .modelDetails table.collapsable thead {
	cursor: pointer;
}
.tx-bucore-products .modelDetails table.collapsable thead tr {
	background: #c8c8c8;
}
.tx-bucore-products .modelDetails table.collapsable thead tr th {
	background: url(images/arrow_down.png) no-repeat 98% 50%;
}
.tx-bucore-products .modelDetails table.collapsable thead.closed tr th {
	background-image: url(images/arrow_right.png);
}

/* 
 * Template modelClassInnovations
 */
.tx-bucore-products .modelClassInnovations ul li{
	background: red;
}
.tx-bucore-products .modelClassInnovations ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

