/* Basic Styles for the TN_29 / Tracey Neuls sites
March 2007 MKiD Updated June 04
-------------------------------------------------------*/
html{
height:100%;
width:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	height:100%;
	background-image:url(../images/site_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	
}


#header_logo{
height:50px;
	width:260px;
	display:block;
	background-image:url(../images/TraceyNeuls_logo.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}


/* Page background and drop shadows
-------------------------------------------------*/
#bodyBGtop{
	height:106px;
	width:100%;
}
#bodyBGmiddle{
	width:100%;
	background-image:url(../images/shadow_middle.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#bodyBGbottom{
	height:107px;
	width:100%;
	background-image:url(../images/shadow_bottom.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#navTable{
	width:800px;
	text-align:left;
	margin-top:10px;
}

/* LINK STYLES
-------------------------------------------------*/
a, a:visited{
	text-decoration:none;
	color:#FF3300;
}
a:hover{
	text-decoration:none;
	color:#FF6600;
}


/* TEXT STYLES
-------------------------------------------------*/
.pagetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
.pagetitleBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.pagesubtitles { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #333333}
.pagesubtitlegrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CCCCCC;
}
.bigwhitetext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #FFFFFF ; 
	font-weight: bold}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000
}
.smallred {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #006600
}
.bodyText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}





/* Custom classes for various pages
--------------------------------------------------------*/
.sectionDivider{
	border-right:1px solid #CCCCCC;
}

.floatingPreviewDiv{
 	margin-left:40px;
	margin-top:-370px;
	position:absolute;
	z-index:33;
}

/*    new    */

#featuredRetailerDiv{
	display:block;
	width:90%;
	margin:5px;
	padding:5px;
	text-align:left;
	border:1px solid #FF3300;
}
#featuredDiv{
	padding-left:5px;
	width:100px;
}
#featuredDiv ul{
	list-style-type:square;
	list-style-position:outside;
	margin-left:15px;
	margin-top:2px;
	font-size:10px;
	color:#666666;
	padding:0px;
}
#quoteDiv {
float:left;
}
#quoteOuterDiv{
	background-image:url(../images/quote_open.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:auto;
	float:left;
	margin-top:20px;
}
#quoteInnerDiv{
	background-image:url(../images/quote_closed.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px 0px 0px 55px;
	font-family: "Courier New", Courier, mono;
	font-size:22px;
	color:#666666;
	float:left;
}
#quoteSource{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#333333;
	float:right;
	padding-right:50px;
}



/* COLLECTION CATALOG CLASSES
--------------------------------------------------------*/
.catalogItemDiv{
	/*width:170px;
	height:200px;*/
	margin-bottom:10px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	border-bottom:2px solid #FFFFFF;
	cursor:pointer;
	vertical-align:bottom;
}
.catalogItemDiv:hover{
	border-bottom:2px solid #FF3300;
}

.shoeTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display:block;
}

.shoeDescription{
	font-size:11px;
	color:#333333;
	text-align:left;
	line-height:11px;
	display:block;
}

.shoePrice{
	font-size:14px;
	color:#333333;
	text-align:left;
	display:block;
	font-weight:bold;
	margin-top:20px;
}

.materialsDiv{
	display:block;
	font-size:10px;
	color:#666666;
}
.materialImage{
	border:1px solid #aaaaaa;
	margin:2px;
	width:60px;
	height:40px;
	overflow:hidden;
}

.shoeThumbDiv{
	width:110px;
	height:80px;
	overflow:hidden;
	border:1px solid #aaaaaa;
	margin:2px;
	margin-right:10px;
}
.shoeThumbDiv img{
	border:none;
}

/*   new april 23  */
.currentImageDiv{
	display:none;
	z-index:3;
	position:absolute;
	width:110px;
	height:80px;
	background-image:url(../images/fade_white.gif);
	text-align:center;
}
