/* CSS Document */
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C0E32;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3D2731;
	background-image: url(images/tfwc_bg.gif);
}

a {
	color: #3C0E32;
	text-decoration:underline;
}

li {
	margin-left:10px;
	margin-bottom:5px;
}

html,body {
	height: 100%;
}

select, TEXTAREA  {
	border:1px solid #553042;
}
input[type="text"], input[type="password"] {
	border:1px solid #553042;
}
input.text, input.password {
	border:1px solid #553042;
}


.text-small {
	font-size:10px;
}


/* MAIN TABLE */
	#table-main {
		width:780px;
		border-left:1px solid #9A486E;
		border-right:1px solid #9A486E;
		background-color:#FFFFFF;
		height:100%;
	}
	#table-main-cell {
		padding-left:10px;
		padding-right:10px;
	}

/* BREAD CRUMB */
	.breadcrumb {
		margin-top:10px;
		margin-bottom:10px;
		margin-left:10px;
		font-size:11px;
		font-weight:600;
		line-height:18px;
	}

/* BOX STANDARD */
	.footer {
		font-size:10px;
		line-height:15px;
	}

/* BOX STANDARD */
	.box_standard {
		border:1px solid #D8CFD6;
		padding:10px;
	}

/* BOX MENU*/
	.box_menu-text {
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	
	.box_menu-text a{
		color:#FFFFFF;
		text-decoration:none;
	}
	.box_menu-text a:hover{
		color:#FFFFFF;
		text-decoration: underline;
	}
	.box_menu {
		padding:0 10px 0 0;
		background:#3C0E32 url(images/tfwc_box_menu_b2.gif) 100% 0 repeat-y;
	}
	.box_menu-bi {
		padding:0 0 0 10px;
		background:#3C0E32 url(images/tfwc_box_menu_b1.gif) 0 0 repeat-y;
	}
	.box_menu-bt {
		height:10px;
		margin:0 -10px;
		background:url(images/tfwc_box_menu.gif) 100% 0 no-repeat;
	}
	.box_menu-bt div {
		width:18px;
		height:10px;
		background:url(images/tfwc_box_menu.gif) 0 0 no-repeat;
	}
	.box_menu-bb {
		height:10px;
		margin:0 -10px;
		background:url(images/tfwc_box_menu.gif) 100% 100% no-repeat;
	}
	.box_menu-bb div {
		width:18px;
		height:10px;
		background:url(images/tfwc_box_menu.gif) 0 100% no-repeat;
	}

/* SUBMENU*/
	#box_submenu {
	padding-top:10px;
	padding-bottom:15px;
	}
	.submenu {
		
		margin-left:10px;
		position: absolute;
		visibility: hidden;
	}
	.submenu a {
		text-decoration:none;
	}
	.submenu a:hover {
		text-decoration:underline;
	}

/* BOX PRODUCTS*/
	.box_products {
		padding:0 10px 0 0;
		background:#EBE6EA url(images/tfwc_box_products_b2.gif) 100% 0 repeat-y;
		margin-bottom:10px;
	}
	.box_products-bi {
		padding:0 0 0 10px;
		background:#EBE6EA url(images/tfwc_box_products_b1.gif) 0 0 repeat-y;
	}
	.box_products-bt {
		height:10px;
		margin:0 -10px;
		background:url(images/tfwc_box_products.gif) 100% 0 no-repeat;
	}
	.box_products-bt div {
		width:18px;
		height:10px;
		background:url(images/tfwc_box_products.gif) 0 0 no-repeat;
	}
	.box_products-bb {
		height:10px;
		margin:0 -10px;
		background:url(images/tfwc_box_products.gif) 100% 100% no-repeat;
	}
	.box_products-bb div {
		width:18px;
		height:10px;
		background:url(images/tfwc_box_products.gif) 0 100% no-repeat;
	}

/* BOX SEARCH*/
	.box_search-text {
		color:#FFFFFF;
	}
	.box_search {
		padding:0 10px 0 0;
		background:#633E5B url(images/tfwc_box_search_b2.gif) 100% 0 repeat-y;
		margin-bottom:10px;
	}
	.box_search-bi {
		padding:0 0 0 10px;
		background:#633E5B url(images/tfwc_box_search_b1.gif) 0 0 repeat-y;
	}
	.box_search-bt {
		height:10px;
		margin:0 -10px;
		background:url(images/tfwc_box_search.gif) 100% 0 no-repeat;
	}
	.box_search-bt div {
		width:18px;
		height:10px;
		background:url(images/tfwc_box_search.gif) 0 0 no-repeat;
	}
	.box_search-bb {
		height:10px;
		margin:0 -10px;
		background:url(images/tfwc_box_search.gif) 100% 100% no-repeat;
	}
	.box_search-bb div {
		width:18px;
		height:10px;
		background:url(images/tfwc_box_search.gif) 0 100% no-repeat;
	}
	
/* BOX DIALOG */
	.box-dialog {
		border:1px solid #C0B7BC;
		padding:10px;
	}
	.box-dialog-title {
		font-size:16px;
		margin-bottom:5px;
		font-weight:bold;
		text-decoration:none;
	}

