/*****************************************/
/*****  w w w . l i t h i s . n e t  *****/
/*****  Design:  www.ccr-design.com  *****/
/*****************************************/


/*****  General positioning  ***************************************/
#navigation {
	margin: 0 auto;
	padding: 2em 1em 1.5em 1em;
	z-index: 10;
	border: 1px solid #eee;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

#tabs {
	width: 180px;
	float: left;
}

#stretchers {
	position: relative;
	margin-left: 200px;
}
/*******************************************************************/


/*****  Tabs styling  **********************************************/
.box_title {
	display: block;
	padding: 5px;
	margin: 0 0 2px 0;
	color: #75c20f;
	font: bold 1.2em Arial, sans-serif;
	background: #fff;
	border-bottom: 1px solid #eee;
	outline: 0;
}

.selected_box_title {
	color: #060;
	border-color: #75c20f;
	background: #f3fae4 url(../i/menu-arrow.gif) no-repeat right;
}

#tabs .folder {
	display: block;
	padding: 5px;
	margin: 0 0 2px 0;
	color: #060;
	font: bold 1.2em Arial, sans-serif;
	background: #fff;
	border-bottom: 1px solid #eee;
	outline: 0;
}

#tabs .box_title:hover {
	border-color: #75c20f;
	color: #060;
}

#tabs .folder_item {
	padding-left: 1em;
}
/*******************************************************************/


/*****  Stretchers  ************************************************/
#stretchers .information {
	color: #666;
}

#stretchers .information h4 {
	font: normal 2em 'Trebuchet MS', Arial, sans-serif;
	color: #00a5df;
	background: #fff;
	margin: 0 0 1em 0;
}
/*******************************************************************/


/*****  Tables in stretchers  **************************************/
.containertable {
	padding-bottom: 2.4em;
}

* .containertable {
	margin-bottom: 0px;
}

.containertable td {
	vertical-align: top;
	padding-right: 1.2em;
}

.containertable h5 {
	padding: 0 0.5em 0.5em 0.5em;
	margin: 0.5em 0 1em 0;
	color: #444;
	background: #fff;
	display: block;
	text-decoration: none;
	font: bold 1.2em 'Trebuchet MS', Arial, sans-serif;
}
/*******************************************************************/


/*****  Lists styling  *********************************************/
.containertable ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #eee;
}

.containertable ul li {
	margin: 0;
	padding: 0;
}

.containertable ul li a {
	display: block;
	height: 100%;
	padding: 0.5em;
	margin-bottom: 2px;
	font: normal 1em Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #222;
	background: #fff;
	border-bottom: 1px solid #eee;
	outline: 0;
}

.containertable ul li a:visited {
	color: #aaa;
	padding-left: 1.5em;
	background: #fff url(../i/link-visited.gif) no-repeat 3px 50%;
}

.containertable ul li a:visited:hover {
	color: #222;
	background: #eee url(../i/link-visited.gif) no-repeat 3px 50%;
}

.containertable ul li a:hover,
.containertable ul li a:active,
.containertable ul li a:focus {
	color: #222;
	background: #eee;
	border-bottom: 1px solid #ff4200;
}
/*******************************************************************/



