/* Lostboyz formatting for screen media*/
body { font-family: "Courier New", Courier, Monospace; font-size: 1em; font-weight: 600; }
h1 { font-size: 1.6em; text-align: left; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

#footer p {
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


a { color: #257cff; font-weight: bold; text-decoration: none; border-bottom: 1px solid #257cff; }
a:hover { border-bottom: 1px dashed #97bdf6; color: #97bdf6; }
a:visited { color: #257cff; }
	
a.pageLogo img { text-decoration: none; border: none; }
a.pageLogo:hover { text-decoration: none; border: none; }
a.pageLogo:visited { text-decoration: none; border: none; }

a.noLinkStyle { text-decoration: none; border: none; }
a.noLinkStyle img{ text-decoration: none; border: none; }
a.noLinkStyle:hover { text-decoration: none; border: none; }
a.noLinkStyle:visited { text-decoration: none; border: none; }

a.photoGalleryThumbnail { text-decoration: none; border: none; }
a.photoGalleryThumbnail:hover { text-decoration: none; border: none; }
a.photoGalleryThumbnail:visited { text-decoration: none; border: none; }

a.footer { color: #FFFFFF; font-weight: normal; text-decoration: none; border-bottom: 1px solid #FFFFFF; }
a.footer:hover { color: #FFFFFF; border-bottom: 1px dashed #FFFFFF; }
a.footer:visited { color: #FFFFFF; }

p.centered
	{
		text-align: center;
	}
	
p.right
	{
		text-align: right;
	}

p.justified
	{
		text-align: justify;
	}

p.productDescriptionBanner { padding: 0.2em; border: 1px solid #7f7f7f; background-color: black; color: white; text-align: center; }

p.homePageTextPanel
	{
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}



div.product p {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	text-align: center;
	font-weight: bolder;
}

div.beanieHelpPanel {
	border: 1px dashed black;
	padding: 0px 10px 0px 10px;
}

table.form {
	text-align: left;
	empty-cells: show;
	border: none;
}

table.manageVariants
	{
	width: 100%;
	}
	
table.manageVariants th
	{
	font-weight: bolder;
	font-size: 1.1em;
	}

table.manageVariants, table.manageVariants th, table.manageVariants td
	{
	border-collapse: collapse;
	text-align: left;
	empty-cells: show;
	border: 1px solid black;
	}
		

td.rowLabel{ text-align: right; vertical-align: middle; }

select
{
	vertical-align: middle;
}

input
{
	vertical-align: middle;	
}

.AddToBasketButton input
{
	background:url(/images/addToBasketButton.png) no-repeat;
	cursor: pointer;
	width: 151px;
	height: 26px;
	border: none;
	color: white;
}

.colourSwatchSelected
{
	border: 2px solid #7f7f7f;
}

table.colourSwatchTable
{
	margin-left: auto;
    margin-right: auto;
}

img.photoGalleryThumbnail
{
	margin: 4px;
	border: 1px solid #7f7f7f;
	text-decoration: none;
}