* {
	outline:				none;
}

body {
	margin:					0;

	font-family:			Times New Roman;
	font-size:				12px; 

	background:				url("./gfx/bg.jpg") center top;

	color:					#716F6E;
}

table {
	font-style:				italic;

	font-size:				12px;
}

iframe {
	z-index: 1;
}

a {
	color:					#716F6E;

	text-decoration:		none;
}

a:hover {
	color:					#5F5B5A;
}

h1 { 
	font-size:				18px;

	font-style:				normal;

	letter-spacing:			3px;

	margin-top:				0px;
	margin-bottom:			4px;
}

h3 { 
	font-size:				14px;

	font-style:				italic;

	letter-spacing:			0px;

	margin-top:				0px;
	margin-bottom:			4px;

	font-weight:			normal;
}

input {
	width:					100%;
	height:					20px;

	line-height:			20px;

	padding:				2px;

	border:					1px #A8A7A7 solid;

	font-family:			Times New Roman;
	font-size:				12px;

	font-style:				italic;

	color:					#8D8D8D;

	margin-bottom:			2px;
}

textarea {
	width:					100%;
	height:					40px;

	line-height:			20px;

	padding:				2px;

	border:					1px #A8A7A7 solid;

	font-family:			Times New Roman;
	font-size:				12px;

	font-style:				italic;

	color:					#8D8D8D;

	margin-bottom:			2px;

	overflow:				auto;
}

img {
	border:					none;
}

.HR {
	background-image:		url("./gfx/hr.jpg");
	background-repeat:		no-repeat;

	width:					100%;
	height:					11px;
}

.PageNotice {
	line-height:			20px;

	font-size:				12px;
	font-weight:			bold;

	text-align:				center;

	padding:				5px;

	background-color:		#FE5656;

	color:					white;
}

.PageNotice  a {
	color:					white;
}

.Wrapper {
	background:			url("./gfx/white-fade.png") no-repeat 50% 0px;

	width:				100%;

	position:			relative;

	z-index:			1;
}

.Logo {
	width:				259px;
	height:				86px;

	background:			url("./gfx/logo.png");

	margin-top:			10px;
	margin-bottom:		10px;
}

.Body {
	width:				1000px;

	background-color:	white;

	-moz-box-shadow:	#BBBBBB 0px 0px 10px;
	-webkit-box-shadow:	#BBBBBB 0px 0px 10px;
	box-shadow:			#BBBBBB 0px 0px 10px;

	text-align:			left;
}

.Navigation {
	width:				922px;
	height:				38px;

	position:			relative;

	background:			url("./gfx/navigation.jpg");
}

.NavigationHome {
	width:				60px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") 0px 0px no-repeat;

	position:			absolute;

	left:				0px;
	top:				0px;
}

.NavigationAbout {
	width:				69px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -60px 0px no-repeat;

	position:			absolute;

	left:				60px;
	top:				0px;
}

.NavigationDresses {
	width:				89px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -129px 0px no-repeat;

	position:			absolute;

	left:				129px;
	top:				0px;
}

.NavigationTops {
	width:				57px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -218px 0px no-repeat;

	position:			absolute;

	left:				218px;
	top:				0px;
}

.NavigationBottomsSkirts {
	width:				151px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -275px 0px no-repeat;

	position:			absolute;

	left:				275px;
	top:				0px;
}

.NavigationAccessories {
	width:				123px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -426px 0px no-repeat;

	position:			absolute;

	left:				426px;
	top:				0px;
}

.NavigationMightyAcorns {
	width:				150px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -549px 0px no-repeat;

	position:			absolute;

	left:				549px;
	top:				0px;
}

.NavigationGoodLuckTrunk {
	width:				154px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -699px 0px no-repeat;

	position:			absolute;

	left:				699px;
	top:				0px;
}

.NavigationCart {
	width:				67px;
	height:				38px;

	background:			url("./gfx/navigation.jpg") -853px 0px no-repeat;

	position:			absolute;

	left:				853px;
	top:				0px;
}

.BorderTop { 
	width:				1000px;
	height:				33px;

	background:			url("./gfx/border-top.jpg");
}

.BorderBottom {
	width:				1000px;
	height:				36px;

	background:			url("./gfx/border-bottom.jpg");
}

.BorderLeft {
	background:			url("./gfx/border-left.jpg");
}

.BorderRight {
	background:			url("./gfx/border-right.jpg");
}

.BorderMiddle {
	width:				922px;
	height:				24px;

	background:			url("./gfx/border-middle.jpg");
}

.BorderLeftTop {
	width:				39px;
	height:				292px;

	background:			url("./gfx/border-left-top.jpg");
}

.BorderRightTop {
	width:				39px;
	height:				292px;

	background:			url("./gfx/border-right-top.jpg");
}

.BorderLeftBottom {
	width:				39px;
	height:				290px;

	background:			url("./gfx/border-left-bottom.jpg");
}

.BorderRightBottom {
	width:				39px;
	height:				290px;

	background:			url("./gfx/border-right-bottom.jpg");
}

.ViewProductTab {
	position:		absolute; 
	
	left:			0px; 
	top:			0px; 
	
	width:			150px; 
	height:			24px; 
	
	text-align:		center;

	border:				1px #515050 solid; 
	border-bottom:		none;

	background-color:	#515050;

	line-height:	22px;

	font-size:		14px;

	color:			white;

	cursor:			pointer;
}

.ViewProductTabActive {
	border:				1px #898888 solid; 
	border-bottom:		1px white solid;

	background-color:	white;

	color:				#515050;

	z-index:			2;
}

.ViewProductTabPage {
	width:			404px; 
	height:			250px; 
	
	overflow:		auto; 
	
	border:			1px #898888 solid; 
	
	position:		absolute; 
	
	left:			0px; 
	top:			24px;

	padding:		20px;

	font-size:		14px;
	line-height:	24px;

	text-align:		left;
}

.Footer {
	width:			1000px;

	text-align:		left;

	margin-top:		6px;
	font-family:	Arial;
}

.Footer a {
	margin-left:	30px;

	font-size:		12px;
}

.Footer div  {
	font-size:		10px;
}

.Footer div a {
	font-size:		10px;
	margin:			0;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


