/* tntbase 6 - topnotchthemes_1000 v1.0 01012008 */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

/*Hide Tags*/
.vocab-name {
display:none;
}
.vocab-list{
display:none;
}
.uc-price-display {
	visibility:hidden;
}

.original-sell-price {
	color: Red;
	text-decoration: line-through;
	font: bold 22px arial;
}

.field-type-discounted-price .field-label-inline,
.field-type-discounted-price .field-label-inline-first {
  font: bold 26px arial;
  	color: Green
}

.field-type-discounted-price, td.views-field-discounted-price,
.views-field-discounted-price .field-content {
	font: bold 26px arial;
  	color: Green
}

/*Hide comments*/
div.full-node .submitted {
visibility:hidden;
}
/*Change font on product page*/
.uc-price {

font-size:1.0em;
white-space:nowrap;
}
/*Adjust for width of boxes on checkout page
textarea, .form-item input, .form-item select, #content-wrapper input.form-text {
max-width:35%;
}
.description {
max-width:35%;
}*/

/*Increase cart block price*/
.cart-block-summary-total .uc-price {
    color: green;
    display: inline;
    font-size: 1.5em;
    font-weight: bold;
}
/*Hide sub-catergories*/
td.category span {
  display:none;
}
