﻿/* ---------------------------------------------------------------------------------------------------------------------------- */
/* START of global selectors */
:root
{
 overflow-y: scroll;
}

*
{
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

body
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.69em;
	line-height: 1.88em;
	color: #5A686A;
	height: 100%;
	/* default background */
	background-color: #fbf3f4;
	background-image: url(../i/pink/bg_tile.jpg);
	background-repeat: repeat-x;
}

/* four colors are pink, green, gold, teal, and purple */
body.pink
{
	/* uses default background */
}

body.confessions
{
    background-image: url(../i/pink/bg_tile_confess.jpg);
    background-repeat: repeat-x;
}

body.green
{
	background-color: #ecfbed;
	background-image: url(../i/green/bg_tile.jpg);
	background-repeat: repeat-x;
}

body.gold
{
	background-color: #fee2bd;
	background-image: url(../i/gold/bg_tile.jpg);
	background-repeat: repeat-x;
}

body.teal
{
	background-color: #b0e7f9;
	background-image: url(../i/teal/bg_tile.jpg);
	background-repeat: repeat-x;
}



a:link
{
	color: #cc0000;
	outline: none;
}

a:hover, a:active
{
	color: #660000;
	outline: none;
} 

a:visited
{
	color: #990000;
	outline: none;
}

/** Hack for IE to use PNG Background **/
* a, * input
{
	position: relative;
}

img
{	
	display: block;
    padding: 0;
    border: 0;
}

p
{
	margin: 0 0 1em 0;
}

h1
{
    font-weight: normal;
    font-size: 5.3em;
    line-height: 1em;
    margin: 0 0 .4em 0;
    padding: 0;
    color: #000;
}

h2
{   
    font-size: 1.7em;
	letter-spacing: -0.02em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0.2em 0;
	color: #617072;
}

h3
{
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 0.7em 0;
}

h4
{
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 0 0.7em 0;
}

iframe
{
    overflow: hidden;
    margin: 0;
}

ol
{
    margin: 0 10px 0 20px;
}

ul
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
}

ul li
{
    margin: 0 0 0.1em 0;
    padding: 0 0 0 7px;
    line-height: 1.6em;
}

select
{
	background-color: #fff;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	font-size: 9px;
	color: #666;
	height: 17px;
	width: 165px;
}

sup
{
    font-size: 0.5em;
    vertical-align: top;
}

/* END of global selectors */
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* START of global classes */
.attention
{
    font-size: 1.5em;
}

.block
{
	display: block;
}

.bold
{
	font-weight: bold;
}

.center
{
    text-align: center;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clr
{
	clear: both;
}

.clearer
{
	clear: both;
	height: 0;
	line-height: 0;
}

.hrCCC
{
    height: 1px;
    background-color: #ccc;
    margin: 0 0 10px 0;
}

.it
{
	font-style: italic;
}

.nodisplay
{
    display: none;
}

.nomargin
{
	margin: 0 ! important;
}

.pointer
{
	cursor: pointer;
    cursor: hand;
}

.strike
{
    text-decoration: line-through;
}

.textField
{
    border: 1px solid #BDBDBD;
    background-color: #FDFCF3;
}
/* END of global classes */
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* global typograpy */

h2.product_heading
{
	font-size: 33px;
	font-family: "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 34px;
	color: #e03f92;
	font-weight: normal;
	margin: 0;
	padding: 0;
}






/* global flash */

.flash_container
{
	height: 460px;
	width: 872px;	
}