/*
pt2px conversion
Size	pt	px
Small	8	11
Normal	10	13
Big		12	16
Mega	14	20
Giga	18	24
*/

.clearThis {
	clear: both;
}

.cap
{
	text-transform: capitalize;
	font-size: 11px;
}

.nocap
{
	text-transform:lowercase;
	font-size: 11px;
}

body 
{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	margin-top:4px;
}

/* CSS font for all h1 titles on efundraising. Replaces font1_huge_blue and
ProductsHeader that are used for many titles in the public main pages. */

/*Title for the main page only with <h1 id="main">*/
h1#main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 0;
}

/*Specific colors in the title of the main page with <span class="home_header1">*/
h1#main .home_header1
{
	color: #6278F2;
}

h1#main .home_header2
{
	color: #2C46BF;
}

/*All h1 titles of other pages than main page
You decide the style of your title with the id you give to your
tag, page or product like the following <h1 id="products">*/

/*Underlined blue*/
h1#page
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2c46bf;
	font-weight: bold;
	padding: 18px 0 0 0;
	border-bottom: solid 1px #586FE5;
}

/*Dotted black*/
h1#product
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding: 18px 0 0 0;
	border-bottom: dotted 1px #000000;
}

h1#product2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding: 18px 0 0 0;
	border-bottom: dotted 1px #000000;
}



h1#Advert
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	COLOR: #6591c1;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	border-bottom: solid 1px #6591c1;
	margin-bottom: 5px;
	
}

/*When a part of a title is marqued emphasized, it is red*/
h1#page em
{
	color: #FF0000;
	font-style: normal;
}

h1#product em
{
	color: #FF0000;
	font-style: normal;
}

/*Other CSS*/
input,select,textarea
{ 
	border-width: 1px;
	border-color: #6c6c6c;
} 

input[type="image"] 
{
	font-size: 12px;
	border-width: 0px;
}

.Separator
{
	width:100%;
	height:1px;
	background-image:url(../../../../../resources/images/_efund_/_classic_/en-us/common/dots.gif);
	background-repeat:repeat-x;
}

/* MENUS */


/* NORMAL TEXT */

.TeraText
{
	font-family:Arial;
	font-size: 30px;
	text-decoration:none;
	
}

.TeraText2
{
	font-family:Arial;
	font-size: 28px;
	text-decoration:none;
	
}

.TeraText3
{
	font-family:Arial;
	font-size: 29px;
	text-decoration:none;
	
}


.GigaText
{
	font-family:Arial;
	font-size: 24px;
	text-decoration:none;
	
}

.GigaTextWhiteBold
{
	font-family:Arial;
	font-size: 24px;
	text-decoration:none;
	font-weight:bold;	
}

.MegaText
{
	font-family:Arial;
	font-size: 20px;
	text-decoration:none;
	
}

.MegaTextBold
{
	font-family:Arial;
	font-size: 20px;
	text-decoration:none;
	font-weight:bold;
	
}
.MegaTextWhiteBold
{
	color:White;
	font-size:20px;
	font-weight:bold;
}
.BigTextWhite
{
	color:White;
	font-size:18px;
	font-weight:bold;
}
.BigText
{
	font-family:Arial;
	font-size: 16px;
	text-decoration:none;
}

.GigaTextBold
{
	font-family:Arial;
	font-size: 24px;
	text-decoration:none;
	font-weight: bold;
	
}

.BigTextBold
{
	font-family:Arial;
	font-size: 16px;
	text-decoration:none;
	font-weight: bold;
}

.NormalText
{
	font-family:Arial;
	font-size: 13px;
	text-decoration:none;
}

.NormalTextBoldKitPage
{
	font-family:Arial;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
}

.NormalTextAdvertising
{
	font-family:Arial;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}

.NormalTextBold
{
	font-family:Arial;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}
.ABitSmallTextBold
{
	font-family:Arial;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
.SmallText
{
	font-family:Arial;
	font-size: 11px;
	text-decoration:none;
}

.SmallTextBold
{
	font-family:Arial;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
}

.VerySmallText
{
	font-family:Arial;
	font-size: 9px;
	text-decoration:none;
}
.VerySmallTextBold
{
	font-family:Arial;
	font-size: 9px;
	text-decoration:none;
	font-weight: bold;
}

.TopMenuText
{
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	color: #729ac6;
	text-decoration:none;
}

.TextUnderline
{
	text-decoration: underline;
}

.TextItalic
{
	font-style: italic;
}


/* FOREGROUND COLORS */

.Normal
{
	color: #000000;	
}

.Link
{
	/*color: #3a72af;*/
	COLOR:#6591c1;
}


.Pourcentage
{
	color: #229427;
}

.Error
{
	color: #FF0000;
}
.Error2007
{
	color: #FF6300;
}
.VIPColor
{
	color: #9B1D16;
}

/* BACKGROUND COLORS */

.highlight
{
	background-color:#edf3fc;
	height: 30;
}

/* LINK DECORATIONS */

.viplounge {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/vip/top_vip.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 265px;
}

.movie {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/vip/movie.gif);
	background-repeat: no-repeat;
	padding-left: 140px;
	height: 98px;
}
.herbertvip {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/vip/hebertfree.jpg);
	background-repeat: no-repeat;
	padding-left: 155px;
	height: 130px;
}
.arrow_bw {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/arrow_bw.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	line-height: 16px;
}

.loupe_bw {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/loupe_bw.gif);
	background-repeat: no-repeat;
	background-position: 70px 2px;
	padding-left: 85px;
	padding-right: 100px;
	line-height: 18px;
}

.loupe_bw2 {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/loupe_bw.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
	line-height: 18px;
	padding-left: 30px;
}

.loupe_bw3 {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/loupe_bw.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	line-height: 18px;
	padding-left: 13px;
}
.enlarge_bw {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/enlarge_bwhite.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	line-height: 18px;
}

.arrow_bhighlight {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/arrow_bhighlight.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
	line-height: 11px;
}

.loupe_bhighlight {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/loupe_bhighlight.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 0px;
	line-height: 18px;
}

.bullet {
	display: block;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 14px;
	line-height: 22px;
}
a.topmenu2007:link
{
	color:Black;
	
}
a.topmenu2007:hover 
{	
	text-decoration: underline;
	Color:#6591c1 !important;
}
.link2007
{
	COLOR:#6591c1;
}

.sharelink2007
{
	COLOR:#6591c1;
	FONT-SIZE: 10pt;
}

.active
{
	COLOR:#6591c1;
}

a.link2007:visited
{
	COLOR:#6591c1;
}
a.topmenuGreen:link
{
	color:#0f9c34;
}

ul.noindent
 {
list-style: none;
margin-left: 0;
padding-left: 2em;
text-indent: -1.5em;
}

ul.noindenttop
 {
	list-style-type:disc;
margin-left: 0;
padding-left: 3em;
text-indent: 0em;
}

/* Home bullet point color and size */

.home
{
	color: #6591c1;
	text-decoration:none;
	margin-bottom:5px
}

/* Non product links on home page */
.HomeColor:link{color:#6591c1}
.HomeColor:visited{color:#6591c1}
.HomeColor:hover{color:#6591c1}
.HomeColor:active{color:#6591c1}

/* Text on home page */
.HomepageText 
{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
}

/* Guide request home page */

.GuideText:link{color:#91ce40}
.GuideText:visited{color:#91ce40}
.GuideText:hover{color:#91ce40}
.GuideText:active{color:#91ce40}

/* Bottom Left Menu */

.LeftBTMenu
{
	
	color: #6591c1;
	text-decoration:none;
	margin-bottom:5px;
	list-style-type: none;
	margin-left:0px;
	font-weight: bold;
	font-size: 12px;
}

/* Product Menu text */
.HomeMenu
{
	FONT-SIZE: 13pt;
}

.HomeMenu:link{color:#2d68a9}
.HomeMenu:visited{color:#2d68a9}
.HomeMenu:hover{color:#2d68a9}
.HomeMenu:active{color:#2d68a9}

/* Top menu 2009 link */

.TopMenuText2009
{
	FONT-SIZE: 9pt;
	font-weight: bold;
}

.TopMenuText2009:link{color:#2d68a9}
.TopMenuText2009:visited{color:#2d68a9}
.TopMenuText2009:hover{color:#2d68a9}
.TopMenuText2009:active{color:#2d68a9}


.TopMenuText2009Green
{
	FONT-SIZE: 9pt;
	font-weight: bold;
}

.TopMenuText2009Green:link{color:#91ce40}
.TopMenuText2009Green:visited{color:#91ce40}
.TopMenuText2009Green:hover{color:#91ce40}
.TopMenuText2009Green:active{color:#91ce40}

p#space
{
	line-height: 300%;
}

/*
a.sidemenu2007:hover {
	display: inline;
	background-image: url(../../../../../resources/images/_efund_/_classic_/en-us/menus/July2007/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
	line-height: 18px;
	text-decoration: none;
	
}*/

h2.h2newsize
{
	font-size: 115%; 
	display:inline;
	width:300px;
		
}

h1.h1newsize
{
	font-size: 200%;
	margin-top: -.2em;
	margin-bottom: 0em;
	display:inline;
}

h3.h3newsize
{
	font-size: 130%;
	
	display:inline; 
}

/* DIV placement for Addthis*/

div.addthis1
{
	position:absolute;
	top:75px;
	left:300px;
	width:270px;
	
}

div.addthis2
{
	position:absolute;
	top:82px;
	left:290px;
	width:300px;
	
}

div.addthis3
{
	position:absolute;
	top:65px;
	left:20px;
	width:300px;
	
}

/* DIV placement for homepage*/

div.fundp1
{
	position:absolute;
	top:279px;
	left:34px;
	width:200px;
	
}

div.fundp2
{
	position:absolute;
	top:282px;
	left:310px;
	width:200px;
	
}

/* DIV placement for homepage*/

div.ideas1
{
	position:absolute;
	top:940px;
	left:280px;
	width:450px;
}

div.ideas2
{
	position:absolute;
	top:1060px;
	left:530px;
	width:220px;
}

/* DIV placement for efund placements*/
.howitwork
{
	background-image: url('/UserResources/Images/Products/123background.jpg');
	background-repeat: no-repeat;
	width:	544px;
	height:638px;
}


/* br tag spacing for online page test*/
/* Home page Menu Bullet list remove spaces */



/* homepage 2010 */

.homeSection
{
	 width:700px;	
}
.homeBlocContent
{
	width:700px;	
	padding-top:28px;
	margin-bottom:8px;
	height:170px;
}
.leftCurve
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/home/homePage2010/leftBlueCurve.png);
	height:26px;
	width:12px;
	float:left;
}

.sectionTitle
{
	padding-top:5px;
	float: left;
	background-color: #c8d7e7;
	height: 21px;
	width: 677px;
	font-weight: bold;
}

.homeMore {}

.rightCurve
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/home/homePage2010/rightBlueCurve.png);
	height:26px;
	width:11px;
	float:left;
}

.homeBlocContentLeft
{
	 float:left;
	 width:120px;
	 padding-left:15px;
	 padding-right:35px;
}

.homeBlocContentRight
{
	 float:left;
	 width:530px;
}

.homeBlocContentTitle
{
	font-weight: bold;
}

.homeBlocContentContent
{
	padding-top:10px;
}

.homeBlocContentLink
{
	padding-top:10px;
}


/* bottum menu 2010 */
.bottumMenu
{
	width:800px;
	height:00px;
	display:block;	
}

.bottumMenuFundraiser
{

}

.menuSection
{
	float:left;
	width:190px;
	height:165px;
	color:#c9c9c9;
	
}

.menuSectionTitle
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom:12px;
}

/* /-/-/-/-/Main top navigation */
.topMenuBlue
{
	width:960px; height:35px;  margin:0px; padding:0px	
}

.topleftmenuborder
{
	width:8px;
	height:35px;
	float: left;
	background-image: url(/resources/images/_efund_/_classic_/en-us/menus/top_menu/left.png);
	
	
	
}

.topleftmenuborderOver
{
	width:8px;
	height:35px;
	float: left;
	background-image: url(/resources/images/_efund_/_classic_/en-us/menus/top_menu/left_dark.png);
	position:relative;
}

.toprightmenuborder
{
	width:8px;
	height:35px;
	float: left;
	background-image: url(/resources/images/_efund_/_classic_/en-us/menus/top_menu/right.png);
	position:relative;
}
	
#wrapper
{
	margin:0px auto;
	padding:0;
	text-align:left;
	width:960px;
}
	
.topNav {
	list-style-type: none;
	width:944px;
	padding: 0px;
	padding-left:0px;
	margin: 0px;
	margin-left:0px;
	margin-right:0px;
	/* background-image: url(/resources/images/_efund_/_classic_/en-us/menus/top_menu/1px.gif);*/
	height:35px;
	float: left;
	z-index:1;
	position:relative;
	
}

.HomeTopBorder3
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/menus/top_menu/1px.gif);
	
	}

.HomeTopBorder2
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/menus/top_menu/1px.gif);
	width:232px;
	
	}

.topNav li {
	float: left;
	color: #fff;
	height:35px;
	font-weight: bold;
	
	
}
.menuliner
{
	float: left;
	height:25px;
	padding-top:10px;
	width:1px;	
}

.topNav li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 14px;	
	font-weight: bold;
	height:25px;
	padding-right:15px;
	padding-left:15px;
	padding-top:10px;
}

.topNav li a:hover,
.topNav .HomeTopmenuNew2.selected a {
	background: #294f79;
	
}

.topNav li a.linkHome
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/home_light_2.png);
	width:40px;
	background-position: 0px;
	padding-left:22px;
	background-repeat: no-repeat;	
}

.topNav li a.linkHome:hover, .topNav li.selected .linkHome
{
	background-position: -77px;
	left: 40px;
	width: 40px;
	background-repeat: no-repeat;
}

/* BASE AHREF */
a
{
	color: #5677a2;
	text-decoration: none;
} 
a:link
{
	color: #5677a2;
	text-decoration: none;
} 

a:visited
{
	color: #5677a2;
	text-decoration: none;
}

a:active
{
	color: #5677a2;
	text-decoration: none;
}

a:hover
{
	color: #5677a2;
	text-decoration: underline;
}

a.strong
{
	font-weight: bold;
}

a.strong:link
{
	color: #5677a2;
	text-decoration: none;
	font-weight: bold;
} 

a.strong:visited
{
	color: #5677a2;
	text-decoration: none;
}

a.strong:active
{
	color: #5677a2;
	text-decoration: none;
}

a.strong:hover
{
	color: #5677a2;
	text-decoration: underline;
}

img
{
	border-width: 0px;
	border-style: solid;
}

/* ----header elements */
#header {
	clear: both;
	height:90px;
}

#header .left .partnertext {
	width: 200px;
	margin-top:0px;
	padding-left:10px;
	position: relative;
	font-size:10px;
}

#header .left .partnertext2 {
	width: 200px;
	margin-top:0px;
	padding-left:50px;
	position: relative;
	font-size:10px;
}

#header .left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	
}

#header .right {
	float: right;
	width: 724px;
	padding: 0;
	margin: 0;
	vertical-align:top;
}

#header .topSubnav
{
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
	padding: 2px 0px 8px 22px;
}

#header .topSubnav li
{
	color: #5677a2;
	float: left;
	padding: 0 8px 0 8px;
	border-right: 1px solid #5677a2;
	
}

#header .topSubnav li.last
{
	border: none;
	margin: 0;
	padding: 0 0px 0 8px;
}

#header .topSubnav li a {
	text-decoration: none;
}

#header .topSubnav li a:hover {
	text-decoration: underline;
}

/* home top annonce */

.homepagePOPFundtext1
{
	margin-top:60px;
	margin-left:35px;
	font-size:25px;
	font-weight:bold;
	padding:0px;
	color:#4eaa3c;
	position:absolute;
}

.homepagePOPFundtext2
{
	margin-top:100px;
	margin-left:35px;
	padding-left:15px;
	position:absolute;
	line-height:20px;
	
}

a.homepagePOPFundtext3
{
	text-decoration:underline;
}

.homepagePOPFundtext4
{
	font-weight:bold;
	margin-top:175px;
	margin-left:35px;
	position:absolute;
}

.homepageONLFundtext1
{
	margin-top:60px;
	margin-left:385px;
	font-size:25px;
	float:right;
	font-weight:bold;
	padding:0px;
	color:#325781;
	position:absolute;
}

.homepageONLFundtext2
{
	margin-top:100px;
	margin-left:385px;
	padding-left:15px;
	position:absolute;
	line-height:20px;
}

.homepageONLFundtext3
{
	font-weight:bold;
	margin-top:175px;
	margin-left:385px;
	position:absolute;
}

.homepageFreeKit
{
	
	margin-top:30px;
	margin-left:25px;
	position:absolute;
	z-index:1000000;	

}

.homepageFreeKitText
{
	font-size:23px;
	font-weight:bold;
	margin-top:50px;
	margin-left:60px;
	width:100px;
	height:100px;
	position:absolute;
	color:#ddef97;
	z-index:2000000;
}

a.homepageFreeKitText2
{
	color:#ddef97;
	text-decoration:none;
}


.homepageTEMP1
{
	
	float:left;
	width:724px;
	height:65px;
	text-align:right;

}

.homepageTEMP2
{
	
	float:right;
	width:724px;
	height:30px;
	
	

}






.homeTopBlocAnnonceTop
{
	width:719px;
	height:373px;
	background-image: url(/resources/images/_efund_/_classic_/en-us/bkg.jpg);
}
.homeTopBlocAnnonceButtom
{
	width:719px;
	height:330px;
	background-image: url(/resources/images/_efund_/_classic_/en-us/bkg2.gif);
}

.homeTopBlocAnnonceButtom2
{
	padding-left:20px;
	padding-right:10px;
	float: left;
	margin-top:-55px;
	
}


.homeTopBlocAnnonceButtom3
{
	margin-top:-55px;	
}

.homeTopBlocSection
{
	 width:189px;
	 float:left;
	 height:330px;	
	 padding-left:22px;
	 padding-right:22px;
}

.homeTopBlocSection .Title
{
	font-weight: bold;	
}

.TitleText
{
	font-family:Arial;
	font-size: 13px;
	text-decoration:none;
}

/*Misc */
/*
.rightMenuTop
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/topmenuRight.gif);
	height: 8px;
	width: 220px;
	background-repeat: no-repeat;
}




.rightMenuButtom
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/bottommenuRight.gif);
	height:14px;
	width:220px;
	background-repeat: no-repeat;
}
*/
.rightMenuTop
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/topmenuRight.png);
	height: 8px;
	width: 220px;
	background-repeat: no-repeat;
	margin-left:-15px;
	
}




.rightMenuButtom
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/bottommenuRight.gif);
	height:14px;
	width:220px;
	background-repeat: no-repeat;
	margin-left:-15px;
}


.bluerow a
{
	color: #FFFFFF;
	padding-left:60px; 
}

.bluerow
{
	margin-left: -55px;
	padding-top:2px;
	color: #FFFFFF;
	background-image: url(/resources/images/_efund_/_classic_/en-us/bluebar.png);
	text-align: left;
	width: 260px;
	height: 35px;
	background-repeat: no-repeat;
}

.rightMenuBody
{
	width:218px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #EDF3FC;
	border-left-style: solid;
	border-left-width: 1px;
	text-align:left;
	height:590px;
	margin-left:-15px;
	background-color:White;	
}
/*
.rightMenuBody
{
	width:218px;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: #EDF3FC;
	border-left-style: solid;
	border-left-width: 1px;
	text-align:left;
	height:540px;	
}
*/
.rightMenuBody .Title
{
	text-align:left;
	font-size: 21px;
	width:210px;
	font-weight: bold;
	padding-left:20px;
	color:#5677A2; 
}

.rightMenuBody .Desc
{
	text-align:left;
	font-size: 12px;
	width:210px;
	padding-left:20px; 
}

.homeUlContent
{ 
	 margin-top:0px;
	margin-left:0px;
	padding-left:18px;
}

.homeUlContent li
{
	list-style-type: disc;
	list-style-image: url(/resources/images/_efund_/_classic_/en-us/bluebullet.gif);
}

.whiterow
{
	list-style-type: disc;
	list-style-image: url(/resources/images/_efund_/_classic_/en-us/bluebullet.gif);
	color: #5d88b7;
	text-align: left;
	height: 30px;
	list-style-position: outside;
	padding-top:7px;
}
	
.whiterow a
{
  
 vertical-align:bottom;
}

.main
{
	margin-top:11px;
}
	
.mainLeft
{
	float:left;
	width:720px;
}

.mainRight
{
	float:left;
	width:210px;
}

.menuRight
{
	float:left;
	width:200px;
	margin-top:30px;
	margin-left:18px;
}

.GreenBold
{
	font-size: 16px;
	color: #65c358;
	font-weight: bold;
	padding-bottom: 0px;
 margin-bottom:0px;
}

.GreenBoldBig
{
	font-size: 28px;
	color: #65c358;
	font-weight: bold;
}

.blocLaptopOnline
{
	background-image: url(/resources/images/_efund_/_classic_/en-us/menus/menu2010/New_Online_Image.jpg);
	width: 262px;
	height: 355px;
	margin-left: -13px;
	padding-top: 20px;
	padding-left: 44px;
	background-repeat: no-repeat;
}

.blocLaptopOnline2 
{
	
	width: 150px;
	height: 175px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	position:relative;
}

.Title2
{
	font-size: 25px;
	font-weight: bold;
	color:White;
	width: 150px;
	height: 175px;
	position:absolute;
	padding-left:25px;
	padding-top:10px;
}

.linkTitle2
{
	text-decoration:none;
}

.blocLaptopOnline .Title
{
	width: 250px;
	font-size: 18px;
	font-weight: bold;	
}

.blocLaptopOnline .Desc
{
	width: 250px;
	font-size: 18px;
	font-weight: bold;	
}

.bottomBloc
{
	height:140px;
	margin-top:20px;
	padding-top:15px;
	border-color: #EDF3FC;
	border-top-style: solid;
	border-top-width: 1px;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EDF3FC;
}



/* Online page */

.OnlineBlue
{
	background-color:#5677a2;
	vertical-align:top;
}

.OnlineBluetxt1
{
	color:#9bb8dd;
	font-size:30px;
	font-family:cabin;
}

.OnlineBluetxt2 
{
	color:White;
	font-size:20px;
	padding-left:15px;
	padding-top:13px;
	padding-bottom:5px;
	font-family:cabin;
}

.OnlineBluetxt3
{
	text-decoration:underline;
	color:White;
	font-size:20px;
	padding-left:15px;
}

.Onlinetxt1
{
	font-weight:bold;
	
	text-decoration:underline;
	
	font-size:16px;
}

.Onlinetxt3
{
	font-weight:bold;
	font-size:16px;
}

.onlineNew
{
	margin-bottom:5px;
}

.Onlinetxt2
{
	font-weight:bold;
	font-size:16px;
	color:#5677a2;
}

.OnlineLISpace
{
	padding-left:13px;
	line-height:20px;
}

.Onlinelink1
{
	padding-top:13px;
	font-weight:bold;
	font-size:20px;
}


.earningsText
{
	font-weight:bold;
	line-height:30px;
	font-size:17px;
	position:absolute;
	margin-top:90px;
	margin-left:150px;
	
	}
	
.homeBlocTitleNew
	{
		margin-top:0px;
		margin-bottom:0px;
		font-size:13px;
		
		
		}
		
.topTitles
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:23px;
}

/* tooltip styling */
.tooltip
{
	border: 1px solid #5677A2;
	display: none;
	height: 100px;
	padding: 15px 15px 15px 15px;
	width: 250px;
	color: #fff;
	background-color: #F4F9FF;
	z-index: 99999;
	position: absolute;
}

.thumbUpSquare
{
	padding: 6px 0px 0px 0px;
	margin-top: -50px;
	margin-left: -50px;
	display: none;
	width: 204px;
	height: 190px;
	
	z-index: 99999;
	position: absolute;
	text-align: center;
	background-image: url(/resources/images/_efund_/_classic_/en-us/carre.png);
	background-repeat: no-repeat;
}

.thumbUpItem
{
		padding: 0px;
}


.thumbUpItem img
{
	padding: 0px;
}

.thumbUpSelected
{
	border: 1px solid #5785b8;
}




/*main bloc*/

.mainSliderBloc {
	padding-bottom: 10px;
	background: #d9e3ed url(/testSlidder/images/boxBotBg.gif) no-repeat left bottom;
	width: 712px;
}

/*top section of main bloc*/
.mainSliderBloc .top {
	padding: 20px 20px 20px;
	background: url(/testSlidder/images/boxTopBg.gif) no-repeat left top;
	position: relative;
}

/*print button in top section*/
.mainSliderBloc .top .print {
	position: absolute;
	right: 20px;
	top: 6px;
}

/*Label for drop down list in top section*/
.mainSliderBloc .top label {
	float: left;
	padding: 0 10px 0 0;
	font-size: 14px;
}

/*drop down list*/
.mainSliderBloc .top select {
	float: left;
	width: 230px;
}

/*div bloc that contains current slide*/
.mainSliderBloc .viewport {
	margin: 0 1px;
	background: #fff;
	
}

#carousel {
	margin: 0 auto;
	width: 632px;
	
	padding: 0;
	overflow: scroll;
}
#carousel ul.carousel {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel ul.carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

/*slide content layout*/

.mainSliderBloc .viewport .content {
	width: 632px;
	padding: 20px 0;
}

/*left side of slide content*/
.mainSliderBloc .viewport .content .left {
	float: left;
	width: 280px;
}

.mainSliderBloc .viewport .content .left h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

.mainSliderBloc .viewport .content .left .productImage {
	clear: both;
	padding: 5px 0;
}

.mainSliderBloc .viewport .content .left .test {
	position: relative;
}

.mainSliderBloc .viewport .content .left .test .star {
	position: absolute;
	top: 5px;
	left: 45px;
}

.mainSliderBloc .viewport .content .left p {
	font-size: 12px;
}

/*right side of slide content*/
.mainSliderBloc .viewport .content .right {
	float: left;
	width: 332px;
	margin-left: 20px;
	height:400px;
}

.mainSliderBloc .viewport .content .right h3 {
	font-size: 22px;
	color: #65c353;
	margin-top: 0;
	margin-bottom:5px;
}

.mainSliderBloc .viewport .content .right h4 {
	font-size: 14px;
	margin-top: 1px;
	margin-bottom:1px;
	padding-bottom:3px;
	padding-top:2px;
}

.mainSliderBloc .viewport .content .right p {
	margin-top: 1px;
	margin-bottom:3px;
	padding-bottom:6px;
	padding-top:2px;
}

/*pricing & profit details table*/
.mainSliderBloc .viewport .content .right table {
	width: 100%;
	border-collapse: collapse;
}

.mainSliderBloc .viewport .content .right table th, .mainSliderBloc .viewport .content .right table td
{
	background: #f2f3f4;
	text-align: center;
	padding: 3px 0 3px 0;
}

.mainSliderBloc .viewport .content .right table th.last,
.mainSliderBloc .viewport .content .right table td.last {
	background: #ced8e3;
}


.mainSliderBloc .viewport .content .right table th.first, .mainSliderBloc .viewport .content .right table td.first
{

}

.mainSliderBloc .viewport .content .right table th {
	border-bottom: 1px solid #fff;
}

/*minimum order and delivery details list*/

.mainSliderBloc .viewport .content .right .orderDetails {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	float: left;
}

.mainSliderBloc .viewport .content .right .orderDetails li {
	padding: 0 10px 0 30px;
	width: 126px;
	float: left;
	font-size: 11px;

}
.mainSliderBloc .viewport .content .right .orderDetails li.order {
	background: url(/testSlidder/images/minorderIcon.gif) no-repeat left center;
}

.mainSliderBloc .viewport .content .right .orderDetails li.business {
	background: url(/testSlidder/images/minBusinessIcon.gif) no-repeat left center;
}
/*thumbnail list*/

.mainSliderBloc .thumbs
{
	list-style-type: none;
	margin: 10px 0 0px 0;
	float: left;
	padding: 0 0 0 14px;
}

.mainSliderBloc .thumbs li
{
	float: left;
	padding: 0 6px 0px 0;
	width: 80px;
	height: 90px;
}

.mainSliderBloc .thumbs li a {
	display: block;	
}

.subItemPackage
{	
	float:left;
	width:80px;
	height:80px;
	 
}

.mainSliderBloc .thumbs li a:hover,
.mainSliderBloc .thumbs li a.active {}

.leftSlide
{
	 float:left;	
	 width:38px;
	 padding-top:200px;	 
}

.rightSlide
{
	 float:right;
	 width:38px;
	  padding-top:200px;	
	 height:10px;
	 position: relative;
}

.loadLeft
{
	 margin-left:-18px;	
}

.loadRight
{
	 margin-left:4px;	
	 z-index:199999;
}

.slide {
  position: relative;
  overflow: hidden;
  height: 422px;
  width: 632px;
  
}

.slide .inner1 
{
	margin-top:0px;
	padding-top:0px;
	position: absolute;
	left: 0;
	width: 632px;
	background-color:#FFFFFF;
	margin-left:-632px;
	z-index:9000;
}

.slide .inner2 
{
	margin-top:0px;
	padding-top:0px;
	position: absolute;
	left: 0;
	width: 632px;
	background-color:#FFFFFF;
}

/*top text*/
.googleplus
{
	 
	 padding-right:75px;
	 top:60px;
	 float:right;
	 width:0px;
	 
	
	}
	
.addthis
{
	 padding-right:10px;
	 padding-left:0px;
	 float:right;
	 top:68px;
	 
	
	}

.mainbkimage
{
	background-image: url("/resources/images/_efund_/_classic_/en-us/Newbkg1.jpg");
	width: 716px;
	height: 236px;
	background-repeat:no-repeat;
	
}

.mainbkimage2
{
	background-image: url("/resources/images/_efund_/_classic_/en-us/Newbkg3.jpg");
	width: 952px;
	height: 236px;
	background-repeat:repeat-x;
	margin-top:-16px;
	padding-top:0px;
	z-index:-10;
	
}

.toptexthome
{
	width: 440px;
	margin-top:105px;
	padding-left:225px;
	position: absolute;
	color:white;

}

.toptexthome2
{
	width: 420px;
	margin-top:30px;
	padding-left:225px;
	position: absolute;
	color:white;


}

.toptexthome3
{
	width: 420px;
	margin-top:70px;
	padding-left:225px;
	position: absolute;
	

}

.buyBlocTitle
{
	text-align: center;
	width: 580px;
	height: 60px;
	background-color: #d9e3ed;
	font-size: 26px;
	font-weight: bold;
	padding-top:33px;
	z-index:2;
}

.buyBlocDivision
{
	 padding-left:80px;
	 margin-top:30px;
}

.buyBlocDivision .left
{
	 width:140px;
	 height:80px;
	 float:left;
}

.buyBlocDivision .right
{
	width:300px;
	height:80px;
	float:left;
}

.buyBlocDivisionSep
{
	text-align: center;
	font-weight: bold;
	margin-top:30px;
}

.packageBloc
{
	display:block;
	
	width:722px;
	min-height:270px !important ;	
}

.allf {}

.packageTitle
{
	 width:702px;
	 height:30px;
	 font-size:20px;
	 font-weight:bold;
	 background-color:#edf3fc;	
	 padding-left:16px;
	 padding-top:12px;
	 margin-bottom:22px;
	 display:block;
}

.productSmallBloc
{
	 float:left;
	 height:190px;
	 width:80px;
	 padding-right:32px;
	 padding-left:5px;
	 display:block;
}
.productSmallBloc a
{
	width:80px;	
}

.FundraiserDetailsDisplay
{
	 margin-top:20px;	
}

div.efundcard
{
	padding-top:10px;
	padding-left:60px;
	height:192px;
	width:450px;
}

.blueBloc
{
	padding:6px;
	background-color: #f2f3f4;
}

.lnote
{
	font-size: 10px;
	font-style: italic;
}

.readyStart
{
	 padding-top:0px;
}

/*sample kit formating*/
.samplecontainer
{
	/*border: thin solid red;*/
	width: 900px;
	height:1000px;
}

.samplecontainer .samplekitform
{
	width: auto;
	height: auto;
	float: left;
	margin: 10px 0 0 70px;
}

.samplecontainer .samplekitxtrainfo
{
	width: auto;
	height:auto;
	float:left;
	margin: 10px 0 0 0;
}

/*sample kit confimation page formating*/
.sampleConfirmpageContainer
{
	/*border:2px solid red;*/
	width: 800px;
	height:625px;
	margin: 10px 0 0 30px;
	
}

.sampleConfirmcontainer
{
	
	margin: -10px 0 0 0;
	width: 700px;
	height:625px;
	background-color: #6e7b8c;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.sampleConfirmInnerContainer
{
	
	margin: 30px  30px 0 30px;
	height:500px;
	width:650px;
	background-color: #6e7b8c;
}

.sampleConfirmImage1
{
	float:right;
	margin: 20px 15px 0 0;
}

.sampleConfirmImage2
{
	float:left;
	margin: 10px 15px 0 0;
}

.sampleConfirmLearnMore 
{
	color: #ffffff;
	text-decoration:underline;
	margin: 10px 0 0 8px;
	font-weight:bold;
	font-size:8pt;
	float:left;
	
}

.sampleConfirmOuterBox
{
	
	border:15px solid #eaeff5;
	padding:30px 0 0 0;
	float:left;
	height:260px;
	width:600px;
	margin:30px 0 0 0;
	background-color: #ffffff;
	
		
	
	}
	
.sampleConfirmtable
{
	
	width:600px;
	margin: -10px 0 0 30px;
	
	}
	
	
/*phone number placement for banner*/	
.newbanner {
	
	background-image: url("/resources/images/_efund_/_classic_/en-us/callin2.jpg");
	
	height:135px;
	background-repeat: no-repeat;
	
}

.newbannernumberplacement
{
	padding-left:220px;
	padding-top:98px;
	display:block;
	font-weight:bold;
	font-size:17pt;
}


/*Pre-pack image*/	

.prepack
{
	float:right;
	padding-right:40px;
	padding-top:25px;
	
}


/*menu bottom bar*/
.menubottomwrapper
{
	margin:0px auto;
	padding:0;
	width:960px;
	
	}

.menubottomimage {
    background-image: url("/resources/images/_efund_/_classic_/en-us/home/homePage2010/bluebar.png");
    background-repeat:no-repeat;
	display: block;
    bottom: 0;
    position:absolute;
    height:73px;
    z-index:100;
	margin: auto;
    width:1000px;
}

.menubottomimagegurl {
    background-image: url("/resources/images/_efund_/_classic_/en-us/home/homePage2010/bargirl.png");
    background-repeat:no-repeat;
	display: block;
    height:150px;
    z-index:100;
	width:200px;
	margin-top:-135px;
	position:absolute;
	float:left;
	margin-left:500px;

}

 
.menubuttontext {
    margin-left:300px;
  margin-top:20px;
    color:#bee097;
    width:200px;
	font-weight:bold;
	font-size:16px;
	z-index:2000;
	
	

      
}

.menubuttontext1 {
   margin-top:-40px;
   margin-left:770px;
   position:absolute;
	float:left;
    color:#bee097;
    width:200px;
	font-weight:bold;
	font-size:17px;
	z-index:2000;
	float:left;
	
	
	
      
}


.menubottombluepix {
    background-image: url("/resources/images/_efund_/_classic_/en-us/home/homePage2010/bar1px.png");
    background-repeat:repeat;
	display: block;
    bottom: 0;
    position:fixed;
    width:100%;
    height:72px;
    z-index:1000000;
    left: 0px;
   margin-bottom:0px;
      
}


.btwrapper 
{
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
 width:970px;

}

.btfooter, .btpush 
{
height: 4em;
}

.btimage
{
z-index:10000000;
}


/*magazine, coffee, flowers page styling */
.Lineheight
{
	line-height:25px;
	vertical-align:middle;	
}

.borderpadding
{
	padding-left:30px;
	padding-right:50px;	
}

.bordertop
{
	padding-top:5px;
	padding-bottom:15px;
}

.tdspacing2
{
	width:100%;	
}

.tdspacing
{
	width:30%;	
}

ul#newprodbullets
 { 
 	margin-left: 0;
 	padding-left: 0;
 	margin-top:0;
 	margin-bottom:0;
 	list-style-position:inside;
 
 }
 
 ul#newprodbullets1
 { 
 	margin-left: 0;
 	padding-left: 0;
 	margin-top:0;
 	margin-bottom:0;
 	list-style-position:inside;
 
 }


