﻿/* Global reset */
html, body, form
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.transparent_class
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
div#bookmarks
{
    margin-left: 10px;
}
div#bookmarks img
{
    border: none;
    border-collapse: collapse;
}
div.ico
{
    float: left;
    margin-right: 5px;
}
body
{
    color: #CCCCCC;
    background: #0c0c0c; /* url(../images/bg-body.jpg) repeat-x 0 30px;*/
    font-size: 14px;
}

div.wrapper
{
    background: #000000; /* #0c0c0c url(/images/web/bg-splatter.jpg) no-repeat top center; /*text-align: center;*/
    margin: 0 auto; /*color: #999999;  */
    color: #999999;
    font-family: Trebuchet MS, Tahoma;
    text-align: center; /* Centers the layout */
}
div.container
{
    background: #141414;
    text-align: center;
    width: 940px;
    margin: 0 auto;
    color: #ccc;
    position: relative;
}
div.header
{
    height: 55px;
    background: #000000 url(/images/web/header.png) no-repeat top center;
    overflow: hidden;
    position: relative;
}
div.footer
{
    position: relative;
}
#iphone
{
    position: relative;
}
#iphonebody
{
    position: relative;
    width: 302px;
    height: 545px;
    background: url('/images/web/iphone_body.jpg');
    z-index: 1;
}
#screenbg
{
    position: absolute;
    left: 43px;
    top: 92px;
    width: 218px;
    height: 254px;
    z-index: 3;
    visibility: visible;
    background: #000000;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#screenglare
{
    position: absolute;
    left: 113px;
    top: 82px;
    width: 149px;
    height: 99px;
    z-index: 2;
    visibility: visible;
}
div.content
{
    position: relative;
}
div.content_left
{
    width: 600px;
    height: 500px;
    float: left;
    padding: 10px;
    text-align: left;
}
.code
{
    font-size: smaller;
    color: #FF6000;
}
.orange
{
    color: #FF6000;
}
div.content_right
{
    float: right;
}
div.content_left div.headline
{
    background: url('/images/web/toolso.png') no-repeat;
}
div.content_left h2
{
    padding-left: 10px;
    font-size: 20px;
}
div.content_left h1
{
    height: 35px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    margin-top: 10px;
    float: left;
}
p.contentHeader
{
    font-size: 16px;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
}
table.imageOption
{
}
table.imageOption td
{
    text-align: center;
    width: 100px;
    vertical-align: top;
}
td.preview
{
    font-weight: bold;
    text-align: center;
}
div#vehicleFooter
{
    background: url('/images/web/vehiclefooter_bg.png') no-repeat;
    font-family: Tahoma;
    color: #FFFFFF;
    font-size: 11px;
    width: 940px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 168px;
}
div#vehicleFooterTop
{
    height: 100px;
}
div#vehicleFooterBottom
{
}
div#vehicleFooterBottom a, div#vehicleFooterBottom a:active, div#vehicleFooterBottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
div#vehicleFooterBottom a:hover
{
    text-decoration: underline;
}
div#vehicleFooterBottom ul
{
    float: right;
    margin-right: 40px;
}
div#vehicleFooterBottom ul li
{
    float: left;
    padding: 10px 10px;
}
.btn
{
    font-size: 14px;
    border: solid 1px #666666;
    color: #FF6000;
    background: #000000;
    height: 32px;
    cursor: pointer;
}
input.btn
{
    font-size: 14px;
    border: solid 1px #666666;
    color: #FF6000;
    background: #000000;
    height: 32px;
    cursor: pointer;
}
input.btn:hover
{
    font-size: 14px;
    border: solid 1px #666666;
    color: #FF6000;
    background: #333333;
    height: 32px;
    cursor: pointer;
}
a.btnhl, a.btnhl:active, a.btnhl:visited
{
    font-size: 14px;
    border: solid 1px #666666;
    color: #FF6000;
    background: #000000;
    height: 32px;
    padding: 8px 5px 6px 5px;
    cursor: pointer;
    text-decoration: none;
}
a.btnhl:hover
{
    font-size: 14px;
    border: solid 1px #666666;
    color: #FF6000;
    background: #333333;
    height: 32px;
    padding: 8px 5px 6px 5px;
    cursor: pointer;
    text-decoration: none;
}
