/*
#########################################################
#		Main stylesheet for ACONTENT MANAGER v.5.0 2007
#		Author: Javier Valderrama

#########################################################
*/


/* TAG SETTINGS ####################### */
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(layout_images/bg_top_site.jpg);
	background-repeat: repeat-x;
}
body, th, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
ul {
	margin-top: 4px;
	margin-bottom: 4px;
}
li {
	margin-bottom: 2px;
	margin-top: 2px;
}
blockquote {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 20px;
	display:block;
}
h1 {
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #9F5400;
	font-weight: bold;
}
a {
	color: #008844;
	text-decoration: none;
}
a:hover {
	color: #dd2222;
	text-decoration: none;
}
strong{
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	margin: 0px;
	padding: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input.text{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(layout_images/gradient_input_text.png);
	background-repeat: repeat-x;
	border: 1px solid #999;
	font-size: 14px;
}
input.green_button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008844;
	border: 1px outset #008844;
}
input.orange_button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF4000;
	border: 1px outset #FF4000;
}
input.red_button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #dd2222;
	border: 1px outset #dd2222;
}
input.yellow_button {
	font-weight: bold;
	color: #585858;
	background-color: #FECB01;
	border: 1px outset #AD8B01;
}
input.brown_button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008844;
	border: 1px outset #008844;
}
input.white_button {
	font-weight: bold;
	color: #F07820;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
input.pink_button {
	font-weight: bold;
	color: #008844;
	background-color: #F8E4E5;
	border: 1px solid #D78CA3;
}
hr {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
tr.odd {
	background-color: #E6F4D4;
}
tr.even {
	background-color: #FDFBF7;
}
tr.important {
	background-color: #BCE28B;
}
td.important {
	background-color: #BCE28B;
}
td.label_track {
	color: #FAF3E6;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	background-color:#f18232;
	line-height:15px;
}
tr.header {

	background-color: #EDEAD3;
}
img {
border: 0px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
}
/* LABELS SETTINGS ####################### */
.payoff {
	font-family: "Courier New", Courier, mono, serif;
	font-size: 18px;
	color: #f18232;
	font-weight: bold;
}
.enhance_first{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
.error_page {
	font-size: 24px;
	color: #B7A67D;
	font-weight: bold;
}
.labels {
	font-size: 11px;
	font-weight: bold;
	color: #f18232;
}
.labels_green {
	font-weight: bold;
	color: #415900;
}
.labels_red {
	font-weight: bold;
	color: #dd2222;
}
.labels_grey {
	font-weight: bold;
	color: #585858;
}
.labels_blue {
	font-weight: bold;
	color: #006A93;
}
.labels_orange {
	font-weight: bold;
	color: #f18232;
}
.labels_yellow {
	font-weight: bold;
	color: #FFCC00;
}
.label_products {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dd2222;
	border-left-color: #084;
	display: inline-block;
}
.label_zoom {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#008844;
	font-size: 11px;
	line-height:18px;
	display:block;
}
.track_links{
	color: #FFF;
	font-size: 11px;
}
.track_links:hover{
	color: #CCC;
}
.label_track_cart {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	display:block;
	background-color:#008844;
	line-height:16px;
	padding-left:4px;
}
.label_underlined{
	padding: 0px;
	color: #dd2222;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height:20px;
	display:block;
	border-bottom: 1px dashed #E0E0E0;
	margin-top:0px;
	margin-bottom:2px;
	text-indent:2px;
}

/* BACKGROUND SETTINGS ####################### */
.bg_main {
	padding:10px;
	background-image: url(layout_images/bg_layout.png);
	background-repeat: repeat-y;
	/*border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background-color: #FFFFFF;*/
}
.bg_main_half {
	/*
	background-image: url(layout_images/bg_layout.png);
	background-repeat: repeat-y;*/
	padding:10px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	background-color: #FFFFFF;
}
.bg_main_extended {
	padding:10px;
	background-image: url(layout_images/bg_layout_extended.png);
	background-repeat: repeat-y;
}
.bg_nav{


}
.corner_bx{
	background-image: url(layout_images/corner_bx.png);
	background-repeat: repeat-x;
}
.title_label{
	background-image: url(layout_images/cornet_tx.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	text-transform: uppercase;
}
.title_label_clear{
	background-image: url(layout_images/cornet_tx_clear.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	text-transform: uppercase;
}
.bg_service_boxes_top{
	background-image: url(layout_images/bg_service_boxes_top.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-align: center;
	text-transform: uppercase;
}
.bg_service_boxes_clear_top{
	background-image: url(layout_images/bg_service_boxes_clear_top.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-align: center;
	text-transform: uppercase;
}
.bg_service_boxes{
	background-image: url(layout_images/bg_service_boxes.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;

}

.bg_top_site{

}
.bg_top_nav{
	background-image: url(layout_images/bg_top_nav.png);
	background-repeat: repeat-y;
	border: 2px solid #FFFFFF;
}
.bg_cart_track{
	border: 2px solid #FFFFFF;
	background-color: #650202;
	color: #FFFFFF;
	font-size:9px;
}
.bg_top {
	background-image: url(layout_images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #FFFFFF;
	border-left: 3px solid #FF9900;
	border-right: 3px solid #FF9900;
	border-top: 3px solid #FF9900;*/
}
.bg_bottom {

}
.layout {

}
.track_bar{
	padding: 3px;
}


/* BOXES SETTINGS ####################### */
.box {
	background-color: #FFFFFF;
	border: 3px solid #F8E4E5;
}
.box_green {
	background-color: #FAFAFA;
	border: 1px solid #067906;
}
.box_form{
	border: 1px solid #E6CE9D;
	background-color: #FFFFFF;
}
.box_brown{
	background-color: #F3E9D1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3E8D1;
	border-right-color: #E7D0A3;
	border-bottom-color: #E7D0A3;
	border-left-color: #F3E8D1;
	color: #B44E00;
}

.box_grey {
	background-color: #FAFAFA;
	border: 1px solid #E0DDDD;
}
.box_dotted {
	border: 1px dotted #E0DDDD;
	color: #585858;
	background-color: #FAFAFA;
}
.box_dashed {
	border: 1px dashed #E0DDDD;
	color: #585858;
	background-color: #FFFFFF;
}
.box_add_to_cart {
	border: 1px solid #BCE28B;
	color: #008844;
	background-color: #E6F4D4;
}
.box_upper{
	border-top-color: #FFFFFF;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #EEEEEE;

}
.results{
	display: block;
	margin-top:2px;
	background-color: #FAFAFA;
	padding:5px;
}
.box_thumb_on_prod_page{
	color: #585858;
	margin-left:10px;

}
.is_new{
	font-size: 18px;
	font-weight:bold;
	color: #dd2222;
	padding: 2px;
	margin-bottom:1px;
	margin-top:1px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.bottom_dashed{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/* IMAGE SETTINGS ####################### */
.center_img {
	vertical-align: middle;
}
.base_img {
	vertical-align: bottom;
}


/* TEXT FORMAT SETTINGS ####################### */
.default{
	font-weight:bold;
}
.data_sheet {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0DDDD;
}
.small {
	font-size: 10px;
	font-weight:bold;
}
.print{
  float:left;
	padding-left:20px;
	text-decoration:none;
	background-image:url(layout_images/iPrint.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color:#999;
}
.giant{
	font-size: 35px;
}

.goto_top{
  float:right;
	padding-right:10px;
	text-align:right;
	text-decoration:none;
	color:#999;
	background-image:url(layout_images/iTop.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	}
.continue {
	color: #f18232;
	padding-left: 8px;
	margin-left: 4px;
	float: right;
}
.continue:hover {

}

/* COLORS SETTINGS ####################### */
.white{
	color:#ffffff;
}
.white:hover{
	color:#F4F4F4;
}
.heading {
	color:#000000;
	font-size: 12px;
}
.heading_green {
	color:#008844;
	font-size: 17px;
	font-weight:bold;
}
.heading_orange {
	color:#CC3300;
	font-size: 12px;
}
.heading_big {
	color:#008844;
	font-size: 17px;
}
.heading_underlined {
	font-size: 12px;
	text-decoration:underline;
	line-height:20px;
}
.clear {
	color: #D8D8A5;
}
.red {
	color: #dd2222;
}
.red:hover {
	color: #dd2222;
}
.green {
	color: #008844;
}
.green:hover {
	background-color: #FFFFFF;
}
.orange {
	color: #f18232;
}
.orange:hover {
	color: #f18232;
	background-color: #FFFFFF;
}
.pink{
	color:#D78CA3;
}
.blue{
	color: #003366;
}
.blue:hover{
	color: #007EAE;
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
.grey_deep {
	color: #333333;
}
.grey_middle {
	color: #666666;
}
.stike_price{
	text-decoration: line-through;
	color: #999999;
}
.promo_price{
	text-decoration: underline;
}
.brown{
	color: #9D7E37;
}

/* NAV SETTINGS ####################### */

/* ROOT LEVEL */
.nav_l {
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	color: #008844;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B40000;
}
.nav_l:hover {
	color: #273d18;

}

.nav_l_active {
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	color: #008844;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B40000;
}


.nav_l_active:hover {
	color: #000000;
}


/* 1° CHILD LEVEL */
.nav_l_child_l {
	font-weight: bold;
	color: #008844;
	text-decoration: none;
	line-height: 24px;
	display: block;
	background-image: url(nav_staff/unselected_bull.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;

}
.nav_l_child_l:hover {
	color: #000000;
	background-image: url(nav_staff/selected_bull.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F6ECED;
}
.nav_l_child_l_active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
	display: block;
	background-color: #F6ECED;
	background-image: url(nav_staff/selected_bull.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;

}
.nav_l_child_l_active:hover {
	color: #000000;
}

/* 2° CHILD LEVEL */
.nav_l_child_2 {
	color: #000000;
	line-height: 24px;
	margin-left: 8px;
	display: block;
	background-color: #FFFFFF;
	padding-left: 25px;
	background-image: url(nav_staff/unselected_bull.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.nav_l_child_2:hover {
	background-image: url(nav_staff/selected_bull.gif);
	background-color: #EDDEDF;
}
.nav_l_child_2_active {
	line-height: 24px;
	color: #000000;
	margin-left: 8px;
	font-weight: bold;
	display: block;
	background-color: #EDDEDF;
	padding-left: 25px;
	background-image: url(nav_staff/selected_bull.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav_l_child_2_active:hover {
	background-image: url(nav_staff/selected_bull.gif);
}

/* 3° CHILD LEVEL */
.nav_l_child_3 {
	color: #413301;
	text-decoration: none;
	display:block;
	line-height: 24px;
	margin-left: 22px;
	background-color: #FFFFFF;
	padding-left: 27px;
	background-image: url(nav_staff/unselected_bull.gif);
	background-position: left top;
	background-repeat: no-repeat;

}
.nav_l_child_3:hover {
	color: #006633;
	text-decoration: none;
	background-color:#D9EAE8;
	background-image: url(nav_staff/selected_bull.gif);
}
.nav_l_child_3_active {
	color: #006633;
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
	display:block;
	line-height: 24px;
	background-color: #D9EAE8;
	margin-left: 22px;
	padding-left: 27px;
	background-image: url(nav_staff/selected_bull.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.nav_l_child_3_active:hover {
	color: #413301;
	text-decoration: none;
	background-image: url(nav_staff/selected_bull.gif);
}

/* 4° CHILD LEVEL */
.nav_l_child_4 {
	color: #1c5a99;
	text-decoration: none;
	display:block;
	line-height: 24px;
	margin-left: 35px;
	background-color: #FFFFFF;
	padding-left: 27px;
	background-image: url(nav_staff/unselected_bull.gif);
	background-position: left top;
	background-repeat: no-repeat;

}
.nav_l_child_4:hover {
	color: #006633;
	text-decoration: none;
	background-color:#E2EEFA;
	background-image: url(nav_staff/selected_bull.gif);
}
.nav_l_child_4_active {
	color: #1c5a99;
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
	display:block;
	line-height: 24px;
	background-color: #E2EEFA;
	margin-left: 35px;
	padding-left: 27px;
	background-image: url(nav_staff/selected_bull.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.nav_l_child_4_active:hover {
	color: #413301;
	text-decoration: none;
	background-image: url(nav_staff/selected_bull.gif);
}
/* EXTENDED NAV CHILD LEVELS */
.nav_l_child_extended {
	color: #601B00;
	text-decoration: none;
	display:block;
	line-height: 24px;
	padding-left:25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5c5c5;
	margin-left: 36px;
	background-image: url(nav_staff/unselected_bull.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;

}
.nav_l_child_extended:hover {
	color: #000000;
	text-decoration: none;
	background-color:#E4DDD3;
	background-image: url(nav_staff/selected_bull.gif);
}
.nav_l_child_extended_active {
	color: #601B00;
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
	display:block;
	line-height: 24px;
	padding-left:25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5c5c5;
	background-image: url(nav_staff/selected_bull.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	margin-left: 36px;
	background-color: #F3F2ED;
}
.nav_l_child_extended_active:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E4DDD3;
	background-image: url(nav_staff/selected_bull.gif);
}



/* CATEGORY SUB NAV */
.sub_nav_labels {
	font-size: 11px;
	font-weight: bold;
}
.sub_nav_labels:hover {
}
.sub_nav {
	background-image: url(layout_images/sub_nav_bg.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.sub_nav_active {
	background-image: url(layout_images/sub_nav_active.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	padding-top: 2px;
	color: #f18232;
}

.quick_sub_nav {
	color: #FFF;
	text-decoration: none;
	background-color:#008844;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	display:block;
	line-height:16px;
	padding-left:5px;
}
.quick_sub_nav:hover {
	color: #FFFFFF;
	background-color:#6EAD1D;
	text-decoration: none;
}

/* LANG SELECTOR NAV */
.lang_nav {
	color: #444444;
	text-decoration: none;
	font-size: 11px;
	display:block;
	background-color:#F3E8D1;
	padding-left:6px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.lang_nav:hover {
	color: #B44E00;
	text-decoration: none;
	background-color:#FFFFFF;
}
.lang_nav_active {
	color: #B44E00;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	display:block;
	background-color:#EAD6AC;
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px;
}
.lang_nav_active:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* LANG SELECTOR NAV HORIZONTAL*/
.lang_nav_h {
	color: #444444;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #628A00;
	margin-right: 2px;
	margin-left: 2px;
}
.lang_nav_h:hover {
	color: #B44E00;
	text-decoration: none;
	background-color:#FFFFFF;
}
.lang_nav_h_active {
	color: #B44E00;
	font-weight:bold;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #628A00;
}
.lang_nav_h_active:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* SITE MAP NAV */
.nav_map {
	color: #608700;
	text-decoration: none;
	font-size: 24px;
	line-height:30px;
	display:block;
	margin-top:10px;
	margin-bottom:2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCCC99;
	border-left-color: #CCCC99;
	text-indent: 10px;
	background-color: #F8F8F1;
	font-family: Arial, Helvetica, sans-serif;
}
.nav_map:hover {
	color: #555555;

}

/* REMINDER NAV */
.reminder_nav{
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.reminder_nav:hover{
	color: #008844;
}
.reminder_nav_active{
	color: #008844;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.reminder_nav_active:hover{
	color: #003333;
}

/* TOP NAV */
.top_nav{
	color: #000;
	display: block;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #FFF;
	background-image: url(layout_images/gradient_green_1.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	line-height: 30px;
}
.top_nav:hover{
	color: #008844;
}
.top_nav_active{
	color: #008844;
	font-weight: bold;
	display: block;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #FFF;
	background-image: url(layout_images/gradient_green_1.png);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 30px;
}
.top_nav_active:hover{
	color: #FFF;
}

/* BOTTOM NAV */
.bottom_nav{
	color: #000000;
	display: block;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFE2E3;
}
.bottom_nav:hover{
	color: #CD708B;
}
.bottom_nav_active{
	color: #000000;
	font-weight: bold;
	display: block;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.bottom_nav_active:hover{
	color: #8F324E;
}
/*CALENDAR*/

	.tdday { font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0000ff;
	font-weight: normal;
	font-size: 9px;
	width: 26px;
	line-height: 20px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #000000;
	}
	
	.tdtoday { font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E2D7B8;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	width: 26px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #8A3A00;
	}

	.tdheading { font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a0a0a0;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	
	}
	.tddate { font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFEFDA;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	width: 26px;
	color: #B6B6B6;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #EFEFDA;
	}
	.caltable { border: #a0a0a0;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px
	}
	.tdday_link { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #8A3A00;
	display:block;
	background-color: #FFFFFF;

	}
	.tdday_link_active { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8A3A00;
	display:block;

	}
