/*
-----------------------------------------------
Trendtex Site
Author:   Alan Okada
Version:  July 29, 2006
-----------------------------------------------
*/

body {
	background: #000 url(../img/page_back.gif) repeat-x top center;
	margin: 0;
	padding: 0;
	font-family: lucida grande, verdana, sans-serif;
	font-size: 12px;
	color: #000;
	}

p {
	margin: 0 0 10px 0;
    line-height: 150%;
    color: #333;
	}

img { border: 0; }

input, textarea, select, password, submit { font-size: 11px; font-family: lucida grande, verdana, sans-serif; }

a { color: #000; }
a:hover { color: #666; }


/* =HEADINGS
---------------------------------------------------------------------------------------------- */
h1, h2, h3, h4 {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #333;
	}

h1 { font-size: 18px; }
h2 { font-size: 14px; }

h1.headline { font-size: 14px; }
h2.headline { font-size: 12px; }


/* =CONTAINER
---------------------------------------------------------------------------------------------- */
#container {
	background: #fff;
	width: 798px;
	margin: 0 auto;
	border: 1px solid #666;
	border-top: 0;
	}
* html #container { /* this is recognized by IE only */
	width: 800px;  /* only for IE5.x/Win */
	w\idth: 798px; /* for other IE */
	}


/* =TOP BAR
---------------------------------------------------------------------------------------------- */
#top-bar {
	background: #161616 url(../img/topbar_back.gif) repeat-x top center;
	border-bottom: 1px solid #666;
	margin: 0 auto;
	padding: 0 15px;
	width: 770px;
	height: 12px;
	font-size: 9px;
	line-height: 10px;
	color: #999;
	text-align: right;
	}
* html #top-bar { /* this is recognized by IE only */
	width: 800px;  /* only for IE5.x/Win */
	w\idth: 770px; /* for other IE */
	}


/* =HEADER
---------------------------------------------------------------------------------------------- */
#header {
	margin-bottom: 15px;
	padding: 15px 15px 0;
	_height:1%;
	overflow: hidden;
	}
	
#logo {
	float: left;
	margin: 0;
	width: 130px;
	text-align: center;
	}

#logo-main {
	float: left;
	margin: 0;
	width: 140px;
	text-align: left;
	}

#header-actions {
	float: right;
	margin: 0;
	width: 600px;
	text-align: right;
	font-size: 11px;
	}	

#header-actions-main {
	float: right;
	margin: 0;
	width: 600px;
	text-align: right;
	font-size: 12px;
	}

#header-actions a, #header-actions-main a { color: #333; text-decoration: none; }
#header-actions a:hover, #header-actions-main a:hover { color: #000; text-decoration: underline; }

.action-active { font-weight: bold; color: #000; }


/* =MAIN
---------------------------------------------------------------------------------------------- */
#main {
    clear: both;
	margin: 0 15px 40px;
	}

#main-wnav {
	background: #fff url(../img/nav_back.gif) repeat-y top left;
	}


/* =FORM
---------------------------------------------------------------------------------------------- */
.form {
    margin-top: 20px;
	width: 100%;
	}

.form td { padding: 3px 2px 3px 0; }

.form td.label {
    padding-top: 5px;
    text-align: left;
    color: #333;
    width: 98px;
    vertical-align: top;
    }
* html .form td.label { /* this is recognized by IE only */
	width: 100px;  /* only for IE5.x/Win */
	w\idth: 98px; /* for other IE */
	}

.form span.label, .form span.inline-label { color: #333; }
.form span.inline-label { margin-left: 10px; }

.form td.twocol-value { width: 284px; padding-right: 0; }
.form .twocol-field { width: 250px; }
.form .twocol-doublefield { width: 634px; }

.form .buttons { padding-top: 15px; }

.required { font-size: 12px; font-weight: bold; color: #000; }
.required-note {
    font-size: 11px;
    color: #666;
    }


/* =NAV
---------------------------------------------------------------------------------------------- */
#navbar {
	float: left;
	padding-bottom: 50px;
	border-top: 2px solid #d6d8da;
	width: 160px;
	}

#navbar h4 {
	margin-top: 15px;
	padding: 4px 0 4px 10px;
	border-top: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	}

.nav {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}

.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.nav a {
	display: block;
	margin: 0;
	padding: 4px 5px 4px 10px;
	width: 144px;
	text-decoration: none;
	color: #000;
	}
* html .nav a  { /* this is recognized by IE only */
	width: 159px;  /* only for IE5.x/Win */
	w\idth: 144px; /* for other IE */
	}
.nav a:hover { background: #ccc; color: #000; }

.subnav a {
	padding-left: 20px;
	width: 134px;
	font-size: 11px;
	color: #444;
	}
* html .subnav a  { /* this is recognized by IE only */
	width: 159px;  /* only for IE5.x/Win */
	w\idth: 134px; /* for other IE */
	}
.subnav a:hover { color: #333; }

.nav a.current {
	background: #555;
	/*
	border-top-color: #888;
	border-bottom-color: #666;
	*/
	color: #fff;
	font-weight: bold;
	}

.nav li img { vertical-align: top; }

.nav-main {
	font-size: 11px;
	margin-top: 5px;
	}

#search {
	margin: 5px 10px;
	}

.main_search { width: 130px; }

a.main_site_link, a.main_site_link:hover { color: #941a1d; !important}


/* =MESSAGES
---------------------------------------------------------------------------------------------- */
#msg-confirm, #msg-alert, #msg-warn, #msg-fatal {
    margin: 10px 0;
    border: 1px solid;
    padding: 5px 5px 5px 35px;
    text-align: left;
    line-height: 150%;
    }

#msg-confirm { background: #ebfbde url(../img/msg_confirm.gif) no-repeat 10px 5px; border-color: #b1ef7b; color: #060; }
#msg-alert   { background: #fdd0c9 url(../img/msg_alert.gif) no-repeat 10px 5px; border-color: #b50d00; color: #b50d00; }
#msg-warn    { background: #fef5bf url(../img/msg_warn.gif) no-repeat 10px 5px; border-color: #fcd800; color: #4c3e06; }

#msg-confirm a { color: #060; }
#msg-alert a   { color: #b50d00; }
#msg-warn a    { color: #4c3e06; }

#msg-confirm a:hover { color: #179917; }
#msg-alert a:hover   { color: #db210e; }
#msg-warn a:hover    { color: #a38205; }

#msg-confirm img, #msg-alert img, #msg-warn img { vertical-align: middle; }
#msg-confirm ol, #msg-alert ol, #msg-warn ol { margin: 0 0 5px 16px; padding: 0; }
#msg-confirm ul, #msg-alert ul, #msg-warn ul { margin: 0 0 5px 16px; padding: 0; }
#msg-confirm p, #msg-alert p, #msg-warn p { margin: 2px 0 2px; }
#msg-confirm span.name, #msg-alert span.name, #msg-warn span.name { font-weight: bold; }

#login-box #msg-confirm, #login-box #msg-alert, #login-box #msg-warn, #login-box #msg-fatal {
    margin-right: 10px;
    margin-left: 10px;
}


/* =CONTENT
---------------------------------------------------------------------------------------------- */
#content {
	float: right;
	width: 628px;
	}


/* =RESULTS
---------------------------------------------------------------------------------------------- */
#results {
	margin: 10px 0 5px;
	text-align: left;
	}

.result-controls {
	margin-right: 10px;
	font-size: 11px;
	line-height: 11px;
	}

.result-count {
	float: left;
	width: 400px;
	padding: 4px 0;
	color: #666;
	text-align: left;
	}

.result-total {
	color: #666;
	}

.result-nav {
	padding: 5px 0 25px;
	text-align: center;
	color: #333;
	z-index: 1;
	}

.result-nav a.num {
	padding: 3px 5px;
	text-decoration: none;
	color: #555;
	}
.result-nav a:hover { color: #1f5ccf; text-decoration: underline; }

.result-nav a.current {
	background: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #000;
	}

.result-nav img { margin-top: -2px; padding: 0 5px; }

#result-sort {
	float: right;
	width: 180px;
	padding: 5px 0;
	text-align: right;
	color: #666;
	}

#result-sort a {
	padding: 3px 5px;
	text-decoration: none;
	color: #999;
	}
#result-sort a:hover { color: #1f5ccf; text-decoration: underline; }

#result-sort a.current {
	background: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #000;
	}

.result-design {
	float: left;
	margin: 0 5px 5px 0;
	width: 202px;
	height: 260px;
	}

.design-image {
	width: 200px;
	height: 150px;
	}
.image-loading {
	padding: 67px 0 0 92px;
	}

.design-sample {
	border: 1px solid #ccc;
	padding-bottom: 0;
	width: 200px;
	}
* html .design-sample { /* this is recognized by IE only */
	width: 202px;  /* only for IE5.x/Win */
	w\idth: 200px; /* for other IE */
	}

.colorbar {
	margin-top: 5px;
	}

.colorswatch-container, .colorswatch-container-selected {
	float: left;
	margin: 0 3px 3px 0;
	width: 27px;
	height: 27px;
	}
.colorswatch-container { border: 1px solid #ccc; }
.colorswatch-container-selected { border: 1px solid #333; }

.colorswatch {
	margin: 1px;
	width: 25px;
	height: 25px;
	}

.design-info {
	margin: 0;
	padding: 2px 0;
	font-size: 12px;
	}

.design-info-title { }
.design-info .name-id { margin: 0; font-weight: bold; }
.design-info .subinfo { color: #333; }

.design-info-color {
	padding-top: 2px;
	font-size: 10px;
	color: #555;
	}


/* =DESIGN DETAIL
---------------------------------------------------------------------------------------------- */
#detail-title { 
	margin-bottom: 5px;
	}

#detail {
	padding-right: 10px;
	}

#detail-img-container {
	float: left;
	width: 302px;
	}

#medium_img {
	border: 1px solid #999;
	}
#ruler {
	margin-top: 5px;
	}

#detail-info {
	float: right;
	width: 301px;
	}

#detail-info h3 {
	margin: 0 0 3px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	color: #666;
	}

#available {
	margin: 15px 0 10px;
	}

.construction-header {
	margin: 5px 0 7px;
	color: #333;
	}

.construction {
	line-height: 150%;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	}
	
.construction-break {
	padding-top: 5px;
	}

.available-construction {
	margin: 0 0 10px;
	}

.available-color, .available-color-selected {
	float: left;
	width: 150px;
	margin-bottom: 2px;
	/*border: 1px solid #fff;
	padding: 3px 5px 0;*/
	color: #555;
	}

.available-color-selected {
	/*border-color: #ddd;
	background: #eee;*/
	color: #000;
	}

.available-color-text {
	float: right;
	width: 116px;
	vertical-align: center;
	padding: 7px 0 5px;
	}

.available-color-name { font-size: 12px; }
.available-color-construction { font-size: 10px; font-weight: normal; color: #444; }

#detail-fullsize {
	/*background: url(../img/icon_zoom.gif) no-repeat 20px center;*/
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
	}
#detail-fullsize img { vertical-align: middle; }

.fineprint { color: #666; font-size: 11px; }

.detail-meta { margin-top: 0; }
.detail-meta .label { color: #666; }


/* =FULLSIZE IMAGE
---------------------------------------------------------------------------------------------- */
#fullsize-img, #fullsize-img-none {
	text-align: center;	
	}
#fullsize-img { padding: 20px 0; }
#fullsize-img-none { padding: 200px 0; }

#img-45, #img-58 {
	background: url(../img/ruler_36v.gif) no-repeat top right;
	margin: 20px auto 50px;
	padding: 0 20px;
	text-align: right;
	}

.full-img {
	
	}

#img-45 {
	width: 564px;
	}
* html #img-45 { /* this is recognized by IE only */
	width: 604px;  /* only for IE5.x/Win */
	w\idth: 564px; /* for other IE */
	}

#img-58 {
	width: 725px;
	}
* html #img-58 { /* this is recognized by IE only */
	width: 765px;  /* only for IE5.x/Win */
	w\idth: 725px; /* for other IE */
	}

#img-wrapper {
	background: url(../img/full_img_space.gif) repeat top left;
	border: 1px solid #ccc;
	}

#img-45 #img-wrapper {
	width: 562px;
	}
* html #img-45 #img-wrapper  { /* this is recognized by IE only */
	width: 564px;  /* only for IE5.x/Win */
	w\idth: 562px; /* for other IE */
	}
	
#img-58 #img-wrapper {
	width: 725px;
	}
* html #img-58 #img-wrapper  { /* this is recognized by IE only */
	width: 727px;  /* only for IE5.x/Win */
	w\idth: 725px; /* for other IE */
	}

.return-to-detail {
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: bold;
	}
.return-to-detail a { color: #333; }
.return-to-detail a:hover { color: #000; }


/* =MAIN PAGE
---------------------------------------------------------------------------------------------- */
#slideshow {
	float: left;
	width: 508px;
	height: 250px;
	}

#main-login {
	float: right;
	background: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	width: 228px;
	height: 228px;
	}
* html #main-login { /* this is recognized by IE only */
	width: 250px;  /* only for IE5.x/Win */
	w\idth: 228px; /* for other IE */
	}

#login-fields {
	margin-top: 10px;
	}

.label { font-size: 12px; color: #555; }

.input-mainlogin {
	width: 200px;
	}

#welcome {
	float: left;
	width: 508px;
	margin: 15px 0 20px;
	}

#about-gallery {
	float: right;
	width: 250px;
	margin: 15px 0 20px;
	}

#full-page {
	border-top: 1px solid #666;
	}

.page-header { margin: 15px 0 5px; }

/* =FOOTER
---------------------------------------------------------------------------------------------- */
#footer {
	width: 800px;
	margin: 10px auto 0;
	padding-bottom: 50px;
	text-align: right;
	line-height: 150%;
	font-size: 10px;
	color: #aaa;
	}

#footer a {
    color: #aaa;
    text-decoration: none;
    }
#footer a:hover {
    color: #aaa;
    text-decoration: underline;
    }

/* =MISCELLANEOUS
---------------------------------------------------------------------------------------------- */
.clearboth { 
    clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* =LOGIN
---------------------------------------------------------------------------------------------- */
#login { background: #000; }

#login-box {
	background: #fff;
    margin: 100px auto 0 auto;
    padding: 0;
    border: 1px solid #666;
    width: 500px;
    text-align: left;
	}
* html #login-box { /* this is recognized by IE only */
	width: 502px;  /* only for IE5.x/Win */
	w\idth: 500px; /* for other IE */
	}

#login-top-bar {
	background: #161616 url(../img/topbar_back.gif) repeat-x top left;
	border-bottom: 1px solid #222;
	text-align: right;
	padding: 1px 0 0 0;
	height: 11px;
	font-size: 9px;
	line-height: 10px;
	color: #aaa;
	}
* html #login-top-bar { /* this is recognized by IE only */
	height: 12px;  /* only for IE5.x/Win */
	h\eight: 10px; /* for other IE */
	}

#login-logo {
	float: left;
	margin: 25px 0;
	padding: 25px 0;
	width: 170px;
	border-right: 1px solid #ddd;
	text-align: center;
	}

#login-form {
	float: right;
	width: 300px;
	margin: 40px 10px;
	}

.login { width: 300px; }
.login td { padding: 3px 5px; }
.login td.label { text-align: right; color: #333; } 

.input-login { width: 175px; }



/* =sIFR Text Replacement
---------------------------------------------------------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.headline {
	visibility: hidden;
}

.sIFR-hasFlash h2.headline {
	visibility: hidden;
	/*letter-spacing: -9px;
	font-size: 55px;*/
}
/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

