/* BEGIN CSS -----------------------------------------------------> */

/*-------------------------- SECTIONS ------------------------------*/
/* #1 General Layout */
/* #2 Header */
/* #3 Main Navigation (home and inside) */
/* #4 Sub Navigation (backlink) */
/* #5 Home Page */
/* #6 Content */
/* #7 Footer */
/*------------------------------------------------------------------*/

/*------------------------- FONT COLOR -----------------------------*/
/* Content text: #ffffff; */
/* Content link: #c8e3f7; */
/* Footer text: #5c6c77; */
/* Footer link: #5c6c77; */
/*------------------------------------------------------------------*/

/*------------------------HEADER STYELS ----------------------------*/
/* h1: page title - white, uppercase */
/* h2: available - blackish */
/* h3: body header - blackish */
/* h4: sub header - #41535F */
/* h5: side header - white, uppercase, underline*/
/* h6: bold text */

/* General Layout ------------------------------------------------> */
/* Edits to this section must be updated in sp_wysiwyg.css!!! */

body {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #293843;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 18px;
}

p {
	margin: 0px;
	padding: 0 0 20px 0;
}

a {
	color: #c8e3f7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #293742;
	line-height: normal;
}

h1 {
	padding: 0 0 15px 0;
	font-size: 133%;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	padding: 12px 0 8px 0;
	font-size: 145%;
}

h3 {
	padding: 12px 0 10px 0;
	font-size: 110%;
	font-weight: bold;
	color: #293742;
}
h4 {
	padding: 12px 0 10px 0;
	font-size: 110%;
	font-weight: bold;
	color: #41535F;
}

h5 {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #fff;
	font-size: 95%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

/* Reserved for Print Pilot */
h6 {
	font-weight: bold;
	font-size: 100%;
	color: #fff;
}

#pageTitle {
	margin-bottom: 25px;
}

#sectionTitle {
	display: inline;
	font: bold 165% Georgia, Arial, Helvetica, sans-serif;
	color: #293742;
}

#mainTitle {
	display: inline;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

ul {
	margin: 0;
	padding: 0;
	!padding-left: 4px;
	color: #fff;
	list-style: square url(../i/body_bullet.gif);
	!list-style: square url(../i/body_bullet_ie.gif);
}

ul li {
	margin: 0 0 8px 13px;
	padding: 0;
}
ul li ul{
	margin: 8px 0 0 0;
	padding: 0;
}

ul li p {
	margin: 0px;
	padding: 3px 0 2px 0;
}

img {
	border: 0;
}

.clearb {
	clear: both;
}

.clearl {
	clear: left;
}

span.upperCase {
	text-transform: uppercase;
}


/* Header --------------------------------------------------------> */

#header {
	position: relative;
	z-index: 40;
	width: 798px;
	height: 132px;
	margin: 0px auto;
}

#banner {
	
}

img#logo {
	margin: 14px 0 0 24px;
}

#topLinks {
	position: absolute;
	top: 38px;
	left: 300px;
	width: 300px;
	text-align: right;
}

#topLinks a {
	margin: 0 3px 0 3px;
	font-size: 10px;
	color: #a5a5a5;
	text-transform: uppercase;
}

#topLinks a:hover {
	color: #589ec0;
	text-decoration: none;
}

#topSearch {
	position: absolute;
	top: 64px;
	left: 630px;
}

#topSearch input {
	width: 162px;
	padding: 2px 0 3px 4px;
	background: #293742;
	border: 1px solid #708595;
	font-size: 12px;
	color: #708595;
}


/* Main Navigation -----------------------------------------------> */

#menuWrapper {
	position: absolute;
	z-index: 20000;
	top: 113px;
	left: 0px;
	width: 798px;
	height: 34px;
	background: #23568f;
	line-height: normal;
}

.navButton { 
	position:relative !important;
	height: 34px;	
	overflow: hidden;
}

#udm li ul {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

#udm_about_button span, #udm_attorneys_button span, #udm_practices_button span,
#udm_news_button span, #udm_recruiting_button span, #udm_contact_button span { 
	height: 34px;
	background: #23568f url('../i/navback1.png') top left no-repeat;
}

.navButton span {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-position: 0 0;
}

#udm_about_button, #udm_firm_button span {width: 133px; background-position: 0px 0px;}
#udm_about_button:hover span, #udm_about_button.udmY span, #udm_about_button.udmR span {background-position: 0px -34px}

#udm_practices_button, #udm_practices_button span {width: 135px; background-position: -134px 0px;}
#udm_practices_button:hover span, #udm_practices_button.udmY span, #udm_practices_button.udmR span {background-position: -134px -34px}

#udm_attorneys_button, #udm_attorneys_button span {width: 106px; background-position: -269px 0px;}
#udm_attorneys_button:hover span, #udm_attorneys_button.udmY span, #udm_attorneys_button.udmR span {background-position: -269px -34px}

#udm_news_button, #udm_news_button span {width: 170px; background-position: -375px 0px;}
#udm_news_button:hover span, #udm_news_button.udmY span, #udm_news_button.udmR span {background-position: -375px -34px}

#udm_recruiting_button, #udm_recruiting_button span {width: 112px; background-position: -544px 0px;}
#udm_recruiting_button:hover span, #udm_recruiting_button.udmY span, #udm_recruiting_button.udmR span {background-position: -544px -34px}

#udm_contact_button, #udm_contact_button span {width: 142px; background-position: -656px 0px;}
#udm_contact_button:hover span, #udm_contact_button.udmY span, #udm_contact_button.udmR span {background-position: -656px -34px}





/* Sub Navigation ------------------------------------------------> */
/*
ul.subNavList  {
	border-bottom: 2px solid #e7e7e7;
	margin-bottom: 14px;
	
}
ul.subNavList li {
	list-style: none;
	margin-right: 10px;
	padding: 0;
}
ul.subNavList li#subsub {
	padding-left: 10px;
}
*/

li.here a {
	color: #666666;
}

/* Home Page ------------------------------------------------------> */

#index #bgBanner {
	display: block;
	position: absolute;
	z-index: 50;
	top: 50px;
	left: 482px;
	width: 320px;
	height: 260px;
	/*background: url('../i/home_bg.png') no-repeat;*/
}

#index #contentWrapper {
	min-height: 220px;
	height: auto !important;
	height: 220px;
	padding-left: 0;
}

#index #contentWrapper .mainColBg {
	background: none;
	margin-top: 0 !important;
}

#index .contentMainCol {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#quoteBox
{
	overflow: hidden;
	height: 100%;
	position: relative;
}

#quoteBox .sp_pencil
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.js #quoteBox
{
	height: 105px;	
}

#quoteBox blockquote
{
	position: relative;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	padding-right: 3px;
	float: left;
	clear: both;
	
	min-width: 335px;
}

.js #quoteBox blockquote
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 105px;
	background: #8a9aa5 url(../i/content_gradient.png) repeat-x;
	background-position: 0 -47px;
}

#quoteBox p
{
	margin: 0;
	padding: 0;
	font: italic bold 17px/1.5 Georgia, serif;
	font-weight: bold;
	color: #293742;	
}

#quoteBox span.firstLine
{
	display: block;
	padding-right: 3.2em;
}

#quoteBox span.middleLine
{
	display: block;
	text-align: center;
	padding: 0 2em;
}

#quoteBox span.lastLine,
#quoteBox cite
{
	display: block;
	clear: both;
	text-align: right;
}

#quoteBox cite
{
	color: #ccd5d9;
	padding-right: 1em;	
	font-style: normal;
}

#index .contentSide {
	display: none;
}

#index #mainBox {
	color: #edf5f8;
	width: 430px;
	margin: 0px 0 0 0px;
	padding: 0px 0 0px 5px;
}

#index #sideBox {
	float: left;
	width: 180px;
	margin: 0;
	padding: 20px 10px 20px 10px;
}

#index #media div.homeList {
	margin: 0px;
	padding: 0px 20px 0 20px;
}

#index #media div.homeList p {
	margin: 0px;
	padding: 5px 0 5px 0;
	line-height: 15px;
}

#index #media div.homeList p a {
	display: block;
}

#index #media .homeList-view_more {
	display: block;
	margin: 3px 35px 0 0;
	_margin: 3px 15px 0 0;
}

#index #media ul.homeList {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px 20px 20px 8px;
}

#index #media ul.homeList li {
	margin: 0px;
	padding: 2px 0 2px 0;
	line-height: 15px;
}

#index #media ul.homeList li a {
	display: block;
}
#index #media p.homeSideTitle {
	padding: 8px 0 0 0;
}


#index a.sp_pencil img,
#index	a.sp_pencil img {
	display: inline;
	float: left;
}

/* Content -------------------------------------------------------> */

#bodyUpper {
	position: relative;
	z-index: 20;
	padding: 0px 0px 0px 0px;
	background: #8a9aa5 url('../i/content_gradient.png') repeat-x;
}

#bodyLower {
	position: relative;
	z-index: 20;
	height: 101px;
	margin: -101px 0 0 0;
	_margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	background: #8a9aa5 url('../i/footer_gradient.png') repeat-x;
}

#bgBanner {
	display: none;
}

#contentWrapper {
	position: relative;
	z-index: 40;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	width: 798px;
	margin: 0px auto;
	padding: 47px 0 50px 50px;
	_padding: 47px 0 0 50px;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

#contentWrapper .mainColBg {
	margin-top: 8px;
	background: url('../i/inside_body_bg.gif') top left repeat-y;

	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.contentMainCol {
	width: 470px;
	margin: 0;
	padding: 0px 0 1px 40px;
}

.contentSide {
	float: right;
	width: 228px;
	margin: 0;
	padding: 6px 24px 20px 0px;
}

/* btb move this to ?? */
#sideQuote {
	margin-top: 22px;
	padding: 16px;
	background: #fff;
	font: italic 16px Georgia, Arial, Helvetica, sans-serif;
	color: #8a9aa5;

}
#sideQuoteAuthor {
	font: normal 11px Georgia, Arial, Helvetica, sans-serif;
}
#sideImage {
	width: 216px;
	height: 345px;
	padding-left: 6px;
}


/*
.contentMainCol ul li,
.contentSide ul li {
	margin: 0 0 10px 13px;
}
*/

.contentSide #backLink {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 12px;
}
.contentSide #backLink a {
	color: #23568f;
}


/* Landing Pages */

#practices #pageTitle,
#attorneys #pageTitle,
#contact #pageTitle,
#news-listings #pageTitle,
#news-publications #pageTitle,
#news-media #pageTitle {
	position: relative;
	z-index: 40;
	margin: 0px 0 3px 0;
	padding: 22px 0 0 0;
	color: #fff;
}

#practices #pageTitle #sectionTitle,
#attorneys #pageTitle #sectionTitle,
#contact #pageTitle #sectionTitle,
#news-listings #pageTitle #sectionTitle,
#news-publications #pageTitle #sectionTitle,
#news-media #pageTitle #sectionTitle {
	color: #fff;
}

#practices #bodyLower,
#attorneys #bodyLower,
#contact #bodyLower,
#news-listings #bodyLower,
#news-publications #bodyLower,
#news-media #bodyLower {
	_margin: -51px 0 0 0;
}

#practices #contentWrapper,
#attorneys #contentWrapper,
#contact #contentWrapper,
#news-listings #contentWrapper,
#news-publications #contentWrapper,
#news-media #contentWrapper {
	min-height: 237px;
	height: 237px;
	overflow: visible;
}

#practices #contentWrapper .mainColBg,
#attorneys #contentWrapper .mainColBg,
#contact #contentWrapper .mainColBg,
#news-listings #contentWrapper .mainColBg,
#news-publications #contentWrapper .mainColBg,
#news-media #contentWrapper .mainColBg {
	position: relative;
	z-index: 40;
	background: none;
	height: 237px;
	overflow: hidden;
}

#practices .contentMainCol,
#attorneys .contentMainCol,
#contact .contentMainCol,
#news-listings .contentMainCol,
#news-publications .contentMainCol,
#news-media .contentMainCol {
	padding: 0px 0 1px 0px;
}

#landingBanner {
	position: absolute;
	top: 0px;
	left: -64px;
	z-index: 0;
	width: 975px;
	height: 388px;
	margin: 0px auto;
	text-align: center;
}

#practices #landingBanner,
#contact #landingBanner {
	background: url('../i/practices-landing.jpg') top left;
}

#attorneys #landingBanner {
	background: url('../i/attorneys-landing.jpg') top left;
}

#news-listings #landingBanner,
#news-publications #landingBanner,
#news-media #landingBanner {
	background: url('../i/news-landing.jpg') top left;
}

.landingCol {
	width: 360px;
}

.landingCol a {
	color: #ffedc6;
}

#landingLink {
	position: absolute;
	z-index: 45;
	top: 327px;
	!top: 329px;
	left: 221px;
	width: 200px;
	height: 20px;
	overflow: hidden;
	text-align: right;
}

#landingLink a {
	background: #fff;
	padding: 4px 7px 4px 7px;
	color: #536f80;
	font-weight: bold;
}


/* Forms ---------------------------------------------------------> */

form {
	margin: 0px;
	padding: 0px;
}

.stndForm { 
	position: relative;
	margin: 0;
	padding: 0; 
}

.stndForm input.txt, 
.stndForm select.txt, 
.stndForm .textarea,
.stndForm #field_state {
	width: 320px; 
	!width: 316px; 
	padding: 3px;
	background: #fff; 
	border: 1px solid #dddddd;
	_border: 1px solid #91aac2; /* default blue for poor ole IE */
	color: #5a5b5b;
	font-size: 11px;
}

.stndForm select.txt {
	width: 320px;
}

.stndForm .textarea {
	!border: 1px;
}

.stndForm p { 
	float: left;
	margin: 0; 
	padding: 3px 0 8px 0; 
	line-height: 22px;
}

.stndForm label { 
	float: left;
	width: 100px;
	font-size: 12px;
	font-weight: bold; 
}

.stndForm .submitButton,
.SEARCH-button {
	padding: 0px 2px 0px 2px;
	!padding: 0;
	background: #579cbe;
	border: 1px solid #4285a6;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	cursor: pointer;
	!cursor: hand;
}

/* Bios listing page, search form --------------------------------> */

.bioItemLine {
	border-top: 1px solid #d7e7f5;
}
.bioContainer {
	position: relative;
	float: left;
	padding-left: 26px;
	!margin-bottom: 8px;
}
.bioContainer .anchorLetter{
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: bold;
}
.bioContainer .anchorLetterLine2{
	position: absolute;
	top: 24px;
	left: 0;
	font-weight: bold;
}

.bioItem {
	float: left;
	width: 205px;
	height: 100%;
	margin: 14px 0 8px 0;
	padding: 0 0 8px 14px;
	border-left: 1px dashed #d7e7f5;
	overflow: hidden;
}


form .search_form div {
	float: left;
	margin-bottom: 8px;
}

form .search_form div #gn,
form .search_form div #sn {
	width: 184px;
	width: 220px;
	padding: 3px 0 3px 4px;
	margin-right: 12px;
	font-size: 11px;
	color: #74828c;
}

#attorneys form .search_form div #gn,
#attorneys form .search_form div #sn {
	width: 155px;
	padding: 1px 0 1px 4px;
	margin-right: 12px;
	font-size: 11px;
	color: #74828c;
}

#attorneys form .search_form div #school {
	width: 155px;
	padding: 1px 0 1px 4px;
	font-size: 11px;
	color: #74828c;
}

#attorneys-directory form .search_form div #school {
	width: 184px;
	width: 228px;
	padding: 3px 0 3px 4px;
	font-size: 11px;
	color: #74828c;
}

#news-more form .search_form div #area {
	width: 274px;
	padding: 3px 0 3px 4px;
	margin-right: 12px;
	font-size: 11px;
	color: #74828c;
}

#news-publications-more form .search_form div #area {
	width: 274px;
	padding: 3px 0 3px 4px;
	margin-right: 12px;
	font-size: 11px;
	color: #74828c;
}
#news-publications-more form .search_form div #year {
	width: 100px;
	padding: 3px 0 3px 4px;
	margin-right: 12px;
	font-size: 11px;
	color: #74828c;

}

form .search_form input,
form .search_form select {
	width: 100%;
	border: 1px solid #d7d7d7;
}

.search_form label {
	display: block;
	/*height: 1.5em;*/
	font-size: 92%;
	color: #4f4d4d;
}

form .search_form #search {
	width: 60px;
	margin-top: 0;
	padding: 3px 0; 
	background: #23568f;
	border: 1px solid #23568f;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}

#attorneys form .search_form #search {
	padding: 1px 0 1px 0px;
	background: #618093;
	border: 1px solid #618093;
	text-transform: none;
	font-size: 11px;
}

#buttonLink,
#letterLinks {
	height: 100%;
	overflow: hidden;
	color: #999;
}

#attorneys #letterLinks {
	color: #fff;
}

#buttonLink *,
#letterLinks * {
	display: block;
	float: left;
	height: 20px;
	width: 10px;
	font-weight: bold;
	padding: 2px 3px 0 4px;
	background: #577182;
	border-right: 1px solid #8a9aa5;
}

#attorneys #letterLinks * {
	display: block;
	float: left;
	height: 8px;
	width: auto;
	background: none;
	border: none;
	font-weight: bold;
	padding: 2px 4px 0 0px;
	font-size: 13px;
}

#attorneys #letterLinks a,
#attorneys a.viewDir {
	color: #ffedc6;
}

#attorneys a.viewDir {
	padding-right: 10px;
	background-image: url('../i/yellow-bullet.png');
	background-position: right 3px;
	background-repeat: no-repeat;
}

/*** field labels using the magicTextInput ***/
#attorneys.js .search_form label,
#attorneys-directory.js .search_form label {
	display: none;	
}

.news.js .search_form label {
	display: none;	
}

/* bio profile */
#bioPic,
#officePic {
	float: right;
	margin-left: 30px;
	margin-bottom: 14px;
	padding: 1px;
	background: #b1bac0;
	line-height: 0;
}

#bioPic {
	width: 201px;
	height: 320px;
}

#bioContact,
#officeContact {
	margin-top: 0;
	padding: 16px;
	background: #fff;
	font: normal 12px  Arial, Helvetica, sans-serif;
	color: #727e87;
	line-height: 18px;
}

#officeMain {
	height: 90px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	line-height: 18px;
}

.contactLeft {
	float: left;
}

.contactRight {
	float: left;
	padding: 0 0 0 30px;
}

#bioContact a,
#officeContact a {
	color: #3c79bd;
}

#officeMain a {
	color: #ffedc6;
}


/* general side text formats */

#sideText {
	padding: 16px 20px 0 20px;
}

#sideText ul {
	list-style: square url(../i/side_bullet.gif);
	!list-style: square url(../i/side_bullet_ie.gif);
	margin-top: 6px;
	margin-left: 2px;
	color: #8a9aa5;
}

#sideText ul li {
	color: #525c62;
	line-height: 14px;
}

#sideText ul li a {
	color: #23568f;
}

/* practice summary */

#practices ul.hierList {
	margin: 0px;
	padding: 0px;
}

#practices ul.hierList li {
	font-weight: bold;
}

#practices .parentPractice {
	margin: 0px;
	padding: 0px;
	background-image: url('../i/list-collapsed.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
}

#practices div.practiceListWrapper {
	padding-top: 2px;
}

#practices ul.hierList li {
	list-style: none;
	list-style-image: none;
}

#practices ul.hierList li a {
	color: #fff;
	margin-left: 10px;
}

#practices ul.hierList ul li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-image: url('../i/yellow-bullet.png');
	background-position: 12px 5px;
	background-repeat: no-repeat;
}

#practices ul.hierList ul li a {
	color: #ffedc6;
	margin-left: 25px;
}

/* practice profile */

#practices-item ul li {
	font-weight: normal;
}
.practices-item ul li span{
	color: #293742;
}

.viewLink a {
	margin-top: 16px;
	padding: 3px 4px; 
	background: #23568f;
	border: 1px solid #256199;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
}
.viewLink a:hover {
	text-decoration: none;
}


/* Footer --------------------------------------------------------> */

#footer {
	z-index: 200;
	position: relative;
	width: 798px;
	height: 38px;
	margin: 0px auto;
	margin-top: -3px;
	padding: 12px 0 12px 0;
	border-top: 6px solid #23568f;
	font-size: 11px;
	color: #5c6c77;
	line-height: 20px;
	
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

#footer a {
	color: #5c6c77;
}

#footer a:hover {
	color: #c8e3f7;
	text-decoration: none;
}

#footer .footerAddress {
	color: #8499A8;
	letter-spacing: .55px;
}


/* item lister */
div.itemRow {
	margin-bottom: 24px;
	padding-bottom: 3px;
	border-bottom: 1px solid #b1bac0;
}

#news-listings div.itemRow,
#news-publications div.itemRow {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #b1bac0;
}

#news-listings div.itemRow a,
#news-publications div.itemRow a {
	color: #ffedc6;
}

div.itemRow div.title {
	margin-top: 8px;
	margin-bottom: 4px;
}
div.itemRow div.itemdate {
	margin-bottom: 2px;
	font-style: italic;
}
div.itemRow p {
	line-height: 18px;
}

#news-listings div.itemRow p,
#news-publications div.itemRow p {
	line-height: 18px;
	padding-bottom: 0px;
	padding-bottom: 10px;
}

div.itemRow p.itemSpace {
	line-height: 0;
	margin: 0;
	padding: 0 0 16px 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* Support for SiteMap object */

table.SITE_MAP {
	margin-top: 5px;
	border-collapse: collapse;
}

table.SITE_MAP th {
	padding-top: 5px;
	text-align: right;
}

table.SITE_MAP td {
	padding-top: 5px;
}

table.SITE_MAP td.h_separator {
	height: 5px;
	border-bottom: solid 1px #cccccc;
}

table.SITE_MAP td.v_separator {
	padding-left: 15px;
	padding-right: 15px;
	font-size: .8em;
	color: #666666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|* Support for EmailPage object */

div.EMAIL_PAGE div.email_form {
	display: none;
}

p.EMAIL_PAGE-title {
	margin-bottom: 0;
	font-weight: bold;
}

p.EMAIL_PAGE-url {
	margin-top: 0;
	font-style: italic;
}

table.EMAIL_PAGE {
	width: 500px;
}

table.EMAIL_PAGE td {
	width: 47%;
}

table.EMAIL_PAGE td input {
	width: 95%;
}

table.EMAIL_PAGE td textarea {
	width: 100%;
	height: 120px;
}

div.EMAIL_PAGE ul.error {
	color: red;
}


/* itemDetail photo */
.photoRight {
	float: right;
	margin-left: 14px;
}

/* - ( Search ) - */
.searchfoundtext {
	font-weight: bold; 
}

#search form div {
	padding-bottom: .3em;
}

#search .search_form label {
	display: inline;
	margin: 3px;
}

#search .search_form label,
#search .search_form input {
	margin: 3px 4px;
	vertical-align: middle;
}
#search .search_form input#searchtext {
	width: 200px;
}
#search .search_form #search_button {
	width: 60px;
	margin-top: 0;
	padding: 3px 0; 
	background: #23568f;
	border: 1px solid #23568f;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
#search  p.link {
	padding: 0;
}

#search .search_text p {
	padding: 0;
}
#search div.sections p, 
#search div.search_type p {
	padding: 8px 0 4px 0;
}

#search div.sections,
#search div.search_type {
	float: left;
	width: 35%;
	!height: 100%;
}

#search a.more {
	font-weight: bold;
	font-size: 1.1em;
}
#search div#select_all_links {
	margin-top: 8px;
}


/* END CSS -------------------------------------------------------> */
