/*
 flattering.com main style sheet


/*** Global ***/

#container {
	width: 900px;
}

body {
	color: #333;
	background: #f3ffff url(images/bg.png) repeat-x;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	font-size: 11px;
	text-decoration: underline;
	color: #600;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #600;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

hr {
	color: #666;
}

/*** Font Sizes ***/

.xsmText {
	font-size: 9px;
	color: #000;
}

.smText {
	font-size: 10px;
	color: #000;
}

.medText {
	font-size: 11px;
	color: #000;
}

.largeText {
	font-size: 12px;
	color: #000;
}

.xlargeText {
	font-size: 13px;
	color: #000;
}

.smdingbats {
	font-size: 9px;
	text-decoration: none;
	color: #600;
	font-weight: bold;
}

.dingbats {
	font-size: 11px;
	text-decoration: none;
	color: #600;
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	color: #000;
}

td {
	font-size: 11px;
	color: #000;
}

th {
	font-size: 11px;
	color: #fff;
}

td.sizechart {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

th.sizechart {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

/*** States ***/

.statestitle {
	font-size: 14px;
	font-weight: bold;
	color: #336;
}

.statescountry {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.statescity {
	font-size: 12px;
	font-weight: bold;
	color: #600;
}

.storename {
	font-size: 11px;
	font-weight: bold;
	color: #336;
}

/*** Order Form ***/

.xlarge {
	font-size: 16px;
	color: #600;
}

.frame {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

.pulldown {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #ffffcc
}

.frame {
	border: 1px solid #000000;
	.inputstyle { font-family: verdana, arial, helvetica, geneva, sans-serif;
	background-color: #ffffcc
}