/* ==== DEFAULTS -- DO NOT CHANGE ======= */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
strong,b { font-weight: bold; }
em,i { font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */



/* ======================================= */

html,body {
	height: 100%;
	}
body {
	font: normal 11px helvetica,arial,sans-serif;
	background: #fff url(../images/pageBg.gif) repeat-x 0 0;
	}


input.textfield {
	color: #000;
	margin: 2px 0 5px 0;
	border: 1px solid #ccc;
	text-align: left;
	display: block;	
	padding: 5px;
	width: 300px;
	background-color: #fff !important;
	}
input.textfield:focus {
	border: 1px solid #47ad00;
	color: #000 !important;
	}		
input.submit {
	display: block;
	font-size: 1.1em;
	float: left;
	}		
textarea {
	padding: 5px;
	border: 1px solid #ccc;
	font-family: helvetica,arial;
	color: #000 !important;
	}		
textarea:focus {
	border: 1px solid #47ad00;
	color: #000 !important;
	}
	
	
	
fieldset {
	display: block;
	margin: 15px 15px 0 0;
	float: left;
	}	
label span {
	font: normal 11px helvetica,arial;
	color: #666;
	display: block;	
	}	
label {
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	}	
b {
	font-weight: bold;
	padding: 0 0 2px 0;
	}	

#head {
	width: 800px;
	margin: 16px 0 0 0;
	padding: 20px 0 0 0;
	}
#head a {
	margin: 0;
	padding: 0;
	}
#head img {
	margin-left: 20px;
	}
.breadcrumbs {
	display: block;
	margin: 0 0 15px 40px;
	font: normal 11px helvetica;
	color: #999;
	}			
.breadcrumbs a {
	text-decoration: underline;
	}	
.wrapper {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -16em; /* the bottom margin is the negative value of the footer's height */	
	}	
#main {
	margin: 0 auto;
	width: 800px;
	position: relative;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
	background: #fff url(../images/bodyBg_tile.gif) repeat-y 0 0;
	}	
#content {
	font: normal 12px helvetica,arial;
	line-height: 145%;	
	color: #000;
	padding: 0 0 23px 0;
	background: url(../images/bodyBg_bottom.gif) no-repeat bottom center;
	}
#productDetails {
	padding: 0 0 0 20px;
	float: left;
	width: 610px;
	}
.productData {
	display: block;
	float: left;
	width: 450px;
	}
#productImage {
	float: left;
	margin: 0 15px 0 20px;
	}		
#productImage img {
	width: 85px;
	}
#productName {
	font: normal 21px helvetica;	
	}	
#regularPrice {
	margin: 5px 0 0 0;
	}	
#salePrice {
	font-size: 1.2em;
	}	
.buyNowBtn {
	display: block;
	margin: 7px 0 0 0;
	}	
.sendTextPrice {
	background: #eee;
	padding: 5px 5px 5px 10px;
	display: block;
	margin: 15px 0 10px 0;
	font-size: 13px;
	}	
.sendTextPrice .textfield {
	width: 70px;
	display: inline;
	margin: 0;
	border: 1px solid #47ad00;
	}
	
#allSearchData 
{
    margin-left:30px;
}
#socialAction {
	background: #f8f8f8;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding: 10px 0;
	width: 150px;
	float: left;
	}	
#socialAction button.twitterButton {
	background: url(../images/btnTwitter.gif) no-repeat;
	height: 30px;
	width: 94px;
	display: block;
	cursor: pointer;
	border: 0;
	margin-left: 15px;
	}
#socialAction button.emailButton {
	background: url(../images/btnEmail.gif) no-repeat;
	height: 13px;
	width: 55px;
	display: block;
	cursor: pointer;
	border: 0;
	margin: 10px 0 0 18px;
	}	
#socialAction button.smsButton {
	background: url(../images/btnSMS.gif) no-repeat;
	height: 15px;
	width: 47px;
	display: block;
	cursor: pointer;
	border: 0;
	margin: 10px 0 0 22px;
	}	
#socialAction h3 {
	display: block;
	color: #333;
	margin-bottom: 5px;
	font: normal 11px helvetica;
	margin-left: 15px;
	}		
#flickrimages_f300 {
	margin: 10px 0 0 120px;
	height: 70px;
	}
#flickrimages_f300 img {
	width: 45px;
	height: auto;
	padding-right: 5px;
	}
#flickrimages_f300 img:hover {
	width: 50px;
	}	
#flickrimages_f300 strong {
	display: block;
	font: bold 12px helvetica;
	}		
.seeflickr {
	display: block;
	font: normal 11px helvetica;
	}
.seeflickr a {
	color: #000;
	text-decoration: underline;
	}	
#reviews {
	background: url(../images/subheadBg.gif) repeat-x 0 0;
	margin: 15px 30px 0 20px;
	float: left;
	width: 760px;
	}
.voiceReviews {
	background: url(../images/subheadBg.gif) repeat-x 0 0;
	display: block;
	float: left;
	margin: 0 0 0 115px;
	}
.voiceReviews h1 {
	font: bold 14px helvetica;
	color: #47ad00;
	padding: 9px 0 0 0;
	}	
.twitters {
	background: url(../images/subheadBg.gif) repeat-x 0 0;
	display: block;
	margin: 0 0 0 30px;
	width: 220px;
	float: left;
	font-size: 11px;
	}
.twitters a {
	text-decoration: underline;
	}	
.twitters h1 {
	font: bold 14px helvetica;
	color: #23c8ff;
	padding: 9px 0 0 0;
	background: url(../images/icon_twitter.gif) no-repeat 195px 5px;
	}	
.twitters .tweets {
	background: #e8f9ff;
	margin-bottom: 5px;
	padding: 5px;
	}	
.addVoiceComment {
	display: block;
	margin: 15px 0 0 0;
	}
.addVoiceComment label {
	font: normal 12px helvetica;
	}	
.addVoiceComment .textfield {
	width: 280px;
	}	
.addVoiceComment #rating {
	margin: 2px 0 0 0;
	}	
.addVoiceComment h1 {
	padding-bottom: 8px;
	}

.findStore {
	display: block;
	background: #eee;
	padding: 15px 0 12px 20px;
	width: 740px;
	font: normal 13px helvetica;
	margin: 0 0 0 20px;
	}
.findStore .textfield {
	display: inline;
	width: 100px;
	margin: 0;
	}
.findStore strong {
	display: block;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	}


.productName {
	font: normal 18px helvetica;
	padding: 15px 0 0 0;
	color: #47ad00;	
	text-decoration: underline;
	}	
.SKU {
	font: normal 14px helvetica;
	display: block;
	margin-bottom: 10px;
	}
.line {
	width: 170px;
	display: block;
	height: 1px;
	background: #dcdcdc;
	margin: 0 0 10px 0;
	}
.callstore {
	cursor: pointer !important;
	color: #47ad00;
	font-weight: bold;
	display: block;
	margin: 5px 0;
	}
.sendtext {
	cursor: pointer !important;
	color: #47ad00;
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
	}	
.sendtext:hover {
	text-decoration: underline;
	}	
#bestbuy {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	}
#storesTable {
	margin: 0 40px;
	}
hr {
	color: #ccc;
	border-top: 1px solid #ccc;
	}
#productsTable img {
	margin-bottom: 10px;
	}	
	
	





	
/* ========== NAVIGATION ================= */


#navigation {
	margin: 15px 0 0 0;
	}	

#navigation a#tv,
#navigation a#tv_on {
	background: url(../images/nav_tv_off.gif) no-repeat 0 0;
	width: 106px;
	height: 87px;
	font-size: 1px;
	color: #429121;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#tv,
#navigation a#tv_on {
	background: url(../images/nav_tv_on.gif) no-repeat 0 0;
	}		
	
#navigation a#audio,
#navigation a#audio_on {
	background: url(../images/nav_audio_off.gif) no-repeat 0 0;
	width: 84px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#audio,
#navigation a#audio_on {
	background: url(../images/nav_audio_on.gif) no-repeat 0 0;
	}		
		
#navigation a#car,
#navigation a#car_on {
	background: url(../images/nav_car_off.gif) no-repeat 0 0;
	width: 84px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#car,
#navigation a#car_on {
	background: url(../images/nav_car_on.gif) no-repeat 0 0;
	}		
			
#navigation a#cameras,
#navigation a#cameras_on {
	background: url(../images/nav_cameras_off.gif) no-repeat 0 0;
	width: 84px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#cameras,
#navigation a#cameras_on {
	background: url(../images/nav_cameras_on.gif) no-repeat 0 0;
	}	
			
#navigation a#computers,
#navigation a#computers_on {
	background: url(../images/nav_computers_off.gif) no-repeat 0 0;
	width: 84px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#computers,
#navigation a#computers_on {
	background: url(../images/nav_computers_on.gif) no-repeat 0 0;
	}	
			
#navigation a#cellphones,
#navigation a#cellphones_on {
	background: url(../images/nav_cellphones_off.gif) no-repeat 0 0;
	width: 84px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#cellphones,
#navigation a#cellphones_on {
	background: url(../images/nav_cellphones_on.gif) no-repeat 0 0;
	}	
			
#navigation a#music,
#navigation a#music_on {
	background: url(../images/nav_music_off.gif) no-repeat 0 0;
	width: 84px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#music,
#navigation a#music_on {
	background: url(../images/nav_music_on.gif) no-repeat 0 0;
	}	
			
#navigation a#games,
#navigation a#games_on {
	background: url(../images/nav_games_off.gif) no-repeat 0 0;
	width: 84px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#games,
#navigation a#games_on {
	background: url(../images/nav_games_on.gif) no-repeat 0 0;
	}	
			
#navigation a#home,
#navigation a#home_on {
	background: url(../images/nav_home_off.gif) no-repeat 0 0;
	width: 114px;
	height: 87px;
	font-size: 1px;
	color: #20463b;
	line-height: 1%;
	text-decoration: none;
	display: block;
	}	
#navigation a:hover#home,
#navigation a#home_on {
	background: url(../images/nav_home_on.gif) no-repeat 0 0;
	}	
	
	





	
/* ========== FOOTER ================= */


.footer_spacer {
	width: 760px;
	display: block;
	margin: 0 auto;
	padding: 18px 0 0 0;
	}	
	
	
	
		
.footer, .push {
	height: 16em; /* .push must be the same height as .footer */
}	
.footer {
	margin: 0 auto;
	color: #000;
	background: #fff;
	width: 798px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	}
.footer ul {
	float: left;
	margin: 0 70px 0 0;
	color: #aaa;
	}		
.footer ul:hover {
	color: #000;
	}
.footer .title {
	display: block;
	padding: 0 0 6px 0;
	font-weight: bold;
	}	
.footer li {
	display: block;
	padding: 0 0 2px 0;
	line-height: 120%;
	}		
.footer a {
	color: inherit !important;
	color: #aaa;
	}	
.footer a:hover {
	text-decoration: underline;
	}	
.footer a:visited {
	text-decoration: none;
	}	
	
.bsq_recent_search_query 
{
    padding-bottom:20px;
}

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	}
	
	
#poweredbylogo {
	float: right;
	margin-right: 20px;
	}