body {
	margin: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	font-size:12px;
	color: #ffffcc;
	background-color: #868D92;
	/* background-color: #7A9174; */
	/*background-color: #f9f8cc;
	background: transparent url(/themePics/76.jpg) repeat;*/
	}

html *{margin:0;padding:0;}

ul{
padding-left:15px;
}

#pageSpinner{
    background: url("/themePics/ajax-loader.gif") no-repeat scroll center center transparent;
    height: 25px;
    left: 60px;
    position: absolute;
    top: 34px;
    width: 25px;
}



#pageSpinner2{
background:url("/themePics/pageSpinner.gif") no-repeat scroll center center transparent;
float:right;
height:20px;
margin-right:23px;
margin-top:-31px;
width:130px;
	}




.centeredContent{
text-align:center;
}



.dummyDiv{clear:both;}

.movieDrilldown{
clear:both;
margin:5px;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	display:none;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

.noOutline
	{
	outline:none;
	margin-left:auto;
	margin-right:auto;
	}

a img {border: none; outline:none; }

a:link{
	color: #ffffcc;
	text-decoration: none;
	}
 
a:visited {
	color: #ffffcc;
	text-decoration: none;
	}

a:hover{
	color: lightgray;
	text-decoration: none;
	}

a:active {
	color: #ffffcc;
	text-decoration: none;
	}

h1 {
	font-size: 1.5em;
	color: black;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6{
	font-size: 1.1em;
	}

h3.itemTitle{
font-size:.9em;
font-weight:100;
}




.informal{
color:#ffffcc;
font-style:italic;
float:right;
}

.informal2{
color:#ffffcc;
font-style:italic;
float:right;
}

#neural_search{
height:50px;
z-index: 300;
width:490px;
position:absolute;
left:90px;
top: 34px;
}

#topmenuWrapper{
position:absolute;
top:132px;
left:-50px;

}

#controlsWrapper{
z-index:350;
width:500px;
}



.neural_autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  width:755px;
  border:solid #D9DAC3 1px;
  -moz-border-radius: 6px;
  padding-left:0px;
  padding-top:5px;
  padding-bottom:5px;
  /*background: url(/themePics/sidebox_bg.jpg)top repeat-x;*/
  background-color:#5C6D7D;
  color:#ffffcc;
}

.neural_autocomplete ul li.selected { 
  /*background-color:#ffb;*/
  background-color: #D9DDCC;
  color:black;
}

.neural_autocomplete ul li {
  margin:0;
  margin-right:5px;
  margin-left:5px;
  padding:2px;
  height:14px;
  display:block;
  /*list-style-type:none;*/
  cursor:pointer;
}

#neural_autocomplete_choices{
	border:none;
	z-index:400;
margin-left: -10px;
	/*margin-left:5px;
	margin-right: 5px;*/
	width:700px;
}

.neural_autocomplete {
  margin:0px;  
  padding:0px; 

  /*margin-top:40px;*/
  z-index:400;
  width:700px;
}

input#neural_autocomplete{
/*
height: 26px;
font-size:20px;
width:450px;
background-color:#E1EEF3;
color:#8199A6;
margin-bottom:8px;
*/
}


#kimWrapper{
border:1px solid black;
margin-left:auto;
margin-right:auto;
width:1000px;
position:relative;
}


#wrapper{
/*background:transparent url(/themePics/container_bg.jpg) repeat-y scroll center center;*/
margin:0 auto;
min-width:1021px;
}

#bottom_frame{
/*background:transparent url(/themePics/bottom_bg.jpg) no-repeat scroll center bottom;*/
}

#top_frame{
background:transparent url(/themePics/top_bg3.jpg) no-repeat scroll center top;
}

#headerWrapper{
background:transparent;
height:168px;
margin:0 auto;
position:relative;
width:1020px;
border:none;
}


#maincontainer{
margin: 0 auto;
width:1020px;
border:none;
background-color:#868D92;

}

#contentwrapper{
float: left;
width: 100%;
margin: 0 auto;
}


#contentcolumn{
/* edit margins to control columns */
margin: 5px 0px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color:transparent;

}


#leftcolumn{
float: left;
width: 240px; /*Width of left column in pixel*/
margin-left: -1020px; /*Set margin to that of -(MainContainerWidth)*/
background: transparent;
}



#rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
background: transparent;
}


.innertube{
width:240px;
float:right;
border:none;
}

.innertubeContentWrapper{
background-color: transparent;
}

#topAddWrapper{
border:1px solid black;
height:90px;
left:160px;
position:absolute;
top:108px;
width:680px;
z-index:0;
border:none;
}

.rowEven{

}

.rowOdd{

}

.cartQuantity{
text-align:center;
}

.alert{
color:red;
}

.centerColumn{
margin:0;
/* margin-top:5px; */
}

h1#productName{
padding-top:20px;
padding-bottom:20px;
}

h2#productPrices{
float:right;
width:200px;
}

#productMainImage{
    background-color: lightgray;
    border: 2px solid black;
    float: left;
    padding: 4px;
    height:324px;
    width:300px;
}

#productMainImage a img{

}

#footer {
	clear:both;
	/* color:#8199A6; */
	font-size:1.2em;
	margin-top:20px; /* adjust this if height of bottom graphic changes */
	text-align:left;
	width:1020px;
	border:none;
	margin:auto;
	background-color:#868D92;
}

.clearBoth{clear:both;}

#productsListingBottomNumber, #productsListingListingBottomLinks, #productsListingTopNumber, #productsListingListingTopLinks{
	padding-top:0px;
}



.centerBoxContentsProducts a img{
}

.kimtest2{
border: none;
height:150px;
width:120px;
text-align:center;
background-color:#efefbd;
padding-top:8px;
background:transparent url(/themePics/120x150_grad.jpg);
}

.kimtest2 h3.itemTitle{
	margin-right:8px;
	margin-left:8px;
}

#navEZPagesTop{
	display:none;
}

/* a-z menu */

#a-z_menuWrapper{
    font-size: 1.2em;
    left: 85px;
    position: absolute;
    top: 7px;
}

#a-z_menuControl{
}

#itemHistoryWrapper{
	position: absolute;
	top: 135px;
	left: 390px;
	width:494px;
	z-index:300;
}

#itemHistoryTitle{
font-size:1em;
}

#itemHistoryTitle h2{
font-weight:100;
letter-spacing:1px;

font-size:1em;
text-align:left;
}

#itemHistoryContentWrapper{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-radius-bottomleft:6px;
	background-color: #003466;
	text-align:center;
	z-index:-1;
}

#itemHistoryContent{
	background-color: transparent;
	z-index:30;
	padding-left:12px;
}

.itemHistoryImage{
	border: solid 1px yellow;
	margin:3px;
	margin-bottom:0px;
	margin-top:0px;
}

#itemHistoryTab{
float: right;
}

.helpTurtle{
float:right;
}

.helpTurtleImage{
border:none;
padding-right:5px;
}
/* adv search result */

#advSearchResultsDefault{ /* DIV wrapper of content */
/*background:url("/themePics/780_top.jpg") no-repeat center top;*/
}

h1#advSearchResultsDefaultHeading{ /* h1 title style */
color:#ffffcc;
padding-top: 14px;
margin-left:20px;
}

#catTable{ /* output table */

}

#catTableHeader, .tableHeading{ /* output table header row */
background-color: #868d92;
color:black;
/*
line-height:1.5em;
font-size:1.2em;
*/
}



#navSuppWrapper{
	margin:auto;
}

#navSupp ul{
line-height:1.5em;
list-style-type:none;
margin:0;
padding:0.5em 0;
text-align:center;
}

#navSupp ul li{
	display: inline;
}

#siteinfoIP{
	margin:auto;
	text-align:center;
}

#siteinfoLegal{
	margin:auto;
	text-align:center;
	font-size:11px;
}

#parseTime{
	margin:auto;
	text-align:center;
}

.inputLabel{

}
.hiddenField{
display:none;
}

#testWrapper{
position:absolute;
top:120px;
left: 400px;
width:200px;
height:100px;
border: solid black 1px;
}

.forward{float:right;}
.back{float:left;}


.normalprice, .productSpecialPriceSale {
text-decoration:line-through;

}

.lineTitle{
margin-right:10px;
}

.cartTableHeading{display:none;}


.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 49%;
	}


LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}



ADDRESS {
	font-style: normal;
	font-size:1.3em;
	padding: 0.5em;
	}

#otsubtotal{
font-size:1.3em;
height:2em;
line-height:2em;
padding-right:10px;
}

#otshipping{

font-size:1.3em;
height:2em;
line-height:2em;
padding-right:10px;
}

#otcoupon{
background-color:#DCDCDC;
font-size:1.3em;
height:2em;
line-height:2em;
padding-right:10px;
}

#otcoupon .totalBox{
color:red;
font-size:1.1em;
}

#ottotal{

font-size:1.7em;
height:2em;
line-height:2em;
padding-right:10px;
}

#orderTotals br{display:none;}

#a-z_menu{
margin-bottom:4px;
}

#a_z_list li{
display: inline;
list-style-type: none;
padding-right: 5px;
}


#mydiv {
position:absolute; overflow:hidden;
visibility: visible;
z-index:999;

width:300px;
height:300px;
/*
border:solid goldenrod 4px;
*/
background-color:#ffffff;
clear:none;
} 

.noDVDmsg{
color:red;
}

.newmsg{
cursor:pointer;
}

.rowHilight{background-color:#868d92;}
.rowPlain{background-color:transparent;}

tr td{
/*
font-size:1.2em;
line-height:14px;
*/
}



.tdHead{

}

#whatsNew{
clear:both;

width:770px;

}

h2.centerBoxHeading{
color:#A41A1A;
font-family:cursive;
}

.displayRow{

}


