.welcomePanel {
  font-size: 11px;
  float: left;
  padding-right: 5px;
}

.loginView img {
  vertical-align: middle; 
}

#leftContent {
  width: 180px;
  float: left;
  /*border: 1px solid red;*/
}

#mainContent{
  margin-left: 185px;
  /*border: 1px solid blue;*/
}

#footer {
  clear: both;  
}

#twoColumnLeftContent {
  width: 180px;
  float: left;
}

#twoColumnMainContent {
  margin-left: 185px;
}

#threeColumnLeftContent {
  width: 150px;
  float: left;
  min-height: 352px;
  background: #cfbc92 url(/App_Themes/MastaFlooring/images/side-nav-bg.png) repeat-x 0 0;
	padding-bottom: 3000px;
	margin-bottom: -3000px;  
}

#threeColumnMainContent {
  width: 650px;
  float: left;
  margin-left: 20px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;  
}

#product #threeColumnMainContent {
  width: 600px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

#threeColumnRightContent {
  width: 0px; 
  float: left;
	padding-bottom: 3000px;
	margin-bottom: -3000px;  
}

#centercontent {
  position: relative;
  left: 37%;  
}

#site_centercontent {
  position: relative;
  border: 1px solid rgb(225,225,225);
  padding: 5px;
}

.contentMenu {
  background: url(images/dcAdminNav.jpg) repeat-x;
}

.categoryMenu {
  margin-bottom: 20px;
  margin-top :20px;
  width: 100%;
}

.categoryMenu a, .categoryMenu a:visited
{
    color: #ba7379;
    font-family: Serif;
    font-size: 12px;
    font-weight: bold;
}

.categoryMenuSelected
{
  background-color: #cbb088;
  border-color: #e0d0ad;
}

.catalogListing {
  margin-bottom: 10px;
}

.catalogListing td {
}

.productBox {
  border: 1px solid #8f161f;
  height: 150px;
  width: 650px;
  margin-left: 5px;
  margin-right: 4px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  overflow: hidden;
}

.productImageContainer 
{
  height: 100%;
  width: 150px;
  text-align: center;
}

.productNameWrapper
{
    width: 300px;
	padding-bottom: 3px;
	background-color: #f3e7e7;
	margin-left: 10px;
	margin-right: 10px;
	color: #564d4e;
}

.productPriceWrapper
{	
  width: 177px;
  background-color: #f3e7e7;
  margin-left : 10px;
  margin-right: 10px;
}

.productImage {
}

.productName {
  color: #8f161f;
  font-family: Serif;
  font-size: 24px;
}

.catalogProductName {
  color: #024A76;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.retailPrice {
  font-size: 10px;
  font-weight: bold;
  color: #5C5C5C;
  text-decoration: line-through;
  margin-right: 5px;
}

.retailPriceLabel {
  font-size: 10px;
  font-weight: bold;
  color: #5C5C5C;
}

.ourPrice 
{
  font-size: 26px;
  font-weight: normal;
  color: #ada9a8;
}

.productBox .ourPrice {
  font-size: 16px;
  font-weight: bold;
  color: #ada9a8;
  font-style: italic;
}

.ourPriceLabel {
  font-size: 14px;
  font-weight: bold;
  color: #B22222; 
}

.addToCartPanel
{
/*	height:100%;
	width:100%;
*/	padding:10px;	
	border: solid 1px #ccc;
	background-color: #eee;	
}

.attributeLabel {
  font-size: 11px;
  font-weight: bold;
}

.attributeDropdownList {
  font-size: 10px;
  width: 150px;
  color: #5C5C5C;
  margin-top: 5px;
}

.buttonspan
{	
	float:left;
	padding-left:3px;
	padding-right:3px;
}

.addToCart,
.addToCart_disabled,
.checkout,
.continueshopping,
.continue,
.addnew,
.modify,
.processorder
{
	float: left;
	height: 22px;
	border: 0;
}

.addToCart
{
	width: 93px;
	background: url(images/addtocart.png) no-repeat;
	background-position: left top;
	cursor: default;
}
.addToCart:hover
{
	background-position: left bottom;
	cursor: pointer;
}
.addToCart_disabled
{
	width: 93px;
	background: url(images/addtocart.png) no-repeat;
	background-position: left center;
	cursor: default;
}

#checkoutsteps
{
	padding: 10px;	
	margin-left: 160px;
}
.checkoutstep
{
	font-size: 11px;
	color: #8f1620;	
}
.checkoutstep_selected
{
	font-weight: bold;
}
.checkoutstep_separator
{
	padding-left: 5px;
	padding-right: 5px;
	color: #5a6b12;
}

.delete
{
	font-size: 10px;
}
.delete:hover
{
}
.cartbuttoncontainer
{
	float: right;
	padding-top: 10px;
	padding-bottom: 15px;
}
.checkout
{
	width: 150px;
	background: url(images/checkout.png) no-repeat;
	background-position: left top;
	cursor: default;
}
.checkout:hover
{
	background-position: left bottom;
	cursor: pointer;
}
.continueshopping
{
	width: 150px;
	background: url(images/continueshopping.png) no-repeat;
	background-position: left top;
	cursor: default;
}
.continueshopping:hover
{
	background-position: left bottom;
	cursor: pointer;
}
.continue
{
	width: 76px;
	background: url(images/continue.png) no-repeat;
	background-position: left top;
	cursor: default;
}
.continue:hover
{
	background-position: left bottom;
	cursor: pointer;
}
.modify
{
	width: 52px;
	background: url(images/modify.png) no-repeat;
	background-position: left top;
	cursor: default;
}
.modify:hover
{
	background-position: left bottom;
	cursor: pointer;
}
.addnew
{
	width: 69px;
	background: url(images/addnew.png) no-repeat;
	background-position: left top;
	cursor: default;
}
.addnew:hover
{
	background-position: left bottom;
	cursor: pointer;
}
.processorder
{
	width: 113px;
	background: url(images/processorder.png) no-repeat;
	background-position: left top;
	cursor: default;
}
.processorder:hover
{
	background-position: left bottom;
	cursor: pointer;
}

.imageBox {
  border: 1px solid #C0C0C0;
  padding: 5px;
}

.averageRating {
  font-size: 11px;  
}

.rating {
  margin-left: 2px;
  margin-right: 2px;
}

.rating fieldset {
  border: 0px;  
}

.rating fieldset legend {
  position: relative;
  font-size: 11px;
  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: 14px;
  margin-bottom: 5px;
}

.paging {
  height: 24px;
  background: transparent;
  color: #fff;
}


.pagingLeft {
  width: 5px;
  height: 12px;
  float: left;
}

.pagingMid {
  height: 12px;
  font-size: 11px;
  padding: 2px 5px 2px 10px;
  text-align: center; 
  background-color :#B2676D;
  border :1px solid #8F1620;
  width: 100%;
}
.productSummary .paging
{
  display: none;
}
.productSummary .pagingMid
{
  /*width: 480px;*/
}

.pagingRight {
  width: 5px;
  height: 12px;
  float: left;
}

.links {
  float: right;
}

.totals {
  font-size: 12px;
  font-weight: bold;
  float: left; 
  /*margin-top: 2px; */
}

.links a {
  padding: 3px;
  border: 1px solid transparent;
  color:  #0066A6;
  text-decoration: none;
}

.links a:hover {
  padding: 3px;
  font-weight: bold;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #0066A6;
}

.links a:visited {
  padding: 3px;
  color:  #0066A6;
  text-decoration: none;
}

.categoryImage {
}

.widget {
  font-size: 11px;
  margin-bottom: 20px;
}

.widget fieldset legend {
  font-size: 12px;
}

.imageCell {
  width: 280px;
  height: 250px;
  overflow: hidden;
  vertical-align: top;
}

.clicktoenlarge
{
	font-size:9px;
	font-style:italic;
	font-weight:bold;
}

.imagecaption
{
	padding:5px 0px;
	font-size: 11px;
}

.productInfo
{
  width: 220px;
  height: 250px;
}

.attribute {
  font-size: 10px;
  padding-bottom: 5px;
}

.addToCart fieldset {
  height: 150px;
}

.addToCart fieldset #buttonGroup {
  vertical-align: bottom;  
}

.cartSubTotal {
  width: 100%;
  border: 1px solid #C0C0C0;
  padding: 5px;  
  background-color: #EBEBEB;
}

.itemSku {
  width: 80px;
  text-align: left;
  font-size: 11px;
  vertical-align: top;  
  padding-bottom: 5px;
}

.itemName {
  width: 300px;
  text-align: left;
  font-size: 11px;
  vertical-align: top;  
}

.itemQuantity {
  width: 80px;
  text-align: right;
  font-size: 11px;
  vertical-align: top;  
}

.itemAmount {
  width: 80px;
  text-align: right;
  font-size: 11px;
  vertical-align: top;  
}

.extendedAmount {
  width: 80px;
  text-align: right;
  font-size: 11px;
  vertical-align: top;
}

.quantitytextbox {
  text-align: right;
  width: 20px;  
}

.editArea {
  width: 80px;
  vertical-align: top;
  text-align: right; 
}

.subTotal {
  width: 100px;
  text-align: right;
  font-size: 11px;
  font-weight: bold;  
}

.subTotalAmount {
  width: 100px;
  text-align: right;
  font-size: 11px;
  font-weight: bold;  
}

.total {
  width: 100px;
  text-align: right;
  font-size: 11px;
  font-weight: bold;  
  border-top: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.totalAmount {
  width: 100px;
  text-align: right;
  font-size: 11px;
  font-weight: bold;  
  border-top: 1px solid #000;
}

.checkout_address_title
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.accordionHeader {
  border: 1px solid #2F4F4F;
  color: white;
  background-color: #0066A6;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  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: #D9E8FF;
  border: 1px dashed #2F4F4F;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}

.checkoutRightPanel {
  font-size: 12px;
  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: 100%;
  font-size: 11px;
  border: solid 1px #ccc;
}
.receiptTable td {
  padding: 0px 5px 0px 5px;
}
.receiptTable td .label {
  font-size: 11px;
  font-weight: bold;
}
.receiptTable .title {
  font-size: 11px;
  font-weight: bold;
}
.receiptTable .address table {

}
.receiptTable .orderSummaryTable {

}

.readOnly {
  text-align: right;
  background-color: Transparent;
  border-style: none;
  width: 20px;  
}
.orderSummaryTable .readOnly
{
  font-size: 11px;
}

.controlHeader {
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

.orderSummaryTable {
  font-size: 12px;
}

.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%;
}

.login_control td,
.login_control a
{
	padding: 5px;
}
.login_control input
{
	padding-right: 5px;
}

.searchBox 
{
	right:50px;
	position:absolute;
	top:190px;
	z-index: 1;
}
.searchBox .label 
{
	font-size: 12px;
}

#address_display
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#address_display td
{
	padding: 3px;
}

.shippingAddresses {
  width: 48%;
  font-size: 11px;
  float: right;
}

.billingAddresses {
  width: 48%;
  font-size: 11px;
  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:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size: 11px;
    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;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size: 11px;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}





.siteLevel1 {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  height: 31px;
}

.siteLevel1 td {
}

.siteLevel1 td a:link {
  color: #FFF;  
}

.siteLevel1 td a:visited {
  color: #FFF;
}

.siteLevel1 td a:hover {
  color: #EFEFEF;
}

.siteLevel2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  background-color: #007ECD;
  height: 25px;
}

.siteLevel2 td {
  border-top: 2px solid #3CA2E0;
}

.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: 12px;
  font-weight: bold;
  height: 31px;
  background: ##8aa022;
}

.categoryLevel1 td {
  border-bottom: 2px solid #667719;
}

.categoryLevel1 td a:link {
  color: #667719;
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel1 td a:visited {
  padding-left: 5px;
  padding-right: 5px;  
}

.categoryLevel1 td a:hover {
  color: #C0C0C0;
}

.contentGroupHeader {
  border: 1px solid #2F4F4F;
  color: #555;
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  height: 20px;
}

.contentGroupHeaderText {

}
