body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

#page {
	padding: 20px 50px 10px 50px;
}

/* General formatting */

img {
	border: 0;
}

hr {
	border: none 0;
	border-top: 1px dashed #CCC;
	height: 1px;
}

/* Forms */

form {
	clear: both;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 0.5em;
}

#login label {
	float: left;
	width: 150px;
}

#login label.rightlabel {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
}

input, textarea, .spelling {
	font-size: 12pt;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

input.button {
	font-weight: bold;
}

input.text, textarea.text {
	width: 40em;
}

input#save {
	font-weight: bold;
}

.spelling {
	display: none;
	height: 100%;
	width: 100%;
	border: 2px solid #CCC;
	background: #EEE;
	padding: 2px;
	overflow: auto;
}

.spellingerror {
	font-weight: bold;
	color: #F00;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.spellingfixed {
	font-weight: bold;
	color: #090;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.spellingsuggestions {
	position: absolute;
	background: #EEE;
	border: 2px outset #AAA;
	padding: 2px;
}

.spellingsuggestions ul, .spellingsuggestions li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.spellingsuggestions li {
	cursor: pointer;
	cursor: hand;
	clear: both;
}

.spellingsuggestions a {
	display: block;
	text-decoration: none;
	color: #000;
}

.spellingsuggestions a:hover {
	background: #999;
}

form div.actions {
	margin: 1em 0 1em 0;
}

form div.actions input {
	float: left;
}

form div.actions a {
	display: block;
	float: left;
	margin-left: 1em;
	margin-top: 0.2em;
}

.required {
	font-weight: bold;
	color: #C00;
	font-size: 140%;
}

#nav {

}

#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Messages */

.messagegood {
	border: 1px solid #0C0;
	background: #EFE;
	font-size: 85%;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	color: #060;
}

.messagebad {
	background: #C00;
	font-size: 185%;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	color: #EFF;
}

/* Special case */

h3.toplinks {
	font-size: 100%;
	margin: 0 0 1em 0;
}

.toplinks ul, .toplinks li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toplinks li {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.toplinks li.first {
	border-right: 1px solid #000;
	padding-left: 0;
}

/* Float fix */
.toplinks:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #header {height: 1%;}
/* End hide from IE-mac */

/* End float fix */

#userinformation {
	float: right;
}

#login {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#login div {
	margin-top: 1em;
}

form span {
	font-size: 80%;
	color: #666;
}

#login .rightlabel {
	color: #666;
}

#login .loginpadding {
	margin-left: 150px;
}

input.limitedwidth {
	width: 300px;
}

input.smalllimitedwidth {
	width: 150px;
}

#tags {
	float: right;
	width: 150px;
	background: #EFEFEF;
	padding: 1em;
}

#items {
	margin-left: 2em;
}

#items .item {
	margin-top: 1em;
}

#items .item_title {
	font-weight: bold;
}

#items .item_description {
	margin-left: 15px;
}

#items .item_details {
	margin-left: 15px;
	font-size: 85%;
}

#footer {
	clear: both;
	margin-top: 3em;
}

#paging {
	margin-top: 1em;
}

#paging .items {
	margin-left: 3em;
}

h6 {
    text-align: center;
	color: #FF9900;
	font-size: 200%;
	text-decoration: underline;
}

h1 .url {
	font-size: 50%;
}

h1.header img
{
	margin-bottom:-15px;
}

.subheader {
	margin-top: -1em;
	clear: both;
}

.subheader .tags {
	margin-left: 3em;
}

p.description {
	font-style: italic;
}

.garment {
    float: left;
}

.garment input
{
    margin-right: 5px;
}

.range 
{
    clear: both;
}

.submit_button
{
    clear: both;
    float: left;
    margin: 10px 0 5px 0;
}

.messagebad, .messagemedium, .messagegood {
	font-weight: bold;
	/*background: url(images/corner_bottom_left.png) no-repeat bottom left;*/
	margin-bottom: 1em;
}

/*
.messagebad div, .messagemedium div, .messagegood div {
	margin: 0;
}

.messagebad .content, .messagemedium .content, .messagegood .content {
	margin-left: 5px;
	min-height: 24px;
	padding-left: 35px;
	padding-top: 4px;
	margin-top: 4px;
}

* html .messagebad .content, * html .messagemedium .content, * html .messagegood .content {
	height: 24px;
}

.messagebad .content p, .messagemedium .content p, .messagegood .content p {
	margin-top: 4px;
}
*/


.messagebad {
	background: #FFEFEE;
	font-size: 85%;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	color: #C00;
	border: 1px solid #D10D00;
}

.messagebad .content {
	background: url(images/icon_bad.png) top left no-repeat;
}

.messagemedium {
	background: #FFFFEE;
	font-size: 85%;
	font-weight: bold;
	padding: 0.5em 1em 0.5em 1em;
	color: #C70;
	border: 1px solid #EA0;
}

.messagegood {
	color: #060;
}

.messagegood .content {
	background: url(images/icon_good.png) top left no-repeat;
}

.messagedetails {
    color: #C00;
    font-weight: bold;
}

.nopadding {
	padding: 0;
}

.noborder {
	border: 0;
}

.nobackground {
	background: transparent;
}

/* Frontend rules */
.chunk {
	float: left;
	padding-left: 1em;
}

.size {
	width: 14em;
}

.numbers, .names {
	width: 10em;
}

.na_line {
	margin-bottom: 0.2em;
	clear: left;
}

.na_main {
	width: 8em !important;
}

.na_checkbox {
	width: 1em !important;
	display: inline;
}

.inlinelabel, .na_checkbox_label {
	width: auto;
	display: inline;
	margin-top: 0;
}

span.block {
	display: block;
}

.indent {
	margin-left: 2em;
}

.na_main_holder {
	float: left;
}

hr {
	clear: both;
	border-top: 15px solid transparent;
	border-bottom: 1px dotted #CCC;
	height: 1px;
}

.extrastrong {
	font-size: 150%;
	color: #F90;
}

.center {
	text-align: center;
}

.garment_colours {
	float: left;
	margin-left: 1em;
	margin-top: 1.5em;
}

* html .garment_colours {
	margin-top: 0.5em;
}

.clear {
	clear: both;
	height: 1px;
}

.left {
	float: left;
}
	
.right {
	float: right;
}

.nav {
	margin-top: 2em;
	clear: both;
}

.line {
	border-top: 1px solid orange;
}

.add_size {
	float: right;
	margin-top: 1.2em;
}

/* Positioning IE H4x */
* html .add_size { margin-top: 0	 }

/* Float fix */
.nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .nav {height: 1%;}
/* End hide from IE-mac */

/* End float fix */

input.bigbutton {
	font-size: 200%;
	font-weight: bold;
}

* html input.bigbutton {
	font-size: 150%;
}

.small {
	font-size: 76%;
}

h2.garmentheading {
	float: left;
}

.steps {
	width: 10em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#quote {
	margin-left: 2em;
	font-size: 86%;
}

#quote .heading {
	font-weight: bold;
	font-size: 120%;
	color: #000;
}

#quote .heading td {
	padding-top: 1em;
}

#quote .subtotal {
	font-weight: bold;
	color: #000;
	font-size: 105%;
}

#quote .total {
	font-weight: bold;
	color: #000;
	font-size: 150%;
}

#quote .total td {
	border-top: 1px solid #000;
	padding-top: 0.5em;
}

#quote .amount {
	text-align: right;
}

#quotedetails {
	float: right;
	background: #EEE;
	padding: 10px;
	font-size: 76%;
	clear: right;
}

#quotedetails h2, #quotedetails h3 {
	margin-bottom: 0;
}

#quotegarmentdetails {
	font-size: 76%;
	background: #EEE;
	padding: 10px;
	clear: both;
	margin-top: 1em;
}

.clearright {
	clear: right;
}

.print_special {
	color: #F60;
}

.print_areas { 
	margin-left: 2em;
}

.print_float_left {
	float: left;
	border: 1px solid #EEE;
	padding: 0.5em;
}

.notopbottommargin {
	margin-top: 0;
	margin-bottom: 0;
}

.international
{
	float: left;
}

.local
{
	float: left;
	padding-left: 40px;
}