@charset "UTF-8";
/* CSS Document for Allstate Roadside Services */
/* Created by Comsys - Heather Smith  */


/* HORIZONTAL TAB ELEMENTS */	

.tabs-container
	{
	background:url(../images/bkgrd_contentbox.jpg);
	background-repeat:repeat-x;
	width:545px;
	height:223px;
	border: 1px solid #d3ebd0;
	margin-top: 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

.tabs-nav .tabs-selected a 
	{
	background:url(../images/tab.png);
	border-top:1px solid #d3ebd0;
	border-right:1px solid #d3ebd0;
	border-left:1px solid #d3ebd0;
	border-bottom:1px solid #eff6ef;
	color:#539c4b;
	font-weight: bold;
	z-index:1;
	text-decoration: none;
	}	

.tabs-nav li a
	{
	width:80px;
	border-top:1px solid #d3ebd0;
	border-right:1px solid #d3ebd0;
	border-left:1px solid #d3ebd0;
	border-bottom:1px solid #d3ebd0;
	margin-right:3px;
	color:#3b6c95;
	text-align:center;
	padding: 6px;
	display: inline !important;
	padding-top:6px;
	position: relative;
	left: -5px;
	text-decoration: none;
	}	

.tabs-nav li a:hover
	{
	text-decoration: underline;
	}	

.tabs-nav li 
	{
	min-width:15px;
	}

/* TAB CONTENT ELEMENTS */

.content
	{
	width: 345px;
	min-height: 205px;
	border: 1px solid #cbeac8; 
	color:#64666f ;
	background-color: #f8fbf8; 		
	white-space:normal;
	padding: 8px;
	font-size: 12px;
	}

.content1
	{
	width: 345px;
	min-height: 205px;
	color:#64666f ;
	background-color: #f8fbf8; 		
	white-space:normal;
	font-size: 12px;
	}

.content_overview
	{
	border: 1px solid #cbeac8; 
	color:#64666f ;
	background-color: #f8fbf8; 		
	white-space:normal;
	padding:10px;
	font-size: 13px;
	min-height: 205px;
	}

.ContentDivCls
	{
	padding-top:17px;
	}

/* VERTICAL TAB ELEMENTS */


.verTabId 
	{
	padding-left:0px;
	padding-top:0px;
	list-style-type: none;
	}

.verTabId li
	{
	width:172px;
	padding-top:0px;
	}

.verTabId li a
	{
	text-align:center;
	}

.tabs-nav li a:hover
	{
	text-decoration:none;
	}

.verTabAlign
	{
	position: relative;
	top: 0px;
	padding:5px;
	margin-left:30px;
	margin-bottom:10px;
	cursor:pointer;
	text-align:center;
	}

td
	{
	vertical-align: top;
	}

.tabs-container h2
	{
	font-weight: bold;
	}
