@charset "utf-8";

a{color: #555; text-decoration: none;}
a:visited{color: #555;}
a:hover{color: red; text-decoration: underline;}
a:active{color: red;}



div.preload {
position:absolute;
top:-9999;
left:-9999;
height:1px;
width:1px;
overflow:hidden;
}

body{
	font-size: .75em;
	font-family: 'arial';
	font-color: #777777;
}
hr{
	width: 100%;
	height: 1px;
	border-style: none; 
	color: black;
	background-color: black;
}

#siteWrapper{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#head{
	width: 100%;
	height: 245px;
}

#topLogo{
	width: 221px;
	height: 100%;
	background: url("../images/topLogo.png");
	float: left;
}

#navBox{
	height:100%;
	margin-left: 221px;
}
	#navTop{
		padding-top: 40px;
		height: 183px;
	}
		a.navLink{
			display: block;
			width: 105px;
			height: 100%;
			float: left;
			text-decoration: none;
			margin-left: 50px;
		}

			#navHome{background: url("../images/navHome-up.png"); }
			#navCatalog{background: url("../images/navCatalog-up.png") no-repeat;}
			#navAbout{background: url("../images/navAbout-up.png");}
			#navContact{background: url("../images/navContact-up.png")}
			
			#navHome:hover, #navHome.navOn{background: url("../images/navHome-over.png");}
			#navCatalog:hover, #navCatalog.navOn{background: url("../images/navCatalog-over.png") no-repeat;}
			#navAbout:hover, #navAbout.navOn{background: url("../images/navAbout-over.png");}
			#navContact:hover, #navContact.navOn{background: url("../images/navContact-over.png");}

#body{
	min-height: 400px;
	margin-bottom: 10px;
}
	#body-all{

	}
	#bodyLeft{
		float: left;
		width: 221px;
		height: 100%;
	}
	#bodyRight{
		float: right;
		height: 100%;
		width: 679px;
	}
	#mainPic{
		height: 100%;
		width: 100%;
	}

#copyright{
	float:right;
}
	#copyrightImg{
		float:right;
	}

	#copyrightCopy{
		margin-top: 20px;
		float:left;
		color: #999999;
		
	}

/*/////////////////////////////////////// Store */

/*------------------- categories */

div.categories-spacer{
	height: 40px;
}
a.category{
	display:block;
	height: 31px;
	width: 220px;
	margin-top: 10px;
}
a.baby{
	background: url(../images/cat-baby-up.png);
}
a.girl{
	background: url(../images/cat-girl-up.png);
}
a.boy{
	background: url(../images/cat-boy-up.png);
}
a.shoe{
	background: url(../images/cat-shoe-up.png);
}
a.access{
	background: url(../images/cat-access-up.png);
}
a.toys{
	background: url(../images/cat-toys-up.png);
}
a.clearance{
	background: url(../images/cat-clearance-over.png);
}

a.baby:hover{
	background: url(../images/cat-baby-over.png);
}
a.girl:hover{
	background: url(../images/cat-girl-over.png);
}
a.boy:hover{
	background: url(../images/cat-boy-over.png);
}
a.shoe:hover{
	background: url(../images/cat-shoe-over.png);
}
a.access:hover{
	background: url(../images/cat-access-over.png);
}
a.toys:hover{
	background: url(../images/cat-toys-over.png);
}
a.clearance:hover{
	background: url(../images/cat-clearance-over.png);
}

ul.sub-cat li{
	font-weight:300;
	margin-left: 40px;
	font-size: 1.2em;
}
ul.sub-cat a{
	color: black;
}
ul.sub-cat a.selected{
	font-weight: bold;
	color: #e34247;
}


/*------------------- items */
div.items{
	margin-left: 15px;
	margin-top: 10px;
	
}

a.item-link-hidden{
	display: block;
	z-index: 1000;
	width: 140px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 175px;
}

div.item{
	cursor: pointer;
	width: 140px;
	float: left;
	height: 175px;
	border: 1px solid #999999;
	padding: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
}

div.clearance{
	border: 1px solid #66cc00;
}
	div.item-top{
		display: table;
		width: 100%;
		height: 125px;
		text-align: center;
	}
	div.item-bottom{
		display: block;
		width: 100%;
		height: 30px;
		text-align: center;
	}
	div.item:hover{
		background-color: #eeeeee;
		border-color: #000000;
	}
	img.item-thumbnail{
	}
	p.item_name{
		color: #e34247;
	}
	div.item-status{
		display: block;
		font-weight: bold;
		background-color: #66cc00;
		color: white;
		margin-top: 4px;
		height: 15px;
		text-align: center;
	}
	div.item-status p{
		display: block;
		padding-top: 2px;
	}
	.not-for-sale{
		background-color: #ffaaaa;
		
	}
img.item-photo-big{
	border: 1px solid #000;
	margin-left: 50px;
	cursor: pointer;
}

div.item-photo-big{
	float:left;
	margin-right: 20px;
	
}
/*///    big */
#item-info{
	display: table-cell;
	width: 200px;
	height: 100%;
}

	#item-name{
		font-size: 1.4em;
		font-weight: bold;
		color: #333;
	}
	#item-description{
		font-size: 1em;
		color: black;
	}
	p.clearance{
		display: block;
		height: 17px;
		color: white;
		text-align: center;
		padding-top: 3px;
		margin-bottom: 4px;
		font-size: 1em;
		background-color: #66cc00;
		font-weight: bold;
	}
	div.item_info{
		width: 100%;
		background-color: #dddddd;
		padding: 4px;
		margin-bottom: 10px;
	}
	div.item_info p{
		margin-bottom: 4px;
	}
	p.old-price{
		text-decoration: line-through;
		color: #555;
	}
	p.item-number{
		margin-bottom: 10px;
		color: #aaa;
	}
/*//////////////////////////////////////// basic content */
.basic-content{
	margin-left: 30px;
}
.basic-content h1{
	color: #e23a3f;
	font-size: 1.7em;
	margin-bottom: 10px;
}
.indent{
	margin-bottom: 1em;
	text-indent: 20px;
	
}
.left, .right{
	padding: 5px;
	vertical-align: top;
	display: table-cell;
}
p.mid{
	margin-bottom: 4px;
	font-size: 1.1em;
	color: #555;
	
}


/*/////////////////////////////////////// Misc */
.photo-credit{
	padding-left: 40px;
}
*.flash-notice{
	background-color: #ddd;
	color: green;
	margin: 5px;
	padding: 10px;
	
}

*.center{
	margin-left: auto;
	margin-right: auto;
}
*.clear{
	height: 0px;
	clear:both;
}


.button-link {
	color: black!important;
	display: table-cell;
	padding: 10px;
	line-height: 1.3;
	border: 1px solid #666666;
	background-color: #eee;
	
}

.button-link:hover{
	color: red!important;
	cursor: pointer;
	background-color: #ddd;
	text-decoration:underline;
	border-color: red;
	
}

div.fieldWithErrors label{
	color: red !important;
}
div.fieldWithErrors input, div.fieldWithErrors textarea{
	border:2px solid red !important;
}

div.errorExplanation{
	margin: 4px;
	padding: 6px;
	margin-bottom: 10px;
	background: #ffaaaa;
	border-bottom: 3px solid #ff6666;
}

div.errorExplanation h2{
	font-size: 1.2em;
	margin-bottom: 2px;
}
div.errorExplanation p{
	padding-left: 4px;
	margin-bottom: 6px;
}

div.errorExplanation ul{
	list-style-type: circle;
	padding-left: 20px;
}
div.errorExplanation li{
	margin: 2px 0px 4px 0px;
	font-size: 1.05em;
}

.slideshow-container{
	margin-left: 40px;
}
/*-- intro*/
#intro{
	display: none;
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color: #fff;	
}

#overlay{
	display: none;
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}
#overlay-background{
	display: block;
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #999999;
	opacity:.7;
}
#overlay-content{
	position: relative;
	top: 100px;
	z-index: 1002;
}
#overlay-content img{
	border: 10px solid #fff;
	border-bottom: 30px solid #fff;
}
#overlay-close
{
	display:block;
	margin-top: -20px;
}

#intro-holder{
	display: none;
	width: 384px;
	height: 415px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -192px;
	margin-top:-107px;
}
#intro-swan{
	margin-bottom: 50px;
}



/*// Alpha Mouse \\*/
#AM_remote-logo{
	display: block;
	width:100px;
	height: 30px;
	background: #ffffff url(http://assets.alpha-mouse.com/remoteLogo.png) no-repeat;
	background-position: 0px -30px;
	clear: both;
	float: right;
}
#AM_remote-logo:hover{
	background-position: 0px 0px;
}