ul.category_products li{
	float: left;
	width: 114px;
	margin-left: 30px;
	margin-top: 20px;
}

ul.category_products li:nth-child(7n+1){
	clear: left;
	margin-left: 0px;
}

ul.category_products li a{
	text-decoration: none;
	color: #555;
}

ul.category_products li div.title{
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
}

ul.category_products li div.image{
	margin: 8px 0px;
	position: relative;
}

ul.category_products li div.image img.product{
	width: 114px;
	height: 135px;
}

ul.category_products li div.image img.locked{
	position: absolute;
	width: 30px;
	bottom: 10px;
	right: 10px;
}

ul.category_products li div.description{
	display: none;
	background-color: #777;
	color: white;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 5px;
}

ul.category_products li div.description p{
	margin-top: 10px;
}

ul.category_products li div.description :first-child{
	margin-top: 0px;
}

ul.category_products li a.more_details{
	font-weight: bold;
	color: #00B140;
	text-decoration: none;
}

ul.category_products li a.more_details:hover{
	text-decoration: underline;
}

@media (max-width: 1000px) {
	ul.category_products li:nth-child(7n+1){
		clear: none;
		margin-left: 40px;
	}

	ul.category_products li{
		margin-left: 40px;
	}

	ul.category_products li:nth-child(5n+1){
		clear: left;
		margin-left: 0px;
	}
}

@media (max-width: 790px) {
	ul.category_products{
		margin-top: 10px;
		text-align: center;
	}

	ul.category_products li:nth-child(5n+1){
		clear: none;
	}

	ul.category_products li{
		display: inline-block;
		margin: 10px !important;
		float: none;
	}
}











div.purchase_info_popup{
	padding: 40px;
	font-family: "Open Sans";
	font-size: 18px;
	text-align: center;
	width: 600px;
}

div.purchase_info_popup p:not(:first-child){
	margin-top: 20px;
}















div.product_container{
	margin-top: 20px;
}

div.feedpage.left_only div.product_container{
	margin-top: 5px;
}

div.product_container h1{
	margin-top: 0px;
}

div.product_container div.details div.left{
	float: left;
	width: 185px;
	display: none !important;
}

div.product_container div.details div.left img{
	width: 100%;
}

div.product_container div.details div.right{
	width: auto !important;
	float: none;
}

div.feedpage.left_only div.product_container div.details div.right{
	float: left;
	margin-left: 20px;
	width: 400px;
}

div.product_container div.details table{
	font-family: Conv_Akk_Pro;
}

div.product_container div.details table{
	margin-top: 10px;
	font-size: 16px;
}

div.product_container div.details table th,
div.product_container div.details table td{
	padding-top: 10px;
}

div.product_container div.details table th{
	text-align: left;
	width: 150px;
}

div.product_container div.details table tr.price th,
div.product_container div.details table tr.price td{
	color: green;
	font-size: 16px;
	padding-bottom: 10px;
}

div.product_container div.details table tr.option_group th{
	color: #FC7857;
}

div.product_container div.details table tr.option_group th,
div.product_container div.details table tr.option_group td{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.product_container div.details table tr.option_group select{
	border: 1px solid #ccc;
	padding: 2px;
	font-family: arial;
	font-size: 12px;
}

div.product_container div.receive_updates{
	margin-top: 25px;
	font-family: Conv_Akk_Pro;
	font-size: 14px;
}

div.product_container div.receive_updates input{
	vertical-align: middle;
	margin-right: 3px;
}

div.product_container div.receive_updates div.confirmation{
	display: none;
	color: green;
	font-weight: bold;
	margin-top: 5px;
}
div.product_container div.action{
	margin-top: 25px;
}

div.feedpage.left_only div.product_container div.action{
	margin-top: 20px;
}

div.product_container div.action img{
	vertical-align: middle;
	margin-left: 10px;
}

div.product_container div.action ul.multiple_downloads li{
	margin-top: 7px;
}

div.product_container div.action ul.multiple_downloads li a{
	text-decoration: none;
	font-size: 14px;
	color: green;
}

div.product_container div.action ul.multiple_downloads li a:hover{
	text-decoration: underline;
}

div.product_container div.action ul.multiple_downloads img{
	margin-left: 0px;
	margin-right: 3px;
}

div.product_container div.descriptors{
	margin-top: 40px;
}

div.product_container div.descriptors ul.tab_links li{
	display: inline-block;
	margin-right: 10px;
}

div.product_container div.descriptors ul.tab_links li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 15px 18px;
	background-color: #ccc;
	font-size: 18px;
	font-family: Conv_Akk_Pro;
}

div.product_container div.descriptors ul.tab_links li a:hover{
	background-color: #bbb;
}

div.product_container div.descriptors ul.tab_links li a.active{
	background-color: #d6002a;
	font-weight: bold;
}

div.product_container div.descriptors div.tabs{
	border: 1px solid #ddd;
	padding: 20px;
}

div.product_container div.descriptors div.tabs > div{
	display: none;
}

div.product_container div.descriptors div.tabs > div :first-child{
	margin-top: 0px;
}

div.product_container div.pdf_embed{
	width: 100%;
	margin-top: 50px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

@media (max-width: 1000px) {
	div.product_container div.details div.right{
		width: 530px;
	}

	div.product_container div.pdf_embed{
		display: none;
	}
}

@media (max-width: 790px) {
	div.product_container div.details div.left{
		float: none;
		text-align: center;
		width: auto;
	}

	div.product_container div.details div.left img{
		width: 185px;
	}

	div.product_container div.details div.right{
		float: none;
		width: auto;
		margin-top: 20px;
		margin-left: 0px !important;
	}

	div.product_container div.descriptors ul.tab_links li{
		display: block;
		margin-right: 0px;
		margin-top: 1px;
	}
}
















section.basket_bar{
	text-align: right;
	background-color: #eee;
	margin-top: 15px;
	font-family: "Open Sans";
}

main.full section.basket_bar{
	margin-top: 0px;
}

section.basket_bar > div{
	display: inline-block;
	border-left: 1px solid white;
	color: #555;
	background-color: #eee;
	vertical-align: middle;
}

section.basket_bar div.basket{
	font-size: 14px;
	font-weight: bold;
}

section.basket_bar div.basket a{
	display: block;
	padding: 10px 15px;
	color: #555;
	text-decoration: none;
}

section.basket_bar div.basket a:hover{
	background-color: #ccc;
}

section.basket_bar div.basket img{
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

section.basket_bar div.currency{
	padding: 10px 15px;
}

section.basket_bar div.currency li{
	display: inline-block;
	margin: 0px 5px;
	opacity: 0.6;
}

section.basket_bar div.currency li img{
	vertical-align: middle;
	margin-left: 5px;
}

section.basket_bar div.currency li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #555;
}

section.basket_bar div.currency li.active,
section.basket_bar div.currency li:hover{
	opacity: 1;
}

@media (max-width: 790px) {
	section.basket_bar{
		text-align: center;
	}

	section.basket_bar div.basket.profiles{
		display: none;
	}
}












table.basket{
	font-family: "Open Sans";
	font-size: 14px;
	width: 100%;
	margin-top: 20px;
}

table.basket th{
	color: white;
	background-color: #00B140;
	padding: 12px 0px;
}

table.basket td{
	padding: 12px 0px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
}

table.basket td img{
	vertical-align: middle;
}

table.basket td a{
	text-decoration: none;
	color: #00B140;
}

table.basket td a:hover{
	text-decoration: underline;
}

table.basket tr.total td:first-child{
	text-align: right;
}

table.basket tr.total td{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

table.basket tr.grand_total td{
	font-weight: bold;
	background-color: #ddd;
	border-bottom: 3px solid #00B140;
}














ul.standard_category_products{

}

ul.standard_category_products li{
	float: left;
	width: 310px;
	margin-left: 25px;
	margin-top: 20px;
	line-height: 1.3em;
}

ul.standard_category_products li:nth-child(3n+1){
	margin-left: 0px;
}

ul.standard_category_products li img{
	width: 114px;
	float: left;
	margin-right: 8px;
}

ul.standard_category_products li a{
	text-decoration: none;
	color: #00B140;
}

ul.standard_category_products li a:hover{
	text-decoration: underline;
}

ul.standard_category_products li div.details{
	font-family: "Open Sans";
	font-size: 14px;
}

ul.standard_category_products li div.name a{
	font-weight: bold;
}

ul.standard_category_products li div.price{
	margin-top: 15px;
}

ul.standard_category_products li div.buy_link{
	margin-top: 20px;
}

@media (max-width: 1000px) {
	ul.standard_category_products li:nth-child(3n+1){
		margin-left: 75px;
	}

	ul.standard_category_products li{
		margin-left: 75px;
	}

	ul.standard_category_products li:nth-child(2n+1){
		margin-left: 0px;
	}
}