@charset "UTF-8";
/* CSS Document */


body {
	background:#3aa6c5 url(/images/bg.jpg) top repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1.5em;
	font-weight:normal;
	font-variant:normal;
}

a {
	text-decoration: none;
}



a img {
	border:0;
}

p {
	margin:0 0 10px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	width:100%;
	clear:both;
	line-height:1px;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color: #309DBA;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

h2.white {
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}

#container {
	margin:auto;
	width:910px;
}

/************************
HEADER
************************/

#header {
	height:103px;
	width:100%;
}

#logo {
	background:url(/images/logo.png) no-repeat;
	width:486px;
	float:left;
	height:78px;
	margin-top:10px;
}

#m2group {
	background:url(/images/m2group.png) no-repeat;
	height:21px;
	width:154px;
	float:right;
	margin-top:67px;
}

/************************
Main Navigation
************************/

#nav {
	background:url(/images/img_menubkgrnd.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:34px;
	text-align:left;
	margin:0 0 14px 0;
	float: left;
}

#navlinks {
	width:730px;
	color:#f00;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}

#search {
	background:url(/images/img_search-black.jpg);
	background-repeat:no-repeat;
	width:180px;
	float:right;
	height:34px;
	float:right;
}

#search input.searchbox {
	border:none;
	background-color:#222;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	width:130px;
	margin:9px 0 0 10px;
}

#search a img {
	margin-top:7px;
}


ul.nav {
	margin:0;
	padding:0;
}

.buttons {
	list-style:none;
	margin:0;
}

.buttons li {
	margin:0;
	display:inline;
	float:left;
}

.buttons li a {
	background:url(/images/img_menubtnbkgrnd-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li a:hover {
	background:url(/images/img_menubtnbkgrnd-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.firstbtn a {
	background:url(/images/img_menubtnbkgrndfirst-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:102px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.firstbtn a:hover {
	background:url(/images/img_menubtnbkgrndfirst-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:102px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.cartbtn a {
	background:url(/images/img_menubtnbkgrndcart-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.cartbtn a:hover {
	background:url(/images/img_menubtnbkgrndcart-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.lastbtn a {
	background:url(/images/img_menubtnbkgrndlast-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.lastbtn a:hover {
	background:url(/images/img_menubtnbkgrndlast-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

/************************
LH Navigation
************************/

.phonenav {
	list-style:none;
	margin:0;
	width:173px;
}

.phonenav li {
	margin-left:10px;
	float:left;
}

.phonenav li a {
	float:left;
	height:19px;
	width:172px;
	text-decoration:none;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

.phonenav li a:hover {
	background:url(/images/img_phonenavbkgrnd-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:19px;
	width:172px;
	text-decoration:none;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:10px;
}

.phonenav li.selected a {
	background:url(/images/img_phonenavbkgrnd-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:19px;
	width:172px;
	text-decoration:none;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:10px;
}

/************************
************************/

#newsletterform {
	width:170px;
}

.newsletter {
	background:url(/images/img_inputfield.png);
	background-repeat:no-repeat;
	width:165px;
	float:right;
	height:34px;
	float:right;
	margin-bottom:5px;
}

.newsletter input.inputfield {
	border:none;
	background-color:#fff;
	color:#9fd9e9;
	font-size:10px;
	font-weight:bold;
	width:115px;
	margin:9px 0 0 27px;
}

/************************


/************************
BOX
************************/

.box {
	width:193px;
	margin-right:7px;
	margin-bottom:7px;
	height:auto;
	float:left;
	
}

.box-top {
	background:url(/images/box-top.png);
	background-repeat:no-repeat;
	width:193px;
	height:7px;
	line-height:7px;
	float:left;
}

.box-bottom {
	background:url(/images/box-bottom.png);
	background-repeat:no-repeat;
	width:193px;
	height:7px;
	line-height:7px;
	float:left;
}

.logout-box { 
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 6px;
}
.logout-box a {
    color: #FFFFFF;
    
}

/* Additional styles - matt */

.potm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.potm-h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #004A5E;
}

.potm-h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.potm-features {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: #004A5E;
}

/* postcode dropdown styles - matt@ 28/04/09 */


.ac_menu
{
        border:1px solid black
}
.ac_normal
{
	background-color:#ffffff;
        cursor:pointer;
	white-space: nowrap;
	overflow: hidden;
}

.ac_highlight
{
        background-color:#3366cc;
	color:white;
        cursor:pointer;
	white-space: nowrap;
	overflow: hidden;
}
.ac_normal .a
{
        font-size:11px;
        color:black;
	white-space: nowrap;
	overflow: hidden;
}
.ac_highlight .a
{
	font-size:11px;
	white-space: nowrap;
	overflow: hidden;
}


/*-- bubble tooltip [matt] - 19/06/09 -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#000000;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:25;
	color: #666666;
	background:#FFFFFF;}
	
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:90px;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
	text-align: center;
	/*filter: alpha(opacity:90);*/
	/*KHTMLOpacity: 0.90;*/
	/*MozOpacity: 0.90;*/
	opacity: 0.90;
	font-size: 9px;
	font-weight: normal;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #61BC45;
    background: url(/images/bubble.gif) no-repeat bottom;
}

.rrp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

a
{
	margin: 0;
	border: 0;
	padding: 0;
	color: #0A617D;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #0A617D;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000000;}
	
a.potmlink
{
	margin: 0;
	border: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.potmlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.potmlink:hover
{
	text-decoration: underline;
	color: #FFD487;}
	
	
body {
	background:#3aa6c5 url(/images/bg.jpg) top repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1.5em;
	font-weight:normal;
	font-variant:normal;
}

a {
	text-decoration: none;
}

a img {
	border:0;
}

p {
	margin:0 0 10px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	width:100%;
	clear:both;
	line-height:1px;
}



h2 {
	font-size:1.2em;
	font-weight:bold;
}

h2.white {
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}

#container {
	margin:auto;
	width:910px;
}

/************************
HEADER
************************/

#header {
	height:103px;
	width:100%;
}

#logo {
	background:url(/images/logo.png) no-repeat;
	width:486px;
	float:left;
	height:78px;
	margin-top:10px;
}

#m2group_home {
	background:url(/images/m2group.png) no-repeat;
	height:21px;
	width:154px;
	float:right;
	margin-top:40px;
}

/************************
Main Navigation
************************/

#nav {
	background:url(/images/img_menubkgrnd.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:34px;
	text-align:left;
	margin:0 0 14px 0;
}

#navlinks {
	width:730px;
	color:#f00;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
}

#search {
	background:url(/images/img_search-black.jpg);
	background-repeat:no-repeat;
	width:180px;
	float:right;
	height:34px;
	float:right;
}

#search input.searchbox {
	border:none;
	background-color:#222;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	width:130px;
	margin:9px 0 0 10px;
}

#search a img {
	margin-top:7px;
}

ul.nav {
	margin:0;
	padding:0;
}

.buttons {
	list-style:none;
	margin:0;
}

.buttons li {
	margin:0;
	display:inline;
	float:left;
}

.buttons li a {
	background:url(/images/img_menubtnbkgrnd-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li a:hover {
	background:url(/images/img_menubtnbkgrnd-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.firstbtn a {
	background:url(/images/img_menubtnbkgrndfirst-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:102px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.firstbtn a:hover {
	background:url(/images/img_menubtnbkgrndfirst-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:102px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.cartbtn a {
	background:url(/images/img_menubtnbkgrndcart-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.cartbtn a:hover {
	background:url(/images/img_menubtnbkgrndcart-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.lastbtn a {
	background:url(/images/img_menubtnbkgrndlast-off.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#3b3b3b;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

.buttons li.lastbtn a:hover {
	background:url(/images/img_menubtnbkgrndlast-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:100px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding-top:8px;
}

/************************
LH Navigation
************************/

.phonenav {
	list-style:none;
	margin:0;
	width:173px;
}

.phonenav li {
	margin-left:10px;
	float:left;
}

.phonenav li a {
	float:left;
	height:19px;
	width:172px;
	text-decoration:none;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

.phonenav li a:hover {
	background:url(/images/img_phonenavbkgrnd-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:19px;
	width:172px;
	text-decoration:none;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:10px;
}

.phonenav li.selected a {
	background:url(/images/img_phonenavbkgrnd-on.jpg);
	background-repeat:no-repeat;
	float:left;
	height:19px;
	width:172px;
	text-decoration:none;
	text-align:left;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:10px;
}

/************************
************************/

#newsletterform {
	width:170px;
}

.newsletter {
	background:url(/images/img_inputfield.png);
	background-repeat:no-repeat;
	width:165px;
	float:right;
	height:34px;
	float:right;
	margin-bottom:5px;
}

.newsletter input.inputfield {
	border:none;
	background-color:#fff;
	color:#9fd9e9;
	font-size:10px;
	font-weight:bold;
	width:115px;
	margin:9px 0 0 27px;
}

/************************
************************/

#column-left {
	width:198px;
	float:left;
	margin-bottom:10px;	
	overflow:visible;
}

#column-right {
	width:700px;
	overflow: hidden;
	height:auto;
	float:right;	
	margin-bottom:10px;
}

#feature {
	width:700px;
	margin-bottom:7px;
}

#main {
	width:700px;
	height:auto;
	
}

#main-top {
	width:700px;
	height:14px;
	background:url(/images/main-top.png) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}

#main-content {
	background:url(/images/main-bg.png);
	background-repeat: repeat-y;
	width:660px;
	height:auto;
	padding:10px 20px 10px 20px;
	margin: 0px;
	float: left;	
}

#main-bottom {
	width:700px;
	height:14px;
	background:url(/images/main-bottom.png) no-repeat;
	float: left;
}


	

/************************
FOOTER
************************/

#footer {
	clear:both;
	width:100%;
	height:50px;
	margin-top:20px;
	padding-top:20px;
	font-size:.8em;
	color:#beeefb;
	line-height:1.5em;
}

#footer a      { font-size: 12px; } 
#footer a:link { color:#beeefb; } 
#footer a:visited { color:#4d7b87; } 
#footer a:hover { color:#beeefb; }
#footer a:active { color:#beeefb; } 

/************************
BOX
************************/

.box {
	width:193px;
	margin-right:7px;
	margin-bottom:7px;
	height:auto;
	float:left;
	
}

.box-top {
	background:url(/images/box-top.png);
	background-repeat:no-repeat;
	width:193px;
	height:7px;
	line-height:7px;
	float:left;
}

.box-bottom {
	background:url(/images/box-bottom.png);
	background-repeat:no-repeat;
	width:193px;
	height:7px;
	line-height:7px;
	float:left;
}

.box-content {
	background:url(/images/box-bg.png);
	width:173px;
	height:auto;
	padding:5px 10px 5px 10px;
	float:left;
}


#clientAccount #mobileInfo {
    margin: 5px;
    height: auto;
    border: 1px solid #D8DDE3;
    width: 35%;
    float: left;
    text-align: left;
}

#clientAccount .simple_info tr,
#clientAccount .simple_info td
{
    /* hide these borders */
    border: 1px white solid;
}

#clientAccount #orderList .title, #clientAccount #subscriptionOrderList .title {
    text-align: left;
    margin: 5px;
}

#clientAccount #orderList, #clientAccount #subscriptionOrderList {
    border: 1px solid #D8DDE3;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#clientAccount #creditInformation thead th{
    color: #FFFFFF;
    background-color: #878787;
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    height: 25px;
}

#clientAccount #creditInformation tbody tr td {
    border-top: 1px solid #D8DDE3;
    padding: 3px;
    text-align: left;
}

#clientAccount #creditInformation .buttons {
    text-align: right;
}

#clientAccount #creditInformation thead tr th a {
    color: #FFFFFF;
}

#clientAccount #creditInformation thead tr th a:hover {
    color: #FFFFFF;
}

#clientAccount #creditInformation {
    margin: 5px;
    float: left;
    border: 1px solid #D8DDE3;
    height: auto;
    width: 481px;
    text-align: left;
}


#clientAccount #creditInformation table {
    width: 98%;
    margin: 5px;
    border-collapse: collapse;
    border-top: 1px solid #D8DDE3;
    text-align: left;
}

#clientAccount #creditInformation table thead th {
    text-align: left;
    font-weight: bold;
}

#clientAccount #creditInformation table tbody {
    text-align: left;
    border-bottom: 1px solid #D8DDE3;
    border-top: 1px solid #D8DDE3;
    padding: 2px;
}

#creditDetails
{
    width: 200px;
    float: left;
}

#creditTransactions
{
    width: 400px;
    float: left;
}



.site-seal {
	background:url(/images/box-bg.png);
	background-repeat:repeat;
	width:173px;
	height:auto;
	padding:5px 10px 5px 10px;
	float:left;
}


#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {
	color: #FFFFFF;
	background-color: #42aacd;
	text-align: left;
	padding:5px;
	font-weight: bold;
}

#customerLogin #existingCustomer {
    height: 230px;
    width: 300px;
    clear: left;
    float: left;
}

#customerLogin #newCustomer {
    height: 230px;
    width: 300px;
}

#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {
	color: #FFFFFF;
	background-color: #42aacd;
	text-align: left;
	padding:5px;
	font-weight: bold;
}


#productDetail #qtyPricing .hdr-title-left {
	float: left;
	color: #FFFFFF;
	background-color: #42aacd;
	background-image: url(/images/boxtop.png);
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 60px;
}

#productDetail #qtyPricing .hdr-title-right {
	float: left;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 150px;
	background-image: url(/images/boxtop.png);
}

#productDetail .hdr-title {
	float: left;
	color: #FFFFFF;
	background-image: url(/images/boxtop.png);
	text-align: left;
	font-weight: bold;
	padding: 5px;
	width: 98%;
}

#checkoutConfirm .hdr-title {
	color: #FFFFFF;
	background-image: url(/images/boxtop.png);
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

.submitOrder {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    text-align: center;
}

#checkoutComplete .hdr-title {
	font-size: 105%;
	font-weight: bold;
	line-height: 20px;
}

#clientAccount .hdr-title {
	color: #FFFFFF;
	background-image: url(/images/boxtop.png);
	text-align: left;
	padding:5px;
	font-weight: bold;
}

#vendorAccount .hdr-title {
	color: #FFFFFF;
	background-image: url(/images/boxtop.png);
	text-align: left;
	padding:5px;
	font-weight: bold;
}

/* begin client account hacks matt 7/8/9 */

#clientAccount {
	text-align: left;
	width: 500px;
	margin: 5px;
}

#clientAccount h2 { }

#clientAccount .section {
	height: 40px;
	float: left;
	clear: left;
	width: 65%;
}

#clientAccount .logout {
	height: 40px;
	float: right;
	vertical-align: bottom;
}

#clientAccount .logout a {
	padding-right:12px;
}

#clientAccount .logout a:hover { }

#clientAccount #billInfo a {
    /* color: #FFFFFF; */
}

#clientAccount #billInfo,
#clientAccount #shipInfo {
   float: left;
   width: 235px;
   height: 180px;
}



#clientAccount #shipInfo a {
	/* color: #FFFFFF; */
}

#clientAccount #paymentInfo {
    border: none;
    width: 500px;
}

#clientAccount #subscriptionBillInfo {
	margin: 5px;
	border: 1px solid #42aacd;
	float: left;
	clear: left;
	text-align: left;
}

#clientAccount #subscriptionShipInfo {
	margin: 5px;
	border: 1px solid #42aacd;
	text-align: left;
	float: left;
}

#clientAccount #subscriptionPaymentInfo {
	margin: 5px;
	border: 1px solid #42aacd;
	height: auto;
	width: 230px;
	float: left;
	clear: left;
	text-align: left;
}

#clientAccount #orderDetails {
	margin: 5px;
	float: left;
	clear: left;
	border: 1px solid #42aacd;
	width: 483px;
	border-collapse: collapse;
}

#clientAccount #orderDetails .list {
	border: 1px solid #42aacd;
	height: 22px;
	
}

#clientAccount .hdr-title {
	color: #FFFFFF;
	background-image: url(/images/boxtop.png);
	text-align: left;
	padding:5px;
	font-weight: bold;
	white-space:nowrap;
}

#clientAccount .body {
	padding: 5px;
}

#clientAccount #orderList .title, #clientAccount #subscriptionOrderList .title {
	text-align: left;
	margin: 5px;
}

#clientAccount #orderList, #clientAccount #subscriptionOrderList {
	border: 1px solid #42aacd;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#clientAccount #orderList thead th, #clientAccount #subscriptionOrderList thead th {
	color: #FFFFFF;
	background-image: url(/images/boxtop.png);	text-align: left;
	vertical-align: middle;
	padding: 3px;
	height: 25px;
}

#clientAccount #orderList tbody tr td, #clientAccount #subscriptionOrderList tbody tr td {
	border-top: 1px solid #42aacd;
	padding: 3px;
	text-align: left;
}

#clientAccount #orderList .buttons, #clientAccount #subscriptionOrderList .buttons {
	text-align: right;
}

#clientAccount #orderList thead tr th a, #clientAccount #subscriptionOrderList thead tr th a {
	color: #FFFFFF;
}

#clientAccount #orderList thead tr th a:hover, #clientAccount #subscriptionOrderList thead tr th a:hover {
	color: #FFFFFF;
}

#clientAccount #orderList, #clientAccount #subscriptionOrderList {
	margin: 5px;
	float: left;
	border: 1px solid #42aacd;
	height: auto;
	width: 96%;
	text-align: left;
}

#clientAccount #orderList table, #clientAccount #subscriptionOrderList table {
	width: 100%;
	margin: 5px;
	border-collapse: collapse;
	border-top: 1px solid #42aacd;
	text-align: left;
}

#clientAccount #orderList table thead th, #clientAccount #subscriptionOrderList table thead th {
	text-align: left;
	font-weight: bold;
}

#clientAccount #orderList table tbody, #clientAccount #orderList table tbody tr td, #clientAccount #subscriptionOrderList table tbody, #clientAccount #subscriptionOrderList table tbody tr td {
	text-align: left;
	border-bottom: 1px solid #42aacd;
	border-top: 1px solid #42aacd;
	padding: 2px;
}

#clientAccount #orderList .outOfStock {
	background-color: #FF4040;
}

#clientAccount #orderList .exceedingStock {
	background-color: #FFFF80;
}

#clientAccount #myAccount {
	margin: 5px;
	border: none;
	height: auto;
	width: 250px;
	float: left;
	text-align: left;
}

#clientAccount #pageNote, #clientAccount .pageNote {
	text-align: left;
	clear: left;
	font-size: 11px;
}

#clientAccount #clientAccount .body { }

#clientAccount .all-link {
	margin: 5px;
}

#clientAccount .links {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
}

#clientAccount .buttons {
	clear: left;
	float: left;
	padding-top: 15px;
	padding-left: 3px;
	width: 100%;
}

#clientAccount #otherStats { }

#clientAccount .points {
	padding-left: 3px;
	clear: left;
	float: left;
}

#clientAccount .pagination {
	float: right;
	padding-left: 3px;
	padding-top: 13px;
	height: 22px;
	width: auto;
}

#clientAccount .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#clientAccount .pagination a:hover {
	color: #000000;
	text-decoration: none;
}

#clientAccount .myerror {
	clear: left;
	float: left;
}

#clientAccount .adminFile {
	float: left;
	clear: left;
	margin-left: 5px;
	margin-top: 10px;
}

#clientAccount #outOfStock {
	float: left;
	clear: left;
	color: #FF0000;
}

#clientAccount #exceedingStock {
	float: left;
	clear: left;
	color: #FF0000;
}

#clientAccount hr {
	clear: left;	
}
/* end clientAccount */

/* begin view cart hacks matt 7/8/9 */


#viewCart {
	text-align: left;
	margin: 5px;
	width: 500px;
}

#viewCart h2 { }

#viewCart p {
	height: auto;
	text-align: left;
}

#viewCart #pageNote {
	height: auto;
	text-align: left;
}

#viewCart #pageError {
	border: 1px solid #42aacd;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
}

#viewCart #cartItems {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartItems thead tr th {
	color: #FFFFFF;
	background-image: url(/images/boxtop.png);
	text-align: left;
	font-weight: bold;
	height: 22px;
	font-size: 12px;
}

#viewCart #cartItems tbody tr td {
	border-bottom: 1px solid #42aacd;
	text-align: left;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#viewCart #cartItems .cartError {
	background-color: #FF4040;
}

#viewCart #cartItems .normal {
	background-color: yellow;
}

#viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}


#viewCart #cartInfo {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartNumItems {
	width: 150px;
	padding-top: 8px;
	height: 35px;
	float:left;
	clear:left;
	text-align: left;
}

#viewCart #cartCoupon {
	height: 35px;
	width: auto;
	text-align: left;
	float:left;
	clear: left;
}

#viewCart #cartAmounts {
	padding-top: 8px;
	margin-bottom: 8px;
	float: right;
	text-align: right;
}

#viewCart #cartAmounts .field-link {
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
	vertical-align: bottom;
}

#viewCart #cartAmounts .field-price {
	text-align: right;
	font-weight: bold;
	height: 18px;
	padding: 2px;
}

#viewCart #cartAmounts .field-label {
	text-align: left;
	height: 18px;
	clear: left;
	float: left;
	padding: 2px;
}

#viewCart #cartButtons {
	clear: both;
	float: left;
	margin-top: 25px;
	width: 100%;
	text-align: left;
}

#viewCart #gatewayButtonsContainer {
	width: 500px;
	height: 50px;
}

#viewCart #gatewayButtonsContainer .gatewayButtons {
	float: right;
	height: 50px;
}

#viewCart #crossSell {
	border-top: 1px dotted #42aacd;
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
	padding-top: 5px;
	margin-top: 15px;
}

#viewCart #crossSell .content-even {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .content-odd {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

#viewCart #crossSell .title a {
	color: #C50024;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#viewCart #crossSell .title a:hover {
	text-decoration: none;
}

#viewCart #crossSell .photo{
	text-align: center;
}

#viewCart #crossSell .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#viewCart #crossSell .details .detailsBtn {
	background:url(/images/button-moreinfo.jpg) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#viewCart #crossSell .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#viewCart #crossSell .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end view cart */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:192px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:172px;
	margin:0 10px;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
	font-size:10px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	z-index:999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:172px; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:172px; /* match ul width */
	top:0;
}

/*** SKIN ***/
.sf-menu {	
	float:left;
	font-size:10px;
}
.sf-menu li a {
	overflow:hidden;
	font-size:10px;
}	
.sf-menu li.divider {
	margin:0 10px;	
}
.sf-menu a {
	display:block;
	height:19px;
	line-height:16px;
	padding:0 10px;
	text-decoration:none;
	font-size:10px;
}

.sf-menu p {
	display:block;
	height:19px;
	line-height:16px;
	padding:0 10px;
	text-decoration:none;
	font-size:10px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}
.sf-menu ul {
	background:url(/images/submenu_bottom.png) left bottom no-repeat;
	padding:0 0 10px 0;
}

.sf-menu li.title {
	color:#ffffff;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:-12px 0 0 0;
	padding:0 30px;
	width:152px;
}

.sf-menu li.subtitle {
	background:url(/images/submenu_top.png) left top no-repeat;
	color:#93c1d1;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:41px;
	line-height:41px;
	margin:-12px 0 0 0;
	padding:0 20px;
	width:152px;
}
.sf-menu a:hover {
	background:url(/images/img_phonenavbkgrnd-on.gif) no-repeat;	
}
.sf-menu li.selected a {
	background:url(/images/img_phonenavbkgrnd-on.gif) no-repeat;	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:6px;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('/images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:3px;
	background-position:0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position:-10px 0; /* arrow hovers for modern browsers*/
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:172px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:172px; /* match ul width */
	top:0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position:-10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position:0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

