/* =============================================
    CSS STYLES FOR SELLINGPOINT SITE 
    v6.0, 4/2010
   =============================================
*/

.SideBar
{
	background-color: #F1F1F1;
}

.SideBarTrim
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

.SideBarNavigationTitle
{
    width:100%;
    border: 0 none #ece9d8;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    background-color: #F1F1F1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.7em;
	text-decoration: none;
	font-weight:bold;
	height:15px;
}

.SideBarCategoriesTitle
{
    width:100%;
    border: 0 none #ece9d8;
    padding: 5px 0 5px 0;
    margin-bottom: 3px;
    margin-top:10px;
    background-color: #F1F1F1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.7em;
	text-decoration: none;
	font-weight:bold;
	height:15px;
}

.PageTitleBar
{
    width:100%;
    border: 0 none #ece9d8;
    padding: 5px 0 5px 5px;
    margin-bottom: 15px;
    background-color: #F1F1F1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.825em;
	text-decoration: none;
	font-weight:bold;
	height:15px;
}

.ProductTitleBar
{
	background-color: #F1F1F1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.ProductTitleBarLinks, a.ProductTitleBarLinks, a:link.ProductTitleBarLinks, a:visited.ProductTitleBarLinks
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

.ProductTitleBarText
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a:hover.ProductTitleBarLinks
{
	text-decoration: underline;
}

.ProductOptions
{
	background-color: #eeeeee;
	border: 1px solid #999999;
	border-collapse: collapse;
}

.ProductOptionsLabelText
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

.ErrorText
{
	color: red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
}

.ProductDescription, a.ProductTitleBarLinks, a:link.ProductTitleBarLinks, a:visited.ProductTitleBarLinks
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

.ProductListingName, a.ProductTitleBarLinks, a:link.ProductTitleBarLinks, a:visited.ProductTitleBarLinks
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a:hover.ProductListingName
{
	text-decoration: underline;
}

.ProductListing
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

a.MainNavigationLinks, a:link.MainNavigationLinks, a:visited.MainNavigationLinks
{
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
}

a:hover.MainNavigationLinks
{
	text-decoration: underline;
}

a.MainNavigationLinksSelected, a:link.MainNavigationLinksSelected, a:visited.MainNavigationLinksSelected
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
}

a:hover.MainNavigationLinksSelected
{
	text-decoration: underline;
}

.MainNavigationLinkBackgroundSelected
{
    background-color:#808080; 
}

.MainNavigationLinkBackground
{
    background-color:inherit; 
}

.HeadingText
{
	color: #0066CC;
	font-size: 1.225em;
}

.NormalText
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 0.825em;
}

.MainBody
{
    margin:15px;
}

a:link
{
	color: rgb(0,0,0);
}

a:visited
{
	color: rgb(0,0,0);
}
a:active
{
	color: rgb(204, 153, 0);
}
html
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #E0D4BA;
	color: rgb(0,0,0);
	height: 100%;
	min-height: 100%;
	margin: 10px 50px 10px 50px;
	padding: 0;
	border: none;
}
#wrapper
{
	height: 100%;
	padding: 0;
	border: none;
}
#MainBody
{
	height: 100%;
	padding: 0;
	border: none;
}

#pagecontainer
{
	position: relative; /* needed for footer positioning*/
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
}
#container
{
	position: relative;
	width: 100%;
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
}

#left_col
{
	width: 145px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	min-height: 100%; /* real browsers */
	padding: 0em 0em 5em 0em; /* bottom padding for footer */
}
#page_content
{
	margin-left: 145px;
	padding: 0em 0em 5em 0em; /* bottom padding for footer */
}
#footer
{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.CartListHead
{
	background-color: #E1ECFC;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.CartListItem
{
	background-color: #ffffff;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
}

.CartListItemAlt
{
	background-color: #f2f2f2;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
}

.CartListFooter
{
	background-color: #E1ECFC;
	line-height: 10pt;
}

.FolderCaption
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

/* ==================================
    CSS STYLES FOR TABS 
    v1.5, 2/2007
   ==================================
*/

.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(../images/tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(../images/hover_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  text-decoration: underline;
  cursor:pointer;
}

.SelectedTab 
{
  color:black; 
  background-image: url(../images/selected_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.DisabledTab 
{
  color:#AAAAAA; 
  background-image: url(../images/tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.PageContent
{
	padding: 10px 10px 10px 10px;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:550px;
  height:200px;
  position:relative;
  z-index:98;
}
.DownloadListBullet
{
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
}
.DownloadListBullet li
{
	padding: 5px 20px;
	background:transparent url('../images/Download16g.gif') 0px 7px no-repeat;
}
.DownloadListCaption
{
	font-style: italic;
}
.PictureListBullet
{
	margin-left: 15px;
	padding-left: 15px;
	list-style-image: url(../images/BD14656_.gif);
}
.PictureListBullet li
{
	margin-top: 5px;
}
.PictureListCaption
{
	font-style: italic;
}
.ViewAsSlideShow
{
	padding: 5px 20px;
	background:transparent url('../images/photos.png') left no-repeat;
	display: block;
}
.CheckOutCollapsePanel
{
	overflow:hidden;
	height:0px;
}
.CheckOutCollapsePanelHeader
{
	cursor:pointer;
	font-weight:bold;
	color:#0066CC;
	background-color:#E1ECFC;
	border: solid 1px gray;
	padding-left: 5px;
	vertical-align: middle;
}
