﻿body 
{
   font-family: "Arial","Helvetica",sans-serif;
   font-size: 12px;
   color: #444444;
   background-color: white;
}
hr
{
    color: lightgrey;
}
::selection 
{
    background: #c84b1a; /* Safari */
    color: White;
}
::-moz-selection 
{
    background: #c84b1a; /* Firefox */
    color: White;
}
fieldset
{
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
legend
{
    color: #0192B5;
}
td, th
{
    border: none;
    vertical-align: middle;
}
tr
{
    border: 0px;
    margin-bottom: 20px;    
    padding: 5px !important;
    padding-bottom: 20px;
    padding-top: 20px;
}
.row
{
    border: 0px !important;  
    padding: 5px !important;  
}
a
{
    color: #0192B5;    
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
    color: #bd490b;
}
h1
{    
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
h2
{
    font-size: 20px;
    color: #0192B5;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
}
h3
{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px !important;
}
h4
{
    font-size: 14px;
    font-weight: bold;
}
.rounded, .ui-dialog
{
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F5F5F1;
}
.ui-dialog
{
    padding: 2px;
}
.rounded_simple
{
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    background-color: White; 
}
#container
{
    margin-top: 20px;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
#DefaultLogo
{   
    max-width: 260px;
    float: left;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;    
    background: #d9784d; /* Old browsers */
    background: -moz-linear-gradient(top,  #d9784d 0%, #c84b1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9784d), color-stop(100%,#c84b1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* IE10+ */
    background: linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9784d', endColorstr='#c84b1a',GradientType=0 ); /* IE6-9 */ 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
}
#DefaultLogo h4
{
    font-size: 16px;    
    position: relative;
    top: -3px;    
    margin-bottom: 15px;
    float: left;
    color: White;
    text-align: center;
    width: 100%;
    height: 19px;
}
#DefaultLogo h4 a
{
    text-decoration: none;
    color: White;
    padding: 0px;
}
#menu
{
    height: 55px;
    width: 100%;
    background: #ececea; /* Old browsers */
    background: -moz-linear-gradient(top,  #ececea 0%, #cbcbc5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececea), color-stop(100%,#cbcbc5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ececea 0%,#cbcbc5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ececea 0%,#cbcbc5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ececea 0%,#cbcbc5 100%); /* IE10+ */
    background: linear-gradient(top,  #ececea 0%,#cbcbc5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececea', endColorstr='#cbcbc5',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    text-shadow: 0 1px 0 #EEEEEC;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    margin-bottom: 15px;
    float: left;   
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-topleft: px;
    -moz-border-radius-bottomleft: px;
    -moz-border-radius-bottomright: 3px !important;
    -webkit-border-radius: px 3px 3px px !important;
    border-radius: px 3px 3px px !important; 
}
#menu a
{
    text-decoration: none;
    color: #0192B5;
    font-weight: bold;
    height: 55px;
    padding-left: 10px;
}
.menuLink:hover
{
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #efefef 0%, #afb2ae 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#afb2ae)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#afb2ae 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#afb2ae 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#afb2ae 100%); /* IE10+ */
    background: linear-gradient(top,  #efefef 0%,#afb2ae 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#afb2ae',GradientType=0 ); /* IE6-9 */


}
#logo_li
{
    padding: 0px !important;
    height: 55px !important;
    background-color: White;
    text-shadow: none !important;
}
#logo_li li:hover
{
    background: none !important;    
}
#first_li
{
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: px;
    -moz-border-radius-bottomright: px;
    -moz-border-radius-bottomleft: 3px !important;
    -webkit-border-radius: 3px px px 3px !important;
    border-radius: 3px px px 3px !important;     
}
#search_li
{
    background: #ececea !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #ececea 0%, #cbcbc5 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececea), color-stop(100%,#cbcbc5)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ececea 0%,#cbcbc5 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ececea 0%,#cbcbc5 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ececea 0%,#cbcbc5 100%) !important; /* IE10+ */
    background: linear-gradient(top,  #ececea 0%,#cbcbc5 100%) !important; /* W3C */
    float: right !important;
}
#menu ul, 
#categories ul,
#product_categories ul,
#ebook_categories ul
{    
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.category_title
{
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#categories li,
#product_categories li,
#ebook_categories li
{
    padding-bottom: 6px;
}
#menu li
{
    float: left;
    margin: 0px;
    padding-top: 20px;
    padding-right: 10px;
    height: 35px;
    border-right: 1px solid white;
}
#categories
{
    
}
.blue_button, .orange_button
{
    -webkit-transition-delay:initial, initial;
    -webkit-transition-duration:0.25s, 0s;
    -webkit-transition-property:all, text-shadow;
    -webkit-transition-timing-function:initial, initial;    
    font-weight: 700;    
    text-decoration: none !important;
    text-shadow: rgba(0, 0, 0, 0.246094) 0 -1px 0;    
    cursor: pointer;    
    color: White;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;    
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    background: #5398b0; /* Old browsers */
    background: -moz-linear-gradient(top, #5398b0 0%, #256998 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5398b0), color-stop(100%,#256998)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5398b0 0%,#256998 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5398b0 0%,#256998 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5398b0 0%,#256998 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5398b0', endColorstr='#256998',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #5398b0 0%,#256998 100%); /* W3C */
}
.orange_button
{
    background: #d9784d; /* Old browsers */
    background: -moz-linear-gradient(top,  #d9784d 0%, #c84b1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9784d), color-stop(100%,#c84b1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* IE10+ */
    background: linear-gradient(top,  #d9784d 0%,#c84b1a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9784d', endColorstr='#c84b1a',GradientType=0 ); /* IE6-9 */
    }
.grey_button
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    border: 1px solid #444444;
    text-shadow: rgba(0, 0, 0, 0.246094) 0 -1px 0;
}
#search
{
    padding-left: 10px;
}
#search_wrapper
{
    padding-left: 10px;
    position: absolute;
    width: 290px;
    height: 380px;
    background: #7bc3e6; /* Old browsers */
    background-image: url(images/map.png), -moz-linear-gradient(top, #7bc3e6 1%, #ffffff 100%); /* FF3.6+ */
    background-image: url(images/map.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7bc3e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background-image: url(images/map.png), -webkit-linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(images/map.png), -o-linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* Opera11.10+ */
    background-image: url(images/map.png), -ms-linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bc3e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background-image: url(images/map.png), linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* W3C */
    background-repeat: no-repeat;
}
#book_details
{
    padding-left: 10px;
    position: relative;
    width: 290px;
    height: 170px;
    background: #7bc3e6; /* Old browsers */
    background-image: url(images/map2.png), -moz-linear-gradient(top, #7bc3e6 1%, #ffffff 100%); /* FF3.6+ */
    background-image: url(images/map2.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7bc3e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background-image: url(images/map2.png), -webkit-linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(images/map2.png), -o-linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* Opera11.10+ */
    background-image: url(images/map2.png), -ms-linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bc3e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background-image: url(images/map2.png), linear-gradient(top, #7bc3e6 1%,#ffffff 100%); /* W3C */
    background-repeat: no-repeat;
}
#search h1
{
    color: white;
    text-shadow: 2px 2px 2px #9aadb6;
    filter: dropshadow(color=#9aadb6, offx=3, offy=3);
    font-size: 32px; 
    position: absolute;
    top: 90px;
}
#ui-datepicker-div
{
    -webkit-box-shadow: 0px 0px 15px #7e7e7e;
    -moz-box-shadow: 0px 0px 15px #7e7e7e;
    box-shadow: 0px 0px 15px #7e7e7e;
}
#search_box
{
    position: absolute;
    top: 200px;
    text-align: center;    
    width: 277px;    
}
#options
{
    padding-top: 10px;
}
.options_box
{
    float: left;
    margin-right: 10px;
    text-align: left;
}
#FromTextBox
{
    border: 1px solid lightgrey;
    height: 20px;
    width: 80px;
    text-align: center;
}
#ToTextBox
{
    border: 1px solid lightgrey;
    height: 20px;
    width: 80px;
    text-align: center;
}
#highlights
{
    float: right;
    width: 590px;
    height: 400px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 8px #7e7e7e;
    -moz-box-shadow: 0px 0px 8px #7e7e7e;
    box-shadow: 0px 0px 8px #7e7e7e;
    padding: 10px;
    background-color: White !important;
}
.green_button
{
    -webkit-transition-delay:initial, initial;
    -webkit-transition-duration:0.25s, 0s;
    -webkit-transition-property:all, text-shadow;
    -webkit-transition-timing-function:initial, initial;    
    font-weight: 700;    
    text-decoration:none !important;
    text-shadow:rgba(0, 0, 0, 0.246094) 0 -1px 0;
    color: White;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    background: rgb(168,199,66); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(168,199,66,1) 0%, rgba(124,154,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,199,66,1)), color-stop(100%,rgba(124,154,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c742', endColorstr='#7c9a27',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* W3C */
    height: 40px;
    width: 170px;
    font-size: 26px;
}
#search_text
{
    text-align: center;
    position: absolute;
    padding-top: 3px;
}
#lupp
{
    padding-top: 5px;
    padding-right: 20px;
}
.blue_button:focus, .blue_button:hover,
.green_button:focus, .green_button:hover {
    color:#FFFFFF !important;
    text-decoration:none !important;
    text-shadow:rgba(255, 255, 255, 0.496094) 0 0 10px;
}
.blue_button a:hover,
.green_button a:hover
{
    text-decoration: none !important;
}
#footer
{
    border-top: 1px solid lightgrey;
    margin-top: 50px;
    text-align: right;
}
#fancybox-left-ico 
{
    left: 20px;
}
#fancybox-right-ico 
{
    right: 20px;
    left: auto;
}
.owner_info
{
    padding: 10px;
    height: 80px;
    width: 570px;
    position: absolute;
    top: 320px;
    background-color: White;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.owner_image
{
    float: left;
    margin-right: 10px;    
}
.owner_image img
{
    border: 3px solid white;
    -webkit-box-shadow: 0px 0px 5px #7e7e7e;
    -moz-box-shadow: 0px 0px 5px #7e7e7e;
    box-shadow: 0px 0px 5px #7e7e7e;
}
.owner_text
{
    float: left;
}
.owner_text h3
{
    color: #0070AB;
    font-size: 18px;
    font-weight: bold;
}
.search_textbox, .header_search_textbox
{
    color: #444444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: White;
    text-align: left;
    z-index: 5;
    border: 1px solid #999999;    
    -webkit-box-shadow: inset 2px 2px 2px 1px #dbdbdb;
    -moz-box-shadow: inset 2px 2px 2px 1px #dbdbdb;
    box-shadow: inset 2px 2px 2px 1px #dbdbdb;
    text-align: left;
    padding: 10px;
    font-size: 18px;
}
.header_search_textbox
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
}
.content
{
    font-size: 14px;
}
.coda-nav
{
    width: auto !important;
}
#coda-nav-1
{
    padding: 5px;
}
#coda-nav-1 li
{
    padding-right: 5px;
}
.watermark
{
    color: lightgrey !important;
}
#learn_more
{
    margin-top: 20px;
}
#info2
{
    width: 275px;
    height: 250px;
}
#info3
{
    width: 275px;
    margin-right: 0px;
    height: 250px;
}
#header
{
    height: 100px;
    background-image: url(images/stad.jpg);
    background-repeat: no-repeat;
    background-color: #EEEEEE;
}
#header_gradient
{
    float: right;
    height: 120px;
    margin-top: -10px;
    width: 100px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%); /* W3C */
}
#header_search
{
    width: 450px;
    height: 100px;
    float: right;
    padding-top: 5px;
    padding-left: 10px;
}
#header_search_box
{
    float: left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    height: 43px !important;
    width: 337px;
    border: 1px solid #999999;
    background-color: White;
    -webkit-box-shadow: inset 2px 2px 2px 1px #dbdbdb;
    -moz-box-shadow: inset 2px 2px 2px 1px #dbdbdb;
    box-shadow: inset 2px 2px 2px 1px #dbdbdb;
    margin-bottom: 10px;
}
#HeaderSearchButton, #update_button, #BookButton
{
    float: left;
    margin-left: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px; 
    width: 100px;
    height: 32px;
    background: rgb(168,199,66); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(168,199,66,1) 0%, rgba(124,154,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,199,66,1)), color-stop(100%,rgba(124,154,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8c742', endColorstr='#7c9a27',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(168,199,66,1) 0%,rgba(124,154,39,1) 100%); /* W3C */
    color: White;
    font-size: 17px;
    padding-top: 12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
#header_search_box_input
{
    height: 35px !important;
    width: 325px !important;
    border: none;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 20px !important;
    color: #4F4F4F;
    font-weight: bold;
}
#SearchButton
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center bottom , #D5D5D5 10%, #F0F0F0 93%, #FFFFFF 99%) repeat scroll 0 0 #F0F0F0;
    border-color: #B3B3B3 #B3B3B3 #939393;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #C0C0BA;
    color: #505050;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    height: 26px;
    outline: 0 none;
    overflow: hidden;
    padding: 0 9px;
    text-align: center;
    text-shadow: 0 1px 0 #EEEEEC;
    vertical-align: middle;
    width: 70px;
    position: relative;
    top: -5px;
    margin-left: 5px;
}
#HeaderSearchButton
{
    float: none;
    padding-top: 0px;
    height: 44px;
    margin-left: 0px;
    position: relative;
    top: -3px;
}
.button_link
{
    text-decoration: none;
    border: none;
}
#sidebar
{
    width: 150px;    
    float: left;
    margin-right: 20px;
    padding: 20px;
}
#main
{
    width: 780px;
    float: right;
}
#listings
{
    margin-top: 15px;
    float: right;
    width: 690px;
}
.image
{
    padding: 5px;
    -webkit-box-shadow: 0px 0px 8px #7e7e7e;
    -moz-box-shadow: 0px 0px 8px #7e7e7e;
    box-shadow: 0px 0px 8px #7e7e7e;
}
#details_button, #approve_button
{    
    float: right;
    text-align: center;
    height: 20px;
    width: 70px;
    color: White;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #5398b0; /* Old browsers */
    background: -moz-linear-gradient(top, #5398b0 0%, #256998 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5398b0), color-stop(100%,#256998)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5398b0 0%,#256998 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5398b0 0%,#256998 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5398b0 0%,#256998 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5398b0', endColorstr='#256998',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #5398b0 0%,#256998 100%); /* W3C */
}
#approve_button
{
    margin-right: 10px;
}
#sort_options, #price_range_title, #distance_title
{
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F4F4F4;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;    
}
#price_range_title, #distance_title
{
    margin-top: 10px;
}
#price_range_slider, #distance_slider
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#PriceRangeLabel, #DistanceLabel
{
    width: 100%;
    text-align: center;    
}
#SortDropDownList
{
    padding: 5px;
    border: 1px solid lightgrey;
}
.arrow_bottom
{
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 0 5px 5px;
    position: absolute;
    margin-top: 10px;
    text-align: center;  
}
.grey_text
{
    color: grey;
}
#map_canvas
{
    width: 200px;
    height: 200px;
}
#details_map_canvas
{
    width: 600px;
    height: 350px;    
}
#address_map_canvas
{
    width: 300px;
    height: 250px;
}
#member_map_canvas
{
    width: 700px;
    height: 300px;
}
#world_map_canvas
{
    width: 930px;
    height: 250px;    
}
#price_range_slider.ui-widget-content .ui-state-default,
#distance_slider.ui-widget-content .ui-state-default
{
    background: #5398b0; /* Old browsers */
    background: -moz-linear-gradient(top, #5398b0 0%, #256998 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5398b0), color-stop(100%,#256998)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5398b0 0%,#256998 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5398b0 0%,#256998 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5398b0 0%,#256998 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5398b0', endColorstr='#256998',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #5398b0 0%,#256998 100%); /* W3C */
}
#update_button, #BookButton
{
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#update_button
{
    margin-bottom: 15px;
}
#BookButton
{
    width: 200px;
    margin-left: 45px;
    padding-bottom: 35px;
}
#footer_info
{
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    margin-top: 80px;
    border: 1px dotted grey;
    padding: 10px;
}
#sponsor1, #sponsor2
{   
    margin: 0px;
    margin-top: 20px;    
    width: 180px;    
    text-align: center;
}
#copyright
{
    text-align: center;
    margin-top: 10px;
}
.pin_counter, .pin_counter2
{
    position: relative;
    top: -105px;
    left: 5px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: White;    
}
.pin_counter2
{
    top: 22px;
}
#room_content, #room_gallery, #room_map, #news
#MemberTabContainer_PhotosTabPanel_room_gallery
{
    width: 600px;
    float: left;
    margin-right: 15px;
}
#room_content, #room_map, #news
{
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#sidebar_details
{
    width: 310px;
    float: right;    
}
#descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
}
#descriptions .ad-image-description {
    position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
    display: block;
}
#MonthsDropDownList, #PeopleDropDownList
{    
    height: 24px;
    padding: 2px;
    border: 1px solid lightgrey;
}
#Member_box
{
    margin-right: 0px;
}
#PeopleDropDownList
{
    width: 75px;    
}
#RoomPriceLabel
{    
    font-size: 32px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
#Member_details, #room_details
{
    margin-top: 20px;
    width: 290px;
    height: 170px;
    text-align: left;    
}
#PeopleNameLabel
{
    color: #444444;
}
#PeopleImage
{
    float: left;
    margin-right: 10px;
}
#Member_contact
{
    height: 100px;
    vertical-align: middle;
}
#contact_button
{
    width: 140px;
    float: left;
    margin-top: 0px;    
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
#room_details
{
    height: 110px;     
}
#room_details h2
{
    color: #444444
}
.grey_bg
{
    background-color: #DDDDDD;
}
#RoomDetailsTable td
{
    padding: 5px;
}
.back
{
    margin-bottom: 15px;
}
#BackArrowImageButton
{
    text-decoration: none;
    border: 0;
}
.back a
{
    text-decoration: none;
    border: 0;
    color: #0070AB;
    position: relative;
    top: -3px;
}
.back a:hover
{
    text-decoration: underline;
}
#sign_in_facebook, #sign_in,
#register_facebook, #register
{
    float: left;
    width: 465px;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px; 
    font-size: 16px;
}
#sign_in, #register
{
    height: 380px;
    margin-bottom: 0px;
}
#register_facebook, #register
{
    float: right;
}
.box_title
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: #F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; 
    margin-bottom: 10px;        
}
.textbox
{
    width: 250px;
    min-height: 15px;
    padding: 7px;    
    border: 1px solid lightgrey;    
}
.dropdownlist
{    
    min-height: 15px;
    padding: 7px;    
    border: 1px solid lightgrey;
    margin-bottom: 10px;
}
#Login1_LoginButton, #RegisterButton
{
    cursor: pointer;
    float: right;
    margin-top: 120px;
    margin-right: 10px;
}
#RegisterButton
{
    margin-top: 0px;
}
#facebook_signin_button, #facebook_signup_button
{
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 10px;    
    margin-top: 20px;
    cursor: pointer;
    height: 44px;
}
#FacebookLoginButton
{
    
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 10px;    
    margin-top: 20px;
    cursor: pointer;
    height: 44px;
}
.facebook_text
{
   position: relative;
   top: -13px;
   padding-left: 10px;
   padding-right: 10px;
}
#status_box
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    background-color: #e6efc2;
    border: 1px solid #CCCCCC;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; 
    margin-bottom: 20px;  
    text-shadow: 0 1px 0 #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    font-size: 16px;
}
#account_picture
{
    float: left;
    width: 230px;
}
#account_details
{
    float: right;
    width: 680px;
}
#MemberTabContainer_AccountTabPanel_MemberImage
{   
    border: 5px solid #EEEEEE !important;
}
#account_details .textbox
{
    width: 90%;
}
#AddressTextBox
{
    margin-bottom: 20px;
}
#new_map
{
    float: left;
    
}
#new_details
{
    float: right;
    width: 400px;
}
#step1, #step2
{
    padding: 20px;
    margin-bottom: 10px;
}
#MemberTabContainer_AccountTabPanel_MemberImageUploadButton
{
    float: none;
    margin-top: 10px;
}
.heading
{
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
#step_counter
{
    float: right;
    color: #999999;
}
#NextButton
{
    font-size: 18px !important;
}
#step2 td
{
    vertical-align: middle;
}
#AmenitiesTable
{
    font-size: 14px;
    font-weight: bold;
}
#description_table td
{
    vertical-align: middle;
}
#DescriptionTabContainer_DescriptionTabPanel
{
    max-height: 200px;
}
.link
{
    font-weight: 700;
    text-decoration: none;
    border: 0;
    color: #0070AB !important;
    position: relative;
}
.link:hover
{
    text-decoration: underline;
}
#MemberTabContainer_PhotosTabPanel_UploadPhotoButton
{
    float: none;
    margin-bottom: 20px;
}
#MemberTabContainer_AccountTabPanel_MemberImage
{
    margin-bottom: 10px;
}
.gallery_image
{
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
#message_box
{
    width: 670px;
    float: left;
}
#member_box
{
    float: right;
    width: 180px;
    text-align: center;
}
#member_box p
{
    font-weight: bold;
    font-size: 18px;
}
#MemberRoomImageButton,
#MemberTabContainer_InboxTabPanel_MemberRoomImageButton
{
    margin-bottom: 5px;
}
#message_info
{
    float: left;
    width: 500px;
    font-weight: bold;
}
#MemberTabContainer_InboxTabPanel_MemberToImage
{
    margin-bottom: 5px;
}
#MemberTabContainer_InboxTabPanel_new_message
{
    display: none;
}
#message
{
    padding: 20px;
}
#message #message_box
{
    float: right;
}
#message #member_box
{
    float: left;
}
#ApproveRequestButton
{
    margin-left: 10px;
}
#accept_contract
{
    text-align: right;
}
#facebook_login
{
    float: right;
    margin-right: 10px;    
}
#facebook_registration iframe
{
    width: 445px !important;
    max-height: 290px !important;
    margin-left: 10px;
}
#StudentsImage
{
    float: left;
    margin-right: 10px;
}
#SearchTextBox,
#HeaderSearchTextBox
{
    float: left;
    padding-right: 10px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B3B3B3 #CCCCCC #CCCCCC #B3B3B3;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: arial;
    font-size: 12px;
    height: 13px;
    padding: 6px;
    white-space: nowrap;
    width: 380px;
    position: relative;
    top: -5px;
}
#room_gallery iframe
{
    height: 29px !important;
}
.owner_text h3
{
    margin-bottom: 10px !important;
}
#Login1 tr
{
    border: 0px;
}
#ApproveButton
{
    padding: 6px 20px;
}
#MemberTabContainer_NewRoomsTabPanel_NewListingsGridView .blue_button
{
    padding: 6px 20px;
    margin-left: 10px;
}
#world_map
{
    margin-top: 20px;
}
#news
{
    height: 270px;
}
#product_navigation
{
    text-align: center;
}
.autocomplete_highlight
{
    padding-left: 5px;
    text-align: left;
    background: none !important;
    background-color: #bd490b !important;
    color: white;
    width: 382px;
    cursor: pointer;
    height: 12px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-right: none !important;
}
.autocomplete_listitem
{
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    height: 20px;
    background: none;
    width: 382px;
    height: 12px !important;    
    list-style-type: none;
    border-bottom: 1px dotted lightgrey;
    cursor: pointer;
    background: none !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-right: none !important;
}
.autocomplete_list
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px #7e7e7e;
    -moz-box-shadow: 0px 0px 15px #7e7e7e;
    box-shadow: 0px 0px 15px #7e7e7e;
    background-color: White;
    text-align: left;
    z-index: 5;
    padding: 0px;
    margin: 0px;    
}
#right_ads 
{
    float: right;
    left: -50px;
    position: relative;
    width: 220px;
}
#signup {    
    vertical-align: top;
    width: 650px;
    background-color: #F5F5F1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    
}
.info_box {
    float: left;
    width: 330px;
}
#signup_content {
    float: left;
    width: 660px;
}
#login
{
    background-color: #F5F5F1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;    
}
#LoginMenu_LoginButton
{
    
}
#productUpdated {
    float: left;    
    width: 330px;
}
#AccountSummaryPanel
{
    float: left;
}
#addWebsite img {
    border: 0 none;
    height: 17px;
    vertical-align: middle;
    width: 17px;
}
#TabContainer1 .ajax__tab_active
{
    font-weight: bold; 
}

/* ajax__tab_msngallery-theme theme */
#TabContainer1 .ajax__tab_header 
{
    font-size:12px;
    display:block;    
}
#TabContainer1 .ajax__tab_header .ajax__tab_outer 
{
    border: none;
    padding: 1px 1px 0px 1px;
    background-image: none;
    height: 52px;
}
.ajax__tab_outer
{
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#TabContainer1 .ajax__tab_header .ajax__tab_tab 
{
    padding:6px 10px 8px 10px;
    color:#444444;
    width:117px;
    display:block;
    text-align:center;   
    background-image: none; 
    height: 42px;
}
#TabContainer1 .ajax__tab_header .ajax__tab_tab img
{
    height: 24px;
    width: 24px;
}
#TabContainer1 .ajax__tab_header .ajax__tab_tab div
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    white-space:nowrap;
    line-height:145%;    
}
#TabContainer1 .ajax__tab_active .ajax__tab_outer 
{
    padding:0px 0px 0px 0px;  
    border: none;  
    border-bottom-color:#F5F5F1;
    background-color:#F5F5F1;
    background-image: none;
}
#TabContainer1 .ajax__tab_body 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;    
    padding:8px;
    background-color: #F5F5F1;    
    border: none;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;    
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
#TabContainer1 .ajax__tab_inner
{
    background-image: none;
}
.ajax__tab_xp .ajax__tab_header
{
    background: none !important;
}
#summaryTitles
{
    border-bottom: 1px dotted lightgrey;
}
#detailsTable
{
    width: 100%; 
    padding-left: 20px; 
    padding-top: 10px;
}
.search_area
{    
    height: 40px;
}
#captcha input
{
    width: 250px;
    padding: 7px;    
    border: 1px solid lightgrey;
}
#TabContainer1_WebsiteDetailsTabPanel,
#TabContainer1_AddProductTabPanel,
#TabContainer1_BulkUploadTabPanel
{
    padding: 10px;
}
#product_categories
{
    padding-top: 5px;    
}
#product_categories #selectable .ui-selecting 
{ 
    background: #F39814; 
}
#product_categories #selectable .ui-selected 
{ 
    background: #bd490b; 
    color: white; 
}
#product_categories #selectable 
{ 
    list-style-type: none; 
    margin: 0; 
    padding: 0;    
}
#product_categories #selectable ol
{     
    margin-top: 5px;
}
#product_categories #selectable li 
{     
    padding: 2px;
    padding-bottom: 5px;
    height: 12px; 
}
#product_categories #selectable li:hover
{ 
    cursor: pointer;
}
#ProductCategoriesPanel
{
    border: 1px solid lightgrey;
    background-color: White;
    height: 110px;
    margin-top: 5px;
    margin-right: 5px;
    width: 315px;
    float: left;    
}
#statistics
{
    padding: 10px;
}
#slider
{
    width: 265px;
}
.content_box
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid lightgrey;
    background-color: #e8e8df;
}
#ProductsDataList td
{
    vertical-align: top !important;
}
