@font-face {
    font-family: 'avalonbold';
    src: url('avalon_bold-webfont.woff2') format('woff2'),
         url('avalon_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.avalonbold {
  font-family: 'avalonbold';
  color: red;
}
.product-title {
  font-family: 'avalonbold';
  color: red;
  margin: 0 0 12px 8px;
  padding: 0;
  font-size: 22px;
}

html {
	font-family: arial;
}

body {
	background-color:#000;
/*	overflow-x: hidden;*/
	}

#header {
	width: 203px;
	height: 129px;
	position: absolute;
	left: 8px;
	top: 10px;
	}

#main {
	width: 1254px;
	height: 756px;
	position: absolute;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 13px;
	top: 6px;
	font-family: "Helvetica", Arial, "";
	color: #333;
	font-size: 13px;
	line-height: 14px;
	margin:0;
	text-align: justify;
	overflow: auto;
	}

#index {
	width: 100%;
	height: 747px;
	position: absolute;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 17px;
	top: 10px;
	}

#content-box {
	position: relative;
/*	padding: 2px;*/
	top: 36px;
	left: 349px;
	width: 816px;
	max-width: 816px;
	height: 690px;
	margin:0;
	overflow: none;
	background-color: #FFFFFF;
/*	background-image: url(/divine/img/bg.gif);*/
}

#content {
	padding-right: 25px;
	position: absolute;
	padding: 2px;
	top: 24px;
	left: 19px;
	width: 782px;
	max-width: 782px;
	height: auto;
	font-family: "Helvetica", Arial;
	color: #333;
	font-size: 13px;
	line-height: 13px;
	margin:0;
	text-align: justify;
	overflow: none;
	background-color: #FFFFFF;
}


#nav  {
	position: absolute;
	top: 166px;
	left: 13px;
	height: 450px;
	font-family: "Helvetica",Arial;
	color: red;
	font-weight:bold;
	font-size: 32px;
	width: 311px;
	display: block;
	letter-spacing: -3px;
	line-height:35px;
	text-decoration: none;
	text-align:right;
	}

#navcable  {
	position: absolute;
	top: 194px;
	left: 15px;
	height: 31px;
	font-family: "Helvetica",Arial;
	color: white;
	font-weight:bold;
	font-size: 32px;
	width: 311px;
	display: block;
	letter-spacing: -3px;
	line-height:35px;
	text-decoration: none;
	text-align:right;
		}


#privacy {
	width: 495px;
	height: 20px;
	position: absolute;
	margin-top: 700px;
	left: 703px;
	top: -3px;

	}

ul {  text-decoration: none;}

#nav a { color: white; text-decoration: none;}
#nav a:hover {color: red;text-decoration: none;background-color: black;}
#footer a { color: black; text-decoration: none;}


#content a { color: red; font-size: 13px; text-decoration: none;}
#content a:hover {color: white;font-size: 13px;background-color: red;}
#content a:visited {color: red;font-size: 13px;background-color: yellow;}

#privacy a { color: red; font-size: 11px; text-decoration: none;}
#privacy a:hover {color: white;font-size: 11px;background-color: red;}
#privacy a:visited {color: red;font-size: 11px;background-color: yellow;}


h2 { color:black; font-size: 22px;line-height:16px;margin: 0 0;letter-spacing: -1px;}
h3 { color:red; font-size: 22px;line-height:30px;margin: 0 0;letter-spacing: -1px;}
h4 { color:white; font-size: 32px;line-height:30px;margin: 0 0;letter-spacing: -1px;}



p {
font-size: 13px;
line-height: 14px;
margin: 0 0;
text-align:justify;
}

.cable { color: blue;}

/* cart css */
.cartAdd{ background: none !important; color: #000 !important;}
.cartAdd:hover{color:#000 !important;};
.cartQty{width:30px !important;border:1px solid #888 !important;}

/* checkout form */
#checkout{
	font-size: 13px;
	font-family: arial;
}
#checkout fieldset{
	border: 0;
}
#checkout fieldset legend{
	font-weight: bold;
	padding:0;
}
#checkout label{
	width: 90px;
	display: inline-block;
}

#cartTable{
	border:0px solid #555;
	border-collapse: collapse;
}
#cartTable thead tr{
	background: #eee;
}
#cartTable thead th,
#cartTable tbody td{
	padding:4px 10px;
}
#cartTable tbody td{
	line-height: 18px;
	font-size: 13px;
}
#cartTable .cartShipping{
	border-top:1px solid #ddd;
	font-weight: bold;
}
#cartTable .cartTotal{
	font-weight: bold;
	border-bottom:1px solid #aaa;
}

.responseTxt{
	margin: 10px 8px 10px 25px;
	padding: 10px;
	background: #eee;
	border-radius: 4px;
}

.responseTxt .success,
.responseTxt .error {
	color: #0c0;
	font-size:12px;
	font-family: arial;
	padding: 2px;
}
.responseTxt .error{
	color: #f00;
}
.checkoutCompleted{
	margin-top:10px;
	margin-left:25px;
}

.cartAdd {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) ) !important;
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100') !important;
	background-color:#fe1a00 !important;
	-webkit-border-top-left-radius:19px;
	-moz-border-radius-topleft:19px;
	border-top-left-radius:19px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:19px;
	-moz-border-radius-bottomright:19px;
	border-bottom-right-radius:19px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block !important;
	color:#ffffff !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:26px;
	line-height:26px;
	width:127px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	cursor: pointer !important;
}
.cartAdd:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) ) !important;
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00') !important;
	background-color:#ce0100 !important;
}.cartAdd:active {
	position:relative;
	top:1px;
}
.list {
    display:none;
    height:auto;
    margin:0;
    float: left;
}
.show {
    display: none;
}
.hide:target + .show {
    display: inline;
}
.hide:target {
    display: none;
}
.hide:target ~ .list {
    display:inline;
}

/*style the (+) and (-) */
.hide, .show {
	width: 100%;
	height: 20px;
/*	border-radius: 30px;*/
	font-size: 13px;
	color: #fff;
/*	text-shadow: 0 1px 0 #666;*/
	text-align: center;
	text-decoration: none;
/*	box-shadow: 1px 1px 2px #000;*/
/*	background: #cccbbb;*/
	opacity: .95;
/*	margin-right: 0;*/
	float: left;
/*	margin-bottom: 25px;*/
}

.hide:hover, .show:hover {
	color: #eee;
/*	text-shadow: 0 0 1px #666;*/
	text-decoration: none;
/*	box-shadow: 0 0 4px #222 inset;*/
	opacity: 1;
/*	margin-bottom: 25px;*/
}

.list p{
    height:auto;
    margin:0;
}
.question {
	float: left;
	height: auto;
	width: 90%;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	font-style: italic;
}

.popup{ position:relative; width:20px; list-style:none; cursor:pointer;}
.popup li div{ position:absolute; z-index:10; visibility:hidden; width:120px; height:130px; left:0px; background-color:#f0f0f0; box-shadow: 2px 2px 4px #000;}
.popup li:hover div{visibility:visible;}
/*
.btn-danger {
	background-color: red;
	color: yellow;
	font-weight: bold;
}
*/

#precontent {
    background-image: url(/divine/img/bg2.jpg);
    background-position: 0px 0px;
    max-height: 20px;
    height: 20px;
}

#postcontent {
    background-image: url(/divine/img/bg2.jpg);
    background-position: 0px 658px;
    max-height: 20px;
    height: 20px;
    position: relative;
    top: 650px;
}

.footnote {
    display: block;
    float: right;
    font-size: 9px;
}

li {
 margin-top: 10px;
}

quote {
  font-size: 115%;
  font-style: italic;
}

/* button fix */
.btn-danger, .btn-danger, .btn-danger, .btn-danger, .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-primary, .btn-primary, .btn-primary, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #20b32b;
}