/*********************************************/
/* NEW WEBSITE CSS STANDARDS 2.1             */
/*********************************************/
/*********************************************/
/*********************************************/
/* PLEASE CONFIRM BEFORE MAKING ANY CHANGES! */
/*********************************************/




/*********************************************/
/* LONG DESCRIPTION                          */
/*********************************************/



/* HEADLINE (BLUE) */


.headlineblue, .headline {

	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-weight: bold;
 
}

/* HEADLINE (RED) */


.headlinered {
 
 	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
 
}

/*********************************************/
/* SHORT DESCRIPTION                         */
/*********************************************/

/* HEADLINE (BLUE) */

/* Blue Font */
.headline_short {
 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	
}

/* Red Font */


.red_text {
	
	color: #ff0000;
	font-weight: bold;
}

.red_text_short {
	
	color: #ff0000;
}





/*********************************************/
/* FONT STYLES */
/*********************************************/
	
/* ITALIC FONT */

	
.font_italic {
 
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
 
}

em {
 
 	font-style: italic;

}

/* BOLD FONT */


.font_bold {

	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

strong {

	font-weight: bold;
	
}

u {

	text-decoration: underline;

}

/*********************************************/
/* TABLE INFORMATION (COLORS,LAYOUT ETC.)    */
/*********************************************/

td.format {
	border: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table.format {
	border: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
	width: 652px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}





/*********************************************/
/* PARAGRAPH INFORMATION (                    */
/*********************************************/
.paragraph_new, .normal_text {
 
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}




/*********************************************/
/* LONG DESCRIPTION BULLETS                  */
/*********************************************/

.long_desc_bullets {
	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	
	
}





/*********************************************/
/* SHORT DESCRIPTION BULLETS                 */
/*********************************************/






/*************************/
/** ALL ELEMENTS DEFINED **/
/*************************/

/*******************************************************************************/
/*******************************************************************************/

/* LIGHT BOX WRAPPER TO CONTAIN THE LIGHT BOX */

.wrapper {
	/* will define elements at a later time */
	
}

/*******************************************************************************/
/*******************************************************************************/


/* CONTENT SECTION */

.white_content {
	display: none;
	background-color: #cccccc;
	position: relative;
	top: 0%;
	left: 0%;
	padding-right: 5px;
	padding-left: 5px;      
	padding-top: 5px;      
	padding-bottom: 5px;
	border: 3px solid black;
	background-color: white;
	z-index: 1002;
	overflow: auto;
	margin: 3px;
}

.white_header {
	
	
}
/* END CONTENT SECTION */

/*******************************************************************************/
/*******************************************************************************/

/* CLOSE BUTTON SECTION */

.close_button {
 
	position: relative;
	float: left;
	left:533px;     
	padding-top: -20px;
	cursor: pointer;
	z-index: 1004;
	
}
/* END CLOSE BUTTON SECTION */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);




/*******************************************************************************/



/*********************************************/
/* For inner indented bullets since it does not work in the Varien framework */
/*********************************************/

li.Second
{
	list-style-type: circle;
	margin-left: 40px;
}

li.Third
{
	list-style-type: square;
	margin-left: 80px;
}


/*********************************************/
/* TEMPLATE (A)                              */
/*********************************************/

/* Currently defined in long description */





/*********************************************/
/* TEMPLATE (B)                              */
/*********************************************/






/*********************************************/
/* TEMPLATE (C)                              */
/*********************************************/
