#Head {
	background-color: orange;
}

hr {
	width: 1000px;
}

.Menu a {
	color: #CC9900;
}

#Head { background-color: white; }

#pcs a {
	color: #993333;
	font-family: sans-serif;
	font-size: 16px;
}

a.Title {
	
	color: #CC9900;
}

#pcs h1 {
	font-family: sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #993333;
	width: 100%
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #663300;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
	text-align: center;
}

#pcs *
{
	font-family: sans-serif;
}

#pcs p
{
	font-size: 80%;
}


#pcs h2 {
	font-size: 115%;
	color: #CC9900;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}

#pcs h4 {
	font-family: sans-serif;
	font-size: 105%;
	font-weight: normal;
	color: #CC9966;
	width: 100%
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 100%;
	display: inline;
}

#pcs a {
	color: #993333;
	font-family: sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

a:visited
{
	color: #774400;
}

a:hover
{
	background: #EEEEEE;
}

#menu
{
	float: left;
}
#Menu {
	border-bottom: 1px solid #993333;
}

#Menu li.NonTab a, #Menu li a {
   background: #993333;
   border: 0;
   font-weight: normal;
}

#Head h1 a span {
   font-size: 24px;
   color:#993333;
   text-shadow:0 1px 0 black;   
}
#Head h1 a:hover span {
   color:#993333;
}

div.Box {
   border-radius: 1px;
   -moz-border-radius: 1px;
   -webkit-border-radius: 1px;
   background: #FFFFCC;
   color: #888;
   padding: 6px 10px;
   margin: 0 0 10px;
	box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;  
}

div.Box h4 {
   font-size: 110%;
   color: #993333;
   font-weight: bold;
   margin: 0;
   padding: 0 0 1px;
}

div.Tabs {
	display: block;
   border-bottom: 1px solid #ffcc00;
   padding: 5px 8px;
   margin: 0;
   background: #ffffcc;
}

div.Tabs li a,
div.Tabs li a:link,
div.Tabs li a:hover,
div.Tabs li a:active,
div.Tabs li a:visited {
   margin: 0;
   border: 1px solid black;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   background: white;
   display: inline;
   font-weight: bold;
   color: black;
   text-decoration: none;
   padding: 5px 10px;
	line-height: 2.6;
}

ul.PanelInfo li {
   background: #FCE9C2;
   border-bottom: 1px solid #ffcc00;
   padding: 2px 4px;
   text-align: right;
}
ul.PanelInfo {
   border-top: 1px solid #ffcc00;
	border-bottom: 0;
}
ul.PanelInfo li strong {
   font-weight: normal;
   text-align: left;
   font-weight: normal;
}
ul.PanelInfo li.Active {
   background: #fff;
   border-bottom: 1px solid #ffcc00;
}
ul.PanelInfo li a {
   color: #990000;
}
ul.PanelInfo li.Active a {
   color: black;
}
DIV.homeCategoryBlock
{
	/*display: inline;*/
	margin: 5px;
	width: 30%;
}

#Head form input.InputBox {
   width: 204px;
   /*border: 0;*/
   border: 1px solid black;
   padding: 4px 2px 4px 0;
   background: #f5f5f5;
   margin: 0;
   -moz-border-radius-topleft: 2px;
   -moz-border-radius-bottomleft: 2px;
   -webkit-border-top-left-radius: 2px;
   -webkit-border-bottom-left-radius: 2px;
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
   color: black;
   font-size: 13px;
   height: 15px;
}
#Head form input.Button {
   border: 1px solid black;
   width: 38px;
   height: 25px;
   background: white;
   color: black;
   padding: 3px 0 4px;
   margin: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
   -moz-border-radius-topright: 2px;
   -moz-border-radius-bottomright: 2px;
   -webkit-border-top-right-radius: 2px;
   -webkit-border-bottom-right-radius: 2px;
   border-top-right-radius: 2px;
   border-bottom-right-radius: 2px;
  	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;     	
}

a,
a:link,
a:visited,
a:active {
   text-decoration: none;
   color: #660000;
}
a:hover {
   text-decoration: none;
   color: #ff6600;
   background-color: #fff;
}

#footer
{
	/*position: absolute;
	bottom: 0px;
	width: 98%;
	left: 0px;
	padding: 10px;
	background: white;*/
	text-align: center;
}

div.chainListing
{
	width: 100%;
	padding: 4px;
	margin-bottom: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	display: block;
}

div.normalListing
{
	width: 100%;
	padding: 4px;
	margin-bottom: 6px;
	display: block;
}

div.menuItem
{
	padding-bottom: 2px;
}

#pcs div.chainListing span.locations
{
	font-size: 75%;
	color: silver;
}

#pcs span.mapMarker
{
	font-weight: bold;
	font-family: arial;
	font-size: 70%;
	color: black;
}


#pcs .informationTable th
{
	font-size: 70%;
	color: #333333;
	background: #EEEEEE;
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

#pcs .informationTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
	font-family: sans-serif;
}

#pcs .informationTable td
{
	color: gray;
	font-size: 82%;
	padding: 4px;
	padding-right: 6px;
}

.informationTable td.spacer
{
	height: 1px;
	background: #DDDDDD;
	padding: 0px;
}	

#shopTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
	font-family: sans-serif;
}

#shopTable td
{
	color: gray;
	font-size: 82%;
	padding: 4px;
	padding-right: 6px;
	text-align: left;
}

#shopTable td.spacer
{
	height: 1px;
	background: #DDDDDD;
	padding: 0px;
}	

#shopTable th
{
	font-size: 70%;
	color: #333333;
	background: #EEEEEE;
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

#shopTable th.tableTitle
{
	font-size: 105%;

}


#altShopTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
	font-family: sans-serif;
	text-align: left;
}


 div.margin
{
	margin: 4px;
}

#altShopTable td
{
	color: gray;
	font-size: 82%;
	padding: 4px;
	padding-right: 6px;
	text-align: left;
}

#altShopTable td.spacer
{
	height: 1px;
	background: #DDDDDD;
	padding: 0px;
}	

#altShopTable th
{
	font-size: 70%;
	color: #333333;
	background: #EEEEEE;
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

#altShopTable th.tableTitle
{
	font-size: 105%;

}



#altBlogFeed
{
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
	font-family: sans-serif;
	text-align: left;
	margin-bottom: 10px;
}

#altBlogFeed a
{
	
	font-weight: bold;
}

#altBlogFeed td.listing
{
	color: gray;
	font-size: 82%;
	
	text-align: left;
}

#altBlogFeed td.spacer
{
	height: 1px;
	background: #DDDDDD;
	padding: 0px;
}	

#altBlogFeed th
{
	font-size: 70%;
	color: #333333;
	background: #EEEEEE;
	font-weight: bold;
	text-align: left;
}

#altBlogFeed th.tableTitle
{
	font-size: 105%;

}




#info div
{
	font-size: 75%;
	padding: 5px;
}

div.addressDirections
{
	font-size: 65%;
	color: #999999;
}

div.listingInfo
{
	font-size: 75%;
	color: #999999;
}

td.listingHeading
{
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #FFDD66;
	font-weight: bold;
	font-size: 85%;
	color: #FF9900;
	padding-left: 5px;
}

table.openingHoursTable
{
	background: #DDDDDD;
	width: 250px;
}

table.openingHoursTable td
{
	font-size: 75%;
	color: gray;
	background: white;
}

table.openingHoursTable td.dayTitle
{
	font-size: 75%;
	color: #555555;
	background: #EEEEEE;
	width: 33%;
}


#searchList a
{
	color: #FF9900;
	font-weight: bold;
}

DIV.suburbChar
{
	font-weight: bold;
	font-size: 24px;
	font-family: arial;
	color: #774400;
}


A.wwwLink 
{
	color: #FF0000;
	font-size: 85%;
}

A.categoryTreeItem
{
		font-size: 80%;
}

A.treeHighlight
{
	background: yellow;
}

div.advert
{
	font-size: 90%;
	color: white;
	font-weight: bold;
	padding: 5px;
	/*border: 1px solid blue;*/
	background: #3399CC;
	width: 200px;
	/*display: inline;*/
	margin: 5px;
}

div.advert a
{
	color: white;
}

div.advert a:hover
{
	color: yellow;
	background: #3399CC;
}

div.norecords
{
	padding: 8px;
	margin: 5px;
	border: 1px solid black;
	background: #FFFFCC;
}

div.formerror
{
	padding: 8px;
	margin: 5px;
	border: 1px solid black;
	background: #FFCCCC;
}

#otherCitiesdropDownLink
{
	position: relative;
	border: 1px solid #cccccc;
	padding: 5px;
	background: #eeeeee;
	width: 235px;
	text-align: left;
}
#otherCitiesdropDownLink a
{
	color: black;
	text-decoration: underline;
	font-size: 12px;
	text-align: left;
}

#otherCitiesdropDown ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 200px;
}

#otherCitiesdropDown li
{
	top: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#otherCitiesdropDown li a
{
	display: block;
	width: 100%
	padding-top: 6px;
	padding: 4px;
	background: #EEEEEE;
	border-bottom: 1px solid silver; 
	border-top: 1px solid #FEFEFE; 
	font-size: 12px;
	margin: 0px;
	color: black;
	text-decoration: none;
	padding-left: 7px;
	text-align: left;

}

#otherCitiesdropDown li a:hover
{
	display: block;
	width: 100%
	padding: 2px;
	background: #CCCCCC;
	border-top: 1px solid silver; 
	border-bottom: 1px solid #EEEEEE; 
	color: yellow;
	text-decoration: none;

}
