/* CSS Code for GLITZ! Website - 12/21/07 */
/* Cross Browser Compatible - IE 6+, Firefox 2+, Safari 
/* Manuel Castellanos and Christopher Craig */

/* Shell Containers - Styles for shell content areas */
/* ******************************************************** */

/* Body style - Used for framing around the shell */
body, html
{
	background-color: #999999;
	margin: 0;
	padding: 0;
   
	font-family: Arial;
	font-size: 10pt;
}

.PageHeader
{
	font-weight:bold;
	
	font-family: Arial;
	font-size: 11pt;
}

/* Main container - Main shell outside container */
#mainContainer
{
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 965px;	
	background-color:#cccccc;
}

/* Lefthand Navigation container - GLITZ! Gowns etc */
#navigationContainer
{
	background-color: #cccccc;
	float: left;
	width: 185px;
	padding-top: 107px;
}

/* Intro Image Container */
#introImageContainer
{
	border: 0px;
}

/* Content Container - shell container for the site's content */
#contentContainer
{	
	background-color: white;
	float: right;
	width: 780px;
	min-height: 650px;
}

#Div1 {
	background: url(../images/spacerBG.gif) repeat-y;
}

/* IE6 content Container fill - IE6 does not support min-height. Height acts as min-height \*/
* html #contentContainer{height:650px}
/* end content fill */ 


/* Footer Container - Copyright, Phone etc */
#footerContainer
{
	clear: both;
}

/* Product Container - Container to hold product containers */
.productContainer 
{
	float: left;
	margin: 2px 2px 2px 0px;
}

/* Left Product Pane Container - Container holding image and link */
.leftPaneContainer
{
	width: auto;
	float: left;
		
	color: #666666;
	font-family: Arial;
	font-size: 10pt;	
}

/* Right Product Pane Container - Container holding product information */
.rightPaneContainer
{
	FONT-SIZE: 10pt; 
	FLOAT: left;
	MARGIN-LEFT: 25px; 
	WIDTH: auto; COLOR: 
	#666666; 
	FONT-FAMILY: Arial; 
	width: 410px;
	
	/*
	margin-left: 25px;
	width: auto;
	float: left;
	
	color: #666666;
	font-family: Arial;
	font-size: 10pt;
	*/
}

/* IE6 hack leftpane \*/
* html .leftPaneContainer{MARGIN-LEFT: 0px; }
/* end hide */ 
 
/* IE6 hack rigthpane \*/
* html .rightPaneContainer{MARGIN-LEFT: 25px; }
/* end hide */ 

/* Wrappers - Defines high level formatting for content   */
/* ******************************************************** */

/* Formatting wrapper for content area */
#contentWrapper 
{
	padding: 0px 20px 10px 20px;	
	overflow: hidden;
	height: 100%;
}

/* Formatting wrapper for navigation area */
#navigationWrapper
{
	background-color: #cccccc;
	text-align: right;
	padding-bottom: 20px;
}

/* Product Information Styling */
.informationRow
{
	background-color: #cccccc;
	padding: 5px 10px 5px 10px; 
	
	color: #666666;
	font-family: Arial;
	font-size: 10pt;	
}
/* Forms styles */
.forms
{
	padding: 0px 0px 0px 0px; 
	
	color: black;
	font-family: Arial;
	font-size: 10pt;	
}
.admintables
{
	
	color: black;
	font-family: Arial;
	font-size: 10pt;	
}
/* Product Row Styling - Updated 01/15/08 */
.productRow
{
	/* margin-left: 15px; */ 
}

/* Text Styles */
/* ******************************************************** */

/* Lefthand navigation text */
.navigationLinks, .navigationLinks a
{
	padding: 0px 40px 10px 10px;
	color: white;
	text-decoration: none;
	line-height: 23px;
	font-family: Arial;
	font-size: 9pt;
}

.paginglinks
{
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
}

/* Lefthand navigation text - hover */
.navigationLinks:hover
{
	padding: 0px 40px 10px 10px;
	color: white;
	text-decoration: none;
	line-height: 23px; 
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}

/* Product Header Bar - Updated 01/15/08 */
.headerBar
{
	width: auto;
	background: #666666;
	font-family: Arial;
	font-size: 18pt;
	color: white;
	padding: 6px 20px 6px 15px;
	text-align:left;
}

/* Utility Styles */
/* ******************************************************** */

/* Class to clear content - use below float content but before content to be fixed */
.clearFloat
{
	clear: both
}

/* Spacing DIV for navigation. Tweak for IE 6 */
.navigationSpacer
{
	height: 6px; 
	width: auto;
	line-height:0px; /* IE 6 compatibility */
}

/* Spacing DIV for content. Tweak for IE 6 */
.contentSpacer
{
	height: 12px;
	width: 1px;
	line-height:0px; /* IE 6 compatibility */
}

/* Default link Style - 01/15/08 */

A.standardLink:visited {FONT-SIZE: 10pt; COLOR: #996699; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }
A.standardLink:hover { FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }
A.standardLink:active {	FONT-SIZE: 10pt; COLOR: #333333; FONT-FAMILY: Arial; TEXT-DECORATION: underline; }
.standardLink { color: #333333; font-family: Arial; font-size: 10pt; text-decoration: underline; }
.WishListCell
{
    padding:3mm;
}