﻿img
{
    border:0px;
}
.FaText_
{
    font-family: Tahoma;
    direction: rtl;
    text-align: right;
    font-size: 11px;
    float:left;
    width:800px;
}

.graypanel
{
    padding: 5px;
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
}

.dashedpanel
{
    border: 1px dashed silver;
    padding: 5px;
    margin-bottom: 10px;
}


/*textbox*/
input, select { font-size: 13px;  /*border: 1px solid silver;*/ font-family:Tahoma;}
textarea      { font-size: 11px;  /*border: 1px solid silver;*/ }
button        { font-size: 10px;  font-family:Tahoma;}

input.disabled { background-color: #F0F0F0; }

input.button  { cursor: pointer;   }

/*input:focus,
select:focus,
textarea:focus { background-color: #ffd }*/

fieldset 
{
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: right;
	direction: rtl;
}

fieldset p {  margin: 10px 0px;  }

legend
{
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
}
.key
{
    float:right;
    background-color: #dad0d0;
    text-align: left;
    width: 140px;
    color: #666;
    font-weight: bold;
    padding:5px;
    /*border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;*/
}

.header_
{
    padding:0 20px 0 0;
    height:20px;
}

/* tiny link button */
.addbutton
{
    background-position: left;
    background-image: url(../../images/icons/add_16.png);
    background-repeat: no-repeat;
    display: inline;
    padding-left: 17px;
}

.removebutton
{
    background-position: left;
    background-image: url(../../images/icons/remove_16.png);
    background-repeat: no-repeat;
    display: inline;
    padding-left: 17px;
}

.editbutton
{
    background-position: left;
    background-image: url(../../images/icons/edit_16.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 17px;
}

.contactbutton
{
    background-position: left;
    background-image: url(../../images/icons/chat_16.png);
    background-repeat: no-repeat;
    display: inline;
    padding-left: 17px;
    height: 17px;
    padding-top:3px;
    width: 50px;
}

.partnersbutton
{
    background-image: url(../../images/btn1.png);
    background-repeat: no-repeat;
    display: block;
    height: 29px;
    padding-top: 7px;
    width: 142px;
    color: #fff;
    font-size: 12px;
    margin-right: 4px;
    text-align:center;
}
.partnersbutton:hover
{
    color: #121212;
}

/* grid view css */
.mGrid {   
    width: 100%;   
    background-color: #fff;   
    margin: 5px 0 10px 0;
    border: solid 1px #525252;   
    border-collapse:collapse;
}  
.mGrid td {   
    padding: 2px;
    border: solid 1px #e7e7e7;   
    color: #717171;
}  
.mGrid th {   
    padding: 4px 2px;   
    color: #fff;   
    background: #424242 url(../../images/grd_head.png) repeat-x top;   
    border-left: solid 1px #525252;   
    font-size: 0.9em;   
}  
.mGrid tr:hover {
    background-color: #ffffdd;
}
.mGrid .alt {
    background: #F9F9F9;
}  
.mGrid .pgr { background: #424242 }  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;
}     
.mGrid .pgr a { color: #666; text-decoration: none; background-color:#424242; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; }
.mGrid .pgr td:hover { background: #424242}
.mGrid .pgr tr:hover { background-color: #424242; }

.FloatL
{
    float:left;
}

.FloatR
{
    float:right;
}

.ContentTitle
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}
/* kar nemikone */
.ContentTitle a
{
    background-position: right;
    background-image: url('../../templates/default/images/arrow_fa.gif');
    background-repeat: no-repeat;
}

.DateTimeTitle
{
    font-size: x-small;
    font-family: sans-serif;
    color: #808080;
}

/* rating css style */
.ratingStar
{
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar
{
    background-image: url(../../images/fullstar.png);
}
.emptyRatingStar
{
    background-image: url(../../images/blankstar.png);
}
.savedRatingStar
{
    background-image: url(../../images/fullstar.png);
} 
/* end rating css */ 

/** cpanel settings **/

#cpanel div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

#cpanel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

#cpanel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

#cpanel img  { padding: 10px 0; margin: 0 auto; border:0px;}
#cpanel span { display: block; text-align: center; }


/****** personal data panel *****/
.personaldata
{
    font-family: Tahoma;
    font-size:10px;
}

table.admintable td.hey 
{
	background-color: #f6f6f6;
	text-align: right;
	width: 90px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 3px;
}

/* partner and resume tabel */
.mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mytable caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px tahoma;
	text-align: right;
}

.mytable th {
	font: bold 11px tahoma;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../../images/bg_header.jpg) no-repeat;
}

.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.mytable td {
	/*border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;*/
	border:1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size: 10px;
	background: #fff url(../../images/bullet1.gif) no-repeat;
}

.mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../../images/bullet1.gif) no-repeat;
	font: bold 10px tahoma;
}

.mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../../images/bullet2.gif) no-repeat;
	font: bold 10px tahoma;
	color: #797268;
}

/* register button */
.RunNowButton
    {
         text-align: center;
    }
    .RunNowButton a
    {
        text-decoration:none;
        color:black;
    }
    .RunNowButton a:hover
    {
        text-decoration:none;
        color:Green;
    }
   .RunNowIconWrapper
	{
	    background:url('../../images/btn_register_disabled.png');
	    height:57px;
	    width:149px;
    }
    
    .RunNowIconWrapper:hover
	{
	    background:url('../../images/btn_register_enable.png');
	    height:57px;
	    width:149px;
    }

    .RunNowIconText
    {
	    font-size:16pt;
	    font-weight:bold;
	    display: block;
	    padding-top:18px;
    }

/* activation panel */
.activation
{
    width: 360px;
    background-color:#9ad8e7;
}
.activdiv
{
    padding:20px;
}

.headerimg
{
    position:absolute;
}

.LeftTitle
{
    text-align: left;
    position:relative; 
    width:300px; 
    height:75px; 
    overflow:hidden; 
    margin:30px 0 0 20px; 
    padding:0; 
    font-size:140%;
}

.RightTitle
{
    text-align: right;
    float:right;
    position:relative; 
    width:300px; 
    height:75px; 
    overflow:hidden; 
    margin:30px 0 0 20px; 
    padding:0; 
    font-size:140%;
    margin-right: 25px;
}

.HeaderBg
{
    width:940px; 
    height:95px; 
    overflow:hidden; 
}

/* silver button */
.silverbutton
{
    background-image: url(../../images/btn_silver.png);
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    padding-top: 3px;
    width: 131px;
    font-size: 12px;
    margin-right: 4px;
    text-align:center;
}

.graybutton
{
    background-image: url(../../images/btn_gray_small.gif);
    height: 22px;
    width: 170px;
    display: block;
    text-align: center;
    background-repeat:no-repeat;
    font-size: 12px;
    margin-bottom:5px;
    margin-top:5px;
}


.redPass
{
    background-color:Red;
    font-size:10px;
    color: #fff;
    font-weight:bold;
    padding: 2px;
}
.greenPass
{
    background-color:Green;
    font-size:10px;
    color: #fff;
    font-weight:bold;
    padding: 2px;
}

.yellowPass
{
    background-color:Yellow;
    font-size:10px;
    color: #000;
    font-weight:bold;
    padding: 2px;
}

.mycenter 
{
      position:absolute;
      top: 50%;
      left: 50%;
      width:750px;
      height:274px;
      margin-top: -190px; /*set to a negative number 1/2 of your height*/
      margin-left: -375px; /*set to a negative number 1/2 of your width*/
      text-align: center;
}

.inputblock div.blocki
{
    text-align: center; 
    margin-right: 5px; 
    float: left; 
    margin-bottom: 5px;
}

.inputblock div.blocki span
{
    display:block; 
    text-align: center;
}

.inputblock div.blocki span p
{
    /*background-color:#EAEAEA;
    border-top:solid 1px #DDDDDD;*/
    background-color:#76AE02;
    color:#fff;
    border-top:solid 1px #659502;
    margin-bottom:5px;

}


table.detailtable
{
    font-size:11px;
}
table.detailtable td
{
    color:#666666;
    width:265px;
    height:31px;
    padding:5px;
    direction:rtl;
}
table.detailtable td.name
{
    background-color:#555555;
    color:#fff;
    font:Helvetica;
    padding:5px;
}
table.detailtable td.better
{
    background-color:#71AA00;
    color:#fff;
    padding:5px;
}
table.detailtable td.cats
{
    font-weight:bold;
    color:#4C4C4C;
    padding:5px;
    height:31px;
    border-bottom: #CDCDCD 1px dashed;
}

table.detailtable tr.alter
{
    background-color:#F7F7F7;
}

.specialoffer
{
    background:url(../images/icon/16/rosette.png) no-repeat right;
    display:inline-block;
    padding-right:20px;
}

/* sliders css style */
.slider_main
{
    width:580px;
    height:75px;
}
.slider_main .slider_price_left
{
    background:url('../templates/default/images/slider_price_left.png') left no-repeat;
    width: 26px;
    float:left;
    height:75px;
}
.slider_main .slider_cpu_left
{
    background:url('../templates/default/images/slider_cpu_left.png') left no-repeat;
    width: 26px;
    float:left;
    height:75px;
}
.slider_main .slider_wg_left
{
    background:url('../templates/default/images/slider_wg_left.png') left no-repeat;
    width: 26px;
    float:left;
    height:75px;
}
.slider_main .slider_ram_left
{
    background:url('../templates/default/images/slider_ram_left.png') left no-repeat;
    width: 26px;
    float:left;
    height:75px;
}
.slider_main .slider_center
{
    background:url('../templates/default/images/slider_bg.png') center repeat-x;
    width: 544px;
    float:left;
    height:75px;
}
.slider_main .slider_right
{
    background:url(../templates/default/images/slider_right.png) right no-repeat;
    width:10px;
    float:right;
    height:75px;
}
/********************/
.btn_bg
{
    background:url(../templates/default/images/btn_bg.png) center repeat-x;
    height:21px;
    color:#fff;
    border:0;
    padding-bottom:5px;
    cursor:pointer;
}

/**** widther title header *****/

.center_title_bar_1c
{
    width:980px;
    height:68px;
    text-align:right;
}
.center_title_bar_1c .center_title_bar_1c_center
{
    background:url('../templates/default/images/bar_bg_center.png') center repeat-x;
    width: 964px;
    float:left;
    height:68px;
}
.center_title_bar_1c .center_title_bar_1c_left
{
    background:url('../templates/default/images/bar_bg_left.png') left no-repeat;
    width: 8px;
    float:left;
    height:68px;
}
.center_title_bar_1c .center_title_bar_1c_right
{
    background:url(../templates/default/images/bar_bg_right.png) right no-repeat;
    width:8px;
    float:right;
    height:68px;
}
.center_title_bar_1c h2
{
	line-height: 20px;
	font-size: 12px;
	color: #71250a;
	font-weight: bold;
	padding-right:30px;
	background:url(../images/icon/16/award_star_gold.png) right no-repeat;
}
.center_title_bar_1c .btnicons
{
    line-height: 20px;
    font-size:12px;
    color:Green;
    padding-left:20px;
    display:inline;
    float:left;
    padding-top:12px;
}
/**********************************/

/****** nav bar 576px *********/
.center_title_bar_3c
{
    width:576px;
    height:68px;
    text-align:right;
}
.center_title_bar_3c .center_title_bar_3c_center
{
    background:url('../templates/default/images/bar_bg_center.png') center repeat-x;
    width: 560px;
    float:left;
    height:68px;
}
.center_title_bar_3c .center_title_bar_3c_left
{
    background:url('../templates/default/images/bar_bg_left.png') left no-repeat;
    width: 8px;
    float:left;
    height:68px;
}
.center_title_bar_3c .center_title_bar_3c_right
{
    background:url(../templates/default/images/bar_bg_right.png) right no-repeat;
    width:8px;
    float:right;
    height:68px;
}
.center_title_bar_3c h2
{
	line-height: 20px;
	font-size: 12px;
	color: #71250a;
	font-weight: bold;
	padding-right:30px;
	background:url(../images/icon/16/041.png) right no-repeat;
}
/***************************/

.welmsg
{
    display:inline-block;
    float:left;
}

.btnPdf_pricelist
{
    background:url(../templates/default/images/btnPdf_pricelist.png) center no-repeat;
    width:180px;
    height:22px;
    color:#666666;
    text-align:center;
    display:block;
    padding-top:7px;
    margin-bottom:4px;
    text-decoration:none;
}
.btnExcel_pricelist
{
    background:url(../templates/default/images/btnExcel_pricelist.png) center no-repeat;
    width:180px;
    height:22px;
    color:#666666;
    text-align:center;
    display:block;
    padding-top:7px;
    margin-bottom:4px;
    text-decoration:none;
}


