* { border: 0px; margin: 0px; padding: 0px; }

* { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

html body { height: 100%; }

/* --- */

#blind {
	width: 100%; height: 100%;
	position: absolute;
	left: 0px; top: 0px;
	background-color: Black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 3;
	display: none;
}

.cb {
	width: 100%; height: 100%;
	position: absolute;
	left: 0px; top: 0px;
	overflow: auto;
}

.content-box {
	width: 750px; height: auto;
	position: relative;
	left: 50%; top: 0px; margin-left: -375px;
	z-index: 1;
	overflow: auto;
}

/* --- HEADER --- */

.header {
	width: 750px; height: auto;
	overflow: hidden;
	position: relative;
	left: 0px; top: 0px;
	z-index: 2;
}

.header .merrell {
	float: left;
	width: 188px; height: 53px;
	overflow: hidden;
}

.header .menu-block { float: right; width: 500px; height: auto; overflow: hidden; }

.header .menu-block .caption {
	width: 500px; height: 35px;
	overflow: hidden;
}

.header .menu-block .menu {
	width: 500px; height: 27px;
	overflow: hidden;
}

/* --- MENU --- */

.header .menu-block .menu a {
	font-weight: bold;
	color: White;
	text-decoration: none;
	display: inline-block;
	margin-left: 30px; margin-right: 30px;
	margin-top: 4px;
} .header .menu-block .menu a:hover { color: #FCF8D1; }

/* --- / MENU / --- */

/* --- / HEADER / --- */

/* --- */

/* --- CONTENT --- */

.content {
	width: 750px; height: auto;
	position: relative;
	left: 0px; top: -9px;
	z-index: 1;
	overflow: hidden;
	background-color: White;
}

.content-index {
	width: 750px; height: 450px;
	overflow: hidden;
}

/* --- / CONTENT / --- */

.footer {
	width: 750px; height: auto;
	overflow: hidden;
	margin-top: 3px;
}

.footer table td {
	background-color: White;
	border: 1px solid Black;
}

.popup {
	z-index: 2;
	width: auto; height: auto;
	position: absolute;
	border-right: 1px solid Gray;
	border-left: 1px solid Gray;
	border-top: 1px solid Gray;
	background-color: White;
}

.popup a {
	font-size: 11px;
	color: Black;
	text-decoration: none;
	width: auto; height: 13px;
	border-bottom: 1px solid Gray;
	padding: 5px;
	display: block;
} .popup a:hover { color: #FFBA00; background-color: #FFFAE5;  }

.popup a.bold {
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	width: auto; height: 13px;
	border-bottom: 1px solid Gray;
	padding: 5px;
	display: block;
} .popup a.bold:hover { color: #FFBA00; background-color: #FFFAE5;  }

#popup_0 {
	left: 50%; top: 53px;
	margin-left: -100px;
	display: none;
}

#popup_1 {
	left: 50%; top: 53px;
	margin-left: 30px;
	display: none;
}

#popup_2 {
	left: 50%; top: 53px;
	margin-left: 142px;
	display: none;
}

.my-content {
	border-left: 1px solid Gray; border-right: 1px solid Gray;
	background-color: White;
	margin-top: -10px;
	height: auto;
}

.my-content .my-margin { margin: 10px; }

.my-content .my-margin h1 {
	font-family: Times New Roman; font-size: 26px; font-style: italic;
	color: Gray;
	border-bottom: 1px solid Silver;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.my-content .my-margin h2 {
	font-family: Times New Roman; font-size: 20px; font-style: italic;
	margin-bottom: 20px;
	margin-top: 20px;
}

.my-content .my-margin h2.men { color: #64B4C5; }
.my-content .my-margin h2.women { color: #F0B849; }
.my-content .my-margin h2.kids { color: #73A2D6; }

.my-content .my-margin p { margin-left: 10px; margin-bottom: 20px; margin-right: 10px; }
.my-content .my-margin p.quote, .my-content .my-margin ol, .my-content .my-margin ul { padding-left: 50px; }

.my-content .my-margin ol, .my-content .my-margin ul { margin-bottom: 20px; }

.my-content .my-margin span.red, .my-content .my-margin span.red * { color: Red; font-weight: bold; }
.my-content .my-margin span.orange, .my-content .my-margin span.orange * { color: #FF9600; font-weight: bold; }

.my-content .my-margin a { 
	color: Blue;
	text-decoration: none;
} .my-content .my-margin a:hover {
	color: #FFAE00;
	text-decoration: underline;
}

.my-content .my-margin td p { margin: 5px; }

td.item {
	width: 20%; height: 150px;
	overflow: hidden;
	text-align: center; vertical-align: middle;
	border: 1px dotted Gray;
}

td.item_no {
	width: 20%; height: 150px;
	overflow: hidden;
}

td.item a { text-decoration: none ! important; }

td.item a small {
	font-size: 11px;
	color: Black;
	text-decoration: none ! important;
} td.item a:hover small { color: #FFA500; text-decoration: none ! important; }

b, b * { font-weight: bold; }
i, i * { font-style: italic; }

div.image {
	display: inline-block;
	border: 1px solid Gray;
	background-color: Silver;
	padding: 3px;
	margin-top: 3px; margin-bottom: 3px;
}

div.f-l { float: left; margin-right: 5px; }
div.f-r { float: right; margin-left: 5px; }

div.image a img { border: 1px solid Gray; }

div.image span {
	display: block;
	margin-top: 3px;
	text-align: center;
	color: White;
	border: 1px solid Black;
	background-color: Gray;
	padding: 2px;
	font-size: 11px;
}
