@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	custom styles
*/




/* --- color definitions ----------------------------------
	.white			{ color: #FFFFFF; }
	.black			{ color: #000000; }
*/




/* --- custom styles --------------------------------------
*/




/* *********************************************************************
	BASKET begin
 **********************************************************************/
#basket{
	line-height: 140%;
}
#basket_content{

}
#basket_total_wrap{
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
}
#basket_clear{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 3px;
	font-weight: bold;
	cursor: pointer;
}
#basket_displaylink{
	float: left;
	margin-top: 10px;
	margin-right: 3px;
}
#basket_printlink{
	float: left;
	margin-top: 10px;
	margin-right: 3px;
}
#basket_downloadlink{
	margin-top: 10px;
	float: left;
}
.basket_content_item a{
	text-decoration: none;
}
.item_basket{
	margin: 0 5px 0 0;
	cursor: pointer;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}
.basket_plus{
	background:transparent url(img/check_light.png) no-repeat;
}
.basket_plus:hover{
	background:transparent url(img/check_dark.png) no-repeat;
}
.basket_minus{
	background:transparent url(img/x-light.png) no-repeat;
}
.basket_minus:hover{
	background:transparent url(img/x-dark.png) no-repeat;
}
#basket_content li{
	margin: 0;
	padding: 0;
}
#basket_content_links{
	margin: 0 10px;
	color: #85B916;
}
#basket_content_files{
	margin: 0 10px;
	color: #85B916;
}
.loader_small{
	background: url('img/loader_small.gif') center center;
	background-repeat: no-repeat;
	height: 100px;
}
/* *********************************************************************
	BASKET end
 **********************************************************************/
 