/* CSS Document */
/* Random Properties I Use A Lot */
.center {
	text-align:center;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
a:link, a:visited, a:active  {
     	text-decoration : none;
		}    
	 a:hover  {
	color : #990000;
	text-decoration : underline;
}
/* .style2 {font-size: 14px}
.style3 {font-size: 16px} */
.tinyarial {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}
/* Tables */
.bluetable {
	border-color:#00CCFF;
	border-style:solid;
	}

/* This is vertmenu, the left hand menubar */
#vertmenu a:link, #vertmenu a:visited, #vertmenu a:active {
	font-size:13px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:125%;
}
	#vertmenu a:hover  {
     	color : #990000;
     	text-decoration : underline;
}
#topkeyword h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:200;
	text-align:center;
}
#horiznavlist li {
	display: inline;
	list-style-type: none;
	padding:0 0 0 20px;
	position: relative;
	left:70px;
}
#horiznavlist ul{
	padding: 0px;
	margin: 0px;
}
#horiznavlist a:link, #horiznavlist a:visited, #horiznavlist a:active {
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:16px;
}
	#horiznavlist a:hover  {
     	color: #990000;
     	text-decoration:underline;
     }
	 
/* Table Backgrounds */
#underbuttons {
	background-image:url(http://www.budgetcues.com/images/site-design/underbuttons.jpg);
	width: 975px;
}
#vertmenu {
	background-image:url(http://www.budgetcues.com/images/site-design/menubar2.jpg);
	background-repeat:repeat-y;
	text-align:left;
	padding: 0px 0px 0px 2px;
	position:relative;
	top:-1px;
	margin: 0px 0px 0px 0px;
}
#vertmenu a {
	display:block;
	padding-left:5px;
}
#vertmenu h1, #vertmenu h2, #vertmenu h3, #vertmenu h4, #vertmenu h5 {
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
/* For One Or Two Pages Only */
.shaftprices > li {padding-bottom:1px; list-style-type:none;margin-left:-20px;}
h1#predheader {
	height: 137px;
		width: 663px;
			text-indent: -9999px;
				background: url('http://www.budgetcues.com/images/poison/poison-by-predator.jpg') no-repeat;
				}

/* Facebook Fan Box */
/*
.fan_box .connect_top{
  background: none !important;
  padding: 0 !important;
}
.fan_box .profileimage, .fan_box .name_block{
  display: none; !important;
}
.fan_box .connect_action{
  padding: 0 !important;
} */
/* 
.name_block > a {display:none;}
.connect_type > a {display:none;}
*/
.connect_top {display: none !important;}


/************ NEW "#EXRTRAS" CART JAVASCRIPT AWESOMENESS ***************/
#shoppingcart > p {
    color: #990000;
    font-weight: 800;
    font-family: "Times New Roman", Times, serif;
}
/* Turns off highlighting across browsers on shopping cart */
#shoppingcart {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#extras {text-align:left; width:410px; position: relative;}

.selected {background-color: #BF5F5F;}
.rowprice {
    font-weight: 800;
    margin: auto;
    margin-left: 5px;
    position:absolute;
    }

