﻿@charset "utf-8";
/* CSS Document */

.download li
{
border:1px solid #BBB;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
height:25px;
padding:3px;
border-radius:4px;
background-color:#666666;
color:#ffffff;
width:90%;
list-style-position:outside;
margin-left:auto;
margin-right:auto;
}

.download li:hover
{
background-color:#c90000 !important;
}

.download li a, .download li a:hover, .download li a:visited, .download li a:active 
{
color:white; 
text-decoration: none;
line-height:25px;
width:100%;
}
.pdficon
{
background-image:url(../../_media/images/downloads/icon-pdf.png);
background-position:center left;
background-repeat:no-repeat;
}

.topmargin {margin-top:20px;}

.option-columns ul li:hover 
{
background-color:#CCCCCC;
color:#c90000;
cursor:default;
}

.sidebar00:hover, .sidebar01:hover, .sidebar02:hover, .sidebar03:hover, .sidebar04:hover, .sidebar05:hover, .sidebar06:hover, .sidebar07:hover, .sidebar08:hover, .sidebar09:hover, .sidebar010:hover, .sidebar011:hover, .sidebar012:hover, .sidebar013:hover, .sidebar014:hover
{
cursor:default;
background-color:#cbf3ba;
}

.sidebar00 a:hover:before, .sidebar01 a:hover:before, .sidebar02 a:hover:before, .sidebar03 a:hover:before, .sidebar04 a:hover:before, .sidebar05 a:hover:before, .sidebar06 a:hover:before, .sidebar07 a:hover:before, .sidebar08 a:hover:before, .sidebar09 a:hover:before, .sidebar010 a:hover:before, .sidebar011 a:hover:before, .sidebar012 a:hover:before, .sidebar013 a:hover:before, .sidebar014 a:hover:before
{
content:"»»";
/*padding-right:20px;
background-image:url(../../_media/images/pointer.gif);
background-position:center right;
background-repeat:no-repeat; */
}


/* Skype Support bar */
/*
#livesupport 
{
background-color:rgba(255,255,255,0.5);
width:750px;
height:36px;
line-height:36px;
margin:30px auto -66px auto;
padding:0px 3px 0px 0px;
text-align:center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#livesupport a 
{
margin-left:5px;
margin-top:3px;
height:28px;
line-height: 28px;
padding-left: 0px;
padding-right: 8px;
border-color:#00CCFF;
border-width:1px;
border-style:solid;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display:block;
float:right;

overflow:hidden;
background-color:#ffffff;
}


#livesupport a:visited,#livesupport a:hover,#livesupport a:active
{
color:#17b4ee;
text-decoration:none;
}

#livesupport a h4 
{
display:inline;
margin:0px;
padding:0px;
}
#livesupport a img 
{
display:inline;
margin:-2px 0px 0px 2px;
padding:0px;
}

#livesupport h4.skypesupport 
{
display:inline;
margin:0px;
padding:0px;
float:left;
padding-right:20px;
padding-left:10px;
line-height:35px;
color:#0078ca;
}

*/


/* Skype Support bar NEW */
#livesupport 
{
background-color:rgba(255,255,255,0.5);
width:920px;
height:40px;
line-height:36px;
margin:30px auto -66px auto;
padding:0px 3px 0px 0px;
text-align:center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

#livesupport div 
{
margin-left:3px;
margin-top:4px;
height:32px;
line-height: 32px;
padding-left: 5px;
padding-right: 5px;
border-color:#00CCFF;
border-width:0px;
border-style:solid;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display:block;
float:left;

overflow:hidden;
background-color:#ffffff;
}
#livesupport div:nth-child(2n)
{
margin-right:10px;
}

#livesupport a 
{
margin-left:5px;
margin-top:1px;
height:32px;
line-height: 32px;
padding-left: 0px;
padding-right: 0px;
border-color:none;
border-width:0px;
display:block;
float:left;
overflow:hidden;
}

#livesupport a:visited,#livesupport a:hover,#livesupport a:active
{
color:#17b4ee;
text-decoration:none;
}

#livesupport a h4 
{
font-size: 20px; 
line-height: 20px; 
display:inline;
float:left;
margin:0px;
padding:0px;
}
#livesupport div a img 
{
display:inline;
margin:0px !important;
padding:1px !important;
vertical-align: 0!important;
}
#livesupport h4.skypesupport 
{
display:inline;
margin:0px;
padding:0px;
float:left;
padding-right:20px;
padding-left:10px;
line-height:35px;
color:#0078ca;
}

.backbutton{

width:90%; 
display:block; 
height:45px; 
font-size:20px; font-weight:bold; border-radius:15px; background-color:Silver; color:Red; margin-left:5%; text-align:center; line-height:45px;
text-decoration:none;
}

.backbutton:hover{

background-color:rgb(184,16,0); color:White;
text-decoration:none;
}


@media screen and (min-width: 320px){ #livesupport {display:none;}} /* end of media Query */
@media screen and (min-width: 900px){ #livesupport {display:block;}} /* end of media Query */