﻿/*
Note from flyerland dev:

Find and replace on colors
Titles			    #676767
Links				#009baa
links hover		    #00B8CC
Sub /bullets		#b7b7b7
background color	#e3edee
border colors		#b8d8db

swap images based on the site:
flyerland_300_titlebar.gif
flyerland_300_bottom.gif
flyerland_218_titlebar.gif
flyerland_218_bottom.gif
*/

#flyerland_300 {
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#flyerland_218 {
	width:218px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#flyerland_300_title {
	background-image:url(/App_Themes/YourHome/standard/images/finder/bgHeader.gif);
	color:#FFFFFF;
	padding:7px 0 0 0;
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#flyerland_300_bottom {
	background-image:url(/App_Themes/YourHome/standard/images/finder/finderBot.gif);
	height:10px;
	position:relative;
	bottom:1px;
	overflow:hidden;
	margin-bottom:10px;
}
#flyerland_218_title {
	background-image:url(/App_Themes/YourHome/standard/images/bgHeaderInfoCentre.gif);
	color:#FFFFFF;
	padding:7px 0 0 0;
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#flyerland_218_bottom {
	background-image:url(/App_Themes/YourHome/standard/images/bgInfoCentreBot.gif);
	height:10px;
	position:relative;
	bottom:1px;
	overflow:hidden;
	margin-bottom:10px;
}
#flyerland_218_content {
	background: transparent url(/App_Themes/YourHome/standard/images/bgInfoCentre.gif) repeat;
}
#flyerland_300_content {
	border:solid 1px #CCC5B8;
	background: #E5DECF;
}
.flyerland_content {
    font-size:11px;
	padding:10px;
	color:#999999;
	line-height:14px;
}

.flyerland_content a:link, .flyerland_content a, .flyerland_content a:active, .flyerland_content a:visited {
	color:#A54B1E;
	text-decoration:none;
}
.flyerland_content a:hover {
	color:#A54B1E;
	text-decoration:underline;
}
.flyerland_content .bullet {
	font-size:14px;
	font-weight:bold;
	color:#999999;
}
.flyerland_content .quad1 {
	border-right:solid 1px #CCC5B8;
	border-bottom:solid 1px #CCC5B8;
	padding-top:0px;
	padding-left:0px;
}
.flyerland_content .quad2 {
	border-bottom:solid 1px #CCC5B8;
	padding-top:0px;
	padding-right:0px;
}
.flyerland_content .quad3 {
	border-right:solid 1px #CCC5B8;
	padding-bottom:0px;
	padding-left:0px;
}
.flyerland_content .quad4 {
	padding-bottom:0px;
	padding-right:0px;
}
.flyerland_content .divi {
	background-color:#CCC5B8;
	height:1px;
	overflow:hidden;
	margin-bottom:10px;
}
.flyerland_content .title {
	font-weight:bold;
	color:#333333;
	margin:0px 0px 8px;
}
.flyerland_content P {
	margin:0px 0px 10px;
}

#flyerland_main p.flyerland_location {
    font-weight:bold;
}

#flyerland_main p.flyerland_date,
#flyerland_main p.flyerland_category {
    color:#999999;
    font-size:11px;
    line-height:14px;
}

/** Logos **/
.flyerland-logo {
    vertical-align:middle;
}

.flyerland-merchant-logo {
    padding:7px;
    border:0;
    width:80px;
    height:60px;
    border: 1px solid #c6c6c6;
}

