@charset "utf-8";
/* CSS Document */
div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, tr, td, th, dd, dt {
    margin:0px;
    padding:0px;
    vertical-align: baseline;
}
:-moz-any-link:focus {
    outline: none;
}
a, a:hover, a:visited, a:active {
    outline:none;
}
body  {
    font: 100% Arial,Helvetica,sans-serif;
    font-size: 14px;
    background: url(../images/bgh2.png) #fff;
    background-repeat:repeat-x;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #222;
}
a, a:link, a:visited{
    color:#467D82;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a img{
    border: 0;
}
.twoColFixRtHdr #container, #footerWrap #footer, #footerWrap  #postFooter {
    width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0px;
    text-align: left; /* this overrides the text-align: center on the body element. */

    z-index: 10;
} 
.twoColFixRtHdr #container{
    position: relative;
}
.twoColFixRtHdr #header {
    padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    height: 450px;
    /*overflow:hidden;*/
    background: url(../images/bgh1.png) repeat-x;
    position:relative;
} 
.twoColFixRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1, .sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    /*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 0px 15px 0px;
}
#footer .sidebar1{
    padding: 15px 0px;
}
.twoColFixRtHdr #mainContent, .mainContent {
    margin: 0 272px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mainContentBT#mainContent{
    /*border-top: 1px #dadada solid;
    padding: 15px 0 0 0;*/
    background:url(../images/bgc.png) repeat-x 0px 31px;
}
#mainContent .mcleft{
    float: left;
    width: 100%;
}
/*.twoColFixRtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs * /
padding: 10px 0; / * padding on this element will create space, just as the the margin would have, without the margin collapse issue * /
}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
    float: left;
    width:49%;
    text-align:center;
}
.paddingfltlft2{
    padding-top:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
hr{
    border-color:#999;
    border-style:dotted none none;
    border-width:1px 0 0;
    height:1px;
    margin-bottom:4px;
    margin-top:4px;
    padding-bottom:4px;
    padding-top:4px;
    width:100%;
} 
.hbg{
    background: url(../images/bgh2.png) repeat-x;
    height: 450px;

    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.hbg2{
    background:url(../images/bgh1.png) repeat-x;
    height: 450px;
    width: 50%;
    float: left;
}
.err, div.errors{
    color: red;
}
#footerWrap{
    margin-top: 20px;
    background: url(../images/bgf1.png) repeat-x bottom #000;
    color: #fff;
    min-width: 980px;
}
#postFooter{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:11px;

    padding-top: 15px;
    padding-bottom: 5px;

}
#postFooter .logo{
    margin-right: 10px;
}
#postFooter a, #postFooter a:link, #postFooter a.activ:visited{
    color:#acacac;
    padding: 0 10px 0 0;
    font-weight:700;
}
#postFooter .mllink{
    padding: 0px !important;
}
#postFooter a:hover{
    color: #45580B;
    text-decoration: none;
}
#postFooter .cnote{
    color: #c8c8c8;
    padding-top: 5px;
}
#footer .sidebar1{
    background: none;
}
#footer .mainContent{
    padding: 26px 0px;
}
#contactbox{
    background: url(../images/bgcb.png) repeat-x bottom #162101;
    border: 1px solid #4c4c4c;
    padding: 10px;
}
#contactbox h3{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:700;
    font-size: 16px;
    border-bottom: 1px  solid #4a5439;
    margin-bottom: 10px;
}
#contactbox p{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #B9B9B9;
}
.fLinks dl {
    float:left;
    margin:0px 10px 15px;
    width:120px;
}
.fLinks dl:hover dt{
    color:#FFF;
}
.fLinks a{
    font-family: Arial, Helvetica, sans-serif;
    color: #888;
}
.fLinks dt {
    color: #9b9b9b;
    font-size:16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.fLinks a{
    display:block;
    font-size: 11px;
    padding-left: 5px;
    margin: 1px 0px;
}
.fLinks a:hover{
    background:#390F0F;
    text-decoration: none;
    color:#FFF;
}
.fLinks dd{
    border-bottom: 1px solid #2b2b2b;
}
.fLinks dd.last{
    border-bottom: none;
}
/* header */
#header .logo{
    position: absolute;
    left: -10px;
    top: 3px;
}
.hmenu{
    position: absolute;
    top: 0px;
    right: 0px;
}

.hmenu a, .hmenu a:link, .hmenu a:visited{
    color:#000;
    font-size: 11px;
    font-weight: 700;
    line-height: 26px;
    display:block;
    float: left;
    border: 0px;
    padding: 0px;
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
.hmenu a.last{
    border-right: 0px;
}

/* mmenu */
#mmenu{
    position:absolute;
    top: 117px;
    left: 0;

    height: 33px;
    width: 708px;

    z-index: 9998;

}
ul#nav {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt 0px 0pt 0pt;
    padding:0px;
    vertical-align:middle;
}
ul#nav li {
    position:relative;
    float:left;
    font-size:12px;
    height: 27px;
    margin:0px;
    padding-left:0px;
    padding-right:0px;
    zoom: 1;
}
ul#nav > li {
    white-space:nowrap;
}
ul#nav li a  {
    color:#fff;
    height: 25px;
    display:block;
    padding-top: 5px;
    padding-left:18px;
    padding-right:18px;
    text-decoration:none;
    width:0px;
    zoom: 1;
}
#mmenu > ul#nav li a {
    width:auto;
}

ul#nav li.single a:hover, ul#nav li.single:hover a{
    display:block;
    background:url(../images/mml.png) no-repeat;
    text-decoration: none;
}
ul#nav .single:hover {
    /*height: 30px;*/
    background:url(../images/mmr.png) no-repeat top right;

}

ul#nav li a:hover, ul#nav li:hover a, ul#nav .sfhover a{
    display:block;
    background:url(../images/mml2.png) no-repeat;
    text-decoration: none;

}
ul#nav li:hover, ul#nav li.sfhover{
    height: 30px;
    background:url(../images/mmr2.png) no-repeat top right;
}

#nav li ul li{
    float: none;
    list-style-type:none;
}
#nav li ul {
    border: 0px solid  #C74040;
    border-top: 0px;
    left: -1999px;
    line-height: 1.5;
    padding: 0 0 10px 0;
    background:url(../images/bglicpt.png) bottom no-repeat;
    position: absolute;
    top: 30px;
    z-index: 9998;
    width: 190px;
}

ul#nav li:hover ul a, ul#nav li.sfhover ul a:hover, ul#nav li.sfhover ul a:link, ul#nav li.sfhover ul a:visited {
    background: none;
    display:block;/* ie6 */
    zoom: 1;
    width: 100%;
}
/*--- Dropdowns ---*/
#nav li:hover ul, #nav li.sfhover ul { left: 0px; }	


/* menu level 2 */
ul#nav li:hover ul li, ul#nav li:hover ul li a,
ul#nav li.sfhover ul li, ul#nav li.sfhover ul li a{
    background:none;
    height:auto;
    padding: 0px;
    margin: 0px;
    white-space:normal;
}
ul#nav li:hover ul li,
ul#nav li.sfhover ul li{
    display:block;
    background:url(../images/bgli.png) repeat-y;
    padding: 0px 22px;
}

ul#nav li:hover ul li a,
ul#nav li.sfhover ul li a{
    display:block;
    font-size: 11px;
    font-weight: 700;
    color: #b9ccd3;
    padding: 5px 0px;
    border-bottom: 1px #4D5A5E solid;
}
ul#nav li:hover ul li a:hover,
ul#nav li.sfhover ul li a:hover{
    /*	color:#7BA105;*/
    color:#FFF;
}
#nav li ul li ul{
    display: none;
}
#nav li ul li:hover ul{
    display:block;
    position: absolute;
    left: 180px;
    top: -0px;
}
/* msearch */
#msearch{
    position:absolute;
    top: 103px;
    right: 0px;
    background: url(../images/bgs.png) no-repeat;
    width: 300px;
    height:  44px;
    padding: 16px 0 0 0;
}

.sinput{
    background: none;
    border: 0px;
    padding: 3px 5px 2px 5px;
    margin: 0 0 0 47px;
    width: 178px;
    float:left;
}
.ssubmit{
    float:right;
}
/* mpromo */
#mpromo{
    position:absolute;
    top: 153px;
    right: 2px;
    width: 251px;
    height:  85px;

    text-align:center;
    font-size:32px;
    font-weight: 700;
    color:#097495;
    padding-top:20px;
}
.btnv{
    display:block;
    width: 258px;
    height: 50px;
    background-position: 0px top;
    background-repeat:no-repeat;
}
.btnv span{
    display: none;
}
a.btnv:hover {
    background-position: 0px  bottom;
}
#mpromo .btnv{
    background-image: url(../images/video-tutorials.png);
}
/* banner */
#mbanner{
    position:absolute;
    top: 148px;
    left: 0px;
    height: 191px;
    width: 708px;
    z-index: 900;
}
#mbannerContent{
    position: relative;
}
/* #mbanner1 img{
position:absolute;
left: -45px;
} */

.pagination{
    position: absolute;
    bottom: -10px;
    right: 0px;
    z-index: +999199;
}
.pagination a{
    color:#000;
    background: url(../images/bg-nr-off.png) no-repeat 0px 3px;
    width: 29px;
    height: 29px;
    display:block;
    float:left;
    text-align:center;
    margin-right: 1px;
    padding-top: 8px;
    font-size: 12px;
}
.pagination a:hover, .pagination a.selected{
    background: url(../images/bg-nr-on.png) no-repeat 0px 2px;
    padding-top: 6px;
    text-decoration: none;
}
.sliderwrapper .contentdiv{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/


    /*width: 390px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    width: 100%;
}

/* quotes */
#quotes{
    position:absolute;
    top: 364px;
    left: 0;
    height: 60px;
    width: 708px;
    padding: 0px;
}
#q1{
    background:url(../images/q1.png) no-repeat;
    position: absolute;
    /*top: 10px;*/
    left: 0px;
    width: 30px;
    height: 24px;
}
#q2{
    background:url(../images/q2.png) no-repeat;
    width: 30px;
    height: 24px;

    position:absolute;
    /*bottom: 10px;*/
    right: 0px;
}

#qContainer{
    padding: 0px 35px 5px 35px;
    font-size: 16px;
    color:#4A4A4C;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style:italic;
    text-align:justify;
}
#qContainer .author{
    text-align:right;
    font-size:12px;
    font-weight:300;
}

/* right side header */
.btnb{
    display:block;
    width: 258px;
    height: 79px;
    background-position: 0px top;
    background-repeat:no-repeat;
}
.btnb span{
    display: none;
}
a.btnb:hover {
    background-position: 0px  bottom;
}
#bbbtn{
    position:absolute;
    top: 243px;
    right: -4px;
}

#bbbtn .btnb{
    background-image: url(../images/btn-buy.png);
}



#bdbtn{
    position:absolute;
    top: 323px;
    right: -4px;
}
#bdbtn .btnb{
    background-image: url(../images/btn-dl.png);
}

#bdbtn p{
    padding: 5px 0 0 10px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 100;
    width: 230px;
}
/* butoane mici sus */
.btns{
    display:block;
    width: 130px;
    height: 34px;
    background-position: 0px top;
    background-repeat:no-repeat;
}
.btns span{
    display: none;
}
a.btns:hover, .a_btns_hover {
    background-position: 0px  bottom;
}
#huse{
    position:absolute;
    top: 57px;
    left: 720px;
}

#huse .btns{
    background-image: url(../images/btnshu.png);
}

#ent{
    position:absolute;
    top: 57px;
    right: -4px;
}

#ent .btns{
    background-image: url(../images/btnsent.png);
}

/* box */

.rc190_content_t1{
    background: transparent url(../images/x.png) no-repeat top right;
    margin: 0 5px;
    padding: 0px 12px 0px 5px;
}
.rc190_top_t1{
    background: transparent url(../images/rc190-t.png) no-repeat top left;
}
.rc190_bottom_t1 {
    background: transparent url(../images/rc190-b.png) no-repeat bottom right;
}
.rc190_box_t1 {

    background: transparent url(../images/rc190-c.png) repeat;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #323232;
}
.rc190_top_t1, .rc190_bottom_t1  {
    width: 100%;
    height: 5px;
    font-size: 1px;
}
.rc_box_t1 {
    position:relative;
    background: url(../images/t1_big.png) repeat;
    margin-bottom: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #323232;
}
.rc_top_t1 {
    background: url(../images/t1_tl.png) no-repeat top left;
}

.rc_bottom_t1 {
    background: transparent url(../images/t1_bl.png) no-repeat bottom right;
}

.rc_top_t1, .rc_bottom_t1  {
    width: 100%;
    height: 5px;
    font-size: 1px;
}
.rc_content_t1 {
    position:relative;
    margin: 0 20px;
}
.rc_box_h{
    position:absolute;
    top: 5px;
    left: 2px;
    right: 2px;
    height: 78px;
    background: transparent url(../images/t1_h.png) repeat-x;
}
.rc_box_t1 a{
    font-weight: 700;
}
.rc_content_t1 h3{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight:400;
    color: #4a4a4c;
    padding: 11px 0px 20px 0px;
}
.rc_content_t1 p.pad{
    padding: 5px 10px;
}
.rc_content_t1 hr{
    border: 0px;
    border-top: 1px solid #dfdfdf;
}

/*content*/
#mainContent h1{
    color:#95cd34;
}

.lft { float:left; width:49%; overflow: hidden;}
.rgt {  width:49%; float:right; overflow: hidden;}

.revgroup .lft{
    width:35%;
}
.revgroup p.right{
    text-align:right;
    font-weight:bold;
    border-bottom:1px dotted #999999;
    padding-bottom:5px;
    margin-bottom:25px;
    font-style:normal;
}
.revgroup p{
    font-style:italic;
}
.col1, .col2, .col3, .col4{
    float:left;
    width: auto;
}
.colpr10{
    padding-right: 10px;
}
.collast{
    float:right;
}
.line{
    margin-bottom: 10px;
}
.tabel{
    float:left;
}

.w1p3{
    width: 34%;
}
.w2p3{
    width: 64%;
}
.w48{
    width: 48%;
}
.w500{
    width: 500px;
}

.homePageTabelF1 img, #f2 .feature img{
    float: left;
    margin: 10px 10px 0 0;
}
#f1 .homePageTabelF1 h2{
    margin-left:75px;
}
#f1 .top img{ 
    margin: 20px 0px 20px 50px;
}

a.buys, a.buys:link, a.buys:visited, a.buys:active{
    background: url(../images/btnred.png) scroll no-repeat;
    background-position: 0px -44px;
    font-size: 11px;
    font-weight: bold;
    display: block;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    float: right;
}
a.buys span{
    display: block;
    background: url(../images/btnred.png) right -0px no-repeat;
    margin-left: 5px;
    padding-left: 25px;
    padding-right: 30px;
}
a.buys:hover{
    background-position: 0px -66px;
}
a.buys:hover span{
    background-position: right -22px;
}
.actions{
    float:right;
    line-height:22px;
    margin-bottom:10px;
    padding-top:4px;
    text-align:right;
    z-index: 999;
    position: relative;
    color: #dcdcdc;

    /*position: absolute;*/ /*sper sa nu fi afectat altceva cand am comentat asta*/
    right: 0px;
}
.line > .price{
    position: relative;
}
.totalprice .sum, .totalprice .label{
    display: inline;
}

/* buy tab2 */
.buypcjs label, .buypcjs .label{
    margin-right: 20px;
}
.buypcjs .totalprice .label{
    margin-right: 0px;
}
.qty{
    margin-bottom: 2px;
}
.qty .sum, .qty LABEL, .inputqty{
    float:left;
}
.inputqty{
    padding: 0px 4px;
}
.price-t .sum{
    color: red;
    font-weight: 700;
    font-size: 120%;
}
.compproducts .line{
    border-bottom:1px dotted #CCCCCC;
    margin-bottom:10px;
    padding: 5px 0;
    position: relative;
}
.compproducts .line h3{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    padding-bottom: 5px;
}
.prqy{
    left:330px;
    position:absolute;
    top:-22px;
}
.reco{
    color:#323232;
    font-size:12px;
    line-height: 12px;
    left:105px;
    position:absolute;
    top:-38px;
    width:250px;
    cursor: default;
}
.price .vendor{
    margin-bottom: 25px;
}
#t1 .price .vendor{
    margin-bottom: 10px;
}
.inputqty .quantity{
    text-align: center;

    background: url(../images/bginputqty.png) no-repeat;
    border:0 none;
    padding:2px 0px;
    width:35px;
}
.singlekey{
    margin-top: 2px;
}
.singlekey INPUT{
    vertical-align: middle;
    float: left;
    margin-left: 2px;
}
.singlekey LABEL{
    float:left;
    line-height:14px;
    padding-left:5px;
    padding-top:0;
}
.ics{
    float: left;
    padding: 0 12px;
}
.pmbtn{
    background: url(../images/btn.png) scroll no-repeat;
    background-position: 0px -45px;
    font-family: Verdana, Tahoma;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 18px;
    padding-bottom: 2px;
    color: #fff;
    text-decoration: none;
    float: left;

}
a.pmbtn, a.pmbtn:link, a.pmbtn:visited, a.pmbtn:active{
    color: #fff;
}
.pmbtn span{
    display: block;
    background: url(../images/btn.png) right -1px no-repeat;
    margin-left: 5px;
    padding-left: 1px;
    padding-right: 6px;
    padding-bottom: 2px;
}
.pmbtn:hover{
    background-position: 0px -67px;
    text-decoration: none;
}
.pmbtn:hover span{
    background-position: right -23px;
    text-decoration: none;
}
a.pmbtn.disabled{
    color: #333;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
}
a.pmbtn.disabled:hover{
    background-position: 0px -45px;
}
a.pmbtn.disabled:hover span{
    background: url(../images/btn.png) right -1px no-repeat;
}
.decbuypc{
    font-size: 17px;
    font-weight: 550;
}
.decbuypc span{
    padding-left: 2px;
    padding-right: 7px;
}
.nodis{
    color: #121212;
    font-weight: 100;
}

.panelbuy div.intro{
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
.adv{
    font-size: 11px;
    position: relative;
}
.adv .deletebtn{
    float: left;
    margin: 2px 0 0 10px;
}

.serverline{
    margin-bottom: 2px;
}
.ptdesktop-cont, .ptservers-cont{
    float: left;
}
.ptdesktop-cont{
    width: 300px;
}
.ptdesktop-cont label{
    display: block;
    width: 100%;
}
.ptdesktop-cont .singlekey label{
    display: inline;
    width: auto;
}
.slinehead > div{
    float: left;
    width: 115px;
    margin-left: 2px;
}
a.addserverbtn{
    float: left;
    margin: 1px 0px;
    padding: 3px;
    border: 1px solid transparent;
}
a.addserverbtn:hover{
    background: #fff;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 3px;
}
.addserverbtn span{
    padding: 0 2px 0 20px;
    font-size: 12px;
}
.addserverbtn IMG{
    vertical-align:middle;
    position: absolute;
}

.panelbuy .help{
    position: absolute;
    right: 2px;
    top: -18px;
}
.tooltip, .tooltip p {
    font-size:10px;
}
.tooltip {
    background:#FFFFDF;
    border:1px solid #999999;
    padding:5px;
    width:220px;
    line-height: normal;
}

.alert_sales{
    background: #EE6666;
    color: #fff;
    padding: 2px;
}
.alert_sales a{
    color:#000000;
}

.btn2, .btn2:link, .btn2:visited, .btn2:active{
    background: url(../images/btnred.png) scroll no-repeat;
    background-position: 0px -44px;
    font-size: 11px;
    font-weight: bold;
    display: block;
    line-height: 21px;
    color: #fff;
    text-decoration: none;
    float: left;
}
.btn2 span, .btn2 input{
    display: block;
    background: url(../images/btnred.png) right -0px no-repeat;
    margin-left: 5px;
    padding-left: 25px;
    padding-right: 30px;
}
.btn2 input{
    border:none;
    height:22px;
    color:white;
    font-size: 12px;
    font-weight: bold;
    padding-bottom:4px;
    width:110px;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
}
.btn2:hover{
    background-position: 0px -66px;
}
.btn2:hover span,.btn2:hover input{
    background-position: right -22px;
}
.btn2bw span, .btn2bw input{
    background: url(../images/btnred-bw.png) right -22px no-repeat;
}
.btn2bw, .btn2bw:link, .btn2bw:visited, .btn2bw:active{
    background: url(../images/btnred-bw.png) 0px -66px no-repeat;
}
#prodList .line, #prodList .imgbox, #prodList .desc, #prodList .descSample, #prodList .links{
    float: left;
}
#prodList .imgbox{
    width: 120px;
    margin-top:10px;
}
#prodList .desc{
    width: 420px;
}
#prodList .descSample{
    width: 545px;
}
#prodList .desc2{
    width: 490px;
}
#prodList .links{
    padding:35px 0 0 20px;
    text-align:right;
    width:140px;
}
#prodList .links2{
    padding:17px 0 0 20px;
    width:175px;
}
#prodList .links .lid, .pboxr .lid, .hometpl .lid{
    margin-left: 5px;
    padding-left: 12px;
    background: url(../images/bullet1.png) no-repeat 0px 5px;

}

/*#prodList .links .btn2{
float: right;
}*/

#presrel .line, #presrel .desc, #presrel .links{
    float: left;
}
#presrel .desc{
    width: 590px;
}
#presrel .links{
    padding:25px 0 0 10px;
    text-align:right;
    width:100px;
}
#presrel .links .lid, .pboxr .lid, .hometpl .lid{
    margin-left: 5px;
    padding-left: 12px;
    background: url(../images/bullet1.png) no-repeat 0px 5px;

}

.links .lid, .hometpl .lid{
    margin-right: 10px;
    clear: both;
    float: left;
}
.lid2{
    text-align:left;
    display:inline;
    float: left;
}

#mainContent div, .rc_box_t1, .top ul{
    list-style-position: outside;
}
#mainContent div ul, .rc_box_t1 ul, .top ul{
    list-style-image:url(../images/bullet2.png);
}
#mainContent #tabs{
    list-style-image:none;
}
#mainContent ul, .rc_content_t1 ul, #mainContent ol, .rc_content_t1 ol {
    margin: 5px 0 5px 35px;
}
#mainContent #tabs{
    margin: 0px;
}

#mainContent{
    line-height: 20px;
}
#mainContent p{
    padding:  5px 0;
}
.pretab{
    padding-bottom: 10px;
}

.matrixTable td, .matrixTable th{
    vertical-align:middle;
    text-align: center;
}
.matrixTable .haspromo{
    display: block;
}
/* box price */

.prodline{
    padding: 5px 0px;
    background: url(../images/line1.png) bottom no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.prodline .prodname{
    padding: 0 0 0 12px;
    background: url(../images/bullet1.png) 0px 2px no-repeat;
    float: left;
}
.prodline .prodprice{
    float: right;
}
.fullpricepl.nodis{
    text-decoration: line-through;
    font-size: 85%;
}
.pricelinkbox{
    padding: 5px 0;
}


/* homepage */
.maincontent  h2, .maincontent  h3, .panelbuy span.th2, .panelbuy span.tih2, .parTitle, .thi2, .quote{
    color: #D30101;
    border-bottom:1px dotted #999;
    font-size: 18px;
    margin:5px 45px 5px 0px;
    padding:5px 0;
}
.author{
    font-weight:bold;
    text-align:right;
    font-style:normal;
}
.italic-par p{
    font-style:italic;
}
.maincontent  h3{
    font-size: 16px;
}
.w75{
    width: 75%;
}
.w22{
    width: 22%;
}
/* buypage */
.panelbuy h3{
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.panelbuy span.th2, .panelbuy span.tih2, .thi2{
    display:block;
    padding-top: 15px;
}
.qtyadv .msg{
    background:#F3FFDF;
    color:#627277;
}
div#t4.panelbuy div.intro{
    border: none;
}
/* prodpage */
#container .imgcenter{
    text-align: center;
    padding: 5px 0;
}
.pboxr{
    padding: 40px 10px 20px 20px;
}

/* matrix */
.matrixTable .odd{
    background:#E6E6E6;
}
.matrixTable .tcol0{
    font-size: 11px;
    text-align: left;
    line-height: 14px;
    padding: 5px;
}
.matrixTable .thead {
    background:#ccc;
    font-size: 12px;
    line-height: 14px;
}
.matrixTable th{
    padding: 5px;
}
.matrixTable th, .matrixTable td{
    border-right: 1px #fff solid;
}
.matrixTable .tli1{
    background: none;
}
.matrixTable .dline1{
    display:none;
}
.haspromo{
    text-decoration:line-through;
}
/* partners comp */
#mainContent .partnert1 p{
    line-height:normal;
    padding: 0px;
    text-align:left;
    background:transparent url(../images/bullet1.png) no-repeat scroll 0 5px;
    margin-left:5px;
    padding-left:12px;
}
.partnert1 .tdl1, .partnert1 .tr1{
    background:#F2F2F2;
}

.partnert1 .tdc11 {
    background-color:#FFF;
}
.partnert1 td{
    padding: 5px;
}

.partnert1{
    text-align:center;
    font-size: 12px;
    width: 100%;

}
.partnert1 td.incomplete {
    color:#FF0000;
    font-weight:bold;
}

.partnert1 td.complete {
    color:#009933;
}
.partnert1 td{
    vertical-align:middle;
}
.partnert1 .tr1 td {
    font-size: 16px;
    font-weight:700;
    text-align:center;
}
.partnert1 .tdl1{
    width: 230px;
    text-align:left;
    font-size: 14px;
}
.partnert1 .evv{
    background:#F4F4F4;
}
.partnert1{
    margin-top:10px;
}
/* search */
.search-controls, .bgsearch{
    background:#DDD;
    padding: 10px;
}
.bgsearch{
    margin-bottom: 10px;
}
#mainContent .search-results{
    margin-left: 30px;
}
#mainContent .search-results p{
    font-size:12px;
    line-height:13px;
    padding:0;
}
.search-results li{
    margin-bottom: 10px;
}
#contactform,#contactform2{
    background: #E6E5E3;
    padding: 12px 0 12px 12px;
}
#contactform input, #contactform textarea,#contactform2 textarea, #contactform select, #squeryid, .bgsearch input{
    background: url(../images/input1.jpg) no-repeat;
    border:0 none;
    margin:1px;
    line-height: 22px;
    height: 22px;
    padding: 2px 4px;
    width:190px;
    font-size: 12px;
}
#contactform select{
    margin-bottom: 5px;
}
#contactform label,#contactform2 label{
    width: 100px;
    display: block;
    float:left;
    line-height:24px;
    font-size:12px;
    font-weight:700;
}
#contactform textarea,#contactform2 textarea{
    background: url(../images/input1ta.jpg) no-repeat;
    height: 80px;
    line-height:normal;
    overflow: auto;
}
#contactform .upgrade,#contactform2 .upgrade{
    background: url(../images/input1tb.jpg) no-repeat;
    height:100px;
    width:500px;
}

#contactform .contact-btn-send, .searchbtn1, .searchbtn2 {
    border: 0px;
    margin-left: 100px;
    width: 90px;
    font-weight:700;
    background: url(../images/btnsendbg.png) no-repeat;
    padding: 0 0 2px 0;
    color:#fff;
    line-height: 22px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 22px;

}
#contactform .mleft10 {
    margin-left: 10px;
}
.searchbtn1{
    margin-left: 0px;
}
.searchbtn2{
    background: url(../images/btnsendbg125.png) no-repeat;
    width: 125px;
    margin-left: 0px;
    font-size: 11px;
}
.comp-contact .lft{
    border-right: 1px solid #ccc;
    padding-right: 15px;
    width: 320px;
}
#contact .intro{
    padding-bottom: 10px;
}
.ch2{
    padding-top: 0px;
}
/*list item div */
.litem{
    margin-left: 15px;
    padding-left: 20px;
    background: url(../images/bullet2.png) no-repeat 0px 4px;
}
/* boxuri */
.boxembedboxcompany{
    text-align:center;
}
.boxembedboxcompany p, .boxembedboxcompany h3 {
    text-align:left;
}
.boxembedboxcompany img{
    margin: 10px 0px;
    border: 15px solid #fff;
} 
#sidebar1 .rc_box_t1 p {
    padding-bottom: 5px;
}
.boxdate{ 
    font-weight:700;
    margin-bottom:5px;
    margin-right: 100px;
    padding:1px 0;
    border-bottom: 1px solid #DFDFDF;
}
.twoColFixRtHdr .alphacube_n{
    height: 10px!important;
}
.msg.pcadv{
    cursor:pointer;
    position:relative;
}
legend{
    color: #D30101;
    font-weight: 700;
    background: #F0F0F0;
    padding: 2px 4px;
    border: 1px solid #333;
}
fieldset{
    position: relative;
}
legend{
    position:absolute;
    top: -15px;
    left: 5px;
}
fieldset{
    position: relative;
    margin-top:1em;
    padding-top:1.75em;
}

.hide {
display:none;
}

/* aici urmeaza clasele de css pentru modulul de upgrade care au fost si online*/
/* cssul asta trebuie refacut ii pus doar ca sa imi dea mie bine cand fac paginile*/
/* verify */
.tipprodusupgradabil{
	display: block;
	border:1px solid #EFEFEF;
	clear:both;
	line-height:24px;
	margin: 5px 5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	}
.tipprodusupgradabil h3{
	margin: 0px;
	display: block;
	}
.tipprodusupgradabil .licente{
	display: block;
	width: 420px;
	float: left;
}
.tipprodusupgradabil .licente .header{
	border-bottom: 1px dotted #ccc;
}
.strong{
	font-weight: bold;
}
.tipprodusupgradabil .actions{
	float: left;
	margin-left: 45px;
	padding-top: 25px;
        text-align:center;
}
.tipprodusupgradabil .actions .sreqnotoem{
	background: none;
  border:none;	
  color: #467D82;
	height: 20px;
	font-weight: normal;

}

.tipprodusupgradabil .licente .linelickeys .key, .upgradete .key, .dezactivate .key, .negasite .key{
	float: left;
	width: 385px;
}
.reason{
	margin-left: 385px;
}
.tipprodusupgradabil .licente .linelickeys .licnr{
	float: left;
	width: 35px;
	text-align: right;

}
.tipprodusupgradabil .licente .linelickeys .total{
	font-weight: bold;
	border-top: 1px solid #ccc;
}
.dezactivate .keys, .upgradete .keys, .negasite .keys{
	border: 1px solid #EFEFEF;
	margin: 5px;
	padding: 5px;
	}

.upgradecontact{
	background: #fcfcfc;
	}

div#linkcontacta{
	padding: 10px 0px;
}
.option-action{
    padding-left:270px
}
.option-action2{
    padding-left:210px
}
.txtalright{
   text-align:right;
}
#upgradeoptions h2, #step1 h2, .upgradabile h2{
    color:#000000;
    font-weight: normal;
    border-bottom:none;
}
#step1 {
    border-bottom:1px dotted #CCCCCC;
}
.licenses , .priceplic , .total{
display: block;
clear: both;
background: url(../images/dots1.gif) repeat-x  0pt 9px;
height: 14px;
}
.total .sum{
    font-weight:bold;
}
.total2{
    background:none;
    float:right;
    border-top:1px solid #CCCCCC;
    font-weight:bold;
}
.c1 .productname{   
    color:#D30101;
    font-weight:bold;
    font-size:15px;
    position:relative;
    float:left;
    padding-bottom:5px;
    
}
/*
de aici incepe cssul pentru boxul de awards si reviews
*/
.rc_content_t1 ul.awards-ul{
    margin:0px;
    padding:0px;
    overflow:auto;
}
.awards-tab {
    overflow:hidden;
    position: relative;
    height:42px;
    width:42px;
    float:left;
    margin:2px;
    /*border:1px solid #AAAAAA;*/
}
/*
.awards-tab-on {
    border:1px solid #68A301;
}*/
.awards-tab img{
    position:relative;
    width:42px;
    height:84px;
    top:0px;
    top:-42px;
}
.awards-tab-on img{
    top:0px;
}
.awards-disp{
    display:none;
}
.awards-show{
    display:block;
}
.awards-title{
    padding-top:15px;
}
.awards-title h2{
    font-size:16px;
}
.awards-title h4{
    font-size:11px;
    color:#D30101;
    font-weight:bold;
}
.awards-text{
    text-align:justify;
    font-style:italic;
}
.awards-thumb{
    padding-bottom:5px;
    padding-top:5px;
    padding-left:5px;
    float:left;
    position:relative;
}
/*
de aici incepe css-ul pentru boxul de knowledge base
*/
.kbhr {
    margin:1px;
    padding:0px;
}
.rc_content_t1 ul.kbbox-ul{
    margin:0px;
    padding:0px;
    overflow:auto;
}
.kbbox-tab {
    overflow:hidden;
    position: relative;
    float:left;
    margin:2px;
    font-size:14px;
    font-weight:bold;
    color:#467D82;
    cursor:pointer;
}
.kbbox-tab:hover {
    text-decoration:underline;
}
.kbbox-tab-on:hover {
    text-decoration:none;
}
.kbbox-tab-on {
    background:none;
    color:#4A4A4C;
}

.kbbox-disp{
    display:none;
}
.kbbox-show{
    display:block;
}
/*.boxembedboxkb .rc_content_t1 h3{
    padding:11px 0 0px;
}/*
#sidebar1 .boxembedboxkb p{
    padding-bottom:0px;
}*/
/*
css boxul de subscribe newsletter
*/
#subscribebox{
    text-align:center;
    padding: 12px 0 12px 0px;
}
#subscribebox input{
    background: url(../images/input1.jpg) no-repeat;
    border:0 none;
    margin:1px;
    height: 20px;
    width:184px;
    font-size: 12px;
    margin-bottom:5px;
    border:1px solid #DCDCDC;
    color:#4A4A4C;
    padding-left:7px;
    padding-top:3px;
}
#subscribebox .subscribe-btn {
    border: 0px;
    width: 90px;
    font-weight:700;
    background: url(../images/btnsendbg.png) no-repeat;
    color:#fff;
    line-height: 22px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 22px;
    padding:0px;
}
/*
CSS combobox d ela search
*/

.combobox select, .combobox{
    background: url(../images/input1.jpg) no-repeat;
    border:0 none;
    margin:1px;
    line-height: 22px;
    height: 22px;
    padding: 2px 4px;
    width:190px;
    font-size: 12px;
}
.combobox select{
    margin-bottom: 5px;
}
#topic-header-nav{
    text-align:right;
}
.freetp{
    height: 35px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    margin: 10px 0px 20px 20px;
}
.freetp img{
   position: relative;
   top: -35px;
}
.freetp:hover img{
   position: relative;
   top: 0px;
}
#tree .heading1, #tree .heading2{
    padding-right: 2px;
}
#tree td{
    vertical-align: middle;
    padding: 1px;
}
.hilight1,.hilight2,.hilight3, .hilight4, .hilight5, .hilight6, .hilight7{
    background: #D6D6D6;
    padding: 2px;
}
.evv{
    background: #EEEEEE;
}
.subTable th{
    background: #D6D6D6;
}
.width100{
    width: 100%;
}
.boxembedboxbuy .nodis{
    display: none;
}
.boxembedboxbuy .discountpricepl, .discountpricepl{
    color: #f00;
}
.aboutoemsdk{
    background-color:#FFFF53;
    border:dashed 1px #0080FF;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:120px;
    padding:10px;
    width:500px;
}
.p_Heading_group{
    font-size: 18px;
    font-weight: 700;
}
.centeredimage{
    text-align:center;
    display:block;
}
.craciun{
    position: absolute;
    left: 470px;
    top: 40px;
}
.glob{
    position: absolute;
    left: 68px;
    top: 4px;
}
#cuponh{
    position: absolute;
    left: 368px;
    top: 0px;
}
#contactform .cbox{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    background: #fff;
}
.csnltxt{
    line-height: 22px;
    padding-left: 5px;
    font-size: 12px;
}
.expender {
    cursor: pointer;
    color: #467D82;
    text-decoration: underline;
}
.fmhcnt
{
    position: relative;
    top: 100px;
}
.fmhcnt a{
    text-decoration: underline;
}