/* CSS Document */

#action-bar 
{
	width:280px;
	margin:0 10px 0 15%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
#action-bar a
{
	color:#ffffff;
	text-decoration:none;
}
#action-bar a:hover
{
	color:#f9ed9b;
	text-decoration:none;
}
#action-bar  #bar-middle
{
	background:url(/images/action/bar_bg.png);
	height:49px; 
}
#action-bar  #bar-middle #bar-left
{
	background:url(/images/action/bar_left.png) left repeat-y;
	height:49px; 
}
#action-bar  #bar-middle #bar-right
{
	background:url(/images/action/bar_right.png) right repeat-y;
	height:49px; 
}
#action-bar  #bar-bottom
{
	margin: 0;
	background:url(/images/action/bar_bottom_bg.png) repeat-x top;
	height:13px;
	width:280px;
}
#action-bar  #bar-bottom #bar-bottom-left
{
	background:url(/images/action/bar_bottom_left.png) top left no-repeat;
	height:13px; 
}
#action-bar  #bar-bottom #bar-bottom-right
{
	background:url(/images/action/bar_bottom_right.png) top left no-repeat;
	float:right;
	height:13px; 
	width:12px;
}

#top-action
{
	margin:0 auto; 
	padding-top:5px; 
	padding-left:10px; 
	text-align:center; 
	width:270px; 
}

#action-print
{
	float:left; 
	display:inline; 
	width:74px;
	margin:0 0 0 10px;
}
#action-print a
{
	float:left;
	padding:0 38px 0 0;
	background: transparent url(/images/action/print.png) no-repeat 38px 0;
}
#action-print a:hover
{
	background: transparent no-repeat url(/images/action/print.png) 38px -17px;
}

#action-email
{
	float:left; 
	display:inline; 
	width:74px;
}
#action-email a
{
	float:left;
	padding:0 37px 0 0;
	background: transparent url(/images/action/email.png) no-repeat  37px 0;
}
#action-email a:hover
{
	background: transparent url(/images/action/email.png) no-repeat  37px -17px;
}

#action-text
{
	float:left;
    display:inline;
}
#action-text a
{
	float:left;
	padding:0 4px 0 0;
}

#action-text span
{
	float:left;
	color:#ffffff;
	padding:0 4px 10px 0;
	margin:0;
}

#action-text-group
{
	float: left;
	margin: 0;
	padding: 0;
}
#action-text-group li
{
	float: left;
	list-style: none;
}
#action-text-group a
{
	float: left;
	width: 20px;
}

#action-text-medium a
{
	float:left;
	text-indent: -9999px;
	background: transparent url(/images/action/medium-a.png) no-repeat 0px -1px;
}
#action-text-medium a:hover
{
	text-indent: -9999px;
	background: transparent url(/images/action/medium-a.png) no-repeat 0px -18px;
}

#action-text-large a
{
	float:left;
	text-indent: -9999px;
	background: transparent url(/images/action/large-a.png) no-repeat 0px -1px;
}
#action-text-large a:hover
{
	text-indent: -9999px;
	background: transparent url(/images/action/large-a.png) no-repeat 0px -18px;
}

/****************/
/*  SEARCH BOX  */
/****************/

.clear-box{
	width:100%;
	height:1px;
	clear:both;
}
	
#search-box{
	position:relative;	
	height:23px;
	width:239px;
	margin:0 0 0 21px;
	clear:both;
}
#search-box .sb{
	background:url(/images/action/search_box_middle.png) no-repeat 13px 1px;
	height:22px;
}
#search-box .sb .sb-left{
	background:url(/images/action/search_box_left.png) no-repeat 0 1px;
	height:22px;
}
#search-box .sb .sb-right{
	height:23px;
	width:100%;
	padding:1px 0 0 0;
}
#search-box input{
	border:0px solid #000000;
}
#search-box label{
	display:none;
}
#search-box .search-textbox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	height:17px;
	width:185px;
	padding:1px 0 0 2px;
	vertical-align:top;
	margin:1px 0 0 14px;
}
#search-box .search-button{
	cursor:pointer;
	background:url(/images/action/search_box_btn.png) no-repeat 0 0;
	height:22px;
	width:30px;
}
#search-box .search-button:hover{
	background:url(/images/action/search_box_btn.png) no-repeat 0 -22px;
}

