@charset "utf-8";
/* CSS Document */

#products-info-loading {
	margin: 100px auto;
	text-align: center;
	color: #93a32b;
	font-size: 24px;
	background: white;
}

#products-info-loading-name {
	color: #c9d195;
	font-size: 16px;
}

#products-info-content {
	display: none;
}

#products-info-content h1 {
	font-size: 24px;
	margin: 15px 0;
	padding: 0;
}

.products-info-box-title {
	background:url(../img/general/elements/title-arrow-grey.gif) 0 2px no-repeat;
	padding-left: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

.products-info-box-content {
	height: 60px;
	color: #5a5a5a;
}

.products-info-box-content a#contracts-info {
	position: relative;
	top: 1px;
	left: 5px;
}

.products-info-detail-item {
	border-bottom: 1px solid #d4d4d4;
}

.products-info-detail-item-separator-box {
	float: left;
}

#products-info-details-wrapper {
	width: 100%;
}

#products-info-shop-info {
	width: 145px;
	float: left;
}

#products-info-shipping .products-info-box-title {
	margin-top: 0;
}

#products-info-details {
	width: 445px;
	float: left;
}

#products-info-data-sheet {
	width: 445px;
	float: left;
	height: 371px;
	overflow: auto;
	padding-left: 10px;
	display: none;
}

#products-info-details .products-info-box-title {
	margin-left: 10px;
}

#products-info-details .products-info-box-content {
	padding-left: 10px;
}

#products-info-description .products-info-box-title {
	margin-top: 0;
}

#products-info-image {
	border: 1px solid #d4d4d4;
	width: 255px;
	height: 371px;
	float: left;
}

#products-info-more-box {
	display: none;
	background: #f4f4f4;
	border: 1px solid #d4d4d4;
	padding: 10px;
	position: relative;
}

#products-info-features-table {
	width: 100%;
}

#products-info-features-table td {
	width: 25%;
	height: 20px;
}

#products-info-features-table td img {
	margin-right: 5px;
}

#products-info-actions {
	margin-top: 10px;
	padding: 7px 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#products-info-actions a {
	background:url(../img/general/products-info/tag.gif)  no-repeat;
	padding-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
	color: #5a5a5a;
}

a#contracts-info {
	position: relative;
	top: -5px;
}

.products-info-box-content .kandy_css_bestprice_prefix {
	display: none;
}

.products-info-box-content .kandy_css_bestprice_before_comma, .products-info-box-content .kandy_css_bestprice_after_comma {
	color: #5a5a5a;
	font-size: 11px;
}

a.products-info-buy-tab {
	background:url(../img/general/products-info/buy-tab.gif) no-repeat;
	width: 248px;
	height: 77px;
	position: relative;
	line-height: 22px;
	display: block;
	padding-left: 30px;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	float: left;
	color: #000;
	margin-left: 10px;
	font-weight: bold;
}

a.products-info-buy-tab-inactive {
	background:url(../img/general/products-info/buy-tab-inactive.gif)  no-repeat;
	width: 248px;
	height: 67px;
	line-height: 22px;
	display: block;
	padding-left: 30px;
	border: 1px solid #d4d4d4;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	color: #000;
}

a.products-info-buy-tab:hover, a.products-info-buy-tab-inactive:hover {
	text-decoration: none;
}

.products-info-buy-tab-description {
	line-height: normal;
	font-weight: normal;
	color: #5a5a5a;
}

#products-info-buy-tabs-wrapper {
	margin-bottom: 10px;
}

#products-info-selection {
	border: 1px solid #d4d4d4;
	padding: 10px;
	margin-top: -11px;
	background: #ececec;
}
.products-info-more-image {
	cursor: pointer;
}

.box-content .kandy_css_bestprice_prefix {
	display: none;
}

.box-content .kandy_css_bestprice_prefix,
.box-content .kandy_css_bestprice_before_comma,
.box-content .kandy_css_bestprice_after_comma {
	color: black;
	font-size: 11px;
}

/* recommender table */

table#products-info-recommender {
	font-family:arial;
	background-color: #d4d4d4;
	font-size: 8pt;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

table#products-info-recommender thead tr th, table#products-info-recommender tfoot tr th {
	font-size: 8pt;
	padding: 4px;
	background:url(../img/general/products-info/tab-bg-hover.gif);
}

table#products-info-recommender td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #d4d4d4;
	font-size: 8pt;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 8pt;
	padding: 4px;
	background:url(../img/general/products-info/tab-bg-hover.gif);
}
table.tablesorter thead tr .header {
	background-image: url(../img/general/elements/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	display: table-cell;
	height: auto;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	cursor: pointer;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/general/elements/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/general/elements/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #c6c6c6;
}
table.tablesorter tr.tableHover td {
	background: #eefbd3;
}
table.tablesorter thead {
	background:url(../img/general/products-info/tab-bg-hover.gif);
}

.contract-group {
	padding: 5px;
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.status-closed {
	float: left;
	margin-right: 10px;
	height: 13px;
	width: 13px;
	background-image: url(../img/general/elements/close.gif);
}

.status-open {
	float: left;
	margin-right: 10px;
	height: 13px;
	width: 13px;
	background-image: url(../img/general/elements/open.gif);
}