/* Site en scrollbar */
body {
	color: white;
	background: #093F89;
  
	scrollbar-3dlight-color:#FFF;
	scrollbar-arrow-color:#FFF;
	scrollbar-base-color:#369;
	scrollbar-face-color:#369;
}

/* Foto met een witte rand (fotos die iets duidelijk maken) */
.foto {
	width: 200px;
	float: left;
	height: 200px;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	border: 3px solid #FFF;
}

/* Foto met een gele rand (informatieve foto) */
.info {
	width: 200px;
	float: left;
	height: 200px;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 3px solid #FFDE00;
}
/* Foto met een gele rand en klik mogelijkheid (informatieve foto) */
.infoClk {
	width: 200px;
	float: left;
	height: 200px;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	border: 3px solid #FFDE00;
	cursor: hand;
}

/* Font enz. van de content*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 10px;
}

/* Het Uw Leverancier blokje */
.leverancier
{
	width: 100%;
	text-align: right;
	vertical-align: center;
	padding: 3px;
	border: 1px solid #5A8CC1
}
/* om het knoop nummer bij de userpages */
.stealth 
{
	color: #093F89;
	font-weight: bold;
	font-size: 18px;
}

/* Het logo in het leverancier blokje */
.logo 
{
	width: 50px;
	height: 18px;
	border: 0px solid #FFF;
	float: center;
}

/* Prijs stijlen */
.prijsBlok 
{
  width: 100%;
  background: #FF0;
  color: #000;
	border: 1px solid #FF0
	margin-top: 3px;
	margin-bottom: 3px;
}
.prijs
{
	font-weight: bold;
	font-size: 18px;
}
.oudeprijs
{
	text-decoration: line-through;
}

td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: top;
}

th
{
	font-weight: bold;
}

/* Header (geel/oranje tekst) */
h3 {
	color: #FFDE00;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
}

/* Links */
a:link
{
	font-weight: plain;
}
a:link, a:visited /* Normale link en waar op geklikt is */
{
	color: #54B5E7;
}
a:hover           /* Link waar de muis boven hangt */
{
	color: #9cf;
}
a:active          /* Link waar op geklikt is */
{
	color: #f90
}

/* Horizontale streep (scheiding) */
hr
{
  color: #5A8CC1;
  height: 1px;
}

/* Formulier elementen */
.contact
{
  margin-left:5px;
}

.niceButton {
	margin:3px;
	height:16px;
	border:solid 0 #fff;
	width:60px;
	background: transparent url("http://www.4artwebwinkel.nl/userimages/button.gif") no-repeat;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Sorteerbare tabellen */
table.sortable a.sortheader {
    background-color:#369;
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

/* Text that is clickable by javascript */
.click {
	cursor: hand;
}

.buttonLink {
	background: transparent url("http://www.4artwebwinkel.nl/userimages/button.gif") no-repeat;
	width: 60px; 
	height: 18px; 
	color: black; 
	text-align: center; 
	float:right;
}

.header1 {
	font-weight: bold;
	font-size: 12px
}

.header2 {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000
}

.header3 {
	font-weight: normal;
	font-size: 12px;
	color: #0000FF
}

.tablerow1 {
	background-color: #BBBBBB;
}
.sort-table {
}

.sort-table thead {

	background-color:#369;
    color:#FFF;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	cursor:hand;
	font-weight: bold;
	color: #FFF;
}

.sort-table thead td:active {
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	padding:		2px 5px;
}
.sort-arrow {
	width:					0px;
	height:					0px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

