html *
{
	/*white-space: nowrap;*/
}

.eCard
{
	background-color: Transparent;
}

.watermarked {
	padding: 0px 2px 2px 2px;
	border:1px solid #BEBEBE;
	background-color:#FAFAFA;
	color:gray;
}
.watermarked2 {
	padding: 20px 2px 2px 2px;
	border:1px solid #BEBEBE;
	background-color:#FAFAFA;
	color:gray;
}

.mytext
{
	font-family: Verdana, sans-serif;
	color: #000000;
}

.userLogin
{
	width: 90px;
	float: left;
}
.description
{
	text-align: left;
	float: left;
	width: 310px;
}
.eCardTextBox
{
	padding-left: 183px;
	padding-top: 100px;
}

.uploadValidator
{
	text-align: left;
}


body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #2d554c;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(images/tiletest1.jpg);
}

td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.masterTemplate #container
{
	width: 817px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/innertile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	height:auto;
}

.masterTemplate #bottomShadow
{
	width: 817px;
	height: 6px;
	background-image: url(images/bottomshadow.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.masterTemplate #subContainer
{
	width: 817px;
	padding-left: 9px;
}

.masterTemplate #leftSide
{
	float: left;
	width: 192px;
}

.masterTemplate #rightSide
{
	float: left;
	width: 608px;
}

.masterTemplate #sidebar
{
	width: 192px;
	background-color: #dad1bf; /* #e1d9cc */
}

.masterTemplate #mainContent
{
	width: 598px;
}

.masterTemplate #sidebar
{
	width: 192px;
}
#elliosClubSidebar{
	width:192px;
	height:555px;
	background-color:#FFFFFF;
	background-image: url(Images/home_left_FINAL.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.masterTemplate #elliosClubSidebar
{
	margin: 0px;
}

.masterTemplate #logo
{
	margin: 0px;
}

.masterTemplate #topNav
{
	width: 608px;
	height: 42px;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2px;
	margin-left:1px;
}

.masterTemplate #topForm
{
	font-size: 12px;
	margin-top: 1px;
	margin-left: 2px;
	width: 606px;
	height: 32px;
	margin-top: 1px;
	margin-bottom: 12px;
}

.masterTemplate #storeLocator
{
	width: 205px;
	height: 30px;
	background-color: #DAD2BF;
	padding-top: 11px;
	padding-left: 5px;
	float: left;
}

.masterTemplate #myAccount
{
	width: 384px;
	height: 30px;
	background-color: #C0DDD8;
	padding-top: 11px;
	padding-left: 11px;
	margin-left: 1px;
	float: left;
}

.zipForm
{
	float: left;
}

.masterTemplate #footer
{
	width: 607px;
	height: 60px;
	padding: 0px;
}

.masterTemplate #bottomNav
{
	width: 598px;
	height: 20px;
	color: #cc3333;
	font-size: 10px;
	padding: 8px 0px 2px 10px;
	background-color: #FFFFFF;
	text-align:center;
}

.masterTemplate #bottomNav a
{
	text-decoration: none;
	font-weight: bold;
	color: #cc3333;
}

.masterTemplate #bottomNav a:hover
{
	text-decoration: none;
	color: #009933;
}

.masterTemplate #legal
{
	font-size: 10px;
	text-align: right;
	width: 568px;
	height: 20px;
	color: #999999;
	padding: 8px 10px 2px 0px;
	margin-right:40px;
	background-color: #FFFFFF;
}

.topRegInput
{
	/* Input boxes for registration and zip code finder */
	width: 125px;
	font-size: 10px;
}
.navItem a
{
	color: #ffffff;
	text-decoration: none;
}

.navItem
{
	float: left;
	height: 43px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	background-color: #C74044;
	margin-left: 1px;
}

.submitClass
{
	/* Input boxes for registration and zip code finder */
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	background-color: #7F8382;
	padding: 1px 1px 1px 1px;
	color: White;
	border: none;
}
.submitClassNation
{
	/* Input boxes for registration and zip code finder */
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	background-color: #7F8382;
	padding: 1px 1px 1px 1px;
	margin-left:20px;
	color: White;
	border: none;
}
.boldText
{
	font-weight: bold;
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0px;
}


a, a:link, a:visited, a:active
{
	color: #cf2225;
	text-decoration: none;
}

a:hover
{
	color: #5d9085;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #666666;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}



.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #C74044;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	background-color: #efefef; /* background-color: #C0DDD8; */
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.homeClass
{
margin-top:0px;
	width: 607px;
	height: 449px;
	padding: 0px;
	margin-bottom:0px;
	background-image: url(images/home_shot_new.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	/*background-image: url(images/homeshot.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	/*margin-top:0px;
	width: 608px;
	height: 451px;
	padding: 0px;
	background-image: url(images/home_shot_FINAL.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
}

.formHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #666666;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

.formHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #C74044;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

#productContainer
{
	width: 590px;
	padding-left: 10px;
}

#productContainer .product
{
	width: 590px;
	margin-bottom: 10px;
}

#productContainer .lSide
{
	width: 140px;
	text-align: center;
	float: left;
}

#productContainer .rSide
{
	width: 435px;
	text-align: left;
	padding-left: 15px;
	float: left;
}

#productContainer .thumb
{
	width: 140px;
	text-align: center;
}

#productContainer .headline
{
	font-family: Verdana, Arial;
	font-size: 19px;
	margin-bottom: 5px;
}

#productContainer .summary
{
	color: #000000;
}

#productContainer2
{
	width: 590px;
	padding-left: 10px;
}

#productContainer2 .product
{
	width: 590px;
	margin-bottom: 10px;
}

#productContainer2 .lSide
{
	width: 140px;
	text-align: center;
	float: left;
}

#productContainer2 .rSide
{
	width: 435px;
	text-align: left;
	padding-left: 15px;
	float: left;
}

#productContainer2 .thumb
{
	width: 140px;
	text-align: center;
}

#productContainer2 .headline
{
	font-family: Verdana, Arial;
	font-size: 19px;
	margin-bottom: 5px;
}

#productContainer2 .summary
{
	color: #000000;
}
.homeClassText {
position:relative;
	float:left;
	background-image: url(Images/title_home.gif);
	background-repeat: no-repeat;
	width:286px;
	height:123px;
	border:solid 0px black;
	margin-left:-180px;
	margin-top:-20px;
}
.homeClassPack4 {
position:relative;
margin-top:-67px;
	border:solid 0px red;
	float: right;
	width:494px;
	height:337px;
}
.homeClassMap {
position:relative;
margin-top:-23px;
margin-left:10px;
	background-image: url(Images/map.gif);
	background-repeat: no-repeat;
	border: solid 0px blue;
	float:left;
	width:280px;
	height:199px;
}
.homeClassMap a {
font-family: Tahoma;
font-weight: bold;
	color:#cc3333;
	margin-left:180px;
}
.inMap {
	padding-top:172px;
}
.homeClassStPatrick {
position:relative;
margin-top:-10px;
margin-left:10px;
	background-image: url(Images/Ellios-RedDesktop.gif);
	background-repeat: no-repeat;
	border:solid 0px green;
	float: left;
	width:264px;
	height:199px;
	margin-left:10px;
    margin-top:10px;
}
.homeClassStPatrick a{
	font-family: Tahoma;
	font-weight: bold;
	color:#FFFFFF;
	margin-left:0px;
}
.inStPatrick {
	padding-top:26px;
}
.become {
	text-align:center;
	cursor:hand;
}
.face {
	text-align:center;
	padding-top:5px;
	padding-left:0px;
}
.face img {
	border:0px;
}
.my {
	text-align:center;
	vertical-align:bottom;
	padding-top:5px;
	padding-left:0px;
}
.my img {
	border:0px;
}
.vide {
	height:250px;
}
.vert {
	font-family: Tahoma;
	font-weight: bold;
	line-height: 0.7em;
	color:#FFFFFF;
	margin-left:12px;
	padding-left:15px;
}
.text {
	font-family: Tahoma;
	font-size:0.9em;
	line-height: 0.6em;
	color:#000000;
	margin-left:12px;
}
.stpatrick {
	background-image: url(Images/Ellios-Honory.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e1d9cc;
	width:192px;
	height:189px;
	border:solid 0px blue;
}
.lienNew {
	width:220px; 
	border:0px solid red;
	margin-left:30px;
	padding-top:18px;
}
.lienNew a {
	font-family: Tahoma;
	font-weight: bold;
	color:#FFFFFF;
}
.nation {
	background-image: url(Images/sub_left_nation.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e1d9cc;
	width:192px;
	height:186px;
	font-family: Tahoma;
	font-weight: bold;
	color:#cc3333;
	float:left;
	clear:both;
}
.join {
	background-image: url(Images/sub_left_fan.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:192px;
	height:90px;
	border:0px solid green;
	padding-top:95px;
	clear:both;
}
.imgFB {
	padding-top:6px;
	padding-left:45px;
}
.textPlaceJoin {
	padding-top:160px;
	padding-left:85px;
}
.textPlaceStPatrick {
	padding-top:50px;
	padding-left:15px;
	border:solid 0px blue;
}
.textPlaceStPatrick a {
	font-family: Tahoma;
	font-size:11px;
	line-height: 0.9em;
	font-weight:bold;
	margin-left:20px;
	padding-top:5px;
	border:solid 0px red;
}
.vertSub {
	font-family: Tahoma;
	font-weight: bold;
	line-height: 0.7em;
	color:#FFFFFF; /*vert#009933*/
	margin-left:6px;
}
.textSub {
	font-family: Tahoma;
	font-size:0.8em;
	line-height: 0.5em;
	color:#000000;
	margin-left:8px;
}
.MapCenter {
	margin-top:20px;
	padding-left:50px;
	width:425px;
	height:350px;
	border:solid 0px #cc3333;
}
.References {
	margin-top:30px;
	margin-left:90px;
	margin-bottom:30px;
	width:428px;
	height:150px;
	border:solid 2px #cc3333;	
}
.ReferencesLeft {
	float:left;
	width:150px;
	height:150px;
	background-color: #e1d9cc;
}
..ReferencesRight {
	float: left;
	width:274px;
	height:150px;
	background-color: #FFFFFF;
}
.textNation {
	font-family: Tahoma;
	color: #000;
	text-align: left;
	padding-left:10px;
	margin-top:0px;
}
.textNationGray {
	font-family: Tahoma;
	font-weight:bold;
	color: #000;
	text-align: right;
	margin-top:0px;
}
.stPatrickpage {
	background-image: url(Images/bg_stPatricksDay_090316.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:608px;
	height:440px;
}
.textStPatrick {
	width:500px;
	height:auto;
	color: black;
	font-family: Tahoma;
	font-size:1.2em;
}
.stRed {
position:relative;

	background-image: url(Images/Ellios-FdDownloadSub.gif);
	background-repeat: no-repeat;
	border:solid 0px green;
	float: left;
background-color: #e1d9cc;
	
	width:192px;
	height:189px;
}
.espace1 {
	padding-top:180px;
	padding-left:100px;
}
.espace2 {
	padding-left:100px;
}
.tag {
	height:30px;
	margin-top:11px;
	padding-top:5px;
}
.textexplicatif {
	text-align:center;
	width:500px;
	border:solid 0px red;
	margin-left:50px;
}
.centre {
	cursor: hand;
	pointer: hand;
}
h2 {
	color:#009933;
}
.eCardDesign1 {
	background-image: url(../Pic/eCardDesign1.jpg);
	background-repeat: no-repeat;
}
.eCardDesign2 {
	background-image: url(../Pic/eCardDesign2.jpg);
	background-repeat: no-repeat;
}
.eCardDesign3 {
	background-image: url(../Pic/eCardDesign3.jpg);
	background-repeat: no-repeat;
}

.FdDownloads {
	background-image: url(Images/Ellios_fd_Download.jpg);
	background-repeat: no-repeat;
	margin-left:50px;
	padding-left:10px;
	padding-top:5px;
}
.FdDownloads p{
margin:0;
padding:0;
}
.mytextWhite {
	color:#FFFFFF;
	font-weight: bold;
}
.Moms {
	background-image: url(Images/Ellios-TextHeyMoms.jpg);
	background-repeat:no-repeat;

	height:138px;
	background-position:left;
	margin:0;padding:0;
}
.NationalsContent {
	width:auto;
	height:auto;
}
.leftNC {
	float:left;
	width:290px;
	height:200px;
	text-align:left;
	padding-left:20px;
}
.leftNC img {
	float:right;
}
.rightNC {
	float:left;
	background-image: url(Images/Ellios-Ntionals.jpg);
	background-repeat: no-repeat;
	width:280px;
	height:200px;
}
.OriolesContent {
	margin-left:20px;
}
.leftOC {
	float:left;
	background-image: url(Images/Ellios-orioles-Giant.jpg);
	background-repeat: no-repeat;
	width:270px;
	height:260px;
	margin-left:20px;
	margin:0;
	padding:0;
}
.rightOC {
	float:left;
	width:280px;
	height:200px;
	padding-left:20px;
}
.mytextBold{
	font-family: Verdana, sans-serif;
	color: #000000;
	font-weight:bold;
	font-size:14px;
}

.mytextMoms{
	font-family: Verdana, sans-serif;
	color: #000000;
	font-weight:normal;
	font-size:14px;
}

