/* Standard HTML Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
}
/* table */
table {
	border-collapse: collapse;
}
table tr.even {
	background-color: #EEE;
}
table tr.even_gray {
	background-color: #DDD;
}
table td {
	padding: 4px;
	line-height: 1.2em;
}
/* list */
li {
	padding:4px 0 0 0;
}
/* form */
form {
	display: inline;
	margin: 0;
	padding: 0;
}
select, input, textarea {
	margin: 0;
}

/* standard detail/view table */
table.details {
	border-collapse: collapse;
}
table.details td {
	padding: 4px;
	line-height: 1.2em;
}
table.details th {
	text-align: right;
	font-weight: bold;
	padding: 4px;
	line-height: 1.2em;
}


/* Menu */
#menu_wrapper {
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #600;
	position: relative;
	z-index:1000;
	height: 30px;
}
ul#menu {
	min-width: 920px;
	max-width: 1000px;
	padding: 0 0 0 2px;
	margin: 0;
	list-style: none;
	text-align: left;
}
ul#menu a {
	font-family: Lucinda Sans, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
ul#menu li {
  float: left;
	margin: 0 -1px;
	padding: 0;
	position: relative;
	height: 30px;
	background-image: url('../images/menu-divider.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
ul#menu li.right {
	position: absolute;
	right: 10px;
}
ul#menu li.right span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 12px;
	line-height: 30px;
	background-image: url('../images/menu-divider.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
ul#menu li.right span img {
	margin: 9px 0 0 0;
}
ul#menu li a {
	display: block;
	float: left;
	height: 30px;
	white-space: nowrap;
	font-size: 13px;
	line-height: 30px;
	padding: 0 12px;
	margin: 0;
	color: #FFF;
	background-image: url('../images/menu-divider.gif');
	background-position: left top;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
ul#menu li:hover {
	background-image: url('../images/menu-over.gif');
	background-repeat: repeat-x;
	z-index: 2000;
}
ul#menu li ul {
	list-style: none;
	padding: 0;
	position: absolute;
	min-width: 190px;
	left: 0;
	top: 30px;
	margin: 0 0 0 2px;
	border: none;
	background-color: #000;
	border: solid 1px #222;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	z-index:3000;
}
ul#menu li.right ul {
	right: 0;
	left: auto;
}
ul#menu li ul li {
	float: none;
	padding: 0;
	margin: 0;
	height: 30px;
	min-width: 200px;
	background-image: none;
	border-top: solid 1px #555;
}
ul#menu li.right ul li {
	text-align: left;
}
ul#menu li ul li a {
	color: #DDD;
	height: auto;
	float: none;
	white-space: nowrap;
	min-height: 14px;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 12px;
	margin: 0;
	background-image: none;
	text-decoration: none;
}
ul#menu li ul li a img {
	float: right;
	position: relative;
	margin: 0 0 0 10px;
	top: 1px;
}
ul#menu li ul li:hover {
	background-image: none;
	background-color: #CC0000;
}
ul#menu li ul li:hover a {
	color: #FFF;
}
ul#menu li ul {
	display: none;
}
ul#menu li.hover ul {
	display: block;
	z-index: 4000;
}

ul#menu #twitter_icon {
}
ul#menu #twitter_icon:hover {
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;
}
ul#menu #twitter_icon a {
	background-image: none;
	display: block;
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
ul#menu #twitter_icon img {
	padding: 4px 6px 0;
}

/* Hide main h1 heading element. */
#page_heading {
	display: none;
}

/* Header - Public */
#header_wrapper {
	height: 75px;
	background-color: #000;
}
#header {
	min-width: 800px;
	max-width: 1000px;
	height: 75px;
	background-color: #000;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 17px;
	left: 10px;
}
#header td {
	text-align: right;
	vertical-align: middle;
}
#header #login_de {
	background-image: url('/images/buttons/login_de.gif');
	position: absolute;
	top: 30px;
	right: 225px;
	height: 25px;
	width: 50px;
	margin: 0 0 5px 0;
}
#header #login_en {
	background-image: url('/images/buttons/login_en.gif');
		position: absolute;
		top: 30px;
		right: 225px;
		height: 25px;
		width: 50px;
		margin: 0 0 5px 0;
}
#header #login_es {
	background-image: url('/images/buttons/login_es.gif');
		position: absolute;
		top: 30px;
		right: 225px;
		height: 25px;
		width: 50px;
		margin: 0 0 5px 0;
}
#header #login_it {
	background-image: url('/images/buttons/login_en.gif');
		position: absolute;
		top: 30px;
		right: 225px;
		height: 25px;
		width: 50px;
		margin: 0 0 5px 0;
}
#header #login_zh {
	background-image: url('/images/buttons/login_zh.gif');
		position: absolute;
		top: 30px;
		right: 225px;
		height: 25px;
		width: 50px;
		margin: 0 0 5px 0;
}
#header #login_tw {
	background-image: url('/images/buttons/login_zh.gif');
		position: absolute;
		top: 30px;
		right: 225px;
		height: 25px;
		width: 50px;
		margin: 0 0 5px 0;
}

#header #links {
	position: absolute;
	top: 14px;
	right: 10px;
}

/* Search Box */
#header div#search {
	position: absolute;
	top: 28px;
	left: 380px;
	height: 25px;
}
#header div#search input#q {
	height: 23px;
	border: none;
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
	width: 180px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
#header div#search select#a {
	height: 23px;
	border: none;
	margin: 0 0 0 2px;
	padding: 2px 0 0 3px;
	float: left;
	font-size: 14px;
	line-height: normal;
}
#header div#search input#q.gray {
	color: #999;
	width: 190px;
}
#header div#search a#search-button {
	float: left;
	height: 25px;
	width: 25px;
	margin: 0 0 0 2px;
	background-image: url('/images/buttons/search.gif');
}

/* Header - Control Panel */
#header_cp {
	min-width: 800px;
	max-width: 1000px;
	height: 75px;
	background-color: #000;
	position: relative;
}
#header_cp #logo {
	position: absolute;
	top: 17px;
	left: 10px;
}
#header_cp td {
	text-align: right;
	vertical-align: middle;
}
#header_cp #links {
	position: absolute;
	top: 14px;
	right: 10px;
}
#header_cp div#search {
	position: absolute;
	top: 28px;
	left: 380px;
	height: 25px;
}
#header_cp div#search input#q {
	height: 23px;
	border: none;
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
	width: 180px;
	float: left;
	font-size: 16px;
	line-height: normal;
}
#header_cp div#search select#a {
	height: 23px;
	border: none;
	margin: 0 0 0 2px;
	padding: 2px 0 0 3px;
	float: left;
	font-size: 14px;
	line-height: normal;
}
#header_cp div#search input#q.gray {
	color: #999;
}
#header_cp div#search a#search-button {
	float: left;
	height: 25px;
	width: 25px;
	margin: 0 0 0 2px;
	/*background-image: url('/images/buttons/search.gif');*/
}

/* Header - Admin */
#admin_header {
	background-color: #fff;
	position: relative;
}

/* Main Page Content */

#main #content {
	padding: 10px 10px 35px 10px;
	vertical-align: top;
	text-align: left;
	background-color: #FFF;
}
#main #content h1 { /* Phase this out and use class=breadcrumbs */
	margin: -10px -10px 5px -10px;
	padding: 10px 0 10px 20px;
	font-size: 14px;
	line-height: normal;
	border-bottom: solid 1px #ACE;
	background-color: #DEF;
	text-transform: uppercase;
}
#main #content h1 a {
}

.breadcrumbs {
	border-bottom: solid 1px #ACE;
	background-color: #DEF;
}
.breadcrumbs_wrapper {
	text-align: left;
	max-width: 1000px;
}
.breadcrumbs_content {
	float: left;
	padding: 7px 0 6px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.breadcrumbs_cp {
	border-bottom: solid 1px #ACE;
	background-color: #DEF;
	background-image: url('/images/cp-header.gif');
}
.breadcrumbs_cp_content {
	float: left;
	padding: 8px 0 5px 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	background-image: url('/images/cp-header.gif');
}
.submit_translation {
	float: right;
	text-align: right;
	padding: 4px 15px 6px 0;
	line-height: normal;
}
.main_content {
	padding: 0 0 0 50px;
}
.main_leftside_ads {
	text-align: center;
	padding: 0 0 5px 0;
	max-width: 200px;
}

/* Text Styles */
.tiny_text {
	font-size: 10px;
	font-weight: normal;
}
.gray_bold {
	color: #333;
	font-weight: bold;
}
.gray {
	color: #888;
}
.red {
	color: #C00;
}
.green {
	color: #390;
}
.blue {
	color: #0000AA;
}
.orange {
	color: #CC5500;
}

/* Headers */
.small_header{
	font-weight: bold;
	font-size: 10pt;
}
.normal_header{
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
}
.medium_header{
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.gray_header{
	background-image: url(/images/gray_background.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 2px 5px;
	margin: 0 0 5px -10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #AAA;
}

/* Boxes */
.box {
	background-color: #fff;
}
.box h2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #DDD;
	font-size: 12px;
	padding: 1px 1px 1px 10px;
	margin: 1px 1px 1px 1px;
	color: #555;
}
.help_box {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 3px;
}
.notice_box {
	background-color: #f2f2f2;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 20px;
	margin: 10px 10px 10px 10px;
}
.tip_box {
	background-color: #FFFF99;
	border: 1px solid #FFDD77;
	padding: 10px;
}
.round_gray_box{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#ddd;
	overflow: hidden;
}
.gray_box_round{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#eee;
	border: 1px solid #ccc;
	padding: 10px;
}
.response_box {
	background-color: #FFEEEE;
	border: 1px solid #CC8877;
	padding: 3px;
	margin: 3px 3px 3px 3px;
}
.error_box{
	background-color: #FFCCBB;
	padding: 10px 20px;
}
.header_info_box {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	padding: 0px 3px 3px 3px;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	float: right;
	margin: -20px 5px 0px 0px;
}
.standard_box {
	vertical-align: top;
	background-color: #FFF;
	border: 1px solid #999;
}
.round_box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	border: 1px solid #ccc;
	padding: 10px;
}

/* Copyright notice tag. */
.copyright_notice {
	text-transform: uppercase !important;
}

div#admin_box {
	border: 1px solid #999;
	padding: 5px;
	font-size: .9em;
}
#admin_box h3 {
	margin: 0 0 0 0;
	background-color: #555;
	font-weight: bold;
	color: #fff;
	padding: 2px 0 2px 3px;
	margin: 0 0 3px 0;
}
#admin_box th {
	padding: 2px;
	background-color: #CCC;
	border-bottom: 1px solid #999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
#admin_box td {
	padding: 2px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	width:50%;
}
#admin_box tr {
 border-bottom:1px solid #CCC;
}
/* use class for non-unique styles */
div .admin_box {
	border: 1px solid #999;
	padding: 5px;
	font-size: .9em;
}
.admin_box h3 {
	margin: 0 0 0 0;
	background-color: #555;
	font-weight: bold;
	color: #fff;
	padding: 2px 0 2px 3px;
	margin: 0 0 3px 0;
}
.admin_box th {
	padding: 2px;
	background-color: #CCC;
	border-bottom: 1px solid #999;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
.admin_box td {
	padding: 2px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	width:50%;
}
.admin_box tr {
 border-bottom:1px solid #CCC;
}
.info_box {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
.round_red_box{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFDDEE;
	overflow: hidden;
	padding: 7px;
}
.round_yellow_note_box{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color:#FFFF99;
	overflow: hidden;
	padding: 7px;
}
.billing_box_header {
	background-color: #CCC;
	border-top: 1px solid #999;
	padding: 2px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}
.billing_box {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #999;
	margin: 0px 0px 5px 0px;
}

/* Links and Buttons */
/* Sort Links */
a.a,
a.d,
a.reset,
a.link_out {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 13px;
}
a.a {
	color: #C00;
	background-image: url('/images/sort-up.gif');
}
a.d {
	color: #C00;
	background-image: url('/images/sort-down.gif');
}
a.reset{
	font-size: 0.8em;
	font-weight: normal;
	padding-right: 20px;
	background-image: url('/images/icons/arrow_refresh.png');
}
a.link_out {
	background-image: url('/images/link_out.png');
}
/* Other Links */
a.add, a.remove, a.edit, a.done, a.checked, a.un_checked, a.run, a.confirm_email {
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.add {
	background-image: url('/images/icons/add.png');
}
a.remove {
	background-image: url('/images/icons/delete.png');
}
a.checked {
	background-image: url('/images/checkbox.png');
}
a.un_checked {
	background-image: url('/images/checkbox_clear.png');
}
a.edit {
	background-image: url('/images/icons/edit.gif');
}
a.done {
	background-image: url('/images/icons/tick.png');
}
a.run {
	background-image: url('/images/icons/control_play_blue.png');
}
a.confirm_email {
	background-image: url('/images/icons/email_go.png');
}
.warning {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url('/images/icons/error.png');
}
.denied {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url('/images/extras/slash.png');
}
/* Buttons */
a.button {
	display: block;
	text-indent: 1000px;
	outline: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	white-space: nowrap;
	line-height: 1px;
}
a.button:hover {
	background-position: center left;
}
a.button:active {
	background-position: bottom left;
}
a.inline_button {
	display: inline-block;
	text-indent: 1000px;
	outline: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	white-space: nowrap;
	line-height: 1px;
}
a.inline_button:hover {
	background-position: center left;
}
a.inline_button:active {
	background-position: bottom left;
}
a.button.on-white {
	border: solid 1px #DDD;
}
a.button.on-gray {
	border: solid 1px #BBB;
}
a.button.x85x46 {
	width: 85px;
	height: 46px;
}
a.button#add-button {
	background-image: url('/images/buttons/add.gif');
}
a.button#search-button {
	background-image: url('/images/buttons/search.gif');
}
a.button#wanted-button {
	background-image: url('/images/buttons/wanted.gif');
}
a.button#login-button {
	background-image: url('/images/buttons/login-2.gif');
}
a.button#list-button {
	background-image: url('/images/buttons/list.gif');
}
a.selected {
	font-weight: bold;
	color: black;
}

/* Request Buttons */
#contact_seller-button_en {
	background-image: url('/images/buttons/contact_seller.gif');
	height: 40px;
	width: 90px;
}
#contact_seller-button_es {
	background-image: url('/images/buttons/contact_seller_es.gif');
	height: 40px;
	width: 90px;
}
#contact_seller-button_de {
	background-image: url('/images/buttons/contact_seller.gif');
	height: 40px;
	width: 90px;
}
#contact_seller-button_fr {
	background-image: url('/images/buttons/contact_seller_fr.gif');
	height: 40px;
	width: 90px;
}
#contact_seller-button_it {
	background-image: url('/images/buttons/contact_seller_it.gif');
	height: 40px;
	width: 90px;
}
#contact_seller-button_jp {
	background-image: url('/images/buttons/contact_seller_jp.gif');
	height: 40px;
	width: 90px;
}
#contact_seller-button_zh {
	background-image: url('/images/buttons/contact_seller_zh.gif');
	height: 40px;
	width: 90px;
}
#contact_seller-button_tw {
	background-image: url('/images/buttons/contact_seller_zh.gif');
	height: 40px;
	width: 90px;
}


#seller_call-button_en {
	background-image: url('/images/buttons/seller_call.gif');
	height: 40px;
	width: 100px;
}
#seller_call-button_es {
	background-image: url('/images/buttons/seller_call_es.gif');
	height: 40px;
	width: 100px;
}
#seller_call-button_de {
	background-image: url('/images/buttons/seller_call.gif');
	height: 40px;
	width: 100px;
}
#seller_call-button_fr {
	background-image: url('/images/buttons/seller_call_fr.gif');
	height: 40px;
	width: 100px;
}
#seller_call-button_it {
	background-image: url('/images/buttons/seller_call_it.gif');
	height: 40px;
	width: 100px;
}
#seller_call-button_jp {
	background-image: url('/images/buttons/seller_call_jp.gif');
	height: 40px;
	width: 100px;
}
#seller_call-button_zh {
	background-image: url('/images/buttons/seller_call_zh.gif');
	height: 40px;
	width: 100px;
}
#seller_call-button_tw {
	background-image: url('/images/buttons/seller_call_zh.gif');
	height: 40px;
	width: 100px;
}

#contact_seller_search-button_en {
	background-image: url('/images/buttons/contact_seller_search.gif');
	height: 24px;
	width: 124px;
}
#contact_seller_search-button_es {
	background-image: url('/images/buttons/contact_seller_search_es.gif');
	height: 24px;
	width: 124px;
}
#contact_seller_search-button_de {
	background-image: url('/images/buttons/contact_seller_search.gif');
	height: 24px;
	width: 124px;
}
#contact_seller_search-button_fr {
	background-image: url('/images/buttons/contact_seller_search_fr.gif');
	height: 24px;
	width: 124px;
}
#contact_seller_search-button_it {
	background-image: url('/images/buttons/contact_seller_search_it.gif');
	height: 24px;
	width: 124px;
}
#contact_seller_search-button_jp {
	background-image: url('/images/buttons/contact_seller_search_jp.gif');
	height: 24px;
	width: 124px;
}
#contact_seller_search-button_zh {
	background-image: url('/images/buttons/contact_seller_search_zh.gif');
	height: 24px;
	width: 124px;
}
#contact_seller_search-button_tw {
	background-image: url('/images/buttons/contact_seller_search_zh.gif');
	height: 24px;
	width: 124px;
}

/* Pagination */
.pagination {
	padding: 2px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 1px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #003388;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	//border-radius: 5px;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #003388;
	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #003388;
	font-weight: bold;
	background-color: #003388;
	color: #FFF;
	//-moz-border-radius: 5px;
	//-webkit-border-radius: 5px;
	//border-radius: 5px;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;
	background-color: #ffffff;
	color: #ccc;
	//-border-radius: 5px;
	//-webkit-border-radius: 5px;
	//border-radius: 5px;
}

/* Sections */
.section {
	display: none;
}
.section.active {
	display: block;
}
.section_header {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 1px 1px 1px 5px;
}
.section_content{
	margin: 10px;
	font-size: 12px;
}
tr.gray_header td {
	font-weight: bold;
	font-size: 8pt;
	color: #222;
	text-transform: uppercase;
	white-space: nowrap;
}
div.gray_header{
	background-image: url(/images/gray_background.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 2px 10px;
	margin: 0 0 5px -10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #AAA;
	font-weight: bold;
	font-size: 8pt;
	color: #222;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Flash Styles */
.flash {
	padding: 10px;
	border: solid 3px #CCC;
	background-color: #FFF;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1em;
	color: #000 !important;
}
.flash.red {
	border-color: #C66;
	background-color: #FEE;
}
.flash.yellow {
	border-color: #CC6;
	background-color: #FFD;
}
.flash.green {
	border-color: #6C6;
	background-color: #EFE;
}
#favorite_success,
#favorite_failure,
#favorite_remove {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15px 0;
	border-width: 0 0 2px 0;
	text-align: center;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	z-index: 10000;
}
.flash-error {
	/* display: table; */
	border: solid 1px #C66;
	background-color: #FEE;
	padding: 10px;
	margin: 0px 0px 7px 0px;
}
.flash-notice {
	padding: 10px;
	border: solid 10px #CCC;
	background-color: #EEE;
	font-size: 90%;
	margin: 0px;
}
/* Notice Styles */
.notice {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-size: 11px;
	line-height: 3ex;
	margin: 0 0 10px 0;
}
.notice h2 {
	margin: -10px -10px 10px -10px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	border: none;
	color: #000;
	letter-spacing: 0;
}
.notice h2 img,
.notice h2 a {
	display: block;
	float: right;
	margin: -1px -1px 0 5px;
	height: 16px;
	line-height: 16px;
}
.notice.red { background-color: #FEE; border-color: #ECC; }
.notice.red h2 { background-color: #FDD; }
.notice.red h2 a { color: #933; }

.notice.green { background-color: #EFD; border-color: #CDB; }
.notice.green h2 { background-color: #DEC; }
.notice.green h2 a { color: #583; }

.notice.yellow { background-color: #FFD; border-color: #DD9; }
.notice.yellow h2 { background-color: #EEC; }
.notice.yellow h2 a { color: #884; }

.notice.gray { background-color: #F5F4F3; border-color: #CCC; }
.notice.gray h2 { background-color: #E5E3E1; }
.notice.gray h2 a { color: #666; }

.indicator {
	font-weight: bold;
	text-transform: uppercase;
}

/* Advertisements */
/* Banners */
.banner {
	padding: 0px 5px 5px 5px;
	margin: 0 0 10px 0;
}
/* Sponsored Links */
.email_ad {
	position: relative;
	padding: 3px 3px 3px 3px;
	background-color: #F5F4F3;
	border: 1px solid #CCC;
	margin: 0 5px 5px 0;
	font-size: 12px;
	line-height: normal;
	min-width: 210px;
}
.sponsored_link {
	position: relative;
	padding: 3px 3px 3px 3px;
	background-color: #F5F4F3;
	border: 1px solid #CCC;
	margin: 0 5px 5px 0;
	font-size: 12px;
	line-height: normal;
	height: 70px;
	min-width: 380px;
}
.vertical_sponsored_link {
	position: relative;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	background-color: #F5F4F3;
	border: 1px solid #CCC;
	font-size: 1em;
	line-height: normal;
	max-width: 200px;
	min-width: 170px;
	height: 170px;
}
.video_ad {
	position: relative;
	padding: 3px 3px 3px 3px;
	background-color: #F5F4F3;
	border: 1px solid #CCC;
	margin: 0 5px 5px 0;
	font-size: 12px;
	line-height: normal;
	height: 70px;
	min-width: 380px;
}
.video_ad_horizontal {
	position: relative;
	padding: 3px 3px 3px 3px;
	background-color: #F5F4F3;
	border: 1px solid #CCC;
	margin: 0 5px 5px 0;
	font-size: 12px;
	line-height: normal;
	height: 70px;
	min-width: 380px;
}
.sl-title {
	font-weight: bold;
	padding: 0 0 3px 0;
}
.sl-description {
	margin: 0 0 2px 0;
}
.sl-url a {
	color: #390;
}
.sl-logo {
	float:left;
	padding:0 8px 0 0;
	max-width: 110px;
	max-height: 65px;
}
.sl-label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	color:#999;
	position: absolute;
	right: 2px;
	bottom: 0px;
}
.video_label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
	color:#FFF;
	position: absolute;
	right: 2px;
	bottom: 0px;
	background-color: #999;
	margin: 0 0 2px 0;
}

/* Video Ad */
.standard_video_ad .wrapper {
	border: 1px solid #FFCC88;
	padding: 5px;
	margin: 0 0 15px 0;
	background-color: #FFF;
	text-align: center;
	width: 200px;
}
.standard_video_ad .header {
	text-align: center;
	font-weight: bold;
	color: #000;
	background-color: #FFDD99;
	border-bottom: 1px solid #FFCC88;
	border-right: 1px solid #FFCC88;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
.standard_video_ad .logo {
	padding: 2px 0 3px 0;
	margin: 0;
}
.standard_video_ad .video {
	padding: 0;
	margin: 0;
}
.standard_video_ad .watch_video_link {
	padding: 0 0 5px 0;
}
.standard_video_ad .watch_video_link {
	font-size: 1em;
	font-weight: bold;
	color: green;
	text-decoration: underline;
}
.standard_video_ad .headline {
	padding: 5px 0 5px 0;
	font-size: .9em;
	font-weight: bold;
}
.standard_video_ad .listings_link {
	padding: 0 0 10px 0;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
.standard_video_ad .profile_link {
	padding: 0 0 3px 0;
	font-size: 1em;
	font-weight: bold;
}
.standard_video_ad .website {
	padding: 0 0 3px 0;
	font-size: 1em;
	text-decoration: underline;
}
.standard_video_ad .phone {
	padding: 0 0 3px 0;
	font-size: 1em;
}


/* Video Ad Viewer */
.video_ad_viewer {
	text-align: center;
	padding: 10px;
	border: 3px solid #CCC;
	background-color: #FFF;
}
.video_ad_viewer .content {
	text-align: left;
	padding: 0 5px 5px 5px;
	font-size: 1em;
}
.video_ad_viewer .profile_link {
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.video_ad_viewer .listings_link {
	padding: 5px 0 5px 0;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
.video_ad_viewer .headline {
	padding: 10px 0 5px 0;
	font-weight: bold;
}
.video_ad_viewer .description {
	padding: 5px 0 5px 0;
}
.video_ad_viewer .ad_url {
	padding: 5px 0 10px 0;
}
.video_ad_viewer .website {
	padding: 5px 0 0 0;
}
.video_ad_viewer .phone {
	padding: 5px 0 0 0;
}
.video_ad_viewer .email {
	padding: 5px 0 0 0;
}
.video_ad_viewer .mt_link {
	padding: 20px 0 0 0;
}

/* Results table */
table.results {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table.results tr.even {
	background-color: #F8F8F8;
}
table.results tr.gray {
	background-color: #F2F2F2;
}
table.results tr.green {
	background-color: #EEFFEE;
}
table.results th {
	background-image: url(/images/gray_background.gif);
	background-repeat: repeat-x;
	padding: 5px 10px 2px 5px;
	margin: 0 0 5px -10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #AAA;
	text-align:left;
	font-weight: bold;
	font-size: 8pt;
	color: #222;
	text-transform: uppercase;
	white-space: nowrap;
}
table.results th.numbers {
	text-align:right;
}
table.results td {
	padding: 3px 8px;
	vertical-align: top;
	line-height: 1.2em;
	border-bottom: solid 1px #DDD;
}
table.results td.new {
	background-color: #FFEE88;
	font-weight: bold;
}
table.results td.used {
	background-color: #FFEE88;
	font-weight: bold;
}

/* Print Results */
table.print_results {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table.print_results th {
	padding: 5px 10px 2px 5px;
	margin: 0 0 5px -10px;
	border: 1px solid #AAA;
	text-align:left;
	font-weight: bold;
	font-size: 8pt;
	color: #222;
	text-transform: uppercase;
	white-space: nowrap;
}
table.print_results th.numbers {
	text-align:right;
}
table.print_results td {
	padding: 2px;
	vertical-align: top;
	line-height: 1.2em;
	border: solid 1px #DDD;
	font-size: .7em;
}
table.print_results td.new {
	background-color: #FFEE88;
	font-weight: bold;
}
table.print_results td.used {
	background-color: #FFEE88;
	font-weight: bold;
}

/* Tabs */
ul.tabs {
	list-style: none;
	border-bottom: solid 1px #CCC;
	padding: 0 13px;
	height: 21px;
	margin: 0 -10px 10px -10px;
}
ul.tabs li {
	float: left;
	margin: 0 8px 0 0;
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	background-color: #FFF;
	border: solid 1px #CCC;
	background-color: #DDD;
	font-size: 11px;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
}
ul.tabs li.active {
	background-color: #FFF;
	border-bottom-color: #FFF;
}
ul.tabs li.active a {
	color: #333;
}
.disabled {
	color: #666;
	background-color: #E5E3E1;
}
ul.tabs li img.check {
	visibility: hidden;
	position: absolute;
	top: 2px;
	right: 3px;
}
ul.tabs li.checked {
	padding-right: 22px;
}
ul.tabs li.checked img.check {
	visibility: visible;
}
ul.tabs li.more {
	background-color: #FFF;
	border: none;
	color: #000;
}
ul.tabs li.more a {
	color: #000;
}
ul.tabs li.more a:hover {
	color: #06C;
}

/* Tabs */
ul.gold_tabs {
	list-style: none;
	border-bottom: solid 6px #FFCE6B;
	padding: 1px 13px;
	height: 40px;
	margin: 0 -10px 10px -10px;
}
ul.gold_tabs li {
	float: left;
	margin: 0 0 0 8px;
	height: 40px;
	line-height: 40px;
	padding: 0 6px;

	background-image: url('/images/white_button_bg.gif');
	background-repeat:repeat-x;

			border-top: solid 1px #CCC;
			border-left: solid 1px #CCC;
			border-right: solid 1px #CCC;
	background-color: #FFF;
	font-size: 11px;
	position: relative;
}

ul.gold_tabs li.blank_tab {
	float: left;
	margin: 0 0 0 8px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	background-image: none;
	top: 1px;
	border: 0;
	font-weight: bold;
	font-size: .8em;
	color: #555;
	position: relative;
}

/* Gold Tabs (used on RFQ process) */
ul.gold_tabs li a {
	text-decoration: none;
	color: #000;
}
ul.gold_tabs li.active {
	background-image:url('/images/gold_button_bg.gif');
	background-repeat:repeat-x;
	border-color: #FFDD77;
}
ul.gold_tabs li.active a {
	color: #333;
}
.disabled {
	color: #000;
	background-color: #FFF;
}
ul.gold_tabs li img.check {
	visibility: hidden;
	position: absolute;
	top: 2px;
	right: 3px;
}
ul.gold_tabs li.checked {
	padding-right: 22px;
}
ul.gold_tabs li.checked img.check {
	visibility: visible;
}
ul.gold_tabs li.more {
	background-color: #FFF;
	border: none;
	color: #000;
}
ul.gold_tabs li.more a {
	color: #000;
}
ul.gold_tabs li.more a:hover {
	color: #06C;
}

/* Error Validation */
.fieldWithErrors {
	display: table;
	/*  border: solid 1px #C66; */
	/*  background-color: #FF6655;*/
}
.error_list{
	padding-left: 50px;
}
.errorExplanation {
}
.errorExplanation * { display: none; }
.errorExplanation ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.errorExplanation li {
	list-style-type: disc;
	font-size: 12px;
	padding-top: 3px;
	display: list-item;
	color: #C00;
}
form .fieldWithErrors {
	display: inline;
}
form .fieldWithErrors input,
form .fieldWithErrors select,
form .fieldWithErrors textarea {
	background-color: #FFCCBB;
}

/* Footer */
#footer {
	position: relative
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #EEE;
	border-top: solid 1px #CCC;
	color: #333;
	padding: 5px;
	font-size: .9em;
	text-align: center;
}
#footer td {
  text-align:center;
}
#footer a {
	color: #000;
	padding:2px 2px 0 2px;
}
#footer a:hover {
	background-color: #999;
	color: #FFF;
}
#footer #small_print {
  font-size:.7em;
}

/* Misc Styles */
.small_print {
  font-size:.9em;
  padding: 4px;
}
.new {
	color: red;
}
.title_red {
	color: #C00;
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps
}
.search_option {
	line-height: 1.6em;
	padding-bottom: 10px;
}
.search_title {
	text-decoration: underline;
}
.icon {
	position:relative;
	bottom: -3px;
	right: 1px;
}
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.scrolling_window{
	height: 150px;
	width: 100%;
	overflow: auto;
	vertical-align: top;
	background-color: #FFF;
	border: 1px solid #999;
}
.scrolling_window_tall{
	height: 300px;
	overflow: auto;
	vertical-align: top;
	background-color: #FFF;
	border: 1px solid #999;
}
.form_sub_heading {
	background-color: #EEE;
	font-weight: bold;
}
.even {
	background-color: #EEE;
}
.bold_black_link a {
	color: #000;
	size: 2.5em;
	font-weight: bold;
	background-color: #FFF;
}
.bold_black_link a:hover {
	text-decoration:underline;
	background-color: #CCC;
	text-decoration:none;
}
span.information {
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url('/images/icons/information.png');
	color: #999;
}
/* highlighting */
.highlight {
	background-color: #FFFF99;
}
.highlight a {
	text-decoration:underline;
}
.highlight a:hover {
	text-decoration:none;
}

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #EFEFEF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000;
	-moz-box-shadow: 0 0 64px #000;
	box-shadow: 0 0 64px #000;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}


/* Events styles */
.event_label{
  font-weight: bold;
  text-align: right;
  width: 200px;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.event_field{
  width: 350px;
  float: left;
  margin-top: 3px;
}
.event_type{
  color: #000;
  font-weight: bold;
  background-color: #CCDDCC;
}
.event_label_field{
  margin-top: 3px;
}

#preferences table {
}
#preferences th {
	color:#777;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	padding: 0 0 20px 0;
}
#preferences td {
	padding: 0 0 20px 5px;
}
#preferences .large_select {
	font-size: 16px;
}



/* Questionable Styles - possibly not neeed */
/* Basic Form */
table#form_basic {}
table#form_basic th {
	font-weight: bold;
	text-align: right;
}
/* Paging (PHASE OUT) */
.paging {
	position: relative;
	top: 5px;
	right: -10px;
}

/* Content wrapper for phasing out left side nav bar */
.content_wrapper {
	padding: 0 0 0 50px;
	max-width: 1000px;
}

/* css button */
.cssbtn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; line-height:normal;}
.cssbtn * { font-style: normal; background-image: url(/images/btn_corner.png); background-repeat: no-repeat; display: block; position: relative; }
.cssbtn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.cssbtn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.cssbtn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.cssbtn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .cssbtn span, * html .cssbtn i { float: left; width: auto; background-image: none; cursor: pointer; }
/* css button color theme */
.cssbtn.blue { background: #2ae; }
.cssbtn.green { background: #9c3; }
.cssbtn.pink { background: #e1a; }
.cssbtn.yellow { background: #fc3; }
.cssbtn.gray { background: #ccc; }
.cssbtn:hover { background-color: #00ff00; color: #fff; }
.cssbtn:active { background-color: #00ff00; color: #555 }
.cssbtn.gray:hover { background-color: #ffdd77; color: #fff; }
.cssbtn.gray:active { background-color: #ffdd77; color: #CC0000 }

.cssbtn[class] { background-image: url(/images/btn_shade.png) !important;
				 background-image: none; /* IE6 hack */
				 background-position: bottom; }http://localhost:3000/us/submit_translation

* html .cssbtn { border: 3px double #aaa; }
* html .cssbtn.blue { border-color: #2ae; }
* html .cssbtn.green { border-color: #9c3; }
* html .cssbtn.pink { border-color: #e1a; }
* html .cssbtn.yellow { border-color: #fc3; }
* html .cssbtn:hover { border-color: #fc3; }


/* CSS Begin (point out html attrs vs CSS)
 font, center, div[align], p[align], table[align], font[color] {
	 color : #cd0000;
	 font-weight : bold;
	 background : #eecc11 url(images/warning.gif) repeat 0 0;
	 margin : 10px;
	 padding : 10px;
	 border : 2px dashed #cd0000;
	 font-size : 2em;
}
*/
