

/* <!-- */
/* General styles */

body {
	margin:0;
	padding:0;
	border:0;				/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:700px;    	/* Minimum width of layout */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

a {
	color:#00c;
	}
	
a:hover {
	color:#fff;
	background: #ff1493;
	text-decoration:none;
	}
	
h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	margin:13px 0 0 0;
	padding:0;
	}
	
p {
	margin:6px 0 12px 0;
	padding:0;
	text-align: left;
	}
	
img {
	margin:0px 2px;
	}

.intro {
	font-family: Georgia, Times, serif;
	font-size: 1.8em;
	}

.dottedline {
	 padding-top: 12px; 
	 border-top: 2px dotted #ff6347;
	 }

#wrapper { 
	margin: 0 auto;
	width: 960px;
	}

#header {
	color: #333;
	width: 960px;
	float: left;
	height: 90px;
	background: #fff;
	border-bottom: 0px solid black;
	}

#footer { 
	width: 960px;
	height: 40px;
	clear: both;
	color: #333;
	background: #fff;
	border-top: 3px solid #ff6347;
	text-align: center;
	}

#maincontent { 
    float: left;
	color: #333;
	background: #fff;
	height: auto;
	width: 740px;
	display: inline;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	text-align: left;
	
/*	float: left;
	color: #333;
	background: #fff;
	height: auto;
	width: 730px;
	display: inline;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	text-align: left; */
	}

#mainphoto { 
	float: none;
	color: #333;
	background: #fff;
	height: auto;
	width: 740px;
	display: inline;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	text-align: left;
	}

#featuredcolumn { 
	color: #333;
	background: #fff;
	height: auto;
	width: 180px;
	float: left;
	text-align: center;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-right: dotted #ff6347; 2px;
	}

#navcolumn { 
	color: #333;
	background: #dcdcdc;
	height: 1550px;
	width: 190px;
	float: right;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:10px;
	}


/* right side menu */

.buttonscontainer {width: 185px;}

.buttons a {
	color: #fff;
	background-color: #f0f;
	padding: 10px;
	padding-left: 10px;
	display: block;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
	text-align: left;
	margin-top: 4px;}

	/*.buttons a:hover {border-left: 10px solid #ff66cc;
	text-decoration: none;
	color: #FFFFFF;}*/

.buttons a:hover {
	color: white;
	background-color: #ff1493;
	text-decoration:none;}


/* top drop down menu */

#topmenu-container {
	position: relative;		
	top: 0px;
	left: 0px;
	}

#topmenu {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	width:960px;
	float:left;
	margin:0px;
	margin-top: -8px;
	border-bottom: 4px solid #ff6347;
	}

#topmenu span {
	display:block;
	}
		
#topmenu a {
	text-align: center;
	display:block;
	border-top: 3px solid white;
	border-right: 3px solid white;
	white-space:nowrap;
	margin: 0px;
	padding: 3px;
	padding-left: 0px;
	}
	
#topmenu a:link, #topmenu a:visited, #topmenu a:active { /* menu at rest */
	color: white;
	background-color: #f0f;
	text-decoration:none;
	}
	
#topmenu a:hover { /* menu on mouse-over  */
	color: white;
	background-color: #ff1493;
	text-decoration:none;
	}	
	
#topmenu a.top_parent, #topmenu a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(art/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#topmenu a.parent, #topmenu a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(art/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#topmenu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:8em;	width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text */
	}

#topmenu ul.short, #menu ul ul.short, #menu ul ul ul.short
	{
	width:90px;}

#topmenu ul.long, #menu ul ul.long, #menu ul ul ul.long
	{
	width:140px;}

#topmenu li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#topmenu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#topmenu ul ul ul
	{
	top:0;
	left:100%;
	}

div#topmenu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#topmenu li:hover ul ul,
div#topmenu li li:hover ul ul,
div#topmenu li li li:hover ul ul,
div#topmenu li li li li:hover ul ul
{display:none;}

div#topmenu li:hover ul,
div#topmenu li li:hover ul,
div#topmenu li li li:hover ul,
div#topmenu li li li li:hover ul
{display:block;}


/* sidecolumn product images*/

div.photo {
	margin: 0px;
	border: 0px solid black;
	height: auto;
	width: auto;
	text-align: center;
	}
	
div.photo img {
	display: inline;
	margin: 0px;
	border: 0px solid #ffffff;
	}
	
div.photo a:hover img {border: 0px solid #ff6347;}
div.cutline {
	text-align: center;
	font-weight: normal;
	width: 180px;
	margin-bottom: 10px;
	}


/* product page styles */

#productcontent {
	float: left;
	color: #333;
	background: #fff;
	height: auto;
	width: 730px;
	display: inline;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	text-align: left;
	}

#productdescription {
	float: left;
	color: #333;
	background: #fff;
	height: auto;
	width: 720px;
	display: inline;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	text-align: left;
	border-bottom: 2px dotted #ff6347;
	}

#productgallery {
	float: left;
	color: #333;
	background: #fff;
	height: auto;
	width: 720px;
	display: inline;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	text-align: left;
	border-bottom: 2px dotted #ff6347;
	}

#swatches {
	float: left;
	color: #333;
	background: #fff;
	height: auto;
	width: 720px;
	display: inline;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	text-align: left;
	border-bottom: 2px dotted #ff6347;
	}

#sizesandprices {
	float: left;
	color: #333;
	background: #fff;
	height: auto;
	width: 720px;
	display: inline;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:5px;
	text-align: left;
	border-bottom: 0px dotted #ff6347;
	}

/* more product page styles */

table#productshow {
	border: 0;
	}

table#productshow td {
	padding: 2px 2px 6px 2px;
	text-align: center;
	font-weight: bold;
	}

table#productshow td img {
		margin-bottom: 4px;
}

/* product showcase styles */

#stageholder {
	display: block;
	margin-bottom: 20px;
	}

#stageextra {
	height: 245px;
	overflow: auto;
	}

#stagethumbs {
	display: block;
	min-width: 100px;
	max-width: 700px;
	margin-top: 0;
	}

table.details {width: 320px; float: left; margin-left: 8px; margin-bottom: 15px;}
table.details th {text-align: left; padding: 2px;}
table.details th a {font-weight: normal; font-size: x-small;}
table.details td {padding: 1px;}

table.details1 {width: 480px; float: left; margin-left: 8px; margin-bottom: 15px;}


tr {vertical-align: top;}
tr.odd {background: #f0f;}
tr.odd td {padding: 1px; text-indent: 3px;}
tr.even {background: #fff;}
tr.even td {padding: 1px; text-indent: 3px;}
td.key {padding: 4px 1px 0 3px; border-top: 2px solid #b5c5c1; margin-top; 3px;}

.textright {
	float: right; margin-left: 10px;
	}

/* fabric swatch page styles*/

table#boys td {font: 10px Verdana; text-align: center; padding: 4px; vertical-align: top; width: 100px; border: 1px solid #999;}
table#boys2 td {font: 10px Verdana; text-align: center; padding: 4px; vertical-align: top; width: 100px; border: 1px solid #999;}
table#girls td {font: 10px Verdana; text-align: center; padding: 4px; vertical-align: top; width: 100px; border: 1px solid #999;}
table#girls2 td {font: 10px Verdana; text-align: center; padding: 4px; vertical-align: top; width: 100px; border: 1px solid #999;}
table#boysgirls td {font: 10px Verdana; text-align: center;}
table#skirts td  {font: 10px Verdana; text-align: center; padding: 4px; vertical-align: top; width: 100px; border: 1px solid #999;}

td.limited {background: #9cf; }

/* order page styles */
#orderboys {border: 1px solid #999; padding: 2px; margin-bottom: 1em;}
#orderboys2 {border: 1px solid #999; padding: 2px; margin-bottom: 1em;}
#ordergirls {border: 1px solid #999; padding: 2px; margin-bottom: 1em;}
#ordergirls2 {border: 1px solid #999; padding: 2px; margin-bottom: 1em;}
#orderskirts {border: 1px solid #999; padding: 2px; margin-bottom: 1em;}
#orderhumans {border: 1px solid #999; padding: 2px; margin-bottom: 1em;}
#orderspecials {border: 1px solid #999; padding: 2px; margin-bottom: 1em;}
#ordercones {border: 1px solid #999; padding: 2px; margin-bottom: 1em; }
#ordereyes {border: 1px solid #999; padding: 2px; margin-bottom: 1em; }
.viewcart {background: #bc4; padding: 2px;}
.teaser {padding: 2px 2px; background: #9bb;}
.teaser a:hover {color: #221;}

/* press page styles */
div.pressblock {display: block; clear: both; height: auto; margin-bottom: 1.5em; border-top: 2px dotted #ff6347;}
.presshead {font-size: 1.2em; font-weight: bold; color: #ff6347;}
.pressquote {color: #332;}
.presssource {font-style: italic; color: #332; indent-left: 2em; margin-top; 2px;}
.coverfloat {float: left; margin: 0 10px 0 0;}
.img {margin-bottom: 5px}
