/*  ---------------------------------------------------------------------------------- */
/*  Main elements
/*  ---------------------------------------------------------------------------------- */

body { 
	background-color						: #FFFFFF;
	background-repeat						: repeat-x;	
	color									: #000000;
	font-family								: verdana, arial;
	font-size								: x-small;
}
td {
	font-size								: x-small;
}
a:hover {
	text-decoration							: underline;
} 
a:active { 
	color									: #203859;
} 
a:visited { 
  	color									: #203859;
}
a:link { 
  	color									: #203859;
} 
a {
  	text-decoration							: none;
}
form {
	margin-bottom							: 0px;
	margin-left								: 0px;
	margin-right							: 0px;
	margin-top								: 0px;		
}

/*  ---------------------------------------------------------------------------------- */
/*  Design
/*  ---------------------------------------------------------------------------------- */
.design_tableheader {
	background-color						: #DEDACA;
	border-top								: 1px #F5F5DC solid;
	border-left								: 1px #F5F5DC solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	padding-top								: 5px;
	padding-left							: 5px;
	padding-right							: 5px;
	padding-bottom							: 5px;
	font-weight								: bold;
	font-size								: xx-small;
}
.design_tablecontent_over {
	background-color						: #FFFFC8;
	font-size								: xx-small;
}
.design_tablecontent_out {
	background-color						: #FFFFFF;
	font-size								: xx-small;
}
.design_tablecontent_start {
	border-top								: 1px #F5F5DC solid;
	border-left								: 1px #F5F5DC solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
	background-color						: #DEDACA;
	padding-top								: 5px;
	padding-left							: 5px;
	padding-right							: 5px;
	padding-bottom							: 5px;
}
.design_table_container {
	background-color						: #DEDACA;
	overflow								: auto;
	height									: 500px;
}
.design_tablecontent {
	border-right							: 1px #AFAFAF solid;
	border-bottom							: 1px #EBEBEB solid;	
	padding-top								: 5px;
	padding-left							: 5px;
	padding-right							: 5px;
	padding-bottom							: 5px;
	font-size								: xx-small;
}
.design_mainarea {
	padding-top								: 10px;
	padding-bottom							: 0px;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
}
.design_logo {
	padding-bottom							: 4px;
	padding-left							: 4px;
}
.design_top_menu {
	padding-right							: 10px;	
	font-size								: xx-small;
}
.design_login {
	text-align								: right;	
}
.design_search {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	padding-top								: 5px;
	padding-bottom							: 5px;
	padding-left							: 5px;
	padding-right							: 5px;	
}
.design_search_box {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	font-weight								: bold;
}
.design_search_button {
	background-color						: #FFA800;
	color									: #000000;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	height									: 20px;
	width									: 80px;	
	font-size								: x-small;
	cursor									: pointer;
}
.design_search_text {
	text-align								: right;
	padding-right							: 5px;	
}
.design_middle_menu {
	padding-top								: 10px;
	padding-bottom							: 10px;
	padding-left							: 10px;
	padding-right							: 10px;
	text-align								: center;
	background-color						: #C0C0C0;
	color									: #FFFFFF;
	font-weight								: bold;
}
.design_left_menu {
	padding-top								: 10px;
	padding-bottom							: 10px;
	padding-left							: 10px;
	padding-right							: 10px;
	width									: 200px;		
}
.design_menu_container {
	background-color						: #EBEBEB;	
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
}
.design_menu_title {
	background-color						: #FFA800;	
	font-weight								: bold;
	border-bottom							: 1px #C0C0C0 solid;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 5px;
	padding-right							: 5px;	
}
.design_menuelement {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;		
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	font-size								: xx-small;
	cursor									: pointer;
}
.design_menuelement_over {
	background-color						: #FFFFFF;
	border-top								: 1px #555555 solid;
	border-left								: 1px #555555 solid;
	border-right							: 1px #555555 solid;
	border-bottom							: 1px #555555 solid;		
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	font-size								: xx-small;
	cursor									: pointer;
}
.design_menuelement_selected {
	background-color						: #87FFA3;
	border-top								: 1px #555555 solid;
	border-left								: 1px #555555 solid;
	border-right							: 1px #555555 solid;
	border-bottom							: 1px #555555 solid;		
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	font-size								: xx-small;
	cursor									: pointer;
}
.design_menuelement_sub1 {
	font-size								: xx-small;
	padding-left							: 2px;
}
.design_combobox {
	font-size								: xx-small;
	font-face								: verdana;
	width									: 100px;
}
.design_menuelement_sub1_over {
	background-color						: #FFFFFF;
	cursor									: pointer;	
	font-size								: xx-small;
	padding-left							: 2px;
}
.design_menuelement_sub1_selected {
	background-color						: #FBFFB3;
	cursor									: pointer;	
	font-size								: xx-small;
}
.design_content_area {
	padding-top								: 10px;
	padding-bottom							: 10px;
	padding-left							: 10px;
	padding-right							: 10px;		
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
}
.design_content_container {
	background-color						: #EBEBEB;	
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
}
.design_content_title {
	background-color						: #FFA800;	
	font-weight								: bold;
	border-bottom							: 1px #C0C0C0 solid;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 5px;
	padding-right							: 5px;		
}
.design_content_box {
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 5px;
	padding-right							: 5px;	
}
.design_content_box_over {
	background-color						: #FFFFFF;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 5px;
	padding-right							: 5px;		
}
.design_right_menu {
	padding-top								: 10px;
	padding-bottom							: 10px;
	padding-left							: 10px;
	padding-right							: 10px;
	width									: 200px;		
}
.design_menu_shoppingcart {
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 5px;
	padding-right							: 5px;		
}
.design_bottom_menu {
	padding-top								: 10px;
	padding-bottom							: 10px;
	padding-left							: 10px;
	padding-right							: 10px;
	text-align								: center;
	background-color						: #C0C0C0;
	color									: #FFFFFF;
	font-weight								: bold;
}
.design_recommended_product {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
}
.design_recommended_product_over {
	background-color						: #F5F5F5;
	border-top								: 1px #555555 solid;
	border-left								: 1px #555555 solid;
	border-right							: 1px #555555 solid;
	border-bottom							: 1px #555555 solid;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
}
.design_recommended_producttitle {
	padding-top								: 0px;
	padding-bottom							: 0px;
	padding-left							: 0px;
	padding-right							: 0px;		
	font-weight								: bold;	
	border-bottom							: 1px #C0C0C0 solid;
	height									: auto;
}
.design_recommended_productimage {
	width									: 100px;
	padding-right							: 3px;
}
.design_recommended_buy_button {
	text-align								: right;	
}
.design_recommended_price {
	font-size								: medium;
	font-weight								: bold;	
}
.design_recommended_productid_text {
	font-size								: xx-small;
	width									: 90px;	
	text-align								: right;
	padding-right							: 3px;
}
.design_recommended_productid_text_value {
	font-size								: xx-small;
}
.design_recommended_stock_text {
	font-size								: xx-small;
	width									: 90px;	
	text-align								: right;
	padding-right							: 3px;	
}
.design_recommended_stock_text_value {
	font-size								: xx-small;
}
.design_productimage_frame {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
}
.design_productlist_header {
	background-color						: #C0C0C0;
	font-weight								: bold;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 0px;
	padding-right							: 3px;		
}
.design_productlist_element {
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 0px;
	padding-right							: 3px;		
}
.design_productlist_element_over {
	background-color						: #FFFFFF;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 0px;
	padding-right							: 3px;		
}
.design_productlist_element_border {
	border-bottom							: 1px #C0C0C0 solid;
}
.design_buy_title {
	font-weight								: bold;
	font-size								: x-small;	
}
.design_buy_price {
	font-weight								: bold;
	font-size								: x-small;
	text-align								: right;	
}
.design_buy_box {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	font-weight								: bold;
	width									: 30px;
}
.design_cart_box {
	background-color						: #EBEBEB;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	font-weight								: bold;
	width									: 30px;
}
.design_cartlist_box {
	background-color						: #FFFFFF;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	font-weight								: bold;
	width									: 30px;	
}
.design_cart_header {
	background-color						: #C0C0C0;
	font-weight								: bold;	
	padding-top								: 3px;
	padding-left							: 3px;
	padding-right							: 3px;
	padding-bottom							: 3px;	
}
.design_cart_element_start {
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;		
	padding-left							: 3px;
	padding-right							: 3px;
	height									: 30px;
}
.design_cart_element_line {
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;		
	padding-left							: 3px;
	padding-right							: 3px;
	height									: 30px;
}
.design_cart_element_end {
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;		
	padding-left							: 3px;
	padding-right							: 3px;
	height									: 30px;
}
.design_cart_element_right {
	border-right							: 1px #C0C0C0 solid;
	padding-left							: 3px;
	padding-right							: 3px;
	height									: 30px;	
}
.design_cart_text {
	font-size								: xx-small;
	padding-left							: 3px;	
}
.design_cart_price {
	font-weight								: bold;
}
.design_cart_sum_element {
	background-color						: #FAFAFA;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;		
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	font-size								: xx-small;
}
.design_cart_element {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;		
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	font-size								: xx-small;
}
.design_cart_element_over {
	background-color						: #FFFFFF;
	border-top								: 1px #555555 solid;
	border-left								: 1px #555555 solid;
	border-right							: 1px #555555 solid;
	border-bottom							: 1px #555555 solid;		
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	font-size								: xx-small;
}
.design_emptycart_button {
	background-color						: #FFA800;
	color									: #000000;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	height									: 20px;
	width									: 80px;	
	font-size								: x-small;	
	cursor									: pointer;
}
.design_cart_button {
	background-color						: #A1F669;
	color									: #000000;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	height									: 20px;
	width									: 80px;	
	font-size								: x-small;
	cursor									: pointer;
}

.design_product_producttitle {
	padding-top								: 0px;
	padding-bottom							: 0px;
	padding-left							: 0px;
	padding-right							: 0px;		
	font-weight								: bold;	
	border-bottom							: 1px #C0C0C0 solid;
	height									: auto;
}
.design_product_productimage {
	width									: 100px;
	padding-right							: 3px;
}
.design_product_buy_button {
	text-align								: right;	
}
.design_product_price {
	font-size								: medium;
	font-weight								: bold;	
}
.design_product_productid_text {
	font-size								: xx-small;
	width									: 90px;	
	text-align								: right;
	padding-right							: 3px;
}
.design_product_productid_text_value {
	font-size								: xx-small;
}
.design_product_stock_text {
	font-size								: xx-small;
	width									: 90px;	
	text-align								: right;
	padding-right							: 3px;	
}
.design_product_text_value {
	font-size								: xx-small;
}
.design_product_stock_text_value {
	font-size								: xx-small;
}
.design_product_container {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;			
}
.design_productid_container {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	text-align								: center;
	font-size								: xx-small;	
}
.design_productinfo_container {
	padding-top								: 10px;
	padding-bottom							: 10px;
	padding-left							: 3px;
	padding-right							: 3px;		
}
.design_buy_button {
	background-color						: #A1F669;
	color									: #000000;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	height									: 20px;
	width									: 80px;	
	font-size								: x-small;
	cursor									: pointer;
}
.design_tipafriend_container {
	background-color						: #EBEBEB;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;		
}
.design_tip_sent {
	font-size								: xx-small;
	text-align								: center;
	background-color						: #FFFFFF;
	font-weight								: bold;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;			
}
.design_textbox {
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	font-weight								: bold;
}
.design_required_field {
	color									: #FF0000;
	font-weight								: bold;	
}
.design_productinfo_title {
	background-color						: #FFFFFF;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;			
}
.design_productinfo_description {
	background-color						: #CECECE;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;		
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
}
.design_offer_container {
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
}
.design_offer_container_over {
	background-color						: #CECECE;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;
	border-top								: 1px #555555 solid;
	border-left								: 1px #555555 solid;
	border-right							: 1px #555555 solid;
	border-bottom							: 1px #555555 solid;	
}
.design_offer_container_sub {
	background-color						: #EFEFEF;	
}
.design_offer_title {
	font-size								: xx-small;
	font-weight								: bold;
	background-color						: #C0C0C0;	
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
}
.design_recommended_price_small {
	font-size								: xx-small;	
}
.design_cart_location {
	background-color						: #CECECE;
	font-size								: xx-small;	
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;
}
.design_cart_location_selected {
	background-color						: #FFFFFF;
	font-weight								: bold;
	font-size								: xx-small;	
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;
}
.design_offer_picturebg {
	height									: 120px;
}
.design_offer_pictureframe {
	background-color						: #FFFFFF;
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;		
}
.design_offer_text {
	font-size								: xx-small;	
	border-top								: 1px #C0C0C0 solid;
	border-left								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;	
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;	
}
.design_offer_text_value {
	background-color						: #FFFFFF;
	font-size								: xx-small;	
	border-top								: 1px #C0C0C0 solid;
	border-right							: 1px #C0C0C0 solid;
	border-bottom							: 1px #C0C0C0 solid;			
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 3px;
	padding-right							: 3px;
}

/* ------------------------------------------------------------------------------------ */
/* Tab panes
/* ------------------------------------------------------------------------------------ */

.dynamic-tab-pane-control.tab-pane {
	position								: relative;
	width									: 100%;
	padding-left							: 0px;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family								: Verdana, Helvetica, Arial;
	font-size								: xx-small;
	cursor									: Default;
	display									: inline;
	margin									: 1px -5px 1px 5px;
	float									: left;
	padding									: 3px 6px 3px 6px;
	border-bottom							: 1px #617993 solid;
	background-color						: #EFEFEF;	
	border									: 1px solid;
	border-color							: #C0C0C0;
	border-left								: 1px solid #C0C0C0;
	border-bottom							: 0px;
	border-top								: 1px solid #C0C0C0;
	background-image						: url(../images/layout/iw_tab_default.gif);
	cursor									: hand;
	font-weight								: normal;
	cursor									: pointer;
	z-index									: 1;
	position								: relative;
	top										: 0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border									: 1px solid #C0C0C0;
	border-bottom							: 0;
	z-index									: 3;
	padding									: 2px 6px 5px 6px;
	margin									: 1px -6px -2px 0px;
	top										: -2px;
	background								: #FFFFFF;
	font-weight								: bold;
	background-image						: url(../images/layout/iw_tab_selected.gif);
	color									: #000000;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family								: Verdana, Helvetica, Arial;
	font-size								: xx-small;
	color									: #000000;
	text-decoration							: none;
	cursor									: hand;
	cursor									: pointer;
	padding-top								: 3px;
	height									: 16px;
	width									: 100px;
	text-align								: center;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color									: #000000;
	background-color						: #FFFFFF;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight								: bold;
}

.dynamic-tab-pane-control .tab-page {
	clear									: both;
	border									: 1px solid #C0C0C0;
	background								: #FFFFFF;
	z-index									: 2;
	position								: relative;
	top										: -2px;
	color									: #000000;
	font-family								: Verdana, Helvetica, Arial;
	font-size								: 13px;
	padding									: 10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index									: 1;
	white-space								: nowrap;
	background								: #EBEBEB;
	height									: 1.85em;
	width									: 100%;
}

.skin0{
	position								: absolute;
	width									: 165px;
	border									: 1px solid black;
	background-color						: #EBEBEB;
	font-family								: Verdana;
	line-height								: 20px;
	cursor									: default;
	font-size								: xx-small;
	z-index									: 100;
	visibility								: hidden;
}

.menuitems{
	padding-left							: 10px;
	padding-right							: 10px;
}

.contextmenu {
	height									: 0px;	
	visibility								: hidden;
}

.menuitems_header {
	background-color						: #FFA800;	
	font-weight								: bold;
	border-bottom							: 1px #C0C0C0 solid;
	padding-top								: 3px;
	padding-bottom							: 3px;
	padding-left							: 5px;
	padding-right							: 5px;	
	text-align								: center;
	text-transform							: uppercase;
}

.defaultTreeTable{
			margin : 0px;
			padding : 0px;
			border : 0px;
}
.containerTableStyle { overflow : auto; position:relative; top:0; font-size : 12px;}
.containerTableStyleRTL span { direction: rtl; unicode-bidi: bidi-override;  }
.containerTableStyleRTL { direction: rtl; overflow : auto; position:relative; top:0; font-size : 12px;}
.standartTreeRow{	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	font-size : 12px; -moz-user-select: none;  }
.selectedTreeRow{ background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 		font-size : 12px;  -moz-user-select: none; }
.dragAndDropRow{ background-color : navy; color:white; }
.standartTreeRow_lor{	text-decoration:underline; background-color : #FFFFF0; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	font-size : 12px; -moz-user-select: none; }
.selectedTreeRow_lor{   text-decoration:underline; background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 		font-size : 12px;  -moz-user-select: none; }

.standartTreeImage{ width:18px; height:18px;  overflow:hidden; border:0; padding:0; margin:0; }
.hiddenRow { width:1px;   overflow:hidden;  }
.dragSpanDiv,.dragSpanDiv td{ 	font-size : 12px; 	background-color:white; }


.selectionBox{
background-color: #FFFFCC;
}
.selectionBar {
	top:0;
	background-color: Black;
	position:absolute;
	overflow:hidden;
	height: 2px;
	z-index : 11;
}

.intreeeditRow{
  width:100%; font-size:8pt; height:16px; border:1px solid silver; padding:0; margin:0;
  -moz-user-select:  text;   
}
.dhx_tree_textSign{
   font-size:8pt;
   font-family:monospace;
   width:21px;
   color:black;
   padding:0px;
   margin:0px;
   cursor:pointer;
   text-align: center;
}

.dhx_tabbar_zoneV{
   position:relative;
}
.dhx_tabbar_zoneVB{
    position:relative;
}




.dhx_tabbar_zone .dhx_tablist_zone{
  padding:5px 0px 0px 0px;
}
.dhx_tabbar_zoneB .dhx_tablist_zone{
  padding:5px 0px 0px 0px;
}
.dhx_tabbar_zoneV .dhx_tablist_zone{
  padding:0px 0px 0px 0px;
}
.dhx_tabbar_zoneVB .dhx_tablist_zone{
  padding:0px 0px 0px 0px;
  position:absolute;
}



.dhx_tabcontent_zone{
  overflow:hidden;
  position:relative;
  background-color:#F0F8FF;
}
.dhx_tabbar_zone .dhx_tabcontent_zone{
  border-bottom:1px solid #91A7B4;
  border-left:1px solid #91A7B4;
  border-right:1px solid #91A7B4;
  border-top:0px solid #91A7B4;  
}
.dhx_tabbar_zoneB .dhx_tabcontent_zone{
  border-top:1px solid #91A7B4;
  border-left:1px solid #91A7B4;
  border-right:1px solid #91A7B4;
  border-bottom:0px solid #91A7B4;
}
.dhx_tabbar_zoneV .dhx_tabcontent_zone{
  border-bottom:1px solid #91A7B4;
  border-top:1px solid #91A7B4;
  border-right:1px solid #91A7B4;
  border-left:0px solid #91A7B4;
  position:absolute; top:0px;
}
.dhx_tabbar_zoneVB .dhx_tabcontent_zone{
  border-bottom:1px solid #91A7B4;
  border-top:1px solid #91A7B4;
  border-left:1px solid #91A7B4;
  border-right:0px solid #91A7B4;
  position:absolute; top:0px;
  left:0px;
}






.dhx_tab_element div{
    font-family:Tahoma;
    font-size:8pt;
}
.dhx_tabbar_zoneB .dhx_tab_element div{
    background-position:bottom;
}
.dhx_tabbar_zoneVB .dhx_tab_element div{
    background-position:right;
}




.dhx_tab_element{
    font-family:Tahoma;
    font-size:8pt;
    text-align:center;
    cursor:pointer;
    position:absolute;

    overflow:hidden;
}
.dhx_tabbar_zone .dhx_tab_element{
    padding:3px 0px 3px 0px;
}
.dhx_tabbar_zoneB .dhx_tab_element{
    padding:0px 0px 0px 0px;

}
.dhx_tabbar_zoneV .dhx_tab_element{
    padding:0px 3px 0px 3px;
}
.dhx_tabbar_zoneVB .dhx_tab_element{
    padding:0px 0px 0px 0px;
}








.dhx_tab_element_inactive{
    font-weight:normal;
    z-Index:4;
}
.dhx_tabbar_zone .dhx_tab_element_inactive{
    margin-top:3px;
    margin-left:0px;
}
.dhx_tabbar_zoneB .dhx_tab_element_inactive{
    margin-top:0px;
    margin-left:0px;
}
 .dhx_tabbar_zoneV .dhx_tab_element_inactive{
    margin-left:3px;
    margin-top:0px;
}
.dhx_tabbar_zoneVB .dhx_tab_element_inactive{
    margin-left:0px;
    margin-top:0px;
}


.dhx_tab_element_active{
    background-color: #F0F8FF;
    font-weight:bold;
    z-Index:5;
}
.dhx_tabbar_zoneB .dhx_tab_element_active{
    margin-top:0px;
}

.dhx_tab_element_disabled{
	color:silver;
	cursor:default;
}


.dhx_tabbar_row{
    overflow:hidden;
}
.dhx_tabbar_zone .dhx_tabbar_row{
    margin-top:-5px;
    position:relative;
    }
.dhx_tabbar_zoneB .dhx_tabbar_row{
    margin-top:-5px;
    position:relative;
    }
.dhx_tabbar_zoneV .dhx_tabbar_row{
    margin-left:0px;
    margin-top: 0px;
    top:0px;
    position:absolute;
    }
.dhx_tabbar_zoneVB .dhx_tabbar_row{
    margin-left:0px;
    margin-top: 0px;
    top:0px;
    position:absolute;
    }






.dhx_tablist_scroll{
    position:absolute;
    top:5px;
    right:4px;
    height:15px;
    width:32px;
    z-Index:6;
    cursor:pointer;
}
.dhx_tabbar_zoneV .dhx_tabbar_row .dhx_tablist_scroll{
    height:32px;
    width:15px;
}
.dhx_tabbar_zoneVB .dhx_tabbar_row .dhx_tablist_scroll{
    height:32px;
    width:15px;
}





.dhx_tablist_line{
    height:1px;
    overflow:hidden;
    background-color:#91A7B4;
    width:100%;
    position:absolute;
    left:0px;
    z-Index:4;
}

.dhx_tabbar_zoneB .dhx_tabbar_row .dhx_tablist_line{
    height:1px;
    width:100%;
    left:0px;
}
.dhx_tabbar_zoneV .dhx_tabbar_row .dhx_tablist_line{
    width:1px;
    height:100%;
    top:0px;
}
.dhx_tabbar_zoneVB .dhx_tabbar_row .dhx_tablist_line{
    width:1px;
    height:100%;
    top:0px;
}

.dhx_ajax_loader{
    margin-top:20px;
    margin-left:10px;    
    font-size:10pt;
    font-family:Arial,Tahoma;
    font-weight:bold;
    vertical-align: absmiddle;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 12px Verdana;
background-color: #ebebeb;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 15px;
margin-right: 0px;
border: 1px solid #c0c0c0;
color: #2d2b2b;
font-size: xx-small;
background: #ebebeb url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
font-weight:bold;
background-color: #ffffff;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #c0c0c0;
background-color: #FFFFFF;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}