/* ------------------------------ Reset ----------------------------- */

fieldset, form, h1, h2, h3, h4, h5, li, p, ol, ul {
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------------------------------ Tags ------------------------------ */

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	margin: 0;
}

fieldset {
	border: none;
	border-left: 1px solid #7E7E7E;
	font-size: 86%;
	padding-left: 20px;
}

fieldset legend {
	color: #000;
	font-weight: bold;
	padding: 0;
}

form label {
	display: block;
	float: left;
	margin: 2px 13px 0 0;
	text-align: right;
	width: 65px;
}

h1 {
	background: url('/img/gui/logo.gif') no-repeat 10px 90px;
	height: 133px;
}

h1 a {
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
	top: 80px;
	text-indent: -1000em;
	width: 210px;
}

h2 {
	font-size: small;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	height: 1px;
	padding-top: 15px;
}

img {
	margin: 20px;
}

table {
	background-color: #ddd;
	border: none;
	border-spacing: 1px;
	font-size: x-small;
	margin: 10px 0 30px 0;
	width: 100%;
}

table th, table td {
	border: 1px solid #fff;
	margin: 0;
	padding: 5px 2px;
}

table tbody td, table tbody th {
	background-color: #f8f8f8;
	font-weight: normal;
	text-align: left;
}

table tbody th {
	width: 200px;
}

table tbody tr.alt td, table tbody tr.alt th {
	background-color: #E4ECEF;
}

table thead th {
	background: #eee;
	border: none;
	color: #000;
	text-transform: uppercase;
}

textarea {
    background: #666;
    border: 1px solid #000;
    color: #fff;
    margin: 20px 0 0 0;
    width: 398px;
    height: 116px;
}

/* ------------------------------ IDs ------------------------------- */

#container {
	position: relative;
}

#content {
	background: #fff;
	margin: auto;
	padding: 17ex 50px 25px 50px;
	width: 660px;
}

#home_page #content {
	background-image: url('/img/gui/home_bg.jpg');
	padding-bottom: 0;
	padding-top: 0;
	height: 500px;
}

#content p {
	font-size: 86%;
	line-height: 1.8;
	margin: 25px 0;
}

#content p a,
body#my_fitting_room #product_display a,
#save_warning a {
    color: #2575A6;
}

#footer {
	margin: auto;
	width: 760px;
}

#footer a {
	color: #000;
	text-transform: uppercase;
}

#footer a:hover,
#footer a.active {
	color: #999;
	text-decoration: underline;
}

#footer p {
	color: #666;
	font-size: x-small;
	line-height: 1.2;
	padding-top: 10px;
	margin: 40px 0 10px 0;
	width: 45%;
}

#footer p.left {
	background: url('/img/gui/fairtrade_logo.gif') no-repeat center left;
	display: none;
	padding-left: 45px;
}

#footer ul {
	font-family: 'Times New Roman', Times, serif;
	margin-top: 10px;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin-left: 35px;
	margin-right: 35px;
}

#header {
	margin: auto;
	width: 760px;
}

#header ul {
	background: url('/img/gui/nav_bg.png') repeat-x center center;
	font-family: 'Times New Roman', Times, serif;
	height: 14ex;
	margin-top: 1px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 760px;
}

#header ul li {
	font-size: 300%;
	margin-top: -.7em;
	position: absolute;
	top: 50%;
	width: 5em;
}
/*
#clothing #header ul li#girls_clothing {
	margin-left:  -7em;
}

#clothing #header ul li#boys_clothing {
	margin-left: 2em;
}
*/
#header ul li#boys_clothing {
	left: 50%;
	margin-left: -1px;
}
#header ul li#girls_clothing {
	margin-left: -5em;
	left: 50%;
}

#header ul li#fitting_room {
	background: url('/img/gui/heart_icon.gif') no-repeat center left;
	font-size: small;
	margin: 0;
	padding: 0 0 0 26px;
	right: 10px;
	top: -4ex;
	width: auto;
}

#header ul li a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	line-height: 1.4;
	position: relative;
}

#header ul li a:hover {
	color: #eee;
	text-decoration: none;
}

#header ul li#boys_clothing a,
#header ul li#girls_clothing a {
	color: #eaeaea;
	min-height: 55px;
}

#header ul li#boys_clothing a:hover,
#header ul li#girls_clothing a:hover,
#clothing ul li#boys_clothing a,
#clothing ul li#girls_clothing a {
	color: #fff;
}

#header ul li#fitting_room a {
	border: none;
	color: #000;
}

#header ul li#fitting_room a:hover,
#my_fitting_room #header ul li#fitting_room a {
	color: #999;
	text-decoration: underline;
}

#header ul li .black_bg {
	background-color: #000;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	max-height: 1.5em;
	opacity: .50;
	left: 0;
	position: absolute;
	top: 0;
	width: 5em;
}

#clothing.girls #header ul li#girls_clothing .black_bg,
#clothing.boys #header ul li#boys_clothing .black_bg,
#header ul li#boys_clothing:hover .black_bg,
#header ul li#girls_clothing:hover .black_bg {
	display: block;
}

#clothing.girls #header ul li#girls_clothing a:hover,
#clothing.boys #header ul li#boys_clothing a:hover {
	color: #fff;
}

#header ul li ul {
	background-position: center left;
	border: 1px solid #fff;
	display: none;
	height: 1.4em;
	margin: 0 0 0 -1px;
	min-height: 55px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 0;
	width: 4em;
}
/*
#header ul li#boys_clothing ul {
	left: -4em;
}

#header ul li#girls_clothing ul {
	left: 5em;
}

#clothing.boys #header ul li#boys_clothing ul,
#clothing.girls #header ul li#girls_clothing ul {
	display: block;
}
*/
#header ul li ul li {
	display: block;
	font-size: x-small;
	line-height: 1;
	position: relative;
	top: 0;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul li ul li a {
	border: none;
	min-height: 1em !important;
	margin: 0;
	line-height: 1.2;
	padding: 1px 10px;
}

#header ul li ul li a:hover,
#header ul li ul li a.active {
	background: url('/img/gui/nav_bg.png') repeat-x center left;
	color: #fff;
}

#middle {
	background-color: #E3E3E3;
	border-bottom: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
}

#options {
	float: right;
	width: 252px;
}

#product_display {
	float: right;
	margin-bottom: 10px;
	width: 400px;
}

body.customize #product_display,
body#my_fitting_room #product_display {
	float: left;
	width: 370px;
}

#product_display p {
	color: #616161;
	float: right;
	line-height: 1.3 !important;
	margin: 0 !important;
	position: relative;
	top: 150px;
	width: 170px;
}

body.customize #product_display p {
	top: 0;
	width: 140px;
}

#product_display p a {
	background-color: #F7F7F7;
	border: 1px solid #DFDFDF;
	color: #666;
	display: block;
	font-family: 'Times New Roman', Times, serif;
	margin: auto;
	padding: 3px 0;
	text-align: center;
	text-transform: uppercase;
	width: 11em;
}

#product_display p a:hover {
	border-color: #999;
	color: #000;
	text-decoration: none;
}

body.customize #product_display p a {
	background: url('/img/gui/back_arrow.png') no-repeat left center;
	color: #666;
	border: none;
	font-family: 'arial';
	margin: 60px 0;
	padding: 0 0 0 18px;
	text-align: left;
	text-transform: lowercase;
	width: auto;
}

body.customize #product_display p a:hover {
	color: #000;
	text-decoration: underline;
}

#product_display p em {
	color: #000;
	display: block;
	margin: 12px 0;
	text-align: right;
}

#product_display p strong {
	font-size: small;
	color: #000;
}

#product_display ul {
	clear: both;
	height: 32px;
	margin-left: 195px;
	width: 140px;
}

body#clothing.customize #product_display ul {
    clear: none;
    float: right;
    padding: 0;
    margin: 0;
}

#product_display ul li {
	float: left;
	font-size: x-small;
	margin-left: 5px;
	width: 32px;
}

body#clothing #product_display ul li {
	height: 32px;
	width: 32px;
}

body#clothing.customize #product_display ul li {
    margin: 0;
    padding: 0;
}

#product_display ul li a img {
	border: 1px solid #eee;
	padding: 1px;
}

body#clothing #product_display ul li a {
    margin: 0;
    padding: 0;
}

body#clothing.customize #product_display ul li a {
    margin: 0;
    padding: 0;
}

body#clothing #products ul li a img {
	height: 110px;
	width: 72px;
}

body#clothing.customize #product_display ul li a img {
    margin: 0;
}

#product_display ul li a:hover img {
	border-color: #7E7E7E;
}

#products {
	border-right: 1px solid #7E7E7E;
	float: left;
	min-height: 375px;
	width: 258px;
}

#my_fitting_room #products {
	border: none;
	float: none;
	width: auto;
}

#products ul {
	margin-top: 10px;
}

#products li {
	float: left;
	height: 124px;
	position: relative;
	width: 84px;
}

#my_fitting_room #products li {
    height: 137px;
    width: 95px;
    margin-right: 10px;
}

#products li a {
	display: block;
	height: 120px;
	margin: 0;
	padding: 0;
	position: relative;
}

#products li a.delete {
    background: red;
    border: 1px solid #fff;
    color: #fff;
	filter: alpha(opacity=30);
    height: 1em;
    opacity: .3;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 1px;
    width: 1em;
    z-index: 3;
}

#products li a.delete:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#products li a img {
	position: absolute;
    height: 120px !important;
    left: 50%;
    margin-left: -39px;
    margin-top: -57px;
    top: 50%;
    width: 80px !important;
	z-index: 2;
}

#products li a .white_bg {
	display: none;
}

#products li:hover a .white_bg {
	display: block;
	z-index: 1;
}

/* ----------------------------- Classes ---------------------------- */

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

.form_buttons {
	text-align: right;
	padding-bottom: 0 !important;
}

.form_buttons input {
	background-color: #F7F7F7;
	border: 1px solid #DFDFDF;
	color: #666;
	font-family: 'Times New Roman', Times, serif;
	margin-bottom: 4px;
	padding: 3px 0;
	text-transform: uppercase;
	width: 153px;
}

.form_element {
	background: url('/img/gui/round_box.png') no-repeat;
	float: left;
	height: 22px;
	padding: 4px 0 0 4px;
	width: 85px;
}

.form_element.wide {
	background-image: url('/img/gui/wide_round_box.png');
	width: 149px;
}

.form_element a {
	background: url('/img/gui/color_select.png') no-repeat;
	display: block;
	height: 18px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 76px;
}

.form_element.wide a {
	background: #000 url('/img/gui/text_select.png') no-repeat;
	color: #fff;
	font-family: 'Times New Roman', Times, serif;
	font-size: x-small;
	line-height: 18px;
	text-indent: 5px;
	text-transform: uppercase;
	width: 141px;
}

.form_element.wide a:hover {
	color: #fff;
	text-decoration: none;
}

.form_element input {
	background: #000 url('/img/gui/text_input.png') no-repeat;
	border: none;
	color: #fff;
	font-family: 'Times New Roman', Times, serif;
	font-size: small;
	height: 18px;
	margin: 0;
	padding: 0;
	text-indent: 5px;
	width: 145px;
}

.form_element ul {
	background: #666;
	border: 1px solid #000;
	display: none;
	margin-top: 2px;
	position: absolute;
	width: 113px;
}

.form_element ul.active {
	display: block;
}

.form_element.wide ul li a {
	background: none;
	height: auto;
	line-height: 1;
	padding: 2px 0;
	width: 114px;
}

.form_element.wide ul li a:hover {
	background-color: #333;
}

.form_element.wide ul li a.active {
	display: none;
}

.form_radio a {
	background: url('/img/gui/radio_btn.gif') no-repeat center left;
	color: #000;
	font-family: 'Times New Roman', Times, serif;
	font-size: small;
	margin-right: 10px;
	padding-left: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.form_radio a.active {
	background-image: url('/img/gui/radio_btn_actv.gif');
}

.form_row, .form_buttons {
	clear: both;
	padding: 20px 0;
}

.form_row.short {
	padding-bottom: 0;
}

.form_row.short label {
	margin-top: 0;
}

.hide {
	display: none;
}

.large_image {
	float: left;
	height: 375px;
	overflow: hidden;
    position: relative;
	width: 230px;
}

.customize .large_image {
    height: 440px;
}

.boys .large_image {
    margin-left: 7px;
    width: 213px;
}

.large_image img {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    margin-top: -187px;
    top: 50%;
}

.customize .large_image img {
    margin-top: -215px;
}

.left {
	float: left;
	text-align: left;
}

.photo_center {
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-left: -125px;
	margin-top: -185px;
	left: 50%;
	z-index: 1000;
}

.photo_center img {
	margin: 0 !important;
}

.sublink {
	float: right;
	margin-top: 4px;
}

.white_bg {
	background-color: #fff;
	border: 1px solid #000;
	filter: alpha(opacity=25);
	height: 124px;
	left: 0;
	opacity: .25;
	position: absolute;
	top: 0;
	width: 100%;
}

#my_fitting_room .white_bg {
    height: 135px;
	width: 94px;
}

.right {
	float: right;
	text-align: right;
}

.sizing_center {
    display: block;
    width: 600px;
    height: 300px;
    margin: -150px 0 0 -300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 901;
}

#plugin {
    display: none;
    max-height: 300px;
    overflow: hidden;
}

#plugCLOSE {
    position: absolute;
    bottom: 0;
    right: 20px;
}

#save_warning {
	height: 250px;
    border: 5px solid #ccc;
    padding: 10px;
    line-height: 1.5;
}

/* ------------------------------ IE 7 ------------------------------ */

*:first-child+html hr {
	margin-top: 8px;
	padding: 0;
}

*:first-child+html .form_element input {
	margin: -1px 0 0 -5px;
}

*:first-child+html .form_row,
*:first-child+html .form_buttons {
	margin: 20px 0;
	padding: 0;
}

*:first-child+html .form_row.short {
	margin-top: 40px;
}