/**/
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/page_bg.png) repeat-x left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em Arial, Helvetica, sans-serif;
}

#rightcolumn input, textarea, select {
	border: 1px solid #CCCCCC;
	background: url(images/page_bg.png) repeat-x left top;
}

#rightcolumn input, textarea {
	background: url(images/input_bg.png) repeat-x left top;
}

#rightcolumn input.submit {
	border: 0;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
	margin: 0 0 6px 0;
}

/**Title styles*/
h1 .line1 {
display:block;
color:#212121;
}
h1 .line2 {
display:block;
color: #b40a0b;
}

h1 {
	font-size: 1.9em;
	margin-top: 10px;
        color: #000;
	text-transform: uppercase;
}

h2 {
	font-size: 1.9em;
	margin-top: -6px;
        color: #b40a0b;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
	margin-top:5px;
}

p, ul, ol {
}

p {
	margin: 1em 0 1em 0;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
}

li {

}

a {
	color: #b40a0b;
}

a:hover {
}

small {
}

hr {
	/*display: none;*/
	height:1px;
	background-color:#cccccc;
}

#page table {
	width: 100%;
	background: #D8D8D8;
}

#page th {
	color: #fff;
	background: #7A7A7A;
	padding: 6px;
	font-size: 1.2em;
}

#page tr {
	background: #D8D8D8;
}

#page tr.even {
	background: #EBEBEB;
}

#page td {
	border: 1px solid #919191;
        padding: 6px;
}

#page tr.even td {
	border: 1px solid #AEAEAE;
}
                                  
img {
	border: none;
}

#header {
	width: 945px;
	margin: 0 auto 0 auto;
	padding-left:15px;
	height: 160px;	background:black url(images/page_bg.png) repeat-x scroll left top;
	position:relative;
}


#logo {
	float: left;
	margin-top: 26px;
/*	background-image:url(/assets/templates/bdirect/images/logo.png);*/
	background-repeat:no-repeat;
	height:73px;
	width:340px;
}

#logo a {
	display:block;
	height:69px;
	width:340px;
	text-decoration: none;
}

#logo h1 {
  float:left;
}

#search {
position:absolute;
top:42px;
right:0px;
width: 290px;
height: 57px;
background: url(images/search_bg.png) no-repeat right top;
}

#search .text {
	width: 165px;
	font-style: italic;
	background: url(images/searchinput_bg.png) repeat-x left top;
	margin: 15px 8px 0 44px;
	float: left;
	border: 1px solid #838586;
        border-left: 1px solid #9A9B9C;
}

#search .button {
	float: left;
	margin: 9px 0 0 0;
}

.menu img {
	float: left;
}

#tabs {
	position: relative;
	clear: both;
	padding: 0;
	margin:10px 0 0 0;
}

#tabs img {
	float: left;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-bottom: -3px;
	width:562px;
	background:transparent url(images/tab_bg.png) repeat-x scroll left top;
}

#rightcolumn ul li {
	background: url(images/li_bg.png) no-repeat left 4px;
	padding: 0px 0 6px 20px;
	margin: 8px 0 6px 0;
}

#rightcolumn ul li ul {
	padding: 8px 0 0px 0px;
}


#tabs li {
	display: inline;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

#tabs a {
float: left;
text-transform:uppercase;
text-align: center;
text-decoration: none;
font-size: 12px;
color: #000;
/*margin-right:5px;*/
background: url(images/tab_bg.png) repeat-x left top;
}
#tabs a span {
padding: 2px 15px 0px 10px;
line-height: 29px;
display: block;
}
#tabs a:hover {
color:#B40A0B;
}

#tabs li.active a {
color: #b40a0b;
/*background: url(images/tabhl_bg.png) repeat-x left top;*/
}
#tabs li.active a span {
background:url(images/tabhl_bg.png) repeat-x right top;
/*background: url(images/tabhr_bg.png) no-repeat right top;*/
}

#tabs li img {
	float: left;
}

#tabsbottom {
	width: 576px;
	height: 19px;
	background: url(images/tabb_bg.png) repeat-x left bottom;
	margin: 0;
	padding: 0;
	margin: -15px 0 -3px 0;
	border-left: 1px solid #939393;
        border-right: 1px solid #939393;
        clear: both;
}

#tabstext {
	min-height: 400px;
	background: url(images/tabtext_bg.png) no-repeat left bottom;
	margin: 4px 0 0 0;
	padding: 12px 12px 12px 16px;
	list-style:none;
}

#tabstext table {
	max-width: 100%;
}

#tabstext h2 {
	font-size: 1.29em;
	float:left;
	color: #000;
width:320px;
}


#tabstext p {
/*width:320px;*/
}


#tabstext h5 {
width:320px;
}

#tabstextbg {
	width: 584px;
	background: url(images/tabtext_bg_top.png) repeat-y left top;
	margin: -4px 0 0 -4px;
	padding: 0;
}

#tabsrightcontainer {
	float: right;
	width: 222px;
	margin: 0 0 0 8px;
}

#tabsrightl {
	width: 217px;
	margin: 0;
	padding: 0px 0 1em 40px;
}

#tabsrightl a, #tabsrightl a:visited {
	color: #000;
	text-decoration: none;
}

#tabsrightl a:hover {
	color: #b40a0b;
}

#tabsrightl ol {
	padding: 0;
	margin: 0;
}

#tabsrightl li {
	border-bottom: 1px solid #ccc;
	width: 160px;
	line-height: 1em;
	padding: 0px 0 6px 0px;
	margin-bottom: 6px;
}

#tabsrightt {
	width: 217px;
	height: 290px;
	background: url(images/tabrt_bg.png) no-repeat left top;
	margin: 0;
	padding: 22px 0 1em 20px;
}

#tabsrightt ul {
	padding-top: 9px;
}

#tabsrightt li {
	background: url(images/li_bg.png) no-repeat left 4px;
	border-bottom: 1px solid #ccc;
	width: 160px;
	line-height: 1em;
	padding: 0px 0 6px 20px;
	margin-bottom: 6px;
}

#tabsrightt h3 {
        color: #b40a0b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-top: -6px;
}

#tabsrightt img, #tabsrightb img {
	clear: both;
	float: right;
	margin-right: 40px;	
}

#tabsrightb {
	width: 222px;
	height: 164px;
	background: url(images/tabrb_bg.png) no-repeat left top;
	margin: 0;
	padding: 22px;
	color: #fff;
}

#tabsrightb h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: -6px;
}

#tabsrightb p {
	width: 190px;
}

.product-breadcrumbs {
margin:17px 0px 20px 0px;
}
#productheader {
	clear: both;
}

#productheader img {
	float: left;
	padding: 6px 9px 0 0;	
}

#page {
	width: 960px;
	margin: 0 auto;
	padding-top: 16px;
}

#leftcolumn {
	float: left;
	width: 350px;
	padding: 0;
	padding-left:10px;
	margin: 0;
}

#rightcolumn {
	float: right;
	width: 600px;
	padding: 0;
	margin: 0;
}

#rightcolumn li {
	/* background: url(images/li_bg.png) no-repeat left center;
	padding-left: 20px; */
}

#leftcontact {
/*	width: 350px;*/
	min-height: 129px;
        background: url('images/box_contact_bg.png') top left no-repeat;
        padding: 4px 0px 0 22px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 6px;
	position:relative;
}

#page.section1 #leftcontact {
background: url('images/leftct_bg.png') top left no-repeat;
color:#ffffff;
}

#leftcontact div {
	float: left;
	width: 57px;
	font-weight: normal;
}
#leftcontact div.oruse {
	width:65px;
}
#leftcontact a {
  position:absolute;
  right:32px;
  bottom:15px;
}

#leftcontact p, #leftclick p {
	width: 300px;
	font-weight: normal;
}

#leftcontact h2, #leftclick h2 {
	color: #fff;
	font-size: 1.8em;
	margin: 8px 0 4px 0;
	text-transform: none;
}

#leftcontact h2 {
	margin: 8px 0 11px 0;
}

#leftclick {
/*	width: 350px;*/
	min-height: 90px;
        background: url('images/leftoffer_bg.png') top left no-repeat;
        padding: 4px 0px 0 22px;
        color: #fff;
        font-weight: bold;
}

#leftclick a img {
	float: right;
	clear: both;
	margin-top: 3px;
	margin-right:3px;
}
#page.section1 #leftclick{
min-height:129px;
}
#page.section1 #leftclick a img {
margin-top:6px;
padding-top:35px;
}

#citate {
	width: 319px;
        background: url('images/citate_bg.png') top right no-repeat;
        padding: 16px 0px 0 22px;
        font-weight: bold;
	color: #b0b0b0;
	font-style: italic;
	margin: 22px 0 0 -16px;
}

#citate a{

        font-weight: bold;
	color: #b0b0b0;
	font-style: italic;
text-decoration:none;

}

#banner {
	margin-left: -6px;
}

.homelinks {
/*	width: 280px; 
	margin: 20px 10px 0 0;
	height: 130px;*/
	float: left; 
	padding-right:4px;
	padding-top:4px;
}

.homelinks div {
	float: right; 
	width: 215px;
}

.homelinks h3 {
	float: right; 
	width: 215px; 
	padding-bottom: 6px; 
	border-bottom: 1px solid #D5D5D5; 
	color: #b40a0b;
	font-size: 1.3em;
}
.homelinks p a {
color:black;
}
.homelinks img {
	float: left;
}


#logocontainer {
	clear: both;
}

#logolist {
	width: 930px;
	margin: 0 auto;
	padding-left: 40px;
}

#logolist img {
/*	padding-bottom: 12px;*/
	padding-right: 16px;
}

.separator {
height:1px;
border-top:1px solid #cccccc;
margin:20px 0px 20px 0px;
}
#footercontainer {
	clear: both;
	background: #FFFFFF url(images/page_bg.png) repeat-x left 0px;
	height: 135px;
}

#footer {
	width: 930px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 1em;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 15px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: right;
}

#links {
	float: left;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li {
	display: inline;
}

#links li a {
	display: block;
	float: left;
	padding: 15px 0px 15px 20px;
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}
.alt
{
	display:none;
}

#leftmenu ul {
	margin: 15px 0 15px 10px;
}

#leftmenu li {
	border-bottom: 1px solid #dfdfdf;
	width: 325px;
	line-height: 1em;
	padding: 0px 0 6px 0px;
	margin-bottom: 6px;
}
#leftmenu a, #tabsrightl a:visited {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 3px 22px;
	display: block;
	font-size:14px;
	background:url(/assets/templates/bdirect/images/icon-arrow.png) no-repeat left center;
}

#leftmenu a:hover, #leftmenu a:active, #leftmenu li.active a {
	color: #b40a0b;
}

#ajaxSearch_resultListContainer {
	padding: 1em 0 0 0;
}
#breadcrumbs li {
  display:none;
  }
  #addthis {
    float:right;
    }
div.field  {
  margin:3px;
  border-bottom:1px solid #f0f0f0;
  padding-bottom:3px;
}
div.field label {
  display:block;
  float:left;
  width:125px;
}
div.field input {
  width:300px;
}
div.field textarea {
  width:300px;
  height:100px;
}
div.field input.button {
  width:100px;
  float:right;
  margin:20px 250px;
}
div.field-radio input{
width:auto;
background-image:none !important;
border:0px !important;
}
/*
div.blogsummary {
  background:#f0f0f0;
  padding:5px;
margin-bottom:10px;
}
div.blogheader {
  padding:5px;
  border-bottom:1px solid #cccccc;
}
div.blogheader div.title {
  font-size:18px;
  float:left;
}
div.blogheader div.detail {
  float:right;
padding-top:5px;
}
div.blogcontent {
  clear:both;
  padding:8px;
}
*/
div.clear {
  clear:both;
}
/*
div.blogfooter {
  float:right;
}*/
div.blogcomment {
  background:#f0f0f0;
  padding:5px;
  margin:5px;
}
div.blogcomment div.commentheader {
  color:#b40a0b;
  font-weight:bold;
  padding:5px;
}
div.blogcomment div.commentheader div.title{
  float:left;
}
div.blogcomment div.commentheader div.detail{
  float:right;
}
div.blogcomment div.commentcontent {
  padding:5px;
}
h3.comments {
  font-size:20px;
  font-weight:normal;
  border-bottom:1px solid #cccccc;
}
div.commentform {
  border:1px solid #999999;
  margin:5px;
}
div.commentform h2 {
  background:#999999;
  padding:5px;
  margin:0px;
  text-transform:none;
  color:#ffffff;
  font-size:16px;
  font-weight:bold;
}
div.commentform form {
  padding:5px;
}
a.blogrss {
  display:block;
    float:left;
      background:transparent url(/assets/templates/bdirect/images/icon-rss.png) no-repeat left center;
        padding: 0px 10px 0px 25px;
	  height:20px;
	  margin-top:2px;
	  }
#rightcolumn ul.pressarea li {
  margin:0px;
  }
div.detail strong {
  color:#B40A0B;
  }
  div.quote
  {
    background:transparent url(/assets/templates/bdirect/images/citate_bg.png) no-repeat scroll right top;
      padding:25px 30px 10px 10px;
      }

#rightcolumn div.sitemap li {
	clear:left;
  background:none;
  font-weight:bold;
  font-size:14px;
}
#rightcolumn div.sitemap li li {
  font-size:12px;
}
#rightcolumn div.sitemap li li li {
  float:left;
  clear:none;
  list-style:none;
  font-weight:normal;
}
#mainbanner {
z-index:1;
height:277px;
}
li.answer {
  list-style:none;
    background:none !important;
    }
    ul li.plus, ul li.minus {
      cursor:pointer
      }
      ul li.minus {
        margin-bottom:0px !important;
	padding-bottom:2px !important;
	}
	ul li.answer {
	  margin:0px !important;
	  }
div.video
{
float:right;
width:300px;
height:200px;
background:#000000;
margin:0 0 15px 15px;
}

.searchbutton {
 background:url(/assets/templates/bdirect/images/go_button.png) no-repeat center center;
 border:0px;
  height:29px;
  width:49px;
color:transparent;
margin-top:11px;
}
.skiplink {
float:right;
color:#333333;
margin-left:10px;
}
.pcbackupbutton {
background:url(/assets/templates/bdirect/images/pcbackupbutton.png) no-repeat center center;
}
.continuitybutton {
background:url(/assets/templates/bdirect/images/continuitybutton.png) no-repeat center center;
}
.serverbackupbutton {
background:url(/assets/templates/bdirect/images/serverbackupbutton.png) no-repeat center center;
}
.emailsecuritybutton {
background:url(/assets/templates/bdirect/images/emailbutton.png) no-repeat center center;
}
.encryptionbutton {
background:url(/assets/templates/bdirect/images/dataencryptionbutton.png) no-repeat center center;
}
.homelinks {
height:76px;
width:294px;

}
.homelinks a{
padding:5px 0px 0px 75px;
display:block;
text-decoration:none;
}
.chatbutton a {
padding:0px;
}
.homelinks h1{
color:#B40A0B;
font-size:18px;
margin:0px;
text-transform:none;
}
.homelinks p {
margin:0px;
color:black;
}
/* homepage feeds */
.home-column1,
.home-column2 {
width:300px;
float:left;
}
.feed-overview {
width:270px;
float:left;
padding:40px 30px 0px 0px;
}
.feed-overview h2 {
font-size:1.4em;
color:#000000;
border-bottom:1px solid #cccccc;
padding:0px 0px 8px 0px;
}
.feed-overview .feed-item .feed-title{
padding-bottom:3px;
}
.feed-overview .feed-item .feed-title a{
font-weight:bold;
color:#000000;
text-decoration:none;
}
.feed-overview .feed-item .feed-title a span{
padding-right:5px;
}
.feed-overview .feed-item .feed-detail {
color:#999999;
font-size:0.8em;
font-style:italic;
padding-bottom:3px;
}
.feed-overview .feed-item .readmore {
display:block;
padding:15px 0px 10px 0px;
}
.feed-overview a {
text-decoration:none;
}
.feed-overview .feed-item {
margin-bottom:15px;
}
.feed-overview .feed-item .feed-summary p{
margin:0px;
}
.feed-more {
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
padding:8px 0px 8px 0px;

}
.feed-more a {
text-decoration:none;
}
.feed-overview .feed-more a {
text-transform:uppercase;
font-weight:bold;
}
.feed-overview .feed-more a {
text-transform:uppercase;
font-weight:bold;
background:url(/assets/templates/bdirect/images/more_arrow.png) no-repeat right -5px;
padding-right:22px;
}
.twitter-overview .feed-more a {
text-transform:none;
font-weight:normal;
padding-right:0px;
background-image:none;
}
.twitter-item {
margin-bottom:15px;
}
.twitter-item .description{
font-weight:bold;
}
.twitter-item .description .user {
color:#B40A0B;
}
.twitter-item .description .when {
color:#999999;
}
div.pollvotes,
div.pollresults {
background:url(/assets/templates/bdirect/images/poll_bottom.png) no-repeat bottom left;
padding-bottom:20px;
margin-top:15px;
}
div.pollvotes h3,
div.pollresults h3{
background:url(/assets/templates/bdirect/images/poll_top.png) no-repeat top left;
height:60px;
padding:20px 15px 0px 25px;
font-weight:normal;
font-size:1em;
}
div.pollvotes ul,
div.pollresults ul{
padding:0px 10px 10px 20px;
}
div.pollvotes ul li,
div.pollresults ul li{
padding-bottom:10px;
position:relative;
}
div.pollvotes .pollbutton,
div.pollresults .pollbutton{
margin:0px 0px 0px 30px;
display:block;
float:left;
}
div.pollresults p {
padding-left:20px;
}
div.easypoll_error {
padding:20px;
}
div.tags {
float:left;
width:400px;
font-size:11px;
}
#rightcolumn div.dittoTags li {
background-image:none;
margin:0;
padding:0;
display:inline;
}
#rightcolumn div.dittoTags li.dittoTags_label {
 display:block;
  float:left;
padding-bottom:2px;
}
div.container{
background:#ffffff;
}
img.starthere_button{
}
dt{
font-weight:bold;
margin-top:10px;
}
dd{
margin:0;
}
div.float_right{
float:right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color:#B40A0B; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #B40A0B; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
div.freetrial-image,
div.item-services-image{
float:left;
width:100px;
}
div.freetrial,
div.item-services {
margin:10px 0px 10px 0px;
}
div.freetrial p,
div.item-services p{
margin-top:5px;
}
div.freetrial-image img,
div.item-services-image img{
padding-left:15px;
}
div.freetrial h3{
color:#B40A0B;
text-transform:uppercase;
padding:5px 0px 0px 0px;
margin:0px;
}
div.item-services h3{
color:#B40A0B;
text-transform:inherit;
padding:5px 0px 0px 0px;
margin:0px;
}
div.item-services h3 a {
text-decoration:none;
}
div.freetrial-body{
border-bottom:1px solid #dfdfdf;
width:500px;
float:left;
padding-bottom:10px;
}
div.item-services-body{
width:500px;
float:left;
padding:10px 0px 10px 0px;
}
div.item-services a.findoutmore {
text-transform:uppercase;
padding:10px 20px 10px 0px;
display:block;
float:left;
text-decoration:none;
background:transparent url(/assets/templates/bdirect/images/icon-arrow.png) no-repeat scroll right center;
}
a.services-jump-link {
display:block;
padding:10px 0px 10px 20px;
background:transparent url(/assets/templates/bdirect/images/icon-bullet.png) no-repeat scroll left center;
}
#ServiceContact fieldset{
border:1px solid #999999;
margin:10px 0px 10px 0px;
}
#ServiceContact div.field {
padding:10px;
}
#ServiceContact div.field-checkbox input {
float:left;
display:block;
width:auto;
}
#ServiceContact div.field-checkbox label {
width:300px;
display:block;
padding:5px 5px 5px 20px;
}
#ServiceContact div.field strong {
font-weight:normal;
}
#ServiceContact fieldset h3 {
background-color:#999999;
color:#ffffff;
padding:5px;
margin:0px;
text-transform:inherit;
}
#ServiceContact div.submit {
padding:20px 30px 20px 30px;
}
#ServiceContact input.button {
border:0px;
background:transparent;
}
.blogpost .blogheader a {
color:#000000;
text-decoration:none;
}
.blogpost {
margin:25px 0px 20px 0px;
}

#offer {
padding:1px;
border:1px solid #999999;
}
#offer fieldset{
margin:10px 0px 10px 0px;
}
#offer input, textarea, select {
background:transparent url(images/page_bg.png) repeat-x scroll left top;
border:1px solid #CCCCCC;
}
#offer input, textarea {
background:transparent url(images/input_bg.png) repeat-x scroll left top;
}
#offer input.submit {
border:0 none;
}
#offer div.field {
padding:10px;
}
#offer input.error {
border:1px solid #B40A0B;
}
#offer div.field-checkbox input {
float:left;
display:block;
width:auto;
}
#offer div.field-checkbox label {
width:300px;
display:block;
padding:5px 5px 5px 20px;
}
#offer div.field-howhear label {
width:200px;
}
#offer .stage-2 label{
float:none;
width:auto;
padding:2px;
}
#offer .stage-2 label.radio,
#offer .stage-2 .field-text input {
margin:4px 0px 0px 50px;
}
#offer div.field strong {
font-weight:normal;
}
#offer h3 {
background-color:#999999;
color:#ffffff;
padding:5px;
margin:0px;
text-transform:inherit;
}
.prodcontent h3 span{
display:block;
}
#offer div.submit {
padding:20px 30px 20px 30px;
}
#offer input.button {
border:0px;
background:transparent;
}
.tweet-item {
margin-bottom:5px;
}
.tweet-bubble {
border:1px solid #cccccc;
background-color:#f0f0f0;
padding:4px;
margin-bottom:-1px;
}
.tweet-who {
padding:4px;
padding-top:8px;
background:url(/assets/templates/bdirect/images/tip.gif) 10px top no-repeat;
}
.tweet-icon {
float:left;
width:40px;
height:40px;
border:1px solid #cccccc;
margin-right:5px;
}
.tweet-inner {
float:left;
width:545px;
}

#callback-form
{
	background-image: url(images/box_callback_bg.png);
	padding: 49px 25px 0 22px;
	margin-left: 4px;
	width: 277px;
	height: 255px;
}

#callback-form .field
{
	border-width: 0;
}

#callback-form .field label,
#callback-form .field input
{
	display: block;
}

#callback-form .field label,
#callback-form .radio .main-label
{
	float: left;
	width: 72px;
}

#callback-form .field input
{
	background-image: url(images/input_bg.png);
	width: 193px;
	border: 1px solid #dcdcdc;
}

#callback-form .radio input
{
	width: auto;
	float: left;
	background-image: none;
	border-width: 0;
}

#callback-form .radio label
{
	width: 120px;
}

#callback-form .radio-fields
{
	float: left;
}

#callback-form .radio-field
{
	padding-bottom: 16px;
}

#callback-form .radio-fields .last
{
	padding-bottom: 0;
}

#callback-form div.submit
{
	clear: both;
	text-align: right;
}

#callback-form div.clear
{
	height: 0;
}

#leftcontact-support
{
	background-image: url(images/box_contact_support_bg.png);
	margin-left: 4px;
	width: 306px;
	height: 104px;
	margin-bottom: 29px;
	margin-top: 30px;
	padding-left: 18px;
}

#leftcontact-support h2
{
	visibility: hidden;
	margin-bottom: 20px;
}

#leftcontact-support .label,
#leftcontact-support .number
{
	float: left;
}

#leftcontact-support .contact-details
{
	margin: 0;
	height: 16px;
}

#leftcontact-support .label
{
	width: 58px;
}

#leftcontact-support .number
{
	font-weight: bold;
}

#twitter-form
{
	background-image: url(images/box_twitter_bg.png);
	margin-left: 4px;
	width: 309px;
	height: 153px;
	margin-top: 27px;
	padding-top: 11px;
	padding-left: 15px;
}

#twitter-form h2
{
	visibility: hidden;
}

#twitter-form #twitter-status
{
	background-image: url(images/input_bg.png);
	width: 206px;
	border: 1px solid #dcdcdc;
	margin-top: 15px;
	height: 18px;
}

#twitter-form
{
	display: block;
	float: left;
}

#twitter-form p
{
	clear: both;
	padding-top: 5px;
}

#twitter-form p.follow-us
{
	margin-top: 0;
}

#twitter-form p
{
	margin-bottom: 0;
}

#twitter-form input
{
	display: block;
	float: left;
}

#twitter-form #tweet
{
	margin-top: 13px;
	margin-left: 12px;
}

#twitter-form img
{
	vertical-align: middle;
}

#twitter-form a
{
	text-decoration: none;
	font-weight: bold;
}
.platform .product {
margin-bottom:10px;
}
div.screenshot {
margin:10px 10px 10px 25px;
}
div.product-inner
{
	padding-right: 80px;
	width: 404px;
}

.support-questions-list h2
{
	margin-top: 15px;
	color: black;
	font-size: 1.6em;
}

.support-questions-list h3
{
	text-transform: none;
	color: #B40A0B;
}

.support-questions-list h3 img
{
	vertical-align: middle;
}

.support-questions-list ol.qa li
{
	padding-bottom: 17px;
}

.support-questions-list ol.qa li.last
{
	padding-bottom: 0;
}

ol.qa
{
	padding-left: 48px;
}

ol.qa div.answer
{
	color: #B40A0B;
}

iframe.liveperson-embedded
{
	border-width: 0;
	overflow-x: hidden;
}
.animation-stressed {
margin-top:20px;
background:url(/assets/templates/bdirect/images/stressed-bg.jpg) no-repeat 3px 0px;
padding:5px;
position:relative;
cursor:pointer;
}
.animation-stressed #stressedanimation {
height:370px;
width:310px;
margin-left:4px;
/*position: relative;*/
}

.animation-stressed #stressedanimation img
{
	position: absolute;
	top: 165px;
	left: 140px;
}

#livesupport-chat {
background-repeat:no-repeat;
margin-left:2px;
}
#livesupport-chat a{
height:156px;
width:328px;
display:block;
}
#pagefeedback .question {
float:left;
margin:0;
margin-right:10px;
}
#pagefeedback textarea {
width:590px;
}
#pagefeedback a.submit {
float:right;
padding-top:5px;
}
#view-flash img.thumb {
clear:both;
}
#view-flash img.button {
float:left;
}
#view-flash a.playvideo {
line-height:25px;
margin-left:10px;
text-decoration:none;
}

.backupdirect-navigation-footer{
text-align:center;

}

.backupdirect-navigation-footer a{
text-decoration:none;
}

.backupdirect_free_trial_keyfeature_button{
text-decoration:none;
}


