#inside-content ul, #inside-content ul li ul{
	list-style-position: inside;
}

#inside-content ul.bulletList {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
}

#inside-content h1{
	color: #000;
	padding: 0;
	font-weight: 700;
	margin-top: 0;
	font-size:16px;
}

#print, #order, #training {
	color: #000;
	padding: 25px 0 10px 0;
	font-weight: 700;
	margin: 0;
	font-size:14px;
}

div.column{
	padding: 0 10px;
	width: 420px;
}

#columns{
	position: relative;
}

.right{
	float: right;
}

img.right{
	margin-left: 10px;
}

.left{
	float: left;
}

.bottom{
	margin-bottom: 0px;
}

.top{
	margin-top: 0px;
}

img.left{
	margin-right: 10px;
}

table.products{
	width: 90%;
}

table.products th{
	border-bottom: 1px #aaa solid;
	margin: 0 10px; 
}

table.products td{
	padding: 10px 0 0 0;
	font: 12px Verdana;
	vertical-align: middle;
}

table.products h3{
	font: 12px Verdana;
	font-weight: bold; 
}

p.alert, p.redAlert, p.greenAlert, p.yellowalert{
	margin-bottom: 14px;
	font-weight: 700;
	background: url('/resources/common/images/yellowAlert.png') center left no-repeat;
	padding-left: 40px;
	min-height: 32px;
}

span.alert{
	font-weight: 700;
	color: #e11;
}

* html p.alert, * html p.redAlert, * html p.greenAlert, * html p.yellowAlert{
	height: 32px;
}

p.redAlert{
	background: url('/resources/common/images/redAlert.png') center left no-repeat;
}

p.greenAlert{
	background: url('/resources/common/images/greenAlert.png') center left no-repeat;
}



ul.aLaCarte{
	list-style: none;
}

ul.aLaCarte li{
	padding: 0 0 0 25px;
	background: url('/resources/selmedia/images/cart_icon.gif') top left no-repeat;
}

img.rosterPhoto{
	width: 80px;
	background: #fff url('/media/common/images/person.png') top left;
	border: 1px #999 solid;
	float: left;
	display:inline;
	margin: 0 15px 15px 15px;
}

div.roster{
	margin-bottom: 40px;
	min-height: 150px;
}

div.roster .roster_name, div.roster .roster_position{
	display: block;
	font-weight: bold;
	font-size: 11pt;
}

div.roster .roster_position{
	font-size: 9pt;
}

ul.inline{
	list-style: none outside none;
}

ul.inline li{
	display: inline;
}

ul.none{
	list-style:  none outside none;
	padding: 0;
}

#cartInfo ul{
	margin-top: 0;
}

.noBG{
	background-image: none;
	background-color: #fff;
}

.invisible{
	display: none;
}

a.arrowed, li a.arrowed{
	padding-right: 8px;
	background: url('/resources/selmedia/images/linkArrow.png') right no-repeat;
	font-size: 10pt;
	float: right;
	margin-right: 18px;
}

.small{
	font-size: 75%;
	font-weight: 100;
}

#crumbs{
	margin-bottom: 20px;
}

table.form{
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

#info h3{
	margin-top: 0;
}

#buffer{
	width: auto;
	margin-left: -42px;
	margin-right: -21px;
	overflow: visible;
	background-image: url('/resources/selmedia/images/searchBarMenuBG.png');
}

* html #buffer{
	margin-bottom: 0px;
}

#sfNav{
	margin: 0 0 0 42px;
	padding: 1px 0 0 0;
	list-style: none outside;
}

ul.sfNav li{
	float: right;
	color: #fff;
	background: transparent none center bottom no-repeat;
	padding: 0 0 13px 0;
	position: relative;
	white-space: nowrap;
	overflow: visible;
	display: block;
	height: 23px;
	width: 179px;
	text-align: center;
}

* html ul.sfNav li{
	background-position: center 23px;
}

ul.sfNav li a{
	color: #fff;
	text-decoration: none;
	padding: 0;
	height: 68px;
	margin-bottom: -2px;
}

ul.sfNav li ul{
	background-color: transparent;
	margin: 0;
	padding: 0;
	list-style: none outside;
	position: absolute;;
	display: none;
	z-index: 26;
	min-width: 175px;
	width: 175px;
	top: 36px;
	left: 0px;
	border-right: 2px #4b9797 solid;
	border-left: 2px #4b9797 solid;
	border-bottom: 2px #4b9797 solid;
	
}

ul.sfNav li ul li{
	color: #1677c1;
	float: none;
	width: auto;
	display: block;
	background: #cadedd url('/resources/selmedia/images/dropDown.png') bottom left no-repeat;
	padding: 0;
	margin: 0;
	height: 30px;
}

* html ul.sfNav li ul li{
	width: inherit;
	padding: 0px 0 0 3px;
	margin-bottom: -3px;
}

ul.sfNav li ul li a{
		background-image: none;
		padding-top: 3px;
		margin: 0;
		display: block;
		position: relative;
		top: 0;
		height: 25px;
		color: #1677c1;
}

ul.sfNav li ul li a.long{
	padding-top:5px;
	top: 0px;
	height:25px;
	font-size: 82%;
}

ul.sfNav li a:visited, ul.sfNav li a:active{
	color: #1677c1;
}

ul.sfNav li:hover ul, ul.sfNav li.sfhover ul{
	display: block;
}
ul.sfNav li:hover, ul.sfNav li.sfhover{
	background-image: url('/resources/selmedia/images/menuOn.png');
	z-index: 26;
}

ul.sfNav li:hover ul li, ul.sfNav li.sfhover ul li{
	background-image: url('/resources/selmedia/images/dropDown.png');
}

* html ul.sfNav li.sfhover{
	background-position: center 22px;
}

#buffer span.cart{
	color: #fff;
	float: right;
	margin-right: 20px;
	display: inline;
	position: relative;
}

.right{
	float: right;
	clear: right;
}
		
.tabs {
    margin:0;
    margin-bottom: -19px;
    padding: 0px 0px 33px 0px;
    font-size: 10pt;
    font-weight: 700;
    background: url("/resources/selmedia/images/folderTop.png") no-repeat bottom right;
}

* html .tabs{
	padding-bottom: 25px;
}

.tabs ul {
    padding: 0px 0px 0px 0px;
    list-style:none;
    margin: 0px 0px 0px 0px;
    display: inline;
}

.tabs li {
    margin: 0px 0px 0px 7px;
    padding: 2px 0px 4px 0px;
    background: URL("/resources/selmedia/images/rightTab.png") no-repeat right top;
    display: inline;
}

* html .tabs li{
	padding-top: 0;
}
		
.tabs a {
    background: url("/resources/selmedia/images/leftTab.png") no-repeat left top;
    padding: 2px 15px 4px 15px;
    margin: 0px 0px 0px -7px;
    text-decoration: none;
    color: #446;
    height:  35px;
}

.tabs a:hover{
	text-decoration: underline;	
}

.tabs li.selected a:hover{
	text-decoration: none;	
}

.tabs li.selected{
    background: url("/resources/selmedia/images/rightSelected.png") no-repeat right top;
}


.tabs li.selected a{
	background: url("/resources/selmedia/images/leftSelected.png") no-repeat left top;
}

.folder{
	width: auto;
	margin: 20px 0 0px 0;
	padding: 0;	
	text-align: left;
	clear: both;
}

.folder .body{
	background: #b6F382 url("/resources/selmedia/images/folderBottomRight.png")right bottom no-repeat;
	margin: 0;
	width: 100%;
	padding: 0;
}
		
.body div{
	background:#b6F382 url("/resources/selmedia/images/folderBottomLeft.png") left bottom no-repeat;
	padding: 20px;
	padding-top: 0px;
	margin:0;
	margin-right: 10px;
	width: 730px;
	height: auto;
	overflow: auto;
	float: none;
}

* html .body div{
	padding-top: 4px;
}

.body div div{
	width: auto;
}

		
.body div div.right{
	padding: 0;
	background:#b6F382;
	text-align: center;
	float: right;
}

.body div div.left{
	padding: 0;
	background:#b6F382;
	text-align: center;
	float: left;
}
		
.body h1, .body h2, .body h3{
	margin-top: 3px;
	color: #390C7D;	
}

.body h2{
	font-size: 16pt;
}
		
.folder .body p, .folder .body li{
	color: #2d0640	
}
		
.folder .body p{
	margin: 10px 0;	
}

#info{
	padding: 0px 0px;
   border-left: none;
	margin-right:10px;
	margin-bottom: 20px;
	width: auto;
	float: right;
	position: absolute;
	left: 567px;
	
}

#description{
	padding: 0;
	margin: 0;
   width: 505px;
}

#description h2, #description h3{
    color: #1C44C3;
}

#info ul{
     list-style: none outside;
     width: auto;
}
		
#info ul li{
	padding: 0;	
}
		
#info li a{
	font-size: 10pt;
	font-weight: normal;
}

#relatedProdcuts *{
	margin-left: 0;
}

#relatedProducts{
	float: right;
	position: relative;
	margin-right: 0px;
	padding-right: 10px;
}
		
.invisible{
	display: none;
}
		
.visible{
	display: block;		
}

li.visible{
	display: list-item;
}
		
.caption{
	display: block;
	margin: 3px 0px 0px 0px;
	color: #999;
	padding: 0px 0em;		
}
		
.quote{
	font-size: 10pt;
	font-style: italic;
	padding: 0;
	line-height: 15pt;
}

p.alert{
	/*margin: 5px 0;
	font-weight: 700;*/
	overflow: auto; 
}

.price{
	font-style: italic;
}

.addLink{
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 25px;
	background: url('/resources/selmedia/images/cart_icon.gif') left no-repeat;
}		

#info img.productPhoto{
	width: 250px;
}

div.blowfish img{
	width: 250px;
}

#lightbox {
	color: #333;
	position: absolute;
	width: auto;
	min-width: 50%;
	top: 25px;
	margin: 0 auto;
	background-color: white;
	padding: 2em;
	z-index:1001;
	overflow: auto;
	vertical-align: middle;
	text-align: center;
}

#overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	/*filter: alpha(opacity=80);*/
}

#main h1.title, #info{
	margin-top: 10px;
}

div.application{
	margin-top: 21px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #fff;
}

div.application p.testimonial{
	float: left;
	width: 135px;
	/*padding-bottom: 3000px;*/
	padding: 10px 15px 0 0;
	text-align: right;
	margin: 2.4em 15px  0px 0;
	background-color: transparent;
	border-right: 2px #8BBA71 dotted;
	
}	

#inside-content div.application h1{
	font-size: 14pt;
	background-color: transparent;
	padding-bottom: .2em;
	border-bottom: 2px #8BBA71 dotted;
}

div.application h2{
	color: #8BBA71;
	margin-top: .2em;
	font-variant: normal;
	background-color: transparent;
}

ul.products{
	list-style: none outside;
	margin: 0;
	padding: 10px 0 0 0px;
	overflow: auto;
	background-color: transparent;
}

ul.products li{
	float: left;
	margin: 0 10px 10px 0;
	width: 140px;
	text-align: center;
	background-color: transparent;
}

ul.products li a{
	background: transparent url('/resources/selmedia/images/bullet.png') top left no-repeat;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

ul.products li .productPhoto{
	width: 85px;
	margin: 0 auto;
	padding: 0 10px;
}

div.productFamily{
	overflow: visible;
	position: relative;
	height: auto;
	padding: 1px;
	margin: 10px 0;
}

a.catalog{
	text-decoration: none;
	font-size: 11pt;
	margin-left: 7px;
	text-align: center;
}

ul.moreProducts{
	margin: -7px 0 0 0;
	padding: 0;
	list-style: circle inside;
}

table.moreProducts{
	width: 90%;
}

table.moreProducts a.itemLink{
	white-space: nowrap;
}

table.moreProducts img.productPhoto{
	height: 70px;
}
table.searchResults img.productPhoto{
	height: 140px;
}

table.searchResults td{
	padding: 10px 0;
}

table.moreProducts td{
	padding: 4px 0px;
}

table.moreProducts td a.itemLink{
	margin-right: 4px;
}

table.moreProducts td.header{
	background: transparent url('/resources/selmedia/images/bullet.png') center left no-repeat;
	padding: 10px 0 5px 10px;
}

table.moreProducts td.first{
	padding-left: 30px;
}

table.searchResults td.first{
	padding-left: 30px;
}

p.alert .productPhoto{
	float: left;
	height: 60px;
	margin: 0 14px 0 0;
}

p.couponList{
	margin-left:8px;
}

ul.coupons{
	list-style: none outside;
	padding: 0;
}

/*
#cart_form table{
	width: 50%;
}	

#cartInfo ul li{
	padding-left: 7px;
}

#cart_form tr.odd td.label{
	background-color: #8BBA71;
	color: #fff;
}

#cart_form td.label{
	font-weight: bold;
	padding: 3px;
}
*/

#order_form p{
	margin-top: 0;
	margin-bottom: 0;
}

table.progress{
	margin: 10px 0px;
	width: 100%;
	border: 1px black solid;
}

table.progress td{
	color: #000;
	padding: 5px 10px;
	
}

table.progress td.selected{
	color: #fff;
	background: #fff url('/resources/selmedia/images/greenFadeHoriz.png') left top repeat-x;
}

/*Don't add any new rules after this point.*/
.noBG{
	background-image: none !important;
	background-color: #fff !important;
	padding-left: 0 !important;
}





#buffer{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#inside-content ul{
	list-style: none outside;
	padding: 0;
	margin: 7px 0 0 0;	
}
	
#inside-content ul li{
	padding: 0px;
	margin-bottom: 5px;	
}
	
#inside-content ul li *{
	margin-left: 0;	
}

#buffer{
	height: 25px;
	overflow: hidden;
}

span.userInfo{
  color: #8DAE74;
  font-weight: bold;
  position: relative;
  bottom: 5px;
}

#featured{
  margin-top: 25px;
  vertical-align: top;
  overflow: auto;
}

#featured .productName{
  color: #366213;
}

#featured img, table.products img.productPhoto{
  height: 160px;
  float: left;
  display: block;
  margin-right: 30px;
}

table.products a.print{
	width: 159px;
	line-height: 35px;
	color: #eef4f1;
	text-decoration: none;
	font-weight: 800;
	font-size: 12px;
	background: #fff url('/resources/selmedia/images/print.png') top left  no-repeat;
	display: block;
	padding: 0 0 0 45px;
}

ul.subscriptions li p{
	margin-bottom: 1px;
	margin-top: 0px;
	padding: 0px;
}

ul.subscriptions li{
	margin-bottom: 12px;
}

ul.subnav{
	padding: 0;
	margin-bottom: 0;
}

ul.subnav li{
	margin: 5px 0px;
	padding: 0;
	font-size: 10pt;
}

ul.subnav li a{
	text-decoration: none;
}

tr.odd td{
	background-color: #bce89b;
	color: #163913;
}

tr.odd td ul li{
	color: #366213;
}