div.naw_overview th {
	font-weight: normal;
	text-align: left;
}

div.naw_overview table {
	width: 400px;
}

/* NAW form */
div.naw_error {
	color: #ff0000;
}

table.payment td {
	padding: 3px;
}

table.payment .p_description {
	padding-left: 10px;
	font-style: italic;
	vertical-align: bottom;
}

table.payment {
	margin-top: 5px;
	margin-bottom: 30px;
}

/* eind NAW form */


/* Winkelwagentje */

table.cart_advanced {
	width: 502px;
	position: relative;
	top: 20px;
}

table.cart_advanced th {
	text-align: left;
	padding-bottom: 3px;
}

table.cart_advanced .icon {
	width: 20px;
}

table.cart_advanced .amount_field {
	width: 25px;
}

table.cart_advanced td, table.cart_advanced th {
	padding: 1px;
}

table.cart_advanced .amount {
	width: 45px;
}

table.cart_advanced .options {
}

table.cart_advanced .currency {
	text-align: right;
	width: 20px;
}

table.cart_advanced .total {
	font-weight: bold;
	padding-top: 8px;
}

table.cart_advanced .totalline {
	border-style: double none none none;
}

table.cart_advanced .price {
	text-align: right;
	width: 40px;
}

.tx_wshop_cart_summary {
	font-size: 12px;
	position: absolute;
	right: 180px;
	top: 160px;
	text-align: right;
}

.tx_wshop_cart_summary .icon {
	width: 36px;
}

.tx_wshop_cart_summary img {
	margin: 0px;
	padding: 0px;
	float: right;
	border: 0px;
}

/* Eind winkelwagentje */

/* Basis / portal */

#tmpl_content img {
padding: 0px;
margin: 0px;
}

.oranje {
	color: #eb680e;
	font-weight: bold;
}

.black {
	color: #000000;
	font-weight: bold;
}

h5 {
	color: #eb680e;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-size: 19px;
}

.grijze_lijn {
	background-image: url('img/grijze_lijn.png');
	background-repeat: no-repeat;
	height: 34px;
	background-position: 0px 23px;
	width: 100%;
}

.between {
	background-position: 0px 10px;
	height: 16px;
}

div.shop_page_title {
	position: absolute;
	top: 163px;
	left: 195px;
}

#tmpl_content {
	padding-right: 0px;
}

#tmpl_content a {
	text-decoration: none;
}

#tmpl_content a:hover {
	text-decoration: underline;
}

table.tx_wshop_listview {
	width: 580px;
	height: 300px;
}

table.tx_wshop_listview td {
	vertical-align: top;
	padding-top: 10px;
}

div.list_view_product img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

div.list_view_product {
	padding-left: 4px;
	width: 185px;
}

div.list_view_product .images {
	text-align: center;	
}

div.list_view_product .title {
}

div.list_view_product .subtitle {
	color: #5e8bc6;
	font-weight: bold;
}

div.list_view_product .order_link {
	padding-top: 0px;

}

div.list_view_product .subtitle {
}

.col1, .col2, .col3 {
	text-align: center;
}

div.list_view_product h1 {
	font-size: 13px;
}

div.list_view_product .price {
	font-size: 14px;
	color: #eb680e;
}

td.grijze_lijn_vert {
	font-size: 1px;
	background-image: url('img/grijze_lijn_vert.png');
	background-repeat: repeat-y;
	width: 4px;
}

/* Eind basis / portal */

/* list view vervolgpagina's */
div.tx_wshop_listview2 {
	padding-top: 20px;
}

div.list_view2_product {
	width: 545px;
	height: 224px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('img/blauw-wit-verloop.jpg');
}

div.list_view2_product a {
	color: #eb680e;
	text-decoration: none;
}

div.list_view2_product a:hover {
	text-decoration: underline;
}

div.list_view2_product h1 {
	color: #eb680e;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

div.list_view2_product .order_link {
	float: right;
	padding-right: 12px;
	padding-top: 0px;
	margin: 10px;
}

div.list_view2_product .title {
}

div.list_view2_product .images {
	float: left;
	padding-right: 10px;
}


div.list_view2_product .subtitle {
	font-weight: bold;
	font-size: 13px;
}

div.list_view2_product .author {
	font-style: italic;
	padding-bottom: 10px;
}

div.list_view2_product .price {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #eb680e;
	position: relative;
	left: 110px;
	top: 0px;
}

div.list_view2_product .short {
	padding-top: 15px;
}
/* Eind list view vervolgpagina's */

/* Start single view */
div.tx_wshop_single_view {
	padding-top: 20px;
}

div.tx_wshop_single_view {
	margin-left: 2px;
	width: 523px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 30px;
	background-image: url('img/content_gradient.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-style: none solid none solid;
	border-right-color: #68acd6;
	border-left-color: #3c98cc;
	border-width: 1px;	
}

div#tmpl_main_bottom_singleview {
	background-image: url('img/content_gradient_bottom.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 39px;
	width: 565px;
	margin-left: 2px;
}

div.tx_wshop_single_view a {
	color: #eb680e;
	text-decoration: none;
}

div.tx_wshop_single_view a:hover {
	text-decoration: underline;
}

div.tx_wshop_single_view h1 {
	color: #eb680e;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

div.tx_wshop_single_view .order_link {
	float: right;
	padding-right: 2px;
	padding-top: 30px;
}

div.tx_wshop_single_view .title {
}

div.tx_wshop_single_view .images {
	float: left;
	/* padding-right: 5px; */
}


div.tx_wshop_single_view .subtitle {
	font-weight: bold;
	font-size: 13px;
}

div.tx_wshop_single_view .author {
	font-style: italic;
	padding-bottom: 10px;
}

div.tx_wshop_single_view .price {
	font-size: 15px;
	font-weight: bold;
	color: #eb680e;
	margin-top: -10px;
}

div.tx_wshop_single_view .short {
	padding-top: 25px;
	padding-bottom: 10px;
	width: 382px;
	float: right;
}

div.tx_wshop_single_view .description {
	width: 382px;
	float: right;
}

div.tx_wshop_single_view .back_link {
	clear:both;
	text-align: right;
	padding-top: 10px;
}

/* Eind single view */