/********** for real global - do not remove - Dave *********/
.ap_image {
	border: 3px solid #aaa;
}
.ap_imageselected{
	border:3px solid #99CC33;
}
.ap_image:hover,.ap_imageselected:hover{
	border: 3px solid #888;
}
/* for linerad and account tabs */
.glosstabs {
	width: 100%;
	position:relative;
/*	z-index:2;*/
}
.glosstabs ul {
	display: inline;
	margin: 0px auto;
}
.glosstabs ul li {
	float: left;
	margin: 0px;
	height: 22px;
	padding: 0px;
}
.glosstabs ul li.l {
	width: 6px;
	background: url(/images/glossy_tab_l.jpg) no-repeat;
}
.glosstabs ul li.m {
	font-weight: bold;
	font-size: 10px;
	line-height: 23px;
	width: auto;
	padding: 0px 3px 0px 3px;
	cursor: pointer;
	background:url(/images/glossy_tab_m.jpg);
}
.glosstabs ul li.r {
	width: 6px;
	background: url(/images/glossy_tab_r.jpg) no-repeat;
}
.glosstabs ul li.sel_l {
	background: url(/images/glossy_tab_sel_l.jpg) no-repeat;
}
.glosstabs ul li.sel_m {
	background:url(/images/glossy_tab_sel_m.jpg);
}
.glosstabs ul li.sel_r {
	background: url(/images/glossy_tab_sel_r.jpg) no-repeat;
}
.glosstabs ul li.high_l {
	background: url(/images/glossy_tab_highlight_l.jpg) no-repeat;
}
.glosstabs ul li.high_m {
	background:url(/images/glossy_tab_highlight_m.jpg);
}
.glosstabs ul li.high_r {
	background: url(/images/glossy_tab_highlight_r.jpg) no-repeat;
}
.glosstabs ul li.off_m {
	color: #CCCCCC;
}

/* carousel css  - do not remove - Dave */
.ap_carouselimg{
    background-position: center center;
    background-repeat: no-repeat;
	height: 75px;
	width: 75px;
}
.ap_carousel_parent{
	overflow: hidden;
	position: relative;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #dedede;
	padding: 0px;
	clear:both;
}
.ap_carousel_list{
	padding: 0px;
	margin: 0px;
	position: absolute;
}
.ap_carousel_list_item{
	float: left;
}
.ap_carousel_list_item div{
	background-color: #efefef;
}
.ap_carousel_next,.ap_carousel_prev{
	position: absolute;
 	padding: 3.5em 2px;
 	background-image: url('/images/transparent60pc.png');
}
.ap_carousel_prev{
	left: 0px;
}
.ap_carousel_next{
	right: 0px;
}
.ap_carousel_next:hover,.ap_carousel_prev:hover{
 	background-image: url('/images/transparent30pc.png');
}
/* carousel supplementary dialog */
#ap_viewallgraphics{
	display: none;
}
.ap_view_all_list li{
	list-style-type: none;
	float: left;
}
.ap_view_all_list li div{
    background-position: center center;
    background-repeat: no-repeat;
	margin: 1px;
	width: 100px;
	height: 100px;
}

/* Inline Login */
#ap_saveadbutton {
}
#ap_saving {
	display:block;
	text-align:center;
	padding: 10px 0px;
	margin:0px auto;
}

div.ap_inlinemessage {
	padding: 4px;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	border: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('//d2f0mstwcz0j78.cloudfront.net/resources/images/icons/info.png');
	text-align: left;
}
#ap_inlinemessage {
	border: 1px solid #00529B;
	color: #00529B;
	background-color: #BDE5F8;
}
#ap_inlineloggedin {
	border: 1px solid #4F8A10;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('//d2f0mstwcz0j78.cloudfront.net/resources/images/icons/valid.png');
}
#ap_inlineerror {
	border: 1px solid #D8000C;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('//d2f0mstwcz0j78.cloudfront.net/resources/images/icons/error.png');
}

form.ap_inlineform fieldset {
	border:none;
}
form.ap_inlineform fieldset legend {
	line-height:20px;
	display:none;
}
form.ap_inlineform fieldset div {
	display:block;
	height:20px;
	clear:left;
}
form.ap_inlineform fieldset div label {
	display:block;
	float:left;
	width:110px;
	padding-right:2px;
	line-height:20px;
	text-align:right;
}
form.ap_inlineform fieldset div input.ap_text {
	float:left;
	width:150px;
}
form.ap_inlineform fieldset div.ap_required label {
	color:#c00;
}
form.ap_inlineform fieldset input.ap_submit {
	display:block;
	clear:left;
	margin-left:110px;
	margin-top:10px;
}
/* End of inline login CSS */