/*
--------------------------------------------------

AMA Bookstore
Developer Custom Styles  [dev-custom.css]

--------------------------------------------------
*/
/* Manage My account - higlight error*/
.errorMessage{
  color: red;
  font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

fieldset .errorMessage  {
	margin-left: 10px;	
}

.bottomErrorMessage {
  color: red;
  font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding:0px 0px 0px 155px; 
}

#header_search .search-input {
	font-size: 13px;
}

.search-text-label {
    color: #cdcdcd;
    font-weight: bold;
}

/* @group Tooltip Styles */
a.tooltip {
	cursor: help;
	margin-left: 5px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}

a.tooltip span {
	margin-left: -9999em;
	position: absolute;
}

a.tooltip:hover span {
	background: url(../images/tooltip.png) no-repeat;
	bottom: 15px;
	color: #666666;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 128px; 
	left: -28px;
	line-height: 12px;
	margin: 0px;
	padding: 0 10px 0 10px;
	text-align: left;
	width: 132px;
	z-index: 99;
	line-height:14px;
}

.tooltip:hover em {
	border: 0;
	color: #333333;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 3px 0;
	text-align: left;
}

.coupon a.tooltip {
	float: left;
	margin-right: 10px;
	position: relative;
}
/* @end Tooltip Styles */

.orderConfirmationPage-rightslots a { 
	padding-bottom: 10px;
	float: right;	
}

a.button {
	margin-right: 10px;
}

a.productLink{
	margin:5px 0;
}

.eventProductMessage {
	border-top: 1px solid #ccc;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
}

.storeLogo {
	margin-top:25px;
}
