/* Touts */

/** from apac.css**/

a
{
color: #848484;
text-decoration: none;
}

p, div
{
margin: 0;
padding: 0;
}
/******/

#tout-header {
	padding: 3px 0px 0px 15px;
	color : #666;
	font-weight : bold;
	text-decoration : none;
	text-transform : uppercase;
	font-size: 10px;
}

*.tout-wrapper
{
position: relative;
padding-left: 10px;
}


#footertouts a {
	text-decoration : none;
}

#footertouts #tout-header
{
font-size: 12px;
font-weight: normal;
padding-right: 10px;
}

#footertouts #tout-holder
{
padding-top: 3px;
overflow: hidden;
}

#footertouts .tout
{
height : 137px;
background-image : url(../images/touts/tout_bg_small.png);
float: left;
	display : inline; /* fixes ie6 double float bug */
	cursor : pointer;
	font-weight : bold;
	text-transform : uppercase;
	font-size: 10px !important;
	text-align: left;
	margin-right: 2px;
}

#footertouts #off .tout
{
cursor: default;
}

#footertouts  {
	background: #000 url(../images/touts/tout_bg_tile.png) repeat-x top left; 
	height: 156px;
	padding-left: 4px;
}

#footertouts .arrow-blank {
	margin : -7px 10px 0px 20px;
}

#footertouts .tout-overlay {
	background : transparent url(../images/touts/tout_overlay_small.png) no-repeat;
}

#footertouts .tout-img {
	background : transparent url(../images/touts/tout_overlay_small.png) no-repeat;
	margin: 12px;
}

#footertouts .tout-img, #footertouts .tout-overlay {
	width : 199px;
	height : 90px;
}
