﻿body
{
	background-image: url(/CardStore.Web/Images/hearts.jpg);
	background-repeat: repeat;
	background-color: #F3F4EF;
}

a:link 
{
	text-decoration:none;
	
}

a:hover 
{
	text-decoration:underline;
}

a:visited
{
	text-decoration:none;
	
}

a:visited:hover
{
	text-decoration:underline;
	
}

hr 
{
	border: none 0; 
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
}

h1
{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2
{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3
{
	font-size: 10pt;
	padding-top: 0px;
	margin-top: 0px;
}

.mainPanel
{
	background-color: White;
}

.menuItem
{
	background-image: url(/CardStore.Web/Images/menu_gradient.jpg);
	background-repeat: repeat-x;
	height: 21px;
}

.menuLink
{
	color: white;
	text-decoration:none;
	font-family: Verdana, Arial;
	font-weight: 600; 
	font-size: 10pt;
}

.headerImage
{
	background-image: url(/CardStore.Web/Images/swirls.jpg);
	
}

.headerText
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	text-decoration:none;
	font-weight: normal;
	color: #333333;
}

.headerTextWhite
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	text-decoration:none;
	font-weight: normal;
	color: #FFFFFF;
}

.headerTextMedium
{
	font-family: Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

.headerTextLarge
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.headerPanel
{
	
}

.headerLink
{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration:none;
	font-weight: normal;
	color: #003366;
}

.hyperlink
{
	color: #003366;
	font-size: 10pt;
	font-family: Arial;
	text-decoration:none;
}

.helpHyperlink
{
	color: #003366;
	font-size: 8pt;
	font-family: Arial;
	text-decoration:none;
}

.bodyText
{
	font-size: 9pt;
	font-family: Arial;
	color: #333333;
}

.stepsText
{
	font-size: 9pt;
	font-family: Verdana;
	color: White;
	
}

.blueHeader
{
	background-image: url(/CardStore.Web/Images/header_gradient.jpg);
	background-repeat: repeat-x;
	height: 46px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.greyHeaderTopLeft
{
	background-image: url(/CardStore.Web/Images/subheader_left.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 5px;
}

.greyHeaderTopRight
{
	background-image: url(/CardStore.Web/Images/subheader_right.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 5px;
}

.greyHeader
{
	background-image: url(/CardStore.Web/Images/subheader_gradient.jpg);
	background-repeat: repeat-x;
	height: 28px;
	color: #1c1c4f;	
	padding-left: 5px
}

.greyHeaderText
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.greyBottomLeft
{
	background-image: url(/CardStore.Web/Images/subheader_bottom_left.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.greyBottomRight
{
	background-image: url(/CardStore.Web/Images/subheader_bottom_right.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.greyBottom
{
	background-image: url(/CardStore.Web/Images/subheader_bottom_grey.jpg);
	background-repeat: repeat-x;
	height: 5px;
	width: 5px;
}

.cellContent
{
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-right: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	font-family: Arial;
	font-size: 10pt;
}

.cellContent2
{
	padding-left:0px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-right: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	font-family: Arial;
	font-size: 10pt;
}


.cellTextPadding
{
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.bluePanel
{
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:5px;
	border-right: solid 1px #1c1c4f;
	border-left: solid 1px #1c1c4f;
	border-top: solid 1px #1c1c4f;
	background-color: #1c1c4f;
	font-family: Arial;
	font-size: 10pt;
	color: white;
}

.bluePanelBottomLeft
{
	background-image: url(/CardStore.Web/Images/blue_panel_bottom_left.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.bluePanelBottomRight
{
	background-image: url(/CardStore.Web/Images/blue_panel_bottom_right.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.bluePanelBottom
{
	background-color: #1c1c4f;
	height: 5px;
}

.grayPanel
{
	background-color: #f2f0f0;
}

.categorySelector li 
{
	list-style-type: none;
	text-align: left;
	display: list-item;
	vertical-align: top;
	width: 155px;
	margin: 0px 0px 0px 0px;
}

.productSelector ul
{
	vertical-align: top;
}

.productSelector li 
{
	display:table-cell;
	list-style-type: none;
	float: left;
	width: 160px;	
	height: 160px;
	background-color: #f2f0f0;
	margin: 5px 5px 5px 5px
}

.landscapeOuterDiv
{
	#position: absolute; 
	#top: 50%; 
	#left: 10%; 
	display: table-cell; 
	vertical-align: middle; 
	z-index: 1;
}

.landscapeInnerDiv
{
	#position: relative; 
	#top: -50%; 
	z-index: 2;
}

.portraitOuterDiv
{
	#position: absolute; 
	#top: 50%; 
	#left: 50%; 
	display: table-cell; 
	vertical-align: middle; 
	z-index: 1;
}

.portraitInnerDiv
{
	#position: relative; 
	#top: -50%; 
	#left: -50%; 
	z-index: 2;
}

.portraitPopUpDiv
{
	width: 300px;
	height: 465px;
	background-color: #f2f0f0;
	border: solid 1px black;
}	

.landscapePopUpDiv
{
	width: 380px;
	height: 360px;
	background-color: #f2f0f0;
	border: solid 1px black;
}

.formFields
{
	padding: 5px 5px 5px 5px;
	width: 100px;	
}

.tableHeader
{ 
	font-weight: bold;
	text-decoration: underline;
}

.errorMessage
{
	padding: 5px 5px 5px 5px;
	color: Red;
	display:inline-block;
	background-color:White;
	border-color:#FF3300;
	border-width:1px;
	border-style: solid;
}

.modalBackground 
{
	background-color: Gray; 
	filter:alpha(opacity=70);
	opacity:0.7; 
}

#container
{
	overflow:hidden;
	width:980px;
	background-color: White;
	position:relative;
	height:324px;
	float:left;
}

#banners{
	overflow:hidden;
	width:980px;
	background-color: White;
	position:relative;
	height:324px;
	float:left;
}

.arrowButton
{
	cursor: pointer;
}

#didyouknowItems{
	overflow:hidden;
	width:200px;
	background-color: #1c1c4f;
	height:100px;
	clear:left;
	font-size: 8pt;
	font-family: Arial;
}

#didyouknowItems div
{
	width: 200px;
	height: 100px;
}

.textBoxWatermark
{ 
	font-style: italic;	
	color: #c0c0c0;
}

ul { margin-left: 32px; padding-left:0px; }

ol {margin-left: 0px; margin-top: 10px; padding-left:0px; }

#topics li 
{ 
	list-style: none; 
	line-height: 20px; 
}

.helpHeader
{
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.m3 {margin:3px;}
.b3sfff {border:3px solid #ffffff;}
.b1s000 {border:1px solid #fff;}
.framedimg {display:block;}
.fl {float:left; clear:left;}
.black {background: #000;}
