/*
General CSS
*/

/* padding in editor only, overwritin in style */
img{
	border:2px;
}

table {
	border-color: #CCCCCC;
	border-collapse:collapse;
}

td{
	border-color: #CCCCCC;
	vertical-align:top;
}

body {
	margin-top:0px;
	margin-bottom:35px;
}

body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:18px;
}


h1 {
	font-family:Arial;
	font-size:20px;
	color:#000066;
	font-weight:normal;
}

h2 {
	font-family:Arial;
	font-size:18px;
	color:#75A1F8;
	font-weight:normal;
}

h2.seasonalFavourite {
	color:#FF6309;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
	margin:0px;
}

h3 {
	font-family:verdana;
	font-size:18px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

h4 {
	font-family:verdana;
	font-size:11px;
	color:#666666;
}

a {
	color: #FF7C12;
	text-decoration:none;
}

a:hover {
	color:#1F407E;
	text-decoration:none;
}

ul{
	padding-left: 20px;
	margin: 5px;
}

li {
	margin-bottom : 6px;
}

input, select, textarea { 
 	font-family: verdana;
  	font-size: 11px; 
}

p {
margin-bottom:15px;
margin-top:0px;
}

div.vipClubWinners {
	float:right;
	background:#FFFFFF;
	border:4px solid #1F407E;
	width:205px;
	padding:10px;
	line-height:15px;
	margin:0 0 10px 10px;
}

.winnerName {
	line-height:13px;
	border-top:1px solid #1F407E;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

div.lineBreak {
	border-bottom:1px solid #1F407E;
	height:1px;
	margin:0 0 15px 0;
	line-height:1px;
}



/*____ Custom Styles for dropdown  _______ */

.style1{
	font-size: 18px;
}

.style2{
	font-size: 28px;
}
