﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:black;
	background-color: #FFE6A4;
}

.bodyTextBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:black;
	font-weight: bold;
}



h1 {
	font-size: 250%;
	color: #008000;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	padding-top: 25px;
}


h2 {
	font-size: 135%;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0px;
}

img{
	border: 1px black solid;
}


.productnumber
{
	font-size: .85em;	

}

.paypalcode
{
	margin-top: 0px;
}

.unavailable
{
	color: red ;
	background-color: yellow;
	font-size: 1.25em;
}


.ireland
{
	color: green ;
}

.irelandLg
{
	color: green ;
	font-size: 1.5em;
}

.irelandLgItalic
{
	color: green ;
	font-size: 1.5em;
	font-style: italic;
}


.warning
{
	color: red ;
	font-weight: bold;
}

.sale
{
	color: red;
	background-color: yellow;
	font-weight: bold;
	font-size: 1.6em;
}

.salestrikethrough
{
	color: red;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: line-through;
}



#maindivhead{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border: 4px silver double;
	text-align: center;
	height: 275px;
	background-color: #E1E8D8;
}

#maindiv{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border: 4px silver double;
	background-color: white;
}


/* 2 column style - begin */
.leftcolumn5050{
	float: left;
	width:360px;
}

.rightcolumn5050{
	float: right;
	width:360px;
}
/* 2 column style - end */




/* 3 column styles - begin */
.leftcolumn33{
	float: left;
	width:255px;
	text-align: center;
	padding: 5px;
	margin-bottom:10px;
	border-top: 1px silver solid;
}

.middlecolumn33liquid{	/* liquid middle column must be listed last in XHTML */
	padding-left:245px;
	padding-right:245px;
}

.middlecolumn33fixed{
	float:left;
	width:266px;
	text-align: center;
}

.rightcolumn33liquid{ 	/* liquid right column floated right */
	float: right;
	width:245px;
}

.rightcolumn33fixed{
	float: left;
	width:266px;
	text-align: center;
}

/* 3 column styles - end */




/* 4 column fixed style - begin */
.leftcolumn25{
	float: left;
	width:180px;
}

.middle1column25{
	float: left;
	width:180px;
}

.middle2column25{
	float:left;
	width:180px;
}

.rightcolumn25{
	float: left;
	width:180px;
}

/* 4 column fixed style - end */





.cleardiv{
	clear:both;
}


