/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2006 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin:0;
	padding:0;
	border:0;
}

html {
	height:100%; /*Mozilla*/
}

body {
	margin:0;
	padding:0;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px; /*IE*/
	background-color:#fff;
	color:#333;
	background-color:#CCCCCC;
}

p {
	color:#333333;
	line-height:140%;
	padding-bottom:10px;
}

p.right {
	text-align:right;
}

p.center {
	text-align:center;
}

h1 {
	color:#99ca3c;
	font-size:14px;
	line-height:140%;
	font-style:normal;
	font-weight:bold;
	margin-bottom:2px;
	padding:0;
}

h2 {
	color:#99ca3c;
	font-size:12px;
	line-height:140%;
	font-style:normal;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3 {
	color:#99ca3c;
	font-size:14px;
	line-height:140%;
	font-style:normal;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}

h4 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif
	font-size:20px;
	line-height:140%;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:0px;
	margin-right:10px;
}

h5 {
	color:#99ca3c;
	font-size:14px;
	line-height:140%;
	font-style:normal;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}

h6 {
	color:#3D5A96;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
	padding-bottom:2px;
}

ul {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 12px;
	color:#FFFFFF;
}

ol {
	margin-top: 3px;
	margin-bottom: 12px;
	margin-left: 30px;
}

li {
	margin-bottom: 9px;
}

a:link, a:visited {
	color: #000;
	background-color:transparent;	
}

a:hover, a:active {
	color:#21536a;
	background-color:transparent;	
}

img {
	border: none;
}
.lnkNWhite11HL:link, .lnkNWhite11HL:visited, .lnkNWhite11HL:active {
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
}
.lnkNWhite11HL:hover {
	color: #ff6633;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	text-decoration: underline;
}
#content {
	width:970px;
}
#left {
	float:left;
	width:670px;
	margin-right:6px;

}
#right {
	float:right;
	width:290px;

}
/*
   The GridViews get rendered as tables so we can format them by setting table styles
*/   
.shopgrid {
    width: 100%;
}
.shopgridheader, .shopgridfooter {
    background: #fff url() no-repeat scroll top left;
}   
.shopgridrow {
	padding: 10px;
}
.shopgridrowalt {
	padding: 10px;
    background-color:#EFF3ED;
}
.shopdescription {
	padding-top:8px;
	padding-bottom:8px;
	vertical-align:top;
}
.shopimage {
	border: solid 1px #666666;
	margin:8px;
}
.shopprice {
	text-align:center;
	line-height:200%;
	border-left:solid 1px #cccccc;
}
.fmbutton {
	font-size:10px;
}
