/**
 * Vakantieparadijs
 * Layout en technische realisatie: Thomas Smit (thomas[AT]tsmit.nl)
 * http://tsmit.nl -- http://lunaticasylum.nl
 */


h1, h2, h3, h4, h5, h6{	
	font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	color: #e19413;
	font-weight: lighter;
	letter-spacing: 1px;
}

p, ul li, label, input, textarea, select, td, th, li, ol li{
	font-size: 12px;
	line-height: 21px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;	
}

p{
	margin: 15px 0 15px 0;
}

p a{
	text-align: underline;
	color: #e19413;
}

p a:hover{
	color: #925f15;
	text-decoration: none;
}

#Contents ul{
	list-style-position: outside;
	list-style-type: disc;
	margin: 10px 0 10px 25px;
}

table{
	width: 100%;
}

table td{
	vertical-align: top;
}

.Box{
	background: url(../images/frontpage/box.gif) no-repeat 0 0;
	width: 264px;
	height: 134px;
}

.Box p{
	font-size: 11px;
	line-height: 14px;
}

.Box div{
	padding:  7px;;
}

table.Listview{
	border-collapse: collapse;
	
}

table.Listview td img{
	margin: 3px;
}


table.Listview thead th{
	font-size: 11px;
	text-align: left;
	color: #fff;
	vertical-align: bottom;
	background: #e19413 url(../images/layout/tablehead.gif) repeat-x;
}

table.Listview td, table.Listview th{
	padding: 4px;
}

table.Listview td{
	/*border-bottom: 1px solid #e19413;*/
}

td.Desc{
	width: 40%;
}

td.Photo{
	width: 10%;
}

p.Buy{
	border: 1px solid #e7a817;
	background-color: #e5cca1;
	padding: 10px;
}

p img.Algleft{
	margin: 0 10px 10px 0;
}

p img.Algright{
	margin: 0 0 10px 10px;
}



div.Action{
	background: #d5aa1a url(../images/action/middle.gif) repeat-y;
	overflow: hidden;
	width: 585px;
	margin: 10px 0 10px 0;
}

div.Action div.Top{
	background: url(../images/action/top.gif) no-repeat left top;
	padding: 17px 0 7px 75px;
	font-size: 12px;
	line-height: 20px;
}

div.Action div.Top h1{
	color: white;
	padding-top: 6px;
}

div.Action p a{
	color: black;
	font-weight: bold;
}	

div.Action div.Bottom{
	background: url(../images/action/bottom.gif) no-repeat left bottom;
	height: 4px;
}

.wym_iframe div.Action{
	border: 3px solid orange;
}

.wym_iframe div.Action p, .wym_iframe div.Action h1{
	
	background: orange;
}
