@import url("/layout/general/style.css?1");

:focus{
    outline:none;
}

body {
    background-color:#f9f9f9;
    font-family:Sans-serif;
    margin:0;
    padding:0;
}

h1 {
    color:#28abe3;
    font-size:24px;
}

h2 {
    color:#28abe3;
    margin-top:30px;
    font-size:19px;
}

h2 a {
    text-decoration:none;
}

p {
    line-height:140%;
}

a {
    color:#0495CE;
}

#logo {
    width:367px;
    height:98px;
    background-image:url(/layout/appointmind/images/logo.png);
    background-repeat:no-repeat;
}
#logo a {
    display:block;
    width:367px;
    height:98px;
}

.main ol {
    line-height:140%;
    max-width:700px;
}

.main ol li {
    padding-bottom:20px;
}

.main ol li  ul li{
    padding:0;
    margin:0;
    background-image:url(/layout/appointmind/images/bullet.png);
    background-repeat:no-repeat;
    background-position:0px 10px;
    padding-left:15px;
    font-size:16px;
}

#head {
    height:100px;
}

#background {
    width:900px;
    margin:0 auto 50px auto;
}
#content {
    border:1px solid #e4e4e4;
    -moz-border-radius:10px;
    border-radius:10px;
    background-color:#fff;
    -moz-box-shadow: 1px 1px 1px #CFCFCF;
    -webkit-box-shadow: 1px 1px 1px #CFCFCF;
    box-shadow: 1px 1px 1px #CFCFCF;
}

.main {
    padding:30px;    
}

#navigation {
    float:right;
    padding-right:4px;
}
#navigation ul {
    list-style:none;
}
#navigation ul li {
    float:left;
    padding-top:42px;
    padding-left:5px;
}
#navigation ul li a {
    font-weight:normal;
    color:#28abe3;
    padding:4px 8px;
    text-decoration:none;
    text-shadow:1px 1px 1px #fff;
}


#navigation ul li a:hover {
    background-color:#028FD6;
    color: #ffffff;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius:5px; 
    text-decoration:none;
    text-shadow:none;
}

.button {
    
}

span.button a:link,
span.button a:visited,
a.button:link,
a.button:visited
{
    padding:4px 8px;
    background-color:#028FD6;
    font-weight: bold; 
    color: #ffffff;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius:5px; 
    text-decoration:none;
    text-align:center;
    line-height:30px;
}

span.button a:hover,
span.button a:active,
a.button:hover,
a.button:active
{
    background-color:#00A9FF;
    font-weight: bold; 
    color:#fff; 
}

.buttonSmall {
    
}

.buttonSmall a:link,
.buttonSmall a:visited {
    font-size:13px;
    padding:3px 8px;
    background-color:#028FD6;
    font-weight: bold; 
    color: #ffffff;
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius:5px; 
    text-decoration:none;
    text-align:center;
}

.buttonSmall a:hover,
.buttonSmall a:active {
    background-color:#00A9FF;
    font-weight: bold; 
    color:#fff; 
}

.alternate {
    margin-top:50px;
    background-color:#fafafa;
    padding:20px;    
}

.alternate-bottom {
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-right-radius:10px; 
    -webkit-border-bottom-left-radius:10px; 
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}

ul.features {
    list-style:none;
    padding:0;
    margin:0;
    height:250px;
}

ul.features  li{
    float:left;
    width:46%;
    margin-right:2%;
    min-height:140px;
    line-height:140%;
    background-image: none;
    font-size:15px;
}

ul.features li img {
    width:150px;
    height:100px;
    float:left;
    margin:0 15px 15px 0;
    border:1px solid #134963;
}

#footer {
    padding:0 0 0 20px;
}

ul.footer-navigation {
    margin:20px 0 0 0;
    padding:0px;
    list-style:none;
}
ul.footer-navigation > li {
    float:left;
    padding:0 80px 50px 0;
    width:140px;
}
ul.footer-navigation > li > ul {
    list-style:none;
    margin:0px;
    padding:0px;
}

ul.footer-navigation > li > ul > li  {
    font-size:13px;
    line-height:170%;
}

.footer-navigation-headline{
    font-size:14px;
    font-weight:bold;
    color:#2F2F2F;
}

ul.footer-navigation > li > ul > li > a {
    color:#199BCF;
    text-decoration:none;
}

.highlight {
    background-color:#f4f4f4;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:15px 20px 10px 20px;
    font-size:15px;
    line-height:140%;
    margin:0 0 50px 0;
}

.highlight h3{
    font-size:17px;
    margin-top:0;
}

.highlight p {
    margin-bottom:0;
    padding-bottom:0;
}

.highlight .moreInfos a {
    background-color:#ccc;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:3px 6px;
}


.priceLink {
    display:block;
    font-size:12px;
    margin-top:20px;
}

.dataTable {
    background-color:#FFFFCC;
    padding:20px;
    width:600px;
    margin:30px auto;
    -moz-box-shadow: 2px 2px 4px #e4e4e4;
    -webkit-box-shadow: 2px 2px 4px #e4e4e4;
    box-shadow: 2px 2px 4px #e4e4e4;
    -moz-border-radius:5px;
    border-radius:5px;
}
.dataTable h2 {
    margin:5px 0 25px 0;
    color:#000;
}

.dataTable table {
    border-collapse:collapse;
    width:100%;
}

.dataTable table tbody tr td {
    margin:0;
    padding:8px 0;
    border-top:1px solid #e3c27c;
}
.dataTable table tbody tr td {
    margin:0;
    border-top:1px solid #e3c27c;
    border-bottom:1px solid #e3c27c;
}
.dataTable table tbody tr td.info {
    border-right:1px solid #e3c27c;
    padding-right:20px;
    width:50%;
}

.dataTable table tbody tr td.price {
    padding-left:20px;
    white-space:nowrap;
}
.dataTable table tbody tr td.order {
    padding-left:20px;
    white-space:nowrap;
}
.dataTable table tbody tr td.price span.value {
    font-weight:bold;
}
.dataTable table tbody tr td p {
    font-size:14px;
    margin-top:5px;
}
.dataTable table tbody tr td p.headline {
    font-weight:bold;
    font-size:17px;
    margin-bottom:0px;
    padding-bottom:0px;
}

ul#sidebarNavigation {
    float:left;
    width:180px;
    border:1px solid red;
    padding-bottom:50px;
}

/* News Script */
.n2s_pagination {
    margin-top:40px;
}

.n2s_frontend_article_list_date,
.n2s_frontend_article_date {
    font-size:11px;
    color:#9F9F9F;
}


.n2s_frontend_article_next {
	text-align:right;
    margin-top:-30px;
    margin-bottom:30px;
}

.n2s_frontend_article_previous {
	text-align:left;
    height:30px;
}

.n2s_frontend_article_list .n2s_frontend_article_item {
    margin-bottom:100px;
}


ul li{
    line-height:140%;
}

ul.feature-list {
    list-style:none;
    margin:0 !important;
    padding:0 !important;
}

ul.feature-list li {
    padding-left:5px;
    margin-bottom:20px;
}

ul.feature-list > li > div.feature-list-headline{    
    line-height:140%;
    line-height:140%;
    font-size:16px;
    font-weight:bold;
    color:#28abe3;
}