body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color: #F3F3F3;
  direction:rtl;
}


A:link
{
}

A:visited
{
}

A:hover
{
}

A:active
{
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Arial,Tahoma,  Helvetica;
   font-size:  14px;
   font-weight:  normal;
   color: black;
}

.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.CommandButton
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color:Black;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: black;
	font-size: 12px;
	
}

A.CommandButton:visited
{
	text-decoration: underline;
	color:black;
	font-size: 12px;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
	font-size: 12px;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: black;
	font-size: 12px;
}


.Normal, .NormalDisabled, .Normal Td, .Normal Span, .Normal Div
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.Normal a:link, .Normal a:visited, .Normal a:active
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #2D67B3;
	text-decoration:underline;
}

.Normal a:hover
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 12x;
	font-weight: normal;
	color: black;
	text-decoration:underline;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* 
===================================
Skin styles for Headers
===================================
*/
H1
{
    color:#ff0000;
    font-size:14px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;
    margin-bottom:0;
    margin-top:-5;
    
}

H2
{
	color:black;
    font-size:12px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;
    font-style:italic;
}

H3
{
	color:black;
    font-size:12px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;
    font-style:normal;
}

H4
{
	color:#2b6f9e;
    font-size:12px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;
    font-style:normal;
}

H5
{
	color:#800000;
    font-size:12px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;
    font-style:italic;
 }

H6
{
	color:#386188;
    font-size:12px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;
    margin-bottom:-2;
    margin-top:-3;
    font-style:normal;
 }


/* 
================================
Skin styles for Menu
================================
*/

.rootMenuItem TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 14px; 
	font-style: normal;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	white-space:nowrap;
	height:23px;
	border: 0px;
	width: 100%;
	font-weight:bold;
	text-align:center;
}
.rootmenuitemactive TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 14px; 
	font-style: normal;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	white-space:nowrap;
	height:23px;
	border: 0px;
	width: 100%;
	font-weight:bold;
	text-align:center;
}
.rootmenuitemselected TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #C2D0FC; 
	font-size: 14px; 
	font-style: normal;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	white-space:nowrap;
	height:23px;
	border: 0px;
	width: 100%;
	font-weight:bold;
	text-align:center;
	background-image: url(images/bg-menu.gif);
	background-repeat:repeat-x;
	background-position: right top;
}
.rootmenuitembreadcrumb TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #C2D0FC; 
	font-size: 14px; 
	font-style: normal;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	white-space:nowrap;
	height:23px;
	border: 0px;
	width: 100%;
	font-weight:bold;
	text-align:center;
}

.submenuitemselect {
	background-color: Transparent;
	color: white; 
}

.MainMenu_MenuContainer {
	background-color: transparent; 
	padding:0px;
	margin:0px;
	border: 0px;
	width: 100%;
		text-align:center;
}
.MainMenu_MenuBar {
	background-color: Transparent;
	padding:0px;
	margin:0px;
	border: 0px;
	width: 100%;
		text-align:center;
}
.MainMenu_MenuItem {
	border-left: #EEEEEE 0px solid; 
	border-bottom: #215AAC 1px solid; 
	border-top: #215AAC 1px solid; 
	border-right: #EEEEEE 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	text-align:center;
	width:120px;

}
.MainMenu_MenuItemSel {
	border-left: #EEEEEE 0px solid; 
	border-bottom: #215AAC 1px solid; 
	border-top: #215AAC 1px solid; 
	border-right: #EEEEEE 0px solid;
	cursor: pointer;
	cursor: hand; 
	color: black;
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
		width:120px;

}
.MainMenu_MenuItemAct {
	border-left: #EEEEEE 0px solid; 
	border-bottom: #215AAC 1px solid; 
	border-top: #215AAC 1px solid; 
	border-right: #EEEEEE 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #215AAC;
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
		width:120px;

}

.MainMenu_SubMenu {
	/*margin-right: 5px;*/
	background-color: white;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-top: #215AAC 1px solid;
	border-right: #215AAC 1px solid;
	border-left: #215AAC 1px solid;
	/*border-bottom: #CCCCCC 1px solid;*/
	/*filter: Alpha(Opacity=100, FinishOpacity=75, Style=1);*/
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #215AAC 1px solid; 
	border-bottom: #215AAC 1px solid; 
	border-top: #215AAC 1px solid; 
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
    display:none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_MenuIcon {
	background-color: transparent; 
	border-left: #215AAC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #215AAC 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	display:none;
}

.menuseparator
{
    
    text-align:center;
    width:100%;
    	white-space:nowrap;
	height:35px;

}

/* 
===================================
Skin styles Specific for this site
===================================
*/

.copyright, .copyright a:link, .copyright a:visited
{
    font-family:arial;font-size:12px;color:#386188;
    font-weight:bold;
}

.host, .host a:link, .host a:visited
{
    font-family:arial;font-size:11px;color:#386188;
    font-style:normal;
}

.breadcrumb, .breadcrumb a:active, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover
{
 font-family: arial;
 font-size: 11px;
 color:#296b9b;
 }

.login, .login a:link, .login a:visited, .login a:hover
{
   font-family:arial;color:#FFFFFF; font-weight:bold; font-size:12px;
 
}


.links, .links a:link, .links a:visited, .links a:hover, .links P
{
    font-family:arial;font-size:11px;color:black;text-decoration:none;
    line-height:20px;
 
}

A.links:link
{
    font-family:arial;font-size:11px;color:black;text-decoration:none;
    line-height:20px;
	
}


.LinkModule, .LinkModule a:link, .LinkModule a:visited, .LinkModule a:hover, .LinkModule P
{
    
    color: #606060;
    font-family:arial;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
    vertical-align:middle;
    text-align:right;

}

A.LinkModule:link
{
     color: #606060;
    font-family:arial;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
        vertical-align:middle;
    text-align:right;

    
}

A.LinkModule:visited
{
     color: #606060;
    font-family:arial;
    font-size:12px;
    text-decoration:none;
    font-weight:bold;
        vertical-align:middle;
    text-align:right;

    
}

A.form_button:link
{
   font-family: arial; 
	font-size: 12px; 
	color: #0C429D;
	font-weight:bold;
	height:21px;
	width:49px;
	cursor:pointer;
	border: 1px solid #C6E5F1;
	white-space:nowrap;
	background:#F2FAFD;
    
}


.form_button, .form_button a:link, .form_button a:visited, .form_button a:hover
{
 	font-family: arial; 
	font-size: 12px; 
	color: #0C429D;
	font-weight:bold;
	height:21px;
	width:49px;
	cursor:pointer;
	border: 1px solid #C6E5F1;
	white-space:nowrap;
	background:#F2FAFD;


}

.form-text
{
    font-size:12px;
    font-family: Arial;
    color:black;   
}
.form-textBox
{
     width:200px; 
    font-size:12px;
    font-family: Arial;
    color:Black; 
    border: 1px solid #C6E5F1; 
    background: #F2FAFD;
    direction:rtl; 
    margin:3px;
}
.form-textBoxBig
{
    width:200px; 
    border: 1px solid #C6E5F1;
    background: #F2FAFD;
    direction:rtl; 
}


.SearchButton
{
    font-family: arial; 
	font-size: 12px; 
	color: #0C429D;
	font-weight:bold;
	height:21px;
	cursor:pointer;
	border:1px solid #C6E5F1;
	white-space:nowrap;
	background:#40AF49;
	padding:3px;
	width:45px;
	text-align:center;
	text-decoration:none;
	background:#F2FAFD;
    
}

A.SearchButton:link
{
   font-family: arial; 
	font-size: 12px; 
	color: #0C429D;
	font-weight:bold;
	height:21px;
	cursor:pointer;
	border:1px solid #C6E5F1;
	white-space:nowrap;
	background:#40AF49;
	padding:3px;
	width:45px;
	text-align:center;
	text-decoration:none;
	background:#F2FAFD;
    
}

A.SearchButton:hover
{
 color:#C6E5F1;
}

.SearchTextBox
{
    height:24px;
    width:100px;
    border:1px solid #C6E5F1;
    background:#F2FAFD;
}



.MyList a:link, .MyList a:visited, .MyList a:hover, .MyList P, .MyList TD
{
    
    color: #606060;
    font-family:arial;
    font-size:11px;
    
    

}

A.MyList:link
{
     color: #606060;
    font-family:arial;
    font-size:11px;
    
}

A.MyList:visited
{
     color: #606060;
    font-family:arial;
    font-size:11px;

    
}

.MyList
{
    width:100%; 
    color: #606060;
    font-family:arial;
    font-size:11px;
  
}

/*======================Store Style=====================*/

.message SPAN { font-family:Arial;font-size:11px;color:Gray;}
.message,
.message A:link,
.message A:visited,
.message A:hover {font-family:Arial;font-size:11px;color:Gray; }


Td.NewProduct-Summary SPAN{ font-family:Arial, Tahoma;font-size:11px;color:#737373;direction:ltr;}
.NewProduct-Summary SPAN{ font-family:Arial, Tahoma;font-size:11px;color:#737373;direction:ltr;}


.NewProduct-Image { border:0;height:95px;background-color:white;display:block; vertical-align:bottom; text-align:center; margin:Auto; }
.NewProduct-Image IMG { border:0;max-height:95px;max-width:130px; }
.NewProduct-Image a:link IMG { border:0;max-height:95px;max-width:130px; }


/*======================הרשמה=====================*/
.regDefault{width:280px; font-size:12px;font-family: Arial;color:Black; border: 1px solid #C6E5F1; background: #F2FAFD;direction:rtl;}
.RegistrationButton{background-image:url(/images/button-register.gif);background-repeat:no-repeat;}
.regC{font-family:Arial;font-size:12px;color:Black;font-weight:bold;font-style:normal;}