/* BODY */
.pageBG {
	background: url(/images/bogy_bg.png) repeat-y top left ;
	width: 990px;
	margin: 0px auto;
	min-height: 850px;
}

.container_24 {
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

/* HEADER */

#header {
	position: relative;
	background: url(/images/Layout/header-bg.jpg) repeat-x top center #fff ;
	height: 160px;
}

#header .search {
	position: absolute;
	top: 50px;
	left: 243px;
	width: 415px;
	height: 55px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#999;
}

#header .search .searchitem {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666;
	padding-left: 6px;
	padding-top:2px;
	background: url(/images/Layout/search-input.png) no-repeat ;
	border: 0;
	width: 337px;
	height: 25px;
	position: absolute;
	top: 20px;
	left: 8px;
	
}

#header .search .button {
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 52px;
	height: 25px;
	background: url(/images/Layout/go.png) top left no-repeat;
	border: 0;
}

#header .search .button:hover {
	background: url(/images/Layout/go-over.png) top left no-repeat;
	border: 0;
}

#header .likeMe {
	left: 250px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    width: 190px;
}


p.searchText  {
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
	margin: 5px 0 0 10px;
	letter-spacing: .025em;
}

p.searchText b  {
		font: 16px;
		color:#FFF;
		
}

.topNavi {
	position: absolute;
	top: 121px;
	left: 216px;
	
}



ul.nav {
  display:inline;
 
}
ul.nav li {
 display:inline;
 padding-right: 15px;
  	
}

ul.nav li a {
  font: 26px 'Rokkitt', serif;
  letter-spacing: .07em;
  color: white;
  	
}


ul.nav li a:visited {
color:white;
  	
}


ul.nav li a:hover {
 color: #090;
  	
}

ul.nav li a:active {
 color:white;
  	
}



.secureSeal {
	text-align: right;
	padding: 5px 0px;
}

/* top mini cart */

.topCart {
	width:270px;
	height: 70px;
	background: #fff;
	float: right;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	position: absolute;
	top: 2px;
	right: 18px;
}

.topCart .utlLinks {
	background: #999;
	color: #fff;
	padding: 5px 2px;
	text-align: left;
}

.topCart .utlLinks a:link {
	color: #fff;
}
.topCart .utlLinks a:visited {
	color: #fff;
}
.topCart .utlLinks a:hover {
	color: #000;
}
.topCart .utlLinks a:active {
	color: #fff;
}




.topCart .checkoutCart {
	position: relative;
	bottom: 50px;
	float: right;
	text-align: right;
	padding: 10px;
}


.topCart .subTotal {
	float: left;
	width: 180px;
	text-align: left;
	padding: 5px;
}




.liveChat {
	position:absolute;
	display:block;
	top: 110px;
	right: 145px;
}


.phone {
	position:absolute;
	top: 108px;
	right: 12px;
	background:url(/images/phone.gif) no-repeat 0 0;
	width: 136px;
	height: 54px;
	
				
}


.callUs {
	position:absolute;
	top: 118px;
	right: 12px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #fff;
}

.callUs b {
	font-size: 14px;
	line-height:16px;
	
}

.callUs span{
	font-size: 14px;
	line-height:16px;
	color:#CCC;
	font-weight: bold;
}

.freeShip {
	padding: 10px;
}

/* CATEGORY BRAND DROP */

* { 
	margin: 0; 
	padding: 0; 
}

.brandDrop { 
	width:800px;
	height: 75px;
	margin: 0px;
	float: left;
}

a { 
	text-decoration: none; 
}

ul { 
	list-style: none; 
}

/* 
	LEVEL ONE
*/

ul.dropdownbrands { 
	position: relative; 
	list-style: none;
	margin-left: 0px;
}

ul.dropdownbrands li { 
	float: left; 
}

ul.dropdownbrands a:hover	{ 
	color: #cc0000;  
	background: #fff;
}

ul.dropdownbrands li a.menuSel { 
	color: #cc0000;  
	background: #fff;
}

ul.dropdownbrands li a { 
	display: block; 
	padding: 10px 0px 10px 9px;
	color: #0e0e0e;
	background: #fff;
	font-size: 10px; 
}

.catBrandsName {
	font-size: 10px;
}

ul.dropdownbrands li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

ul.dropdownbrands li.hover,
ul.dropdownbrands li:hover { 
	position: relative; 
	display: block;  
}

ul.dropdownbrands li.hover a { 
	color: #fff; 
}


/* 
	LEVEL TWO
*/

ul.dropdownbrands ul { 
	width: 780px; 
	visibility: hidden; 
	position: absolute; 
	top: 65px; 
	left: 0px; 
	z-index: 25000; 
	background: #fff; 
	-moz-box-shadow: 5px 5px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #888;
	box-shadow: 5px 5px 2px #888;
	border-left: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	padding: 5px 0px 0px 0px; 
}

ul.dropdownbrands ul li { 
	font-weight: normal;  
	color: #000 ; 
	float: none; 
	padding-left: 10px; 
}
									  
/* IE 6 & 7 Needs Inline Block */

ul.dropdownbrands ul li a	{ 
	border-right: none; 
	display: inline-block; 
	margin: 0px;
	font-size: 10px; 
	text-align: left; 
	z-index: 25; 
	text-transform: none; 
	color: #000; 
	background: #fff; 
	padding: 2px 0px;
} 

ul.dropdownbrands ul li a:hover	{ 
} 

/* 
	LEVEL THREE
*/
ul.dropdownbrands ul ul 					{ left: 100%; top: 0; }
ul.dropdownbrands li:hover > ul 			{ visibility: visible; }



/* SIDE NAV */

.sideNav{
	background: #fff;
	-moz-border-radius: 7px;
	border-radius: 7px;  
}

#nav dt b, #nav dt a {
	font: 15px 'Rokkitt', serif;
	text-transform: uppercase;
	color: #000;
}

#nav dt a:hover {
	color: #090;
}

#nav dd {
	padding:10px; 
	margin:0;
}

#nav ds {
	padding:10px; 
	margin:0;
}

.sideNavActive {
	display: block;
}

.clicked {
	color: #000;

}

.clicked:hover {
	color: #090;

}

.sideNav ul li a{
	font: normal 11px Arial;
	color: #000;
}

.sideNav ul li a:visited{
	color: #000;
}

.sideNav ul li a:hover{ /*hover state CSS*/
	color: #fff;
	background: #090;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

.sideNav ul li a:active{
	color: #000;
}

.sideNav ul li a.menuSel{ /*hover state CSS*/
	color: #000;
	
}

.sideNav .headerbar a:link {
	font: 15px 'Rokkitt', serif;
	text-transform: uppercase;
	color: #090;
	display: block;
	padding: 7px 7px 7px 15px; /*31px is left indentation of header text*/
}

.sideNav .headerbar a:hover {
	color:#000;
}

.sideNav .headerbar a:visited {
	color: #090;
}

/* CATEGORY PAGES */

.categoryTitle {
	background: url(/images/product_detail/cat_bar_bg.jpg) #0e0e0e;
}


.offRetailSlide {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 2px;
	height: 43px;
	width: 30px;
	background: url("/share/images/icons/sale_tag_css.png");
	position: absolute;
	top: 8px;
	right: 8px;
}

.ourPriceLg{
	color:#0067d5;
}

/* PRODUCT DETAIL PAGES */

.add_cart_bg {
	background: #0e0e0e ;
}

.ourPrice {
	color: #0067d5;
}

/* FOOTER */

.footerCont {
	background: url(/images/Layout/footer-bg.jpg) top center no-repeat;
	padding-bottom: 15px;
	width:966px;
	height:310px;
}



.emailsignup {
	text-align: right;
	padding: 10px;
	position: relative;
	height: 100px;
}

.emailsignup .emailIn {
	position: absolute;
	top: 33px;
	left: 79px;
	text-align: left;
	width: 189px;
	height: 23px;
}

.emailsignup .emailBut {
	position: absolute;
	top: 65px;
	right: 10px;
}



.footerLinks {
	padding: 13px;
	min-height: 150px;
}

.footerLinks a:link {
	font: 10px/15px Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 15px;
}

.footerLinks a:active {
	color: black;
}

.footerLinks a:hover {
	color: white;
	background-color: #090;
	padding: 2px;
}

.footerLinks span {
	font: 18px 'Rokkitt', serif;
	text-transform:uppercase;
	padding-top: 10px;
}

.footerLinksSm {
	color:#ccc;
	font-size: 9px;
	padding: 10px;
	text-align: justify;
	margin: 0px auto;
}

.footerLinksSm a:link {
	color:#ccc;
}

.footerLinksSm a:visited {
	color:#ccc;
}

.footerLinksSm .floaterL {
	float: left;
	width: 360px;
	padding-top: 10px;
	height: 41px;
}

.footerLinksSm .floaterR {
	float: right;
	text-align: right;
	width: 560px;
	height: 51px;
}


.menudate {
	font: normal 8px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #23236A;
	text-decoration: none;
}
.plansBody {
	text-transform: none;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titleBig {
	
	text-transform: none;
	color: #000000;
	font-family: Helvetica, Avenir, Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.taglines {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #6699FF;
}
.listText {
	font: bold normal 12px "Trebuchet MS", Verdana, sans-serif, Arial;
	color: #333333;
	list-style: circle inside;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: pre;
	display: list-item;
}
.copyright {
	text-transform: none;
	color: #FFFFFF;
	padding: 3px;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.welcome {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
}
.intro {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
}
.supportTitle {
	font: bold normal 16px Arial, Helvetica, sans-serif;
}


.supportBody {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.supportNoReq {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #C0C0C0;
}
.supportSubNav {
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.defaultError {
	font: bolder normal 12px Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.defaultFormButtons {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #CCCCFF;
}
.defaultBody {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.datacenterSubs {
	font: bold normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
.photoCaptions {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 2px;
}
.errorMessage {
	font: bold normal 12pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FF0000;
}
.tableBodyOutline {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	border: 1px dotted #6699FF;
}
.terms {
	font: 12px "Courier New", Courier, mono;
	color: #000000;
}
.table_text {
	text-transform: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.table_header_text {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	
}
.borderedTable {
	border: 1px dotted #000000;
}
.planTitle {
	font: bold normal 11px Helvetica, Avenir, Arial, Tahoma;
	color: #333333;
}
.options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #292A66;
}
.planTitleBLK {
	font: bold normal 11px Helvetica, Avenir, Arial, Tahoma;
	color: #4B4BD0;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover img {
	background-color: none !important;
}


a:hover {
	color: #CC0000;
	text-decoration: none;
	
}


a:active {
	color: #333333;
	text-decoration: none;
}

.link2 a {
color: #ffffff;

}
.link2 a:visited {
color: #ffffff;
}
.link2 a:hover {
color: #cc0000;
}

#breadcrumbLink a:link {
	text-decoration: none;
	color: #88A6CB;
	background-color: none !important;
}

#breadcrumbLink a:link {
	text-decoration: none;
	color: #88A6CB;
	background-color: none !important;
}

#breadcrumbLink a:visited {
	text-decoration: none;
	color: #CC0000;
	background-color: none !important;
	font-family: georgia, serif;
	color: #88A6CB;
	font-size: 14px;
	padding: 3px;
}



#cartLink a:link {
	text-decoration: none;
	color: #990000;
	background-color: none !important;
}

#cartLink a:hoover {
	text-decoration: none;
	color: #ffffff;
	background-color: none !important;
}

#cartLink a:visited {
	text-decoration: none;
	color: #990000;
	background-color: none !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 10px;
	padding: 3px;
}


.hoverClear {
	color: none;
	text-decoration: none;
	background-color: none !important;
}

.customerCompany {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #7070F1;
	padding: 6px;
}
.supportSubNavSmall {
	font: bold normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background: url("/images/bg.jpg") fixed #fff;
}
.menuelements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: inside;
	list-style-type: none;
	position: relative;
	text-indent: 0px;
}
.menuTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: inside;
	list-style-type: none;
	position: relative;
	font-weight: bold;
}

.menuCells {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.insetCell3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 0px;
	padding: 3px;
}


.mainTitle {
	font-family: georgia, serif;
	 color: #99CCFF;
	 font-size: 16px;
	 background-color: #333;
}

/*
	html	
	{
		background-color: #333;
	}
*/
	html, div, a {
		font-family: verdana, arial, helvetica;
		font-size: 10px;
	}

	body {
		text-align: left;

	}

	h1, h2, h3, h4, h5, h6 {
		font-family: "Trebuchet MS", Arial, Helvetica;
		color: #666666;
		padding: 0px;
	}

	hr {
		width: 100%;
		margin-top: 4px;
		margin-bottom: 4px;
		border: none 0;
		border-top: 1px solid #ccc; /*the border*/
		height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	}
	
	.wideLine {
		width: 100%;
		margin-top: 3px;
		margin-bottom: 3px;
		border: none 0;
		border-top: 1px solid #CCC; /*the border*/
		height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	}

	.default {
		color: #000;
		font-family: georgia, serif;
		font-size: 16px;
	}
	
	
.breadCrumbA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 10px;
	 font-weight: bold;
	 background-color: #CCCCCC;
	 border: 1px solid #999999;
}
.breadCrumbB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 4px;
}
.submenu {
	font-family: georgia, serif;
	color: #35445A;
	font-size: 10px;
	background-color: #E3E6FC;
	font-weight: bold;
	padding: 4px;
}
.hideField {
	visibility: hidden;
}
.standardTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
.defaultBlack {
	color: #000000;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
}
.errorMessageSm {
	font: bold normal 10pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #CC0000;
}
.submenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	background-color: #999999;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 4px;
}
.menuCellsBL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-left-style: dotted;
}
.subtitles {
	font-family: georgia, serif;
	color: #35445A;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCFFD;
	border-right-color: #CCCFFD;
	border-bottom-color: #CCCFFD;
	border-left-color: #CCCFFD;
}
.defaultBlackSm {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.outerDefault {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 782px;
}
.innerDefault {
	color: #000000;
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #999999;
	}

.redemptionCenter {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #999999;
}

.topMenu {
	color: #999;
	background-color: #FFFFFF;
	border: 1px solid;
	width: 782px;
}
.menuLTB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #E6E6E6;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #909090;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-left-color: #909090;
}
.menuLRTB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #E6E6E6;
	padding: 3px;
	border: 1px solid #909090;
}
.menuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
}
.solidBorder {
	border: 1px solid #909090;
}
.qtyBox {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	background-color: #cccccc;
	height: 15px;
	width: 15pt;
}
.descrBox {
	color: #000000;
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.prodTitle {
	color: #990000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 6px;

}
.searchFieldsSm {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	background-color: #E0E0E0;
	padding: 1px;
	height: 12px;
	width: 120px;
}
.textFieldsSm {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	background-color: #E0E0E0;
	padding: 1px;
	height: 12px;
	width: 140px;
}
.brandSelect {
	font-family: georgia, serif;
	color: #333333;
	font-size: 10px;
	background-color: #E0E0E0;
	font-weight: bold;
	padding: 4px;
}
.sectionTitle {
	font-family: georgia, serif;
	color: #88A6CB;
	font-size: 14px;
	background-color: #000000;
	padding: 3px;
}
.icons {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.outerDefaultStretch {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid;
	width: 100%;
}
.textFieldsNormal {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	height: 20px;
	width: 80px;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7F8FF;
}
.specTitle {
	font-family: georgia, serif;
	color: #001633;
	font-size: 12px;
	background-color: #999999;
	font-weight: bold;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.specLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #D2D2D2;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #909090;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-left-color: #909090;
}
.thisGrey {color: #333333}

.chucksText {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: 333333;
	line-height: 12px;
}
.chucksTextBold {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: 12;
}



.results_navigation {
	font: normal 10px Helvetica, Avenir, Arial, Tahoma;
	color: #000000;
	background-position: center center;
	text-align: center;
	margin: 6px;
}
.phone {
font: bold 16px Arial, Helvetica, sans-serif;
color: #990000;
}
.feature {
font: bold 12px Arial, Helvetica, sans-serif;
color: #990000;
}
ul {list-style:square}	

