/* GENERIC */

body { background-color: #000 /*#e9e9e9*/; color: #DDD; }
html, body, table {
	font-family: Tahoma, Geneva, sans-serif; font-size: 13px; font-weight: normal;
	text-decoration: none; text-align: justify;
	margin: 0px; padding: 0px;
	}
img, form { border: 0px; margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
}
h1, h2, h3 {
	margin: 0 0 5 0px;
	color: #caa951;
}
h1 { font-size: 20px; font-variant: small-caps; font-weight: normal;  border-bottom: 2px dotted #caa951;}
h2 { font-size: 18px; font-variant: small-caps; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; color: #99C; margin: 1px 0px; }

a { color: #999999; text-decoration: none; }
a:hover { text-decoration: underline; }

#background {
	background: url(images/background-repeat.jpg) repeat-y top center;
	background-color: #e9e9e9;
	width: 100%;
	text-align: center;   /*centra in IE 5.x */
}

#container {
	background: url(images/container-back.jpg) repeat-y top left;
	width: 1200px;
	display: block;
	position: relative;
	margin: 0px auto;
    text-align: left;
	min-height: 600px;
	background-color: #33557b;
	border-bottom: 1px solid #6d7263; border-left: 1px solid #6d7263; border-right: 1px solid #6d7263;
}
#container table, #container tr, #container td {
	margin: 0px; padding: 0px; border-collapse: collapse;
}

#homepage {
	width: 100%; max-height: 800px;
	border-collapse: collapse;
}

/* HEADER */

#header {
	width: 100%;
	padding: 0px; margin: 0px; background-color: #caa951;
	border-collapse: collapse;
}

div.topmenu_group {
	height: 18px;
	cursor: pointer; float: right;
}
a.topmenu_group, a.topmenu_group_active {
	font-size: 12px; text-align: left;
	color: #eee;
}
a.topmenu_group_active {
	font-weight: bold;
}
a.topmenu_group:hover, a.topmenu_group_active:hover {
	text-decoration: none;
	color: #fff;
}

div.mainmenu {
	width: 200px; height: 21px; text-align: center;
	cursor: pointer;
}
a.mainmenu, a.mainmenu-active {
	font-family: Verdana, Geneva, sans-serif;
	background: url(images/mainmenu_item.gif)  no-repeat top left;
	color: #fff3c2; font-size: 14px;
	display: block;
	padding-bottom: 5px;
}
a.mainmenu-active {
	background: url(images/mainmenu_item_active.gif)  no-repeat top left;
}
a.mainmenu:hover, a.mainmenu-active:hover {
	text-decoration: none;
	background-image: url(images/mainmenu_item_hover.gif);
	color: #333;
}


/* FOOTER */

#footer {
	/*background: url(images/bottom.jpg) no-repeat bottom center;*/
	padding-top: 10px; margin: 0px;
	border-top: 2px dotted #caa951;
	text-align: center;
}


/* NAVMENU */

#navmenu {
	width: 200px;
	vertical-align: top;
}

img.navmenu_item, img.navmenu_group, img.topmenu_group {
	padding-top: 4px; float:left;
}
div.navmenu_item, div.navmenu_group {
	width: 200px; height: 21px;
	cursor: pointer;
}
a.navmenu_item, a.navmenu_item_active,
a.navmenu_group, a.navmenu_group_active {
	background: url(images/navmenu_item.gif) no-repeat top left;
	font-size: 14px; text-align: left;
	color: #fff;
	height: 21px; overflow: hidden;
	display: block;
	padding-left: 10px;
}
a.navmenu_group {
	background: url(images/navmenu_group.gif) no-repeat top left;
	font-style: italic;
}
a.navmenu_group_active {
	background: url(images/navmenu_group_active.gif) no-repeat top left;
	font-weight: bold; color: #333;
}
a.navmenu_item_active {
	background: url(images/navmenu_item_active.gif) no-repeat top left;
	font-weight: bold; color: #333;
}
a.navmenu_item:hover, a.navmenu_group:hover, 
a.navmenu_item_active:hover, a.navmenu_group_active:hover {
	background: url(images/navmenu_item_hover.gif) no-repeat top left;
	text-decoration: none;
	color: #333;
}


/* CONTENT */
#content, #content_cat {
	min-height: 600px;
	padding: 30 50 10 50px;
	vertical-align: top;
}
#content table, #content tr, #content td {
	padding: 5px; border-collapse: collapse;
	border-color: #eee;
}
#content_cat table, #content_cat tr, #content_cat td {
	margin: 0px; padding: 5px; border-collapse: collapse;
}

.data {
	font-family: "Swis721 BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
ul.list_clear {
	list-style: none;
	margin: 0px; padding: 0px;
}

hr.grey {
	border: 0px; height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: grey 1px solid; 
}

hr.dashed_grey {
	border: 0px; height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: grey 1px dashed; 
}

hr.invisible {
	border: 0px; height: 1px;
	margin: 0px;
	padding: 0px;
}
	
.s_input {
	font-family: Verdana, Geneva, sans-serif; font-size: 11px; background: #FDFCFF;
	background-color: #F5F5F5;
	border: #D1D1D1 1px solid;
	margin: 0px;
}
.s_input:hover {
	background-color: #FFDCB9;
}
.s_input:focus {
	border: #FF4848 1px solid;
	background-color: #FFDCB9;
}

.button, .button_normal, .button_big, .button_selected, .button_selected_big, .button_disabled_big {
	font-size: 9px; font-weight: bold; 
	background: #EEEEEE; color: #727272; text-decoration: none;
	padding: 0px 5px;
	margin: 0px 3px;
	border: #CECEFF 1px solid;
	-moz-border-radius: 5px;
}
.button_normal {
	font-size: 11px;
}
.button_big, .button_selected_big, .button_disabled_big {
	font-size: 11px;
	line-height: 14px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}
.button_big {
	border-bottom: #EEEEEE 1px solid;
}
.button_selected_big {
	border-bottom: #CECEFF 1px solid;
}
.button_disabled_big {
	background: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}
.button:hover, .button_big:hover {
	background: #CECEFF; color: #727272; text-decoration: none;
	border-bottom: #CECEFF 1px solid;
}
.button_selected, .button_selected_big {
	background: #CECEFF;
	color: #000000;
}
.button_selected {
	background: #B9B9FF;
}


/* CATALOGO */
div.tab_container {
	width: 100%;
	margin: 0px 7px 0px 7px;
	border: #CECEFF 3px solid;
	-moz-border-radius: 5px;
}

.table_list, .table_list_sel, .table_list_no_margin, .table_list_no_margin_sel {
	width: 100%; border-collapse: collapse;
	color: #333; border: #D1D1D1 1px solid;
}
.table_list, .table_list_sel {
	padding: 0px 10px 0px 10px;
}
 .table_list_no_margin, .table_list_no_margin_sel {
	margin: 0px; padding: 0px;
}
.table_list_no_margin_sel .box_color1:hover, .table_list_no_margin_sel .box_color2:hover, .table_list_no_margin_sel .box_color4:hover, .table_list_no_margin_sel .box_color5:hover,
.table_list_sel .box_color1:hover, .table_list_sel .box_color2:hover, .table_list_sel .box_color4:hover, .box_color5:hover,
.box_color1_sel:hover, .box_color2_sel:hover, .box_color3_sel:hover, .box_color4_sel:hover, .box_color5_sel:hover {
	background-image: url(admin/images/back_text_3.gif);
	border: 1px solid #D1D1D1;
}

.box_color1 td, .box_color2 td, .box_color3 td, .box_color4 td, .box_color5 td, .box_color_desk td, .box_color_desk_title td, .box_color1_sel td, .box_color2_sel td, .box_color3_sel td, .box_color4_sel td, .box_color5_sel td {
	padding: 2px 5px 3px 5px;
}
.box_color1, .box_color1_sel {
	background-image: url(images/back_text_1.gif);
	border: 1px solid #D1D1D1;
}
.box_color2, .box_color2_sel {
	background-image: url(images/back_text_2.gif);
	border: 1px solid #D1D1D1;
}
.box_color3, .box_color3_sel {
	background-image: url(images/back_text_3.gif);
	border: 1px solid #D1D1D1;
}
.box_color4, .box_color4_sel {
	background-image: url(images/back_text_4.gif);
	border: 1px solid #D1D1D1;
}
.box_color5, .box_color5_sel {
	background-image: url(images/back_text_5.gif);
	border: 1px solid #D1D1D1;
}
.box_color_desk, .box_color_desk_title {
	background-image: url(images/back_text_desk.gif);
	border: 1px solid #D1D1D1;
}
.box_color_desk_title {
	font-weight: bold; font-size: 14px; text-align: center;
}

.s_input {
	font-family: verdana; font-size: 11px; background: #FDFCFF;
	background-color: #e1dff0;
	border: #D1D1D1 1px solid;
	margin: 0px; padding: 1px;
}
.s_input:hover {
	background-color: #FFDCB9;
}
.s_input:focus {
	border: #FF4848 1px solid;
	background-color: #FFDCB9;
}

.s_submit {
	font-family: verdana; font-size: 11px; background: #EEEEEE;
	border: #D1D1D1 1px solid;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	cursor: pointer;
}
.s_submit:hover {
	background: #CECEFF;
	cursor: hand;
}

.box_campo, .box_campo_float { padding: 4px 30px 0px 4px; }
.box_campo_float { float: left; }