body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFF;
}
header {
	background-color: #EEE;
	height: 60px;
}
footer {
	padding-top: 30px;
	margin-top: 40px;
	background-image: url(/themes/cbuno/images/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 10px;
	line-height: 15px;
}
footer nav#social {
	float: right;
}
header nav#top-nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
header nav#top-nav ul li {
    float: left;
    margin-left: 12px;
}
header nav#top-nav ul.dropdown-menu li {
	margin-left: 0;
}
section#content .buy-box {
	background-image: url(/themes/cbuno/images/buy-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #ccc;
}
section#content .buy-box div.col-md-6, section#content .buy-box div.col-md-4 {
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-top: 10px;
	position: relative;
}
section#content .buy-box div.award {
	background-image: url(/themes/cbuno/images/buy-box-award.jpg);
	padding-right: 140px;
	min-height: 250px;
}
section#content .buy-box div.col-md-6:first-child, section#content .buy-box div.col-md-8:first-child {
	border-left: none;
	background-repeat: no-repeat;
	text-align: left;
	padding-right: 0;
}
section#content .buy-box div.col-md-8:first-child {
	padding-left: 320px;
	background-position: 20px 20px;
}
section#content .buy-box div.col-md-6:first-child {
	padding-left: 180px;
	background-position: left top;
}
section#content .buy-box div.col-md-8:first-child ul.arrows {
	padding-left: 10px;
}
.logo {
	left: 0;
	margin-top: 7px;
	display: block;
	float: left;
	width: 133px;
	height: 53px;
	background: transparent url(/themes/cbuno/images/logo.png) no-repeat 0 0;
}
div#Captcha {
	margin-bottom: 30px;
}
#content-header {
    background-color: #CCC;
	margin-bottom: 20px;
}
#content-header div.row {
    background-image: url(/themes/cbuno/images/content-header-face.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    height: 100px;
}
#content-footer {
	margin-top: 60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
section#content div.tabs {
	margin-top: 20px;
}
section#content div.tabs .tab-pane {
	padding: 10px;
}
section#content div.tabs ul.nav li:before {
	content: none;
}
body.home section#content div.container:first-child {
	background-image: url(/themes/cbuno/images/landing-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 391px;
}
body.home footer {
	margin-top: 0;
}
div#homepage-nav div.btn-group ul.dropdown-menu {
	margin-top: -1px;
}
form#atcform {
	margin-bottom: 20px;
}
.nav-tabs a, .nav-tabs a:hover, .nav-tabs a:focus
{
	outline: 0;
}
#slideshow {
	height: 372px;
	width: 913px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 913px;
	height:372px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	height:372px;
}
.scrollable .items div {
	float:left;
	background-repeat: no-repeat;
	width: 913px;
	height:372px;
}
.browse {
	cursor: pointer;
	display: block;
	height: 120px;
	width: 45px;
	background-image: url(/assets/cyberpatrol/arrows-default.png);
	background-position: -88px -40px;
	position: absolute;
	top: 120px;
	z-index: 3;
}
.browse.prev {
	left: 0px;
}
.browse.next {
	right: 0;
	background-position: 0px -40px;
}
.browse.prev:hover {
	background-position: -88px -240px;
}
.browse.next:hover {
	background-position: 0px -240px;
}
.btn {
	border-radius: 2px;
	text-transform: uppercase;
}
.btn-default {
	border-color: #666666;
	background: #6B6B6B;
	background: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#6B6B6B));
	background: -moz-linear-gradient(top,  #CACACA,  #6B6B6B);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CACACA', endColorstr='#6B6B6B');
	color: #fff;
}
.btn-default:hover {
	background: #B4B4B4;
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#B4B4B4));
	background: -moz-linear-gradient(top,  #E4E4E4,  #B4B4B4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#B4B4B4');
	color: #fff;
}
.btn-default:visited, .btn-default:active, .btn-default:link, .btn-default:focus, .btn-default:enabled {
	color: #fff;
}
.btn-default .caret{
	border-top:4px solid white;
}
.btn-primary {
	border-color: #0066B3;
	background: #006BBC;
	background: -webkit-gradient(linear, left top, left bottom, from(#00CAFF), to(#006BBC));
	background: -moz-linear-gradient(top,  #00CAFF,  #006BBC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CAFF', endColorstr='#006BBC');
	color: #fff;
}
.btn-primary:hover {
	background: #00B4FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00E4FF), to(#00B4FF));
	background: -moz-linear-gradient(top,  #00E4FF,  #00B4FF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00E4FF', endColorstr='#00B4FF');
	color: #fff;
}
.btn-primary:visited, .btn-primary:active, .btn-primary:link, .btn-primary:focus, .btn-primary:enabled {
	color: #fff;
}
.btn-success {
	border-color: #018608;
	background: #018608;
	background: -webkit-gradient(linear, left top, left bottom, from(#42CA49), to(#018608));
	background: -moz-linear-gradient(top,  #42CA49,  #018608);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#42CA49', endColorstr='#018608');
	color: #fff;
}
.btn-success:hover {
	background: #35BD3C;
	background: -webkit-gradient(linear, left top, left bottom, from(#52DA59), to(#35BD3C));
	background: -moz-linear-gradient(top,  #52DA59,  #35BD3C);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#52DA59', endColorstr='#35BD3C');
	color: #fff;
}
.btn-success:visited, .btn-success:active, .btn-success:link, .btn-success:focus, .btn-success:enabled {
	color: #fff;
}

.btn-wider {
	width: 200px;
	text-align: left;
}
.btn-blue {
    cursor: pointer;
    background-image: url(/themes/cbuno/images/button-blue-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: blue;
    width: 220px;
    height: 25px;
    border: 0;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    font-weight: 700;
    color: #FFF;
    padding-right: 10px;
    text-decoration: none;
    text-align: left;
    margin: 0px;
    border-radius: 0;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.btn-blue:hover {
	text-decoration: none;
	background-position: 0 -25px;
	color: #fff;
}
div.feature-blurb {
	border: 1px solid #ccc;
	width: 236px;
	overflow: hidden;
}
div.feature-blurb h3 {
	background-color: #D4F2FD;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px;
	margin: 0;
	text-transform: uppercase;
}
div.feature-blurb p {
	padding: 10px;
	font-size: 12px;
}
div.home-buy-block {
	margin-bottom: 40px;
	padding-top: 40px;
	padding-left: 500px;
	background-image: url(/assets/cyberpatrol/Consumer-banner.jpg);
	background-repeat: no-repeat;
}
div#sender-loading {
	text-align: center;
	display:none;
}
div#sender-frames {
	position:relative;
	width:100px;
	height:10px;
}
div#sender-frames iframe {
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	height:2px;
	width:2px;
}
div#sender-frames div.cover {
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:10px;
	background-color:#fffcf4;
}

.btn.go, .btn.go:visited {
	border: solid 1px #70001A;
	background: #B20635;
	color: #fff;
}
.btn.go:hover {
	background: #DB0844;
	color: #fff;
}
.btn.go:active {
	background: #70001A;
	color: #fff;
}

/* shopping cart */
div.cart h2 {
	margin-top: 0;
}
div.cart a.remove {
	color: #696969;
	text-decoration: underline;
}
div.cart p.total strong {
	font-size: 15pt;
	color: #000000;
}
div.cart #secure-shopping {
	clear: both;
	margin-top: 60px;
}
div.cart #secure-shopping a {
	padding-left: 5%;
}
div.cart #secure-shopping a:first-child {
	padding-left: 0;
}
div.cart .row {
	padding: 10px 0;
}
div.cart .row.product {
	border-bottom: 1px solid #EEE;
}
div.cart .row .summary {
	text-align: right;
}

div#cart h2 {
    margin: 0;
}
div#cart .total {
    font-size: 160%;
}
div#cart .total span {
    color: #900;
}

.nav-pills > li > a {
	border-radius: 0;
	border-top: 1px solid #cccccc;
}

/* my account */
#main-content #subscriptions .row p {
    font-size: 15px;
    text-align: left;
}