﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #29A5FF;
	background-repeat: repeat-x;
	background-position: 0px 51px;
	vertical-align: top;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000066;
}

a img {
	border: 0px none;
}

#webkinzLogo {
	position: absolute;
	top: 28px;
	left: 6px;
	z-index: 100;
}

#clothingIcon {
	position: absolute;
	top: 26px;
	right: 6px;
	z-index: 100;
}

#page {
	width: 580px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: visible;
	background-color: white;
	text-align: left;
}

#navHeader {
	position: relative;
	height: 32px;
	padding: 0px 10px 0px 0px;
	border-bottom: 2px solid #000066;
	overflow: hidden;
	background-image: url("../img/navHeader.png");
	background-position: bottom left;
	color: white;
	line-height: 30px;
	text-align: right;
}

#navHeader .logo {
	position: absolute;
	top: 6px;
	left: 15px;
}

#navHeader a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

#navHeader a:hover {
	text-decoration: underline;
}

#titleBar {
	position: relative;
	background-color: #ADECFF;
	background-image: url("../img/titleBar.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	/*padding: 15px 10px 16px 240px;*/
	/*padding: 0px;*/
	text-indent: 240px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
}

#productColumn {
	position: relative;
	width: 224px;
	height: 390px;
	background-color: #FFC;
	border-right: 2px solid #FE7;
}

#productColumn .block {
	position: relative;
}

#productColumn .block .title {
	position: relative;
	color: #006;
	background-color: #FE7;
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#productColumn .product.block img {
	background-color: white;
	border: 2px solid red;
	margin: 10px;
	padding: 0px;
}

#storeListing {
	position: absolute;
	width: 414px;
	height: 390px;
	top: 94px;
	right: 0px;
	overflow: auto;
}

#storeListing .instructions {
	color: #AAA;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 130px;
	width: 100%;
	line-height: 30px;
}

#storeListing .disclaimer {
	color: #600;
	background-color: #FF6;
	padding: 4px 10px;
	border-bottom: 2px solid #FC0;
	text-align: center;
}

#storeListing .store {
	color: #000066;
	background-color: #EFFFD7;
	padding: 5px 10px;
}

#storeListing .store.alt {
	background-color: white;
}

#storeListing .store .name,
#storeListing .store .phone {
	font-weight: bold;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}

#storeListing .store .name {
	float: left;
	font-size: 16px;
}

#storeListing .store .phone {
	float: right;
	font-size: 14px;
	line-height: 24px;
}

#storeListing .store .address,
#storeListing .store .postal {
	position: relative;
	padding: 0px;
	margin: 0px;
}

#storeListing .store .address {
	float: left;
}

#storeListing .store .postal {
	float: right;
}

#storeListing .store .clear {
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: block;
}

#productLine {
	position: relative;
	width: 640px;
	height: 390px;
	overflow: auto;
	text-align: center;
}

#productLine a img {
	padding: 120px 10px 0px 10px;
}


select {
	font-family: "Trebuchet MS", sans-serif;
	background-color: white;
	font-size: 12px;
}

#menuArea {
	height: 26px;
	overflow: auto;
	text-align: center;
	padding: 12px;
}

#writeArea {
	height: 340px;
	overflow: auto;
}

.petList {
	width: 400px;
	margin: 0px 0px 0px 80px;
	padding: 10px;
}

.petList div {
	padding: 0px 0px 0px 130px;
}

.petList .title {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	text-indent: 0px;
	text-align: center;
}

.fits {
	background-color: #beff8c;
}

.loose {
	background-color: #ffee77;
}

.tight {
	background-color: #ffcf54;
}

.dontfit {
	background-color: #f5b3b6;
}