/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

/** navigation tabs **/

.SiteAuthRegisterLabel {color: #fff34f;}

.SiteTabUnselectedLabel table tbody tr td {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000;}

.SiteTabSelectedLabel table tbody tr td {font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #000;}

/** search box **/

.siteSearchBox {background: url(http://images.collector-actionfigures.com/bg_searchbox.png) 0px 0px no-repeat;}

.SiteSearchTitleLabel {
	font-size: 11px;
	font-weight: bold;
}

table.SiteSearchContextOptionsSelectItem tbody tr td .selectItemText {height: 14px!important;}

#searchBox input, #searchBox select {
	border: 1px solid #aabed7;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	height: 18px;
	float: left;
	margin-right: 5px;
}

.SiteSearchQueryTextItemHint  {
	padding-top: 2px;
        margin-top: -4px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
}

table.UniverseBrowseSelectItem tbody tr td .selectItemText {font-size: 11px; height: 14px!important;}


td.buttonTitle {}

/** selection/miller area **/

table.UniverseViewItemsOptionsSelectItem tbody tr td .selectItemText {height: 14px!important;}

.UniverseBrowseCategoryLabel {font-family: Verdana, sans-serif; font-size: 11px; font-weight: bold; padding-right: 5px;}

.UniverseBrowseCategoryOptionLabel {font-family: Verdana, sans-serif; font-size: 11px; color: #10109e; text-decoration: underline; cursor: pointer!important;}

td.formCell .selectItemText /** this affects all the dropdowns **/ {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
}

.UniverseItemViewHeaderCanvas {background-color: #fefefe;}

/** results area **/

td.headerTitle {color: #666;}

td.UniverseItemViewAttributeNameLabel {font-size: 12px; font-weight: bold;}


/** item detail area **/


.itemDetailImage {border: 1px solid #3d3ac1;}

/** Begin Marketing Styles Section - Dougs Stuff **/

.mkt-section-head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
}
.mkt-section-page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.mkt-section-head1-Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
}

.mkt-bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.mkt-footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
}

.mkt-head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}