﻿/* last mod 12272017 jl
created 04062007 hs
========================================================================
This file should only contain styles that are found in the main area.
========================================================================
*/

.topitemsheading {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

table.footertable {
    border-collapse: collapse;
    width: 100%;
}
/* ---- left nav section start ----- */
table.leftnav {
	border-collapse: separate;
	margin-bottom: 10px;
	width: 210px;
	background-color: #fff;
	border: 1px solid #000;
}
td.leftnav {
	height: 22px;
	text-align: center;
	color: #000;
	cursor: pointer;
}
td.inactive {
	background-color: #b9dcff;
	border-bottom: 1px solid #000;
}
td.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
/* ---- left nav section end ----- */

.userreviewrow {
	background-color:#f0f0f0;
	color:#333;
}

div.knowledgebaseresults {
	background-color: #ffffdf;
	border: 1px solid #000;
	padding: 10px;
}

div.frontpagenotebox {
	padding: 10px;
	width: 318px;
	background-color: #badcff;
	border: 1px solid #000;
	font-size: 10pt;
}

td.frontpagecategoryheading {
	color: #fff;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: small;
	font-weight: bold;
}
table.frontpagecategory {
	width: 340px;
	background-color: #badcff;
    border-left: 1px solid #000;
    border-right: 1px solid #000; 
	font-size: 10pt;
}
td.frontpagecategorybutton {
	vertical-align: middle;
	padding: 2px;
	width: 159px;
	height: 29px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.didyoumean {
	padding: 3px;
	background-color: #ff0;
}




/*  SLIDESHOW STYLES START */
img.slidebutton {
	position: relative;
	vertical-align: middle;
	height: 19px;
	/* border: 1px solid #000; */
	cursor: pointer;
	z-index: 0;
}

img.slidebuttonhover {
	position: relative;
	vertical-align: middle;
	height: 19px;
	/* border: 1px solid #badcff; */
	cursor: pointer;
	z-index: 2;
}

td.slideshow {
	width: 420px;
	height: 278px;
	padding-left: 6px;
}

img.slideshow {
	width: 420px;
	height: 278px;
	border: 1px solid #000;
}
/*  SLIDESHOW STYLES END */

/* FRONTPAGE SMALL AD COLUMN START */
table.frontpagesmallads {
	width: 190px;
	height: 88px;
	vertical-align: top;
}
img.frontpagesmallads {
	width: 190px;
	height: 88px;
	border: 1px solid #000;
}
img.frontpagelogoad {
	vertical-align: bottom;
	width: 187px;
	height: 72px;
	border: 0;
}
/* FRONTPAGE SMALL AD COLUMN END */

div.content {
	padding: 2px 4px 8px 6px;
}


.subheading {
	padding: 0;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
}

div.generalpageheading {
	color: #333;
	font-weight: bold;
	font-size: 20pt;
	padding-top: 6px;
	padding-bottom: 6px;
    padding-left:20px;
	border-bottom: 1px solid #ccc;
}
div.pageheading {
	color: #333;
	font-weight: lighter;
	font-size: 18pt;
	padding-top: 2px;
	padding-bottom: 1px;
}
.specialstotals {
	font-size: 8pt;
	color: #f00;
}

.strikethrough {
	text-decoration: line-through;
}
.saleprice {
	color:  #f00;
}



a.frontpagecategory {
	color: #000;
	text-decoration: none;
}

a.frontpagecategory:hover {
	color: #f00;
	text-decoration: none;
}

a.recommended {
	color: #0037f8;
	text-decoration: underline;
}

a.related {
	text-decoration: none;
}
a.related:hover {
	text-decoration: underline;
}

div.popcorntrail {
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 9pt;
}
div.popcorntrailtext {
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 4px;
}

#divExpress {
	background-color: #fff;
    border: 1px dashed #87cefa;
	width: 140px;
	text-align: right;
}
#ctl00_cph1_tblSingleItemAdd {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	font-weight: bold;
}
#ctl00_aceSearch_completionListElem {
    font-family: Tahoma, Verdana;
    font-size: 8pt;
}

.menuseparator {
	background-repeat: no-repeat;
}
.Container {
	width: 95px;
	height: 25px;
	margin: auto 0;
	margin-top: -10px;
}
.circle {
    float: left;
    margin-top: 2px;
    padding-top: 3px;
    height: 18px;
    width: 21px;
    background-color: #df0003;
    border: 0;
    border-radius: 12px;
    text-align: center;
    text-wrap: normal;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.circle:hover {
	background-color: #720001;
	text-decoration: none;
}
.words {
    float: left;
    padding-top: 5px;
    padding-left: 4px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #505050;
}
/*.circle.large {
    height: 40px;
    width: 40px;
    border-radius: 25px;
    font-size: 25px;
}*/
.leftSide {
	padding: 12px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.rightSide {
	padding: 12px;
	border-bottom: 1px solid #ccc;
}