
.style_default
{   
    font-size: 9pt;
    color: black;
    line-height: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top; 
    text-align: left; 
    font-weight: normal;
}

.style_grid
{   
    font-size: 10pt;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top; 
    text-align: left; 
    font-weight: normal;
}

.style_header
{   
    font-size: 16pt;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}


/*** Dario - for new pages */

/* order a verification styles */
.ov_title 
{
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    padding: 8px 0 8px 0;
    margin: 0 0 5px 0;
    height: 20px;
    background-color: #e0e0e0;
}

.ov_label
{
    font-weight: bold;
    height: 22px;
}

.ov_value 
{
    height: 33px;
    text-align: left;
}
.ov_value input, textarea, select
{
    background-color: #FFFFCC;
    border: 1px solid #9999FF;
    font-weight: normal;
    font-family: Verdana;
    font-size: 10pt;
    color: Black;
    height: 14px;
}
.ov_value select
{
    height: 20px;
}


/** New Menu */
.markermenu{
width: 186px; /*width of menu*/
margin: 0 0 0 1px;
}

.markermenu ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.all_menu_item {
    border-bottom: 1px solid #cccccc;
}

.markermenu ul li a{
/*background: white url(/MyAccount/images/check_red.jpg) no-repeat 150px center;*/
font: 12px Arial, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 8px 0;
padding-left: 10px;
text-decoration: none;
}

.last_menu_item {
    border-bottom: 0;
}

* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000000;
}

.markermenu ul li a:hover{
font: 12px Arial, Helvetica, sans-serif;
/*font-weight: bold;*/
color: red;
/*background-color: #e0e0e0;*/
background: #e0e0e0 url(/MyAccount/images/check_red.png) no-repeat 150px center; /*onMouseover image change. Remove if none*/
}

.last_item {
    border: 0;
    background: #ffffff url(/MyAccount/images/nav_footer.gif) no-repeat 0px bottom;
}

.last_item a:hover {
    border: 0;
    background: #e0e0e0 url(/MyAccount/images/nav_footerx.gif) no-repeat 0px bottom;
}





/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


/* Order verification button - profile page */
.markermenu2{
width: 186px; /*width of menu*/
margin: 0 0 0 1px;
}

.markermenu2 ul{
list-style-type: none;
margin: 1px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu2 ul li a{
/*background: white url(/MyAccount/images/check_red.jpg) no-repeat 150px center;*/
font: 12px Arial, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 8px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 0px solid #cccccc;
}

.markermenu2 ul li a:hover{
font: 12px Arial, Helvetica, sans-serif;
/*font-weight: bold;*/
color: red;
background-color: #e0e0e0;
}


/* Dario - end */