﻿
body
{
	font-family: Arial;
	font-size:small;
	background-color:#ffffff;
}

#header
{
	position:relative;
	background-color:#FFF8E7;
}

#wrapper
{
	float:right;
	width:100%;
	margin-left:-200px;
}

a
{
	color: #422F00;
}

#content
{
	margin-left:205px;
}

#footer
{
	background-color: #59C208;
	
	clear: both;
	width: 100%;
	margin-top: 10px;
}
#footer #inner
{
	padding: 5px;
}

#partFinderBox
{
	float:left;
	width:180px;
}

#catBox
{
	float:left;
	clear:left;
	width:180px;
	margin-bottom:10px;
}

#logoBox
{
	margin-top:5px;
	margin-left:5px;
	float: left;
	width: 332px;
	height: 120px;
}

#cartBoxWrapper
{
	float:right;
	padding-bottom: 10px;
	margin-top:5px;
	margin-right:5px;
	text-align: center;
	
}

#cartBoxTitle
{
	float: right;
	background-color: #59C208;
	/*border-left: solid 2px #E7E1FE;
	border-right: solid 2px #E7E1FE;*/
	width:180px;
	
	font-weight: bold;
	
	color:#F1FFE7;
	
	text-align:center;
	padding: 5px;
}

#cartBox
{
	background-color:#ECEAFF;
	
	/*border-left: solid 2px #E7E1FE;
	border-right: solid 2px #E7E1FE;
	border-bottom: solid 2px #E7E1FE;*/
	
	padding:5px;
	float:right;
	line-height: 20px;
	clear:right;
	width:180px;
}

#topLinksBar
{
	background-color:#59C208;
	/*border: solid 2px #76AF3F;*/
	clear: both;
	padding: 4px;
	
}

#topLinksBar a
{
	color:#F1FFE7;
	text-decoration: none;
    /*border-right: solid 2px #76AF3F;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;   
}
#topLinksBar a:hover
{
	/*background-color: #B8DB95;*/
	text-decoration: underline;
}

.boxHeader
{
	text-align:center;
	
	width: 100%;

	background-color: #59C208;
	padding:5px;
	
	/*border-left: solid 2px #E7E1FE;
	border-right: solid 2px #E7E1FE;
	
	border-top: solid 2px #385301;
	border-bottom: solid 2px #385301;*/
	color:#F1FFE7;
	
	margin-top: 10px;
	font-weight:bold;
}

#prodFinderBox
{
	background-color: #ECEAFF;
	
	/*border-left: solid 2px #E7E1FE;
	border-right: solid 2px #E7E1FE;
	border-bottom: solid 2px #E7E1FE;*/
	
	width: 100%;
	
	padding: 5px;
	text-align: center;
}

#prodFinderBox select
{
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 7px;
	height: 21px;
}

#buttonPF
{
	margin-top: 7px;
}

.contentsBox
{
	background-color: #ECEAFF;
	
	/*border-left: solid 2px #E7E1FE;
	border-right: solid 2px #E7E1FE;
	border-bottom: solid 2px #E7E1FE;*/
	
	width: 100%;
	padding: 5px;
}

#content
{
	margin-top: 10px;
	margin-bottom: 10px;
	/*background-color: #ECEAFF;
	border: solid 2px #76AF3F;*/
	padding: 5px;
}

#content h1
{
    font-size:small;
    font-family: Arial;
	margin-top: 0px;

	color:#06002D;

	font-weight:bold;
	
	border-bottom: solid 1px #A295FF;
}

.item .catTitle div
{
	font-size:small;
    font-family: Arial;
    font-weight:bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

.item .title
{
	font-size:small;
    font-family: Arial;	
	font-weight:bold;
	color:#193A00;
	background-color:#FFDD85;
	
	padding:5px;
}

.item .desc
{
	background-color: #FFFFFF;
	font-style: italic;
}

.item .desc td
{
	padding:5px;
}

.item .desctxt
{
	border-left: solid 2px #FFDD85;
}

.item .fitlist
{
	background-color: #FFFFFF;
	font-style: italic;	
}
.item .fitlist td
{
	padding:5px;
}
.item .moreinfo
{
	background-color: #FFFFFF;
}
.item .moreinfo td
{
	padding:5px;
}
.item .partNum
{
	background-color: #FFFFFF;
	font-size: smaller;
	text-align: right;
}
.item .partNum td
{
	border-left: solid 2px #FFDD85;
}
.item .price
{
	padding-bottom:5px;
	padding-left:20px;
	padding-right:40px;
	font-size: small;
	border-bottom: solid 2px #FFDD85;
	border-left: solid 2px #FFDD85;
	float:left;
}

.item .addcart
{
	margin-top:10px;
	margin-bottom: 10px;
	font-size: small;
	text-align:right;
}

.item .addcart a
{
	padding: 5px 20px 5px 20px;
	background-color:#6D5F39;
	border: solid 1px #06002D;
	text-decoration: none;
	color: #F1FFE7;
}

.item .addcart a:hover
{
	background-color:#A295FF;
	color: #06002D;
}

.item .price strong
{
	font-size: medium;
}
.itemImg
{
	padding-right:10px;	
}

#shoppingcart
{
    width: 100%;
}

#shoppingcart th
{
    background-color:#59C208;
	color: #FFFFFF;
	padding: 5px;
}

#shoppingcart td
{
    background-color:#ECEAFF;
	text-align:center;
}

#shoppingcartTotals
{
	text-align: right;
    background-color:#ECEAFF;
    float:right;
}

#shoppingcartTotals td
{
    padding: 5px;
}

#checkoutbuttonwrapper
{
    float: right;
    clear: right;
    padding-top: 20px;
}

#checkoutbuttonwrapper #checkoutbutton
{
    font-size: small;
    background-color: #59C208;
    border: solid 2px #B8DB95;
    padding: 5px 5px 5px 5px;
    width: 100px;
    font-weight: bold;
    float: right;
    text-align: center;
}

#checkoutbuttonwrapper #gcheckoutbutton
{
	padding-top: 15px;
	clear: right;
}

#checkoutbutton a
{
    color: #FFFFFF;
}

.tabs h2
{
	padding-top: 8px;
	clear:both;
}

.tabs .tabwrap
{
	margin-bottom: 20px;
	clear:both;
}

.tabsnavi
{	
	text-align: left;
	margin: 1em 0 1em 0;
	font: bold small verdana, arial, sans-serif;
	list-style-type: none;
	padding: 3px 0px 3px 0px;
}

.tabsnavi li
{
	display: inline;
}

.tabsnavi li a
{
	padding: 3px 4px;
	border: 1px solid #59C208;
	background-color: #ECEAFF;
	color: #000000;
	margin-right: 5px;
	text-decoration: none;
	margin-bottom: 5px;
	float: left;
}

.tabsnavi li a.selected, .tabsnavi li a:hover
{
	background-color: #333333;
	color: #ffffff;
}
		
.tabsnavi li a:focus
{
	outline: 0;
}


#itemPricePart
{
	
}

#itemPricePart #price
{
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
	font-style: italic;
}

#itemPricePart #price strong
{
	font-style: normal;
}

#itemPricePart #addToCart
{

}
