html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border: none;
}

.cart_icon {
	border: none;
	margin: 12px 0px;
}




.searchBtn {
	color: #FFFFFF;
	font-size: 11px;
}
.searchBox {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
}


.textbox {
	background-color: #F93; /* FORM INPUT matching orange */
	background-color: #FC9; /* FORM INPUT background color */
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}
.textboxDisabled {
	background-color: #E0F0FF;
	border: 1px dashed #000000;
	font-size: 11px;
	color: #000000;

}
.submit {	
	color: #FFFFFF;
	background-color: #070F72;
	border: 1px black solid;
	/* height: 18px; */
	/* font-weight: bold; */
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	color: #000000;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
	font-size: 14px;
}

li.num {
	color: #000000;		
}
li.account {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #333333;
}
a.txtSession, a.txtSiteDocs {
	color: #031074;
	text-decoration: none;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #031074;
	text-decoration: underline;
}
a.txtButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #070F72;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #FF0000;
}
.txtOutOfStock {
	color: #FF0000;
}
.txtSiteDocs, a.txtSiteDocs {
	color: #333333;
	text-decoration:none;
}
a.txtSiteDocs:hover {
	color: #FF6600;
	text-decoration:none;
}


.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #070F72;
	text-decoration:none;
}

/* advanced search tag */
 .topboxContent a.txtLink {
  color: #444;
  font-weight: bold;
  font-style: italic;
  display: block;
  margin: -25px 0 10px 50px;
  }

a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #FF6600;
	text-decoration:none;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #FF6600;
	text-decoration:none;
}
.txtContentTitle {
	padding: 6px 0 6px 10px;
	background: url(../styleImages/headlineBar.png) no-repeat top left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #444;

}
.txtBoxSave {
	color: #F90707;
	padding-left: 16px;
}
.tblList {
	border: 0px solid #070F72;
}

.tblList td {
	border-right: 1px solid #666;
}

.tdListTitle {
padding-top: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #666666;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #fff;
}
.txtCartPrice {
	float: right;
	color: #FF0000;
	padding-right: 3px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #070F72;
	width: 153px;
	padding-top: 2px;
	margin-top: 3px;
}
a.txtCartProduct:active, a.txtCartProduct:link, a.txtCartProduct:visited {
	text-decoration: none;
	color: #000000;
}
a.txtCartProduct:hover {
	text-decoration: none;
	color: #FF6600;
}
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
a.txtviewCart:hover {
	background-color: #66CC33;
	color: #FFFFFF;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #66CC33;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000000;
}
.cartProgress {
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 0px solid #CCCCCC;
	width: 361px;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #444;
	font-weight: bold;
	text-align: center;
}
.quickBuy {
	text-align: center;
	color: #666666;
}
.tdcartTitle {
padding-top: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #666666;
}
.tdcartEven {
}
.tdcartOdd {
	background-color: #FFFFFF;
		border-bottom: 1px solid #ddd;
		

}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}


/*
---------------checkout and edit buttons
*/

.txtCheckout,  .txtUpdate{
width: 150px;
background: transparent url(../styleImages/forms/btn_left.gif) no-repeat left -66px;
padding: 0px;
}

  .txtCheckout a, .txtUpdate a {
	display: block;
	background: transparent url(../styleImages/forms/btn_right.gif) no-repeat right -66px;
   text-decoration: none;
	font-weight: bold;
	color: #444;
	padding: 11px 0px 7px 0px;
   outline: none;
   text-align: center;
   }
   
   
/*
---------------
*/   


.txtStockWarn {
	color: #FF0000;
}
.txtError {
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}




.txtCopyright, a.txtCopyright {
	text-align: center;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #000000;
}
a.txtCopyright:hover {
	text-decoration: none;
}

/*...............*/


.dropDown {
	width: 120px;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
	border-top: 1px solid #070F72;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
}

.RatingMain {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	font-style:italic;
}

.ReviewBot {
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	background-color: #EBEDFE;
	padding: 3px;
	border-bottom: 1px solid #070F72;
}

.RatingBottom {
	background-color: #070F72;
	padding: 3px;
	border-right: 1px solid #070F72;
	border-left: 1px solid #070F72;
	color: #FFFFFF;
	/*font-size: 11px;*/
}

a.sortLink {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}


/* CUSTOM STYLES -- PAUL MCCANN */

a {
 behavior: url(iepngfix.htc);
 position: static;
 }


body {
margin: 0px; padding: 0px;
background: url(../styleImages/bg_soundwaves_1024_3.jpg) no-repeat top center;
}

#pageWrapper {
margin: 0px auto;
padding: 0px;
}

#pageSurround {
width: 848px;
position: relative;
background: none;
margin: 0px auto;
padding: 0px;
border: none;
background: url(../styleImages/orangeArcWGray.png) no-repeat 0px 0;
}

/* ie6 fix */
* html #pageSurround {
background: url( ../styleImages/orangeArcWGray.gif) no-repeat 0px 0;
}

#topHeader {
width: 790px;
height: 115px;
margin: 0px;padding: 0px;
background: url( ../styleImages/BoomchairHeader.png ) no-repeat top center;
}


* html #topHeader {
background: url( ../styleImages/BoomchairHeader.png ) no-repeat top center;

}


#columnWrapper {
position: relative;
width: 805px;
height: 580px;
margin: 0 auto;
padding-bottom: 10px;
}


.colLeft {
width: 122px; 
margin: 0px;padding: 0px;
}

.colRight {
width: 200px;
height: 640px;
position: absolute;
	right: -80px;
	top: -115px;
margin: 0 0;
padding: 0px 60px 40px 0;
background: url(../styleImages/orangeBG_waves.gif) no-repeat 0px 0px;
}

 .flashHolder {
 width: 174px;
position: absolute;
left: -39px;
top: -5px;
}


.colMid {
width: 548px;
height: 596px;
position: absolute;
	left: 125px;
	top: -14px;
/*
	background: url(../styleImages/homePageColMid_BG.jpg) no-repeat;
*/
}

.formpage .colMid {
background: url(../styleImages/formPage_BG.jpg) no-repeat 0px 0;
}

.formpage .topboxContent {
width: 400px;
margin: 40px 0px 0 30px;
}

.formpage .boxContent {
width: 420px;
margin: 10px 0px 0px 30px;
padding-bottom: 80px;
}

.formpage .colRight {
background: url(../styleImages/orangeBG_waves.gif) no-repeat 0px 0px;
position: absolute;
	right: -80px;
	top: -115px;
}


	.topboxContent {
	border: 2px solid gray;
border-width: 2px 0;
padding: 5px 5px;
	}


/*
LEFT NAV
ul and li both float to fix IE issues
*/

.colLeft ul {
float: left;
width: 122px; 
list-style: none;
margin: 0;
padding: 15px 0 135px;
}


	.colLeft ul li {
	float: right;
	margin: 0 10px 6px;
	}

	.colLeft ul li a {
	display: block;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	
	padding: 10px 0 10px 30px;
	line-height: 1em;  /* FF/safari differences */
	}

	.colLeft ul li a:hover {
	color: orange;
	}

/*
	* html .colLeft ul li a:hover {
	background: url(images/orangeNavButton.gif) no-repeat 0px 1px;
	}
*/

/* Page Indicator 
Each page or section will need a class inserted in the body tag. 
A selector for each of those classes can be added to the rule below. */
.homepage .home a,
.faqpage .faq a,
.videospage .videos a,
.aboutpage .about a,
.productpage .products a,
.downloadspage .downloads a,
.contactpage .contact a,
.loginpage .login a
{
       background: url( ../styleImages/orangeNavButton.png) no-repeat 0px 1px !important;
       background: url( ../styleImages/orangeNavButton.gif) no-repeat 0px 1px;
       color: orange;
       }


/*
.colLeft ul .home a{ padding-left: 44px;}
*/
.colLeft ul .videos a{ padding-left: 44px;}
.colLeft ul .about a{ padding-left: 40px;}
.colLeft ul .downloads a{}
.colLeft ul .products a{ padding-left: 6px;}
.colLeft ul .contact a{ padding-left: 54px;}
.colLeft ul .faq a{ padding-left: 82px; padding-right: 3px;}
.colLeft ul .login a{ padding-left: 44px;}

#secondRowWrapper {
width: 490px;
position: absolute;
	bottom: 11px;
	left: 126px;
z-index: 300;	
margin: 0;
padding: 0;
}


	.movieHolder {
	margin: 0px 0 0 0px;
	}

	.promoHolder {
	margin: 0px;
	position: absolute;
		left: 285px;
		top: 0;
	}
	
	
/*
	.productpage .movieHolder, .productpage .promoHolder {
	display: none;
	}
*/
	
/* Cart Progress BAR */
.cartProgress {
margin: 10px 0 0;
padding: 0;
}

.cartProgress h5 {
margin: 0;
padding: 0;
font-size: 12px;
text-transform: uppercase;
}

.cartProgress ul {
width: 400px;
float: left;
background: url(../styleImages/shoppingBar.png) no-repeat center;
margin: 0; padding:9px 0;

}
.cartProgress li {
width: 95px;
float: left;
padding: 0px 0;
text-align: center;
list-style: none;
color: #444;
border-right: 1px solid gray;
}

.cartProgress li.last {border-right: 0px solid gray;}

.cartProgress li a {
display: block;
padding: 0px 0;
text-decoration: none;
font: 11px arial;
}


	.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;
	}
		



