* a
{
    text-decoration:none;
    color:#333;
    font-weight:bold;
}
* a:hover
{
    color: Silver;
}
#box4
{
    position: absolute;
    font-family: Verdana, Tahoma, Sans-Serif;
}
#box4 div
{
    width: 845px;
    height: 250px;
    float: left; /*background: #E5ECFE;*/
}

#box4 h3, #box4 p, #box4 ul
{
    padding: 5px 10px;
}
#box4 p
{
    text-indent: 16px;
}
#box4 img
{
    /* width: 200px;
    width: 150px;
    float: left;
    margin: 0 10px 10px 15px;*/
    border-style:groove;
    border-color:Silver;
    border-left-width:1px;
    border-top-width:1px;
    border-right-width:5px;
    border-bottom-width:5px;
}
#info4
{
    background: #E5ECFE !important;
    color: red !important;
    cursor: default;
}


/* ********************************** */

.info
{
    width: 240px;
    height: 50px;
    background: #000;
    position: absolute;
}
.info p, .info h4
{
    color: #fff;
    padding: 3px 8px;
    font-family: Arial;
}
.info h4
{
    font-size: 14px;
}
.info h4 a
{
    float: right;
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 0 3px;
    text-decoration: none;
}

.mask1
{
    position: relative;
    width: 480px;
    height: 180px;
    overflow: hidden;
}
.mask2
{
    position: relative;
    width: 240px;
    height: 180px;
    overflow: hidden;
}
.Content
{
    position: relative;
    width: 850px;
    height: 420px;
    overflow: hidden;
    background-image: url(bg-repeat.jpg);
	background-repeat: repeat-x;
}

span img
{
    display: block;
    border: none;
}
/*---------------------------*/
*
{
    margin: 0;
    padding: 0;
}
body
{
    background: #666;
    font-family: 'Lucida Sans Unicode' ,Arial,sans-serif;
    color: #333;
    text-align: center;
    padding: 20px 0;
}
div, p, li
{
    font-size: 12px;
}
li
{
    margin-left: 16px;
}
h1
{
    color: #0061CA;
    text-align: center;
    padding-bottom: 10px;
}
h2
{
    color:  White;
    font-size: 16px;
    font-weight: bold;
    padding:0px 0px 0px 20px;
}
pre
{
    background: #666;
    color: #fff;
    padding: 10px;
    margin: 10px;
    height: auto;
    overflow: auto;
    font: 12px Verdana,Courier,sans-serif;
}
* html pre
{
    width: 100%;
}

.description
{
    padding: 16px;
    margin: 10px 0;
    background: #eee;
}

.sample
{
    padding: 10px 20px;
    margin: 10px 18px 20px 18px;
    border: 1px solid #e1e1e1;
    background-image:url(../app_themes/standard/samp_bgr.png);
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
}
h4.stitle
{
    color: #666;
    margin: 0 0 5px 0;
}

.links
{
    padding: 10px;
    margin-top: 20px;
}
.links a
{
    font-size: 14px;
    color: #0080FF;
    text-decoration: none;
}
.links a:hover
{
    font-weight: bold;
}

#Content
{
    width: 900px;
    margin: 0 auto;
    /*background: #fff;*/
    background-image:url(../app_themes/standard/cont_bgr.png);
    text-align: left;
    padding: 20px;
    border:0;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
}

.buttons
{
    padding: 5px;
}
.buttons span
{
    color: #666666;
    padding: 5px 20px;
    cursor: pointer;
    font: 10px Verdana;
    font-weight: bold;
    background-image:url(../app_themes/standard/samp_bgr.png);
    border:solid 1px White;
}
.buttons span.active
{
    background-image:url(../app_themes/standard/samp_bgr.png);
    color: #666666;
    border:solid 1px #EEEEEE;
}
.buttons span:hover
{
    color: #666666;
    border-style:solid;
    border-width:1px 1px 0 1px;
    border-color:#666;
    background-image:url(../app_themes/standard/samp_bgr.png);
}
