/*

	Product Public Styles
	Shred-Tech®, July 2009
	kenzie@famousfolks.ca
	
*/

/* =Tabbed Navigation ************/

.content ul.tabs {
	list-style: none;
}
.content ul.tabs li {
	margin-left: 0;
}

.content ul#tab-nav {
	background: url(../images/tab-nav-bg.gif) repeat-x bottom left;
	list-style: none;
	margin-bottom: 2em;
	overflow: hidden;
	width: 100%;
}
.content ul#tab-nav li {
	float: left;
	font-size: 1.4em;
	margin: 0;
}
.content ul#tab-nav li a {
	color: #315385;
	cursor: pointer;
	display: block;
	padding: 5px 20px;
	text-decoration: none;
}
.content ul#tab-nav li a:visited {
	color: #315385;
}
.content ul#tab-nav li a:hover {
	color: #e25b15;
}
.content ul#tab-nav li a:focus, .content ul#tab-nav li a:active {
	color: #315385;
}

.content ul#tab-nav li.current {
	background: #fff
}
.content ul#tab-nav li.current a {
	background: url(../images/tab-nav-bg.gif) repeat-x top left;
	color: #333;
}

/* =Article Lists ********/

.article ul {
	margin-left: 24px;
}

/* =Features ************/

.content dl.features dt {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
.content dl.features dd {
	font-size: .9em;
	line-height: 1.4;
	margin: 1em 0;
}

.content div.features img {
	padding: 1em 40px;
}


/* =Options ************/

ul.options {
	margin: 1em 24px;
}


/* =Specifications ************/

table.specs tr th {
	font-weight: bold;
	padding: 12px 2px;
	text-align: left;
	text-transform: uppercase;
}
table.specs tr th strong {
	background: #eee;
	display: block;
	padding: 2px;
}
table.specs tr td {
	padding: 2px 40px 2px 2px;
	vertical-align: top;
}

table.application tr th {
	padding: 2px;
	text-align: center;
}
table.application tr th strong {
	padding: 2px 6px;
}
table.application tr td {
	border: 1px solid #eee;
	padding: 2px 20px;
	text-align: center;
	vertical-align: top;
}

/* =Galleries ************/

ul.videos {
	list-style: none;
}
ul.videos li {
	float: left;
	margin: 0 20px 20px 0;
}


/* =Case Studies ************/

table.studies {
	border-collapse: collapse;
}
table.studies tr th {
	font-weight: bold;
	padding: 12px 4px;
	text-align: left;
	text-transform: uppercase;
}
table.studies tr td {
	padding: 6px 40px 6px 6px;
	vertical-align: top;
}
table.studies tr td.description {
	padding-top: 0;
	color: #666;
}
table.studies tr td img {
	vertical-align: top;
}
table.studies tr.odd {
	background: #eee;
}

table.studies td.description {
	font-size: .9em;
}