/*****************************************
/* This file should contain the path 
/* to all element stylesheets 
/*****************************************/
.box
{
/*	background-color: #eee;*/
}
.boxHead
{
	padding: 5px 10px 0;
}
.boxBody
{
	/*padding: 10px;*/
	margin:0 10px;
}
.box-Fancy
{
	background: #c9dd03 url(/Frameworks/Common/Images/bg_boxcorner.gif) no-repeat right bottom;
}
.box-Fancy .boxBody
{
}.breadcrumb
{
	margin-bottom: 1.5em;
	color: #654;
	font-size: 90%;
	line-height: 1;
}

.breadcrumb a,
.breadcrumb a:visited
{
	text-decoration: none;
	color: #987;
}

.breadcrumb a:hover
{
	text-decoration: underline;
	color: #654;
}

.breadcrumb .separator
{
	margin: 0 .3em;
}/******************************************************
/* Base.css
/* This stylesheet contains the default styling 
/* of html elements and general classes used 
/* throughout the project.
/*
/* Don't add control, framework, template 
/* or contentblock specific classes to this file! 
/*****************************************************/

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote
{
	margin: 0;
	padding: 0;
}

body, td, th
{
	color: #654;
	font-family: Arial, Helvetica, Sans-Serif;
}

html
{
	font-size: small;
}

body
{
	font-size: 85%;
	line-height: 1.455;
}

form
{
}

p
{
	margin-bottom: 1em;
}

.ingress
{
	font-weight: bold;
	margin-bottom: 1em;
}

.category
{
	display: block;
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1.1em;
}

.dateLabel
{
	font-size: .8em;
	color: #666;
}

/******************************************************
/* Headings
/*****************************************************/
h1, h2, h3, h4, h5, h6
{
	margin-bottom: .4em;
}

h1
{
	color: #654;
	font-size: 170%;
}

h2
{
	color: #654;
	font-size: 130%;
	margin-bottom: .2em;
}

h3
{
	color: #654;
	font-size: 110%;
	margin-bottom: 0;
}

h4, h5, h6
{
	font-size: 100%;
	margin-bottom: 0;
}

/*********************************
/ Links 
/********************************/
a
{
	color: #654;
	text-decoration: underline;
}

a:hover
{
	color: #987;
	text-decoration: underline;
}

a:visited 
{
	text-decoration: underline;
}

/*********************************
/ Lists 
/********************************/
ul, ol, dl
{
	margin: 0 0 1em;
}

ul, ol
{
	padding-left: 1.5em;
}

li
{
	margin: 0 0 .1em;
	vertical-align: middle;
}

dt
{
	font-weight: bold;
	margin: 0 0 .2em;
	clear: both;
}

dd
{
	margin: 0 0 1em;
}

/******************************************************
/* Images
/*****************************************************/
img
{
	border: 0;
}

img.blockImage
{
	display: block;
	line-height: 0;
}

img.leftAligned
{
	float: left;
}

img.rightAligned
{
	float: right;
}


/******************************************************
/* Separators
/*****************************************************/
hr
{
	clear: both;
	display: block;
	border-width: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	margin: 10px 0;
}

/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .fc
{
	height: 1px;
}/******************************************************
/* This file should only contain basic form styles.
/*
/*****************************************************/
.textBox, 
textarea, 
select,
.stateCtrl input, 
.stateList input,
.button, 
label
{
	vertical-align: middle;
}

input,
textarea,
select, 
option
{
	color: ;
	font-size: 1em;
	line-height: normal;
}

/******************************************************
/* BLOCKS
/*****************************************************/
.inputBlock
{
	clear: both;
	margin-bottom: 5px;
}

fieldset
{
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 1em;
}

legend
{
	padding: 0 .5em;
	color: ;
}

/******************************************************
/* LABELS
/*****************************************************/
label
{
/*	line-height: 20px; /* Height of input fields */
}

.blockLabel
{
	float: left;
	width: 120px;
	font-weight: bold;
}

.displayLabel
{
	display: block;
	margin-left: 120px;
}

/******************************************************
/* TEXTBOX
/*****************************************************/
.textBox
{
	padding: 1px;
	border: solid 1px #ccc;
	width: 150px;
}

textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}

/******************************************************
/* select
/*****************************************************/
select
{
	width: 150px;
}

select option
{
}

/******************************************************
/* STATE CONTROLS (checkbox & radiobutton)
/*****************************************************/
.stateList
{
	display: block;
}

.inputBlock .stateList
{
	margin-left: 120px;
}

/******************************************************
/* BUTTONS
/*****************************************************/
.buttonBlock
{
	clear: both;
	margin: 1em 0;
	text-align: right;
}

.buttonBlock .button,
.inputBlock .button
{
	margin-left: 5px;
}

/******************************************************
/* ERRORS
/*****************************************************/
.errorLabel
{
	color: #f00;
	display: block;
}

.errorList
{
	margin-left: 120px;
}

.errorList ul
{
	color: #f00;
	list-style-type: none;
	margin: 0;
}

.errorIndicator
{
	color: #f00;
	margin-left: 5px;
	vertical-align: top;
}


/******************************************************
/* CLEAR SPACER
/*****************************************************/
.inputBlock:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .inputBlock
{
	height: 1px;
	padding-bottom: 1px; /* Fix for dropdown so that not bottom-border gets hidden */
}
/* End hide from IE-mac */
.exPanel
{
	clear: both;
	margin-bottom: 1em;
	border: solid 1px #ccc;
}

.exPanel .header
{
	padding: 5px 10px 5px 20px;
	background-color: #eee;
	background-image: url();
	background-position: 5px center;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.exPanel .content
{
	display: none;
	padding: 5px 10px;
	border-top: solid 1px #ccc;
}

/*** EXPANDED ***/
.exPanelExpanded
{
}

.exPanelExpanded .header
{
	background-image: url();
}

.exPanelExpanded .content
{
	display: block;
}

/*** HOVER ***/
.exPanel:hover,
.exPanelHover
{
	background-color: #ddd;
}

/*** DISABLED ***/
.exPanelDisabled
{
	background-color: #ccc;
}
.exPanelList
{
	clear: both;
	margin-bottom: 1em;
}

.exPanelList .exPanel
{
	margin-bottom: 0;
	border-bottom-style: none; 
	background-color: ;
}

.exPanelList .exPanel .header
{
}

.exPanelList .exPanel .content
{
	border-top-style: none; 
}

.exPanelList .last
{
	border-bottom-style: solid;
}

/*** ALT ITEM ***/
.exPanelList .alt,
.exPanelList .alt .header
{
	background-color: ;
}

.exPanelList .alt .hover
{
	background-color: #ddd;
}

/*** EXPANDED ***/
.exPanelList .exPanelExpanded
{
}.gridView 
{
	width: 100%;
	border-spacing: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

.gridView caption
{
	text-align: left;
	margin-bottom: .5em;
	font-size: 1.4em;
}

.gridView .header th
{
	text-align: left;
	padding: 2px 5px;
	color: #fff;
	background-color: #999;
	border: solid 1px #999;
	border-bottom-style: none; 
}

.gridView .footer td
{
	padding: 2px 5px;
	background-color: #ddd;
	color: #333;
	border: solid 1px #ccc;
}

.gridView td
{
	padding: 2px 5px;
	border-right: solid 1px #eee;
	vertical-align: top;
}

.gridView tr
{
	background-color: #fff;
}

.gridView tr.alt
{
	background-color: #eee;
}

.gridView td.first
{
	border-left: solid 1px #ccc;
}

.gridView td.last 
{
	border-right-color: #ccc;
}

.gridView tr.last td
{
	border-bottom: solid 1px #ccc;
}

.gridView tr:hover
{
	background-color: #ddd;
}
.iconLink
{
	display: block;
	text-decoration: none;
}

.iconLink .icon
{
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.iconLinkRight .icon
{
	margin: 0 0 0 5px;
}

.iconLink .text
{
	text-decoration: none;
	font-weight: bold;
}
a.iconLink
{
	color: #654;
}
a.iconLink:hover
{
	color: #987;
}
.ItemList 
{
	margin: 0px !important;
	background-color: #f3f2e8;
	width: 355px;
}

.ItemList .Simple
{
	border-left: solid 3px #e7e5d2;
	border-right: solid 3px #e7e5d2;
	border-bottom: solid 3px #e7e5d2;
	overflow: hidden;
}

.ItemList .Header
{
	background-color: #e7e5d2;
	padding: 6px 3px 6px 13px;
	width: auto;
	overflow: auto;
}

.ItemList .Header SPAN
{
	float: left;
	font-weight: bold;
	font-size: 110%;
}

.ItemList .Header DIV
{
	float: right;
}

.ItemList .Header DIV .Selected
{
	font-weight: bold;
	text-decoration: none;
}

.ItemList .Detailed .List
{
	width: 100%;
	overflow: hidden;
}

.ItemList .Simple .List
{
	padding: 0 10px;
	width: 100%;
}

.ItemList .Simple .ItemListColumn
{
	float: left;
	width: 165px;
}

.ItemList .Detailed .ItemListColumn
{
	width: 100%;
}

.ItemList .Detailed .ListItem
{
	border-left: solid 3px #e7e5d2;
	border-right: solid 3px #e7e5d2;
	border-bottom: solid 3px #e7e5d2;
	border-top: solid 3px #f3f2e8;
	cursor: pointer;
	padding: 10px;
	width: 329px; /* 355 - 10 - 10 - 3 - 3 */
	overflow: hidden;
}

.ItemList .Detailed .ListItem .ItemHeader
{
	font-weight: bold;
	font-size: 110%;
}

.ItemList .Detailed .ListItem .ShopAtHome
{
	margin-top: 10px;	
}

.ItemList .Detailed .ListItem .NoDetails
{
	font-style: italic;	
}

.ItemList .ListItem A
{
	text-decoration: none;
}

.ItemList .ListItem A.RatingLink, .ItemList .ListItem A.CommentLink
{
	
	display: block;
	margin-bottom: 3px;
	text-decoration: none;
}

.ItemList .ListItem A.Action
{
	color: #cc0000;
}

.ItemList .ListItem .Left
{
	float: left;
	width: 40%;
}

.ItemList .ListItem .Right
{
	float: right;
	width: 58%;
	text-align: right;
}

.ItemList .ListItem .ShopAtHome
{
	margin-top: 10px;	
}

.Detailed .List .Selected
{
	border: solid 3px #d0e226;
	background-color: #f8fbde;
}

.Simple .List .Selected
{
	text-decoration: underline;
}

.ItemList .Footer
{
	border-right: solid 3px #e7e5d2;
	border-bottom: solid 3px #e7e5d2;
	border-left: solid 3px #e7e5d2;
	padding: 6px 3px 6px 13px;
	overflow: auto;
	text-align: right;
}

.ItemList .Footer .FooterLink
{
	float: left;
}

.ItemList .Simple .Footer
{
	width: 332px; /* 355 - 10- 13 */
	border: none 0;
	border-top: solid 3px #e7e5d2;
	padding: 6px 10px 6px 13px;
}


.ItemList .Footer .Selected
{
	font-weight: bold;
	text-decoration: none;
}

/* Lists for RegionSecondaryContent */

#RegionSecondaryContent .ItemList
{
	width: 170px;
	background-color: #fff;
}

#RegionSecondaryContent .ItemList .Simple
{
	border-left: solid 3px #f3f2e8;
	border-right: solid 3px #f3f2e8;
	border-bottom: solid 3px #f3f2e8;
}

#RegionSecondaryContent .ItemList .Header
{
	background: #f3f2e8 url(/Elements/ItemList/header_bg.gif) no-repeat 0 1px;
	padding: 6px 3px 8px 32px;
}

#RegionSecondaryContent .ItemList .Simple .List
{
	padding: 5px 5px;
}.linkDropDown
{
	list-style-image: none;
	list-style-type: none;
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 0;
	width: 148px;
}

.linkDropDown li
{
	position: relative;
	cursor: default;
	white-space: nowrap;
	margin: 0;
}

.linkDropDown li span
{
	display: block;
	padding: 2px 15px 2px 5px;
	background: transparent url(/Elements/LinkDropDown/LinkDropDown.gif) right center no-repeat;
	font-weight: bold;
}

.linkDropDown li ul
{
	display: none;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	width: 148px;
	border: solid 1px #ccc;
	border-top-width: 0;
	margin: 0;
	left: -1px;
	background-color: #fff;
	z-index: 100;
}

.linkDropDown li:hover ul,
.linkDropDown li.hover ul
{
	display: block;
}

.linkDropDown ul li
{
	position: static;
	white-space: normal;
}

.linkDropDown ul li a
{
	text-decoration: none;
	display: block;
	padding: 2px 5px;
}

.linkDropDown ul li a:hover
{
	/*color: #987;*/
}

/* IE hasLayout Fix \*/
* html .linkDropDown ul
{
	top: 1.6em;
}

* html .linkDropDown li,
* html .linkDropDown ul a  
{ 
	height: 1px; 
}
/* END fix */ul.iconLinkList
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}

ul.iconLinkList li
{
	list-style-image: none;
	list-style-type: none;
}.MapDisplay .Tooltip {
	position: absolute;
	width: auto;
	height: 44px;
	background-image: url(/Elements/Map/tooltip_l.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	margin-left: -50%;
}

.MapDisplay .Tooltip .c {
	width: auto;
	height: 37px; /* 44 - 7 */
	background-image: url(/Elements/Map/tooltip_c.png);
	background-position: 50% 0;
	white-space: nowrap;
	padding: 7px 5px 0 5px;
}

.MapDisplay .Tooltip .r {
	height: 44px;
	background-image: url(/Elements/Map/tooltip_r.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 5px;
}

#mapDisclaimerText
{
    white-space: normal !important;
}.panelList
{
	clear: both;
	margin-bottom: 1em;
}

.panelList .listItem
{
	padding: 5px 10px;
	background-color: ;
}

.panelList .alt
{
	background-color: ;
}

.panelList .header
{
	font-weight: bold;
	background-color: ;
	color: ;
	margin-bottom: 1px;
}

.panelList .footer
{
	background-color: #ccc;
	height: 1.5em;
	margin-top: 1px;
}.Rating
{
	width: auto;
	overflow: hidden;
}

.Rating .DisplayNone
{
	display: none;	
}

.Rating .RatingLabel
{
	float: left;
	font-weight: bold;
	margin-right: 3px;
}

.Rating a
{
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	z-index: 200;
}

.Rating a:hover
{
	
}

/* Rating display */

.Rating DIV.Rating
{
	position: relative;
	width: 100px;
	height: 20px;
	background: transparent url('/Elements/Rating/Rating/rating_matrix.gif') no-repeat -100px 0;
	overflow: hidden;
}

.Rating DIV.Rating0
{
	background-position: -100px 0;
}

.Rating DIV.Rating1
{
	background-position: -80px 0;
}

.Rating DIV.Rating2
{
	background-position: -60px 0;
}

.Rating DIV.Rating3
{
	background-position: -40px 0;
}

.Rating DIV.Rating4
{
	background-position: -20px 0;
}

.Rating DIV.Rating5
{
	background-position: 0 0;
}

.Rating DIV.Rating a
{
	width:20px;
	height:20px;
	text-indent: -900em;
	cursor: pointer;
}

.Rating DIV.Rating a.Rating1
{
	left: 0px;
}

.Rating DIV.Rating a.Rating2
{
	left: 20px;
}

.Rating DIV.Rating a.Rating3
{
	left: 40px;
}

.Rating DIV.Rating a.Rating4
{
	left: 60px;
}

.Rating DIV.Rating a.Rating5
{
	left: 80px;
}

.Rating DIV.Rating a:hover
{
	z-index: 2;
	width: 100px;
	overflow: hidden;
	left: 0;	
	background: transparent url('/Elements/Rating/Rating/rating_matrix.gif') no-repeat 0 0;
}

.Rating DIV.Rating a.Rating1:hover
{
	background-position: -80px 0;
}

.Rating DIV.Rating a.Rating2:hover
{
	background-position: -60px 0;
}

.Rating DIV.Rating a.Rating3:hover
{
	background-position: -40px 0;
}

.Rating DIV.Rating a.Rating4:hover
{
	background-position: -20px 0;
}

.Rating DIV.Rating a.Rating5:hover
{
	background-position: 0 0;
}

/* Selection display */

.Rating DIV.Selection
{
	position: relative;
	width: 104px;
	height: 20px;
	background: transparent url('/Elements/Rating/Selection/rating1.gif') no-repeat 0 0;
	overflow: hidden;
}

.Rating DIV.Selection0
{
	background-image: url('/Elements/Rating/Selection/rating1.gif');
}

.Rating DIV.Selection1
{
	background-image: url('/Elements/Rating/Selection/rating1.gif');
}

.Rating DIV.Selection2
{
	background-image: url('/Elements/Rating/Selection/rating2.gif');
}

.Rating DIV.Selection3
{
	background-image: url('/Elements/Rating/Selection/rating3.gif');
}

.Rating DIV.Selection4
{
	background-image: url('/Elements/Rating/Selection/rating4.gif');
}

.Selection DIV.Selection a
{
	width:20px;
	height:20px;
	text-indent: -900em;
	cursor: pointer;
}/* Search Block */

.SearchBlock
{
	width: 730px;
	margin-bottom: 10px;
}

.SearchBlock .SearchField
{
	overflow: hidden;
	width: 730px;
	height: 88px;
	background: #e7e5d2 url(/Elements/Search/search_background.gif) no-repeat top left;
	padding: 0 10px 0 10px;
}

.SearchBlock .SearchField .Logo
{
	float: left;
	width: 140px;
	height: 88px;
}

.SearchBlock .SearchField .Logo A
{
	height: 88px;
	width: 140px;
	display: block;
}

.SearchBlock .SearchField .SearchFieldBlock
{
	width: 250px;
	float: left;
	margin-top: 30px;
}

.SearchBlock .SearchField .ButtonBlock
{
	float: left;
	margin-top: 30px;
}

.SearchBlock .SearchField .SearchFieldBlock .SearchFieldLabel
{
	margin-right: 5px;
	padding-top: 2px;
	float: left;
	font-weight: bold;
}

.SearchBlock .SearchField .SearchFieldBlock .SearchInputBlock
{
	width: auto;
	overflow: hidden;
	margin-right: 15px;
}

.SearchBlock .SearchField .SearchExample
{
	float: none;
	color: #987;
	font-size: 80%;
}

.SearchBlock .SearchField .btSearch
{
	padding: 0;
	width: 51px;
	height: 22px;
}

.SearchBlock .DropShadow 
{
	display: inline;
	float: left;
	padding: 0;
	background: transparent url(/Elements/Search/dropshadow_bottom_right.gif) no-repeat bottom right;
}
.SearchBlock .DropShadow .DropShadowTopRight
{
	background: transparent url(/Elements/Search/dropshadow_top_right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.SearchBlock .DropShadow .DropShadowBotLeft
{
	background: transparent url(/Elements/Search/dropshadow_bottom_left.gif) no-repeat bottom left;
	padding: 0 5px 5px 0;
	margin: 0;
	display: inline;
	float: left;
}
.SearchBlock .DropShadow img
{
	vertical-align: bottom;
	display: inline;
	float: left;
}
.SearchBlock .DropShadow input
{
	margin: 0;
	display: inline;
	float: left;
	border: 1px solid #fff;
	padding: 3px;
	width: 225px;
}

.SearchBlock .Categories
{
	background-color: #f3f2e8;
	width: auto;
	padding: 5px 10px;
	border-right: solid 3px #e7e5d2;
	border-bottom: solid 3px #e7e5d2;
	border-left: solid 3px #e7e5d2;
}

.SearchBlock DIV.CategoryList
{
	width: auto;
	overflow: auto;
	padding: 10px 0 5px 0;
	border-top: solid 1px #d6d4c8;
}

.SearchBlock DIV.CategoryList:first-child
{
	border-top: none 0;
}

.SearchBlock .Categories .CategoryListTitle
{
	float: left;
	width: 90px;
	vertical-align: middle;
	font-weight: bold;
}

.SearchBlock .Categories .CategoryListTitle IMG
{
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.SearchBlock .Categories .CategoriesContainer
{
	margin-left: 100px;
}

.SearchBlock .Categories .ContractedContainer
{
	padding-top: 2px;	
}

.SearchBlock .Categories .ContractedContainer SPAN
{
	margin-left: 20px;
}

.SearchBlock .Categories DIV.Column
{
	float: left;
	width: 125px;
	margin-right: 50px;
}

.AutoCompletePanel 
{
	position: absolute;
	background: #fff;
	padding: 10px;
	display: none;
	width: 200px;
}

.AutoCompletePanel a
{
	cursor: pointer;
	display: block;
}.tabStrip
{
	display: inline;
	float: left;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #f3f2e8;
}

.tabStrip li
{
	display: inline;
	float: left;
	list-style-image: none;
	list-style-type: none;
	cursor: pointer;
	cursor: hand;
	padding: 10px 10px 5px 10px;
	margin: 0;
	background-color: #f3f2e8;
	color: #666;
	font-weight: bold;
}

.tabStrip .hover,
.tabStrip .active
{
	color: #333;
	background-color: #e7e5d2;
}
.tabStrip li a 
{
	color: #666;
	text-decoration: none;
}
.tabStrip li a:hover
{
	color: #333;
}

