/*{{{ Elements*/
 
a:link
{
	color: #381678;
	background-color: #ffffff;
	text-decoration: underline;
}

a:visited
{
	color: #381678;
	background-color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	color: #EDD51C;
	background-color: #ffffff;
}
 
blockquote
{
	background: #E7F5FF;
	border: 1px dotted #000000;
	color: #000000;
	font-size: 10px;
	line-height: normal;
	padding: 3px;
}
 
body
{
	background: #ffffff;
	color: #381678;
	font-family: comic sans MS, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 5px 10px 15px; 
}

input
{
	font-family: "courier new", arial, helvetica, sans-serif;
	font-size: 11px;
}

/*}}}*/
	
/*{{{ Classes*/

.tiny {font-size:8pt;}
.small {font-size:10pt;}
.medium {font-size:12pt;}
.xlarge {font-size:16pt;}

	
.logoCenter
{
	display: block;
	text-align: center;
}

.logoRight
{
	display: block;
	text-align: right;
}

.pageTitle
{
	color: #EDD51C;
	background-color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5;
}

.pageTitleCenter
{
	text-align: center;
	color: #EDD51C;
	background-color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5;
}

.pageTitleRight
{
	text-align: right;
	color: #EDD51C;
	background-color: #ffffff;
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.5;
}

.pageSubTitle
{
	color: #C31267;
	background-color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.5;
}

.hiLite
{
	display: inline;
	color: #C31267;
	background-color: #ffffff;
	font-weight: bold;
}

.label
{
	color: #C31267;
	background-color: #ffffff;
	font-weight: bold;
}

.paragraph
{
	padding: 10px 0px;
}

.sideBar
{
	left: 20px;
	line-height: 1;
	position: absolute;
	height: 100%;
	top: 50px;
	width: 110px;
}

.mainBar
{
	display: block;
	left: 130px;
	padding: 3px;
	position: absolute;
	width: 600px;	
}

.bottomBar
{
	display: block;
	margin-top: 20px;
	color: #381678;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	clear: both;
}

.copyright
{
	border-top: 1px solid #EDD51C;
	color: #C31267;
	background-color: #ffffff;
	font-size: 9px;
	line-height: normal;
	margin-top: 15px;
	text-align: right;
}


.largeText 
{
	font-size:13pt;
	padding: 20px;
}

.photoText
{
	font-size: 12pt;
	color: #EDD51C;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
}


.thumbBlock
{
	display: inline;
	float: left;
	border: 3px solid #C31267; 
	color: #EDD51C;
	background-color: #381678;
	text-align: center;
	height: 190px;
	width: 140px;
}

.thumbText
{
	font-size: 9pt;
	color: #EDD51C;
}

.toyDesc
{
	font-size: 12pt;
	line-height: 1.5;
}

.toyName
{
	color: #C31267;
	background-color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.5;
}

.toyPhoto
{
	border: 5px solid #EDD51C;
}

.toyPrice
{
	font-size: 12pt;
	font-weight: bold;
	line-height: 3;
	text-align: right;
}
/*}}}*/
