﻿html{
font-size:100%;

}

/* Origional File is in the base web site. Origional file is copied over this on on each build.*/

body{
	font-size:100%;	/* need this to set scaling correctly */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/dots1.jpg);
}


a { color: #0066a6;  text-decoration: none}
a:visited { color: #0066a6;  text-decoration: none; }
a:hover { color: #0066a6;  text-decoration: underline}


.noDecoration{
	text-decoration:none;
}
a.noDecoration:hover{
	text-decoration:none;
}
a.noDecoration:hover span.hoverDecoration{
	text-decoration:underline;
	}


H1{
	margin-top:0.6em;
	font-size: 2em;
font-family: Calibri, verdana, arial, helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}
H1 .small{
font-size:70%;
font-weight:normal;
}

H2{
  color: #000099;
font-family: Calibri, verdana, arial, helvetica, sans-serif;
	font-size: 1.6em;
/*
  padding: 5px;*/
  margin-bottom: 5px;
}
a:hover H2{
	text-decoration:none;
}

H3, dt{
  color: #000099;
font-family: Calibri, verdana, arial, helvetica, sans-serif;
	font-size: 1.4em;
/*
  padding: 5px;*/
  margin-bottom: 5px;
}
h4{
	font-family: Calibri, verdana, arial, helvetica, sans-serif;
}

h5{
	font-family: Calibri, verdana, arial, helvetica, sans-serif;
}



.table-border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 10px; */   		/*    OGEDIT     */
	color: #000000;
	text-decoration: none;
	background-color: #EBE0C2;
	border: 1px solid #BF965E;
}

.body10pxblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding:10px;
	
}/*
a:link.body10pxblack { color: #000000; text-decoration: underline}
a:visited.body10pxblack { color: #000000; text-decoration: underline}
a:hover.body10pxblack { color: #000000; font-weight: bold; text-decoration: underline}
*//*
.body10pxbrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BF965E;
	text-decoration: none;
}
a:link.body10pxbrown { color: #BF965E; font-weight: bold; text-decoration: underline}
a:visited.body10pxbrown { color: #BF965E; font-weight: bold; text-decoration: underline}
a:hover.body10pxbrown { color: #BF965E; font-weight: bold; text-decoration: underline}
*/
.shoplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000 !important;
	text-decoration: none;
}
a:link.shoplink { color: #000000; font-weight: bold; text-decoration: underline}
a:visited.shoplink { color: #000000; font-weight: bold; text-decoration: none}
a:hover.shoplink { color: #000099; font-weight: bold; text-decoration: underline}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px;
}
.newslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BF965E;
	text-align: right;
}
a:link.newslink { color: #BF965E; font-weight: bold; text-decoration: underline}
a:visited.newslink { color: #BF965E; font-weight: bold; text-decoration: underline}
a:hover.newslink { color: #BF965E; font-weight: bold; text-decoration: underline}
.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	text-decoration: none;
}
.body10pxbrnbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9f7b4b;
}
.img {
	border: 1px solid #BF965E;
}
.body12pxblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.titlewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
}








/*  OGEDIT template Menu*/






/* new main menu css layout*/
.mainMenuContainer{
	position:realtive;
	border:1px solid black;

}




/* new menu for new layout */
.MainMenu2{
	padding-top:6px;
	margin-left:10px;

	position:realtive;
	/*border:1px solid black;*/
/*height:2em;
text-align:left;*/
}

.MainMenu2 ul, .MainMenu2 li{
	list-style-type: none;
	margin:0;
	padding:0;
	/*border:1px solid black;*/
	display:inline;
}
.MainMenu2 ul{

}

	
.MainMenu2.left{
float:left;

}
.MainMenu2 li.right{
float:right;

}
.MainMenu2 li{
	/*background-color:#bf975a;*/
	/*border:double;
	border-color: #ebe0c2;
	border-width: 3px;*/
	/*width:84px;*/
	/*background: url(/images/grad-row.gif) repeat-x;*/
	/*padding:2px;*/

	float:left;
	
/*	border-right:1px solid black;*/
}

.MainMenu2 a,
.MainMenu2 a:visited,
.MainMenu2 a:active{
/*padding: 3px 5px;*/

margin-right:15px;
margin-top:5px;

	font-size:0.7em;
	/*font-family:Arial;*/
	font-weight:bold;
	
/*font-size:11px;*/
	text-decoration:none;
	text-align: center;

display:block;
	/*height:2em;*/
	
	color:black;
}

.MainMenu2 .right a{
	margin-right:10px;
}

.MainMenu2 a:hover{
color:black;
 text-decoration:underline;
}


/* Template Menu end*/














/* SidePanel */
.sidePanel{
/*border:1px solid black;*/

	width:260px;
	position:relative;	
	margin:auto;
	margin-top:20px;	
}


.sidePanel .panel{
	position:relative;
	height:auto;
	width:230px;
	border: 1px solid #BF965E;		
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	min-height:100px;
}
.sidePanel .panel .header{
	background-color: #000099;	
	padding:2px;
	text-align:center;	
		border-bottom: 1px solid #BF965E;
}

.sidePanel .panel .panelText{
	padding:5px;
}

.sidePanel .panel .actionLink{
	text-align: right;
}

.sidePanel .panel .actionLink a
{
/*	 color: #BF965E;*/
	 text-decoration:none;
}

.panel h2
{
	color:white;
	margin:0;
	padding:0;
}
.sidePanel .panel h3{
	color:white;	
	margin:0;
	padding:0;
	
	
}
.panel h4{
	color:red;	
	margin:0;
	padding:0;
	font-size:1.4em;
}
h4.marginTop{
	margin-top:6px;
}
.panel h5{
	margin:0;
	padding:0;	
}

/* <div class="scrollContainer">
.sidePanel .panel.blog .scrollContainer{
	overflow: scroll;
	height:110px;
}
*/
.sidePanel .panel.blog .panelText{
	margin:0;
padding:0;

}

ul.blogHeadlines,ul.blogHeadlines li{
	list-style:none;
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.blogHeadlines li{
	margin-bottom:4px;
}
.blogHeadlines .postSummary{
color:black;
text-decoration:none;
}
.blogHeadlines .postSummary span{

color:#0066a6;
}
.blogHeadlines .postSummary:hover span{
	text-decoration:underline;
color:#0066a6;
}
.blogHeadlines h5{
	font-weight:normal;
	font-size:1.3em;
}


.panel.custQuestions{
	background-image:url('/images/question.gif');
	background-repeat:no-repeat;
	background-position:left;
}

.panel.imageGallery{
	background-image:url('/images/BSBW_CJP7163.jpg');
	background-repeat:no-repeat;
	background-position:left;
	/*padding-left:70px;
	width:160px;*/
}

.sidePanel .panel.imageGallery .panelText
{
	margin-left:75px;

}

.sidePanel .panel.eShop .header
 {
	background-color:#660000;	
	
}

.sidePanel .panel.twitter{
	
	/*order:0;*/
	text-align:center;
	color:blue;
	font-weight:bold;
	font-family:"Comic Sans MS", cursive;	
	font-size: 1.2em;
	border:0;
	
}
.sidePanel .panel.twitter .logo{

	background-image: url(/images/icons/twitterrific.png);

	background-repeat:no-repeat;
	background-position:50% 0;
	margin:auto;
	padding-top:50px;
	
	width:150px;
	height:50px;
	/*border:1px solid red;*/
}

.sidePanel .panel.twitter .logo:hover{	background-image: url(/images/icons/twitterrific-trans.png);
	
	}


/* alternatin header with fade*/
.headerFade{
	color:#000099;
	padding:1px;
	padding-bottom: 5px;
	text-align:center;
	/*border-bottom: 1px solid #BF965E;*/
	background-image: url(/images/grad-row.gif);
	background-repeat: repeat-x;
	background-position:0px -5px;
	font-size:1.3em;
	font-family: Calibri, verdana, arial, helvetica, sans-serif;
}

/*
div{border:1px solid black}
*/

.smallPrint{
	font-size:smaller;
}

.underLine{
	text-decoration:underline;
}

.floatLeft{
	float:left;
}













.CatListingDL{
	/*margin:1em auto;*/
	width:640px;
	margin:auto;
	

	/*border:1px solid black;*/
}




.CatListingDL dl{
/*border:1px solid blue;*/
}

.CatListingDL dt{
	position:relative;		
	margin-bottom:4em;
	margin-left:45px;
/*border:1px solid green;*/
	/*-border:1px solid black;*/
}

.CatListingDL dd{
	margin-left:-250px;	/* match anchor width  - and match widht of dt */
	margin-top:165px;		/* match  anchor height*/
	text-align:center;
	
	
	display: block;
	margin-bottom:20px;
	/*border:1px solid red;*/
	
	

}

.CatListingDL dt, .CatListingDL dd{
	width:250px;		/* match anchor width */
	float:left;
}

.CatListingDL dt a{
	width:250px;
	height:165px;
	display: block;
	text-decoration:none;	
	color:#000099;
	
	
	/*padding-bottom:60px;*/
}

.CatListingDL dd a{
	font-weight:normal;
	text-decoration:none;

}
.CatListingDL dd a:link { color: #000000; text-decoration: none}
.CatListingDL dd a:visited { color: #000000; text-decoration: none; }
.CatListingDL dd a:hover { color: #000000; font-weight: normal; text-decoration: none}


.CatListingDL dt .text
{
	
	font-family:Calibri;
	position:absolute;
	left:55px;
	top:11px;
	font-size:24px !important;	/* large text does not need resizing by user so use px to fix size. */
	
	font-size:18px;	/* ie6 does not display Calibri so need to reduce font size */

	
	cursor:pointer;
	

	/*	border:1px solid red;	*/

}

.CatListingDL dt:hover .text{
	color:#ffa500;
}


.CatListingDL dt.loaves{
	background: url(/images/template/catImagesTrans/loaves250.gif) no-repeat;
}

.CatListingDL dt.spelt{
	background: url(/images/template/catImagesTrans/spelt250.gif) no-repeat;
}
.CatListingDL dt.snacks{
	background: url(/images/template/catImagesTrans/rolls250.gif) no-repeat;
}
.CatListingDL dt.pastries{
	background: url(/images/template/catImagesTrans/pastries250.gif) no-repeat;
}
.CatListingDL dt.illy{
	background: url(/images/template/catImagesTrans/illycoffeegiftbox250.gif) no-repeat;
}





.storeLocator {
	text-align:left;
/*	width:150px;*/
	/*border:1px solid #bf965e;*/
	margin-right:10px;
}
.storeLocator h1{
	padding:0;
	margin:0;
}













.adminTable td{
	border:solid 1px black;
	border-collapse: collapse;
	padding:0px 10px 5px 10px;
}
.normalTable 
{
	width:100%;
	}
.normalTable td{
	border:0;
	border-collapse: collapse;
	padding:0;
}




/*
.CatListing .illy a{
	display: block;
	cursor: pointer;
}*/



.blogHeadlines{
	
}



.warning{
	color: #b22222;
	/*font-weight: bold;*/
	
	border: 2px solid #0066a6;

	padding-bottom:10px;
	padding-top:0px;
	text-align:center;
	
	background: url("/images/icons/warning_32x32.png");
	background-position: 12px 12px;
	background-repeat: no-repeat;
	
	background-color: #d9e8ff;
}
.warning h1
{
	margin:5px;
}

