:root {
    --main-color:#624382;
}
		
html, body {
	font: normal 8pt "lucida grande", verdana, helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:  var(--main-color);
}

h4, h5, h6 {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #808080;
}


blockquote {
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 100%;
	font-style: italic;
	/*background-image: url(images/quote.png);
	background-repeat: no-repeat;*/
}

code {
	font: 1em "Courier New", "Courier", monospace;
}

/* page margins */

#blog {
	width: 787px;
	padding: 0 6px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(images/bg_blog_one.gif);
	background-repeat: repeat-y;
}

#listbox {
	padding: 0 6px;
}

/* banner */

#banner {
	width: 786px;
	height: 115px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	border-bottom: 1px solid #BBB;
}

#menubar {
	width: 786px;
	padding: 0;
	margin: 0;
	overflow: visible;
	/*border-left: 1px solid #777;
	border-right: 1px solid #777;*/
	border-bottom: 1px solid #BBB;
}


#banner img {
	border: none;
}

#header-image {
	display: none;
}

.reading_text {
	font: normal 10pt "lucida grande", verdana, helvetica, sans-serif;
	color: #444;
}


.name_link {
	font-size: 14px;
	color: #457BCC;
}

.store_change_link {
	color: #457BCC;
}

.category {
	color: #457BCC;
}

.menubox {
}

.menucell {
	border-right: solid 1px #BBB;
	font-size: 13px;
}

.menusharecell {
	font-size: 13px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menusharecell a {
	color: #777;
	text-decoration: none;
}


.menucell a {
	color: #777;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.menucell a:hover, .menucell a:active {
	color: #FFF;
	background:  var(--main-color);
	text-decoration: none;
	display: block;
}

.div_top {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}

.cat_jump {
	background: #eeeeee;
	text-align: right;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.cat_jump2 {
	background: #eeeeee;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

.cat_jump2_l {
	background: #eeeeee;
	text-align: left;
	border-bottom: 1px solid #ccc;
}



.cat_list2_l {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: solid 1px #BBB;
	border-left: solid 1px #BBB;
	font-size: 12px;
}

.cat_list2 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: solid 1px #BBB;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
.cat_list3 {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
.cat_list3_r {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
}


.cat_list2_l a, .cat_list2 a {
	color: #777;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cat_list2  a:hover, .menucell a:active {
	color:  var(--main-color);
	text-decoration: none;
}

.cat_list {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.tr_title {
	font-weight: bold;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eeeeee;
}

.tr_subtitle {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f4f4f4;
}

.td_left {
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
}

.td_left_330 {
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 330px;
}

.td_left_250 {
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
}

.td_left_80 {
	border-bottom: 1px solid #BBB;
	border-right: 3px solid #AA4466;
	background: #FFEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80px;
}

.increase {
	font-size: 12px;
	color: #AA4466;
}
.percent_increase {
	font-size: 18px;
	color: #AA4466;
}
.percent_increase_more {
	font-size: 15px;
	color: #AA4466;
}
.small_increase {
	font-size: 7px;
	color: #AA4466;
}

.td_left_80_rebate {
	border-bottom: 1px solid #BBB;
	border-right: 3px solid #44AA66;
	background: #EEFFEE;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80px;
}

.decrease {
	font-size: 15px;
	color: #229944;
}
.small_decrease {
	font-size: 9px;
	color: #229944;
}


.big_red {
	border: 3px solid #FFDDDD;
}

.td_standard {
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
}

.td_standard_deal {
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
}

.td_standard_hi {
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFDD;
}

.td_blog {
	border: 1px solid #BBB;
}

.td_blog_neutral {
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: #EEEEEE;
}


.td_blog_pd {
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: #DDFFDD;
}

.td_standard_pd {
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #DDFFDD;
}

.td_standard_pr {
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFDDDD;
}

.td_change_pd {
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #DDFFDD;
}

.td_change_pr {
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFDDDD;
}

.td_change_neutral {
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #EEEEEE;
}


.price_link {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}

.price_link_big {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}


.third_party_price_link {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #B0B0B0;
}


.cheap_store {
	clear: both;
	margin-top: 5px;
}


.in_stock {
	color: #457BCC;
	font-weight: bold;
}

.coupon {
	font-size: 10px;
	color: #457bcc;
}

.mini_coupon {
	margin-top: 6px;
	clear: both;
	text-decoration: none;
	font-size: 9px;
	color: #457bcc;
}

.small_coupon {
	margin-top: 5px;
	clear: both;
	text-decoration: none;
	font-size: 11px;
	color: #457bcc;
}


.used_in_stock {
	color: #457BCC;
}

.not_in_stock {
	color: #cd4444;
}

.list_in_stock {
	margin-top: 5px;
	clear: both;
	color: #44AA66;
	text-decoration: none;
}

.list_not_in_stock {
	color: #cd4444;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
}

.list_third_party {
	font-size: 9px;
	color: #B0B0B0;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
}

.price_drop_was {
	color: #44AA66;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
}

.td_used {
	border-bottom: 1px solid #BBB;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFDD;
}

.used_text {
	color: #888866;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
}

.sold {
	color: #AA4466;
	float: right;
}

.price_rise_was {
	color: #AA4466;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
}

.lowest_price {
	color: #44AA66;
	margin-bottom: 5px;
	clear: both;
	text-decoration: none;
}

.done_deal {
	color: #888888;
	margin-bottom: 5px;
	clear: both;
	text-decoration: none;
}

.price_drop_done {
	color: #888888;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
}



.main {
	width: 687px;
	padding: 10px 25px;
	margin: 0px 20px;
	float: left;
	overflow: hidden;
}

.main p img {
	max-width: 100%;
}

.listbox a:link, .listbox a:visited, .listbox a:hover, .listbox a:active {
	color: #457BCC;
}

.main h1, .main h1 a:link, .main h1 a:visited, .main h1 a:active {
	margin: 15px 0 3px 0;
	font-size: 16pt;
	color:  var(--main-color);
}

.main h1 a:hover {
	margin: 15px 0 3px 0;
	font-size: 16pt;
	color:  var(--main-color);
	text-decoration: underline;
}

.main h2, .main h2 a {
	margin: 15px 0 3px 0;
	font-size: 16pt;
	color:  var(--main-color);
}

.main h2 a:link, .main h2 a:visited  {
	text-decoration: none;
}

.main h2 a:hover, .main h2 a:active {
	text-decoration: none;
}


.main a:hover, .main a:active {
	text-decoration: none;
	color: #457BCC;
}


.main a:link, .main a:visited  {
	text-decoration: none;
	background-color: transparent;
	color: #457BCC;
}

.main a:hover, .main a:active {
	text-decoration: none;
	color: #457BCC;
}

.main p {
	line-height: 180%;
	background-color: transparent;
}

.main h3 {
	font-size: 14pt;
	margin: 15px 0 3px 0;
	font-weight: bold;
}

.main h4 {
	font-size: 12pt;
	margin: 3px 0 3px 0;
}

.main ul, .main ol {
	line-height: 180%;
}

.main h2.pagetitle {
	font-size: 14pt;
	margin: 15px 0 3px 0;
}

.meta {
	margin: 15px 0 30px 0;
	padding-top: 5px;
}

.meta a:link, .meta a:visited {
	text-decoration: none;
}

.meta a:hover, .meta a:active {
	text-decoration: none;
}

.store_count {
	text-decoration: none;
	color: #888888;
}

.deal_box {
	float: left;
	padding: 15px;
	width: 658px;
	margin-bottom: 15px;
}



#spec {
	float: left;
	padding: 15px;
	width: 658px;
	margin-bottom: 15px;
}

#spec td {
	font-size: 13px;
	width: auto;
	margin: 0;
	padding: 0;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#spec .redlink {
	color: #cd4444;
}

#spec td.title {
	border-top: 1px solid #777;
	color: #777777;
	font-weight: bold;
}

#spec td.nb_title {
	border-top: 1px solid #777;
}

#spec td.box {
	border: 1px solid #777;
	font-size: 14px;
}


#spec td.title_right {
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	color: #777777;
	font-weight: bold;
}


#spec td.none {
	border-bottom: none;
	color: #777777;
}


#spec td {
	border-bottom: 1px solid #777;
	color: #777;
}

#spec td.details {
	border-bottom: 1px solid #777;
	color: #FFF;
	background-color: #457BCC;
}

#spec td.right {
	border-right: 1px solid #777;
}

#spec td.right_cheap {
	border-right: 1px solid #777;
	background-color: #FFFF80;
}


#spec td a {
	display:block;
}

#spec td.box a {
	display:inline;
}


#spec td.details a {
	color: #FFF;
}

#foot {
	width: 786px;
	padding: 0;
	margin: 0;
	clear: both;
	color: #777;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background-color: #FFF;
	text-align: center;
}

#foot p {
	color: #777;
}

#foot p a:link, #foot p a:visited {
	color: #457BCC;
}

#foot p a:hover, #foot p a:active {
	color: #457BCC;
}

.redtext {
	color: #cd4444;
}

.bluetext {
	color: #457bcc;
}

.greytext {
	color: #777777;
}

.image_box {
	width: 240px;
	height: 240px;
	padding: 10px;
	float: left;
	overflow: hidden;
}

.desc_box {
	width: 397px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(/tinybox2/images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(/tinybox2/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

.not_me {
	text-decoration: none;
	color: #457BCC;
}

.not_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:  var(--main-color);
  font-size: 14px;
  background: #ffffff;
  padding: 8px 12px 8px 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
  border: solid  var(--main-color) 2px;
  text-decoration: none;
}

.not_button:disabled {
  background: #c0c0c0;
	border: solid #808080 2px;
	color: #808080;
  text-decoration: none;
}

.not_button:hover:enabled {
  background:  var(--main-color);
  color: #ffffff;
  text-decoration: none;
}

.hideDetails {
	display: none;
	border: 1px solid #cccc77;
	color: #777777;
	background: #ffffee;
	font-size: 11px;
}

.showDetails {
	border: 1px solid #cccc77;
	color: #777777;
	background: #ffffee;
	font-size: 11px;
}

.showDetails2 {
	border: 1px solid #cc7777;
	color: #777777;
	background: #ffeeee;
	font-size: 11px;
}


.entry-content {
	overflow-wrap: break-word;
	font-size: 10pt;
}

.sub-meta, .sub-meta a:link, .sub-meta a:visited, .sub-meta a:active, .sub-meta a:hover {
	font-size: 9pt;
	color: #777777;
}

.offer-box {
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-border-image: none;
	background: rgb(64,64,255);
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(110, 189, 226)), to(rgb(0, 61, 173)));
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: none;
	border-top-width: 0px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: 'Trebuchet MS';
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	line-height: normal;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	text-decoration: none;
	width: 80px;
}


.round_button, #submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:11px;
	margin: -5px 3px;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.round_button:hover, #submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.round_button:active, #submit:active {
	position:relative;
	top:1px;
}

/* --------------------------------------------------------------
 * = Comments
 * ----------------------------------------------------------- */

.comments-area,
#respond,
.commentlist,
.commentlist ul.children,
.commentlist li.comment,
.commentlist li.pingback,
.commentlist .comment-body { 
	width: 480px;
	clear: both;
	float: left;
	text-align: left;
}
.commentlist li.comment,
.commentlist li.pingback {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
.commentlist,
.commentlist ul.children { 
	list-style: none; 
	padding: 0;
}		
ol.children li.comment {
	list-style: none;
}
.commentlist ul.children {
	margin: 10px 0 0;
	margin: 1rem 0 0;
	padding-left: 10px;
	padding-left: 1rem;
}			
.commentlist ul.children li.comment {
	border-left: 1px solid #aaa;
	position: relative;
}				
.commentlist ul.children li.comment:before {
	width: 30px;
	height: 15px;
	display: block;
	background: url(images/sprite.png) no-repeat 0 -129px;
	position: absolute;
	top: 30px;
	left: -6px;
	content: "";
	z-index: 100;
}		
.commentlist .comment-body {
	background-color: #FCFCFC;
	padding: 20px;
	padding: 2rem;
	display: block;
	border: 1px solid #EDEDED;
}
.commentlist .children > li.comment {
	/*padding-left: 23px !important;*/
}			
.comments-title {
	margin-top: 10px;
	margin-top: 1rem;
	padding: 5px 0 5px 0;
	padding: .5rem 0 .5rem 0;
}	
.comments-area-title,
#reply-title {
	font-size: 1.5em;
	margin-bottom: 0;
}
.logged-in-as {
	margin: 8px 0 8px 0;
	margin: .8rem 0 .8rem 0;
	font-size: 14px;
	font-size: 1.4rem;
}			
.logged-in-as a {
	text-decoration: none;
	border-bottom: 1px dotted;	
}
.comment-notes { 
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1.8;
	padding: 5px 0 5px 0;
	padding: .5rem 0 .5rem 0;
	clear: both; 
}
.commentlist li.comment .avatar {
	float: left;
	padding: 0;
	border-color: #CCC;
}
.commentlist li.comment .comment-author {
	width: 560px;
	color: #222;
	text-decoration: none;
}		
.commentlist li.comment .comment-author {
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 70px;
	padding-left: 7rem;
	line-height: 1.6;
}
.commentlist li.comment .comment-meta {
	padding: 3px 0 3px 70px;
	padding: .3rem 0 .3rem 7rem;
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	font-style: italic;
}	
.commentlist li.comment .comment-text {
	padding: 0 0 0 70px;
	padding: 0 0 0 7rem;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
}
.comment-reply-link {
	float: right;
	margin: 0;
}
.comment-edit-link {
	padding-left: 5px;
	padding-left: .5rem;
}		
textarea#comment {
	width: 100%;
}
.commentlist pre {
	background: #eee;
	border-color: #e2e2e2;
}		
.pingback a,
.comment a {
	text-decoration: none;
}		
.comment .url {
	font-style: italic;
}
.bypostauthor .comment-body {
	border-width: 2px;
}
.form-allowed-tags {
	display: none;
}
.comment-content .reply_right {
	float: right;
}
.comment-content .reply {
	background: #ccc;
	padding: 5px;
	padding: .5rem;
	float: right;
}	
.comment-content .reply a {
	color: #444;
}
.comment-content .reply a:hover {
	color: #C4302B;
}
.comment-content blockquote {
	padding: 5px;
	padding: .5rem;
	margin: 10px 0 10px 10px;
	margin: 1rem 0 1rem 1rem;
}
#respond #submit {
	background: #ccc;
	border: none;
	color: #444;
	padding: 8px;
	padding: .8rem;
}
#respond #submit:hover {
	color: #C4302B;
	cursor: pointer;
	moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}


@media (max-width: 798px) {
	#banner {
		height: 0px !important;
	}
	#menubar {
		height: 0px !important;
		overflow: hidden !important;
		border-bottom: none;
	}
	#deals {
		display: none;
	}
	#blog {
		padding: calc(55px + env(safe-area-inset-top)) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
		margin: 0 auto;
		overflow: hidden;
		background-image: none;
		width: 100%;
	}
	#foot {
		border-left-style: none;
		width: 100%;
	}
	.main {
		width: auto;
		margin: 0px auto;
	}
	.comments-area,
	#respond,
	.commentlist,
	.commentlist li.comment .comment-author,
	.commentlist ul.children,
	.commentlist li.comment,
	.commentlist li.pingback,
	.commentlist .comment-body { 
		width: 100%;
	}

	.greenbox {
		overflow:auto;
		width:100%;
	}

	.greenbox_title {
		width:75%;
	}

	.imagebox {
		margin-top: 15px;
	}

	#responsive-menu-button {
		width:100% !important;
	}

	.responsive-menu-label {
		text-align:left;
		padding-left:15px;
		float:left;
	}
	.responsive-menu-box {
		text-align:right;
		margin-right:15px;
		float:right;
	}
	#streetprice_info_table {
		width:auto !important;
		margin: 0px 0px !important;
	}
	#streetprice_info_logo {
		display:none;
	}
	.streetprice_info_logo {
		display:none;
	}

	#spec {
		padding-left:0px;
		padding-right:0px;
		margin-left:auto;
		margin-right:auto;
	}
}

@media (max-width: 750px) {
	#accessory_table td {
		display: inline;
		float: left;
		border-collapse: collapse;
		border: solid thin #ccc !important;
		margin-top: -1px;
		margin-left: -1px;
	}
	#accessory_table, #accessory_table tbody {
		display: contents;
		border: none !important;
	}
	#accessory_table tr {
		display: contents;
		border: none;
		float: left;
	}
}


@media (max-width: 700px) {
	#spec { width:100% !important; }
	.spec_buynow_td { display: none; }
	.title_right { border-right: none !important; }
	#price_history_graph { display: none; }
	#prods {display: none; }
	#cc-ads {display: none; }
	.bundle-deal-box {display: none; }
	.desc_box { width: auto !important; }
}

@media (max-width: 600px) {
	#pricelist_table_0 tr:not(.tr_title) td:nth-child(4) { display:none; }
	#pricelist_table_0 tr.tr_title td:nth-child(3) { display:none; }
	.tinner { width:90% !important; height:auto !important }
	.tbox { left:0px !important; top:75px !important}
	#used_table { width: auto !important; margin: 0px auto !important; }
}

@media (max-width: 500px) {
	#pricelist_table_0 tr:not(.tr_title) td:nth-child(5) { display:none; }
	#pricelist_table_2 tr:not(.tr_title) td:nth-child(4) { display:none; }
	#pricelist_table_0 tr.tr_title td:nth-child(4) { display:none; }
	#pricelist_table_2 tr.tr_title td:nth-child(3) { display:none; }
	#comments ol.commentlist { -webkit-padding-start: 10px !important; margin: 0px -30px 0px -15px !important; }
	#comments ol { -webkit-padding-start: 20px !important; }
	.comment-body { padding: 10px !important; }
	.commentlist li.comment .comment-author,
	.commentlist li.comment .comment-meta,
	.commentlist li.comment .comment-text {
		padding-left: 60px;
		padding-left: 6rem;
	}
}

@media (max-width: 440px) {
	#contact_name { width:100% !important; }
	#contact_email { width:100% !important; }
	#contact_comments { width:100% !important; }
	#spec td { width:auto !important; }
	#facebook_like_box { width: 80% !important; }

	#used_table tr {
		display: table;
		width: 100%;
	}
	#used_table tr:nth-child(odd) {
		border-bottom: solid 1px #777;
	}

	#used_table td {
		border-bottom: none;
	}
	#used_table .used-img {
		width: 40px;
		height: 40px;
	}
	#used_table td.used-buynow-box {
		display:none;
	}

	#deal_table tr {
		display: table;
		width: 100%;
		border: none;
	}

	#deal_table tr.img-row {
		border-top: solid 1px #777;
	}

	#deal_table td {
		border-bottom: none;
	}
	#deal_table .deal-img {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 398px) {
	.spec_stock_td { display: none; }

	.imagebox {
		overflow:auto !important;
		width:100% !important;
		margin: 15px auto 15px auto !important;
	}
	.socialbox {
		overflow:auto !important;
		margin: 0px auto !important;
	}
}

.scroll {
  white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
