﻿
/* Global Rules
--------------------------------------------------------------------------------------- */
body {
    font-family: Verdana, Geneva, sans-serif;
}
a { text-decoration: none; position: static; }
a:link, a:visited { color: #0B6F4A; }
a:hover { color: #CA1F3F; }

h1, h2, h3, h4 {
	color: #0b6f4a; 
    font-weight: bold; 
    text-transform: uppercase; 
}
h5 { color: #ca1f3f; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.64em; }

#Content ul li { 
	background: url(Images/BulletPoint.jpg) no-repeat left .5em;
	list-style: none; 
	margin: 0;
	padding-left: 15px;
}


/* General Design
--------------------------------------------------------------------------------------- */
#BackgroundImage img {
	bottom: 0;
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
#BackgroundImage #BackgroundImage_Header,
#BackgroundImage #BackgroundImage_Footer {
	height: 119px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 2;
}
#BackgroundImage #BackgroundImage_Header {
	background: url(Images/BackgroundGradient_Top.png) repeat-x;
	top: 0;
}
.DefaultPageImage #BackgroundImage #BackgroundImage_Header { display: none; }
#BackgroundImage #BackgroundImage_Footer {
	background: url(Images/BackgroundGradient_Bottom.png) repeat-x;
	bottom: 0;
}
.DefaultPageImage #BackgroundImage #BackgroundImage_Footer { display: none; }

#Page {
	font-size: 1.10em; 
	left: 50%;
	line-height: 1.6em;
	margin-left: -491px;
	position: absolute;
	top: 0;
	width: 986px;
	z-index: 3;
}

#Header {
	height: 72px;
	position: relative;
}
#Header #Logo {
	left: 20px;
	position: absolute;
	top: 10px;
}
#Header #Logo a {
	background: url(Images/Logo.png) no-repeat;
	display: block;
	height: 87px;
	width: 232px;
}
#Header ul#TopMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 185px;
	top: 10px;
}
#Header ul#TopMenu li,
#Header ul#SecondaryTopMenu li {
	border-right: 1px dotted #4b3b23;
	float: left;
	font-size: .85em;
	font-weight: bold;
	line-height: normal;
	padding: 0 8px;
	margin: 0;
}
#Header ul#TopMenu li.Last {
	border-right: none;
}
#Header ul#TopMenu li a,
#Header ul#SecondaryTopMenu li a {
	color: #4b3b23;
	padding: 0;
	text-decoration: none;
	background: none repeat scroll 0 0 transparent;
}
#Header ul#TopMenu li a:hover,
#Header ul#SecondaryTopMenu li a:hover { color: #CA1F3F; }

#Header ul#SecondaryTopMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 45px;
	top: 10px;
}
#Header ul#SecondaryTopMenu li {
	border-right: none;
}
#Header ul#SecondaryTopMenu a.LoginLink {
	background: url(Images/Link_Login.png) no-repeat left center;
	padding-left: 23px;
}

#Header ul#MainMenu {
	list-style-type: none;
	position: absolute;
	right: 30px;
	top: 37px;
	z-index: 9999;
}
#Header ul#MainMenu li {
	float: left;
	margin: 0;
	z-index: 9999;
}
#Header ul#MainMenu li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 35px;
	padding: 0;
	text-indent: -9999px;
	z-index: 9999;
	margin: 0;
}
#Header ul#MainMenu li a:hover {
	background-position: 0 -35px;
}
#Header ul#MainMenu li a.Current 
{
    background-position: 0 -35px;
}


#Header ul#MainMenu li.Products a {
	background-image: url(Images/Menu/Products.png);
	width: 106px;
}
#Header ul#MainMenu li.AboutUs a {
	background-image: url(Images/Menu/AboutUs.png);
	width: 101px;
}
#Header ul#MainMenu li.Fundraising a {
	background-image: url(Images/Menu/Fundraising.png);
	width: 120px;
}
#Header ul#MainMenu li.Community a {
	background-image: url(Images/Menu/Community.png);
	width: 114px;
}
#Header ul#MainMenu li.StoreLocator a {
	background-image: url(Images/Menu/StoreLocator.png);
	width: 134px;
}
#Header ul#MainMenu li.ShopOnline a {
	background-image: url(Images/Menu/ShopOnline.png);
	width: 117px;
}
#Header ul#MainMenu ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: 4px 0 0 6px;
}
#Header ul#MainMenu ul li {
	float: none;
}
#Header ul#MainMenu li.Products ul li a {
	background: url(Images/Menu/Products-SubMenu.png) no-repeat left 0;
	width: 281px;
}
#Header ul#MainMenu li.Products ul li.Doughnuts a {
	height: 45px;
}
#Header ul#MainMenu li.Products ul li.Doughnuts a:hover {
	background-position: left -45px;
}
#Header ul#MainMenu li.Products ul li.Coffee a {
	background-position: left -90px;
	height: 44px;
}
#Header ul#MainMenu li.Products ul li.Coffee a:hover {
	background-position: left -134px;
}
#Header ul#MainMenu li.Products ul li.CoolKreme a {
	background-position: left -178px;
	height: 55px;
}
#Header ul#MainMenu li.Products ul li.CoolKreme a:hover {
	background-position: left -233px;
}
#ContentHeader { background: url(Images/Content_Header_WithLightTransparency.png) no-repeat; }
#Content { background: url(Images/Content_Background_WithLightTransparency.png) repeat-y; }
#ContentFooter { background: url(Images/Content_Footer_WithLightTransparency.png) no-repeat; }
.DefaultPageImage #ContentHeader { background: url(Images/Content_Header_WithTransparency.png) no-repeat; }
.DefaultPageImage #Content { background: url(Images/Content_Background_WithTransparency.png) repeat-y; }
.DefaultPageImage #ContentFooter { background: url(Images/Content_Footer_WithTransparency.png) no-repeat; }

#ContentHeader {
	height: 24px;
	width: 100%;
}
#Content {
	min-height: 395px;
	padding: 1px 38px 1px 32px;
}
#LocalMenu {
	float: left;
	width: 230px;
}
#LocalMenu ul {
	list-style-type: none;
	margin: 0 0 0 -24px;
	padding: 20px 0;
	width: 225px;
}
#LocalMenu ul li {
	background: none;
	clear: both;
	min-height: 36px;
	line-height: 36px;
	padding: 0 0 0 35px;
	margin: 0;
}
#LocalMenu ul li a {
	background: none;
	display: block;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}
#LocalMenu ul li.Current {
	background: url(Images/Menu/LocalMenu_Current.png) no-repeat;
	min-height: 46px;
	line-height: 46px;
}
#LocalMenu ul li.Current a {
	color: #fff;
}
#LocalMenu ul ul {
	margin: 15px 0 -20px 20px;
	padding: 0;
	width: 200px;
}
#LocalMenu ul ul li {
	font-size: .95em;
	height: 30px;
	line-height: 10px;	
	padding: 0;
}
#LocalMenu ul ul li a {
	color: #438a70;
}
#LocalMenu ul ul li.Current 
{
    top:0px;
	background: none;
	height: 36px;
	min-height: 30px;
	line-height: 10px;
}
#LocalMenu ul li.Current ul a {
	color: #438a70;
}
#LocalMenu ul ul li.Current a {
	color: #CA1F3F;
}
#Content #MainContent { 
	float: right;
	width: 684px;
}
#Content #MainContent.WideContent {
	padding: 0 30px;
	float: none;
	width: 870px;
}
#ContentFooter, 
#FlashContentFooter {
	clear: both;
	height: 125px;
	width: 100%;
}
#FlashContentFooter { 
	position: relative;
	height: 100px;
	margin-top: -55px;
	z-index: 2;
}
#ContentFooter ul, 
#FlashContentFooter ul {
	list-style-type: none;
	margin: 0;
	padding: 35px 0 0 35px;
}
#FlashContentFooter ul {
	padding: 0 0 0 35px;
}
#ContentFooter ul li,
#FlashContentFooter ul li {
	float: left;
}

#Footer {
	padding: 20px 0;
}
#Footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4b3b23;
}
#Footer ul li {
	border-right: 1px dotted #4b3b23;
	display: inline;
	font-size: .925em;
	line-height: normal;
	padding: 0 8px;
	margin: 0;
}
#Footer ul li.Last {
	border-right: none;
}
#Footer ul li a {
	color: #4b3b23;
	padding: 0;
	text-decoration: none;
    background: none repeat scroll 0 0 transparent;
}
#Footer ul li a:hover { color: #CA1F3F; }
#Footer p {font-size: .925em;
	line-height: normal;
	padding: 0 8px;
	margin: 0;
	color: #4b3b23;
	text-align: center;}
 

/* Tables
--------------------------------------------------------------------------------------- */

table.DataTable thead th { background: #C6D8CA; }
table.DataTable thead th.Alternate { background: #AAC7C5; }
table.DataTable { border-top: 3px solid #fff;  border-left: 3px solid #fff; width: 100%; }
table.DataTable th, table.DataTable td { border-bottom: 3px solid #fff; border-right: 3px solid #fff; }
table.DataTable th, table.DataTable td { padding: .4em .6em; }
table.DataTable tr { background: #e9d8c4; }
table.DataTable tr.Alternate { background: #fdebd5; }

/* Page Specific Tables */
table.DataTable td.JobTitle { width: 70%; }
table.DataTable td.JobLocation { width: 30%; }

table.DataTable td.EventDate { width: 15%; }
table.DataTable td.EventLocation { width: 25%; }
table.DataTable td.EventTitle { width: 50%; }

/* Forms
--------------------------------------------------------------------------------------- */
fieldset {
	border: 0;
	background: url(Images/fieldSetBg.gif) no-repeat 10px bottom;
	margin: 0;
	padding: 30px 0 30px 5px;
}

legend {
    margin-left: -15px; 
    margin-top: 10px;
}

div.FormItem { 
	clear: both;
	margin: 0;
	padding: 7px;
}
div.SubmitItem {
	padding: 10px 0 10px 180px;
	width: 307px;
}
div.FormItem label {
	font-weight: normal;
	display: inline-block;
	width: 180px;
}
div.FormItem input.TextBox, 
div.FormItem textarea {
	width: 290px;
    Border: 1px solid #81b6a5;
    font-size: 0.96em;
    font-family: Verdana,Geneva,sans-serif;
}
div.FormItem select {
	width: 300px;
	font-size: 0.96em;
	font-family: Verdana,Geneva,sans-serif;
}
div.OptionGroup { 
	height: 32px;
}
div.FormItem.MultiInput input.TextBox,
div.FormItem.MultiInput select {
	width: auto;
}

div.GeneralFormHelp { text-align: right; width: 485px; }
div.FormItem label em,
div.GeneralFormHelp {
	font-weight: bold;
	color: #666;
}
div.FormItem label em {
	color: #ca1f3f;
}
div.FormItem .FormHelp {
	color: #666;
	display: block;
	padding-left: 190px;
}

span.validation-summary-errors {
	color: #ca1f3f;
	font-size: 125%;
	font-weight: bold;
}
.FormErrorGeneral,
ul.validation-summary-errors {
	background: #ffdfdf;
	border-top: solid 1px #ca1f3f;
	border-bottom: solid 1px #ca1f3f;
	margin: 0;
	padding: 15px;
}
input.input-validation-error {
	border-color: #ca1f3f;
}
span.field-validation-error {
	color: #ca1f3f;
	padding: 0 3px;
}

.FormSubmitSuccess {
	background: #c8ffbf;
	border-top: solid 1px #0b6f4a;
	border-bottom: solid 1px #0b6f4a;
}
.FormSubmitSuccess p {
	margin: 0;
	padding: 7px;
}

a.Button, button { 
	background: url(Images/Button_Background.png) no-repeat 0 0;
	border: 0;
	color: #fff;
	height: 37px;
	float: right;
	font-family: "Futura Bold", "Arial", Sans-Serif;
	font-weight: bold;
	font-size: 1.25em;
	margin-right: 0;
	position: relative;
	right: 0;
	text-transform: capitalize;
	text-align: center;
	width: 118px;
}
a.Button {
	padding: 0;
	line-height: 37px;
	text-decoration: none;
}
a.Button:hover,
a.Button:active,
button:hover, 
button:active {
	background-color: Transparent;
	background-position: 0 -37px;
	border: 0;
	color: #fff;
}
a.Button.Disabled, button.Disabled {
	background-position: 0 -74px;
}

a.Button.Alt, button.Alt {
	background: url(Images/Button_Background2.png) no-repeat 0 0;
	width: 163px;
}

/*** Paging ***/

#Content .PageControls {
	margin-top: 2em;
}
#Content .PageControls span { 
	float: left;
}
#Content ul.PagingControls {
	float: right;
}
#Content ul.PagingControls li {
	background: none;
	display: inline;
	font-size: 1.18em;
	font-weight: bold;
	padding-left: 5px;
}
#Content ul.PagingControls li a {
	background: #fef5e3;
	border: #cabc9f 1px solid;
	padding: 6px 10px;
	text-decoration: none;
}
#Content ul.PagingControls li a.CurrentPage {
	background-color: #0b6f4a;
	border: #0b6f4a;
	color: #fff;
}

/*** ModalLogin Control ***/

div#LoginForm { padding: 0 10px; width: 700px; }
div#LoginForm div.FormDescription { min-height: 6em; }
div#LoginForm h1, div#LoginForm h2, div#LoginForm h3 { visibility: visible; }
div#LoginForm #ModalLoginForm, div#LoginForm #ModalRegisterForm { width: 335px; }
div#LoginForm #ModalLoginForm { float: left; }
div#LoginForm form fieldset { background-image: none; padding: 15px 0 10px 5px; }
div#LoginForm #ModalLoginForm form fieldset { border-right: solid 1px #ccc; }
div#LoginForm #ModalRegisterForm { float: right; }
div#LoginForm div.FormItem input.TextBox { width: 175px; }
div#LoginForm div.FormItem label { width: 100px; }
div#LoginForm div.SubmitItem { width: 300px; padding: 5px 0; }

body #cboxLoadedContent { margin-bottom: 18px; }

/*** Rate Your Experience ***/

.SurveyAnswerOptions { float: right; }

.SurveyAnswerOption {
	background: url(Images/WhiteGrayGradient.png) repeat-x 50% 50%;
	border: 1px solid #d8dcdf;
	display: block; 
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.SurveyAnswerOption.Hover {
	background: #fff;
}
.SurveyAnswerSelectedChoice {
	background: url(Images/WhiteGrayGradient.png) repeat-x 50% 50%;
	border: 1px solid #d8dcdf;
	display: block; 
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 4px;
	width: 175px;
}
.SurveyAnswerOption input { margin: 0; padding: 0; }

/* Page Specific
--------------------------------------------------------------------------------------- */

p#GeoLocationError {
	color: red;
}

/*** Stores ***/
#Page_Stores_Locator #MainContent {
}
#Page_Stores_Locator #MainContent img {
	padding-bottom: 50px;
}
form#StoreLocatorForm div.Column { float: left; }
form#StoreLocatorForm div.Column.FormItems {
	width: 390px;
}
form#StoreLocatorForm div.Column.FormItems.CityRegionSelect {
	width: 350px;
}
form#StoreLocatorForm div.Column.Seperator {
	background: url(Images/StoreLocator_OrSeperator.png) no-repeat center top;
	height: 82px;
	padding: 0 25px;
	text-indent: -9999px;
	width: 52px;
}
form#StoreLocatorForm div.FormItem label {
	padding: 0 28px 0 15px;
	width: auto;
}
form#StoreLocatorForm div.FormItem input.TextBox {
	width: 250px;
}
form#StoreLocatorForm div.FormItem select {
	width: 200px;
}
form#StoreLocatorForm div.SubmitItem {
	background: transparent;
	margin-left: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

#ModalStoreLocatorForm h1, #ModalStoreLocatorForm h2, #ModalStoreLocatorForm h3 { visibility: visible; }
#ModalStoreLocatorForm form { width: 390px; }
#ModalStoreLocatorForm div.FormItem input.TextBox { width: 250px; }
#ModalStoreLocatorForm div.FormItem select { width: 256px; }
#ModalStoreLocatorForm div.FormItem label { width: 100px; font-size:0.96em; }
#ModalStoreLocatorForm div.SubmitItem { width: 380px; padding: 5px 0; }

#ModalStoreLocatorForm .Seperator {
	background: url(Images/StoreLocator_OrSeperator_Horizonal.png) no-repeat center top;
	height: 36px;
	margin: 0 auto;
	width: 98px;
}

div.StoreResult {
	clear: right;
	float: left;
	margin-right: 4px;
	width: 275px;
}
.StoreResult .StoreResultsContent {
	padding: 3px 15px;
}
.StoreResult .Distance {
	padding-top: 15px;
}
.StoreResult .StoreResultHeader {
	color: #0B6F4A;
	font-size: 140%;
	font-weight: bold;
	height: 36px;
	max-height: 16px;
	padding: 15px 15px 5px;
}
.StoreResult .StoreResultFooter {
	height: 18px;
}
#Page_Stores_Directions #DirectionsForm label {
	margin-top: .8em;
}
#Page_Stores_Directions #DirectionsFrom,
#Page_Stores_Directions #DirectionsTo {
	margin-top: .8em;
	width: 37%;
}
#Page_Stores_Directions #DirectionsMap {
	height: 325px;
}
#Page_Stores_Directions #DirectionsRoute {
	margin-top: 1.5em;
}

#Page_about-us_contact-us table, #Page_about-us_contact-us td { border: 0; }
#Page_press-room_virtual-press-kit table, #Page_press-room_virtual-press-kit td { border: 0; }
                                                                                  
#Fundraising_next_page 
{
	float:right;
}

/*** Fundraising Numbers ***/

#Fundraising_numbers {
	padding-top:8px;
}
#Fundraising_numbers img {
	position:absolute;
	margin-top:-8px;
	margin-left:-22px;
}
#Fundraising_numbers hr {
	border-top:2px dotted green;
	background:white;
	height:1px;
}

/*** Share Stories ***/

.ShareYourStory div.hr {
	background: url(Images/HR.png) no-repeat center center;
	height: 4px;
	margin-bottom: 18px;
	width: 100%;
}
.ShareYourStory .FullStory div.hr,
.ShareYourStory .FeaturedStory div.hr {
	background: url(Images/HR_Sub.png) repeat-x left center;
	height: 3px;
	margin-bottom: 10px;
	width: 100%;
}
.ShareYourStory .FullStory div.hr {
	margin: 25px 0 45px;
}
.ShareYourStory .FullStory .MainMedia,
.ShareYourStory .FeaturedStory .MainMedia {
	background: #eeebeb;
	border: 1px solid #bababa;
	float: left;
	padding: 13px;
	margin: 0 20px 0 10px;
	/*width: 309px;*/
}
.ShareYourStory .FeaturedStory .FeaturedStory_Content {
	/*background: url(Images/FeaturedStory_Background.png) no-repeat;*/
	float: left;
	height: 242px;
	padding: 0px 35px;
	width: 185px;
}
.ShareYourStory .FullStory h4,
.ShareYourStory .FeaturedStory .FeaturedStory_Content h4 {
	color: #ca1f3f;
	margin: 0;
	text-transform: capitalize;
}
.ShareYourStory .FullStory h4 { font-size: 1.16em; }
.ShareYourStory .FullStory h5,
.ShareYourStory .FeaturedStory .FeaturedStory_Content h5 {
	color: #000;
	font-size: .98em;
	margin: 0 0 5px;
}
.ShareYourStory .FullStory h5 { font-size: .91em; }
.ShareYourStory .FeaturedStory .FeaturedStory_Content .ContinueLink {
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
}

.ShareYourStory .RecentStory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: .83em;
	line-height: 1.25em;
	/*margin-left: 12px;*/
	position: relative;
	/*width: 198px;*/
	width: 210px;
	margin-left: 7px;
	/*border-right: dotted 2px #0B6F4A;
    border-spacing: 3px;*/
}
.ShareYourStory .RecentStory .RecentStory_Header {
	/*background: url(Images/RecentStory_Header.png) no-repeat;*/
	height: 24px;
}
.ShareYourStory .RecentStory .RecentStory_Content {
	/*background: url(Images/RecentStory_Content.png) repeat-y;*/
	min-height:70px;
	max-height: 90px;
}
.ShareYourStory .RecentStory .RecentStory_Seperator {
    background-image: url(Images/dotted_green.jpg);
    left: 210px;
    top: 0;    
    clear:both;
    width: 2px;
    padding-bottom: 10px;
    /*border-right: dotted 1px #0B6F4A;
    border-spacing: 3px;*/
    position:absolute;
    right:0px;
    height: 122px;
    
}
.ShareYourStory .RecentStory .RecentStory_Content .StoryHeader .Thumbnail {
	/*left: 15px;*/
	position: absolute;
	top: 15px;
	background: url(Images/ThumbnailImageBackground.png) no-repeat;
	padding: 6px 5px 6px 8px;
}
.ShareYourStory .RecentStory .RecentStory_Content .StoryHeader h4 {
	color: #ca1f3f;
	float: right;
	font-size: 1.10em;
	text-transform: capitalize;
	width: 125px;
	margin: 0px;
	margin-top: -10px;
	right: 0px;
}
.ShareYourStory .RecentStory .RecentStory_Content .StoryDescription {
	float: right;
	/*padding-right: 10px;*/
	width: 125px;
	right: 0px;
	margin-top: 6px;
}
.ShareYourStory .RecentStory .RecentStory_Content .ContinueLink {
	display: block;
	font-weight: bold;
	/*padding: 8px 0 3px;*/
	top: 95px;
	position: absolute;
	width: 125px;
	left: 85px;
}
/*html .ShareYourStory .RecentStory .RecentStory_Content .ContinueLink {
	float: left;
	left:0;
	font-weight: bold;
	padding-right: 35px;
	top: 95px;
	width: 125px;
	
	
}*/
.ShareYourStory .RecentStory .RecentStory_Footer {
	/*background: url(Images/RecentStory_Footer.png) no-repeat;*/
	height: 58px;
	/*position: absolute;
	top: 110px;*/
}
.ShareYourStory .RecentStory .RecentStory_Content .StoryDescription .CommentCount {
	color: #0b6f4a;
	font-family: Arial, Verdana, sans-serif;
	left: 10px;
	line-height: 1.0em;
	position: absolute;
	text-align: center;
	width: 55px;
	top: 92px;
}
.ShareYourStory .RecentStory .RecentStory_Footer .CommentCount strong {
	display: block;
}
.ShareYourStory .RecentStory .RecentStory_Footer .DoughnutRating_Small {
	right: 20px;
	position: absolute;
	top: -5px;
	width: 125px;
}

.ShareYourStory .Links {
	clear: both;
	padding-top: 28px;
}

.ShareYourStory .FullStory {
	font-size: 1.10em;
}
.ShareYourStory .StoryDetails {
	font-size: .91em;
	margin-bottom: 1.8em;
}
.ShareYourStory .StoryDetails .CommentCount {
	color: #0b6f4a;
	font-weight: bold;
}

.ShareYourStory .StoryComments .CommentCount {
	text-transform: capitalize;
}
.ShareYourStory .StoryComments .Comment {
	margin-bottom: 20px;
}
.ShareYourStory .StoryComments .Comment .Comment_Header {
	position: relative;
	background: #ebe0c5 url(Images/Comment_Header.png) top left no-repeat;
	height: 30px;
	padding: 6px 0 6px 22px;
}
.ShareYourStory .StoryComments .Comment .Comment_Header .CommentIndex,
.ShareYourStory .StoryComments .Comment .Comment_Header .DisplayName { 
	color: #CA1F3F;
}
.ShareYourStory .StoryComments .Comment .Comment_Header .CommentDate {
	display: block;
	color: #593526;
	line-height: 14px;
} 
.ShareYourStory .StoryComments .Comment .Comment_Header .DisplayName {
	font-weight: bold;
}
.ShareYourStory .StoryComments .Comment .Comment_Header img {
	position: absolute;
	top: 0;
	right: 0;
}
.ShareYourStory .StoryComments .Comment .Comment_Content {
	background: #f2f0e2;
	border-top: 1px solid #fff;
	padding: 20px 22px 5px;
}
.ShareYourStory .StoryComments .Comment .Comment_Footer {
	background: #f2f0e2 url(Images/Comment_Footer_Right.png) bottom right no-repeat;
	height: 8px;
}
.ShareYourStory .StoryComments .Comment .Comment_Footer:after {
	display: block;
	line-height: 0.1;
	font-size: 1px;
	content: url(Images/Comment_Footer.png);
	margin: 0 0 -1px 0;
}
.ShareYourStory .StoryComments form {
	background: #f2f0e2;
	padding: 20px;
}
.ShareYourStory .StoryComments form label {
	display: block;
	margin-bottom: .2em;
	width: 100%;
}
.ShareYourStory .StoryComments form input,
.ShareYourStory .StoryComments form textarea {
	border-color: #8fb18f;
	padding: .5em;
}
.ShareYourStory .StoryComments form textarea {
	width: 620px;
}
.ShareYourStory .StoryComments form input.error,
.ShareYourStory .StoryComments form textarea.error {
	background-color: #fff;
	border: #CA1F3F 1px solid;
	padding: .5em;
	margin-bottom: .5em;
}
.ShareYourStory .StoryComments form label.error {
	background-color: transparent;
	border: none;
	color: #CA1F3F;
	float: right;
	padding: .45em;
	width: 300px;
}
.ShareYourStory .StoryComments form .SubmitItem {
	padding-left: 0;
}
.ShareYourStory .StoryComments form .SubmitItem button {
	float: left;
}

.ShareYourStory .StoryBlurb {
	padding: 10px 15px;
	width: 285px;
	height: 251px;
}
.ShareYourStory .StoryBlurb.Left { clear: left; float: left; height: 251px; position:relative; }
.ShareYourStory .StoryBlurb.Right { clear: right; float: right; height: 251px; position:relative; }
.ShareYourStory .StoryBlurb .StoryBlurb_Header .Thumbnail {
	position: absolute;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Header .Thumbnail img {
	background: url(Images/ThumbnailImageBackground.png) no-repeat;
	padding: 6px 5px 6px 8px;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Header h4 {
	color: #ca1f3f;
	float: right;
	line-height: 1.15em;
	margin: .2em 0 0;
	text-transform: capitalize;
	width: 200px;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Header h5 {
	color: #000;
	float: right;
	font-size: 1em;
	line-height: 1.2em;
	margin: .2em 0;
	width: 200px;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Content {
	float: right;
	width: 200px;
}
.ShareYourStory .StoryBlurb .ContinueLink {
	display: block;
}
.ShareYourStory .StoryBlurb .hr {
	background: url(Images/HR_GreenDot_Small.gif) repeat-x left bottom;
	clear: both;
	margin: 0 0 2px;
	padding: 10px 0 0;
	width: 90%;
	position: absolute;
	bottom: 50px;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Footer {
	background: #fef1d8 url(Images/StoryBlurb_Footer_Background.png) repeat-x;
	clear: both;
	height: 37px;
	position: absolute;
	bottom: 10px;
	width: 90%;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Footer .CommentCount {
	background: url(Images/CommentIcon.png) no-repeat 10px center;
	line-height: 37px;
	padding-left: 30px;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Footer span.Left {
	background: url(Images/StoryBlurb_Footer_Left.png) no-repeat;
	display: block;
	height: 37px;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}
.ShareYourStory .StoryBlurb .StoryBlurb_Footer span.Right {
	background: url(Images/StoryBlurb_Footer_Right.png) no-repeat;
	display: block;
	height: 37px;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
}
	
/* Misc
--------------------------------------------------------------------------------------- */

/* As described: http://www.positioniseverything.net/easyclearing.html*/
.Clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Clear { display: inline-block; }  /* for IE/Mac */

.Clearer { clear: both;	}

/* Malarkey Image Replacement http://www.stuffandnonsense.co.uk/archives/examples/malarkey-method-example.html */
.MIR { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .MIR { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.Hidden { display: none; }

.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }


/* Around the World Flags
--------------------------------------------------------------------------------------- */

#InternationalPages .AroundTheWorld {
	background: url(/Content/Images/International/AroundTheWorld.png) no-repeat;
	height: 92px;
	position: relative;
	width: 169px;
}
#InternationalPages .CurrentInternationalPage {
	bottom: 14px;
	left: 17px;
	position: absolute;
	width: 137px;
}
#InternationalPages .CurrentInternationalPage a {
	display: block;
	text-decoration: none;
}
#InternationalPages .CurrentInternationalPage a span {
	background: url(/Content/Images/International/DropDown.png) no-repeat right 0;
	display: block;
	padding-right: 22px;
	height: 18px;
}
#InternationalPages .CurrentInternationalPage a:hover span {
	background: url(/Content/Images/International/DropDown.png) no-repeat right -18px;
}
#InternationalPages ul#InternationalPageLinks { 
	background: #fff;
	bottom: 0;
	display: none;
	font-size: .85em;
	left: 0;
	margin: 0;
	padding: 4px;
	position: absolute;
	width: 125px;
}
#InternationalPages ul#InternationalPageLinks li {
	display: block;
	float: none;
	margin: 5px 0;
	padding: 0;
}
#InternationalPages ul#InternationalPageLinks li a {
	text-transform: uppercase;
	text-decoration: none;
}

#Page .USALink,
#Page .AustrailaLink,
#Page .Canada-EnglishLink,
#Page .Canada-FranciasLink,
#Page .IndonesiaLink,
#Page .JapanLink,
#Page .KoreaLink,
#Page .MalaysiaLink,
#Page .MexicoLink,
#Page .PhilippinesLink,
#Page .PeurtoRicoLink,
#Page .UnitedKingdomLink,
#Page .MiddleEastLink,
#Page .TurkeyLink  {
	background: url(/Content/Images/International/Flags.png) no-repeat left center;
	display: inline-block;
	height: 18px;
	padding: 0 0 0 22px;
}
#InternationalPages .USALink,
#InternationalPages .AustrailaLink,
#InternationalPages .Canada-EnglishLink,
#InternationalPages .Canada-FranciasLink,
#InternationalPages .IndonesiaLink,
#InternationalPages .JapanLink,
#InternationalPages .KoreaLink,
#InternationalPages .MalaysiaLink,
#InternationalPages .MexicoLink,
#InternationalPages .PhilippinesLink,
#InternationalPages .PeurtoRicoLink,
#InternationalPages .UnitedKingdomLink,
#InternationalPages .MiddleEastLink,
#InternationalPages .TurkeyLink {
	display: block;
	width: auto;
}
#Page .USALink { background-position: left -163px; }
#Page .AustrailaLink { background-position: left -180px; }
#Page .Canada-EnglishLink { background-position: left -198px; }
#Page .Canada-FranciasLink { background-position: left -198px; }
#Page .IndonesiaLink { background-position: left -216px; }
#Page .JapanLink { background-position: left 0; }
#Page .KoreaLink { background-position: left -18px; }
#Page .MalaysiaLink { background-position: left -54px; }
#Page .MexicoLink { background-position: left -72px; }
#Page .PhilippinesLink { background-position: left -90px; }
#Page .PeurtoRicoLink { background-position: left -108px; }
#Page .UnitedKingdomLink { background-position: left -180px; }
#Page .MiddleEastLink { background-position: left -36px; }
#Page .TurkeyLink { background-position: left -126px; }


/* Table Sorter
--------------------------------------------------------------------------------------- */
table.DataTable thead th { background: #C6D8CA; }
table.DataTable thead th.Alternate { background: #AAC7C5; }
table.DataTable { border-top: 3px solid #fff;  border-left: 3px solid #fff; width: 100%; }
table.DataTable th, table.DataTable td { border-bottom: 3px solid #fff; border-right: 3px solid #fff; }
table.DataTable th, table.DataTable td { padding: .4em .6em; }
table.DataTable tr { background: #e9d8c4; }
table.DataTable tr.Alternate { background: #fdebd5; }

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #e9d8c4;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#fdebd5;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(Images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

tr#Filter {
	background-color:#AAC7C5;
	text-align: right;
}
tr#Filter td.Filter {
	padding: 5px;
	line-height: 22px;
}
tr#Filter input {
	margin: 0 5px;
}
tr#Filter a#ClearFilter {
	background: url(Images/cross.png) no-repeat left center;
	padding-left: 19px;
	margin: 0 5px;
}

table#StoreTable td.TableHeader {
	font-size: 150%;
	font-weight: bolder;
	text-align: left;
}

tr#Pager {
	background-color:#AAC7C5;
	text-align: center;
	padding: 10px 0 10px 0;
	text-align: center;
}
tr#Pager a.prev {
	background: url(Images/prev.png) no-repeat left center;
	padding-left: 19px;
	margin: 0 5px;
}
tr#Pager a.first {
	background: url(Images/first.png) no-repeat left center;
	padding-left: 19px;
	margin: 0 5px;
}
tr#Pager a.next {
	background: url(Images/next.png) no-repeat right center;
	padding-right: 19px;
	margin: 0 5px;
}
tr#Pager a.last {
	background: url(Images/last.png) no-repeat right center;
	padding-right: 19px;
	margin: 0 5px;
}
tr#Pager input {
	background-color: transparent;
	margin: 0 5px;
	width: 50px;
	border: 0 none;
	text-align: center;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {float:left;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel, div.rating-cancel a {background:url(delete.gif) no-repeat 0 -16px}
div.rating-cancel a,
div.star-rating a {display:block;height:100%;background-position:0 0px;border:0}

.DoughnutRating_Small div.star-rating,
.DoughnutRating_Small div.rating-cancel { width: 21px; height: 20px; }
.DoughnutRating_Small div.star-rating, 
.DoughnutRating_Small div.star-rating a {background:url(Images/DoughnutRating_Small.png) no-repeat 0 0}
.DoughnutRating_Small div.rating-cancel a,
.DoughnutRating_Small div.star-rating a { width: 21px; }
.DoughnutRating_Small div.star-rating-on a {background-position:0 -20px!important}
.DoughnutRating_Small div.star-rating-hover a {background-position:0 -40px}

.DoughnutRating_Large div.star-rating { width: 28px; height: 28px; }
.DoughnutRating_Large div.rating-cancel { width: 8px; height: 28px; }
.DoughnutRating_Large div.star-rating, 
.DoughnutRating_Large div.star-rating a {background:url(Images/DoughnutRating_Large.png) no-repeat 0 0}
.DoughnutRating_Large div.rating-cancel a { width: 8px; }
.DoughnutRating_Large div.star-rating a { width: 28px; }
.DoughnutRating_Large div.star-rating-on a {background-position:0 -28px!important}
.DoughnutRating_Large div.star-rating-hover a {background-position:0 -56px}

/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


.ecardimage{
    background-image: url('Images/send_ecard_btn.jpg');   
    width: 390px;
    height: 69px;    
}
.ecardimage:hover
{    
    background-image: url('Images/send_ecard_over_btn.jpg');
    width: 390px;
    height: 69px;
}

.yo a { 
display: block; 
width: 390px; 
height: 20px; 
background: transparent url(Images/send_ecard_over_btn.jpg) no-repeat; 
}

.yo a:hover { 
background-position: -390px 0; 
}

