/* CSS Document */

body
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0px;
		background-image: url(../img/bgPattern.gif);
		background-color: #45b0f0;
		text-align: justify;
		line-height: 140%;
		}
		
.mainTable
		{
		background-image:url(../img/bgTile.gif);
		background-position: top;
		background-repeat: repeat-y;
		width: 902px;
		height: 900px;
		text-align: center;
		vertical-align: top;
		}
		
.headerTable
		{
		width: 902px;
		height: 212px;
		}
		
.logoPanel
		{
		padding-left: 50px;
		vertical-align: top;
		}
		
.flashPanel
		{
		width: 562px;
		}
		
		
.content
		{
		height: 500px;
		text-align: justify;
		vertical-align: top;
		padding: 20px;
		}
		
.footerPanel
		{
		height: 81px;
		background-image: url(../img/footerPanel.gif);
		background-repeat: no-repeat;
		text-align: center;
		padding-top: 20px;
		color: #FFFFFF;
		}
		
.frontpage
		{
		padding-top:10px;
		}
/* Headings and other font settings */

h1
		{
		font-size: 16px;
		letter-spacing: 1px;
		color: #0083e2;
		height: 20px; 
		width: 100%;
		}

h2
		{
		font-size: 14px;
		font-weight: bold;
		color: #c80607;
		}
		
h3
		{
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		}
		
h4
		{
		font-size: 11px;
		font-weight: bold;
		color: #ec2e30;
		}
		
a
		{
		text-decoration: none;
		}
		
a:link
		{
		color:#0083e2;
		}
		
a:active
		{
		color: #0083e2;
		}
		
a:visited
		{
		color: #0083e2;
		}
		
a:hover
		{
		color: #666666;
		}
		
.footerPanel a:link
		{
		color:#ffffff;
		}
		
.footerPanel a:active
		{
		color: #ffffff;
		}
		
.footerPanel a:visited
		{
		color: #ffffff;
		}
		
.footerPanel a:hover
		{
		color: #fcdbdc;
		}
	
.submitbutton
	{
	height:22px;
	width:54px;
	border:none;
	}	
		
input
		{
		width: 180px;
		height: 18px;
		border: 1px solid #76b630;
		color: #c80607;
		padding: 4px 2px 2px 4px;
		font-size: 10px;
		}
		
div.point-box{
	width:85px;
	height:90px;
	background-image:url(../img/cartImages/blockBlue.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #ffffff;
	text-align: left;
	padding: 6px;
	line-height: 100%;
}

span.pointNum
		{
		font-size:12px;
		color:#CCCCCC;
		text-align: left;
		vertical-align: top;
		}

iframe#message-box{

	border: 2px solid #b7240c;
	float:right;
	clear:right;
}

/*SHOP STYLES*/
div#cart{
	float:right;
	width:190px;
	min-height:200px;

	border:2px #EA8B42 solid;
	overflow:auto;
	clear:right;
	background-color:#ffffff;
	position:relative;
	background-image:url(/img/dragback.gif);
	background-repeat:no-repeat;
	background-position: 50% 70px;
	
}
div#items div{
	margin:5px;
}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

table.product {
	width:150px;
	height:170px;
	background-color:#FFF;
}

tr.product-heading{
background-color:#41A6DC; color:#FFFFFF;height:15px;
padding-left:5px;padding-right:5px;
}

tr.product-description{
color:#48A948; font-weight:bolder;
height:35px;
}
tr.product-cart{
background:#EA8B42;
}
tr.product-cart a{
color:#FFFFFF;
}
span#total{
	font-size:24px; margin:5px;
}
tr.cart-remove{

}
div#items{
	width: 550px;
}
/*inside the cart*/
div#cart div.item, div#cart div.cart-item{
margin-left:20px;
margin-right:20px;
margin-bottom:10px;
margin-top:10px;
}
div#items div.item a.only-cart{
	display:none;
}
div#cart tr.product-cart-remove{
	display:block;
}
div#cart tr.product-cart, div#cart tr.product-description {
	display:none;
}

div#cart table.product {
	border: 1px solid #FF0000;
}
td{vertical-align:top;}

.blue{
background-color:#41A6DC; color:#FFFFFF;height:15px;
padding-left:5px;padding-right:5px;
}

#name,#email,#phone,#comment
		{
		width: 250px;
		height: 18px;
		border: 1px solid #76b630;
		color: #c80607;
		padding: 4px 2px 2px 4px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 160px;
		}
