/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:760px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(http://parenttools.org/tools/images/blue_panes2.jpg) no-repeat;
	display:block;
	height: 31px;   
	width: 126px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* panes */
#flowpanes {
	float: left;
	width:950px;
	height:297px;	
	border: solid 0px red;
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0px 0px;
}


#flowpanes .items ul {
	width: 160px;
	float: right;
	border: 0px solid blue;
}

#flowpanes .items li {
        padding:0 0 0px 0;
        text-indent:2px;
        list-style-type: square;
	font-size: 12px;
}

.cssnav 
{
display: block;
color: #000000;
background: url(http://parenttools.org/tools/images/grey_button.png) no-repeat;
font-size: 11px;
width: 178px;
height: 29px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav a:LINK
{
display: block;
color: #000000;
background: url(http://parenttools.org/tools/images/grey_button.png) no-repeat;
font-size: 11px;
width: 178px;
height: 29px;
display: block;
float: left;
color: black;
text-decoration: none;
}
.cssnav a:HOVER
{
display: block;
color: #000000;
background: url(http://parenttools.org/tools/images/blue_button.png) no-repeat;
font-size: 11px;
width: 178px;
height: 29px;
display: block;
float: left;
color: black;
text-decoration: none;
}


#css_buttont {
background: url(http://parenttools.org/tools/images/grey_button.png) no-repeat;
font-size: 13px;
width: 178px;
height: 29px;
display: block;
color: #333333;
text-align: center;
text-decoration: none;
margin: 4px 0 0 0;
line-height: 20px;
	border: 1px solid green;
}

#css_button a {
background: url(http://parenttools.org/tools/images/grey_button.png) no-repeat;
font-size: 13px;
width: 178px;
height: 29px;
display: block;
color: #333333;
text-align: center;
text-decoration: none;
	border: 1px solid blue;
}

#css_button a:hover {
background: url(http://parenttools.org/tools/images/blue_button.png) no-repeat;
font-size: 13px;
width: 178px;
height: 29px;
display: block;
color: #333333;
text-align: center;
text-decoration: none;
float: left;
	border: 1px solid blue;
}

#button_section {
	width: 400px;
	margin: 0 auto;	
	border: 0px solid red;
}


/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:950px;
	height: 297px;
	cursor:pointer;
	font-size:14px;
}


#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	text-align: left;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

#tabs_container {
	margin: 0px auto;
	margin-top: 0px;
	border: 0px solid red;
	width: 1000px;
	height: 297px;
}

#previous {
	background: transparent url('images/left_button.jpg') no-repeat;
    	color: #444;
    	font: normal 12px arial, sans-serif;
    	height: 296px;
	width: 22px;
    	text-decoration: none;
	border: 0px red;
}

#left_button  {
	float: left;
	width: 22px;
	height: 296px;
	margin: 0 3px 0 0;
}

#next { 
	background: transparent url('images/right_button.jpg') no-repeat;
        color: #444;
        font: normal 12px arial, sans-serif;
        height: 296px;
        width: 22px;
        text-decoration: none;
	border: 0px red;
}
#right_button {        
        float: left;
        width: 22px;
        height: 296px;
	margin: 0 0px 0 3px;
}


