@charset "UTF-8";
/* Funky Monkey Feet - CSS by Octopus Creative Design */

/* Generic styles */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #666;
	background: #ffde00 url(/images/bg-body.gif) top right no-repeat;
}

img.monkey {
	position: absolute;
	top: 0;
	right: -45px;
	z-index: 1;
}

em {
	font-weight: 700;
	font-style: normal;
}




/* Error styles */

#error {
	width: 100%;
	background: #fff url(../images/error.gif) top right no-repeat;
	padding-top: 170px;
}

#error p {
	padding: 4px 20px;
}

#error h1 {
	font-size: 200%;
	padding: 4px 20px;
}

#error ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 20px;
	padding: 0.4em 50px 1.3em 20px;
}

#error a:link, #error a:visited {
	color: #1a7ca3;
}

#error a:hover {
	color: #33abdb;
	text-decoration: none;
}




/* Thanks styles */

#thanks {
	width: 100%;
	background: #fff url(../images/thanks.gif) top left no-repeat;
	padding-top: 170px;
}

#thanks p {
	padding: 4px 20px;
}

#thanks h1 {
	font-size: 200%;
	padding: 4px 20px;
}

#thanks ul {
	list-style-image: url(../images/li_arrow.gif);
	color: #5c5c5c;
	margin-left: 20px;
	padding: 0.4em 50px 1.3em 20px;
}

#thanks a:link, #thanks a:visited {
	color: #1a7ca3;
}

#thanks a:hover {
	color: #33abdb;
	text-decoration: none;
}




/* Global positions */

#container-nav {
	width: 780px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#container {
	width: 780px;
	background: #fff url(/images/bg-content.gif) top left repeat-y;
	margin: 0 auto;
	padding: 0;
}

/* hack to correct IE5.5 faulty box model */
* html #container {
	 width: 810px;
	 w\idth: 809px;
}

#head {
	height: 100px;
	background: #ffe184 url(images/bg_head.jpg) top right;
	background-repeat: no-repeat;
}

#colleft {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0;
}

#colright {
	width: 580px;
	float: right;
	margin: 0;
	padding: 20px;
	background-color: #fff;
}

.clearer {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1px;
}

#brand-link {
	width: 580px;
	border-top: 20px solid #ffde00;
	margin-left: -200px;
	padding: 20px 20px 20px 200px;
}

#footer {
	color: #766016;
	width: 760px;
	margin: 0 auto;
	padding: 20px 10px;
}




/* Global styles */

p {
	line-height: 1.2em;
	padding-bottom: 0.6em;
}

em {
	font-weight: 600;
}

h1 {
	color: #000;
	font-size: 200%;
	padding-bottom: 0.3em;
	font-weight: 200;
}

h2 {
	font-size: 140%;
	padding-top: 1em;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 120%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

a:link, a:visited {
	color: #3cbae9;
}

a:hover {
	color: #0a5d6a;
	text-decoration: none;
}

img.kid {
	float: right;
	margin-right: -20px;
	padding: 0 0 20px 20px;
}

.field {
	border: 1px solid #999;
	width: 250px;
	height: 20px;
}

.multifield {
	border: 1px solid #999;
	width: 250px;
	height: auto;
}

.submit {
	height: 26px;
	border: 1px solid #b63535;
	padding: 0 4px 3px 4px;
	color: #fffffe;
	background-color: #ff3333;
	font-weight: 700;
}

td {
	border-bottom: 1px solid #ccc;
}

td.cart {
	border-bottom: none;
}




/* User styles */

#user {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: #ffde00 url(/images/bg-user.gif) top right no-repeat;
	text-align: right;	
	height: 22px;
}

#user p {
	color: #000;
	padding-right: 6px;
}

#user p a:link, #user p a:visited {
	color: #fff;
	text-decoration: none;
}

#user p a:hover {
	color: #666;
	text-decoration: none;
}




/* Log-in styles */

#user .login {
	background: #ffde00 url(/images/bg-login.gif) top right no-repeat;
	text-align: right;	
	height: 22px;
}

#user .login p {	
	padding-right: 6px;
}

#user .login a:link, #user .login a:visited {
	color: #fff;
	text-decoration: none;
}

#user .login a:hover {
	color: #333;
	text-decoration: none;
}




/* Nav styles */

#container-nav #nav ul {
	padding-left: 140px;
	list-style: none;
	height: 30px;
}

#container-nav #nav ul li {
	float: left;
	text-align: center;
}

#container-nav #nav ul li a:link, #container-nav #nav ul li a:visited {
	color: #000;
	float: left;
	display: block;
	width: 80px;
	padding: 8px 0 8px 0;
	text-decoration: none;
}

#container-nav #nav ul li a:hover {
	display: block;
	background-color: #fff08b;
}

#container-nav #nav ul li.over a {
	color: #000;
	background-color: #fff;
}




/* Column left styles */

#colleft p {
	color: #3cbae9;
	padding: 0 10px 5px 10px;
}

#colleft a:link, #colleft a:visited {
	color: #3cbae9;
}

#colleft a:hover {
	color: #0a5d6a;
	text-decoration: none;
}

#colleft a.icon-basket:link, #colleft a.icon-basket:visited {
	display: block;
	width: 137px;
	height: 73px;
	background: #e0f4f7 url(/images/bg-basket.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#colleft a.icon-basket:hover {
	background: url(/images/bg-basket.jpg) 0 -73px no-repeat;
}

#colleft #list {
	height: 80px;
	padding: 10px 5px 0 5px;
	background: #e0f4f7 url(/images/bg-colleft-ul.gif) top left repeat-x;
}

#colleft #list ul {
	list-style: none;
}

#colleft #list ul li {
	float: left;
}

#colleft #list ul li a.privacy:link, #colleft #list ul li a.privacy:visited {
	float: left;
	margin-left: 5px;
	padding: 3px 10px 0 20px;
	background: url(../images/bg-icon-privacy.gif) 0 2px no-repeat;
	text-decoration: none;
}

#colleft #list ul li a.privacy:hover {
	color: #586061;
	background: url(../images/bg-icon-privacy.gif) 0 -16px no-repeat;
}

#colleft #list ul li a.terms:link, #colleft #list ul li a.terms:visited {
	color: #3cbae9;
	float: left;
	margin-left: 5px;
	padding: 3px 10px 0 20px;
	background: url(../images/bg-icon-terms.gif) 0 2px no-repeat;
	text-decoration: none;
}

#colleft #list ul li a.terms:hover {
	color: #586061;
	background: url(../images/bg-icon-terms.gif) 0 -16px no-repeat;
}

#colleft #list ul li a.refunds:link, #colleft #list ul li a.refunds:visited {
	color: #3cbae9;
	float: left;
	margin-left: 5px;
	padding: 3px 10px 0 20px;
	background: url(../images/bg-icon-refunds.gif) 0 2px no-repeat;
	text-decoration: none;
}

#colleft #list ul li a.refunds:hover {
	color: #586061;
	background: url(../images/bg-icon-refunds.gif) 0 -16px no-repeat;
}

#colleft #reduced {
	padding: 10px 0 0 0;
	background: #e0f4f7 url(/images/bg-colleft-ul.gif) top left repeat-x;
}

#colleft #reduced a.icon-bargain:link, #colleft #reduced a.icon-bargain:visited {
	display: block;
	width: 124px;
	height: 90px;
	background: #e0f4f7 url(/images/bg-bargain.jpg) 0 0 no-repeat;
	text-decoration: none;
}

#colleft #reduced a.icon-bargain:hover {
	background: url(/images/bg-bargain.jpg) 0 -90px no-repeat;
}

#colleft p.tel {
	font-size: 155%;
	font-weight: 700;
	color: #3cbae9;
}




/* Column right styles - generic */

#colright .header {
	width: 560px;
	padding: 10px;
	border-bottom: 20px solid #fff;
	height: 60px;
	background: #ebebeb;
}

#colright .header h1, #colright .header-shop h1 {
	color: #666;
	padding-top: 35px;
}

#colright #pagenav {
	width: 560px;
	height: 15px;
	padding-top: 20px;
}

#colright #pagenav ul {
	list-style: none;
}

#colright #pagenav ul li {
	float: left;
}

#colright #pagenav ul li a:link, #colright #pagenav ul li a:visited {
	color: #3cbae9;
	padding: 3px;
}

#colright #pagenav ul li a:hover {
	color: #366b7f;
	text-decoration: none;
}

#colright .googlemap {
	width: 580px;
	height: 350px;
	background: #999;
}

#colright #reduced {
	width: 300px;
	height: 140px;
	background: url(../images/bg-reduced.jpg) 0 0 no-repeat;
}

#colright img.brand-logo {
	float: right;
	padding: 0 0 5px 20px;
}

#colright a.button:link, #colright a.button:visited {
	display: block;
	width: auto;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 6px 8px 0px 8px;
	color: #fff;
	background: #3cbae9;
	text-align: center;
	text-decoration: none;
	float: left;
	font-weight: 700;
}

#colright a.button:hover {
	background: #666;
}




/* Column right styles - holder */

#shoe-container {
	min-height: 355px;
}




/* Column right styles - girls */

#colright .girls a:link, #colright .girls a:visited {
	display: block;
	width: 260px;
	height: 190px;
	padding: 10px 10px 0 10px;
	background: #ee308e url(/images/bg-colright-girls.jpg) 0 0 no-repeat;
	float: left;
	text-decoration: none;
}

#colright .girls a:hover {
	background: #ee308e url(/images/bg-colright-girls.jpg) 0 -200px no-repeat;
}

#colright .girls-shoe {
	width: 560px;
	min-height: 155px;
	background: #fdeaf3;
	margin-bottom: 20px;
	padding: 10px;
}

#colright .girls-shoe-detail {
	width: 560px;
	min-height: 300px;
	background: #fdeaf3;
	margin-bottom: 20px;
	padding: 10px;
}

#colright .girls-shoe a.button:link, #colright .girls-shoe a.button:visited, #colright .girls-shoe-detail a.button:link, #colright .girls-shoe-detail a.button:visited {
	display: block;
	width: auto;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 6px 8px 0px 8px;
	color: #fff;
	background: #ee308e;
	text-align: center;
	text-decoration: none;
	float: left;
	font-weight: 700;
}

#colright .girls-shoe a.button:hover, #colright .girls-shoe-detail a.button:hover {
	background: #666;
}

#colright .girls-shoe img, #colright .girls-shoe-detail img {
	float: right;
	border: 1px solid #ccc;
}

#colright .girls p {
	color: #fff;
}

#colright .girls h2 {
	padding-top: 120px;
	color: #fff;
}




/* Column right styles - boys */
	
#colright .boys a:link, #colright .boys a:visited {
	display: block;
	width: 260px;
	height: 190px;
	padding: 10px 10px 0 10px;
	background: #6ed3e2 url(/images/bg-colright-boys.jpg) 0 0 no-repeat;
	float: left;
	text-decoration: none;
}

#colright .boys a:hover {
	background: #ee308e url(/images/bg-colright-boys.jpg) 0 -200px no-repeat;
}

#colright .boys-shoe  {
	width: 560px;
	min-height: 155px;
	background: #eefafc;
	margin-bottom: 20px;
	padding: 10px;
}

#colright .boys-shoe-detail {
	width: 560px;
	min-height: 300px;
	background: #eefafc url(/images/bg-boys-shoe-detail.gif) 372px 218px no-repeat;
	margin-bottom: 20px;
	padding: 10px;
}

#colright .boys-shoe a.button:link, #colright .boys-shoe a.button:visited, #colright .boys-shoe-detail a.button:link, #colright .boys-shoe-detail a.button:visited {
	display: block;
	width: auto;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 6px 8px 0px 8px;
	color: #fff;
	background: #6ed3e2;
	text-align: center;
	text-decoration: none;
	float: left;
	font-weight: 700;
}

#colright .boys-shoe a.button:hover, #colright .boys-shoe-detail a.button:hover {
	background: #666;
}

#colright .boys-shoe .imghold {
	width: 150px;
	height: 150px;
	float: right;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}

#colright .boys-shoe-detail .imghold {
	width: 200px;
	height: 200px;
	float: right;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}

#colright .boys-shoe img, #colright .boys-shoe-detail img {
	border: none;
}

#colright .boys p {
	color: #fff;
}

#colright .boys h2 {
	padding-top: 120px;
	color: #fff;
}




/* Column right styles - bargains */

#colright .bargain-shoe {
	width: 560px;
	min-height: 155px;
	background: #ff3333 url(/images/bg-bargain.gif) 300px 56px no-repeat;
	margin-bottom: 20px;
	padding: 10px;
}

#colright .bargain-shoe-detail {
	width: 560px;
	min-height: 300px;
	background: #ff3333 url(/images/bg-bargain.gif) 300px 180px no-repeat;
	margin-bottom: 20px;
	padding: 10px;
}

#colright .bargain-shoe a.button:link, #colright .bargain-shoe a.button:visited, #colright .bargain-shoe-detail a.button:link, #colright .bargain-shoe-detail a.button:visited {
	display: block;
	width: auto;
	height: 21px;
	margin: 0 10px 0 0;
	padding: 6px 8px 0px 8px;
	color: #fff;
	background: #9d1e1e;
	text-align: center;
	text-decoration: none;
	float: left;
	font-weight: 700;
}

#colright .bargain-shoe a.button:hover, #colright .bargain-shoe-detail a.button:hover {
	background: #666;
}

#colright .bargain-shoe img, #colright .bargain-shoe-detail img {
	float: right;
	border: 1px solid #ccc;
}

#colright .bargain-shoe p, #colright .bargain-shoe-detail p {
	color: #fff;
}

#colright .bargain-shoe h2, #colright .bargain-shoe-detail h2 {
	color: #fff;
}




/* Column right styles - brand links */

#colright #brand-link a.link01:link , #colright #brand-link a.link01:visited{
	display: block;
	width: 127px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link01:hover {
	background: #fff url(/images/bg-brand-links.jpg) 0 -139px no-repeat;
}

#colright #brand-link a.link02:link, #colright #brand-link a.link02:visited {
	display: block;
	width: 128px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -128px 0 no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link02:hover {
	background: #fff url(/images/bg-brand-links.jpg) -128px -139px no-repeat;
}

#colright #brand-link a.link03:link, #colright #brand-link a.link03:visited {
	display: block;
	width: 152px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -254px 0 no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link03:hover {
	background: #fff url(/images/bg-brand-links.jpg) -254px -139px no-repeat;
}

#colright #brand-link a.link04:link, #colright #brand-link a.link04:visited {
	display: block;
	width: 136px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -405px 0 no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link04:hover {
	background: #fff url(/images/bg-brand-links.jpg) -405px -139px no-repeat;
}

#colright #brand-link a.link05:link, #colright #brand-link a.link05:visited {
	display: block;
	width: 127px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) 0 -47px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link05:hover {
	background: #fff url(/images/bg-brand-links.jpg) 0 -186px no-repeat;
}

#colright #brand-link a.link06:link, #colright #brand-link a.link06:visited {
	display: block;
	width: 128px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -127px -47px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #colright #brand-link a.link06:hover {
	background: #fff url(/images/bg-brand-links.jpg) -127px -186px no-repeat;
}

#colright #brand-link a.link07:link, #colright #brand-link a.link07:visited {
	display: block;
	width: 103px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -254px -47px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link07:hover {
	background: #fff url(/images/bg-brand-links.jpg) -254px -186px no-repeat;
}

#colright #brand-link a.link08:link, #colright #brand-link a.link08:visited {
	display: block;
	width: 104px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -356px -47px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link08:hover {
	background: #fff url(/images/bg-brand-links.jpg) -356px -186px no-repeat;
}

#colright #brand-link a.link09:link, #colright #brand-link a.link09:visited {
	display: block;
	width: 81px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -460px -47px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link09:hover {
	background: #fff url(/images/bg-brand-links.jpg) -460px -186px no-repeat;
}

#colright #brand-link a.link10:link, #colright #brand-link a.link10:visited {
	display: block;
	width: 114px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) 0 -94px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link10:hover {
	background: #fff url(/images/bg-brand-links.jpg) 0 -233px no-repeat;
}

#colright #brand-link a.link11:link, #colright #brand-link a.link11:visited {
	display: block;
	width: 98px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -114px -94px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link11:hover {
	background: #fff url(/images/bg-brand-links.jpg) -114px -233px no-repeat;
}

#colright #brand-link a.link12:link, #colright #brand-link a.link12:visited {
	display: block;
	width: 163px;
	height: 47px;
	background: #fff url(/images/bg-brand-links.jpg) -211px -94px no-repeat;
	text-decoration: none;
	float: left;
}

#colright #brand-link a.link12:hover {
	background: #fff url(/images/bg-brand-links.jpg) -211px -233px no-repeat;
}




/* Base styles */

#base img {
	float: right;
	margin-right: -20px;
	padding-left: 10px;
}




/* Footer styles */

#footer p {
	line-height: 1.4em;
}

#footer a:link, #footer a:visited {
	color: #a58d3c;
	text-decoration: none;
}

#footer a:hover {
	color: #4e3209;
	text-decoration: underline;
}