@charset "UTF-8";
/* CSS Document */

/* basic HTML styles  */
body {
	background-color: #DFA8D5;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #black;
}
a {
	font-size: 15px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: none;
}
ul ul {
	list-style-type: none;
	line-height: 1.4em;
	text-indent: -10px;
}
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*  styles for main page divisions  */
/*  container for all the other divs  */
#container {
	background-color: #FFF;
	width: 740px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/*  header -- contains logo image  */
#header {
	width: 100%;
	float: left;
	background-color: #FFF;
}
.logo {margin: 10px; margin-left: 50px;}

/*  main horizontal menu  */
#topmenu {
	width: 100%;
	float: left;
	background-color: #ae469f;
	border-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#topmenu ul {
	list-style-type: none;
	position: relative;
	left: -20px;
}
#topmenu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#topmenu li:first-child {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000;
}


/*  content that varies by page  */
#main {
	width: 100%;
	float: left;
	background-color: #FFF;
}
.content {
	width: 100%;
	float: left;
	background-color: #FFF;
}

/*  bar at bottom of page that holds signup form for email  */
#signup {
	width: 100%;
	float: left;
	background-color: #ae469f;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#signup table {
	width: 100%;
}
.signupmsg {
	font-weight: bold;
}
#signup input {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*  main menu repeated smaller at the bottom  */
#botmenu {
	width: 100%;
	float: left;
	background-color: #DFA8D5;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#botmenu a:hover {
	color: black;
}
#botmenu ul {
	list-style-type: none;
}
#botmenu li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 20px;
	padding-left: 20px;
}
#botmenu li:first-child {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000;
}
#botmenu li a {
	color: #456825;
	font-size: x-small;
}

/*  copyright and builder notices   */
#footer {
	width: 100%;
	float: left;
	background-color: #DFA8D5;
}
.copyright {
	font-weight: bold;
	text-align: center;
}
.webguy {
	font-size: 10px;
	color: #5F8F33;
	font-weight: bold;
	font-style: italic;
}
.webguy a {
	font-size: 10px;
	color: #5F8F33;
	text-decoration: underline;
}

/*  miscellaneous styles  */
.leftmenu{
	text-align: left;
	margin-left: 20px;
	margin-top:30px;
	letter-spacing: .1em;
}
.leftmenuhead {
	font-size: 24px;
	color: #87CA48;
	line-height: 2em;
}
.leftmenu a:link {
	font-size: 12px;
	color: inherit;
	text-decoration: none;
}
.leftmenu a:visited {
	font-size: 12px;
	color: inherit;
	text-decoration: none;
}
.leftmenu a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #cccccc;
}
.leftmenu a:active {
	text-decoration: none;
	font-size: 12px;
	color: inherit;
}
#consignwarn {
	font-size: 14px;
	font-style: italic;
	color: #674D62;
}
#consignwarn a:link {
	text-decoration: underline;
	color: #674D62;
}
#consignwarn a:visited {
	text-decoration: underline;
	color: #7B5D76;
}
#consignwarn a:hover {
	text-decoration: underline;
	color: #cccccc;
}
#consignwarn a:active {
	text-decoration: underline;
	color: #7B5D76;
}
#consignbody a {
	font-size: 100%;
	text-decoration: underline;
}
#home a {
	font-size: 100%;
	text-decoration: underline;
}
.featured {
	font-weight: bold;
	background-color: #96E050;
	padding: 15px 25px;
	line-height: 175%;
}
.headlines {
	font-size: 14px;
	color: #87CA48;
	font-weight: bolder;
	line-height: 2em;
}
.links {
	font-weight: normal;
	color: #5F8F33;
	text-decoration: none;
}
#extlinks{
	list-style-type: none;
}
.bubble {
	background-image: url(images/quote_bubble.gif);
	height: 260px;
	background-repeat: no-repeat;
}
.homebody {
	font-size: 110%;
}
.bubble p{
	margin-left: 15px;
	margin-right: 25px;
	color: #FFF;
	font-size: 14px;
}
.msg {
	font-size: 18px;
	color: red;
	font-style: italic;
	font-weight: bold;
}

/*  This class is invoked when Javascript is functioning.   */
.div_js {
	display: none;  
}

/* styles for the "hot brands" section of the Consign page.  */
#childrens {
	width: 330px;
	padding: 20px;
	position: relative;
	left: -50px;
	background-color:#f0f0FF;
}
#maternity {
	width: 350px;
	padding: 20px;
	background-color:#fff0F0;
	position: relative;
	left: 100px;
}
#junior {
	width: 310px;
	padding: 20px;
	position: relative;
	left: -150px;
	background-color:#f0ffF0;
}
#hipmom {
	width: 350px;
	padding: 20px;
	position: relative;
	left: 0px;
	background-color:#f0f0F0;
}
