table.valigntable {
	width					: 100%;
	height					: 100%;
}

table.t_cart {
	width					: 100%;
	border					: 1px solid #264887;
}

table.t_cart td {
	padding					: 5px 10px;
}

table.t_cart tr.head {
	background				: none repeat scroll 0 0 #264887;
    color					: #FFFFFF;
    font-weight				: bold;
    border-left				: 1px solid #264887;
}

table.t_cart tr.article td {
	border					: 1px solid #264887;
	border-top				: 0px none;
	padding					: 10px;
}

table.t_cart tr.article td.article_name a {
	font-weight				: bold;
}

table.t_cart tr.total {
	font-weight				: bold;
	background				: #E5E5E5;
	border-bottom			: 1px solid #264887;
}

table.t_cart tr.total td {
	padding-bottom			: 5px;
}

table.t_cart tr.shippingcost {
	background				: #E5E5E5;
}

table.t_cart tr.shippingcost td {
	padding-top				: 10px;
}

/* filter table boven t_list */

table.t_viewcfg {
	width					: 100%;
	font-size				: 11px;
}

table.t_viewcfg select {
	font-size				: 11px;
	padding					: 2px;
	margin-top				: 0px;
}

table.t_viewcfg td {
	padding					: 4px;
}

table.t_viewcfg tr + tr + tr td {
	border-top				: 1px dashed #e4e4e4;
}

table.t_viewcfg tr.head {
	background				: #264887;
	color					: #fff;
	font-size				: 12px;
	font-weight				: bold;
}

/* t_list dataview */

table.t_list {
	width					: 100%;
}

table.t_list tr td {
	padding					: 4px;
	font-size				: 12px;
	line-height				: 16px;
}

table.t_list tr + tr td {
	font-weight				: normal;
}

table.t_list tr + tr + tr td {
	border-top				: 1px dashed #e4e4e4;
}

table.t_list tr + tr:hover td {
	background				: #fff7d4;
}

table.t_list tr.head {
	background				: #264887;
	color					: #fff;
	font-weight				: bold;
}

table.t_list td.contrast {
	background				: #f0f0f0;
}

table.t_list tr + tr:hover td.contrast {
	background				: #f3ebc8;
}

table.t_list tr.report {
	background				: #cbd3e2;
}

table.t_list tr.report td {
	border-top				: 1px solid #838383;
	border-bottom			: 1px solid #838383;
}

table.t_list .img {
    display					: table-cell;
    vertical-align			: middle;
	background				: #fff url("../img/loading.gif") no-repeat scroll center center transparent;
    border-collapse			: separate;
    box-shadow				: 0 1px 5px 0 #4A4A4A;
    width					: 106px;
    height					: 80px;
}

table.t_list .img img {
	display					: block;
	margin					: 0px auto;
	max-width				: 106px;
	max-height				: 80px;
}

table.t_list .category {
    color					: #5b4c86;
}

table.t_list .guid {
	font-style				: italic;
	font-size				: 10px;
	color					: #bbb;
}

table.t_list .updated {
	font-style				: italic;
	font-size				: 10px;
	color					: #888;
}