/* Tiger Lily Website main CSS */

/*a:link { color: #745AB4; text-decoration: underline }
a:visited { color: #745AB4; text-decoration: underline } 
a:hover { color: #475F81; text-decoration: underline } 
a:visited:hover { color: #475F81; text-decoration: underline } 
a:active { color: #475F81; text-decoration: underline } 
a:active:hover {	color: #475F81; text-decoration: underline }*/

body { font-family: Trebuchet MS, Tahoma, Arial, sans-serif; font-size: 12px; color: #666666;
	   background-image: url(images/bg.gif); background-color: #E6E9EE;
	   margin: 0px; margin-top: 10px; text-align: center; }
		
form { display:inline; } 
input.mail { font-size: 10px; }
		
table {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: 336699;
}

table.main {
	background-color: #FFFFFF;
	width: 750px;
	height: 570px;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 336699;
	border-right-color: 336699;
	border-bottom-color: 336699;
	border-left-color: 336699;
}

td.tdBottom { background: url(images/dotted-h.gif) repeat-x top; padding-bottom:3px;}
				
td.tdTopNav { background: url(images/dotted-h.gif) repeat-x bottom; padding-left: 92px; padding-top: 2px; }

td.tdItemImage { background: url(images/dotted-v.gif) repeat-y right; }

td.tdItemText { padding-left: 15px; padding-right: 15px; padding-top: 20px; vertical-align: top;}

td.tdCycleItems	{ padding-left: 15px; }

td.tdItemCount	{ horizontal-align: right; padding-right: 15px; }

td.tdViews	{ vertical-align: top; padding-top: 15px; }	

.titles {
	font-size: 18px;
	color: 336699;
	font-weight: bold;
}
