
table.layout
{
    table-layout: auto;
    width: 100%;
}

table.main
{
    table-layout: auto;
    width: 100%;
    color: black;
}

table.parts
{
    table-layout: auto;
    width: 100%;
    color: black;
}

table.remember
{
    table-layout: auto;
    background-color: #FFE4C4;
    width: 99%;
    border: 1px solid #CCB69D;
}

table.remember tr
{
    color: black;
}

table.checkout
{
    border-collapse: collapse;
    border: none;
}

table.checkout td
{
    background-color: #E0E0E0;
    white-space: nowrap;
}

td.top a
{
    color: #E0E0E0;
}

tr.thborderbottom th
{
	border-bottom: 3px solid #888888;
    padding-bottom: 5px;
}

div.searchresults
{
    height: 85%;
}

table.partnode
{
    table-layout: auto;
    width: 100%;
}

table.searchbox
{
    table-layout: auto;
}

tr.part0
{
    background-color: #F0F0F0;
    color: black;
}

tr.part1
{
    background-color: #E0E0E0;
    color: black;
}

tr.noqtypart0 td
{
    background-color: #D0D0D0;
    color: gray;
}

tr.noqtypart1 td
{
    background-color: #C0C0C0;
    color: gray;
}

tr.noqtypart0 span.related
{
    color: #0077FF;
}

tr.noqtypart1 span.related
{
    color: #0077FF;
}

tr.sortgroupheader
{
    background-color: #666699;
    color: white;
    font-weight: bold;
    font-size: 13px;
}

tr.sortgroupheader td
{
    padding-left: 5px;
}

input.quantity
{
    text-align: center;
}

div.imgwrapper
{
    display: inline;
    width: 100px;
}

.middlealign
{
    vertical-align: middle;
}

img.moreinfo
{
	background: white;
	border: 1px solid #999999;
	padding: 1px;
    max-width: 100px;
    max-height: 50px;
}

img.relatedpt
{
    max-width: 100px;
    max-height: 100px;
    width:expression((this.width > 100) ? ((this.height > 100) ? this.width * 100 / this.height : 100) : true);
    height:expression((this.height > 100) ? ((this.width >= 100) ? this.height * 100 / this.width : 100) : true);
}

/*
img.collage
{
    max-width: 100px;
    max-height: 75px;
    width:expression((this.width > 100) ? ((this.height > 75) ? this.width * 75 / this.height : 100) : true);
    height:expression((this.height > 75) ? ((this.width >= 100) ? this.height * 100 / this.width : 75) : true);
}
*/

.mouseover
{
    cursor: hand;
    cursor: pointer;
}

.hlsearch:link, .hlsearch:visited
{
    background-color: lightgreen;
    text-decoration: none;
}

body.loading
{
    text-align: center;
    width: 90%;
    height: 85%;
}

div.fallback
{
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    
    width: 50em;
    text-align: left;
    height: auto;
}

.minilink
{
    font-size: 10px;
    color: blue;
}

.minilink:hover
{
    color: purple;
}

.related
{
    color: blue;
}

.related:hover
{
    color: purple;
}

tr.subtotal td
{
    border-top: thin solid black;
}

tr.shipping
{
    background-color: #F0F0F0;
}

tr.discount
{
    background-color: #E0E0E0;
}

tr.promotion
{
    background-color: #F0F0F0;
}


tr.storecredit
{
    background-color: #F0F0F0;
}

tr.total td
{
    border-top: medium double black;
    font-weight: bold;
}

td.noborder
{
    border: none;
}

#mycarspanel .bd
{
    width: auto;
}

#imagecollage .hd
{
    display: none;
}

tr.car
{
    background-color: #D6C19F;
    color: black;
}

tr.car td
{
    font-weight: bold;
}

tr.pt td
{
    font-weight: bold;
    font-style: italic;
}

.redbold
{
    font-weight: bold;
    color: red;
}

.btn
{
    vertical-align: middle;
    background: transparent url(images/leftBtn.gif) no-repeat;
    display: inline-block;
    font-weight: bold;
    padding: 3px 0 4px 16px;
}

.btn span
{
    white-space: nowrap;
    color: white;
    display: inline-block;
    background: transparent url(images/rightBtn.gif) top right no-repeat;
    position: relative;
    margin-top: -3px;
    padding: 3px 16px 5px 0;
}

.smallbtn
{
    vertical-align: middle;
    background: transparent url(images/leftSmall.png) no-repeat;
    display: inline-block;
    font-weight: bold;
    padding: 1px 1px 2px 14px;
}

.smallbtn span
{
    white-space: nowrap;
    color: white;
    display: inline-block;
    background: transparent url(images/rightSmall.png) top right no-repeat;
    position: relative;
    margin-top: -1px;
    padding: 1px 14px 3px 1px;
}

.greyed
{
    background-color: #DEDEDE;
}

.greyedamt
{
    background-color: #DEDEDE;
    color: black;
}

span.clickable:hover
{
    color: red;
}

span.grayclickable:hover
{
    color: #444444;
}

tr.totals
{
    color: black;
}

tr.hl
{
    background-color: #FFFF00;
}

.center
{
    text-align: center;
}

div.center table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

th
{
    text-align: center;
}



td.left
{
    text-align: left;
}

td.right
{
    text-align: right;
    white-space: nowrap;
}

td.catalog
{
    vertical-align: top;
    text-align: left;
}

td.formtext
{

}

td.main
{
    vertical-align: top;
    color: black;
}

td.main table
{
    color: black;
}


tr.hlpart
{
    background-color: yellow;
    color: black;
}

tr.hlpart td.partlayout
{
    font-size: 14px;
}

tr.obscurepart td.alternate0
{
    background-color: #F0F0F0;
    color: #F0F0F0;
}

tr.obscurepart td.alternate1
{
    background-color: #E0E0E0;
    color: #E0E0E0;
}

tr.obscurepart td.alternate0 td
{
    background-color: #F0F0F0;
    color: #F0F0F0;
}

tr.obscurepart td.alternate1 td
{
    background-color: #E0E0E0;
    color: #E0E0E0;
}

tr.obscurepart a
{
    display: none;
}

tr.obscurepart select
{
    display: none;
}

tr.obscurepart span
{
    display: none;
}

tr.obscurepart img
{
    display: none;
}

tr.obscurepart input
{
    display: none;
}

img.flag
{
    border-style: none;
}

#googlepopup div.bd
{
    background-color: yellow;
}

#googlepopup div.ft
{
    background-color: yellow;
}

.tiny
{
    font-size: xx-small;
}



.normalfont
{
    font-weight: normal;
    color: #0033FF;
}

.boldfont
{
    font-weight: bold;
}

.reversevideo
{
    background-color: #5656FB;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}

a.clickback
{
    text-decoration: none;
    color: black;
}

.vehicletitle
{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}



#myaddressespanel
{
    overflow-y: auto;
}

#mycarspanel
{
    overflow-y: auto;
}

.clickablelink
{
    color: blue;
    text-decoration: underline;
}

td.leftrightborder
{
    padding-left: 4px;
    padding-right: 4px;
}

td.middleborder
{
    border-left: 3px solid white;
    border-right: 3px solid white;
}

td.priceonly
{
    width: 1%;
    white-space: nowrap;
}

td.pricebreakdown
{
    width: 1%;
    white-space: nowrap;
}

table.carttable
{
    border-collapse: collapse;
    border: none;
}

td.qtyborder
{
    border-left: 2px solid black;
    border-right: 2px solid black;
}

td.qtytop
{
    border-top: 2px solid black;
    margin-top: 2px;
}

td.qtybottom
{
    border-bottom: 2px solid black;
}

span.receiveby
{
	font-weight: bold;
	color: #444444;
}

.backyellow
{
	color: 				#111111;
    background-color: 	#FFFFCD;
	border: 			1px solid #DDDDAB !important;
}

.instructions
{
	background:			#CDFFCD;
 	padding:			1px;
    border:             1px solid #90B390;
	/* border-top:			1px solid #777777;
	border-bottom:		1px solid #777777;
	border-left:		1px solid #777777;
	border-right:		1px solid #777777; */
}

.componentrowcolor0
{
    background-color: #D4D4DF;
    border: 1px solid #94949C;
}

.componentrowcolor1
{
    background-color: #C8C8D2;
    border: 1px solid #8C8C93;
}


.previnlineimagebtn
{
    vertical-align: top; 
    margin-right: 2px; 
    height: 15px; 
    width: 15px; 
    cursor: pointer;
}

.nextinlineimagebtn
{
    vertical-align: top; 
    margin-left: 2px; 
    height: 15px; 
    width: 15px; 
    cursor: pointer;
}

/* html buttons */

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

/* More Info */
input.moreinfo_default {
	font-size:			12px;
	color: 				white;
	background: 		#3366cc;
	overflow:			visible;
	width:				auto;
	margin:				0px 0px 1px 0px;
	padding:			0px 5px 0px 5px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
	border-radius: 3px;
}
input.moreinfo_default:hover {
	font-size:			12px;
	color: 				white;
	background: 		#3366ff;
	overflow:			visible;
	width:				auto;
	margin:				0px 0px 1px 0px;
	padding:			0px 5px 0px 5px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
	border-radius: 3px;
}
input.moreinfo_active {
	font-size:			12px;
	color: 				white;
	background: 		#3366cc;
	overflow:			visible;
	width:				auto;
	margin:				0px 0px 1px 0px;
	padding:			0px 4px 0px 6px;
	border-left: 		2px solid #161637;
	border-top: 		2px solid #161637;
	border-right: 		2px solid #7C7CAE;
	border-bottom: 		2px solid #7C7CAE;
	border-radius: 3px;
}


/* add to cart */
input.addtocart_default {
	color: 				white;
	background: 		#49496A url('images/AddToCart2.png') no-repeat 0px 1px;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			4px 5px 5px 30px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.addtocart_default:hover {
	color: 				white;
	background: 		#50507B url('images/AddToCart2.png') no-repeat 0px 1px;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			4px 5px 5px 30px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.addtocart_active {
	color: 				white;
	background: 		#49496A url('images/AddToCart2.png') no-repeat 0px 1px;
	overflow:			visible;
	width:				auto;
	margin:				0px 0px 0px 1px;
	padding:			4px 4px 5px 30px;
	border-left: 		2px solid #161637;
	border-top: 		2px solid #161637;
	border-right: 		2px solid #7C7CAE;
	border-bottom: 		2px solid #7C7CAE;
}


/* part in cart */
input.partincart_default {
	color: 				white;
	background: 		#49496A;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			3px 5px 4px 5px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.partincart_default:hover {
	color: 				white;
	background: 		#50507B;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			3px 5px 4px 5px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.partincart_active {
	color: 				white;
	background: 		#49496A;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			3px 4px 4px 6px;
	border-left: 		2px solid #161637;
	border-top: 		2px solid #161637;
	border-right: 		2px solid #7C7CAE;
	border-bottom: 		2px solid #7C7CAE;
}


/* wiki */
input.wiki_default {
	font-weight: 		bold;
	color: 				white;
	background: 		#49496A;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			0px 6px 0px 6px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.wiki_default:hover {
	font-weight: 		bold;
	color: 				white;
	background: 		#50507B;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			0px 6px 0px 6px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.wiki_active {
	font-weight: 		bold;
	color: 				white;
	background: 		#49496A;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			0px 5px 0px 7px;
	border-left: 		2px solid #161637;
	border-top: 		2px solid #161637;
	border-right: 		2px solid #7C7CAE;
	border-bottom: 		2px solid #7C7CAE;
}


/* left arrow */
input.leftarrow_default {
	color: 				white;
	background: 		#49496A url('images/leftArrow2.png') no-repeat;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			1px 5px 2px 17px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.leftarrow_default:hover {
	color: 				white;
	background: 		#50507B url('images/leftArrow2.png') no-repeat;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			1px 5px 2px 17px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.leftarrow_active {
	color: 				white;
	background: 		#49496A url('images/leftArrow2.png') no-repeat;
	overflow:			visible;
	width:				auto;
	margin:				0px 0px 0px 1px;
	padding:			1px 4px 2px 17px;
	border-left: 		2px solid #161637;
	border-top: 		2px solid #161637;
	border-right: 		2px solid #7C7CAE;
	border-bottom: 		2px solid #7C7CAE;
}


/* right arrow */
input.rightarrow_default {
	color: 				white;
	background: 		#49496A url('images/rightArrow2.png') no-repeat;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			1px 5px 2px 17px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.rightarrow_default:hover {
	color: 				white;
	background: 		#50507B url('images/rightArrow2.png') no-repeat;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			1px 5px 2px 17px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.rightarrow_active {
	color: 				white;
	background: 		#49496A url('images/rightArrow2.png') no-repeat;
	overflow:			visible;
	width:				auto;
	margin:				0px 0px 0px 1px;
	padding:			1px 4px 2px 17px;
	border-left: 		2px solid #161637;
	border-top: 		2px solid #161637;
	border-right: 		2px solid #7C7CAE;
	border-bottom: 		2px solid #7C7CAE;
}


/* plain */
input.plain_d {
	color: 				white;
	background: 		#49496A;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			1px 9px 1px 9px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.plain_d:hover {
	color: 				white;
	background: 		#50507B;
	overflow:			visible;
	width:				auto;
	margin:				0px;
	padding:			1px 9px 1px 9px;
	border-left: 		2px solid #7C7CAE;
	border-top: 		2px solid #7C7CAE;
	border-right: 		2px solid #161637;
	border-bottom: 		2px solid #161637;
}
input.plain_a {
	color: 				white;
	background: 		#49496A;
	overflow:			visible;
	width:				auto;
	margin:				0px 0px 0px 1px;
	padding:			1px 8px 1px 9px;
	border-left: 		2px solid #161637;
	border-top: 		2px solid #161637;
	border-right: 		2px solid #7C7CAE;
	border-bottom: 		2px solid #7C7CAE;
}


