﻿.CartButton 
{
    cursor:pointer;
}

.CommonContextMenuGroup
{
	background-color:#ffffff;
	border:solid 1px gray; 
	font-weight: bold;
}

.CommonContextMenuItem
{
	background-color:white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:10pt; 
	font-weight:bold;
	border:solid 1px white; 
	cursor:pointer;
}

.CommonContextMenuItemHover
{
	background-color:silver; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:10pt; 
	font-weight:bold;
	border:solid 1px gray; 
	cursor:pointer;
}

.CommonContextMenuItemExpanded
{
	background-color:silver; 
	color:black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:10pt; 
	font-weight:bold;
	border:solid 1px white; 
	cursor:pointer;	
}

.CommonImageTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	color: #333333;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton
{
	display: inline-table; 
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	color: #333333;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK
{
	text-decoration: none;
	color: #333333;
}

.CommonButtonInnerContentDown
{
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}

.TopGroup 
{
 z-index:99;
 position: relative; 
 padding-top: 10px;  
}

.DefaultTab 
{
  color:black; 
  background-image: url('../../utility/caimages/tabs/tab_bg.gif');
  font-size:8pt; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url('../../utility/caimages/tabs/hover_tab_bg.gif');
  font-size:8pt; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url('../../utility/caimages/tabs/selected_tab_bg.gif');
  font-size:9pt; 
  cursor:default;
}

.ProductTopGroup 
{
 z-index:99;
 position: relative; 
 padding-top: 5px;  
 margin-left:10px;
}

.DefaultProductTab 
{
  color:black; 
  background-image: url('../../utility/tabs/tab_bg.gif');
  font-size:8pt; 
  cursor:default;
}

.DefaultProductTabHover 
{
  color:black; 
  background-image: url('../../utility/tabs/hover_tab_bg.gif');
  font-size:8pt; 
  cursor:pointer;
}

.SelectedProductTab 
{
  color:black; 
  background-image: url('../../utility/tabs/selected_tab_bg.gif');
  font-size:9pt; 
  font-weight:bold;
  cursor:default;
}

.ProductPages
{
  overflow:visible;
  position:relative;
  padding:10px;
  top:-3px;
  left:2px;
  z-index:98;
  border: 1px solid #c5bfaf;
  width:682px;
  
  background : url(images/common/box-cont-bg.gif) repeat-x left 1px;
    background-color:White;
}

.MultiPage
{
  background-color:White;
  overflow:visible;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
  border: 1px solid #919B9C;
  width:650px;
  height:200px;
}

.PageContent
{
    margin-top: 5px;
}

.ProductPageContent
{
    margin-top: 5px;
}
