/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif
}

/* ELEMENTS */
html, body, form {
	margin:0;
	padding:0;
	height:100%;
}

html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height:2em;
	background:#000 url(/img/mainWallpaper.jpg) center top no-repeat;
	color:#666;
	text-align:center;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	text-align:left;
}

h1 {
	font-size:2.1em;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:0.6em;
}

h2 {
	font-size:1.4em;
	padding-bottom:0.3em;
}
h2, h2 * {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h3 {
	text-transform:uppercase;
	font-weight:normal;
	font-size:1em;
}

h4 {
	font-size:1.2em;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:0.3em;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	height:0px;
	clear:both;
	padding:1em 0 0 0;
	margin:0 0 1em 0;
	margin:1em 0 1em 0 !justIE;
	padding:0 !justIE;
}

input, textarea, select {
	text-align:left;
	color:#455560; /* if you change this, change also in /js/textboxPlaceholder.js */
	font-size:1.1em;
}

input.textbox, textarea.textbox {
	width:250px;
	border:1px solid #888;
}
input.textbox.withButton {
	margin-bottom:-4px;
	height:19px;
	padding-top:3px;
	margin-right:5px;
}
input.textbox.short {
	width:70px;
}


a.button {
	background-color:#4B6176;
	color:#fff;
	border:1px solid #4B6176;
}
a.button, a.button:hover {
	font-size:11px;
	border:none;
	background:transparent url(/img/button-default.gif) 0% top no-repeat;
	text-decoration:none;
	margin:0 5px 0 0;
	cursor:pointer;
	cursor:default;
	text-align:center;
	padding:5px 0 8px 5px;
	padding:0 0 0 5px !justIE; /* IE auto stretches parent element */
	text-transform:uppercase;
}
a.button em {
	font-size:11px;
	background:transparent url(/img/button-default.gif) 100% top no-repeat;
	overflow:hidden;
	white-space:nowrap;
	font-style:normal;
	font-weight:normal;
	padding:5px 10px 8px 3px;
	margin-right:-5px;
	color:#fff;
}
a.button:hover, a.button:hover em {
	color:#eee;
}
a.button:hover {
	background-position:0% -74px;
}
a.button:hover em {
	background-position:100% -74px;
}
a.button:active em {
	padding:5px 9px 8px 4px;
}
a.button.onBlack, a.button.onBlack:hover, a.button.onBlack em {
	background-image:url(/img/button-onBlack.gif);
}

a.button.onPurple, a.button.onPurple:hover, a.button.onPurple em {
	background-image:url(/img/button-onPurple.gif);
	color:#dbc2eb;
}
div.buttonRightFloatWrap {
	float:right;
	padding:10px 0 4px 0;
}
div.buttonLeftFloatWrap {
	float:left;
	padding:10px 0 4px 0;
}



a.buttonLarge, a.buttonLarge:hover {
	border:none;
	background:transparent url(/img/button-Large.gif) 0% top no-repeat;
	text-decoration:none;
	margin:0 5px 0 0;
	cursor:pointer;
	cursor:default;
	text-align:center;
	padding:9px 0 9px 5px;
	padding:0 0 0 5px !justIE; /* IE auto stretches parent element */
	text-transform:none;
}
a.buttonLarge em {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:transparent url(/img/button-Large.gif) 100% top no-repeat;
	overflow:hidden;
	white-space:nowrap;
	font-style:normal;
	padding:6px 10px 9px 3px;
	margin-right:-5px;
	color:#fff;
}
a.buttonLarge:hover, a.buttonLarge:hover em {
	color:#eee;
}
a.buttonLarge:hover {
	background-position:0% -68px;
}
a.buttonLarge:hover em {
	background-position:100% -68px;
}
a.buttonLarge:active em {
	padding:6px 9px 9px 4px;
}
a.buttonLarge.onBlackLarge, a.buttonLarge.onBlackLarge:hover, a.buttonLarge.onBlackLarge em {
	background-image:url(/img/button-Large-onBlack.gif);
}





ul {
	list-style:circle;
	margin:0;
	padding:0;
	padding-left:20px;
}

ul.customBullet {
	list-style:none;
	padding-left:0;
}
ul.customBullet li {
	background:transparent url(/img/bullet.gif) left 0.6em no-repeat;
	padding-left:12px;	
}

li {
	margin:0;
	padding:0;
	_height:0; /* IE6- Bug Fix */
	vertical-align: bottom; /* IE6- Bug Fix */
}

small {
	font-size:0.8em;
}

big {
	font-size:1.3em;
}

a {
	text-decoration:underline;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	color:#2f92cf;
}
a:hover {
	text-decoration:underline;
}


table {
	border:none;
	border-style:none;
	border-spacing:0px;
	border-collapse:collapse;
}
table tr {
	margin:0;
	padding:0;
}
table th, table td {
	margin:0;
	border:none;
	vertical-align:top;
} 
table th {
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	padding-right:10px;
}

q {
	background:transparent url(/img/quotes.gif) 5px 5px no-repeat;
	padding:0 0 0 15px;
	quotes: "" "" "" "";
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
q em {
	background:transparent url(/img/quotes.gif) right 5px no-repeat;
	padding:0 10px 0 0;
	margin:0;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

fieldset {
	border:1px solid #ccc;
	padding:5px 15px 20px 15px;
	padding:0 15px 20px 15px !justIE;
	margin-bottom:1.5em;
}
legend {
	color:#333;
	padding:0 3px;
	font-weight:bold;
	margin:0 -10px 0 -10px;
	margin:0 -15px 5px -15px !justIE;
}
.panel fieldset {
	border-color:#888;
}

/* CONTENT */

strong, .bold {
	font-weight:bold;
}

.normal {
	font-weight:normal;
}

.error {
	color:#900 !important;
	font-weight:bold;
}
.error-paddedBlock {
	display:block;
}

.note {
	color:#006699;
	font-size:1.2em;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.center {
	text-align:center;
}
.iconLink {
	background-position:left top;
	background-repeat:no-repeat;
	line-height:2em;
	padding:0 0 5px 23px;
}

.link-save {
	background-image:url(/img/icon-save.gif);
}

.link-search {
	background-image:url(/img/icon-search.gif);
}

.link-share {
	background-image:url(/img/icon-share.gif);
}

.link-phone {
	background-image:url(/img/icon-phone.gif);
}

.link-web {
	background-image:url(/img/icon-web.gif);
}

.link-view {
	background-image:url(/img/icon-view.gif);
}

.link-sidePanelSearch {
	background-image:url(/img/icon-sidePanelSearch.gif);
}

.link-sidePanelCrest {
	background-image:url(/img/icon-sidePanelCrest.gif);
}

.link-addToCalendar {
	background-image:url(/img/icon-addToCalendar.gif);
}


.light {
	color:#a2a3a8;
}

.indent {
	padding-left:30px;
}


/* SECTIONS */

#container, #footer {
	text-align:left;
	width:950px;
	margin:0 auto;
	font-size:1.2em;
}
#container {
	min-height:100%;
} * html #container {
	height:100%;
}

#masthead {
	padding:0 0 25px 0;
	position:relative;
	color:#b1bdc5;
	text-align:right;
	overflow:hidden;
} * html #masthead {
	overflow:visible;
	height:1%;
}

#masthead h1 {
	margin:0;
	padding:0;
/*	float:left;*/
	top:43px;
	left:0;
	position:absolute;
}
#masthead h1 a {
	display: block;
	width: 283px;
	height: 73px;
	background: url(/img/mastheadLogo.png) left top no-repeat;
	text-decoration: none;
	text-indent: -2000em;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
} * html #masthead h1 a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/mastheadlogo.png', sizingMethod='crop');
}
#masthead a {
	color:#5585a5;
}
#masthead a.selected {
	color:#fff;
	text-decoration:none;
}

#masthead .userPanel {
	position:absolute;
	top:4px;
	right:0px;
	height:1.6em;
	color:#ececec;
	width:100%;
	font-size:1.1em;
}
#masthead .userPanel em {
	font-size:1.2em;
	font-style:normal;
	padding-right:10px;
}
#masthead .userPanel a {
	color:#99CCFF;
}
#masthead .userPanel a.selected {
	color:#fff;
	text-decoration:none;
}
#masthead #searchPanel {
	float:right;
	padding:40px 0 10px;
	width:390px;
}
#masthead #searchPanel .searchContent {
	padding:5px 10px 10px;
	color:#ddd;
	font-size:14px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	background:url("/img/purpleWallpaper.jpg") repeat-x scroll center top #3D1B57;
}
#searchPanel .textbox {
	width:290px;
}

#masthead #searchPanel #mastheadAdvancedSearch {
	display:block;
	float:right;
	padding-top:2px;
	font-size:0.9em;
}

#footer {
	clear:both;
	margin-top:-70px;
	background-color:#2e2e2d;
	color:#a6b1b8;
	overflow:visible;
	position:relative;
}
#footer .content {
	padding:15px 20px;
}
#footer a {
	color:#a6b1b8;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	display:block;
}
#footer ul li {
	margin:0 10px 0 0;
	padding:0;
	display:block;
	float:left;
}
#footer ul a {
	display:block;
	float:left;
}
#footer #copyright {
	float:left;
}
#footer #credits {
	position:absolute;
	bottom:-19px;
	right:0px;
}
#footer #credits, #footer #credits a { color:#555; }

#content {
	padding-bottom:95px;
	overflow:hidden;
} * html #content {
	overflow:visible;
	height:1%;
}


/* NAVIGATION */

/* Primary Nav */
ul#primaryNav {
	display:block;
	list-style:none;
	margin:125px 0 0 0;
	padding:0 0;
	background:transparent url(/img/primaryNavTransparency.png) left top repeat;
	overflow:hidden;
	clear:both;
	clear:none !justIE;
} * html ul#primaryNav {
	overflow:visible;
	height:1%;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/primaryNavTransparency.png', sizingMethod='scale');
	width:100%;
}
ul#primaryNav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	border-right:1px solid #000;
	height:100%;
	position:relative;
}
ul#primaryNav li a {
	line-height:1.2em;
	overflow:visible;
	display:block;
	padding:10px 15px;
	margin:0;
	text-decoration:none;
	background-color:transparent;
	white-space:normal;
	text-transform:uppercase;
	text-align:left;
	color:#b1bdc5;
	display:block;
	font-size:0.9em;
}
ul#primaryNav li.selected a, ul#primaryNav li.selected a:hover {
/*	color:#fff;*/
	color:#000;
	background-color:#aca7a2;
}
ul#primaryNav li a:hover {
	text-decoration:none;
	color:#b6d0e2;
}
ul#primaryNav li a.selected {
	color:#fff;
}
ul#primaryNav li.last {
	border:none;
}


#mainPanel label, #mainPanel .textbox, #mainPanel .RadComboBox, .dialogContent label, dialogContent .textbox {
	display:block !important;
}

.content {
	overflow:hidden;
} * html .content {
	overflow:visible;
	height:1%;
}


/* CONTENT LAYOUT */
#sidePanel {
	width:250px;
	background-color:#ecebea;
	position:relative;
	overflow:visible;
	padding:15px 0 15px 0;
}
#sidePanel .content {
	padding:0 15px;
}
#breadcrumb {
	width:230px;
/*	position:absolute;
	top:8px;
	left:8px;*/
	margin:-35px 0 15px 13px;
	color:#aaa;
	font-size:0.9em;
	white-space:nowrap;
}
#breadcrumb a {
	color:#aaa;
}

#mainPanel {
	background-color:#ecebea;
	padding:45px 0 15px 0;
/*	position:relative;*/
	overflow:hidden;
} * html #mainPanel {
	overflow:visible;
	height:1%;
}

#mainPanel .content {
	padding:0 25px;
}
#sidePanelArrow {
	position:absolute;
	width:33px;
	height:60px;
	background:transparent url(/img/leftSidePanelArrow.png) left top no-repeat;
} * html #sidePanelArrow {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/leftSidePanelArrow.png', sizingMethod='crop');
}

.leftSidePanel #mainPanel, .rightSidePanel #mainPanel {
	width:685px;
}

.leftSidePanel #sidePanel { float:left; padding-top:45px; }
.leftSidePanel #mainPanel { float:right; }
.leftSidePanel #sidePanelArrow { top:22px; right:-33px; z-index:500; }
		
.rightSidePanel #sidePanel {
	float:right;
	background-color:#000;
	padding-top:20px;
	color:#eee;
	overflow:hidden;
}

.rightSidePanel #sidePanel h1 {
	color:#ecebea;
	font-size:1.6em;
}
.rightSidePanel #sidePanel h2 {
	color:#eee;
	font-size:1.3em;
	border-bottom:1px solid #555;
}
.rightSidePanel #sidePanel hr {
	border-bottom:1px solid #2e2e2d;
}

.rightSidePanel #mainPanel { float:left; padding-bottom:0px; }

#rightSidePanelExtras {
	width:250px;
	float:right;
	clear:right;
}

#rightSidePanelExtras a.CrestFinderBanner, #rightSidePanelExtras a.mfsBanner {
	background:#3d1b57 url(/img/purpleWallpaper.jpg) center top repeat-x;
	display:block;
	padding:20px 15px;
	text-decoration:none;
	line-height:1.3em;
}
#rightSidePanelExtras a.mfsBanner {
	background:none;
	background-color:#2e2e2d;
}
#rightSidePanelExtras a.CrestFinderBanner span, #rightSidePanelExtras a.mfsBanner span {
	display:block;
	margin-top:15px;
	padding-left:35px;
	text-decoration:underline;
	background:transparent url(/img/rightSidePanelMfsCrest.gif) left center no-repeat;
}

/* Search Results */
ul#searchResults {
	clear:both;
	border-top:1px solid #fff;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
} * html ul#searchResults { overflow:visible; height:1%; }

ul#searchResults li {
	border-bottom:1px solid #fff;
	overflow:hidden;
	position:relative;
	z-index:0;
	margin:0;
	padding:0;
} * html ul#searchResults li { overflow:visible; height:1%; }

ul#searchResults li.live {
	background-repeat:no-repeat;
	background-position:473px 80px;
}

ul#searchResults li div.itemImage {
	float:left;
	width:160px;
	overflow:hidden;
	text-align:center;
	background-color:#e6e6e6;/*was #b1bdc5*/
}
ul#searchResults li .content {
	padding: 7px 0;
	margin:0 0 0 180px;
	width:485px;
}
ul#searchResults li .content a, ul#searchResults li .content span.visibilitySettings {
	padding:0 0 0 18px;
}
ul#searchResults li .content a.viewDetails {
	background:transparent url(/img/viewMoreIcon.gif) left center no-repeat;
	padding-right:10px;
}
ul#searchResults li .content a.editItem {
	background:transparent url(/img/editItemIcon.gif) left center no-repeat;
	padding-right:10px;
}
ul#searchResults li .content a.removeItem {
	background:transparent url(/img/removeItemIcon.gif) left center no-repeat;
	padding-right:10px;
}
ul#searchResults li .content a.visibilitySettings, ul#searchResults li .content span.visibilitySettings {
	background:transparent url(/img/visibilityIconOff.gif) left center no-repeat;
	padding-right:10px;
	color:#666;
}
ul#searchResults li.live .content a.visibilitySettings {
	color:#79C30A;
	background-image:url(/img/visibilityIcon.gif);
}

ul#searchResults li .content h4 span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	padding-left:15px;
}

ul#searchResults li .content h4 a {
	text-decoration:none;
	margin:0;
	padding:0;
	font-size:1.2em;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:0.3em;
}

ul#searchResults li .crests {
	position:absolute;
	right:20px;
	bottom:6px;
	text-align:right;
}
ul#searchResults li .crests img {
	margin-left:10px;
}



#masthead .loginTab {
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
	background:transparent url(/img/dealerLoginTab.gif) center top no-repeat;
	line-height:24px;
	font-size:11px;
	text-align:center;
	width:81px;
	display:block;
	text-decoration:none;
}
.mastheadLoginForm {
	overflow:hidden;
	height:0px;
	color:#afbdc6;
}
.mastheadLoginForm .content {
	padding:9px 10px;
	/*font-size:1.3em;*/
	background:#2e2e2e url(/img/dealerLoginPanelCorner.gif) 0px 39px no-repeat;
}
.mastheadLoginForm .content label {
	float:left;
	display:block;
	padding:2px 0 0 0;
}
.mastheadLoginForm .content .textbox {
	width:180px;
	margin:0px 20px 0 5px;
	float:left;
	display:block;
}
.mastheadLoginForm .content .buttonLeftFloatWrap {
	padding-top:3px;
}


/* for 'items featuring this crest' and 'recently viewed items' */
.additionalProductsWrap {
	clear:both;
	padding:0 10px;
	overflow:hidden;
} * html .additionalProductsWrap {
	overflow:visible;
	height:1%;
}
.additionalProductsWrap p {
	clear:both;
	color:#d4cee4;
	padding:0;
}
.additionalProductsWrap h2 {
	float:left;
	color:#d4cee4;
	padding-right:30px;
}
.additionalProductsWrap a.notifyMe {
	float:left;
}
.additionalProductsWrap ul {
	overflow:hidden;
	clear:both;
	list-style:none;
	padding-top:15px;
} * html .additionalProductsWrap ul {
	overflow:visible;
	height:1%;
}
.additionalProductsWrap ul li {
	float:left;
	margin:0 8px;
	width:160px;
}
.additionalProductsWrap ul li a {
	text-transform:uppercase;
	color:#d4cee4;
	text-decoration:none;
}
.additionalProductsWrap ul li img {
	display:block;
}
.additionalProductsWrap input.textbox {
	width:207px;
}


.formWrap {
	width:370px;
	margin:0 auto;
}
.eAlertFormWrap{
	padding:15px;
	background:#04aee6;/*url(/img/bg_gradient.jpg) repeat-x top*/
	margin:-15px;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
}
.eAlertFormWrap h2{
	float:none;	
	margin:0;
	padding-top:10px;
}
.eAlertFormWrap input.textbox{
	width:200px;	
}


.paging {
	overflow:hidden;
	border-bottom:1px solid #fff;
	padding:5px 0;
	text-align:right;
	font-size:1em;
}
.paging label {
	float:left;
	font-size:0.9em;
}
.paging a {
	text-decoration:none;
	color:#666;
	padding:0 3px;
	border:none;
}
.paging a:hover {

}
.paging a.selected:hover {
}
.paging a.selected {
	font-weight:bold;
	border-bottom:2px solid #666;
}

.panel {
	background-color:#d7d8da;
	padding:10px;
}
#mainPanel .sortBy {
/*	margin-top:-10px;
	margin-bottom:10px;*/
	float:left;
	padding-left:0;
	margin:2em 0 10px -15px;
	font-size:0.9em;
}
.sortBy a {
	margin:0 1px;
}
.sortBy a.selected {
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

.listingType {
/*	margin-top:-10px;*/
	margin:1.5em 0 1em 0;
	float:left;
}
.listingType a {
	display:block;
	float:left;
	text-indent:-999em;
	background:url(/img/button_searchfilter.gif) no-repeat;
	height:30px;
}
/*.listingType a.selected {
	font-weight:bold;
	color:#666;
	text-decoration:none;
}*/
#ctlSearchResults_lnkShow_AvailableNow{
	width:104px;	
	background-position:0 0;
}
#ctlSearchResults_lnkShow_AvailableNow.selected{
	background-position:0 -30px;	
}
#ctlSearchResults_lnkShow_AtAuction{
	width:151px;	
	background-position:-104px 0;
}
#ctlSearchResults_lnkShow_AtAuction.selected{
	background-position:-104px -30px;
}
#ctlSearchResults_lnkShow_AllProducts{
	width:71px;	
	background-position:-255px 0;
}
#ctlSearchResults_lnkShow_AllProducts.selected{
	background-position:-255px -30px;	
}

#changeCurrency{ /*this id is used for the search results*/
/*	overflow:visible; 
	height:1px; */
	display:inline;
/*	position:absolute; 
	margin-left:17em; */
	z-index:999;
}
#changeCurrency .dynamicChangeCurrencyLink{
	width:8.5em; 
/*	margin-top:0.5em;	*/
	position:absolute;
	line-height:2;
}
.dynamicChangeCurrencyLink {
	position:relative;
	overflow:visible;
	z-index:1;
	cursor:pointer;
	cursor:hand;
	color:#2f92cf;
}
.dynamicCurrencyList-Items {
	display:none;
	z-index:50;
	position:absolute;
	top:1.4em;
	left:0;
	white-space:nowrap;
	border:1px solid #666;
	text-decoration:none;
}

.dynamicCurrencyList-Items a {
	display:block;
	background-color:#fff;
	padding:0 5px;
	line-height:2em;
	min-width:100px;
	text-decoration:none;
	color:#666;
} * html .dynamicCurrencyList-Items a {
	width:100px;
}

.dynamicCurrencyList-Items a:hover {
	background-color:#ecebea;
	text-decoration:none;
}


.validationNote {
	padding-left:15px;
	background:transparent url(/img/validatorNote.gif) left center no-repeat;
	color:#0099FF;
}



/* Price Range Slider */
#priceRangeSliderWrap {
	padding:5px 0 0 0;
}
#priceRangeRadSliderWrap {
	padding:0;
}

#priceRangeSliderValuesWrap {
	overflow:hidden;
	text-align:center;
	width:215px;
	padding:2px 0 0 0;
	line-height:1.4em;
} * html #priceRangeSliderValuesWrap {
	overflow:visible;
	height:1%;
}
#priceRangeSliderValuesWrap #minValue {
	float:left;
	font-size:11px;
	text-align:left;
}
#priceRangeSliderValuesWrap #maxValue {
	float:right;
	font-size:11px;
	text-align:right;
}
#priceRangeSliderValuesWrap #currentValue {
	font-weight:bold;
	font-size:12px;
}
#priceRangeSliderValuesWrap small {
	font-size:9px;
	display:block;
}


/* Not sure what this is doing, it's not on the live server, so commenting it out. 
.rightSideCrestSearch {
	background:#3d1b57 url(/img/purpleWallpaper.jpg) center top repeat-x;
	padding:11px 10px;
	margin:0 0 15px 0;
	color:#dbc2eb;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
} * html .rightSideCrestSearch {
	overflow:visible;
	height:1%;
}
.rightSideCrestSearch label {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.rightSideCrestSearch .textbox {
	width:260px;
	margin:5px 0;
}
.rightSideCrestSearch .rightSideCrestSearchAdvancedSearch {
	clear:both;
	font-size:11px;
	background:transparent url(/img/homepage/crestFinderLogo-small.gif) right bottom no-repeat;
}
.rightSideCrestSearch .rightSideCrestSearchAdvancedSearch a {
	color:#dbc2eb;
}
*/



/* UTILITIES */

.clearfix {
	overflow:hidden;
} * html .clearfix { overflow:visible; height: 1%;}
.clearfix:after {
	content:".";
	height:1px;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}

div.placeholder { /* Used for development and ddCMS backend */
	background-color:#fff;
	text-align:center;
	overflow:hidden;
	position:relative;
} div.placeholder div { position:absolute; overflow:visible; top:45%; left:0px; height:1em; width:100%; font-size:1.3em; font-weight:bold; color:#999; }



