/*  SuperVerve MAIN STYLES CSS  */

/*  Global Styles  */
body{
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#000;
	background:#e0e0e0;
}
*{
	margin:0;
	padding:0;
}
h1{
	margin-bottom:15px;
}
h2{
	margin-bottom:10px;
}
h3{
	margin-bottom:5px;
}
p{
	margin-bottom:20px;
}
ul,ol,dl{
	margin:5px 0 5px 15px;
}
li{
	margin-left:10px;
}
a img{
	border:none;
}
option{
	padding:0px 3px;
}
form {display:inline;}

a{color:#d51b12;}

/*  LAYOUT ELEMENTS - styles for major page elements  */
#wrapper{	
	width:1000px;
	position:relative;
	margin:0 auto;	
	padding:0;
	text-align:left;
	font-size:1.3em;
	height:500px;
	min-height:500px;
	border:1px solid #808080;
border-bottom:0px;
border-top:0px;
	background:#FFF url(/collaroy/css/images/3/collaroy-faux-bg.gif) repeat-y top left;
}
*>#wrapper{
	height:auto;
}
.nochannel#wrapper{background:#FFF;}
#banner{
	height:80px;    /*  Set height here to match banner image  */
	position:relative;
	background-image:url();
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	border-bottom:1px solid #BFBFBF;
}

#bannerImg{
padding-bottom:9px;
background:#fff url(/collaroy/css/images/3/banner-image-base.gif) no-repeat bottom left;;
}

#banner #bannerExtra{
	position:absolute;
	right:0px;
	bottom:0px;
	height:60px;
	width:300px;
	text-align:right;
	padding-right:15px;
}


#banner #siteNav{
	position:absolute;
	top:20px;
	right:20px;
	list-style:none;
	width:700px;
}
#banner #siteNav li{
	display:inline;
	border-right:1px solid #CC3300;
	margin:0;
	padding:0 10px 0 10px;
color:#CC3300;
font-weight:bold;
}

#banner #siteNav li a{
color:#CC3300;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}

#banner #siteNav li.last{
	border:none;
padding-right:0;
}

#banner #SearchBox{
	margin:0;
}
#loginBox{
	margin:5px;
}
#loginBox a{
	color:#FFF;
}
#loginBox span.message{
	color:#000000;
	font-weight:bold;
}



#breadcrumbs{
	
}
#contentWrapper{
}
#mainContent{
	margin-left:187px;      /*  Set margin to same width and side as channel element  */
/*	background:url(/collaroy/css/images/3/bg-maincontent-top.gif) repeat-x top left;*/
}
* html #mainContent{
	height:1%;  /* for IE 3 Pixel Jog  */
	margin-left:187px;
}
.nochannel #mainContent{
	width:100%;
	margin:0;
}

#mainContent.advertPuffCol{
width:660px;

}

#siteAdvertWrapper{
float:right;
margin:10px;
width:120px;
border:1px solid #f00;
padding:0;
display:inline;
}

.siteAdvert{
margin:5px;
padding:0;
width:110px;
}

.siteAdvert img{
margin:0;
padding:0;
}


#channel{
	float:left;
	width:187px;
	padding-top:40px;
	background-color:#D61B12;
}
* html #channel{
	width:187px;
	margin-right:-3px;
}
#footer{
	width:980px;     /*  Footer width should match #wrapper width  */
	clear:both;
	color:#666;
	text-align:left;
	margin:auto;
	font-size:1.1em;
	background:#fff;
	padding:10px;
	border-color:#808080;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-top:2px solid #D61B12;
	height:15px;
	text-align:left;
}
#footer a{
	text-decoration:underline;
	color:#666;
text-align:left;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #copyright{
	float:left;
}
#footer #utilNav{
	margin:0 0 0 20px;
	display:inline;
	list-style:none;

}
#footer #utilNav li{
	display:inline;
	border-right:1px solid #666;
	margin:0;
	padding:0 5px 0 4px;
}
* html #footer #utilNav li{padding:0 4px 0 7px;}
#footer #utilNav li.last{
	border:none;
}

#verve{
	float:right;
}

/* CSS Document */
#PoweredByVerve{
height:20px;width:125px;display:block;overflow:hidden;text-indent:-9999em;background-repeat:no-repeat;
background-image:url(http://www.lateralsystems.com.au/poweredby/PoweredByVerveGreyWhite.gif);
}

/*  ELEMENT SPECIFICS */

/*  Static Global Nav  */
#globalNav{
	margin:0;
	background-color:#a29e9e;  /*  Background for entire global nav element  */
	font-size:0.9em;
	height:2.7em;
	overflow:hidden;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;
	border:1px solid #FFF;
	border-width:1px 0;
}
#globalNav li{
	float:left;
	margin:auto 0;

}

#globalNav a,
#globalNav a:link,
#globalNav a:visited{
	float:left;
	width:auto;
	padding:.95em 8px;
	margin:0;	
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	vertical-align:center;
}
#globalNav li.gnavlast a{
border-right:none;
}

#globalNav li.active{
background-color:#d51b12;
}

#globalNav a:hover{
	color:#FFF;
background-color:#d51b12;
}


/*  Dynamic Global Nav  */
#gNavDrop{
	margin:0;
	background:#F42222 url(/collaroy/css/images/3/bg-topnav.gif) repeat-x left bottom;  /*  Background for entire global nav element  */
	font-size:0.9em;
	height:2.7em;
	overflow:hidden;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;
	border:1px solid #FFF;
	border-width:1px 0;
}
#gNavDrop ul{
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}


#gNavDrop a{
	display: block;
	width:auto;
	padding:0 15px;	
	margin:0;
	border-right:1px solid #FFF;
}
#gNavDrop a:link,
#gNavDrop a:visited{
	text-decoration:none;
	color:#FFFFFF;	
}
#gNavDrop a:hover{text-decoration:underline;}
#gNavDrop li {
	float: left;
	margin:0;
	padding:.95em 0;
}
#gNavDrop ul {                 /*  positioning and style for sub-groups  */
	position: absolute;
	width: 13em;
	left: -999em;
	background:#F42222;
	text-transform:capitalize;
	border:1px solid #FFF;
	margin-top:.7em;
}
*>#gNavDrop ul {border-bottom-width:2px;}
#gNavDrop li:hover ul {
	left: auto;
}

#gNavDrop li ul ul {
	margin: -1.5em 0 0 12em;   /*  margin to offset third level nav  */
}

#gNavDrop li:hover ul,
#gNavDrop li.sfhover ul {
	left: auto;
}
#gNavDrop li:hover ul ul,
#gNavDrop li.sfhover ul ul {
	left: -999em;
}
#gNavDrop li:hover ul,
#gNavDrop li li:hover ul,
#gNavDrop li.sfhover ul,
#gNavDrop li li.sfhover ul{
	left: auto;
}

#gNavDrop ul a {
	display:block;
	padding:.5em 10px;	
	text-decoration:none;
	color:#FFFFFF;
	border:1px solid #F42222;
}
* html #gNavDrop ul a{
	width:100%;
}
#gNavDrop ul a:hover{
	background:#FFFFFF;
	color:#F42222;
	text-decoration:none;
}
#gNavDrop ul li{
	width:100%;
	padding:0;
}
/*  End Dynamic Nav    */

/*  Breadcrumbs  */
#breadcrumbs{
	color:#CC3300;
	margin-bottom:2px;
	font-size:.85em;
	overflow:auto;
	width:100%;
	margin-top:-20px;
}
#breadcrumbs ul{
	margin:0;
	float:right;
}
#breadcrumbs ul li{
	display:inline;
	margin:0;
	padding:0;
}
#breadcrumbs ul li a{
	line-height:2;
}
#breadcrumbs ul li a:link,
#breadcrumbs ul li a:visited{
	color:#CC3300;
	text-decoration:none;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:active{
	color:#CC3300;
	text-decoration:underline;
}
#breadcrumbs ul li.on{
	font-weight:bold;
}

/*  mainContent div  */
#mainContent .padLayer{   /*  padding around main content div  */
	padding:35px 15px 15px 32px;

}
#mainContent .padLayer .padLayer{background:none;}
.nochannel #mainContent .padLayer{background:none;padding-left:15px;}
/*  Main content area specific styles  */
#mainContent h1{
	color:#000;
	font-size:1.45em;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#CC3300;
}
#mainContent h2{
	color:#000;
	font-size:1.15em;
}
#mainContent h3{
	color:#000;
	font-size:1.05em;
}
#mainContent .section{
	margin-bottom:20px
}
#pageImages{    /*  styles for linked images section  */
	float:right;
	text-align:center;
	margin-left:10px;
}
.pageImage{     /*  styles for each linked image  */
	margin-bottom:15px;
}
.pageImage img{
	border:1px solid #A3ABB9;
	padding:2px;
}
.pageImage p{
	margin:2px 0 0 0;
	font-size:0.8em;
}

/*  Products  */
.lproduct{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lproduct img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lproduct h3 a{
	color:inherit;
}
.price{
	color:#FF0000;
}
.product h4{
	font-size:1.05em;
	margin-bottom:5px;
}
.product .addtocart{
	margin:15px 0;
}
.product .addtocart ul{
	list-style:none;margin:0 0 5px;
}
.product .addtocart ul li{
	display:inline;
	margin:0 5px 0 0;
}
.product .addtocart #qty{
	text-align:center;
	width:25px;
}
.product .addtocart #addbtn{
	margin:0 0 -4px 5px;
}

/*  Shopping Cart page display  */
#cart{
	margin-top:10px;
}
#cart table{
	width:99%;
	font-size:0.95em;
	margin-top:4px;
}
#cart td,#cart th{
	text-align:right;
	padding:3px 3px;
}
#cart tr.odd{
	background:#EFEFEF;
}
#cart .left{
	text-align:left;
}
#cart .quantity{
	text-align:right;
	width:20px;
	padding:0 3px;
}
#cart thead{
	background:#C9C9C9;
	color:#000;
}
#cart thead th{
	border-bottom:1px solid #003366;
}
#cart thead td,
#cart tfoot td{
	padding:5px 2px;
}
#cart .tfone td{
	border-top:1px solid #003366;
	padding-top:7px;
}
#cart .total{
	font-weight:bold;
	font-size:1.1em;
}
#cart .btns input{
	margin-left:5px;
}

/*  News  */
.lnews{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lnews img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lnews h3 a{
	color:inherit;
}

/*  Related Items  */
.related{}
.related a{
	font-weight:bold;
}
.file{
	margin:5px 0;
	height:35px;
	min-height:35px;
}
/** .file{
	height:auto;
}*/
.file img{
	float:left;
	margin:1px 10px 5px 0;
}
.file div{
	margin-left:42px;
}
.caption{
	font-size:0.9em;
}

/*  Channel  */
/*  Level 2 Nav - Static */
#channel #level2Nav{
	padding:0;
	color:#FFF;
/*	background:url(/collaroy/css/images/3/bg-level2nav.gif) repeat-y left top;*/  /*  background for entire Nav div  */
	margin:0 0 5px 0px;
	width:187px;
}
#channel #level2Nav h2{        /*  navigation Heading - ie. current group  */
	text-align:center;
	padding: 0px 10px 0;
	margin:0;
	font-size:1.15em;
	text-transform:uppercase;
	color:#fff;
	width:100px;
	display:none;
/*	background:url(/collaroy/css/images/3/bg-level2nav-top.gif) no-repeat left top;*/
}
#channel #level2Nav ul{        /* list of second level navigation items  */
	margin:0 10px;
	list-style:none;
	padding:0;
	border-bottom:1px solid #fff;
/*	background:url(/collaroy/css/images/3/bg-level2nav-bottom.gif) no-repeat left bottom;*/
}
#channel #level2Nav ul li{     /* container for each navigation item  */
	list-style:none;
	margin:0;
	width:auto;
	border-top:1px solid #fff;
}
#channel #level2Nav ul li.navOn{
	margin:0;
background-color:#ffb1ad;
}
#channel #level2Nav ul li a{   /* each navigation item link style  */
	display:block;
	padding:5px;
	padding-left:14px;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
/*	background:url(/collaroy/css/images/3/bg-l2navoff.gif) no-repeat 5px 52%;*/
}
#channel #level2Nav ul li a.navOn{
	color:#fff;
background:url(/collaroy/css/images/3/arrows.gif) no-repeat 0 .7em;
/*	background-image:url(/collaroy/css/images/3/bg-l2navon.gif);*/
/*text-decoration:underline;*/
}
#channel #level2Nav ul ul{       /* list of third level navigation items  */
	padding-bottom:5px;
	background:none;
	margin:0;
	padding:0;
	
border:none;
}
#channel #level2Nav ul ul li{    /* each third level navigation item  */
	margin:0;
border:none;
}
#channel #level2Nav ul ul li a{    /* each third level navigation link  */
	font-size:0.85em;
	padding:1px 0 5px 28px;
font-weight:normal;
/*	background:url(/collaroy/css/images/3/bg-l3nav.gif) no-repeat 14px 54%;*/
}
#channel #level2Nav ul ul li a.l3on{
	font-weight:bold;
	color:#fff;
font-weight:bold;
}

#channel #level2Nav ul li a:hover{
	color:#fff;

background:url(/collaroy/css/images/3/arrows.gif) no-repeat 0 .7em;
}
#channel #level2Nav ul ul li a:hover{
	text-decoration:underline;
background:none;
}
#channel #level2Nav ul ul li a.l3on:hover{
	text-decoration:none;
}



/*  Level 2 Nav - Dynamic  */
#channel #level2DynNav{
	padding:0;
	color:#FFF;
/*	background:url(/collaroy/css/images/3/bg-level2nav.gif) repeat-y left top;*/  /*  background for entire Nav div  */
	margin:0 0 5px 7px;
}
#channel #level2DynNav h2{        /*  navigation Heading - ie. current group  */
	text-align:center;
	padding: 0px 10px 0;
	margin:0;
	font-size:1.15em;
	text-transform:uppercase;
	color:#fff;
/*	background:url(/collaroy/css/images/3/bg-level2nav-top.gif) no-repeat left top;*/
}
#level2DynNav dl {
	margin:0;
	list-style:none;
	padding:0 18px 20px;
/*	background:url(/collaroy/css/images/3/bg-level2nav-bottom.gif) no-repeat left bottom;*/
}
#level2DynNav dl dt {          /* container for second level navigation item  */
	cursor: pointer;
	line-height: 20px;
	text-align: left;
	list-style:none;
	margin:2px 0;
	width:auto;
border-top:1px solid #fff;
}
#level2DynNav dl dt#active {    /* background of current navigation item  */
	
}
#level2DynNav dl dt a{         /* second level navigation item link */
	display:block;
	padding:1px 5px;
	padding-left:14px;
	color:#000;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
/*	background:url(/collaroy/css/images/3/bg-l2navoff.gif) no-repeat 5px 52%;*/
}
#level2DynNav dl dt a.navOn{
	color:#fff;
/*	background-image:url(/collaroy/css/images/3/bg-l2navon.gif);*/
}
#level2DynNav dl dd {         /*  container for third level nav  */
	display:none;
}
#level2DynNav dd ul {
	text-align: left;
	list-style:none;
	padding:0;
	margin:0 0 5px;
}
#level2DynNav dd ul li{
	padding:2px 0;
	margin:0;
}
#level2DynNav dd ul a{
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color:#fff;
	font-size:0.9em;
/*	background:url(/collaroy/css/images/3/bg-l3nav.gif) no-repeat 14px 54%;*/
	padding-left:23px;
}
#level2DynNav dd ul a.l3on{
	font-weight:bold;
	color:#fff;
}
#level2DynNav dd ul a:hover{
	color:#fff;
}
#level2DynNav dl dt a:hover{
	color:#fff;
}
#level2DynNav dd,
#level2DynNav dt{
	margin:0;padding:0;
}

/*  Minicart (in channel) styles  */
#minicart{
	background:url(/collaroy/images/cart.gif) no-repeat 5px 5px;
	color:#FFF;
	text-align:right;
	padding:5px 5px 5px 20px;
	margin:0px 18px 2px;
}
#minicart ul{
	list-style:none;
	margin:0;
	padding:0;
}
#minicart li{
	display:inline;
	margin:0;
	padding:0;
	margin-left:5px;
}
#minicart a{
	color:#FFF;
	font-size:0.85em;
}

/*  Marketing Puff styles  */
.puff{
	font-size:1em;
	margin:5px 7px 5px 10px;
	background:url(/collaroy/css/images/3/puff-bg-right.gif) repeat-x top right;	
height:259px;
position:relative;
	}
.puff h3{
	font-size:1.1em;
	margin:0;
	padding:2px 0 0 15px;
	text-align:left;
	color:#fff;
}
.puff .padLayer{
	border:0;
	padding:10px 20px 25px 15px;
margin:3px 5px 0 0;
height:169px;
overflow:auto;
}
.puff p{
	margin-bottom:10px;
}
.puff .pImg{
	text-align:center;
}
.puff img{
	border:1px solid #5279A5;
	margin-bottom:5px;
}
.puff .moreLink a{
position:absolute;
bottom:13px;
right:20px;
color:#fff;
}

.homePuff .moreLink a{
position:absolute;
bottom:13px;
right:20px;
color:#fff;
}
.puff .fImg{
	border:0;
}
.puff .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.puff .news li{
	margin-bottom:4px;
}





/*  Home Puff styles  */

ul#homePuffsRow{
	list-style:none;
	margin:0 0 0 2px;
	padding:0;
}

ul li.homePuffs1,ul li.homePuffs2,ul li.homePuffs3,ul li.homePuffs4{
	display:inline;
	margin:0;
	padding:0;
}

.homePuff{
	position:relative;
	font-size:1em;
	margin:5px 0 5px 5px;
	padding:0;
	background:url(/collaroy/css/images/3/puff-bg-right.gif) repeat-x top right;	
	float:left;
	height:259px;
	}

ul li.homePuffs1 .homePuff{
	width:967px;
	}
ul li.homePuffs2 .homePuff{
	width:481px;
	}
ul li.homePuffs3 .homePuff{
	width:319px;
	}
ul li.homePuffs4 .homePuff{
	width:238px;
	}

ul li.homePuffs1 .homePuff#puff1,ul li.homePuffs2 .homePuff#puff1,ul li.homePuffs3 .homePuff#puff1,ul li.homePuffs4 .homePuff#puff1{
	margin-left:0;
	}

#mainContent .homePuff h3{
	font-size:1.1em;
	margin:0;
	padding:3px 0 0 15px;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
}
#mainContent .homePuff .padLayer{
	border:0;
	padding:10px 20px 25px 15px;
margin:3px 5px 0 0;
height:169px;
overflow:auto;
}

.homePuff p{
	margin-bottom:10px;
}

.homePuff img{
	border:1px solid #5279A5;
	margin-bottom:5px;
}

.homePuffImg{
	position:absolute;
	top:21px;
	right:3px;
	border:1px solid #5279A5;	
}

.homePuff .pImg{
	text-align:center;

}
.homePuff .moreLink{
	text-align:right;
	margin-top:5px;
}
.homePuff .fImg{
	border:0;
}
.homePuff .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.homePuff .news li{
	margin-bottom:4px;
}
.homePuffImg{
	position:absolute;
	top:21px;
	right:3px;
	border:1px solid #5279A5;	
}

/*  Page Tiles - accounts for instances of one, two, or three tiles in a row  */
.oneTileRow,
.twoTileRow,
.threeTileRow{
	width:100%;
}
.tile table{
	height:100%;
}
.tile{
	border:1px solid #DEDEDE;
	vertical-align:top;
}
.tile img{
	border:1px solid #DEDEDE;
}
.tile .moreLink{
	text-align:right;
	padding:0 10px 10px 0;
	vertical-align:bottom;
}
.tile .fImg{
	border:0;
}
#mainContent .tile .padLayer{
	padding:10px;
}
.tile h3{
	color:#000 !important;
	font-size:1.1em;
	margin:0;
	padding:2px 10px;
	text-align:left;
	background:#DEDEDE url(/collaroy/css/images/3/bg-tile-h3.gif) repeat-x;
}
.tile .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.tile .news li{
	margin-bottom:6px;
}
.oneTileRow .tile{
	width:100%;
}
.oneTile h3{}
.oneTileRow .tile .padLayer{}

.oneTileRow .tile .tImg{
	float:left;
	margin:0 10px 10px 0;
}
.twoTileRow .tile{
	width:48%;
}
.twoTileRow .tile h3{}
.twoTileRow .tile .padLayer{}
.twoTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.twoTileRow .tileSpacer{
	width:3%;
}
.threeTileRow .tile{
	width:32%;
}
.threeTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.threeTileRow .tileSpacer{
	width:2%;
}

/*  form input styles  */ 
.CustomerForm{
	margin-top:20px;
}
.CustomerForm ul{margin:0;padding:0;}
.CustomerForm ul li{
	list-style-type:none;
	padding:4px;
}
.CustomerForm ul li input,
.CustomerForm ul li select,
.CustomerForm ul li textarea{
	width:400px;

}
.CustomerForm ul li textarea{
	height:150px;
}
.CustomerForm ul li input.checkBox{
	width:20px;
	display:inline;
}


.CustomerForm ul li.odd{}
.CustomerForm ul li label{
	width:180px;
	display:block;
	float:left;
	line-height:1.7;
	position:relative;
	text-align:right;
	padding-right:5px;
}
.CustomerForm ul li label.checkBox{
	width:200px;
	float:none;
	padding-right:0;
	display:inline;
}
.CustomerForm ul li ul{
width:200px;

}
.CustomerForm ul li ul li{
line-height:1;
margin:0;
padding:0;
padding-bottom:5px;
}
.CustomerForm ul li p{
margin:0;
margin-left:185px;
}

.CustomerForm h3{
	text-transform:uppercase;
	margin:15px 0 0 0;
}
.CustomerForm form{
/*	border-bottom:1px solid #194276;*/
	padding-bottom:20px;
}
.CustomerForm .button{
	margin-left:195px;
}

#busDirectory ul li.odd{}
#busDirectory ul li label{
	width:120px;
	display:block;
	float:left;
	line-height:1.7;
	position:relative;
	text-align:right;
	padding-right:5px;
}


#busDirectory ul li input,
#busDirectory ul li select,
#busDirectory ul li textarea{
	width:200px;
}
#busDirectory .button{
	margin-left:295px;
	width:auto;
	margin-bottom:30px;
}

/*  payment form input styles  */
#pDetails,
#paymentDetails{
	border:1px solid #194276;
	border-width:1px 0;
	margin:15px 0;
	padding:10px 0 0;
}
#pDetails ul,
#paymentDetails ul{
	list-style:none;
	margin:5px 0 15px 10px;
}
#paymentDetails ul{
	margin-bottom:0px;
}
#pDetails ul li label,
#paymentDetails ul li label{
	width:80px;
	display:block;
	float:left;
	padding-right:5px;
}
#paymentDetails ul li label{
	width:130px;
}
#pDetails ul li,
#paymentDetails ul li{
clear:left;
}
#paymentDetails ul li{
	margin:2px 0;
}

/*  invoice display sty;es  */
#invoiceDetails{
	float:right;
	width:250px;
	margin:0 0 10px;
}
#invoiceDetails li{
	list-style-type:none;

}
#invoiceDetails h3{
	display:inline;
	width:120px;
}

/*  Galleries - styled so that each row will take the height of its highest member  */

#pageGallery,
#photoGallery{
	margin:10px 0;
	list-style-type:none;
	display:inline;
	text-align:left;
	float:left;
	width:100%;
}
#pageGallery div,
#photoGallery div{
	float:left;
	text-align:center;
	margin:0 5px;
	padding:5px;
	width:28%;

}
#pageGallery div div,
#photoGallery div div{
	margin:0 auto;
	float:none;
	width:100px;	
}
#pageGallery div.clear,
#photoGallery div.clear{
	float:none;
	padding:0;	
}
#pageGallery div img,
#photoGallery div img{
	border:1px solid #999;
}

/*  Page numbers for product and news list functions  */
#pageNumbers{
	text-align:center;
	margin-top:20px;
}
#pageNumbers .previous{
	text-align:left;
	float:left;
	width:15%;
}
#pageNumbers .next{
	text-align:right;
	float:right;
	width:10%;
}
#pageNumbers .numbers{
	width:70%;
	margin:auto;
}

.newsdate{
	color:#999999;
	margin-bottom:10px;
}
.lnews .newsdate{
	margin-bottom:3px;
}

#forgotPassword{
	margin:20px 0 5px 0;
	overflow:hidden;
	position:relative;
}

.message{
	color:#FF0000;
	font-weight:bold;
}

.clear{            /*  clearing div used to clear floats - important for galleries  */
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

#print{display:none;} /*  for print.css - position:absolute;top:2px;left:2px; */
.required{color:#FF0000;font-weight:bold;font-size:0.9em;}


ul.VerveForm label{display:block;width:10em;text-align:right;padding-right:8px;float:left;position:relative;}

/* HOME PAGE */

/* HOME PAGE */

.newsResultsContainer{
position:relative;
background:#D61B12 url(/collaroy/css/images/3/news-flash1.gif) top left no-repeat;
}
.newsResultsContainerMarquee{
position:relative;
background:#D61B12 url(/collaroy/css/images/3/news-flash.gif) top left no-repeat;
}
#newsResultsWrapper{
position:relative;
height:320px;
}

#newsItems{
margin:26px 0 0 21px;
width:640px;
float:left;
display:inline;
}


.newsItem{
padding:10px 0 0 0;
height:220px;
width:280px;
overflow:auto;
}

#newsItems img{
float:right;
}

#resultsTable{
float:right;
margin:27px 10px 0 0;
height:231px;
width:290px;
overflow:auto;
display:inline;
}


#resultsTable table{
width:100%;
font-size:.9em;
}

#resultsTable table tr th{
color:#f00;
text-transform:uppercase;
text-align:center;
border-right:1px solid #000;
border-bottom:1px solid #000;
height:24px;
}

* html #resultsTable table tr th{
height:23px;
}

#resultsTable table tr td{
border-right:1px solid #000;
border-bottom:1px solid #000;
text-align:center;
height:23px;
}

* html #resultsTable table tr td{
height:22px;
}

#resultsTable table .last{
border-right:none;
}

#resultsTable #caption{
position:absolute;
top:20px;
color:#fff;
text-align:center;
width:280px;
font-weight:bold;
}

ul#newsControls{
position:absolute;
top:267px;
left:380px;
width:150px;
list-style:none;

}

ul#newsControls li{
display:inline;
}

ul#newsControls li a{
color:#fff;
}

ul#newsControls li a img{
margin-right:12px;
}

a.newsArchiveURL{
position:absolute;
top:275px;
left:550px;
color:#fff;
}

a.resultsURL{
position:absolute;
top:275px;
left:900px;
color:#fff;
}

a.homeURL{
width:300px;
height:53px;
text-decoration:none;
display:block;
}

.marketingPuffRow{
float:left;
position:relative;

}


#scroller{position:absolute;top:-12px;left:400px;clear:both;background:#000;line-height:1em;position:relative;overflow:hidden;color:#fff; width:550px; margin:0;padding:0;height:1em;}

#scroller .dmarquee {overflow:hidden;font-size:1em;}

#noscroller{position:absolute;top:-12px;left:400px;clear:both;line-height:1em;position:relative;overflow:hidden;width:550px; margin:0;padding:0;height:1em;}




/* Business List */

.businessListCol1,.businessListCol2{
	float:left;
	width:200px;
	text-align:left;
	margin:0;
	padding:0;
}
.businessListCol2{
	float:right;
}
.businessListCol1 ul,.businessListCol2 ul{
	margin:0;
	padding:0;
}
.businessListCol1 ul li,.businessListCol2 ul li{
	font-size:.9em;
}
.clearFloat{
	clear:both;
	height:1px;
}

ul#updateNav{
	margin:20px 0;
	padding:0;
}
ul#updateNav li{
	display:inline;
	margin:0;
	padding:0 10px;
	border-left:1px solid #f00;
	font-weight:bold;
}
ul#updateNav li a{
	text-transform:uppercase;
	color:#000;
}
ul#updateNav li.first{
	padding:0 10px 0 0;
	border-left:none;
}
ul#updateNav li a.navOn, ul#updateNav li a:hover{
	text-decoration:none;
}
ul#updateNav li a.navOn{
	color:#D51B12;
}


.editDelete{
	float:right;
}

ul#SearchResults{list-style:none;margin:10px 0;}
ul#SearchResults ul{margin:0 0 15px 0;}
ul#SearchResults li{width:610px;margin:0;padding:3px 0;}
ul#SearchResults li.desc{margin:10px 0 0 0; }
.PrevNext{float:right;}


hr {border: none 0;
border-top: 1px dashed #000;/*the border*/
width: 100%;
margin-bottom:20px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.errorMsg{margin-bottom:20px;}
#banner{background-image:url(/verve/_resources/logo.gif);height:53px;}
#banner{background-color:#FFFFFF;}
#loginBox .message,#loginBox a{color:#6600ff;}

/** Verve Form Styles **/

ul.VerveForm{margin:10px 0 10px 0;}
ul.VerveForm li{list-style-type:none;padding:3px;}
ul.VerveForm li label{display:block;width:9em;text-align:right;padding-right:8px;float:left;position:relative;}
ul.VerveForm li input,ul.VerveForm li textarea{width:20em;}
ul.VerveForm li input.autoSize{width:auto;}
ul.VerveForm li textarea{height:80px;}

