body {
    background:#ffffff no-repeat scroll 0 0;
    font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
    font-size:12px;
}

#header {
    height: 50px;
    width: 1111px;
    position: relative;
    background:transparent url(../img/titlebar.png) no-repeat scroll center top;
    padding-top: 5px;
}

#body {
    position: relative;
    width: 983px;
    margin: 0px 5px 5px 5px;
}

#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 4px;
    width: 186px;
    z-index: 2;
}

#sidebar ul {
    background: #ffffff;
    width: 183px;
    border-bottom: 0px;
    border: 1px solid #d9d9d9;
}

#sidebar .directory_title {
    background:transparent url(../img/sidebar_directory_title.png) no-repeat scroll center top;
    width: 186px;
    height: 26px;
}

#sidebar .contact_title {
    background:transparent url(../img/sidebar_contact_title.png) no-repeat scroll center top;
    width: 186px;
    height: 26px;
}

#sidebar .account_title {
    background:transparent url(../img/sidebar_account_title.png) no-repeat scroll center top;
    width: 186px;
    height: 26px;
}

#sidebar .application_title {
    background:transparent url(../img/sidebar_application_title.png) no-repeat scroll center top;
    width: 186px;
    height: 26px;
}

#sidebar .selected {
    border-right: 0;
}

#sidebar .module {
    margin-bottom: 5px;
}

.module {
    color: #464646;
    font-size: 11px;
    line-height: 14px;
    /*background: #FFFFFF url(../img/box_bg.gif) repeat-y scroll 0 0;*/
}

.module .top {
    background:transparent url(../img/box_bgtop.png) no-repeat scroll 0 0;
    top:0;
    height: 7px;
}
.module .bottom {
    background: transparent url(../img/box_bgbottom2.png) no-repeat scroll 0 100%;
    bottom: 0;
    height: 7px;
}

.module h2 {
    background: #d9d9d9;
    color:#7f782a;
    font-size:14px;
    line-height: 24px;
    font-weight:bold;
    font-family:times New Roman;
    margin: 0 0px;
    padding: 0 0 0 9px;
    height: 24px;
}

#ad_bar {
    width: 120px;
    height: 600px;
    top: 5px;
    left: 984px;
    position:absolute;
    z-index: 2;
}

#main {
    width: 785px;
    margin-left: 192px;
    padding-top: 5px;
    /*padding-top: 7px;*/
    position: relative;
    
    /* border: 1px solid #D9D9D9;*/
}

#m_header {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background: url(../img/m_header_bg.gif) repeat-x scroll 0 0;
    background-color: #fff;
    position: relative;
    border: 1px solid #d9d9d9;
    border-left: 0px;
    z-index: 5;
    padding-left: 0px;
}

#m_body {
    position: relative;
    /*width: 798px;*/
    
    background-color: #e5e6e7;
    padding: 0px 0px 0px 0px;
}

#m_footer {
    position: relative;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(../img/main_bottom2.gif) repeat-x scroll 0 0;
    border: 1px solid #d8d9da;
}

.inline {
    float: left;
}

.pic_warp {
    position: relative;
    border: 1px solid #a5a6a7;
    background-color: #e5e6e7;
    padding: 1px;
    margin-bottom: 10px;
}

.pic_warp .header {
    position: relative;
    height: 20px;
}

.pic_warp .body {
    text-align: center;
}

.pic_warp .footer {
    position: relative;
    height: 15px;
}
.pic_warp .footer span {
    position: absolute;
    right: 5px;
    
}

.pic_warp .footer label {
    font-size: 80%;
}

.divWindow .img_body {
    margin-right: 162px;
}

.divWindow .img_info {
    float: right;
    width: 160px;
    overflow: hidden;
    text-align: left;
    padding-left: 2px;
    font-size: 10px;
    line-height: 16px;
}


ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

li {
    margin: 0;
    padding: 6px 10px;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
}

ul li a {
    /*   display: block;*/
    text-decoration: none;
    color: #333333;
    padding: 3px 5px;
}

a{
    
}

.selected {
    font-weight:bold;
    /*background: url(../img/main_bottom2.gif) repeat-x scroll 0 0;*/
    background-color: #e5e6e7;
    /*margin-left: 0px;*/
}

a {
    color: #313233;
}

div.search_container {
    width: 171px;
    background: #d9d9d9;
    border-style: solid;
    border-color: #d9d9d9;
    border-width: 0px 1px 1px 1px;
    padding: 12px 0px 5px 12px; 
}
div.search {
    width: 162px;
    position: relative;
    height: 20px;
}

div.search .left {
    background: transparent url(../img/searchfield_leftcap.png) no-repeat scroll left top;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    width: 20px;
    height: 19px;
}
div.search .right {
    background:transparent url(../img/searchfield_rightcap.png) no-repeat scroll right top;
    display:block;
    height:19px;
    position:absolute;
    right:0;
    top:0;
    width:10px;
}

div.search input {
    position: absolute;
    top: 0px;
    left: 20px;
    
    color: #7E7E7E;
    width: 133px;

    background:transparent url(../img/searchfield_repeat.png) repeat-x scroll center top;
    border:0 none;
    font-family:"Lucida Grande","Lucida Sans Unicode","Arial",sans-serif;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:16px;
    line-height:normal;
    padding:3px 0 0;
}

#header .title {
    font-size: 160%;
    color: #f5f6f7;
    margin-left: 60px;
    font-weight: bold;
    line-height: 50px;
    
}

.pic_warp .title {
    font-size: 12px;
    color: #414243;
    margin-left: 10px;
    line-height: 20px;
}

#footer {
    border-top: 1px solid #dddddd;
    clear: both;
    padding-top: 9px;
    margin-top: 10px;
    width: 1111px;
    text-align: center;
}

.column {
    border: 1px solid #e5e6e7;
    vertical-align: bottom;
    margin-bottom: 0;
    width: 100px;
}

.column_bar {
    position: relative;
    background: url(../img/main_bottom2.gif) repeat-x scroll 0 0;
    height: 30px;
    line-height: 30px;
}

.column ul {
    
}
.column ul li {
    font-size: 11px;
    padding-top:4px;
}
/*
 .column_main {
 border: 1px solid #e5e6e7;
 vertical-align: bottom;
 margin-bottom: 0;
 }
 
 .column_main .column_bar {
 position: relative;
 background: transparent;
 height: 30px;
 line-height: 30px;
 width: 30px;
 }
 
 */
.pad1 {
    padding-left: 12px;
    vertical-align: bottom;
    
    
}

.arrow_up {
    width: 22px;
    height: 22px;
    background: transparent url(../img/arrow_up.gif) no-repeat scroll 0 -44px;
    /*background-position: 0 -44px;*/
    
    text-indent: -9999px;
    overflow: hidden;
    
    position: absolute;
    top: 4px;
    left: 7px;
    
    cursor: default;
}

.arrow_down {
    width: 22px;
    height: 22px;
    background: transparent url(../img/arrow_down.gif) no-repeat scroll 0 -44px;
    
    
    text-indent: -9999px;
    overflow: hidden;
    
    position: absolute;
    top: 4px;
    left: 7px;
    
    cursor: default;
}

a.arrow_active:hover {
    background-position: 0 -22px;
}

.arrow_active {
    background-position: 0 0;
    cursor: pointer;
}

.content_container {
    position: relative;
    border: 1px solid #d9d9d9;
    vertical-align: top;
    background: #eaeced;
    padding: 0px 0px;
}

.content_container li {
    font-size: 11px;
    line-height: 18px;
    
    display:inline-block;
  *display: inline;
  *zoom: 1;

    width: 171px;
    height: 176px;
    padding: 0;
    margin: 0 12px;
    border: 0;
}
.content_container li a {
    position: absolute;
    bottom: 0;
    left: 0;	
}
.content_container li a, strong, i {
    display: block;
    vertical-align: bottom;
}

a:hover {
    color: #0088cc;
}
a:hover i {
    color: #000;
}


.content_container ul li img {
    border: 1px solid #f5f6f7;
}


.mtitle {
    background: transparent url(../img/mtitle_bg.png) repeat-x scroll 0 0;
    padding: 0 8px;
    float: left;
    height: 24px;
    
    color: #313233;
    
    line-height: 24px;
    font-size: 12px;
    
    border-style: solid;
    border-color: #b5b6b7;
    border-width: 0 1px;
}

.slider_list {
    background-color: #fff;
}

.slider_horizontal {
    position: relative;
    
    height: 26px;
    
    border-left: 1px solid #d5d6d7;
    border-right: 1px solid #d5d6d7;
    
    background: url(../img/arrow/bg.png) repeat-x scroll 0 0;
    
}

.slider_horizontal .arrow_pre {
    position: absolute;
    top: 1px;
    left: 1px;
    
    width: 22px;
    height: 22px;
    
    
    border-right: 1px solid #d5d6d7;
    overflow: hidden;
    background: transparent url(../img/arrow/left3.png) no-repeat scroll 0 0;
    text-indent: -9999px;
    cursor: default;
}
.slider_horizontal .arrow_pre.active{
    background: transparent url(../img/arrow/left1.png) no-repeat scroll 0 0;
    arrow: pointer;
}
a.arrow_pre.active:hover {
    background: transparent url(../img/arrow/left2.png) no-repeat scroll 0 0;
    cursor: pointer;
}
.slider_horizontal .arrow_next {
    position: absolute;
    top: 1px;
    right: 1px;
    
    width: 22px;
    height: 22px;
    
    border-left: 1px solid #d5d6d7;
    overflow: hidden;
    background: transparent url(../img/arrow/right3.png) no-repeat scroll 0 0;
    text-indent: -9999px;
    cursor: default;
}
.slider_horizontal .arrow_next.active{
    background: transparent url(../img/arrow/right1.png) no-repeat scroll 0 0;
    cursor: pointer;
}
a.arrow_next.active:hover {
    background: transparent url(../img/arrow/right2.png) no-repeat scroll 0 0;
}
.slider_horizontal .slider_container {
    position: relative;
    height: 26px;
    overflow: hidden;
    margin: 0 24px;
}

.slider_horizontal .slider_container ul {
    height: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.slider_horizontal .slider_container li {
    position: relative;
    top: 0;
    
    height: 26px;
    border: 0;
    border-right: 1px solid #d9d9d9;
    padding: 0 6px;
    float: left;
    line-height: 26px;
}


/* -------------------------------------------------*/
#m_body li.selected {
    font-weight: normal;
    margin: 0px;
    margin-top: 3px;
    background: #d5d6d7;
    border-bottom: 0px;
}
#m_body li.selected a{
    color:#222222;
}

#webblazer_category_slider ul li.selected {
    background: #b5b6b7;
}
#mobotix_domain_slider ul li.selected {
    background: #b5b6b7;
}



#webblazer_container {
    display: none;
}
#mobotix_container {
    display: none;
}
#mostviewed_container {
    display: none;
}
#latestadded_container {
    display: none;
}
#faq_container {
    padding: 5px;
    width: 900px;
    display: none;
}
#contactus_container {
    padding: 5px;
    display: none;
}
#impressum_container {
    padding: 5px;
    display: none;
}
#description_container {
    background: #ffffff;
    padding: 5px;
    display: none;
}
#description_container a {
    text-decoration: none;
    color: #0088cc;
}
#version_container {
    background: #ffffff;
    padding: 5px;
    display: none;
}
#version_container a {
    text-decoration: none;
    color: #0088cc;
}
#alert_container {
    position: relative;
    border: 1px solid #ff0000;
    vertical-align: top;
    background: #eaeced;
    padding: 10px;
}


/*
 #webblazer_country_slider ul li.selected {
 
 background-color: #e5e6e7;
 }
 #webblazer_country_slider ul {
 background: #fff;
 }
 
 #webblazer_state_slider ul {
 background: #e5e6e7;
 }
 #webblazer_state_slider ul li.selected {
 background-color: #f5f6f7;
 }
 
 #webblazer_city_slider ul {
 background: #f5f6f7;
 }
 #webblazer_city_slider ul li.selected {
 background: #fff;
 }
 
 #webblazer_category_slider ul  {
 background: #fff;
 }
 #webblazer_category_slider ul li.selected {
 background: #e5e6e7;
 }
 */
/*
 #webblazer_country_list li {
 background-color: #fff;
 }
 #webblazer_country_list ul li.selected {
 margin: 0;
 background-color: #e5e6e7;
 }
 */
#webblazer_city_list li {
    background-color: #e5e6e7;
}

/*
 
 #mobotix_country {
 width: 80px;
 border-left: 3px solid #e5e6e7;
 }
 #mobotix_city {
 width: 100px;
 background-color: #fff;
 }
 #mobotix_category {
 width: 80px;
 
 }
 
 #mobotix_webcam {
 margin-left: 268px;
 border: 1px solid #e5e6e7;
 background-color: #f5f6f7;
 }*/

#search_history {
    display: none;
    background:#f5f6f7 none repeat scroll 0 0;
    right:-7px;
    padding:0;
    position:relative;
    top:-7px;
    
    border-color:#D9D9D9;
    border-style:solid;
    border-width:0 1px 0 0;
    
    background:#F5F6F7 none repeat scroll 0 0;
    
    width:163px;
}

#search_history ul {
    
}
#search_history ul li {
    
}

#search_history ul li.selected {
    
}
#search_history a.remove {
    
}

.statusbox {
    background-color: #edeff0;
    font-size: 11px;
    padding: 6px 12px;
    margin: 2px;
}

#addwebcam_container {
    display: none;
}
#addwebcam_result {
    display: none;
    padding-left: 10px;
}
#addwebcam_before table {
    margin: 2px;
    font-size: 11px;
}
#addwebcam_before table td {
    padding-left: 8px;
}
#addwebcam_container {
    position: relative;
}

#box {
    position:absolute;
    visibility:hidden;
    width:779px;
    z-index:10;
    border: 1px solid #d5d6d7;
    top:0;
    left: -2px;
}

#box .nav {
    background:transparent url(../img/popo/nav_bg.gif) repeat-x scroll 0 0;
    height: 26px;
    position: relative;
}

#box .nav .nav_title {
    position: absolute;
    background:transparent url(../img/popo/nav_selected2.gif) repeat-x scroll 0 0;
    height: 26px;
    float: left;
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    
    height: 2.5em;
    line-height: 2.5em;
    z-index:11;
}

#box .nav a.delete_btn {
    position: absolute;
    top: 1px;
    right: 4px;
    background: transparent url(../img/popo/delete1.png) no-repeat scroll 0 0;
    overflow: hidden;
    text-indent: 999px;
    width: 24px;
    height: 24px;
}
#box .nav a.delete_btn:hover {
    background: transparent url(../img/popo/delete2.png) no-repeat scroll 0 0;
}

#map {
    border: 1px solid #000;
    padding: 1px;
    position: absolute;
    overflow: hidden; 
    width: 100%; 
    height: 535px;
    width:775px;
}

#box_close {
    
}

a.button {
    /* Default positioning of button */
    display: block;
    margin: 0 auto;	
    text-align:center;	
    line-height: 46px; /* will keep the text vertically centered on the 46px high button */				
    
    font-size: 20px; /* default button font-size */
    
    /* Font styling */
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    
    /* Button image is 29px wide. 
     14px for the left part of the button
     14px for the right
     1px for the middle
     */
    border-width: 0 14px;
}
a.white.button {
    color: #000;
    text-shadow: #fff 0px 1px 1px;
    -webkit-border-image: url(../img/whiteButton.png) 0 14 0 14;
}
a.gray.button {
    color: #fff;			
    text-shadow: #333 0px 1px 1px;
    -webkit-border-image: url(../img/grayButton.png) 0 14 0 14;
}
a.button:hover {
    color: #fff;
    text-shadow: #333 0px 1px 1px;
    -webkit-border-image: url(../img/blueButton.png) 0 14 0 14;
}

div.bottombar {
    padding: 18px 15px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/options-extend.png) repeat-x top left;
}
/* button specific styles for when located inside of the bottombar */
div.bottombar a.button {
    display: inline-block;
    min-width: 108px;
    font-size: 16px;
}
div.bottombar a.firstChild.button {
    margin-right: 14px;
}


