img { border-style: none; border: none; }
h1, h2, h3, form { border: 0; padding: 0; margin: 0; display: inline; }  /* resets elements for spacing bugs */
a, input { text-decoration: none; -moz-outline-style: none; outline: none; }  /* removes dotted borders around FF links */

body {
	background-color: #efefef;
	background-image: url('images/minigrid.gif');
	background-repeat: repeat;
    margin: 0;
    padding: 0;
}

td, p {
	color: #444444;
	font-family: arial,tahoma,ms sans-serif,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	letter-spacing: normal;
	word-spacing: normal;
}

table {
	border-collapse: collapse;
	border: 0;
    margin: 0;
    padding: 0;
    empty-cells: show;
}
    
a:link { color: #6a9b28; border-bottom: 1px solid #6a9b28; }
a:visited { color: #6a9b28; border-bottom: 1px solid #6a9b28; }
a:focus { color: #008dbc; border-bottom: none; }
a:hover { color: #008dbc; border-bottom: none; }
a:active { color: #008dbc; border-bottom: none; }

.content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 17px;
	padding-bottom: 40px;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.smtext {
	font-size: 11px;
	font-weight: normal;
}

.vsmtext {
	font-size: 9px;
	font-weight: normal;
}

.upstrack td {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}	

.upstrack th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 157px;
}

.crumbs {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
}	

.leftnavcont {
	background-color: #ffffff;
	vertical-align: top;
}

.imp {
	font-weight: bold;
	color: #aa0000;
}

.ccimp {
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
}

ul { line-height: 150%; list-style-type: none; list-style-image: none; }

li {
    padding: 0 0 0px 15px;
    background: url('images/list-sq-orange.gif') no-repeat 0 5px;
}

.pgnum { text-align: center; font-size: 13px; }

.cbchart-box-off { padding: 4px 0 4px 0; text-align: center; font-size: 11px; width: 100px; }
.cbchart-box-on { padding: 4px 0 4px 0; text-align: center; font-size: 11px; background-color: #F2FDE2; width: 100px; }
.cbchart-lbl-off { padding: 4px 0 4px 8px; width: 100px; }
.cbchart-lbl-on { padding: 4px 0 4px 8px; background-color: #f2fde2; width: 100px; }
.cbchart-top { text-align: center; padding: 0 0 4px 0; }

.feat-box { width: 150px; padding-bottom: 10px; border-right: 1px dotted #cccccc; }
.feat-box-end { width: 150px; padding-bottom: 10px; }
.feat-img { border-bottom: none; }


h1 { font: normal 18px/140% arial,tahoma,sans-serif; color: #f7941d; word-spacing: -.3px; letter-spacing: normal; }
h2 { font: bold 14px/140% arial,tahoma,sans-serif; color: #7bb22f; word-spacing: -.3px; letter-spacing: normal; }
h3 { font: bold 14px/140% arial,tahoma,sans-serif; color: #336699; word-spacing: -.3px; letter-spacing: normal; }
h4 { font: bold 12px/140% arial,tahoma,sans-serif; color: #7bb22f; word-spacing: -.3px; letter-spacing: normal; }

/*----------    Product Pages    ----------*/

.h1-prodname { line-height: normal; }

.prodname { font: bold 12px/140% arial,tahoma,sans-serif; color: #364e6f; word-spacing: -.3px; letter-spacing: normal; }

.proddetails { font-style: normal; }

.prodimg { border-style: solid; border-color: #cccccc; border-width: 1px; }

.ourprice { font-weight: bold; color: #007da6; }

.prodimgbox { padding-top: 20px; padding-bottom: 30px; font-size: 10px; font-weight: normal; text-align: center; }

.block { padding-left: 15px; padding-right: 25px; padding-top: 5px; }

.cellmodels { padding-left: 15px; padding-right: 25px; }

.noborder a { border: 0; text-decoration: none; }

.caption { font-size: 10px; }

.data-box { margin: 20px 58px 0px 58px; text-align: center; }

.data-p { background-color: #f2fde2; padding: 6px; font-size: 9pt;  border: 1px dashed #7bb22f; }

.thumb { border: 0; }


/*----------  Forms  ----------*/

input {
	color: #444444;
	font-family: arial,tahoma,ms sans-serif,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

select {
	color: #444444;
	font-family: arial,tahoma,ms sans-serif,sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;    
	border: 1px solid #cccccc;     
	height: 20px;    
	vertical-align: middle;    
	text-vertical-align: middle;
}

.qtybox {
	border: 1px solid #cccccc;
	width: 25px;
	text-align: center;
	height: 20px;
	font-size: 11px;
}

.qty {
	font-size: 11px;
	text-align: center;
}

.pricebox { 
	border: 1px solid #cccccc;
	width: 55px; 
	text-align: right; 
	padding-right: 2px; 
	height: 20px;
}

.subtotal {
	font-size: 11px;
	font-weight: normal;
	padding-right: 10px;
}

.textbox {
	width: 200px;
	height: 20px;    
	border: 1px solid #cccccc;
	padding-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.lgtextbox {
	width: 200px;
	height: 60px;    
	border: 1px solid #cccccc; 
	padding-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.xlgtextbox {
	width: 300px;
	height: 120px;    
	border: 1px solid #cccccc;
	padding-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.dropdown {
	height: 22px;
	margin-bottom: 2px;
	margin-top: 2px;   
	border: 1px solid #cccccc;
}

.formpad { margin-top: 2px; margin-bottom: 2px; }

.formsubmit {
	background-image: url('images/submit.gif');
	width: 118px;
	height: 24px;
    border: none;
}

.cvv {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 60px;
    border: 1px solid #cccccc; 
}

.ccexp {
	margin-top: 2px;
	margin-bottom: 2px;
    width: 60px;
    border: 1px solid #cccccc;
}

.lh100 {
	line-height: normal;
}

/*----------  Left Side Navigation  ----------*/

.leftnav {
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

.leftnav a:link { color: #ffffff; border: none; }
.leftnav a:visited { color: #ffffff; border: none; }
.leftnav a:focus { color: #c9ef96; border: none; }
.leftnav a:hover { color: #c9ef96; border: none; }
.leftnav a:active { color: #c9ef96; border: none; }
	
.formsearch {
    border: 1px solid #cccccc; 
    height: 20px;
	width: 152px;
    padding-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.cellsearch {
    border: 1px solid #cccccc; 
    height: 20px;
	width: 155px;
    padding-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.formgo {
	background-image: url('images/form_go.gif');
	height: 20px;
	width: 28px;
	border: 0px;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}

div.leftnav_cat ul {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 12px;
	list-style-type: none;
	list-style-image: none;
}

div.leftnav_cat li {
	color: #ffffff;
	font-family: arial,tahoma,ms sans-serif,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	background: none;
	padding-left: 0;
}

.leftnav_cat_sub {
	margin-top: 13px;
}


.leftnav_prods {
	background-color: #364e6f;
	background-image: url('images/nav_prodsbkg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	width: 232px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
.leftnav_text {
	color: #ffffff;
	font-family: arial,tahoma,ms sans-serif,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
}

.leftnav_cart {
	background-color: #336699;
	background-image: url('images/nav_cartbkg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	width: 232px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}

.leftnav_search {
	background-color: #364e6f;
	background-image: url('images/nav_searchbkg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	width: 232px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}


.leftnav_custsvc {
	background-color: #666666;
	background-image: url('images/nav_csbkg.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: top;
	width: 232px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}


/*----------  Header and Footer  ----------*/

.topbkg {
	background-image: url('images/topbkg.gif');
	background-repeat: repeat-x;
	height: 115px;
}

.btmbkg {
	background-color: #f6f5f5;
	background-image: url('images/btmbkg.gif');
	background-repeat: repeat-x;
	width: 960px;
	border-bottom: 6px solid #7bb22f;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial,tahoma,ms sans-serif,sans-serif;
	color: #444444;
	font-size: 11px;
	line-height: 180%;
}

.btmbkg a { margin-left: 8px; margin-right: 8px; }
.btmbkg a:link { color: #336699; border-bottom: 1px solid #364e6f; }
.btmbkg a:visited { color: #336699; border-bottom: 1px solid #364e6f; }
.btmbkg a:focus { color: #364e6f; border-bottom: none; }
.btmbkg a:hover { color: #364e6f; border-bottom: none; }
.btmbkg a:active { color: #364e6f; border-bottom: none; }