html
{
  height: 100%;
  overflow-y: scroll;
}


body
{
  background-color: #F6F6F6;
  margin: 0px;
  font-family: "proxima-nova", arial;
  font-size: 16px;
  color: #515151;
}


h1
{
   font-size: 32px;
   color: #000000;
   font-weight: 600;
   margin: 0px 0px 10px 0px;
   padding: 0px;
   line-height: 32px;
}


h2
{
  color: #515151;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}


h2.lightOnDark
{
  color: #FFFFFF;
}



h2 span.muted
{
  color: #929292;	
}


h3
{
  color: #000000;
  font-size: 24px;
  font-weight: 600;

  margin: 0px 0px 10px 0px;
  padding: 0px;
}


h4
{
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  color: #5E5E5E;
}


p
{
  font-size: 16px;
  font-weight: 400;
  color: #515151;
  
  margin: 0px 0px 10px 0px;
}


p.big
{
  font-size: 24px;
}

a
{
  color: #EF5235;
  cur
}

a:link,a:visited
{
  color: #F05534;
  text-decoration: none;
  outline: 0;
}

a:hover,a:active 
{
  color: #F05534;
}


a.big
{
  font-size: 1.3em;
}

hr
{
  border: none;
  height: 1px;
  background-color: #D6D6D6;
}

img
{
  border: none;
}

/*
section
{
  margin: 0px;
  padding: 40px 0px 40px 0px;	
}
*/

section.odd
{
  background-color: #FFFFFF;
}


section.even
{
  background-color: #EBEBEB;
  border-radius: 4px;
}


.promo
{
  color: #0096FF;
}


.buttonAsLink 
{
  padding: 0px; 
  margin: 0px;
  border: none; 
  background-color: #FFF; 
  color: #EF5235;
  font-weight: 600;
}
.buttonAsLink:hover 
{
  cursor: pointer;
}


div.page-container
{
  width: 1024px;
  margin: 0px auto 0px auto;
  padding: 0px; 
}


div.pageContent
{
  width: 944px;
  margin: 0px auto 0px auto;
  padding: 0px 40px 0px 40px;
  background-color: #FFFFFF;
}



/* BEGIN STANDARD 4 COLUMN LAYOUT */


div.layout-4column
{
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: center;
}


div.layout-4column div.column
{
  float: left;
  width: 220px;
  text-align: left;
  margin: 0px 19px 0px 0px;
}


div.layout-4column div.one
{
}

div.layout-4column div.two
{
}

div.layout-4column div.three
{
}

div.layout-4column div.four
{
  margin: 0px 0px 0px 0px;
}

div.layout-4column div.column img
{
  vertical-align: top;
}

div.layout-4column div.three-wide 
{
  float: left;
  width: 699px;
  text-align: left;
  margin: 0;  
}
/*
div.layout-4column div.column div.heading
{
  font-size: 1.3em;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  border: solid 1px #FF0000;
}
*/

div.layout-4column div.clear
{
  clear: both;
}


div.layout-4column div.column div.shortDesc
{
  text-align: left;
  font-weight: bold;
  height: 75px;
}

div.layout-4column div.column div.longDesc
{
  text-align: left;
}


/* END STANDARD 4 COLUMN LAYOUT */

/* START STANDARD 2 COLUMN LAYOUT */
div.layout-2column 
{
    float: left;
    padding: 0;
    width: 944px;
    margin-bottom: 43px;
}
    
div.layout-2column .column
{
  margin: 0 20px 0 0;
  text-align: left;
  width: 462px;
  float: left;
}

div.layout-2column .two
{
  margin: 0;
}

div.layout-2column h2
{
  padding: 14px 0 3px;
}

div.layout-2column .two.gray
{
    background-color: #EEE;
    width: 422px;
    border-radius: 3px 3px 3px 3px;
    padding: 0 20px 5px;
}

div.layout-2column .two.gray h3
{
	padding: 14px 0 3px;
	font-weight: 500;
}

/* END STANDARD 2 COLUMN LAYOUT */


/* START STANDARD 2 COLUMN WITH ICON LAYOUT */
div.layout-2columnWithIcon
{
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: center;
}

div.layout-2columnWithIcon div.column
{
  float: left;
  text-align: left;
}

div.layout-2columnWithIcon div.one
{
  margin: 0px;
  width: 47%;
  padding-left: 30px;
}

div.layout-2columnWithIcon div.two
{
  margin: 0px;
  width: 47%;
  padding-left: 10px;
  border: 0px solid #000;
}

div.layout-2columnWithIcon div.column div.icon
{
	float: left;
	margin: 0px 20px 0px 0px;
	max-width: 30%;
}

div.layout-2columnWithIcon div.column div.desc
{
	float: left;
	max-width: 70%;
	margin-bottom: 20px;
	height: 120px; 
}
/* END STANDARD 2 COLUMN WITH ICON LAYOUT */

/* START 3 COLUMN LAYOUT */
div.layout-3column
{
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px;
}

div.layout-3column div.column
{
  float: left;
  width: 288px;
  text-align: left;
}

div.layout-3column div.two
{
	margin: 0px 40px 0px 40px; 
}
/* END 3 COLUMN LAYOUT */

/* START EMAIL SIGN UP */
div.email-signup
{
    display: table;
    width: 410px;
}

div.email-signup-text
{
    display: table-cell; 
    vertical-align: middle; 
    padding-right: 20px;
}

div.email-signup-button
{
    display: table-cell; 
    vertical-align: top;
    width: 1px;
   white-space: nowrap;
}
/* END EMAIL SIGN UP */

#breadcrumb 
{
	color: #FF9300;
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

#breadcrumb a,#breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover
{
	color: #FF9300;
	font-weight: normal;
}

#breadcrumb span
{
	color: #1F6694;
	font-weight: bold;
}


#breadcrumbTool 
{
	border-style: solid;
	border-color: #606060;
	border-width: 1px 1px 1px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
	font-weight: normal;
	font-family: arial;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	background-color: #EFEFEF;
	
}

#breadcrumbTool div.breadcrumbToolLeft
{
	display: table-cell;
	white-space: nowrap;
	border-style: solid;
	border-color: #606060; 
	border-width: 1px 1px 1px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	background-color: #606060;
	font-weight: bold;
	height: 100%;
	
}

#breadcrumbTool div.breadcrumbToolRight
{
	display: table-cell;
	padding-left: 3px;
	width: auto;
	vertical-align: middle;
}

#breadcrumbTool a,#breadcrumbTool a:visited, #breadcrumbTool a:active, #breadcrumbTool a:hover
{
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 2px;
}

#breadcrumbTool span
{
	color: #000000;
	font-weight: bold;
}

div.breadcrumb
{
	margin: 16px 0 14px 0;
}

div.breadcrumb > span, div.breadcrumb > a
{
  border: none;
  font-size: 14px;
  color: #515151;
}

div.breadcrumb > a:hover
{
	color: #ef5236;
}

div.breadcrumb > a:last-child
{
	color: #ef5236;
}


div.breadcrumb span.breadcrumbDelimiter
{
  color: #AAA9AA;
  font-size: 14px;
}


#storeForm fieldset
{
	border: none;
	margin: 0px;
	padding: 0px;
}


#storeForm label
{
	color: #777777;
	text-transform: lowercase; 
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 0px 2px;
	display: block;
}


#storeForm span.required
{
	font-size: .8em;
	font-weight: bold;
	margin-left: 5px;
}

div.navigation_bar
{
	background-color: #FFFFFF; 
	padding: 5px; 
	margin-bottom: 5px; 
	border-top: solid 1px #C0C0C0; 
	border-bottom: solid 1px #C0C0C0;
}

.input100
{
	width: 100px;
}

.input150
{
	width: 150px;
}

.input200
{
	width: 200px;
}

.input250
{
	width: 250px;
}

.input300
{
	width: 300px;
}

.input350
{
	width: 350px;
}

.input400
{
	width: 400px;
}

.input450
{
	width: 450px;
}


img.button_207, input[type="image"].button_207
{
  display: block;
  margin-bottom: 9px;
}

img.button_90, input[type="image"].button_90
{
  margin: 9px 9px 9px 0px;
}


div.addressList
{
	width: 910px;
	border: none;
}

div.address 
{
	display: inline-block;
	border: 0px solid #CCCCCC;
	width: 200px;
	min-height: 120px;
	padding: 5px 5px 10px 5px;
	margin: 0px 25px 0px 0px;
	vertical-align: top;
}


div.paymentMethodList
{
	width: 910px;
	border: none;
}

div.paymentMethod 
{
	display: inline-block;
	border: 1px solid #CCCCCC;
	width: 250px;
	min-height: 115px;
	padding: 10px;
	margin: 0px 25px 25px 0px;
	vertical-align: top;
}




div.checkoutHeader
{
    width: 100%;
    border: none;
    margin-bottom: 25px;
}

div.checkoutHeaderElement 
{
    display: inline-block;
    border: 1px solid #CCCCCC;
    width: 265px;
    min-height: 115px;
    padding: 10px;
    margin-right: 15px;
    vertical-align: top;

    /* IE compatibility view hack */
    *zoom:1;
    *display: inline;
}


div.checkoutHeaderElement h2
{
	padding-top: 0px;
	margin-top: 0px;
}

div.checkoutPromotion
{
	display: inline-block;
	width: 330px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

div.checkoutPromotion h2
{
	padding-top: 0px;
	margin-top: 0px;
}



/* Site Footer */

div.siteFooter
{
	width: 100%;
	margin: 0px auto;
	text-align: left;
	color: #FFFFFF; 
	background-color: #000000; 
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}

div.siteFooter a
{
	color: #FFFFFF; 
	font-size: 11px;
}



div.clear
{
	clear: both;
	height: 0px;
}

div.clearDotted
{
	clear: both;
	height: 4px;
	border-bottom: 1px dotted #c5c5c5;
	padding-bottom: 5px;
}

div.clearSolid
{
	clear: both;
	height: 4px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}


/* SEARCH PAGE  */

div._itemCount
{
  margin: 0px 0px 20px 0px;
  color: #515151;
  font-size: 24px;
  font-weight: 600;
}


div._searchResults
{
  margin: 20px 0px 20px 0px;
}


#_moreResults
{
  clear: both;
  display: block;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #FF9300;
  padding: 10px 0px 10px 10px;
  text-align: center;
  margin: 0px 0px 40px 0px;
}
    



#searchLeft
{
	float: left;
	width: 220px;
	margin: 0;
}

#searchCategory
{
	background-color: #EFEFEF;
	margin-bottom: 10px;
	max-height: 1000px; 
}

#searchCategory div.header
{
	height: 26px;
	color: #FFFFFF;
	background: #FFFFFF url('/store/pages/skins/common/images/category_browse.png') no-repeat center top;
	text-align: right;
}


#searchCategory div.sectionHeader
{
	font-weight: bold;
	padding: 5px 5px 0px 5px;
}

#searchCategory div.sectionBody
{
}

#searchCategory ul.filterItem
{
	margin: 3px 0px 0px 20px;
	padding: 0px;
	list-style: square url('/store/pages/skins/common/images/category_browse_bullet.png');
}

#searchCategory li.filterItem
{
	padding: 0px 0px 3px 0px;
}

#searchCategory div.footer
{
	height: 4px; 
	background: #FFFFFF url('/store/pages/skins/common/images/category_browse_footer.png') no-repeat center top;
	margin: 0px;
	padding: 0px;
}




#searchLeft
{
  width: 226px;
  margin: 5px 0px 40px 0px;
  background-color: #EEEEEE;
  border-radius: 3px;
}

div#searchFilter
{
  padding: 20px 30px 20px 30px; 
}

div.searchFilterHeader
{
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  background-color: #989898;
  padding: 12px 0px 12px 0px;
} 
  


#searchFilter div.header
{
	height: 21px;
	color: #FFFFFF;
	background: #FFFFFF url('/store/pages/skins/common/images/filter_header.png') no-repeat center top;
	text-align: left;
	font-weight: bold;
	font-size: 13.5px;
	padding-top: 5px;
	padding-left: 10px;
	text-transform: uppercase;
}

#searchFilter h2 
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000000;
}

#searchFilter div.section
{
	/* container for sectionHeader and sectionBody */
	margin-bottom: 25px;
}

#searchFilter div.sectionHeader
{
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #C0C0C0;
}

#searchFilter h3
{
	color: #515151;
	font-size: 18px;
	font-weight: 600;
}

#searchFilter div.sectionBody
{
	/* overflow-x: hidden;
	overflow-y: auto;
	max-height: 350px; */
}

#searchFilter ul.filterItem
{
	/*margin: 3px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	list-style: square url('/store/pages/skins/common/images/category_browse_bullet.png'); */	
}

#searchFilter li.filterItem
{
	/* padding: 0px 0px 3px 0px; */
}

#searchFilter li
{
	font-size: 18px;
	color: #515151;
	margin: 0 0 10px -40px;
	list-style-type: none;
}

#searchFilter li > a 
{
	font-weight: 600;
}

#searchFilter div.footer
{
	height: 4px; 
	background: #FFFFFF url('/store/pages/skins/common/images/category_browse_footer.png') no-repeat center top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}





#leftColumn
{
	float: left;
	width: 201px;
}


#leftColumn div.section
{
	width: 201px;
	background-color: #EFEFEF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#leftColumn div.categoryHeader
{
	width: 201px;
	height: 26px;
	color: #FFFFFF;
	background: #FFFFFF url('/store/pages/skins/common/images/category_browse.png') no-repeat center top;
	text-align: right;
}

#leftColumn ul.subcategory
{
	margin: 3px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style: square url('/store/pages/skins/common/images/category_browse_bullet.png');
}

#leftColumn div.categoryFooter
{
	width: 201px;
	height: 4px; 
	background: #FFFFFF url('/store/pages/skins/common/images/category_browse_footer.png') no-repeat center top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#leftColumn div.header
{
	width: 194px;
	color: #FFFFFF;
	background-color: #606060;
	font-weight: bold;
	padding: 2px;
}

#leftColumn div.content
{
	width: 194px;
	padding: 2px;
	max-height: 200px;
	overflow-y: auto;
}

#leftColumn ul
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

div.rightColumn
{
      float: right;
      width: 678px;
      overflow: hidden;
      margin-top: 10px;
}


div.searchResult
{
	width: 690px;
	border-bottom: dotted 1px #C0C0C0;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

div.searchResult_image
{
	width: 23.5%;
	text-align: center;
	float: left;
	margin: 0 3% 0 0;
}

div.searchResult_image img
{
	max-width: 150px;
}

div.searchResult_text
{
	width: 40.5%;
	text-align: left;
	float: left;
	margin: 0 3% 0 0;
}

div.searchResult_text p
{
	margin: 2px 0px 3px 0px;
}

a.searchResult_fullName 
{
	font-weight: bold;
}


div.searchResult_price
{
	width: 30%;
	text-align: center;
	float: right;
}

div.searchResult_text p.shortDescription
{
	margin-top: 10px;
}

select.sortBy
{
  border: solid 1px #C0C0C0;
  background-color: #EFEFEF;
}

/* BEGIN FULL WIDTH ASSOCIATE LIST  */

div.fullWidthList
{
	width: 100%;
	border-bottom: dotted 1px #C0C0C0;
	padding: 40px 0px 40px 0px;
}

div.fullWidthList_image_box
{
	width: 226px;
	text-align: center;
	float: left;
	border: none;
	padding: 0px;
}

div.fullWidthList_image_box img
{
	max-width: 150px;
}

div.fullWidthList_text_box
{
	width: 384px;
	text-align: left;
	float: left;
}

div.fullWidthList_text_box p
{
	margin: 0px 0px 15px 0px;
    padding-bottom: 0px;
    color: #515151;
}

a.fullWidthList_fullName 
{
	font-weight: bold;
}

div.fullWidthList > div.fullWidthList_text_box > p.associateName
{
  margin: 0px 0px 3px 0px;
}

div.fullWidthList > div.fullWidthList_text_box > p.associateName > a
{
  color: #F26450;
  font-size: 24px;
}

div.fullWidthList > div.fullWidthList_text_box > p.shortDescription
{
  color: #000000;
}

div.fullWidthList_price_box
{
	width: 290px;
	text-align: right;
	float: right;
}

div.fullWidthList_price_box > div.price
{
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  color: #000000;
}

div.fullWidthList_price_box > div.fullWidthList_price_cart_box
{ 
  margin-top: 10px;
}

/* END FULL WIDTH ASSOCIATE LIST  */



div.paginationBar
{
	background-color: #EFEFEF; 
	padding: 5px; 
	margin-bottom: 5px;
}

div.paginationBar_itemCount
{
	float: left;
	margin: 5px 10px 0px 0px;
}

div.paginationBar_sortForm
{
	float: left;
}

div.paginationBar_pageLinks
{
	float: right;
	margin: 5px 0px 0px 0px;
}




img.associateList
{
	border: none;
}


a.associate
{
	font-weight: bold;
}



#fullPrice
{
	margin: 0px 0px 20px 0px;
}

#fullPrice div.label
{
	float: left;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding-top: 3px;
}

#fullPrice div.text
{
	float: left;
	font-size: 1.3em;
}

#fullPrice span.sale
{
	float: left;
	display: inline;
}

#fullPrice span.sale
{
	display: inline;
}

#fullPrice span.price-list
{
	display: inline;
	font-size: .8em;
	color: #000000;
	padding-left: 5px;
}

#fullPrice span.price-discount
{
	color: #FF0000;
	display: inline;
	font-size: .7em;
	padding-left: 5px;
}

#fullPrice span.price-discount-qty
{
    color: #000000;
    display: inline;
    padding-left: 5px;
}


#youMayAlsoLike 
{
	background-color: #EEEEEE;
	width: 200px; 
}

#youMayAlsoLike div
{
	max-height: 300px; 
	overflow-y: auto;
	text-align: left; 
}

#youMayAlsoLike div img
{
	float: left; 
	margin: 10px 5px 5px 10px; 
	border: none;
}

#youMayAlsoLike div p
{
	padding: 0px; 
	margin: 10px 10px 5px 5px;
}

#youMayAlsoLike div br
{
	clear: both;
	height: 1px;
}


#otherFormats table 
{
	border: solid 1px #DDDDDD;
}

#otherFormats thead 
{
	background-color: #DDDDDD;
}

#otherFormats th
{
	padding: 3px 5px 3px 5px;
}


#otherFormats td 
{
	padding: 3px 5px 3px 5px;
}

div.infoTabHeader
{
	border: 0px; height: 22px; margin: 0px;
}

div.infoTab
{
	float: left;
	border: 0;
	padding: 0;
}

div.infoTab a img
{
	border: 0;
	text-decoration: none;
}

div.infoTabContent
{
	float: none;
	border: solid 1px #A9A9A9;
	padding: 10px;
	width: 905px;
	max-width: 905px;
	display: inline block;
}





/* BEGIN UPRIGHT TABS */

.uprightInfoTab 
{
	background: url(/store/pages/skins/fp/images/horzTab_off.png) no-repeat top left;
	height: 26px;
	width: 99%;
	vertical-align: middle;
	margin: 0px;
	padding: 3px 0px 0px 0px
}

.uprightInfoTabSelected 
{
	background: url(/store/pages/skins/fp/images/horzTab_on.png) no-repeat top left;
	height: 26px;
	width: 100%;
}

.uprightInfoTab a:link, .uprightInfoTab a:visited, .uprightInfoTab a:active, .uprightInfoTab a:hover 
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}


.uprightInfoTabFullInfo 
{
	vertical-align: top;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	overflow: auto;
	height: 100%;
}

#uprightInfoTabFullInfoWrapper 
{
	border: 1px solid #cfcece;
	height: 200px;
}

.uprightInfoTabFullInfoExpander 
{
	background: url(/skins/fp/images/expander_back.png) repeat-x top left;
	width: 100%;
	text-align: center;
}

/* END UPRIGHT TABS */





#alsoPurchased 
{
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	width: 925px; 
	border: solid 1px #A9A9A9;
	margin: 0px 0px 10px 0px;
}

#alsoPurchased div
{
	min-width: 150px; 
	max-width: 175px; 
	text-align: left;
	display: inline-block;
	vertical-align: top;
	/* IE 7 hack */
	*zoom: 1;
	*display: inline;
	*width: 150px;
	
}

#alsoPurchased div img
{
	float: left; 
	margin: 10px 5px 10px 10px; 
	vertical-align: top;
	border: none;
}

#alsoPurchased div p
{
	padding: 0px; 
	margin: 10px 5px 10px 0px;
	white-space: normal;
	vertical-align: top;
}

#alsoPurchased div br
{
	clear: both; 
}

#alsoPurchased td
{
	padding: 0px;
	border: none; 
}


/*  Begin Attribute section on the associate detail pages */

div.attribute
{
	margin-bottom: 1px;
}

span.attributeKey
{
	font-weight: bold;
}

span.attributeValue
{
	font-weight: normal;
}

/*  End Attribute section on the associate detail pages */




/*  Begin Misspelled search words */

div.misspelled
{
	font-size: 1.1em;
	margin-bottom: 10px;
}

a.misspelled
{
	font-style: italic;
}
/*  End Misspelled search words */



.outlinedSquare
{
	border: 1px solid #CCCCCC;
	padding: 0em 1em 0em 1em;
	margin: 1em 0em 0em 0em;
}





/* Developer defined classes */

/*  BEGIN VALIDATION MESSAGES  */

div#vResponse
{
  display: table;
  width: 100%;
}

div#vResponseLeft
{
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 5px 15px 5px 15px;
}

div#vResponseRight
{
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding: 5px 15px 5px 15px;
}


span#vResponseClose
{
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 900;
  color: #8DC2D4;
}


/*  ERRORS  */

div.errorMessage
{
  border: none;
  color: #4593AA;
  background-color: #DCF2FF;
  margin: 0px 0px 15px 0px;
}

div.errorMessage h2
{
  display: inline-block; 	
  color: #4593AA;
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 10px 3px 0px;
}

div.errorMessage p
{
  display: inline-block; 	
  color: #4593AA;
  padding: 0px;
  margin: 0px 0px 3px 0px;
}


/*  WARNINGS  */

div.warningMessage
{
  border: none;
  color: #4593AA;
  background-color: #DCF2FF;
  margin: 0px 0px 15px 0px;
}

div.warningMessage p
{
  color: #4593AA;
  padding: 0px;
  margin: 0px 0px 3px 0px;
}


/*  OK MESSAGES  */

div.okMessage
{
  border: none;
  color: #4593AA;
  background-color: #DCF2FF;
  margin: 0px 0px 15px 0px;
}

div.okMessage p
{
  color: #4593AA;
  padding: 0px;
  margin: 0px 0px 3px 0px;
}


/*  END VALIDATION MESSAGES  */




span.price-discount
{
	color: #FF0000;
}

span.price-list
{
	color: #666666;
	font-size: .8em;
	display: block;
}



/* Standard Table */

#table_standard {
margin: .5em 0px .5em 0px;
padding: 0px 0px 0px 0px;
width: 920px;
border: 0px solid #009900;
}

#table_standard_top {
width: 920px;
height: 13px;
background: url("/store/pages/skins/common/images/table_standard_ends.gif") 0px -28px no-repeat #EFEFEF;
font-size: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#table_standard table {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-collapse: separate;
border-left: 1px solid #CFCECE;
border-right: 1px solid #CFCECE;
width: 920px;
border-spacing: 0px;
}

#table_standard thead th {
text-align: center;
font-size: 1em;
font-weight: bold;
color: #949494;
margin: 0px 0px 0px 0px;
padding: 1px 8px 8px 8px;
background-color: #EFEFEF;
white-space: nowrap;
border-left: 1px  solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
}

#table_standard tbody td{
text-align: center;
font-size: 1em;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
border-bottom: 0px dotted #CFCECE;
border-left: 1px  dotted #E0E0E0;
}

#table_standard tfoot th {
text-align: right;
font-size: 1em;
font-weight: bold;
color: #949494;
margin: 0px 0px 0px 0px;
padding: 8px 8px 8px 8px;
background-color: #EFEFEF;
white-space: nowrap;
border-top: 1px solid #E0E0E0;
}

#table_standard tfoot .totals {
text-align: right;
font-size: 1em;
font-weight: normal;
color: #333333;
margin: 0px 0px 0px 0px;
padding: 8px 8px 8px 8px;
background-color: #FFFFFF;
border-top: 1px solid #E0E0E0;
border-left: 1px  solid #E0E0E0;
white-space: nowrap;
}

#table_standard_bottom {
width: 920px;
height: 13px;
background: url("/store/pages/skins/common/images/table_standard_ends.gif") 0px 0px no-repeat #EFEFEF;
font-size: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#table_standard tr.odd {
background-color: #F1F9FC;
}

#table_standard tr.even {
background-color: #FFFFFF;
}

#table_standard .column1 {
border-left: 0px;
}

/* Standard Table Tools */

#table_standard_tools_1-2even, #table_standard_tools_2-2even {
width: 450px;
padding: 0px 0px 0px 0px;
margin: .8em 0px .1em 0px;
}

#table_standard_tools_1-2even {
float: left;
}

#table_standard_tools_2-2even {
float: right;
}

#table_standard_tools_top_1-2even {
width: 450px;
height: 12px;
background: url("/store/pages/skins/common/images/table_standard_ends_2even.gif") 0% 93% no-repeat #FFFFFF;
font-size: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#table_standard_tools_body {
height: 25px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
border-left: 1px solid #CFCECE;
border-right: 1px solid #CFCECE;
background-color: #EFEFEF;
}

#table_standard_tools_bottom_1-2even {
width: 450px;
height: 12px;
background: url("/store/pages/skins/common/images/table_standard_ends_2even.gif") 0% 3% no-repeat #FFFFFF;
font-size: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#table_standard_tools_body .button {
margin: .3em 0px -.3em 0px;
padding: 0em 0em 0em 0em;
}

#table_standard_tools_body .input-select {
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 0em;
background-color: #F5F5F5; 
color: #050505;
width: 225px;
font-size: 1em;
}

/* Standard Table Grid */

#table_standard_grid {
margin: 1em 0px .25em 0px;
padding: 0px 0px 0px 0px;
width: 740px;
border: 0px solid #CCCCCC;
}

#table_standard_grid table {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-collapse: collapse;
width: 740px;
border-spacing: 15px;
border: 0px;
}

#table_standard_grid td {
width: 33%;
vertical-align: top;
border: 0px;
padding: 0em 0em 0em 0em;
}

#table_standard_grid td .item_creditcard {
border: 1px solid #CCCCCC;
width: 210px;
height: 115px;
padding: 0em 1em 0em 1em;
margin: 0em 0em 1em 0em;
}

#table_standard_grid td .item_address {
border: 1px solid #CCCCCC;
width: 210px;
height: 150px;
padding: 0em 1em 0em 1em;
margin: 0em 0em 1em 0em;
}

#table_standard_grid td .item_review {
border: 1px solid #CCCCCC;
width: 210px;
height: 170px;
padding: 0em 1em 0em 1em;
margin: 0em 0em 1em 0em;
}


/* Sections */

#section_buttons {
clear: both;
margin: 1em 0em 1em 0em;
}

#section_buttons_1-2even {
clear: both;
margin: 1em 0em 1em 0em;
text-align: center;
width: 345px;
float: left;
}

#section_buttons_2-2even {
margin: 1em 0em 1em 0em;
text-align: center;
width: 345px;
float: right;
}

#section_buttons p
{
	margin: 3px 0px 3px 0px;
}



#section_help {
border-top: 1px dotted #CFCECE;
padding: 1em 0em 0em 0em;
margin: 1em 0em 1em 0em;
clear: both;
}

.itemSort
{
  display: inline-block;
  margin: 0px 5px 0px 5px;
}


div.ckEditorContent
{
	border: none;
	margin: 0px;
	padding: 0px;
}

div.ckEditorContent p
{
	margin-top: 0px;
	padding-top: 0px;
}

/*  start order wait message */
.orderWaitMessage
{
	text-align: center;
	font-size: 18pt;	
}

.orderWaitMessage .ui-dialog-titlebar 
{
	display: none;
}
/*  end order wait message */

.upsCopyright
{
	text-align: center;
	display: block;
	font-size: 11px;
	color: #777777;
}




/*  Begin Standard Table */


div.standardTable
{
  width: 100%;
  display: inline-block;
}


div.standardTableTop
{
   border: none;
}

/* use with div or table  */
.standardTableNoStyle
{
   border-left: solid 1px #DFDECE;
   border-right: solid 1px #DFDECE;
}

table.standardTableNoStyle
{
   width: 100%;
}

div.standardTableNoStyle
{
   padding: 0px 10px 0px 10px;
}



table.standardTable
{
   border-left: solid 0px #DFDECE;
   border-right: solid 0px #DFDECE;
   width: 100%;
   border-collapse: collapse;
}



table.standardTable thead th
{
  background-color: #EEEEEE;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #F05534;
  margin: 0px 0px 0px 0px;
  padding: 5px 8px 8px 8px;
  white-space: nowrap;
  border-bottom: solid 0px #DFDECE;
}

table.standardTable tr td
{
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border-bottom: 0px dotted #CFCECE;
  border-left: 0px  dotted #E0E0E0;
}

table.standardTable tr.odd
{
  background-color: #f6f6f6;
}

table.standardTable tr.even
{
  background-color: #FFFFFF;
}

table.standardTable tfoot th
{
  background-color: #EEEEEE;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #949494;
  margin: 0px 0px 0px 0px;
  padding: 4px 8px 4px 8px;
  white-space: nowrap;
  border-top: solid 0px #DFDECE;
}


table.standardTable tfoot th.totals
{
  text-align: right;
  font-size: 1em;
  font-weight: normal;
  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 8px 8px 8px 8px;
  background-color: #FFFFFF;
  border-top: 0px solid #E0E0E0;
  border-left: 0px  solid #E0E0E0;
  white-space: nowrap;
}


div.standardTableBottom
{
  border: none;
}

/*  End Standard Table */

.orderSummary
{
	width: 920px; 
	margin: 5px 0px 0px 0px;
}



/*  Begin Form Processor */

div.fpMessageOK
{
  display: none;
  white-space: nowrap;
  
  padding: 5px;
  background-color: rgba(240, 255, 255 , 0.7);
  font-weight: bold;
  font-size: 1.1em;
  
  border: solid 2px #00FF00;
  -moz-border-radius: 9px;
  border-radius: 9px;
  
}

div.fpMessageError
{
  display: none;
  white-space: nowrap;
  padding: 5px;
  background-color: rgba(255, 240, 255 , 0.7);
  font-weight: bold;
  font-size: 1.1em;

  border: solid 2px #FF0000;
  -moz-border-radius: 9px;
  border-radius: 9px;
}


div.fpMessageNoScript
{
  display: block;
  padding: 5px;
  margin-bottom: 5px;
}


p.fpMessageOK
{
  margin: 0px 0px 3px 0px;
  padding: 0px;
}

p.fpMessageError
{
  margin: 0px 0px 3px 0px;
  padding: 0px;
}


/*  End Form Processor */



/*  Begin expand and contract */
div.afec
{
}


div.afecLabel
{
  display: inline-block;
  cursor: pointer;
  font-style: italic;
  color: #606060;
}


/*  End expand and contract */





/*  Begin disable page (af.js) */


.af_disablePage
{
	width: 500px;
    border: solid 1px #959393;
    -moz-border-radius: 9px;
    border-radius: 9px;
   	text-align: center;
   	background-color: #FFFFFF;
	padding: 5px;
}

p.af_disablePage_title
{
	color: #CC3333;
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

p.af_disablePage_message
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

/*  End disable page (af.js) */



div.todo
{
  border: solid 2px #FF0000;
  margin: 5px 0px 5px 0px;
  padding: 5px 5px 5px 5px;
  color: #000000;
  background-color: #FFEFEF; 
}

div.navigation_bar > div.left_side
{
	float: left; margin-top: 5px;
}

div.navigation_bar > div.right_side
{
	float: right; margin-top: 5px; 
}


 /*   BEGIN LIST ITEM  */ 
  
div.sh_listitem
{
  border-top: dotted 1px #515151;
}

div.sh_listitem:first-child
{
  border-top: none;
}


div.sh_listitem > div.sh_listitem_image_box
{
  float: left;
  /*width: 225px;
  margin: 40px 40px 40px 0px;
  padding: 0px;
  text-align: center;*/
  margin: 30px 27px 30px 0px;
  width: 163px;
  text-align: left;
}

div.sh_listitem > div.sh_listitem_image_box img
{
  max-width: 163px;
  max-height: 225px;
  vertical-align: top;
  border: 0px;
}


div.sh_listitem > div.sh_listitem_text_box
{
  float: left;
  width: 335px;
  margin: 30px 0px 20px 0px;
  /*margin: 55px 0px 40px 0px;*/
}


div.sh_listitem > div.sh_listitem_text_box > p
{
  margin: 0px 0px 15px 0px;
  padding-bottom: 0px;
  color: #515151;
}

div.sh_listitem > div.sh_listitem_text_box > p.associateName
{
  margin: 0px 0px 3px 0px;
}

div.sh_listitem > div.sh_listitem_text_box > p.associateName > a
{
  color: #F26450;
  font-size: 24px;
}

div.sh_listitem > div.sh_listitem_text_box > p.shortDescription
{
  color: #000000;
}


div.sh_listitem > div.sh_listitem_price_box
{
  float: right;
    
  width: 153px;
  margin: 30px 0px 20px 0px;
  text-align: right;
  padding: 0px;
  
  /*width: 280px;
  margin: 50px 0px 40px 30px;
  padding-right: 40px;*/
}

div.sh_listitem > div.sh_listitem_price_box > div.price
{
  font-size: 32px;
  line-height: 32px;
  text-align: right;
  color: #000000;
}

div.sh_listitem > div.sh_listitem_price_box > div.sh_listitem_price_cart_box
{ 
  margin-top: 10px;
}



/*   END LIST ITEM  */

/*  BEGIN GALLERY ITEM  */

div.sh_galleryRow, div#sh_viewControl
{
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
}

div.sh_galleryItem, div#sh_viewControl > div 
{
  float: left;
  width: 199px;
  margin-left: 40px;
}

div#sh_viewControl > div 
{
  margin-left: 0px;
}

div.sh_galleryItem:first-child
{
  margin-left: 0px; 
}


div.sh_galleryItem > div.sh_galleryItem_image
{
  position: relative;  /* allows us to sink the contained anchor to the bottom of this div */  /* TODO: remove comments on this line and below - CSE */
  width: 199px;
  height: 206px;
  border: none;
}

div.sh_galleryItem > div.sh_galleryItem_image > a
{
  position: absolute;  /* these two lines "sink" the element to bottom of the containing div */
  bottom: 0;             
}

div.sh_galleryItem > div.sh_galleryItem_image > a > img
{
  max-width: 199px;
  max-height: 206px;
  vertical-align: bottom; /* pushes image into the extra white space at the bottom of anchor tag */
  border: 0 none;  
}


div.sh_galleryItem > p.sh_galleryItem_name
{
  margin: 9px 0 1px 0;
}

div.sh_galleryItem > p.sh_galleryItem_name > a
{	
  /* color: #010101; */
  font-size: 18px;
  line-height: 24px;
}

/*
div.sh_galleryItem > p.sh_galleryItem_name > a:hover,
div.sh_galleryItem > p.sh_galleryItem_name > a:active
{
  color: #EF5236;
}
*/

div.sh_galleryItem > p.sh_galleryItem_short_desc
{
  color: #515151;
  font-size: 16px;
}
/*  END GALLERY ITEM  */

/*  BEGIN ITEM LIST VIEW CHANGER  */

div.itemListViewChanger
{
  display: table;
  border-spacing: 14px 0px;
  margin-left: -14px;
}

div.itemListViewChanger>a
{
  display: table-cell;
  width: 32px;
  height: 31px;
}

div.itemListViewChanger>a.list_inactive
{
  background: url(/store/pages/skins/sh/images/item_list_view_changer_sprites.png) 32px 31px;
}


div.itemListViewChanger>a.list_active
{
  background: url(/store/pages/skins/sh/images/item_list_view_changer_sprites.png) 32px 0px;
}

div.itemListViewChanger>a.gallery_inactive
{
  background: url(/store/pages/skins/sh/images/item_list_view_changer_sprites.png) 0px 31px;
}

div.itemListViewChanger>a.gallery_active
{
  background: url(/store/pages/skins/sh/images/item_list_view_changer_sprites.png) 0px 0px;
}

/*  END ITEM LIST VIEW CHANGER  */

/*  BEGIN VIEW CONTROLS  */
div#sh_viewControl 
{
  margin: 15px 0 30px 0;
}

div#sh_itemCount span
{
  font-weight: bold;
}

div#sh_viewControl div.itemListViewChanger
{
	/*
  float: right;
  margin-right: -14px;
  */
}

div#sh_viewSort 
{
  text-align: right;
}

.sh_viewFooter > div  
{
  float: left;
  width: 100%;
  height: 42px;
  background-color: #FF9300;
  margin: 0 0 80px 19px;
  color: #FFFFFF;
  padding-top: 8px;
  text-align: center;
  font-size: 20px;
}

/*  END VIEW CONTROLS  */


/*  BEGIN SHOP BY CATEGORY MENU  */

div#shopByCategory
{
  width: 226px;
  margin: 0px;
  padding: 0px;
}

div.menu_body
{
  display: none;
  background-color: #eeeeee;
  border-radius: 0 0 5px 5px;
}

div.menu_body p
{
  padding: 9px 0px 0px 22px;
  margin: 0px;
  width: 203px;
}

div.menu_body p:first-child
{
	padding-top: 16px;
}

div.menu_body p:last-child
{
   padding-bottom: 22px; 
}

div.menu_body.overlay
{
  position: absolute;
  border-width: 0 0px 1px 0;
  border-style: solid;
  border-color: #C5C5C5;
  width: 226px;
  box-shadow: 2px 2px 1px #BBBBBB;
}

div.menu_body.pushdown
{
  position: relative;
}



/*  END SHOP BY CATEGORY MENU  */



/*  BEGIN GLOBAL SEARCH BAR  */


div.globalSearchBar
{
  display: table;
  width: 100%;
  padding-top: 26px;
}


div.globalSearchBar > div
{
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

/*  END GLOBAL SEARCH BAR  */




/*  BEGIN SEARCH FORM  */

form#ghSSF
{
  padding: 0px;
  margin-left: 40px;
}

form#ghSSF input[type="text"]
{
  width: 595px;
  height: 48px;
  padding: 0px 0px 0px 22px;
  color: #989898;
  border: 0px;
  font-size: 16px;
  background: url("/store/pages/skins/sh/images/searchbox/searchString_bg.png") top left no-repeat #FFFFFF;
}

form#ghSSF input[type="image"]
{
  width: 67px;
  height: 50px;
  padding: 0px;
  margin: 0px 0px 0px -4px;
  vertical-align: middle;
}

/*  END SEARCH FORM  */

/* JQUERY DIALOG CONFIGURATION */
.no-title .ui-dialog-titlebar
{
	display:none;	
}

.no-close .ui-dialog-titlebar-close 
{
	display: none;
}

/* END JQUERY DIALOG CONFIGURATION */



/*  BEGIN "ADD TO CART" SECTION  */

div.add-to-cart
{
}
   
.addToCart-quantityAdvice
{
  display: inline;
  color: #515151;
  background-color: #dedede;
  margin-right: 10px;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 15px 4px 15px;
  border-radius: 4px;
  max-width: 145px;
}   

.addToCart-quantityLabel
{
  font-size: 16px;
  font-weight: 600;
  color: #808080;
  margin-right: 8px;
}
   
.addToCart-quantityValue
{
  width: 30px;
  height: 25px;
  border-radius: 4px;
  border: solid 1px #F0644B;
  color: #515151;
  text-align: center;
  padding: 0px 6px 0px 6px;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
}

.addToCart-quantityControls
{
  color: #474747; 
  font-size: 14px; 
  line-height: 14px; 
  padding: 0px 0px 0px 6px;
}
/*  END "ADD TO CART" SECTION  */

/* Inside border when hovering images. */
.image a img, 
.image a 
{
    border: none;
    overflow: hidden;
    float: left;
    border-radius: 3px;
}
  
.hover-group:hover .image a
{
    border: 6px solid #FCBC28;
}
    
.hover-group:hover .image a img
{
    margin: -6px;
}
/* End inside border */


.bubble 
{
    position: relative; 
    background-color:#eee; 
    margin: 0; 
    padding: 0px; 
    border-radius: 10px; 
    box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
    -moz-border-radius:10px; 
    -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
    -webkit-border-radius:10px; 
    -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
}

.arrow-right 
{
	position: absolute; 
	display: none; 
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent; 
	border-bottom: 10px solid transparent; 
	border-left: 10px solid #eee; 
	top: 10px; 
	right: 0px;
}

.arrow-left 
{
	position: absolute; 
	display: none; 
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent; 
	border-bottom: 10px solid transparent; 
	border-right:10px solid #eee; 
	top: 10px; 
	left: 0px;
}

.after-box
{
	right: -10px;
}


/*  Begin common address form  */


div.addressForm
{
  display: block;
}

div.addressForm > div.element
{
  display: block;
  margin-bottom: 15px;
}

div.addressForm > div.element > div.label
{
  display: block;
  color: #777777;
  text-transform: lowercase;
  font-size: 1.1em;
  padding-left: 2px;
}

div.addressForm > div.element > div.label span.required
{
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 5px;
}


div.addressForm > div.element > div.value
{
  display: block;
}

div.addressForm > div.element > div.value > input[type="text"].street2
{
  margin-top: 5px;
}


/* End common address form */


/*  Begin SH address form  */


table.addressForm
{
}

table.addressForm > tr.element
{
}

table.addressForm tr.element td.value
{
  display: table-cell;
  vertical-align: middle;
  padding: 3px 0px 3px 0px;
}

table.addressForm tr.element td.value input[type="text"]
{
  padding-left: 10px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #F0F0F0 0%, #f3f3f3 19%, #FFFFFF 100%);
  height: 30px;
  line-height: 30px;
  background-size: 100% 107px;
  border: 2px solid #dedede;
  margin: 5px 4px 5px 0px !important;
}

table.addressForm tr.element td.value select 
{
  margin: 5px 4px 5px 0px !important;
  padding: 5px 0 5px 7px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #F0F0F0 0%, #f3f3f3 19%, #FFFFFF 100%);
  height: 36px;
  line-height: auto;
  background-size: 100% 107px;
  border: 2px solid #dedede;
}

table.addressForm tr.element td.value select option
{
  color: #000000;
}

table.addressForm tr.element td.value select option:first-child
{
  color: #ababab;
}

table.addressForm tr.element td.value input[name="street2"]
{
  margin-top: 5px;
}

/*  End SH address form  */



/*  Begin Digital Access Video list items  */

table.dav_group
{
  width: 100%;
  margin: 30px 0px 30px 0px;
}

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


td.dav_groupImage
{
  width: 163px;
  padding: 0px 24px 0px 0px;
}


td.dav_groupImage img
{
  max-width: 163px;
  max-height: 225px;
  vertical-align: top;
}


.dav_groupData
{
  width: 335px;
  padding: 0px 20px 0px 0px;
}

.dav_groupName a
{
  color: #F26450;
  font-size: 24px;
}

td.dav_groupPrice
{
  font-size: 32px;
  line-height: 32px;
  text-align: right !important;
  color: #000000;
}


td.dav_dvdPrice
{
  font-size: 18px;
  line-height: 18px;
  text-align: right !important;
  padding-right: 10px;
  padding-top: 10px;
  color: #000000;
}

.dav_dvdButtons
{
   text-align: right !important;
}

td.dav_daPrice
{
  vertical-align: middle !important;
  font-size: 18px;
  line-height: 18px;
  text-align: right !important;
  padding-right: 10px;
  color: #000000;
}


.dav_dvdTitle
{
  color: #ef5235; 
  font-size: 1.2em;
  padding-top: 5px;
}


.dav_daTitle
{
  vertical-align: middle !important;
  color: #ef5235; 
  font-size: 1.2em;
}


.dav_daButtons
{
  vertical-align: middle !important;
  text-align: right !important;
}

td.dav_divider
{

}

hr.dav_divider
{
  background-color: #DFDFDF;
}

/*  End Digital Access Video list items  */
