﻿.accountBox
{
	border: 1px solid #6DA2DF;	
	margin-bottom: 10px;
	padding: 0 5px;
}
.accountBox p
{
	font-size: 14px;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	background: url(customimages/accountArrow.jpg) no-repeat left center;
	padding: 5px 0px 0px 35px;
	min-height: 60px;
	margin: 0;
}
.accountBoxAlert
{
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	margin-bottom: 10px;
	padding: 0 5px;
}
.accountBoxAlert p
{
	font-size: 14pt;
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background: url(customimages/accountAlertArrow.jpg) no-repeat left;
	padding: 5px 5px 5px 35px;
	
	margin: 0;
}
.accountLink, .accountLink:link, .accountLink:visited, .accountLink:active
{
	color: #6DA2DF;
	font-weight: bold;
	text-decoration: none;
	font-family: Calibri, Arial;
	font-size: 14px;
}
.product-access-grid-button {
	padding: 7px 10px 6px 10px;
}
.product-access-grid-button-wrapper {
	margin-bottom: 15px;
}
.product-access-show-dropdown {
	margin-bottom: 15px;
}
.product-access-available-images-left {
	margin: 5px 5px 5px 0;
	max-width: 120px;
}
.product-access-available-images-right {
	margin: 5px;
	max-width: 120px;
}
/*************************************** topic tabber styles *******************************************/
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide
{
    display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin: 0px 0px 0px 0px;   
    height: 26px;
	display: inline-block;
	padding-left: 0;
}

ul.tabbernav li
{
    list-style: none;
    margin-left: 5px;
    display: inline-block;
    height: 26px;
    
}
ul.tabbernav li:first-child
{
	margin:0px;
}
ul.tabbernav li a
{
	background: url(customimages/tabOffBg.jpg) repeat-x left top;
    padding: 3px 15px;
	height: 26px;
	line-height:26px;
	border:none;
	color: #fff;
}

ul.tabbernav li a:link
{
    color: #fff;
}
ul.tabbernav li a:visited
{
    color: #fff;
}

ul.tabbernav li a:hover
{
	color: #000;
}
ul.tabbernav li.tabberactive
{
	
}
ul.tabbernav li.tabberactive a
{
	background: url(customimages/horizNavBg2.jpg) repeat-x left top;
	height: 26px;
	line-height:26px;
	border:none;
	color: #fff;
}

ul.tabbernav li.tabberactive a:hover
{
    color: #000;
}

.tabp
{
    line-height: 1.3em;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive
{
	
}
.tabberlive .tabbertab
{
	border: 1px solid #bdecf6;
	padding: 20px;
   /* If you don't want the tab size changing whenever a tab is changed     you can set a fixed height */ /* height:200px; */ /* If you set a fix height set overflow to auto and you will get a     scrollbar when necessary */ /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2
{
    display: none;
}
.tabberlive .tabbertab h3
{
    display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1
{
}
.tabberlive#tab2
{
}
.tabberlive#tab2 .tabbertab
{
    height: 200px;
    overflow: auto;
}

/*************************************** end topic tabber styles *******************************************/

.privacy-policy-contact {
	padding: 10px;
}