body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    /*background-color:#B9B9B9;*/
	
        background-repeat: repeat;
	font-size: 11px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    border-color: #B9B9B9;
    border-width: 0.1em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

a {
	color:#717171;
	font-size:11px;
}
a:hover {
	text-decoration: none;
}

hr {
	display: none;
}
img {
    border:0;
}
td {
   border-right:3px;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 35px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 35px;
	margin: 0px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: white;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 25px;
}

#menu .current_page_item a {
	height: 35px;
	color: #FFFFFF;
}

/* Splash */


#banner {
	width: 960px;
	height: 115px;
	margin: 0 auto;
}

#preferentiale {        
        
	width: 960px;
	margin: 0 auto;
}

#preferentiale a {
	color:#C82925;
	font-size:11px;
}
/* Logo */

#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
    background: #FFFFFF;
	width: 855px;
	margin: 0 auto;
	padding: 5px 15px 0px 15px;
    /*clear:both;
    height:900px;;*/
}

/* Content */

#categorii a{
      font-size: 11px;
      color: #C82925;
}

#categorii {
      margin-top:20px;
      margin-left:20px;
      font-size: 11px;
      color: #f30000;
}

#content-page {
	float: right;
	width: 610px;
}


#content-line {
             border-bottom: 1px solid #B9B9B9;
             width:180px;
             height:20px;
             margin-bottom:20px;
             margin-left:10px;
}

.post {
	padding-bottom: 20px;
	/*padding-left: 20px;*/

}

        .post .title {
        	margin: 0;
        	padding: 0px 20px;
        	letter-spacing: 2px;
        	border-bottom: 1px solid #B9B9B9;
        	font-size: 15px;
        }
        
        .post .title a {
        	text-decoration: none;
        }

        .post .entry {
        	padding: 10px 20px;
        }
        .post .entry a{

                      color:#C82925;
        	      font-size:11px;
        }
        
        .post .meta {
        	height: 26px;
                background: #000000;
        
        	text-decoration: none;
        	width:670px;
        	font-size: smaller;
        }
        
        .post .posted {
        	float: left;
        	height: 16px;
        	padding: 5px 20px;
        }
        
        .post .permalink, .post .comments {
        	float: right;
        	height: 16px;
        	padding: 5px 5px;
        }
        
        .post .permalink {    
        }

/* Sidebar */
#sidebar {
        margin-top: 0px;	    
	    width: 230px;
	    margin-right: 1px;
        float:left;
       /* border-right: 1px solid #B9B9B9;*/
}

        #sidebar ul {
        	margin: 0;
        	padding: 0;
        	list-style: none;
        }
        
        #sidebar li {
        	margin-bottom: 20px;
        }
        
        #sidebar-line {
                    float:left;
                     border-bottom: 1px solid #B9B9B9; 
                     width:180px; 
                     height:20px;
                     margin-bottom:20px; 
                     margin-left:10px;
        }
        
        
        #sidebar li ul {
                margin-left: 30px;
                margin-right: 10px;
        }
        
        #sidebar li li {
        	margin: 0;
        	padding-left: 10px;
        	padding-bottom: 5px;        	
        }
        
       
       


#footer {
	clear: both;
	
    /*padding: 20px 0px 40px 0px;	*/
	margin: 10px 0px 20px 0px;
    
    font-size:12px;
	/*padding: 20px 0;*/
	/*border-top: 3px solid #f30000;*/
	
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
/*login    */

#login {
       	background: url(images/login.gif) no-repeat center top;
       	width:250px;
       	height:200px;
}


#login2 {
  	margin-top: 5px;
  	margin-left:130px;
        margin-right:8px;
        color:white;
}

select {
        width: 125px;
        color: #737373;
        font-size:11px;
    }
    
#expira {
        margin-top:20px;
        margin-left:50px;
}

#expira select {
        color: #737373;
        width: 40px;
        font-size:11px;
}

#pretul {
        margin-top:20px;
        margin-left:50px;
        font-size:11px;
}

#pretul select {
        color: #737373;
        width: 50px;
        font-size:11px;
}

#select1 {
      float:left;
      width: 125px;
      border-top:  0px solid;
      border-bottom: 1px solid;
      border-right: 1px solid;
      border-left:0;
}

/*buton search*/

#login3 {
    border-top: red 0px solid;
	width: 153px;
	height: 45px;
	margin: 0 auto;
    margin-top:20px;
	margin-left:350px;
	padding: 0px 0;
}

        #login3 ul {
        	height: 35px;
        	margin: 0;
        	padding: 0;
        	list-style: none;
        }
        
        #login3 li {
        	float: left;
        	height: 35px;
        }
        
        
        #login3 a {
        	float: left;
        	color: #737373;
                font-size:11px;
        	margin: 0px;
        	padding: 2px 15px;
        	text-decoration: none;
        	text-transform: uppercase;
        	font-size: smaller;
        	font-weight: bold;

        }

        #login3 a:hover {
        	background: url(images/buton.jpg) repeat-x;
        	color: #FFFFFF;
        	height: 21px;
        }


#pozea {
               margin-left:90px;
}
         #pozea a {

        	color: #B9B9B9;
                font-size:11px;
        }

/* foldere mesaj */
#mesagerie {
        margin-top: 20px;
	    padding:10px;
        border-right: 1px solid red;
        width:70px;
        height:100px;
        
}
        #mesagerie ul {
        	height: 25px;
        	margin: 0;
        	padding: 0;
        	width:80px;
        	list-style: none;
        }
        #mesagerie li {
        	float: left;
        	height: 15px;
        	width:80px;
        }
        #mesagerie a {
        	float: left;
        	color: #737373;
                font-size:11px;
        	margin: 0px;
        	padding: 2px 15px;
        	text-decoration: none;
        	text-transform: uppercase;
        	font-size: smaller;
        	font-weight: bold;
        }
        #mesagerie a:hover {
        	background: url(images/buton.jpg) repeat-x;
        	color: #FFFFFF;
        	height: 19px;
        	width: 50px;
        }
        
#loginformular input {              
        background-color: white;                        
        margin-right:20px;
        border:1px solid #999999;                    
        color:red;
}
#loginformular input:focus,#loginform input:hover {
        border:1px solid #333333;
}        
        
/*->buton*/
#buton {
      background-color: white;
      border: 0.03em solid #999999;
      color: red;
      font-size: 12px;
      font-family: ;
      font-style: normal;
      font-weight: ;
}
/*buton*/
/*->butonn*/
#butonn {
      background-color: #b80e0e;
      border: 0.03em solid #999999;
      color: red;
      font-size: 12px;
      font-family: ;
      font-style: normal;
      font-weight: ;
}
/*<-butonn*/



.aaa {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 35px;
	cursor: pointer;
}
.aa {
	float: left;
	height: 35px;
	margin: 0px;
	padding: 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: white;
}



/* meniu */
#foxmenucontainer{height:147px;background:#000;display:block;padding:5px 0 0 3px;}

#foxmenu{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:8px 0px 0px 0px;   padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/*  meniu*/



 /*-LOGIN*/
          #loginform {           
          width:150px;
          margin:auto;
          }
          #loginform fieldset{
          padding:10px;
          }
          #loginform legend{
          font-weight:bold;
          font-size:9pt;
          color: red;
          }
          #loginform label{
          display:block;
          height:2em;
          padding:10px 10px 0;
          }
          #loginform input {
          margin-right:20px;
          border:1px solid #999999;
          float:right;
          clear:right;
          color:red;

          }
          #loginform input:focus,#loginform input:hover {
          border:1px solid #333333;
          }
          .error{
          color:red;
          font-weight:bold;
          }

 /*LOGIN*/
 
 
 /*Rounded Box*/   
div.rounded-box { 
                background: transparent; 
                margin:  15px 0px 0px 0px;                                  
                width:290px;
                color: #B9B9B9;
                font-size: 12px;                
}
div.rounded-box .xtop, div.rounded-box .xbottom { 
                display: block; 
                background: transparent; 
                font-size: 1px;
}
div.rounded-box .xb1, div.rounded-box .xb2, div.rounded-box .xb3, div.rounded-box .xb4 {  
                display: block; 
                overflow: hidden; 
               
}
div.rounded-box .xb1, div.rounded-box .xb2, div.rounded-box .xb3 { 
                height: 1px; 
}
div.rounded-box .xb2, div.rounded-box .xb3, div.rounded-box .xb4 { 
                border-left: 1px solid ; 
                border-right: 1px solid #B9B9B9; 
}
div.rounded-box .xb1 {
                margin: 0 5px; background: #B9B9B9;
}
div.rounded-box .xb2 {  
                margin: 0 3px; 
                border-width: 0 2px; 
}
div.rounded-box .xb3 {      
                margin: 0 2px; 
}
div.rounded-box .xb4 {   
                height: 2px; 
                margin: 0 1px; 
}
div.rounded-box .content {      
                display: block; border: 0 solid #B9B9B9;
                border-width: 0 1px;
                padding: 10px;
                overflow: hidden;                             
}
div.titlu { 
    border-bottom: 1px solid #B9B9B9;
    font-size: 12px;
    margin-bottom:20px;
    padding-left:10px;
    color: red;
}

           

