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

body {
	background-color: #f4f4f4;
	color: #818181;
	margin: 0;
	padding: 0;
}
body { margin: 0; padding: 0; }     /* not sure why this is needed */

p, input, select, option, .normal, td, div, span {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #615FA9;
}

img { border: none; }
a   { outline: none; }

hr {
	height: 1px;
	color: #999966;
	background-color: #999966;
	border: none;
}

#content p { max-width: 450px; }

table th {
	font-size: .8em;
	vertical-align: bottom;
	/* background-color: #ebebeb; */
	padding: 4px;
	color: #818181;
}


/* --------------------------------------------------- */
/* Headings */

.head1	{ color: #ccc; font-weight: normal; }
.head2	{ color: #ccccff; font-weight: bold; }
.head1, .head2 {
	font-size: 22pt;
	letter-spacing: 1px;
}

.head1b	{ color: #ccc; font-weight: normal; }
.head2b { color: #ccccff; font-weight: bold; }
.head1b, .head2b {
	font-size: 18pt;
	letter-spacing: 0;
}

.head1c	{ color: #ccc; font-weight: normal; }
.head2c { color: #ccccff; font-weight: bold; }
.head3c { color: #615FA9; font-weight: bold; }
.head1c, .head2c, .head3c {
	font-size: 12pt;
	letter-spacing: 0;
}

.head3l { color: #615FA9; }
.head3b { color: #999966; }
.head3l, .head3b {
	font-size: 12pt;
	letter-spacing: 0;
	font-weight: normal;
}

.head4c {
	font-size: 12pt;
	letter-spacing: 0;
	color: #615FA9;
}

h1, h2, h3, h4 {
	letter-spacing: 0;
}

h1 {
	font-size: 18pt;
	color: #ccccff;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	font-size: 15pt;
	color: #a59fc5;
	font-weight: bold;
}


/* --------------------------------------------------- */
/* Lists */

.list1, .list2 {
	font-size: 9pt;
	line-height: 12pt;
}

.list3, .list4 {
	font-size: 8pt;
	line-height: 11pt;
}

.list1, .list2,
.list3, .list4 { color: #999966; }
.list1, .list3 { font-weight: normal; }
.list2, .list4 { font-weight: bold; }


/* --------------------------------------------------- */
/* Links */

a:link, a:active, a:visited, a:hover, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	font-size: 9pt;
	line-height: 12pt;
}

a:link, a:active, a:visited, a:hover {
	color: #413F89;
	font-weight: bold;
}

a:link, a:visited, a.nav:link, a.nav:visited          { text-decoration: none; }
a:active, a:hover, a.nav:active, a.nav:hover          { text-decoration: underline; }
a.nav:link, a.nav:active, a.nav:visited, a.nav:hover  { font-weight: normal; }
a.nav:link, a.nav:visited                             { color: #818181; }
a.nav:active, a.nav:hover                             { color: #7e7ebc; }


/* --------------------------------------------------- */
/* Consolidated fonts */

p, input, .normal, td, div, span,
.footer_text, .sig,
.list1, .list2, .list3, .list4,
a:link, a:active, a:visited, a:hover, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover,
.cart_item, .cart_cost, .cart_cost a,
.checkout, .checkout input, .checkout select, .checkout select option {
	font-family: arial, helvetica;
}

h1, h2, h3, h4,
.head1, .head2, .head1b, .head2b, .head1c, .head2c, .head3c , .head3l, .head3b, .head4c,
div.taglinetitle {
	font-family: tahoma, arial, helvetica;
}


/* --------------------------------------------------- */
/* Other */

div.taglinesmall     { font-size: 14px; }
div.taglinesmallgrey { font-size: 12px; padding-top: 5px; }
div.taglinesmall, div.taglinesmallgrey {
	width: 300px;
	font-family: Georgia;
	font-style: italic;
}

div.taglinetitle {
	width: 300px;
	font-size: 18px;
	letter-spacing: 0;
	color: #ccccff;
	font-weight: bold;
}

.sig  {
	font-size: 9pt;
	line-height: 12pt;
	color: #999966;
	text-decoration: none;
}

.footer_text,
.footer_text td {
	text-align: center;
	font-size: 9pt;
	color: #999966;
	margin-bottom: 8px;
}

.swatch {
	position: relative;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 60px;
	border: 2px solid #fff;
}

.highlight {
	position: relative;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 60px;
	border: 2px solid #000;
}

#sizing {
	display: none;
}

#keyword_line {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#container_table {
	background: url(../images/container_bg.gif) repeat-y #fff;
	margin: 0 auto;
}

#logo_layer {
	position: relative;
	padding: 10px 0;
}

#login_nav {
	padding: 4px 0 0;
	text-align: right;
}

table#mainnav {
	width: 920px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table#mainnav td {
	background: url(../images/nav-bg.jpg) repeat-x;
	border-left: 1px solid #ccc;
	text-align: center;
	padding: 2px 0;
}

.boutique_listing {
	padding-bottom: 12px;
}

.pink { color: #de6bb0; }
 
.u { text-decoration: underline; }

.blog_last_updated {
	font-size: 10px;
	font-weight: bold;
}

.nopadding { padding: 0; }
.nomargin  { margin: 0; }

/*
#pink_ribbon {
	position: absolute;
	top: 2px;
	right: -122px;
}
*/


/* --------------------------------------------------- */
/* Checkout form */

.cart_item   { color: #999966; font-weight: bold; }
.cart_cost   { color: #999; }
.cart_item,
.cart_cost,
.cart_cost a { font-size: 11pt; }

.checkout, .checkout label, .checkout input, .checkout select, .checkout select option {
	font-size: 10pt;
	color: #666;
	margin: 0;
	padding: 0;
}

/*
div.field_error {
	background: #ebebeb;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 4px 0;
}

.field_error,
*/
.checkout label.field_error { color: red; }


div.field_error {
	background-color: #ffcccc;
	border: 1px solid #dd7777;
	padding: 14px;
	margin: 4px 0;
}

.field_error {
	color: #333f58;
}
/* Added by Mark for Suckerfish dropdowns */

#navigation, #navigation ul { /* all lists */
	padding-left: 0 5px;
	margin: 0 -25px;
	list-style: none;
	line-height: 1;
	width: 920px;
	display: block;
}
 
#navigation a {
	display: block;
}
 
#navigation li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	padding: 2px 0;
	text-align: center;
	border: 1px solid #ccc;
	background: url(../images/nav-bg.jpg) repeat-x;
}
 
#navigation li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navigation li ul li { color: #DE6BB0; background: #FCE6EB; }
#navigation li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
 
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}
 
#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navigation li.noright { border-right: none; }
#navigation li.noleft { border-left: none; }
#navigation li a.first { color:#FFFFFF; background-color:#DE6BB0; font-weight:bold; width: 11em; text-align: center; margin-left: 25px;}
#navigation li a.last { color:#DE6BB0;font-weight:bold; }
#navigation ul.firstSubMenu { margin-left: 25px; }
