*					
{ 
	font-family: Arial; 
	font-size: 100%; 
	color: #0A63B0; 
}

.signOnFrame
{
	width: 150px;
	border-width: 1px;
	border-right: #0100CC 1px solid;
	border-top: #0100CC 1px solid;
	border-left: #0100CC 1px solid;
	border-bottom: #0100CC 1px solid;
	background-color: #61cdf9;
}

.toolbarPanel
{
    border-right: #66667e 1px solid;
    border-left: #66667e 1px solid;
    background-color: #E0E2EB;
}

.toolbarButton
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	border: #E0E2EB 1px solid;
	background-color: #E0E2EB;
}

.toolbarDropDown
{
	text-align: center;
	width: 30px;
	height: 30px;
}

.toolbarButtonHighLight
{
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	border: solid 1px white;
	text-align: center;
	background-color: #E0E2EB;
}

.previewFrame
{
	width: 500px;
    background: #F3F3EE;
	border-left: solid 1px #66667E;
	border-right: solid 1px #66667E;
}

.uploadPreviewFrame
{
	width: 499px;
    height: 330px;	
    background: #F3F3EE;
	display: block;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #66667E;
	border-right: solid 1px #66667E;

	scrollbar-3dlight-color:#ffffd6;
	scrollbar-arrow-color:'#ffffff';
	scrollbar-darkshadow-color:;
	scrollbar-face-color: #0100CC;
	scrollbar-highlight-color: #0100CC;
	scrollbar-shadow-color: #0100CC;
	scrollbar-track-color: #61cdf9; 
	scrollbar-base-color: #0100CC;
	z-index:0;
}

.navAlbumName
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.albumIcon
{
	cursor: pointer;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.tabStripButton
{
	cursor: pointer;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.errorMessage
{
	font-family: Arial;
	font-size:	1.33em;
	font-weight:	500;
	color: Red;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.previewFrame
{
	width: 500px;
    background: #F3F3EE;
	border-left: solid 1px #66667E;
	border-right: solid 1px #66667E;
}
.popupWindow
{
    display: none; 
    visibility: hidden; 
    position: absolute; 
}
.languageDropDrop
{
    Position: absolute;
    left: 910px;
    top: 97px;   
}

.popupTitle
{
	font-family: tahoma,verdana,arial,helvetica; 
	font-size: 10pt;
	font-weight: bold;
    border-right: #66667e 1px solid;
    border-left: #66667e 1px solid;
    background-color: #E0E2EB;
	color: #0A63B0; 
}
.popuptopbar
{
    border-right: #66667e 1px solid;
    border-left: #66667e 1px solid;
    background-color: #F3F3EE;
}

.popupMessage
{
    border-right: #66667e 1px solid;
    border-left: #66667e 1px solid;
    background-color: #F3F3EE;
    width: 100%;
    height: 100%;
}

.popupMessageText
{
	font-family: tahoma,verdana,arial,helvetica; 
	font-size:	10pt;
}
.popupMessageErrorText
{
	font-family: tahoma,verdana,arial,helvetica; 
	font-size:	10pt;
	color: Red;
}

.detailsHeader
{
	width: 100%;
	height: 30px;
	background-color: #53B5FB;
	color: #FFFFFF;
	font-family: Arial; 
	font-size: 10pt;
	font-weight: bold;
	z-index:0;
}

.detailsHeader TD
{
	color: #FFFFFF;
	font-family: Arial; 
	font-size: 10pt;
	font-weight: bold;
}

.detailsLeft
{
    text-align: left;
}

.detailsRight
{
    text-align: right;
}

.ShipDetailsHeader
{
	width: 100%;
	height: 20px;
	background-color: #E0E2EB;
	font-family: tahoma,verdana,arial,helvetica; 
	font-size: 10pt;
	font-weight:200;
	color: #0A63B0; 
	z-index:0;
}
.ShipDetailsFooter
{
	width: 100%;
	height: 20px;
	background-color: #F3F3EE;
	font-family: tahoma,verdana,arial,helvetica; 
	font-size: 10pt;
	font-weight:normal;
	color: #0A63B0; 
	z-index:0;
}
.ShipDetailsUnderline
{
    border-top:solid 1px black;
}
.fileListItem
{
	display: block;
	visibility: visible;
}

.fileListItemHidden
{
	display: none;
	visibility: hidden;
}

.subtotalText
{
    font-family: Verdana;
    font-weight:bold;
	font-size:12px;
    color: #0A63B0;
    text-align: left;
}

.toolbarPanel
{
    padding: 10px;
    border: #DFDFDF 1px solid;
    background-color: #F3F9FE;
}

.borderButton
{
    display: inline-block;
    margin: 5px;
	cursor: pointer;
	height: 45px;
	width: 45px;
	text-align: center;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: White;
}

.highlightBorderButton
{
    display: inline-block;
    margin: 5px;
	cursor: pointer;
	height: 45px;
	width: 45px;
	text-align: center;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: groove;
	border-color: Gray ;
}

.selectedBorderButton
{
    display: inline-block;
    margin: 5px;
	cursor: pointer;
	height: 45px;
	width: 45px;
	text-align: center;
	background-color: Silver;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: outset;
	border-color: Silver;
}
.topbasket
{
    width:130px;
    color:Black;
    text-align:center;
    border-bottom:solid 2px Black;
    border-left:solid 2px Black;
    border-right:solid 2px Black;
    background-color:#ABD1FE;
    background-image:url("/images/gradient_nav.gif");
    background-repeat:repeat-x;
}
.basketimage
{
    BORDER-RIGHT: black 1px solid; 
    BORDER-TOP: black 1px solid; 
    BORDER-LEFT: black 1px solid; 
    BORDER-BOTTOM: black 1px solid;
    cursor: pointer;
}
.MakeAlbumdetailsHeader
{
    visibility:hidden;
	width: 100%;
	height: 30px;
	background-color: #61cdf9;
	font-family: tahoma,verdana,arial,helvetica; 
	font-size: 10pt;
	font-weight: bold;
	color: #0A63B0; 
	z-index:0;
}
.MakeAlbum
{
    visibility: hidden;
    background-color: #F9FDFF;
}
.CheckoutMessage
{
    PADDING-BOTTOM: 15px;
    font-size:8pt;
    text-align:center;
    font-weight:bold;
    font-style:italic;
	color: #0A63B0; 
}
.pageFooterRow
{
     height:100px; 
     width:90%; 
     vertical-align:bottom;
     text-align:left;
}
.pageFooter
{
    height:100px;
    width:100%;
}

.imageSelector 
{ 
    float: left; 
    margin: 10px 0px 10px 0px; 
    padding-top: 10px; 
    clear: left; 
    display: block; 
    width: 964px; 
    min-height: 595px; 
    padding: 10px; 
    border: #DFDFDF 1px solid; 
    background-color: #F3F9FE; 
}

BODY
{   font-weight: normal;
    font-size: 70%;
    margin: 5px 20px 0px 20px;
    word-spacing: normal;
    text-transform: none;
    border-left: medium none;
    border-bottom: medium none;
    font-family: verdana, helvetica, sans-serif;
    letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #0A63B0;
}

H1
{
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	font-weight: 600;
	font-variant: normal;
}

H2
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.005em
}
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD
{
	color: #0A63B0; 
}

A	{
	text-decoration:	none;
	color:	#0A63B0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

A:link	{	
	text-decoration:	none;
	color:	#0A63B0;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0A63B0;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0A63B0;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0A63B0;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

