@charset "utf-8";
/*
 * stylesheet.css
 */
.contentText, .contentText table {
	padding: 5px 0 5px 0;
	line-height: 1.5;
}
.stockWarning {
	color: #cc0033;
	text-align: center;
}
.btn-disabled {
  opacity:0.5;
	filter:alpha(opacity=50);  /* IE7 */
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
}
.errorBlock {
	padding: 0 20px;
	border: 1px solid #b18383;
	margin-bottom: 20px;
}
.errorBlock .errorTxt {
	padding: 1px 0 1px 25px;
	background: url(./images/ic/icon_exclamation.gif) left 0.1em no-repeat;
	border: 0;
	border-radius: 0;
	color: #820303;
	font-size: 1.15em;
}
.warningBlock {
	padding: 0 20px;
	border: 1px solid #b62e2e;
	margin-bottom: 20px;
}
.warningBlock .warningTxt {
	padding: 1px 0 1px 20px;
	background: url(./images/icons/warning.gif) left 0.1em top 0.3em no-repeat;
	border: 0;
	border-radius: 0;
	color: #b62e2e;
	font-size: 1.15em;
}
.successBlock {
	padding: 0 20px;
	border: 1px solid #99ab1c;
	margin-bottom: 20px;
}
.successBlock .successTxt {
	padding: 1px 0 1px 20px;
	background: url(./images/icons/success.gif) left 0.1em top 0.3em no-repeat;
	border: 0;
	border-radius: 0;
	color: #99ab1c;
	font-size: 1.15em;
}
.primary_address {
	float: right;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	vertical-align: middle;
}
.show-sp-only {
	display : none;
}
/* Erroe Messages */
TR.headerError {
  background: #ff0000;
}
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
TR.headerInfo {
  background: #00ff00;
}
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.messageStackError, .messageStackWarning {
  padding: 1 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #ffb3b5;
  color: #000000;
}
