/*****************************************************************
	Description: Stylesheet for Hip Intranet
	Author: Angie Herrera / 420 Design for Threshold
	Version: 2008 August
*****************************************************************/





/*	Global
-------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: 13px/1.5em Helvetica, Arial, sans-serif;
	background: #dfe3e4;
	color: #3b4245;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

img {
	border: 0;
}

.hr {
	border-top: 1px solid #6e7f86;
}

.hr hr {
	border: 0;
	background: 0;
	height: 1px;
}

#iwrap a {
	color: #3b4245;
	text-decoration: none;
	border-bottom: 1px dotted #3b4245;
}

#iwrap a:hover {
	border: 0;
	color: #83c24a;
	border-color: #83c24a;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}






/*	Typography
-------------------------------------------------------------------*/
h1 {
	font-weight: normal;
	color: #218fa4;
}

h2 {
	font-weight: normal;
}






/*	Structure
-------------------------------------------------------------------*/
#iwrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}






/*	Top area
-------------------------------------------------------------------*/
img#logo {
	float: left;
}

h1#page_title {
	float: right;
	width: 70%;
	text-align: right;
	margin-top: 3em;
}







/*	Tables
-------------------------------------------------------------------*/
table#version_list,
table#detail_top {
	border: 1px solid #6e7f86;
	width: 800px;
	margin-left: 20px;
	border-collapse: collapse;
	padding: .25em;
	margin: 0 auto;
}

table#version_list {
	width: 100%;
	margin-top: 20px;
}

table#detail_top h3 {
	text-align: center;
}

table#version_list td,
table#detail_top td,
table#version_list th,
table#leather td,
table#fabric td,
table#leather th,
table#fabric th,
table#collections td {
	padding: .25em .5em;
	border: 1px solid #6e7f86;
}

table#detail_top td {
	width: 50%;
}

table#version_list th.model,
table#leather td.model,
table#fabric td.model {
	width: 240px;
	text-align: left;
}

table#version_list th.model { text-align: center; }

table#version_list th.dimensions,
table#leather td.dimensions,
table#fabric td.dimensions {
	width: 95px;
	text-align: center;
}

table#leather,
table#fabric {
/*	margin-top: 10px;*/
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #6e7f86;
}

table#leather td,
table#fabric td {
	text-align: center;
}

table tr.odd td { background: #c9cfd2; }







/*	Collections list
-------------------------------------------------------------------*/
dl.collections {
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #6e7f86;
	clear: both;
	width: 220px;
	height: 80px;
}

dl.collections dt {
	width: 100px;
	float: left;
	margin: 0;
}

dl.collections dd.details,
dl.collections dd.pdf {
	margin: 0 0 0 120px;
}

/*	columns	*/
.column {
	margin-right: 20px;
}

.last {
	margin: 0;
}









/*	Tabs (prototype)
-------------------------------------------------------------------*/
ul#controltabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#controltabs li {
	display: inline;

	margin: auto .3em;
}







/*	Hidden stuff (for printing)
-------------------------------------------------------------------*/
.printshow {
	display: none;
}
