.welcomePanel {
  position:absolute;top:3px;
  width:755px;
  height:21px;
  text-align:right;
  font-size: .8em;
  float: right;
  padding-right: 5px;
  
}

.loginView img {
  vertical-align: middle; 
}

/*this is default page style*/
#leftContent {
  width: 177px;
  float: left;
  /*border: 1px solid fuchsia;*/
}

#mainContent{
  margin-left: 0px;
  /*width:755px;*/
  /*border: 1px solid green;*/
}

#footer {
  clear: both;  
}

#twoColumnLeftContent {
  width: 179px;
  float: left;
  /*border: 1px solid red;*/
}

#twoColumnMainContent 
{
  position:relative;
  margin-left: 180px;
  background: url(images/h_bar340x8.gif) repeat-x;/**/
  /*border: 1px solid blue;*/
}

#threeColumnLeftContent {
  width: 179px;
  height: 660px;
  float: left;
  /*border: 1px solid black;*/
}

#threeColumnMainContent {
  margin-left: 0px;
  margin-right: 0px;
  background: url(images/h_bar340x8.gif) repeat-x;/**/
  /*border: 1px solid red;*/
}

#threeColumnRightContent {
  width: 236px;
  height:0px; 
  float: right;
  visibility:hidden ;
  /*border: 1px solid yellow;*/
}

#centercontent {
  position: relative;
  left: 37%;  
}

#site_centercontent {
  position: relative;
  border: 1px solid rgb(255,255,255);
  padding: 5px;
}

.contentMenu
{
	margin-bottom:0px;
	/*background: url(images/mainMenu.jpg) repeat-x;*/
}

.categoryMenu {
  margin-bottom: 0px;
  width: 100%;
    
}

.catalogListing 
{

  vertical-align :top;
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalogListing td {
}

.productBox 
{
  position:relative;
  border: 1px solid #C0C0C0;
  height: 160px;/*280*/
  width: 282px;/*183*/
  margin-right: 1px;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-top: 2px;
  text-align: left;
}

.productImageContainer {
  /*height: 100%;160*/
  /*width:100% ;127px175*/
  float:left;
  /*vertical-align:text-top;*/
  text-align:left;
}

.productImage 
{
   	
}
.productDescriptionContainer
{
	float:right;
	width:155px;
}
.productName {
  color: #024A76;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}

.catalogProductName {
  color: #024A76;
  font-size: .7em;
  font-weight: bold;
  text-align: left;
}
.catalogShortDescription 
{
  color: #000000; /*024A76 comes from short description on admin product short description */
  font-size: .6em;
  font-weight: 300;
  text-align: left;
  }
.retailPrice {
  font-size: 1.0em;
  font-weight: bold;
  color: #5C5C5C;
  text-decoration: line-through;
  margin-right: 5px;
}

.retailPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #5C5C5C;

}

.ourPrice {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222; 
}

.ourPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222; 
}

.sampleChart 
{ 
  margin-left:3px;
  text-decoration:underline;
  text-align :center;
  color:Navy;/*#5C5C5C;*/
  font-size: .7em;
  font-weight: bold;
  
  
}

.attributeLabel 
{
  color:Navy;/*#5C5C5C;*/
  font-size: .9em;
  font-weight: bold;
}

.attributeDropdownList {
  font-size: .7em;
  width: 150px;
  color: #5C5C5C;
  margin-top: 5px;
}
.attributeRadioButtonList {
  font-family: Tahoma,Arial,Sans-Serif;
  font-size: .7em;
  font-weight: bold;
  width: 400px;
  color: Black;/*#5C5C5C;*/
  margin-top: 5px;
}

.imageBox {
  border: 1px solid #C0C0C0;/**/
  padding: 5px;
}

.averageRating {
  font-size: .8em;  
}

.rating {
  margin-left: 2px;
  margin-right: 2px;
}

.rating fieldset {
  border: 0px;  
}

.rating fieldset legend {
  position: relative;
  font-size: .8em;
  left: -10px;
}

.rating fieldset span {
  left: 100px;
  top: -14px;
}


.ratingStar {
  width: 13px;
  height: 12px;
  text-align: center;
  cursor: pointer;
}

.emptyStar {
  background-image: url(images/icons/emptystar.gif);
}

.filledStar {
  background-image: url(images/icons/filledstar.gif);
}

.waitingStar {
  background-image: url(images/icons/savedstar.gif);
}

.breadcrumbs {
  font-size: .8em;
  margin-bottom: 5px;
}

.paging {
  position: relative;
  height: 30px;
  display: inline;
  background: transparent;
}


.pagingLeft {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_left.gif) no-repeat;
  height: 30px;
  float: left;
}

.pagingMid {
  position: relative;
  display: inline;
  height: 30px;
  background: url(images/pagingbg.gif) repeat-x;
  float: left;
  width: 96.6%;
  font-size: .8em;
  padding: 5px;
  text-align: center; 
}

.pagingRight {
  position: relative;
  width: 5px;
  display: inline;
  background: url(images/pagingbg_right.gif) no-repeat;
  height: 30px;
  float: left;
}

.links {
  position: relative;
 /* left: -60px;*/
  float: right;
  top: 3px;
}

.totals {
  color: #024A76;
  font-size: 1.4em;
  font-weight: bold;
  float: left; 
  /*margin-top: 2px; */
}

.links a {
  padding: 3px;
  border: 1px solid transparent;
  color:  white;/*#0066A6*/
  text-decoration: none;
}

.links a:hover {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #CCC;
  background-color: #FFF;
  color:  white;/*#0066A6*/
}

.links a:visited {
  padding: 3px;
  color:  white;/*#0066A6*/
  text-decoration: none;
}

.categoryImage {
}

.widget {
  font-size: .8em;
  margin-bottom: 20px;
}

.widget fieldset legend {
  font-size: .9em;
}

.imageCell {
  width: 175px;
  vertical-align: top;
 
}

.attribute {
  font-size: .7em;  
}

.addToCart fieldset {
  height: 150px;
}

.addToCart fieldset #buttonGroup {
  vertical-align: bottom;  
}

.cartSubTotal {
  width: 96%;
  height:30px;
  vertical-align: bottom;
  /*border: 1px solid #C0C0C0;*/
  padding-top: 5px;
   
  background-color: #EBEBEB;/*006699*/
  background: url(images/h_bar340x8.gif) repeat-x;
}
.cartCheckOut
{
  width: 100%;
  height:30px;
  vertical-align: bottom;
  /*border: 1px solid #C0C0C0;*/
  padding-top: 10px;  
  background-color: #ffffff;/*006699*/	
}


.itemRow {
}

.itemSku {
  width: 12%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemName {
  width: 50%;
  text-align: left;
  font-size: .8em;
  vertical-align: top;  
}

.itemName1 {
  width: 50%;
  text-align: left;
  font-size: .8em;
  vertical-align: middle;  
}
.itemName2 {
  width: 15%;
  text-align: left;
  font-size: .8em;
  vertical-align: middle;  
}
.itemQuantity {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.itemAmount {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;  
}

.extendedAmount {
  width: 12%;
  text-align: right;
  font-size: .8em;
  vertical-align: top;
}

.quantitytextbox {
  text-align: right;
  width: 20px;  
}

.editArea {
  width: 10%;
  vertical-align: top;
  text-align: right; 
}

.subTotal {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.subTotalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}
.subTotal1 {
  width: 65%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}

.subTotalAmount1 {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
}
.total {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.totalAmount {
  width: 20%;
  text-align: right;
  font-size: .8em;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.accordionHeader 
{
  height: 20px;
  border: 1px solid #2F4F4F;
  color: white;
  background-color: #006699;/*background: url(images/fmenu.jpg) repeat-x;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding-left: 5px;
  padding-top: 2px;
  margin-top: 3px;
  cursor: pointer;
}

.accordionHeaderGray {
  border: 1px solid #2F4F4F;
  color: #555;
  /*background-color: #0066A6;*/
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
  height: 20px;
}


.cpeTitle { 
  float: left;
}

.cpeImage {
  float: right;
  vertical-align: middle;
}

#master_content .accordionHeader span {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader span:hover {
	background: none;
	text-decoration: underline;
}

.accordionContent {
  background-color: white;/*#D9E8FF*/
  border: 1px dashed #2F4F4F;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}

.checkoutRightPanel {
  font-size: .9em;
  border: 1px solid #CCC;
  border-top: none;
  border-right: none;
  color: #666;
  width: 100%;
  padding-left: 2px;
  margin-right: 0px;
}

.loadingbox {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid lightsteelblue;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
}

.loadingbox img {
  vertical-align: middle;
}

.loadingbox span {
  vertical-align: top;
}

.rightAlign {
  text-align: right;  
}

.receiptTable {
  width: 99%;
}

.receiptTable th {
  font-size: .7em;
}

.readOnly {
  text-align: right;
  background-color: Transparent;
  border-style: none;
  width: 20px;  
}

.controlHeader {
  font-size: .8em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}


.orderSummaryTable {
  width: 99%;
  font-size: .9em;
}

.favoriteProduct {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}

.favoriteCategory {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
}

.scrollDiv {
  height: 150px;
  overflow: auto;
}

.scrollDiv table {
  width: 98%;
}

.searchBox {
}

.shippingAddresses {
  width: 48%;
  font-size: .8em;
  float: right;
}

.billingAddresses {
  width: 48%;
  font-size: .8em;
  float: left;
}

/*http://mattberseth.com/blog/2007/09/more_sample_ajaxcontroltoolkit.html*/
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:tahoma,"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;/*tab-line.png*/
    font-size:.7em;
    display:block;
    font-weight: bold;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;/*tab.png*/
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:green;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;/*.gif*/
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:green;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:tahoma,verdana,helvetica;
    font-size:.8em;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}





.siteLevel1 {
  margin-left: 5px;
  padding-bottom:10px;
  font-family:Tahoma;
  font-size: .8em;
  font-weight: bold;
  height: 34px;
  
}

.siteLevel1 td 
{
	margin-bottom:0px;
}

.siteLevel1 td a:link {
  color: #FFF;  
}

.siteLevel1 td a:visited {
  color: #FFF; 
}

.siteLevel1 td a:hover { 
  color: RGB(0,128,0);
}

.siteLevel1 td a:active {
  color: RGB(0,128,0); 
}

.siteLevel2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9em;
  background-color: #007ECD;
  height: 25px;
  
}

.siteLevel2 td {
  border-top: 2px solid #3CA2E0;
  margin-bottom:0px;
}

.siteLevel2 td a:link {
  color: #FFF;
}

.siteLevel2 td a:visited {
  color: #FFF;
}

.siteLevel2 td a:hover {
   color: #CCC; 
}

.siteLevel2 td img {
  color: #FFF;
  background: transparent url(images/icons/whitearrow.gif) right center no-repeat;
}

.categoryLevel1 {
  font-size: .9em;
  font-weight: bold;
  height: 31px;
  background: #EBEBEB;
}

.categoryLevel1 td {
  border-bottom: 2px solid #C0C0C0;
}

.categoryLevel1 td a:link {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel1 td a:visited {
  color: #5C5C5C;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel1 td a:hover {
  color: #C0C0C0;
}

.contentGroupHeader {
  /*border: 1px solid #2F4F4F;
  color: #555;*/
  height: 20px;
  vertical-align:top;
  background: url(images/h_bar340x8.gif) repeat-x;/*background: url(Images/greyfade_bg.gif) repeat-x;*/
  background-color: #006699;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  color:white;
  margin-left: 2px;
  margin-bottom: 2px;
  padding-top:12px;
  padding-left:3px;
  cursor: default;
  
}

.contentGroupHeaderText {
  
}

.myLinkButton a.myLinkButton, a.myLinkButton:link, a.myLinkButton:active, a.myLinkButton:visited, a.myLinkButton:hover

{
	width:82px;
	height:16px;
    background: url(Images/bblank.jpg) no-repeat;
    display:inline;
    font-family: Arial, Sans-Serif;
    font-size: .85em;
    font-weight: bold;
    color:white;
    padding-left:4px;
    padding-top:1px;
    margin-left: 0px;
    padding-right:0px;
}

.myButton 

{
	width:90px;
	height:16px;
	text-align:left;
    background: url(Images/bblank.jpg) no-repeat;
    display:inline;
    font-family: Arial, Sans-Serif;
    font-size: .7em;
    font-weight: bold;
    color:white;
    padding-left:2px;
    padding-bottom:1px;
    
    
    cursor: pointer;
}

.myButtonLarge 

{
	width:100px;
	height:16px;
	text-align:left;
    background: url(Images/bblank_lg.jpg) no-repeat;
    display:inline;
    font-family: Arial, Sans-Serif;
    font-size: .7em;
    font-weight: bold;
    color:white;
    padding-left:5px;
    padding-bottom:1px;
    
    
    cursor: pointer;
}



