/*///////////////////////////////////////////////////////
Style Guide
/////////////////////////////////////////////////////////

#idName {
	display: block; position: absolute; top: 0; left: 0; z-index: 1; width: auto; height: auto; overflow: auto;
	margin: 0; border: 0 solid #FFFFFF; padding: 0; background: #FFFFFF url('../images/spacer.gif') no-repeat left top;
	font: italic small-caps bold 68%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #000000px; text-align: left; text-decoration: none;

//	font: <'font-style'> <'font-variant'> <'font-weight'> <'font-size'>/<'line-height'> <'font-family'>	//
}
*/




/*//////////////////////////////////////////////
------------------------------------------------
Colour Palette for Testing Purposes
------------------------------------------------

#469AB7  #DA2F77  #FFBD22
#DDDDDD  #EEEEEE  #FFFFFF

//////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////
General Style Information
///////////////////////////////////////////////////////*/

/*////// Structure Module //////*/
html {
}
body {
	margin: 0; padding: 0; background: #FFFFFF;
	font: 71%/150% verdana, arial, helvetica, sans-serif; 
}
div {
}

/*////// Text Module //////*/
p {
	margin: 0; margin-bottom: 1.2em;
}
blockquote {
	margin: 0 3.5em;
}
h1 {
	margin: 0; margin-bottom: 0.4em;
	color: #416D7C; font-size: 1.4em; text-transform: uppercase;
}
h2 {
	margin: 0; margin-bottom: 0.3em;
	color: #416D7C; font-size: 1.3em; text-transform: uppercase;
}
h3 {
	margin: 0; margin-bottom: 0.2em;
	color: #416D7C; font-size: 1.2em; text-transform: uppercase;
}
h4 {
	margin: 0; margin-bottom: 0.2em;
	color: #416D7C; font-size: 1.1em; font-variant: small-caps;
}
h5 {
	margin: 0; margin-bottom: 0.1em;
	color: #416D7C; font-size: 1.0em; font-weight: bold;
}
h6 {
	margin: 0; margin-bottom: 0.1em;
	color: #416D7C; font-size: 1.0em; font-style: italic;
}

abbr {
	border-bottom: 1px dashed #416D7C; color: #416D7C; cursor: help;
}
acronym {
	border-bottom: 1px dashed #416D7C; color: #416D7C; cursor: help;
}
address {
}
cite {
	color: #416D7C; font-size: 1.0em;
}
code {
	color: #416D7C; font-size: 1.0em;
}
dfn {
	color: #416D7C; font-size: 1.0em;
}
em {
	color: #416D7C; font-style: italic;
}
kbd {
	color: #416D7C; font-size: 1.0em;
}
pre {
	color: #416D7C; font-size: 1.0em;
}
q {
	font-style: italic; color: #416D7C;
}
samp {
	color: #416D7C; font-size: 1.0em;
}
span {
}
strong {
	color: #416D7C; font-weight: bold;
}
var {
	color: #416D7C; font-size: 1.0em;
}

/*////// Hypertext Module //////*/
a:link {
	color: #416D7C; /* #DA2F77 */ text-decoration: underline;
}
a:visited {
	color: #416D7C; text-decoration: underline;
}
a:hover {
	color: #469AB7; text-decoration: underline;
}
a:focus {
	color: #469AB7; text-decoration: underline;
}
a:active {
	color: #DA2F77; text-decoration: underline;
}

/*////// List Module //////*/
dl {
	margin-bottom: 1.2em;
}
dt {
	margin: 0; margin-top: 1.2em; 
	color: #555555; font-weight: bold;
}
dd {
	margin: 0;
}
ol {
	margin-top: 0; margin-bottom: 1.2em;
}
ul {
	margin-top: 0; margin-bottom: 1.2em;
}
li {
	margin-top: 0; margin-bottom: 0.6em;
}

/*////// Presentation Module //////*/
big {
}
hr {
	width: 50%; height: 1px; margin: 0 auto; margin-bottom: 0.6em; border-bottom: 1px solid #DA2F77; color: #DA2F77; text-align: center;
}
small {
}
sup {
	color: #DA2F77;
}
sub {
	color: #DA2F77;
}

/*////// Forms Module //////*/
form {
	text-align: center;
}
fieldset {
	display: block; width: 37em; margin: 0em auto 0.6em auto; border: none; padding: 0; text-align: left;
}
legend {
	display: none; margin: 0em 0em 0.6em 0em; padding: 0; color: #DA2F77;
}
label {
	float: left; width: 15em; text-align: left;
}
input, select {
	font-size: 1em; 
}
input, select, textarea {
	width: 14.4em;
}
select {
	width: 14.9em;
}
/*
input: focus, select: focus {
	background: #EEEEEE; color: #DA2F77;
}
*/
option {
}
textarea {
	font: 1em verdana, sans-serif;
}
submit, reset, button, .button, #submit {
	width: auto; margin-left: 15.0em; border: 2px outset #9FBBC5; padding: 0 3px; background: #416D7C; color: #FFBD22; 
}
.radio input, .checkList input {
	width: auto; 
}

/*////// Table Module //////*/
table {
	margin-bottom: 1.2em; font-size: 1em; border: 1px solid #469AB7; background: #FFFFFF; border-collapse: separate;
}
caption {
	padding: 8px; border: 1px solid #469AB7; border-bottom: none; background: #DA2F77; font-size: 0.9em;
}
thead {
	background: #CCCCCC;
}
tbody th {
	background: #EEEEEE;
}
tfoot {
	background: #DDDDDD;
}
th {
	padding: 4px 8px; text-align: left; font-weight: bold;
}
tr {
}
td {
	border: 1px solid #EEEEEE; padding: 4px 8px; text-align: left;
}

td form {
	margin: 0;
}

/*////// Image Module //////*/
img {
	display: block; margin: 0; border: none;
}




/*///////////////////////////////////////////////////////
CLASS and ID Styles
///////////////////////////////////////////////////////*/

html {
	height: auto !important; height:100%; min-height:100%;
	margin-bottom: 1px;
}
body {
	background: #213D47 url('../images/bg-body.gif') repeat left top; 
	text-align: center;
}

#container {
	position: relative; width: 719px;
	margin: 0 auto; padding: 0; background: #FFFFFF url('../images/bg-stiches-black.gif') repeat-y left top;
	text-align: left; 
}


#skip { 
	position: absolute;
}
#skip ul, #skip li { 
	margin: 0; padding: 0; list-style-type: none;
}
#skip li a {
	position: absolute; top: -2000em; left: -2000em;
}
#skip li a:focus, #skip li a:active {
	position: absolute; top: 0; left: 0; width: 699px; _width: 719px;
	float: left; display: block; margin: 0; padding: 1.0em 10px; background: #416D7C url('../images/bg-stiches-black.gif') repeat-y left top;
	font-size: 85%; text-align: right; color: #A5BEC7; letter-spacing: .08em;
}
#skip li a:hover {
	background: #A01D54 url('../images/bg-stiches-black.gif') repeat-y left top;
	color: #F1B2CD;
}


#masthead {
	margin: 0; padding: 3.3em 0 0 0;
}
#masthead h1 {
	margin: 0; padding: 0; background: #416D7C;
}
#masthead h1 a {
	display: block; width: 719px; height: 0 !important; height /**/: 76px; overflow: hidden; 
	margin: 0; padding: 76px 0 0 0; background: #D82F76 url("../images/bg-masthead.gif") no-repeat left top;
	color: #FFFFFF; text-indent: -999em;
}


#samples {
	width: 701px; _width: 719px; height: 163px; overflow: hidden;
	margin: 0; padding: 0 0 0 18px; background: #1F3942 url("../images/bg-samples.gif") no-repeat left top;
}
.mycarousel {
	margin: 0; padding: 0; list-style: none; 
}
#samples ul {
	width: 719px; list-style: none; 
	/* padding-top: 200px; */ margin: 0; padding: 0; background: none; 
}
#samples li { 
	float: left; margin: 22px 15px;
}
#samples img { 
	width: 140px !important; height: 115px !important;
}


#content {
	margin: 0; padding: 2.5em; background: transparent url("../images/bg-content.gif") no-repeat center bottom; overflow: auto;
}
#content h2 {
	color: #DA2F77; font-family: arial, sans-serif; font-size: 1.3em; text-transform: uppercase;
}
#content h2.sales-header {
	color: #416D7C; padding-bottom: 1.4em; 
}
#content p {
	padding: 0 !important;
}
#content .signature {
	display: block; margin: -0.8em 0; padding: 0 1.0em; text-align: right;
}
#content dt {
	color: #416D7C; 
}


#sign-up {
	background: #E7E7E7 url('../images/bg-stiches-black.gif') repeat-y left top;
}
#sign-up form {
	overflow: auto; margin: 0; padding: 1.2em 2.0em 1.2em 2.5em; background: transparent url('../images/bg-border-black.gif') no-repeat left bottom;
	text-align: right; 
}
#sign-up p.note {
	float: left; width: 13.8em; 
	color: #777777; font-size: 0.8em; text-align: left; 
}
#sign-up fieldset {
	display: inline; width: auto; padding-top: 1.0em; padding-right: 1.2em; text-align: left;
}
#sign-up label {
	width: auto;
	color: #666666; font-size: 0.9em; font-weight: bold;  
}
#sign-up input {
	width: 10em; margin-left: 0.5em; border: 2px inset #DDDDDD;
}
#sign-up #submit {
	position: relative; top: 0; *top: -0.1em; width: auto !important; border: 2px outset #FFFFFF; padding: 0.2em 0.4em; *padding: 0; background: #000000;
	color: #FFFFFF; font-family: verdana, arial, helvetica, sans-serif; font-size: 0.9em; font-weight: bold; text-transform: uppercase; text-align: center; 
}
#sign-up span.required {
	color: #984869;
}


#navigation {
	position: absolute; top: 0; left: 0; z-index: 0; *z-index: -10; _*z-index: 0; width: 719px; overflow: hidden;
	display: block; clear: both; margin: 0; padding: 0; background: #416D7C url('../images/bg-stiches-black.gif') repeat-y left top;
	font-size: 0.9em; 
}
#navigation h3 {
	position: absolute; top: -999em; left: -999em; text-indent: -999em;
	color: #FFFFFF;
}
#navigation ul {
	margin: 0; padding: 1.0em 1.5em 1.0em 2.5em; background: transparent url('../images/bg-border-black.gif') no-repeat left bottom; list-style: none;
	text-align: right;
}
#navigation li {
	display: inline; margin: 0 5px; padding: 0; list-style: none;
}
#navigation a {
	position: relative; z-index: 10; color: #8EA7B0; /* #7C9199 */ text-decoration: none;
}
#navigation a:hover {
	color: #D7E7ED; text-decoration: underline;
}
#navigation ul ul {
	display: none;
}
#navigation h4 {
	display: none;
}
#navigation #general {
	display: none;
}
#navigation .v2 {
	display: none;
}


#footer {
	display: block; clear: both;
	margin: 0; padding: 0; background: #416D7C url('../images/bg-stiches-black.gif') repeat-y left top;
	font-size: 0.9em; 
}
#footer ul {
	margin: 0; padding: 1.0em 2.5em; background: transparent url('../images/bg-border-black.gif') no-repeat left bottom; list-style: none; 
}
#footer li {
	display: inline; margin: 0 5px; padding: 0; list-style: none;
}
#footer a {
	position: relative; z-index: 10; color: #8EA7B0; text-decoration: none;
}
#footer a:hover {
	color: #D7E7ED; text-decoration: underline;
}


#validate {
	_width: 719px; /* max-width: 719px; min-width: 719px; */
	display: block; margin: -3.2em 0 0 0; padding: 0.6em 0 0.6em 0.6em; 
	font-size: 0.9em; text-align: right; 
}
#validate ul {
	margin: 0; padding: 0 2.4em; list-style: none;
}
#validate li {
	display: inline; margin: 0 3px; padding: 0; list-style: none;
}
#validate a {
	position: relative; z-index: 5; color: #416D7C /* #5B8593 */; text-decoration: none;
}
#validate a:hover {
	color: #D7E7ED; text-decoration: underline;
}


#just-sew {
	position: absolute; bottom: 0; right: 0;
}
#just-sew a {
	display: block; width: 87px; height: 0 !important; height /**/: 44px; overflow: hidden; 
	margin: 0; padding: 44px 0 0 0; background: transparent url("../images/logo-just-sew.gif") no-repeat left top;
	color: #FFFFFF; text-indent: -999em;
}




/*/////////////////////////////////////////
General Styles
/////////////////////////////////////////*/

.required {
	color: #984869;
}
.image {
	float: right; margin: 0 0 1.0em 1.0em; border: 4px solid #F2F2F2; padding: 2px; background: #FFFFFF;
}
#link-code {
	padding: 0 7em; font-size: 0.9em;
}
#our-code {
	width: 100%; margin: 0 0 1.0em 0;
	font-family: courier new, serif;
}
.posted {
	color: #416D7C;
}


#length-form {
	display: none; margin: 0; padding: 0 0 1.2em 0; text-align: left; 
}
#length-form fieldset {
	display: inline; width: auto; margin: 0; padding: 0;
}
#length-form label {
	display: none; margin: 0; padding: 0;
}
#length-form input {
	display: inline; width: 10em;
}
#length-form select {
	display: inline; width: 11em;
}
#length-form .convert {

}
#length-form .convert a {
	padding: 0 1.0em; text-decoration: none; font-weight: bold; 
}


#visitor {
}
#visitor .welcome {
	padding-bottom: 0.6em;
}


#guest .welcome {
	padding-bottom: 0.6em;
}
#guest .laugh, .join {
	padding: 0 3em 1em 3em; 
	font-size: 1.8em; font-weight: normal; text-align: center; line-height: 150%; 
}
#guest .intro, #affiliate .intro {
	color: #416D7C; font-weight: bold;
}
#guest .creativity {
	padding: 0 0 0.6em 0; 
	font-size: 1.2em; line-height: 150%; 
}
#guest .price {
	font-weight: bold; font-size: 1.2em; line-height: 160%;
}


#content .quote {
	float: left; width: 40%; overflow: hidden;
	margin: 0.5em 1.5em 1.5em 0; border: 1px solid #E46197; padding: 0.5em 0 0 0; background: #F2F2F2;
}
#content .quote .testimonial {
	float: left; margin: 0 1.0em 0.5em 0.5em;
}
#content .quote .testimonial img {
	border: 1px dashed #719DAC; padding: 1px; background: #F2F2F2;
}
#content .quote p, #content #join-signup .quote p {
	padding: 0 0.5em !important; 
}
#content .quote cite {
	display: block; clear: both; padding: 0.3em 0.5em 0.5em 0.5em; background: #E46197 url('../images/bg-cite.gif') no-repeat center center;
	color: #FFFFFF; font-weight: bold; text-align: right; line-height: 1;
}

#content .right {
	float: right; margin: 0.5em 0 1.5em 1.5em; 
}


#content #marilyn {
	margin-bottom: 2.5em;
}


#guest .call-out {
	display: block; clear: both; 
	margin: 0 0 1.8em 0; text-align: center;
}
#guest .call-out p {
	margin: 0; padding: 0;
}
#guest .call-out p a {
	display: block; width: 325px; height: 0 !important; height /**/: 115px; overflow: hidden;
	margin: 0 auto; border: 2px solid #496769; padding: 115px 0 0 0; /* padding: 0.8em 1.6em; */ background: #F2F2F2 url('../images/button-join-now.gif') no-repeat left top;
	color: #666666; font-weight: bold; text-decoration: none; text-indent: -999em; 
}
#guest .call-out p a.more-quilts {
	background-image: url('../images/button-see-more-quilts.gif');
}


#content div.guarantee {
	margin-bottom: 1.5em;
}
#content div.guarantee p {
	_height: 1%; margin: 0 5em !important; border: 2px solid #496769 !important; padding: 20px !important; oveflow: auto;
	color: #666666; font-weight: bold; background: #F2F2F2 url('../images/bg-guarantee.gif') repeat left top;
}
#content div.guarantee p a {
	display: block; width: 140px; height: 0 !important; height /**/: 37px; overflow: hidden;
	margin: 1em auto; border: none !important; padding: 37px 0 0 0; /* padding: 0.8em 1.6em; */ background: #F2F2F2 url('../images/button-guarantee.gif') no-repeat left top;
	color: #496769 !important; font-weight: bold; text-decoration: none; text-indent: -999em; 
}


.clear {
	clear: both;
}


#guest .quilt {
	display: block; margin: 0 0 1.0em 0; border: 4px solid #F2F2F2; padding: 4px; background: #FFFFFF;
}
#guest .quilt span {
	display: block; margin: 4px; padding: 0; background: #F2F2F2; 
	text-align: center;
}
#guest .quilt a {
	display: block; margin: 0 auto; padding: 15px 10px; background: #F2F2F2; 
	color: #666666; font-weight: bold; text-align: center; text-decoration: none; 
}
#guest .quilt a:hover {
	background: #496769; color: #FFFFFF; text-decoration: underline; 
}
#guest .quilt a img {
	margin: 0 auto; border: 2px solid #FFFFFF;
}
#guest .quilt a:hover img {
	border: 2px solid #F2F2F2;
}


.benefits {
	margin: 0; padding: 0;
}
.benefits li {
	_height: 1%; list-style: none; padding: 0 0 0.5em 40px; background: transparent url('../images/list-tick.gif') no-repeat left top; 
}


#guest .signature {
	margin: 0; padding-top: 0.5em; text-align: left;
}
#member .signature, #affiliate .signature {
	margin: 0; padding-top: 0.5em; padding-bottom: 1.5em; text-align: left;
}


#guest #signup {
	clear: both;
}


.clear {
	clear: both;
}
.clear-heading {
	clear: both; padding-top: 1.5em;
}
.read-all {
	display: block; clear: both; padding-top: 1.0em;
}
.errmsg {
	margin: 0; padding: 0 2.5em; 
	color: #DA2F77; font-weight: bold;
}


#specials {
	padding-bottom: 1.4em;
}
#specials h1 {
	margin: 2em 0 0.4em 0;
	color: #BE3167; font-size: 1.3em; text-transform: uppercase;
}
#specials h2 {
	margin: 0 0 0.3em 0;
	color: #416D7C; font-size: 1.1em; text-transform: uppercase;
}
#specials h3 {
	margin: 0 0 0.3em 0;
	color: #416D7C; font-size: 1.2em; text-transform: uppercase;
}


.redhead {
	margin: 0 0 0.4em 0;
	font-size: 1.8em; font-weight: normal; text-align: center; line-height: 150%; color: #BE3167;
}


/* Members Navigation
// Removed #members from before all styles in this section to allow the login to be visible across ALL sections
*/

#members-navigation {
	position: absolute; top: 273px; left: 0; z-index: 0; *z-index: 900; width: 719px; overflow: hidden;
	display: block; clear: both; margin: 0; padding: 0; background: #416D7C url('../images/bg-stiches-black.gif') repeat-y left top;
	font-size: 0.9em; 
}
#members-navigation h3 {
	position: absolute; top: -999em; left: -999em; text-indent: -999em;
	color: #FFFFFF;
}
#members-navigation ul {
	margin: 0; padding: 1.0em 1.5em 1.2em 2.5em; background: transparent url('../images/bg-border-members.gif') no-repeat left bottom; list-style: none;
	text-align: center;
}
#members-navigation li {
	display: inline; margin: 0 5px; padding: 0; list-style: none;
}
#members-navigation a {
	position: relative; z-index: 10; color: #FFFFFF; /* #7C9199 */ font-weight: bold; text-decoration: none;
}
#members-navigation a:hover {
	color: #D7E7ED; text-decoration: underline;
}
#members-navigation ul ul {
	display: none;
}
#members-navigation h4 {
	display: none;
}
#members-navigation .v2 {
	display: none;
}


#content {
	padding-top: 5.2em; overflow: auto;
}

/* End Members Section */

#featured-quilt {
	float: right; clear: right; width: 312px; overflow: auto;
	margin: 0 0 1.2em 1.2em;
}
#featured-quilt h3 {
	margin-bottom: 2px; border: 4px solid #F2F2F2; padding: 2px; background: #FFFFFF;
	font-size: 1.0em; text-align: center; text-transform: none;
}
#featured-quilt .image {
	margin: 0;
}


#desktops {
	clear: both; display: block; _width: 100%; padding: 0 50px; overflow: auto;
}
.wallpapers {
	float: left; width: 49%; margin: 0; padding: 0 0 1.6em 0; overflow: auto;
}
.wallpapers dt {
	float: left; margin: 0; border: 1px solid #496769; padding: 2px; background: #EEEEEE;
}
.wallpapers dd {
	display: block; margin: 0 0 0 126px; padding: 0 0 0 0.4em;
}


.short {
	margin-top: -1.0em; overflow: auto;
}
.short dt {
	clear: left; margin-left: 160px; padding: 1.2em 0 0.3em 0; *padding: 1.0em 0 0.3em 0;
}
.short dt a {
	text-decoration: none;
}
.short dt .status {
	padding-left: 1.0em; font-weight: bold; color: #D82F76;
}
.short dd.quilt-thumbnail {
	float: left; clear: left; margin: -1.5em 0 0.6em 0; *margin: -1.4em 0 0 0; border: 1px solid #496769; padding: 2px; background: #EEEEEE url('../images/loading-grey.gif') no-repeat center center;
}
.short dd.download {
	background: #496769 url('../images/loading-aqua.gif') no-repeat center center;
}
.short dd.detailed {
	float: right !important; clear: none !important; margin-left: 1.0em; border: 1px solid #CCCCCC; 
}
.short dd.current {
	/* border: 1px solid #D82F76; */
}
.short dd {
	/* clear: right; */ margin-left: 160px;
}
.short dd.dimensions {
	color: #999999;
}


.quilt-image {
	display: block; clear: both; width: 651px; _width: 663px; margin: 0 0 0.5em 0; border: 4px solid #F2F2F2; padding: 2px; background: #496769;
}
.detail dt {
	float: left; clear: left; width: 12em; margin: 0; padding: 0 0 0.4em 0;
}
.detail dd {
	margin: 0; padding: 0 0 0.4em 0;
}
.detail dd.status {
	font-weight: bold; color: #D82F76;
}
.detail dt.description {
	display: none;
}
.detail dd.description {
	padding-top: 0.5em;
}
p.subscribe {
	display: block; text-align: center;
}
p.subscribe a {
	display: block; width: 18em; margin: 0 auto 1.0em auto; border: 2px outset #496769; padding: 10px; background: #496769;
	color: #F2F2F2 !important; font-size: 1.1em; font-weight: bold; text-decoration: none;
}
p.subscribe a strong {
	color: #FFFFFF !important;
}
p.subscribe a:hover {
	color: #D82F76 !important; background: #F2F2F2;
}
p.subscribe a:hover strong {
	color: #D82F76 !important;
}


#subscription {
	position: absolute; top: 340px; left: 180px; z-index: 900; width: 300px;
	display: block; margin: 0; border: 2px solid #D82F76; padding: 20px; background: #F2F2F2 url('../images/bg-guarantee.gif') repeat left top;
	text-align: center;
}
#subscription strong {
	color: #D82F76; text-transform: uppercase;
}
#subscription a {
	position: absolute; top: 0; right: 0; width: 16px; height: 0 !important; height /**/: 14px; overflow: hidden;
	margin: 4px; padding: 14px 0 0 0; background: #2F484A url('../images/icon-close.gif') no-repeat center top;
	text-indent: -999em;
}


th .small {
	display: block; font-weight: normal; font-size: 0.9m; color: #666666;
}
td .small {
	font-weight: normal; font-size: 0.9m; color: #999999;
}
#signup label {
	width: auto; 
}
#signup #name_f, #signup #name_l {
	width: 8em;
}
#signup .headrow {
	background: #416D7C !important; color: #FFFFFF !important;
}
#signup .headrow strong{
	color: #FFFFFF !important;
}


#member form#newsletter-subscription {
	margin: 0 !important; padding: 0.5em 0 1.5em 0 !important;
}
#member form#newsletter-subscription fieldset {
	margin: 0; padding: 0 0 0.4em 0; text-align: left;
}
#member form#newsletter-subscription .checkbox, #member form#agreement .checkbox {
	display: block; clear: both; overflow: auto;
}
#member form#newsletter-subscription .checkbox input, #member form#agreement .checkbox input {
	float: left; width: auto; margin: 0 0.5em 0 0 !important; padding: 0 !important; 
}
#member form#newsletter-subscription .checkbox label, #member form#agreement .checkbox label {
	float: left; width: auto; margin: 0; padding: 0; 
}
#member form#newsletter-subscription .button {
	margin: 0; text-align: center;
}


.become-affiliate {
	text-align: center;
}
.become-affiliate a {
	display: block; width: 25em !important; margin: 0 auto 1.0em auto; border: 2px outset #496769; padding: 10px; background: #D82F76;
	color: #FFFFFF !important; font-size: 1.1em; font-weight: bold; text-decoration: none !important; text-align: center;
}


#affiliate #affiliate-navigation {
	position: absolute; top: 273px; left: 0; z-index: 0; *z-index: 900; width: 719px; overflow: hidden;
	display: block; clear: both; margin: 0; padding: 0; background: #416D7C url('../images/bg-stiches-black.gif') repeat-y left top;
	font-size: 0.9em; 
}
#affiliate #affiliate-navigation h3 {
	position: absolute; top: -999em; left: -999em; text-indent: -999em;
	color: #FFFFFF;
}
#affiliate #affiliate-navigation ul {
	margin: 0; padding: 1.0em 1.5em 1.2em 2.5em; background: transparent url('../images/bg-border-members.gif') no-repeat left bottom; list-style: none;
	text-align: center;
}
#affiliate #affiliate-navigation li {
	display: inline; margin: 0 5px; padding: 0; list-style: none;
}
#affiliate #affiliate-navigation a {
	position: relative; z-index: 10; color: #FFFFFF; /* #7C9199 */ font-weight: bold; text-decoration: none;
}
#affiliate #affiliate-navigation a:hover {
	color: #D7E7ED; text-decoration: underline;
}
#affiliate #affiliate-navigation ul ul {
	display: none;
}
#affiliate #affiliate-navigation h4 {
	display: none;
}
#affiliate #affiliate-navigation .v2 {
	display: none;
}


#affiliate #content {
	padding-top: 5.2em; overflow: auto;
}


#affiliate .referred {
	text-align: center;
}
#affiliate .earned {
	text-align: right;
}
#affiliate #program {
	margin: 0 auto 1.5em auto;
}
#affiliate .subject {
	margin: 0.5em 0 0 1.5em; /* border: 1px solid #999999; */ padding: 0.2em 0.5em; background: #F8F8F8;
	color: #214D5C; font-family: courier new, times new roman, serif; font-size: 1.0em; 
}
#affiliate .insert {
	color: #444444;
}
#affiliate code, #affiliate pre {
	margin-top: 0; padding-top: 0 !important;
}
#affiliate pre, #affiliate .marketing-text {
	display: block; margin: 0 0 2.0em 0; border: 1px solid #CCCCCC; padding: 1.0em; background: #F8F8F8;
	color: #214D5C; font-family: courier new, times new roman, serif; font-size: 11px; 
}
#affiliate .marketing-text {
	padding-bottom: 0 !important;
}
#affiliate .marketing-text h4 {
	font-size: 15px; font-weight: bold;
}
#affiliate .terms {
	color: #666666; font-size: 11px;
}


#invitation {
	margin: 0; /*padding: 2.5em; */padding: 0; background: #FFFFFF url("../images/bg-invitation.gif") no-repeat right bottom; overflow: auto;
	text-align: left; 
}
#invitation h2 {
	color: #DA2F77; font-family: arial, sans-serif; font-size: 1.5em; text-transform: uppercase; font-weight: bold;
}
#invitation h3 {
	color: #416D7C; font-size: 1.2em; font-family: arial, sans-serif; text-transform: uppercase; font-weight: bold;
}
#invitation .note {
	color: #999999; font-size: 0.9em;
}
#invitation #sign-up {
	padding-top: 5px; background: #E7E7E7 url('../images/bg-sign-up.gif') repeat-x top center !important;
}
#invitation #sign-up, #invitation #visitor-form {
	background-image: none;
}
#invitation #visitor-form .note {
	display: none;
}
#invitation #visitor-form {
	margin: 0 0 1.0em 0; padding: 0 0 0 0; background: transparent url('../images/bg-sign-up.gif') repeat-x bottom center;
	text-align: left;
}
#invitation #visitor-form #submitButton {
	display: block; text-algin: center; padding: 4px 0 4px 18px;
}
#invitation #visitor-form #submit {
	width: 95% !important; margin: 0 0 5px 0 !important; padding: 0 0.4em !important; 
}




/*/////////////////////////////////////////
Interstitial Styles
/////////////////////////////////////////*/

#interContainer{
	position: absolute; left: 0; top: 0; z-index: 999; visibility: hidden;
	width: 450px; _width: 462px; /* Width of interstitial box*/
	border: 1px solid black; padding: 5px; padding-top: 0; background-color: #F2F2F2;
}
/* CSS for header bar of interstitial box */
#interContainer .headerbar{
	width: 100%; margin: 0; padding: 5px 0;
	color: gray; text-align: right;
}
/* CSS for header bar links of interstitial box */
#interContainer .headerbar a{
	margin: 0; border: none; padding: 0; 
	font-size: 120%; text-decoration: none; text-align: right;
}
#interContainer .headerbar img {
	margin: 0; border: none; padding: 0; text-align: right;
}
/* CSS for div that holds the content to show */
#interContent{ 
	border: none;
	background-color: white;
}
#interContent a, #interContent img { 
	border: none;
}
/* CSS for background veil that covers entire page while interstitial box is visible */
#interVeil{
	position: absolute; right: 0; top: 0; width: 10px; z-index: 998; visibility: hidden;
	background: black url('../images/blackdot.gif');
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8;
}





/*/////////////////////////////////////////
Lytebox Styles
/////////////////////////////////////////*/

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url('../images/loading.gif') center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url('../images/blank.gif') no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url('../images/prev_grey.gif') left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url('../images/prev_red.gif') left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url('../images/prev_green.gif') left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url('../images/prev_blue.gif') left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url('../images/prev_gold.gif') left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url('../images/blank.gif') no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url('../images/next_grey.gif') right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url('../images/next_red.gif') right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url('../images/next_green.gif') right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url('../images/next_blue.gif') right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url('../images/next_gold.gif') right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url('../images/close_grey.png') no-repeat; }
	#lbClose.red { background: url('../images/close_red.png') no-repeat; }
	#lbClose.green { background: url('../images/close_green.png') no-repeat; }
	#lbClose.blue { background: url('../images/close_blue.png') no-repeat; }
	#lbClose.gold { background: url('../images/close_gold.png') no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url('../images/play_grey.png') no-repeat; }
	#lbPlay.red { background: url('../images/play_red.png') no-repeat; }
	#lbPlay.green { background: url('../images/play_green.png') no-repeat; }
	#lbPlay.blue { background: url('../images/play_blue.png') no-repeat; }
	#lbPlay.gold { background: url('../images/play_gold.png') no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url('../images/pause_grey.png') no-repeat; }
	#lbPause.red { background: url('../images/pause_red.png') no-repeat; }
	#lbPause.green { background: url('../images/pause_green.png') no-repeat; }
	#lbPause.blue { background: url('../images/pause_blue.png') no-repeat; }
	#lbPause.gold { background: url('../images/pause_gold.png') no-repeat; }