/* $Id: splashpage.css 174 2007-08-29 05:06:11Z depler@CORP.CONSTELLAGROUP.COM $ */
/*	NOTE: This was pulled directly from komen.org on 8/29/07 no modifications were made
	http://cms.komen.org/stellent/groups/public/documents/komen_other/komenstyle.css */
/*-CONDITIONER ELEMENTS----------------------------------------------------------------------
---It's important to remember these styles, as all page elements will inherit these settings
---first.  Sometimes it may be necessary to overide some of these styles further down the
---cascade, but generally these make it easier to create new styles.
-------------------------------------------------------------------------------------------*/
body 
{
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-style: normal;
	text-align: center;
	top: 0px;
	}
	
#logo 
{
	position: absolute;
	left: 0px;
	top: 0px;
	}

/*--removes default margins and resets font to default browser size so it doesn't inherit
truncated font sizes of parent elements for all form elements--*/
form 
{
    margin: 0px;
    font-size: 16px;
    }

/*--removes default margins from all form elements--*/ 
table 
{
	margin: 0px;
	font-size: 16px;
	}
	
/*--makes sure that all linked images don't get the default border--*/
a img
{
	border: 0px;
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	}

/*--container block that defines the sites width of and centers the page--*/
#center 
{
	width: 990px;
	margin: 0px auto 0px auto;
	text-align: left;
	top: 0px;
	position: relative;
	}
	
	


/*-HEADER TOP RIGHT-----------------------------------------------------------------------
---Contains all styles associated with the top right of the page. Sign in, messageboard,
---global site search, and details nav.
-----------------------------------------------------------------------------------------*/

/*-container block for the whole top right section-*/


#headerRight 
{
	position: absolute;
	width: 250px;
	top: 0px;
	left: 740px;
	}	

#headerRight #printpage
{
    DISPLAY: none;
    FLOAT: right
}
	
#signinMessageBoard
{
	margin-top: 8px;
	font-family: Arial;
	font-size: .88em;
	font-weight: bold;
	text-decoration: none;
	}
	
#signinMessageBoard a:link,
#signinMessageBoard a:visited
{
	color: #a60a58;
	font-family: Arial;
	font-size: .88em;
	font-weight: bold;
	text-decoration: none;
	}

#signinMessageBoard a:hover,
#signinMessageBoard a:active
{
	color: #a60a58;
	font-family: Arial;
	font-size: .88em;
	font-weight: bold;
	text-decoration: underline;
	}
	
#pinkSignIn a:link,
#pinkSignIn a:visited
{
	color: #a60a58;
	font-family: Arial;
	font-size: .88em;
	font-weight: bold;
	font-style: normal;
	}
	
#search
{
	margin-top: 30px;
	color: #696969;
	font-family: Arial;
	font-size: .88em;
	font-weight: bold;
	}
	
#advancedSearch,
#advancedSearch a:link,
#advancedSearch a:visited,
#advancedSearch a:hover,
#advancedSearch a:active
{
	text-align: right;
	font-family: Arial;
	font-size: 10px;
	color: #696969;
	padding-right: 4px;
	margin-bottom: 7px;
	}
	
#detailsNav
{
	font-family: Arial;
	font-size: 10px;
	padding: 29px 0px 10px 0px;
	}

#detailsNav p
{
	padding: 0px;
	margin: 0px;
	
	}
	
#detailsNav a:link, 
#detailsNav a:visited
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #696969;
	}
	
#detailsNav a:hover,
#detailsNav a:active
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	color: #696969;
	}

	
/*-SEARCH FORM STYLES-------------------------------------------------------------------------*/

form.search
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	}

input.search
{
	border: solid 1px #696969;
	width: 165px;
	padding: 0px 3px 0px 3px;
	}
	
input.btnSearch 
{
	margin-bottom: -5px;
	}

input.btnSearch2 
{
	margin-bottom: -2px;
	}


/*-TOP NAV STYLES-----------------------------------------------------------------------------
---THESE STYLES CAN BE FOUND IN THE "KomenTopGlobalNav3" FRAGMENTs ASSETS IN STELLENT
----------------------------------------------------------------------------------------------*/



/*-LEFT NAV-----------------------------------------------------------------------------
---THESE STYLES CAN BE FOUND IN THE "KomenLeftMenu" FRAGMENTs ASSETS IN STELLENT
--------------------------------------------------------------------------------------*/



/*-LEFT CONTENT-------------------------------------------------------------------------
---These are styles for content regions in the left bar.
--------------------------------------------------------------------------------------*/

/*-Container for the entire left bar including left nav and left side content-*/
     
   
#leftBar p
{
    font-size: 1em;
    font-family: Arial;
    }

#leftBar p
{
    margin: 0px;
    }

.leftItem
{ 
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	font-family: Arial;
	font-size: .85em;
	color: black;
	border-top: solid 1px #ffffff;
	background-color: #ebebeb;
	font-weight: normal;
	}
	
.leftItem a:link,
.leftItem a:visited
{ 
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	color: Black;
	text-decoration: underline;
	}
	
.leftItem a:hover
{ 
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	color: #a60a58;
	text-decoration: none;
	}
	
.leftItemPartners
{ 
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	font-family: Arial;
	font-size: .85em;
	border-top: solid 1px #ffffff;
	font-weight: normal;
	background-image: url(/stellent/groups/public/documents/komen_image/partnersGradient.gif);
	background-repeat: repeat-x;
	}
	
.leftItemPartners a:link,
.leftItemPartners a:visited
{ 
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
	}
	
.leftItemPartners a:hover
{ 
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	color: #a60a58;
	text-decoration: none;
	}
	
.leftItemPartners p 
{
	font-family: Arial;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 18px;
	}
	
.leftItemPartners h2 
{
	font-family: Arial;
	font-size: 1.10em;
	margin-top: 0px;
	margin-bottom: 18px;
	font-weight: bold;
	}
	

/*-CONTENT AREA STYLES-------------------------------------------------------------------------
---These styles are global for the content container. Includes breadcrumbs, email and print, 
---content links, content images, content linked images, H1-H4, P, image float classes for 
---floating content images and etc. If content styles do not appear correcly, view source and
---make sure there are no inline styles. Another App. may be adding html formatting.
----------------------------------------------------------------------------------------------*/

/*#content 
{
    font-family: Arial;
	font-size: .75em;
	color: Black;
    float: right;
    width: 692px;
    position: relative;
	margin-top: 20px;
    margin-right: 12px;
    }*/
	
#navContainer 
{
	position: absolute;
	top: 142px;
	left: 0px;
	}
	
#contentNavContainer
{
	display: block;
	padding: 0px;
	margin: 0px;
	}

#content 
{
    padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: .75em;
	color: Black;
    width: 692px;
    position: relative;
	margin-top: 20px;
    left: 20px;
    top: 0px;
    padding-bottom: 15px; 
    float: left;
    display: block;
    }

#leftBar 
{
	padding: 0px;
    margin: 0px;
    width: 250px;
    font-family: Arial;
	font-size: .75em;
	font-weight: bold;
	position: relative;
	margin-top: 14px;
	padding-bottom: 15px;
	float: left;
	display: block;
    }
    
#content #printEmail 
{
	float: right;
	}
	
#printEmail img a:link ,
#printEmail img a:visited,
#printEmail img a:hover,
#printEmail img a:active

{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	}
    
#breadCrumb
{
	font-family: Arial;
	font-size: 1em;
	margin-bottom: 20px;
	color: Black;
	}
	
#breadCrumb a:link,
#breadCrumb a:visited
{
	font-family: Arial;
	color: #000000;
	font-size: 1em;
	text-decoration: underline;
	padding: 1px;
	display: inline;
	}
	
#breadCrumb a:hover,
#breadCrumb a:active
{
	font-family: Arial;
	color: #ffffff;
	font-size: 1em;
	display: inline;
	text-decoration: none;
	background-color: #fa559e;
	padding: 1px;
	}

#content a:link,
#content a:visited
{
    font-family: Arial;
	font-size: 1em;
	color: #ab035c;
	text-decoration: underline;
	padding: 1px;
    }
    

#content a:hover,
#content a:active
{
    font-family: Arial;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	display: inline;
	background-color: #fa559e;
	padding: 1px;
    }

#content img a:link,
#content img a:visited,
#content img a:hover,
#content img a:active
{
    margin: 0px;
	padding: 0px;
    }

#content ul li a:link,
#content ul li a:visited
{
    font-family: Arial;
	font-size: 1em;
	color: #ab035c;
	text-decoration: underline;
	padding: 1px;
    }
    

#content ul li a:hover,
#content ul li a:active
{
    font-family: Arial;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	display: inline;
	background-color: #fa559e;
	padding: 1px;
    }
    
#content p 
{
	font-family: Arial;
	font-size: 1em;
	color: Black;
	margin-top: 0px;
	margin-bottom: 18px;
	}
	
#content p.highLight
{
	font-family: Arial;
	font-size: 1em;
	color: Black;
	margin-top: 0px;
	margin-bottom: 30px;
	}

#content h1 
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 1.67em;
	color: black;
	}
	
#content h2 
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 1.17em;
	color: #a00256;
	font-weight: bold;
	}
	
#content h3 
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 1em;
	color: #a00256;
	font-weight: bold;
	}
	
#content h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 1em;
	color: gray;
	font-weight: bold;
	}

.ribbonSmall 
{
	display: block;
	font-size: .88em;
	margin: 0px;
	text-indent: 15px;
	background-image: url(/stellent/groups/public/documents/komen_image/ribbonSmall.gif);
	background-repeat: no-repeat;
	}

#content ul li ul
{
	margin: -10px 20px 5px 20px;
	}
	
#content ul li ul li 
{
	list-style-type: disc;
	}

a img
{
	border: 0px;
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	}


/*-marketplace 2 color H1-*/	
#content h1 span 
{
    margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 1.13em;
	color: #a00256;
	line-height: 28px;
	font-weight: normal;
    }
    
.floatLeft2
{
    float: left;
    border: solid 1px Gray;
    margin: 0px 15px 15px 0px;
    }
    
/*-Content image floats, with margins set to space words from images-*/
    
.floatRight
{
    float: Right;
    border: 0px;
    margin: 0px 0px 15px 15px;
    }
    
.floatRight2
{
    float: right;
    border: solid 1px Gray;
    margin: 0px 0px 15px 15px;
    }
    
img.rightFloatImage 
{
    float: right;
    margin: 30px 0px 30px 40px;
    }

/*-stlyle for the "*" on required form fields-*/   
.required 
{
	font-size: 1.5em;
	font-weight: bold;
	color: #a60a58; 
	}
	
/*-MARKETPLACE--------------------------------------------------------*/
 
.total
{
	font-size: 1.13em;
	color: black;
	}
	
.totalAmount 
{
	font-size: 1.13em;
	color: #ab035c;
	}

a.table:link,
a.table:visited
{
    font-family: Arial;
	font-size: .88em;
	color: #ab035c;
	text-decoration: underline;
    }

#marketNav
 {
    margin: 0px;
    font: arial;
    font-size: 1em;
    margin-bottom: 5px;
    background-color: #ffffff;
    width: 450px;
    }
    
#marketNav a:link,
#marketNav a:visited
{
    margin: 0px;
    font: arial;
    font-size: 1em;
    color: #ab035c;
    text-decoration: underline;
    }
    
#marketNav a:hover,
#marketNav a:active
{
    margin: 0px;
    font: arial;
    font-size: 1em;
    color: #ab035c;
    text-decoration: none;
    }


/*-MARKETPLACE PROGRESS INDICATION-----------------------------------------*/

#progress 
{
	margin: 0px;
	padding: 2px;
	padding-top: 6px;
	list-style-type: none;
	display: block;
	width: 100%;
	border-bottom: solid 1px #e7e7e7;
	border-top: solid 1px #e7e7e7;
	}

#progress li.dots 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 92px;
	background-image: url(/stellent/groups/public/documents/komen_image/progDotted.gif);
	margin-left: 7px;
	}

#progress li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 7px;
	}
    
/*-MARKETPLACE FORMS-------------------------------------------------*/
    
form.sizeForm 
{
    margin-top: 4px;
    }
    
input.quantity
{
	border: solid 1px #696969;
	width: 50px;
	padding: 3px 5px 3px 5px;
	margin-right: 10px;
	}
	
input.btnCheckout 
{
    margin-bottom: -7px; 
    }
    

/*-TABLE CELL STYLES--------------------------------------------------------*/

.whiteOnPink 
{
	background-color: #ab035c;
	color: #ffffff;
	padding: 5px;
	}
	
.border 
{
	border: solid 1px #e7e7e7;
	margin:5px;
	vertical-align: top;
	padding: 5px;
	background-color: #ffffff;
	}
	
.tableContainer 
{
	background-color: #f1f1f1; 
	padding: 20px;
	}
	
.tablePink 
{
	background-color: #ffe4ed;
	padding: 5px;
	vertical-align: top;
	}

.tableGrey 
{
	background-color: #f1f1f1;
	padding: 5px;
	vertical-align: top;
	}
	
.tablePad 
{
	padding: 5px;
	vertical-align: top;
	}
	
.alignRightNoColor 
{
	vertical-align: top;
	padding: 5px;
	text-align: right;
	}

.alignRightPink 
{
	vertical-align: top;
	padding: 5px; 
	text-align: right;
	background-color: #ffe4ed;
	}
	
.alignRightGrey 
{
	vertical-align: top;
	padding: 5px;
	text-align: right;
	background-color: #f1f1f1;
	}	
	
    
/*-PRODUCT BOX STYLES-----------------------------------------------------------------------
---These are marketplace specific styles for the boxes which contain product images, name,
---and price. These may have to be rethought because of the varying heights based on 
---longer product names which cause the boxes to wrap strangely.
------------------------------------------------------------------------------------------*/    
    
ul.productConsider 
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
    }
    
ul.productConsider  li
{
    padding:10px;
    margin: 10px 20px 10px 0px;
    display: inline;
    list-style-type: none;
    border: solid 1px gray;
    float: left;
    text-align: left;
    width: 129px;
    font-size: 14px;
    }
    
ul.productConsider li a:link,
ul.productConsider li a:visited,
ul.productConsider li a:hover,
ul.productConsider li a:active
{
	font: arial;
    font-size: .88em;
    color: #ab035c;
    text-decoration: underline;
    font-weight: bold;
    }
#productContainer 
{
	width: 100%;
	}
	  
ul.pageNumbers 
{
    margin: 20px 0px 10px 0px;
	padding: 0px;
    list-style-type: none;
	}
	
ul.pageNumbers li
{
    margin: 0px;
	padding: 0px;
	display: inline;
	margin-right: 1px;
	}
	
ul.pageNumbers li a,
ul.pageNumbers li a:link,
ul.pageNumbers li a:visited,
ul.pageNumbers li a:hover,
ul.pageNumbers li a:active
{
	font: arial;
    font-size: .88em;
    color: #ab035c;
    padding: 0px 4px 4px 4px;
	}
	
ul.pageNumbers li.activePage a,
ul.pageNumbers li.activePage a:link,
ul.pageNumbers li.activePage a:visited,
ul.pageNumbers li.activePage a:hover,
ul.pageNumbers li.activePage a:active
{
	font: arial;
    font-size: .88em;
    color: #ab035c;
    background-color: #e7e7e7;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
	}
    
.totalPages 
{
	clear: both;
	font: arial;
    font-size: .88em;
    color: black;
    float: right;
    font-weight: bold;
    margin-top: -25px;
    margin-bottom: 10px;
	}
	
.totalPages a,
.totalPages a:link,
.totalPages a:visited,
.totalPages a:hover,
.totalPages a:active
{
	font: arial;
    font-size: 1em;
    color: #ab035c;
    font-weight: bold;
	}

	
/*-FOOTER----------------------------------------------------------*/
	
#footer 
{
	clear: both;
	display: block;
	position: relative;
	line-height: 27px;
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	width: 990px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-color: #ab035c;
	margin: 0px auto 5px auto;
	text-align: left;
	}
	
html>body #footer
{
	width: 970px;
	}
	
#footer a 
{
	color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
	}
	
#footer .footerBold 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	
	}
	
#footer span.footerBold a
{
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.footerFloat 
{
	float: left;
	}

.footerFloat2 
{
	float: left;
	text-align: center;
	margin-left: 69px;
	}
	
.footerFloat3 
{
	float: right;
	text-align: right;
	}


/*-CONTROL BOX------------------------------------------------------------------------
---This box is reusable in content areas as well, but should only be used for controls
---like search and etc.  It is resizable, and will stretch to 100% of its parent.
-------------------------------------------------------------------------------------*/

.dialog 
{
    width:100%;
    margin:0px auto;
    min-width:20em;
    font: arial;
    font-weight: normal;
    color: #717171;
    font-size: 1em;
    }

.dialog .hd .c,
.dialog .ft .c 
{
    font-size:1px; /* ensure minimum height */
    height:13px;
    }

.dialog .ft .c 
{
    height:14px;
    }

.dialog .hd 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010645.gif) no-repeat 0px 0px;
    }

.dialog .hd .c 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010646.gif) no-repeat right 0px;
    }

.dialog .bd 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010611.gif) repeat-y 0px 0px;
    }

.dialog .bd .c 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010613.gif) repeat-y right 0px;
    }

.dialog .bd .c .s 
{
    margin:0px 8px 0px 4px;
    background: #e7e7e7 url(/stellent/groups/public/documents/komen_image/010614.jpg) repeat-x 0px 0px;
    padding:1em;
    }

.dialog .ft 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010573.gif) no-repeat 0px 0px;
    }

.dialog .ft .c 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010574.gif) no-repeat right 0px;
    }

.dialog h1 
{
    /* side search header */
    font-size: 14px;
    margin:0px;
    padding:0px;
    margin-top:-0.6em;
    color: #717171;
    font-weight: bold;
    font: arial;
    }

.dialog p 
{
    font: arial;
    font-weight: normal;
    color: #000000;
    font-size: 1em;
    margin: 0px;
    }
    
.s p 
{
    font: arial;
    font-weight: normal;
    color: #000000;
    font-size: 1em;
    margin: 0px;
    }
    
.s a:link,
.s a:vistited,
.s a:hover,
.s a:active
{
	color: #a60a58;
	font-weight: normal;
	}
    
.dialog p.help
{
    font: arial;
    font-weight: normal;
    color: #717171;
    margin: 40px 0px 0px 0px;
    font-size: 11px;
    font-style: normal;
    }
    
.dialog p.help a:link,
.dialog p.help a:visited,
.dialog p.help a:hover,
.dialog p.help a:active
{
    font: arial;
    font-style: normal;
    font-weight: normal;
    color: #717171;
    margin: 0px;
    font-size: 11px;
    text-decoration: underline;
    }

/*-FEATURE BOX------------------------------------------------------------------------
---This box is reusable in the content area, but should only be used for featured
---items. It is resizable, and will stretch to 100% of its parent.
---The box width is set to 100% so it can be used in any situation, if you would like
---to create a custom width it is best to do it inline in the feature dive.  
---(example: <div class="feature" style="width: 250;">)
-------------------------------------------------------------------------------------*/

.feature 
{
    width:100%;
    margin:0px auto;
    min-width:20em;
    color:#fff;
    float: right;
    margin: 0px 0px 30px 20px;
    }

.feature .hd .c,
.feature .ft .c 
{
    font-size:1px; /* ensure minimum height */
    height:4px;
    }

.feature .ft .c 
{
    height:4px;
    }

.feature .hd 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010795.gif) no-repeat 0px 0px;
    }

.feature .hd .c 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010796.gif) no-repeat right 0px;
    }
    
.feature .bd 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010791.gif) repeat-y 0px 0px;
    }

.feature .bd .c 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010792.gif) repeat-y right 0px;
    }

.feature .bd .c .s 
{
    margin:0px 4px 0px 4px;
    background: #e7e7e7 url(/stellent/groups/public/documents/komen_image/010794.jpg) repeat-x 0px 0px;
    padding:1em;
    }

.feature .ft 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010789.gif) no-repeat 0px 0px;
    }

.feature .ft .c 
{
    background:transparent url(/stellent/groups/public/documents/komen_image/010790.gif) no-repeat right 0px;
    }

.feature h2 
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 1.17em;
	color: #a00256;
	font-weight: bold;
	}

.feature p 
{
    font: arial;
    font-weight: normal;
    color: black;
    margin: 0px;
    font-size: .80em;
    margin-bottom: 10px;
    }
    
.feature ul
{
    font: arial;
    font-weight: normal;
    color: #000000;
    font-size: 1em;
    margin: 10px 0px 10px 20px;
    }
    
.feature strong
{
    font: arial;
    font-weight: normal;
    color: #000000;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: bold;
    }

/*-SIDE BAR FORM STYLES--------------------------------------------------------------------------*/

form.search2
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

input.search2
{
	border: solid 1px #696969;
	width: 180px;
	padding: 2px 5px 2px 5px;
	}

form.search3
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

input.search3
{
	border: solid 1px #696969;
	width: 202px;
	padding: 2px 5px 2px 5px;
	}
	
label.labelSideSearch 
{
    display: block;
    font: arial;
    font-size: 11px;
    color: Black;
    font-weight: bold;
    padding: 6px 0px 3px 0px;
    }
    
input.btnLogin
{
	float:right;
	margin: 7px 0px 10px 10px;
	
	}
	
/*-CONTENT BUTTON STYLES-------------------------------------------------------*/

#content a.btnShop:link,
#content a.btnShop:visited  
{
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	color: #ffffff;
	display: inline;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(/stellent/groups/public/documents/komen_image/btnShop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 7px 59px 8px 10px;
	margin-bottom: 30px;
	}
	
#content a.btnShop:hover
{
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	color: #ffffff;
	display: inline;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(/stellent/groups/public/documents/komen_image/btnShop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 7px 59px 8px 10px;
	background-position: 0px -31px;
	margin-bottom: 30px;
	}
	
#content a.btnShop:active
{
    font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	color: #ffffff;
	display: inline;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url(/stellent/groups/public/documents/komen_image/btnShop.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 7px 59px 8px 10px;
	background-position: 0px -62px;
	margin-bottom: 30px;
	}
	

a.pillButtonCheck:link, 
a.pillButtonCheck:visited 
{
	display: block; 
	width: 127px;
	text-decoration: none; 
	color: #ffffff;
	text-indent: 10px;
	line-height: 25px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButtonCheck.gif);
    background-repeat: no-repeat;
    font-family: Arial;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
	margin:10px;
	float:right;
	}
	
a.pillButtonCheck:hover 
{
	display: block; 
	width: 127px;
	text-decoration: none; 
	border: 0px; 
	color: #ffffff;
	text-indent: 10px;
	line-height: 25px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButtonCheck.gif);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    list-style-type: none;
    text-align: left;
    float:right;
	}
	
a.pillButtonCheck:active
{
	display: block; 
	width: 127px;
	text-decoration: none; 
	border: 0px; 
	color: #ffffff;
	text-indent: 10px;
	line-height: 25px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButtonCheck.gif);
    background-repeat: no-repeat;
    background-position: 0px -60px;
    list-style-type: none;
    text-align: left;
    float:right;
	}
	
a.pillButtonGrey:link, 
a.pillButtonGrey:visited 
{
	display: block; 
	width: 127px;
	text-decoration: none; 
	color: #ffffff;
	text-indent: 10px;
	line-height: 25px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButtonGrey.gif);
    background-repeat: no-repeat;
    font-family: Arial;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
	margin:10px;
	float:right;
	}
	
a.pillButtonGrey:hover 
{
	display: block; 
	width: 127px;
	text-decoration: none; 
	border: 0px; 
	color: #ffffff;
	text-indent: 10px;
	line-height: 25px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButtonGrey.gif);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    list-style-type: none;
    text-align: left;
    float:right;
	}
	
a.pillButtonGrey:active
{
	display: block; 
	width: 127px;
	text-decoration: none; 
	border: 0px; 
	color: #ffffff;
	text-indent: 10px;
	line-height: 25px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButtonGrey.gif);
    background-repeat: no-repeat;
    background-position: 0px -60px;
    list-style-type: none;
    text-align: left;
    float:right;
	}

#content a.pillButtonShort:link, 
#content a.pillButtonShort:visited 
{
	display: block; 
	width: 127px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/010625.gif);
    background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}
	
#content a.pillButtonShort:hover 
{
	display: block; 
	width: 127px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/010625.gif);
    background-repeat: no-repeat;
    background-position: 0px -30px;
	text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}
	
#content a.pillButtonShort:active
{
	display: block; 
	width: 127px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/010625.gif);
    background-repeat: no-repeat;
    background-position: 0px -60px;
    text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}

#content a.pillButton:link, 
#content a.pillButton:visited 
{
	display: block; 
	width: 147px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButton.gif);
    background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}
	
#content a.pillButton:hover 
{
	display: block; 
	width: 147px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButton.gif);
    background-repeat: no-repeat;
    background-position: 0px -30px;
	text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}
	
#content a.pillButton:active
{
	display: block; 
	width: 147px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/pillButton.gif);
    background-repeat: no-repeat;
    background-position: 0px -60px;
    text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}



#content a.pillButtonLong:link, 
#content a.pillButtonLong:visited 
{
	display: block; 
	width: 200px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/010983.gif);
    background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}
	
#content a.pillButtonLong:hover 
{
	display: block; 
	width: 200px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/010983.gif);
    background-repeat: no-repeat;
    background-position: 0px -30px;
	text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}
	
#content a.pillButtonLong:active
{
	display: block; 
	width: 200px;
	background-color: #ffffff;
    background-image: url(/stellent/groups/public/documents/komen_image/010983.gif);
    background-repeat: no-repeat;
    background-position: 0px -60px;
    text-decoration: none; 
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
    text-indent: 10px;
    border: 0px;
    margin: 0px;
    padding: 0px;
	}

/* Global Tables 
------------------------------------------------------------------------------*/
table 
{
	font-size: 1em;
	}
	
table table 
{
	font-size: 1em;
	}

td 
{
	font-size: 1em;
	vertical-align: baseline;
	}
table 
{
	font-size: 1em;
	}

td p
{
	font-size: 1em;
	}
	
input.login
{
	border: solid 1px #696969;
	width: 202px;
	padding: 2px 5px 2px 5px;
	}
	
label.labelSideSearch 
{
    display: block;
    font: arial;
    font-size: 11px;
    color: Black;
    font-weight: bold;
    padding: 6px 0px 3px 0px;
    }
    
input.btnLogin
{
	float:right;
	margin: 7px 0px 10px 10px;
	}

form a.fudge 
{
	float: left;
	padding: 6px 79px 0px 0px;
	}
	
.button
{
	border: 0px;
	font: .75em;
	text-transform: uppercase;
	color: #ffffff;
	/*background-color: #666699;*/
	background-color: #ab035c;
	text-align: center;
	cursor: hand;
	padding: 2px;
	border-top: 1px solid #fb559f;
	border-left: 1px solid #fb559f;
	border-bottom: 1px solid #5e0032;
	border-right: 1px solid #5e0032;
}

a img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	}

#header 
{
	height: 177px;
	display: block;
	}	

.floatLeft
{
    float: left;
    border: 0px;
	margin: 0px;
	padding: 0px;
    }
    
#content .floatLeft a,
#content .floatLeft a:link,
#content .floatLeft a:visited
{
    float: left;
    border: 0px;
    margin: 0px;
	padding: 0px;
    margin: 0px 15px 15px 0px;
    background-color: #ffffff;
    }
    
#content .floatLeft a:hover,
#content .floatLeft a:active
{
    float: left;
    border: 0px;
    margin: 0px;
	padding: 0px;
    margin: 0px 15px 15px 0px;
    background-color: #ffffff;
    }


/*--add class="floatLeft" or "floatRight" to any image that needs to be floated
img.floatLeft 
{
	float: left;
	border: 0px;
	}

img.floatRight 
{
	float: right;
	border: 0px;
	}
 --*/	



/*-FLOATING BOX / PARENT CONTAINER HACK-------------------------------------------------------------
This hack insures that the #contentNavContainer DIV stretches to meet the size of its floated 
children (leftBar and content). Removing it will destroy everything below the header.
--------------------------------------------------------------------------------------------------*/
#contentNavContainer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#contentNavContainer { display: inline-block; _height: 1%; }


#progress:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#progress { display: inline-block; _height: 1%; }

#footer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#footer { display: inline-block; _height: 1%; }