/* CSS Document */

/* GLOBAL ********************************************************************** */

a:hover {
	color:#9900FF;
	text-decoration: none;
}
.tb_iaw_help_text {
	background:url(../Images/ThoriBella_Med_Opaque.jpg);
	height: 310px;
	width: 335px;
	text-align:center;
}
.tb_background_big_opaque {
	background:url(../Images/ThoriBella_Big_Opaque.jpg);
	height: 390px;
	width: 415px;
	text-align:left;
}
.tb_no_js_box_1 {
	background-color: #FFFFDC;
	width: 726px;
	height: 390px;
}

/* IMAGES ********************************************************************** */

.tb_img_big {
	width: 415px;
	height: 390px;
	border: 0;
}
.tb_img_big_no_js {
	width: 415px;
	height: 365px;
	border: 0;
}
.tb_img_big_short {
	width: 415px;
	height: 290px;		
	border: 0;
}
.tb_img_med {
	width: 335px;
	height: 310px;
	border: 0;
}
.tb_img_small {
	width: 154px;
	height: 154px;
	border: 0;
}
.tb_img_thumbs {
	width: 54px;
	height: 54px;
	border: 0;
}
.tb_img_retailers {
	width: 190px;
	height: 190px;
	border: 0;
}
.tb_no_js_img_med {
	background-color: #FFFFDC;
	width: 335px;
	height: 310px;
}

/* LINKS ********************************************************************** */

.tb_link {
	color: #000000;
	text-decoration: none;
}
.tb_link_center{
	font-style: oblique;
	color: #000000;
	text-decoration: none;
	text-align:center;
	line-height: 22px;
}
.tb_link_FAQ{
	font-style: oblique;
	text-decoration: none;
	color: #000000;
}
.tb_link_Underline_Italics{
	font-style: oblique;
	text-decoration: underline;
	color: #000000;
}
.tb_link_thoribella_llc {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.tb_link_text{
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.tb_link_help{
	font-style: oblique;
	text-decoration: none;
	color: #000000;
}
/* TEXT  ********************************************************************** */

.big {
	font-size:30px;
}
.blue {
	color:#0000FF;
}
.bold {
	font-weight: bold;
}
.center {
	text-align:center;
}
.greylight {
	color:#CCCCCC;
}

.grey {
	color:#999999;
}
.italics {
	font-style: italic;
}
.left {
	text-align:left;
}
.medium_joy {
	font-size:16px;
	line-height:16px;
}
.fontsize10 {
	font-size:10px;
}
.fontsize11 {
	font-size:11px;
}
.fontsize12 {
	font-size:12px;
}
.fontsize13 {
	font-size:13px;
}
.fontsize14 {
	font-size:14px;
}
.medium {
	font-size:12px;
}
.red {
	color:#FF0000;
}
.small {
	font-size:10px;
}
.tb_breadcrumbs {
	color: #000000;
	text-decoration: none;
}
.tb_heading {
	font-size: 24px;
}
.tb_small_line_break {
	font-size: 5px;
	line-height: 5px;
}
.tb_smaller_line_break {
	font-size: 2px;
	line-height: 2px;
}
.tb_small_line_text {
	font-size: 10px;
	line-height: 10px;
}
.tb_line_text_14 {
	font-size: 14px;
	line-height: 14px;
}
.tb_prod_title {
	font-size: 18px;
	line-height: 18px;
	font-style:italic;
}
.tb_prod_zodiac {
	font-variant:small-caps;
	font-size: 12px;
/*	line-height: 12px;*/
}
.tb_prod_zodiac_10 {
	font-variant:small-caps;
	font-size: 10px;
/*	line-height: 12px;*/
}
.underline{
	text-decoration: underline;
}
.down_arrow {
		font-size:10px;
		font-weight: bold;
}
.line_height_18px {
	line-height: 18px;
}	
.line_height_16px {
	line-height: 16px;
}	
/* CART  ********************************************************************** */
TABLE.cobtbl {
	background-color:#FFFFE8;
	border: thin solid #000000;
}

TD.cobhl {
	background-color:#FFFFE8;
	border: thin solid #CCCCCC;
/*	border: thin double #000000;	
	border-style:solid;
	border-color:#000000; */
	}

.cobar {
	background-color:#FFFFE8;
	border: thin solid #000000;
/*	border: thin double #000000;	
	border-style:solid;
	border-color:#000000; */
	}
	
.cobar2 {
	background-color:#EEEEEE; 
	border: thin solid #000000;
/*	border: thin double #000000;	
	border-style:solid;
	border-color:#000000; */
	}
TD.cobll {
	background-color:#FFFFE8;
	border: thin solid #CCCCCC;
/*	border: thin double #000000;	
	border-style:solid;
	border-color:#000000; */
}
.checkout_button {
	font-size:18px;
	font-style:italic;
}

A.ectlink:link {
font-style: oblique; /* Pizzo added */
font-weight: bold; /* Pizzo added */
text-decoration: underline; /* Pizzo changed from text-decoration: none; */
color: #000000; /* Pizzo changed from color: #333; */
}

A.ectlink:visited {
font-style: oblique; /* Pizzo added */
font-weight: bold; /* Pizzo added */
text-decoration: underline; /* Pizzo changed from text-decoration: none; */
color: #000000; /* Pizzo changed from color: #333; */
}

A.ectlink:active {
font-style: oblique; /* Pizzo added */
font-weight: bold; /* Pizzo added */
text-decoration: underline; /* Pizzo changed from text-decoration: none; */
color: #000000; /* Pizzo changed from color: #333; */
}

A.ectlink:hover {
color:#9900FF; /* Pizzo changed from color: #8D2800; */
text-decoration: none;
}
/* Tool Tips ********************************************************************** */
.toolTipSpan {
	display:none;
}
A.tb_link_prod_help:link {
	color: #999999;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
A.tb_link_prod_help:hover {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
A.tb_link_prod_help:visited {
	color: #999999;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
A.tb_link_prod:link {
	color: #999999;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_prod:hover {
	color: #000000;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_prod:visited {
	color: #999999;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_plain:link {
	color: #000000;
	text-decoration: none;
}
A.tb_link_plain:hover {
	color: #000000;
	text-decoration: none;
}
A.tb_link_plain:visited {
	color: #000000;
	text-decoration: none;
}
A.tb_link_prod_holiday_red:link {
	color:#FF0000;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_prod_holiday_red:hover {
	color: #000000;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_prod_holiday_red:visited {
	color:#FF0000;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_prod_holiday_blue:link {
	color:#0000FF;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_prod_holiday_blue:hover {
	color: #000000;
	font-style: oblique;
	text-decoration: underline;
}
A.tb_link_prod_holiday_blue:visited {
	color:#0000FF;
	font-style: oblique;
	text-decoration: underline;
}
