a, a:visited, a:active {
  color: #eee;
}

a:hover {
  color: #fff;
}

.boxSearch {
  height: 18px;
}

.boxContent h3 {
  margin: 0;
  padding: 5px 0;
  font-weight: normal;
}

.txtCartTitle {
  color: #555;
  font-family: Tahoma,Verdana,Arial;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.searchBtn {
  display: block;
  float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #eee;
	background-color: #343434;
	border: none;
	height: 18px;
	width: 30px;
	margin-left: 5px;
}
.searchBox {
  display: block;
  float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #ddd;
	background-color: #222;
	border: 1px #a7a7a7 solid;
	height: 14px;
	width: 110px;
	margin-left: 4px;
}
.textbox {
  background-color:#222222;
  border:1px solid #ddd;
  color: #ddd;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
.textboxDisabled {
  background-color:#222222;
	border: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #777;
}
.submit {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	background-color: #555;
	border: none;
	font-weight: bold;
	border: 1px solid #333333;
}
form, ol, ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #ddd;
}
li.bulletLrg {
	list-style-type: square;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #ddd;
}
li.num {
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #ddd;
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession {
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
}
a.txtSession {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
}
a.txtSession:hover {
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	text-decoration: underline;
}
.txtSessionGrey {
	color:	#BFCCC7;
	font-family: Tahoma, Verdana, Arial;
}
.txtCopy, .txtSiteDocs {
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #ddd;
}
a.txtSiteDocs {
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #031074;
	text-decoration: none;
}
a.txtSiteDocs:hover {
	font-family: Tahoma, Verdana, Arial;
	color: #031074;
	text-decoration: underline;
}
a.txtButton, a.txtCheckout, a.txtUpdate {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #333;
}
a.txtButton:hover, a.txtCheckout:hover, a.txtUpdate:hover {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #fff;
	background-color: #888;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.txtButtonWrap * {
  vertical-align: middle;
}
.txtButtonBig {
  font-size: 18px;
  display: inline-block;
  padding: 6px !important;
  font-weight: normal !important;
  background-color: #070 !important;
  border: 2px #0A0 solid !important;
  border-radius: 6px;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF9900;
}
.txtOutOfStock {
	color: #FF9900;
}
.txtSiteDocs, a.txtSiteDocs {
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #0B4492;
	text-decoration:none;
}
a.txtSiteDocs:hover {
 	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #eee;
	text-decoration:none;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	font-family: Tahoma, Verdana, Arial;
	color: #eee;
	text-decoration:none;
	background-color: none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
 	font-family: Tahoma, Verdana, Arial;
	color: #FFf;
	text-decoration:none;
	background-color: none;
}
.txtContentTitle {
  display: block;
  color: #FFFFFF;
  font-family: Tahoma,Verdana,Arial;
  font-size: 11px;
  font-weight: bold;
  height: 13px;
  line-height: 13px;
  padding: 0px 7px 5px 7px;
  text-transform: uppercase;
}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {

}
.tdListTitle {
	background-color: #555;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #eee;
	border-bottom: 1px solid #222;
	text-align: center;
}
.tdEven, .tdOdd {
	border-bottom: 1px solid #222;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tdOdd {
	background-color: #333;
}

.txtCartPrice {
	float: right;
	color: #FF9900;
}

.prodImgBig {
  border: 1px solid #555;
}

.txtCart {
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	color: #eee;
}
.cartTotal {
	border-top: 1px dashed #eee;
	width: 155px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #eee;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FFF;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #333;
}
a.txtviewCart:hover {
	background-color: #888;
}
.cartProgress {
	font-family: Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #D74F0C;
	font-weight: bold;
}
.quickBuy {
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
}
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #555;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
	background-color: #222;
}
.tdcartOdd {
	background-color: #333;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666;
}

.txtStockWarn {
	font-size: 70%;
	color: #FF9900;
}
.txtError {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #fff;
	background-color: #E7421D;
	border: 1px solid #FF9900;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	padding-top: 5px;
	color: #BFCCC7;
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	width: 120px;
}

.catList a {
  font-size: 11pt !important;
}
#ccOptions {
  width: 270px;
  height: 25px;
  margin: 10px auto;
  background-image: url(../styleImages/cc.gif);
}

.txtSmaller {
  font-size: 12px !important;
}

h4 {
  text-align: justify;
  font-weight: normal;
}

h4.bigger {
  font-size: 115%;
}

.formwrap {
    margin: 10px auto;
    width: 300px;
}
.formwrap-contact {
    width: 322px !important;
}
.formitem, .formsubmit {
    padding-bottom: 8px;
}
.formitem label {
    display: block;
    font-size: 18px;
    padding-bottom: 4px;
}
.textbox-auto {
    width: auto !important;
}
.formitem .textbox {
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    font-size: 18px;
    margin: 0 2px 1px 3px;
    padding: 1px 5px;
    width: 95%;
}
.formitem select {
    width: 99% !important;
}
.formitem textarea {
    font-size: 14px !important;
}
.formsubmit .submit {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}
.formsubmit {
    text-align: center;
}
.emptyNotice, .errorNotice, .successNotice {
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
}
.emptyNotice, .errorNotice, .successNotice {
    margin: 5px;
    padding: 5px;
}
.errorNotice, .successNotice {
    color: #FFFFFF;
}
.errorNoticeSmall, .successNoticeSmall {
    font-size: 14px !important;
}
.errorNotice {
    background-color: #C61414;
}
.successNotice, .freedl td {
    background-color: #5BB34F !important;
}
.contact-info {
  font-size: 20px;
  text-align: center;
  color: #FFF;
}
.hero {
  box-shadow: 0 0 16px 7px #333 inset;
  border: 2px #FFF solid;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 766px;
  height: 326px;
  float: right;
  background-image: url("/images/hero.jpg");
}
