/*
    West Ens Kids - Main Stylesheet
    Created by Industrial Media
    www.industrialmedia.ca
*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
   	background: #E4E4EC;
   	font-family: verdana, arial, sans-serif;
   	font-size: 10px;
   	margin: 20px 0px 20px 0px;
}

table {
	font-family: verdana, arial, sans-serif;
   	font-size: 12px;
}

/* =layout
---------------------------------------------------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
}

#wrapper {
    width: 100%;
	margin: 0 auto;
	border: none;
}

#header-home {
    background: url('../images/wrapper/hdr-home.jpg') no-repeat;
    width: 769px;
    height: 95px;
    position: relative;
}

#header {
    background: url('') no-repeat;
    width: 769px;
    height: 95px;
    position: relative;
}

#home-let-kids-be-bg {
   	background: url('../images/snowflake-background.gif') left no-repeat;
   	width: 343px;
    height: 282px;
}

#home-content {
	width: 100%;
	margin: 0;
}

#home-content p {
   	font-family: verdana, arial, sans-serif;
   	font-size: 11px;
	line-height: 1.5em;
	margin: 5px 0 5px 0;
}

#hdr-logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.border-black {
    border: 1px solid #000000;
}

#content {
	position: aboslute;
	left: 0;
    background: #ffffff;
    width: 100%;
	margin: 0;
	padding: 10px 0 20px 0;
}	

#contact-info  {
	font-family: verdana, arial, sans-serif;
   	font-size: 11px;
	color: #ffffff;
	margin: 0 0 0 15px;
	line-height: 1.2em;
	display: none;
	visibility: hidden;	
}

#contact-info-2 {
	font-family: verdana, arial, sans-serif;
   	font-size: 11px;
	color: #ffffff;
	text-align: center;
	line-height: 1.3em;
	margin: 0 0 10px 0;	
	display: none;
	visibility: hidden;
}	

.product-box {
	border: 1px solid #cccccc;
	width: 265px;
	height: 154px;
	cursor: pointer;
}

.product-box p.brand {
	font-size: 11px;
	font-weight: bold;
	color: #7C619D;
}

.product-box p {
	font-size: 10px;
	line-height: 1.2em;
	padding: 5px 0 0 10px;
}

.product-price {
	font-size: 16px;
	font-weight: bold;
	color: #7C619D;
	padding: 0 0 0 10px;
	background: url('../images/price-bullet.gif') left no-repeat;
}

.product-price-sale {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	padding: 0 0 0 5px;
}

.product-head-sale {
	color: #FF0000;
	font-weight: bold;
}

.item-box {
	border: 1px solid #000000;
	width: 369px;
	margin: 5px 0 5px 6px;
}

.item-box p.brand {
	font-size: 14px;
	font-weight: bold;
	color: #7C619D;
}

.item-box p.brand {
	font-size: 14px;
	font-weight: bold;
	color: #7C619D;
}

.item-price {
	font-size: 16px;
	font-weight: bold;
	color: #7C619D;
}

.availability-box {
	border: 1px solid #cccccc;
	background: #F8F7FA;
	width: 155px;
}

.availability-box p {
	font-size: 11px;
	line-height: 1.2em;
}

#accessories {
	padding: 0 10px 10px 10px;
}
 
#accessories h3 {
	color: #7C619D;
	margin: 0 0 0 10px;
}

#accessories p {
	margin: 0 0 0 10px;
}

#tips {
	background: url('../images/tips-bg.jpg') repeat-y ;
	width: 184px;
	font-size: 9px;
	color: #ffffff;
	display: none;
	visibility: hidden;
}

#featured {
	margin: 0;
	width: 228px;
	background: #ffffff;
}

#featured a {
	text-decoration: none;
}	

#featured p {
	color: #7C619D;
	font-size: 11px;
	margin: 0 0 0 10px;
	padding: 0;
}

#featured-price {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}

#featured-decimal {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#sales-rack {
	background: url('../images/sales-rack-bg.gif') repeat-y;
}

#sales-rack-desc {
	color: #7C619D;
	font-size: 11px;
	padding: 0 0 0 10px;
}

#tips p {
	padding: 2px;
	margin: 0 0 0 25px;
	width: 150px;
	font-size: 9px;
	color: #ffffff;
}

#tips-top {
	background: url('../images/tips-top.jpg') no-repeat;
	width: 184px;
	height: 40px;
	font-size: 1px;
}

#tips-btm {
	background: url('../images/tips-btm.jpg') no-repeat;
	width: 184px;
	height: 5px;
	font-size: 1px;
}
/* Homepage logos box 
--------------------------------------------------------------------------------------------------- */
#logos {
	text-align: center;
}

#logos img {
	margin: 10px 10px 10px 10px;
}

#logos-box {
	background: #9697b5;
	padding: 0 0 0 20px;
	height: 15px;	
}

#logos-box h1  {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 0 0;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#left-nav {
    background: #558774;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	display: none;
	visibility: hidden;
	width: 1px;
}

#left-nav-2 {
	display: none;
	visibility: hidden;
	width: 1px;
}

.top-3 {
	background: url('../images/menu-arrow.gif') bottom right no-repeat;
	margin: 0;
}

#top-nav {
	background: #7C619D;
	color: #ffffff;
    border-bottom: 1px solid #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0px 3px 0;
    width: 769px;
	display: none;
	visibility: hidden;
}

#breadcrumb {
    font-size: 10px;
    margin: 15px 0 15px 18px;
	display: none;
	visibility: hidden;
}

#print-send {
    font-size: 10px;
    margin: 15px 0 15px 0;
	text-align: right;
	display: none;
	visibility: hidden;
}

#products-nav {
 	background: url('../images/products-nav-bg.gif') repeat-x;
	width: 550px;
	margin: 0 0 0 5px;
	display: none;
	visibility: hidden;
}

#products-btm-nav  {
	background: url('../images/products-nav-bg.gif') repeat-x;
	width: 550px;
	font-size: 10px;
	display: none;
	visibility: hidden;
}

#item-btm-nav  {
	background: url('../images/products-nav-bg.gif') repeat-x;
	width: 550px;
	margin: 0 0 5px 5px;
	display: none;
	visibility: hidden;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar {
	background: url('../images/wrapper/sidebar-bg.gif') repeat-y;
	width: 200px;
	_height: 100px;
	min-height: 100px;
	color: #333366;	
	margin: 40px 0 10px 10px;
}

#sidebar-content {
	padding: 0 7px 7px 7px;
}

#sidebar-content a {
	color: #333366;
}
#sidebar-content a:hover {
	color: #ccccff;	
}

#sidebar-content h2 {
	margin: 0 0 8px 0;
	color: #333366;
	font-size: 14px;
}

#sidebar-content h3 {
	margin: 0 0 8px 0;
	color: #7C619D;
	font-size: 12px;
	font-weight: normal;
}

#sidebar-content ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	list-style: none;
}

#sidebar-content ul li {
	background: url('../images/wrapper/list-bullet-2.gif') 0 5px no-repeat;
	list-style: none;
	padding: 0 0 0 15px;
	line-height: 16px;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
   	font-family: verdana, arial, sans-serif;
   	font-size: 11px;
	line-height: 1.5em;
	margin: 3px 0 7px 0;
}

h1 {
	font-size: 20px;
	color: #7C619D;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 17px;
	color: #333366;
	margin: 10px 0 0 0px;
}

h3 {
	font-size: 14px;
	color: #7C619D;
	margin: 10px 0 0 0px;
}

ul {
	font-size: 11px;
	margin: 10px 0 0 5px;
	padding: 0 0 0 5px;
}

ul li {
	background: url('../images/link-bullet.gif') 0 5px no-repeat;
	list-style: none;
	padding: 0 0 0 15px;
	line-height: 15px;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	outline: none;
}

a {
	color: #7C619D;
}

a:hover {
	color: #ccccff;	
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
   	background: #ffffff;
   	color: #9E9E9E;
   	font-family: verdana, arial, sans-serif;
	text-align: left;
   	font-size: 10px;
	width: 769px;
	border-top: 1px solid #cacaca;
	padding: 3px 0 3px 0; 
}

#footer table {
	color: #9E9E9E;
   	font-family: verdana, arial, sans-serif;
}

#footer img {
	margin: 0 8px 0 0;
}

#footer a {
	color: #9E9E9E;
	text-decoration: underline;
}

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

/* =Forms
---------------------------------------------------------------------------------------------------- */
form {
	padding: 0;
	margin: 0;
}

select {
	font-size: 11px;
}

input.stl {
	border: 1px solid #666666;
}

.pad {
	padding: 5px 5px 5px 0;
}

.form-style {
	width: 300px;
	padding: 8px;
	border: 1px solid #7C619D;
}

.validation {
	color: #ff0000;
}

.submit-btn {
	border: 1px solid #000000;
	color: #ffffff;
	background: #7C619D;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data {
	border-top: 1px solid #7B639D;
	border-left: 1px solid #7B639D;
	margin: 3px 0 5px 0;
}

.data th {
	border-top: 1px solid #7B639D;
	border-left: 1px solid #7B639D;
	padding: 5px;
}

.data td {
	border-right: 1px solid #7B639D;
	border-bottom: 1px solid #7B639D;
	padding: 5px;
}

/* =Misc
---------------------------------------------------------------------------------------------------- */
img {
    margin: 0;
	padding: 0;
}

.position {
	padding: 3px 3px 0 2px;
	margin: 0 0 5px 3px;
}

.no-print {
	display: none;
	visibility: hidden;
}
