@charset "UTF-8";
/* CSS Document */



body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;

}

#container {
	width: 950px;
}

#container2 {
	width: 950px;
	float: left;
}

p {
font-size: 12px;
font-weight: normal;
line-height: 16px;
color: #000000;
text-decoration: none;
text-align: left;
margin-left: 20px;
vertical-align: middle;
}

#title {
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 75px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
}

#contact_panel {
	float: left;
	vertical-align: middle;
	width: 250px;
	height: 750px;
	position: relative;
	clear: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
	background-color: #F0F0F0;
}

#fluff_panel {
	float: left;
	vertical-align: top;
	width: 300px;
	height: 750px;
	background-color: #F0F0F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

#login_panel {
	float: left;
	vertical-align: middle;
	width: 350px;
	height: 100%;
	position: relative;
	clear: none;
}

#login_field {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin-left: 20px;
	vertical-align: middle;
	width: 300px;
}

#collection {
	width: 950px;
	float: left;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.collection_date {
	font-size: 12px;
	line-height: 38px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	width: 80px;
	float: left;
}

.collection_name {
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	width: 400px;
	float: left;
	margin-left: 20px;
}

.collection_linesheet {
	font-size: 12px;
	line-height: 38px;
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	float: left;
}

.collection_images {
	font-size: 12px;
	line-height: 38px;
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 140px;
	float: left;
}

.collection_swatches {
	font-size: 12px;
	line-height: 38px;
	color: #cccccc;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	float: left;
}

a:link{font-size:12px;color:#666666;}
a:visited{font-size:12px;color:#666666;}
a:hover{font-size:12px;color:#000000;}
a:active{font-size:12px;color:#000000;}

.header {
	height:40px;
	border-bottom:solid 1px #999999;
	position: relative;
}

.header a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
.header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
.header a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
.header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: underline;
}

#thumb_panel {
margin-left: 10px;
width: 560px;
float: left;
}

.thumbnail_image{
width: 100px;
margin-right: 10px;
margin-bottom: 20px;
border: none;
float: left;
}

.thumbnail_image img{
width: 100px;
height: 150px;
border: 1px solid #cccccc;
float: left;
margin-bottom: 5px;
}

#display_panel {
margin-left: 0px;
width: 400px;
height: 650px;
float: left;
font-size: 12px;
color:#999999;
}

#display_panel img{
margin-bottom: 10px;
width: 400px;
height: 600px;
border: 1px solid #cccccc;
float: left;
}




/* ######### CSS for Shade Tabs. Remove if not using ######### */

#linesheetPanel {
	width: 990px;
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navigation {
width: 950px;
margin: 0;
text-align: left;
}

.shadetabs{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: bold 12px Arial, Helvetica, Verdana, Sans Serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.shadetabs li{
	display: inline;
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 10px 10px 10px 10px;
	margin-right: 3px;
	border: 0px solid #ccc;
	color: #CCCCCC;
	background-color: #999999;
}

.shadetabs li a:visited{
	color: #2d2b2b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 0px solid #FF2222;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #CCCCCC;
	bottom: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #FF0000;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background-color: #CCCCCC;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #CCCCCC;
	bottom: 1px;
}

.tabcontent {
display: none;
border-bottom: 1px solid #cccccc;
width: 950px;
margin-bottom: 1em;
padding: 0px
}


#contact_panel2 {
	background-color: #F3F3F3;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 210px;
	clear: none;
	float: right;
}
#collection_header {
	width: 950px;
	float: left;
	margin-left: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif !important;
	;
	color: #FFFFFF !important;
	;
}

