html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  color: #000000;
  background: #fff;
  font: .7em Verdana, Arial, Helvetica, sans-serif;
  width: 900px;
}

/* basic selectors */
a.adtext {
  color: #666666;
  text-decoration: none;
}
a.adtext:hover {
  color: #666666;
  text-decoration: none;
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:active, a:hover {
  color: #000099;
  text-decoration: none;
}
th {
  vertical-align: top;
}
td {
  vertical-align: top;
}
h1 {
  color: #5b626c;
  font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h1.large 
{
	font-size: 18px;
}

h2 {
  color: #5b626c;
  font: bold 120% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
  color: #5b626c;
  font: bold 110% Verdana, Arial, Helvetica, sans-serif;
}

h4 {
  color: #5b626c;
  font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h5 {
  color: #000;
  font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}

h6 {
  color: #000;
  font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0px;
}
hr {
  color: #ccc;
  height: 1px;
}
table {
  font-size: 100%;
}
code {
  color: #6c0;
  font: 100% "Courier New" , Courier, monospace;
}
form {
  margin: 0px;
  padding: 0px;
}
input, textarea, select {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  /*border: 1px solid #666666;		Why?*/
}

#subheader
{
	background: url(  'images/BreadCrumbBG.gif' ) no-repeat;
	height: 25px;
	color: Gray;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
	text-indent: 25px;
	padding-top: 18px;
	width: 481px;
}

#subheaderwide
{
	background: url(  'images/BreadCrumbBGWide.gif' ) no-repeat;
	height: 25px;
	color: Gray;
	font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
	text-indent: 25px;
	padding-top: 18px;
	width: 695px;
}

#listheader
{
	background: url(  'images/ListHeader.gif' ) no-repeat;
	height: 40px;
}

/* layout styles */
#header {
  height: 250px;  /** 240 **/
  z-index: 100;
}

/* layout styles */
#headerpic {
  /* height: 190px;		 190 */
  top: 0px;
  left: 0px;
  z-index: 100;
  height:230px;
  width:900px;
  position:absolute;
  cursor:pointer;
  background: url( 'images/Header.gif' ) no-repeat;  
}
#headerbuttons {
  /* height: 190px;		 190 */
  top: 40px;
  left: 700px;
  z-index: 200;
  height:150px;
  width:200px;
  position:absolute;
  cursor:pointer;
}
#menu1 {
  /* styles for top menu */
  position: absolute;
  top: 1px;
  left: 510px;
  z-index: 100;  
  width:390px;
  height: 33px;
  background: url( 'images/UserCartBG.gif' ) no-repeat;  
}
#menu1 ul {
  list-style: none;
  padding: 0px;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 9px;  
  text-align: center;
}
#menu1 li {
  padding: 0px;
  margin: 0px;
  display: inline;
  border-left: solid 1px #000;
}
#menu1 li.first {
  border-left: none;
}
#menu1 li a:link, #menu1 li a:visited {
  padding: 0px 2px 0px 5px;
  color: #000;
  text-decoration: none;
}
#menu1 li a:active, #menu1 li a:hover {
  color: #000;
  text-decoration: underline;
}

#searchBarButton {
  top: 182px;
  left: 785px;
  position:absolute;
  z-index: 100;
}

#searchBarText {
  top: 187px;
  left: 595px;
  position:absolute;
  z-index: 100;
}

/*
#mainmenu
{	
	left: 350px;
	top: 191px;
	z-index: 100;
	position: absolute;
}
html > body #mainmenu {
  position: relative; 
} 
#mainmenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#mainmenu li {
  display: inline;
}
#mainmenu li a:link, #mainmenu li a:visited {
  background: url( 'images/NAVButton.gif' ) no-repeat;
  display: block;
  float: left;
  margin-right: 1px;
  width: 107px;
  height: 47px;
  color: #737685;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding-top: 6px; 
  voice-family: "\"}\"";
  voice-family: inherit;  
}
html > body #mainmenu li a:link, html > body #mainmenu li a:visited {
  width: 107px;
  height: 47px;
}
#mainmenu li a:active, #mainmenu li a:hover, #mainmenu li a.selected {
  background: url( 'images/RolloverBtn.gif' ) no-repeat;
}
*/

#leftcontent {
  position: absolute;
  top: 267px;
  left: 0px;
  width: 193px;			/** 180 **/
  background: #fff;
  z-index: 100;
}
#leftcontentadmin {
  position: absolute;
  top: 92px;
  left: 0px;
  width: 193px;			/** 180 **/
  background: #fff;
  z-index: 100;
}

#rightcontent {
  position: absolute;
  left: 703px;
  top: 267px;			/** 257 **/
  width: 193px;			/** 180 **/
  background: #fff;
  z-index: 100;
}
#centercontent {
  margin-top: 20px;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 200px;
  margin-right: 205px;
  z-index: 100;  
  height: 100%;
}
#centercontentadmin {
  margin-top: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 200px;
  margin-right: 205px;
  z-index: 100;  
  height: 100%;
}

#centercontentmain {
  margin-top: 20px;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 215px;
  margin-right: 0px;
  z-index: 100;  
  height: 100%;
}

html > body #centercontent {
  margin-left: 200px;
  margin-right: 205px;
  z-index: 100;
  height: 100%;
}
#centercontentwide {
  margin-top: 20px;
  background: #fff;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 200px;
  margin-right: 0px;
  z-index: 100;
  height: 100%;
}

html > body #centercontentwide {
  margin-left: 200px;
  margin-right: 0px;
  z-index: 100;
  height: 100%;
}

.subtotal {
  text-align: right;
  border-top: 1px solid #c9c9c9;
  margin-top: 5px;
}

.sectionheader {
  border-bottom: #dcdcdc 1px dotted;
  color: #65738E;
  font-size: 8pt;
  padding-bottom: 5px;
  font-weight: bold;
}

.admin-header {
  background-color: #6190CD;
  height: 40px;
  padding-left: 10px;
  border-bottom: solid 4px #B4CCEB;
}
.admin-header h1 {
  color: white;
}

.admintable {
  margin: 5px;
  padding: 0;
  width: 700px;
  border: 1px dashed #cccccc;
}

.adminlabel {
  font-size: 8pt;
  font-family: verdana;
  width: 120px;
  margin-bottom: 3px;
  vertical-align: top;
}

.adminitem {
  border-width: 0px;
  background-color: #ffffff;
  margin-bottom: 3px;
}

.listItemCategory {
  font-weight: bold;
  font-size: 8pt;
  color: #b22222;
  font-family: verdana;
  width: 80px;
}

.listItemPrice {
  font-weight: bold;
  font-size: 8pt;
  color: #b22222;
  font-family: verdana;
  width: 105px;
}

.listItemQuantity {
  font-weight: bold;
  font-size: 8pt;
  color: #b22222;
  font-family: verdana;
  width: 35px;
}

.ourprice {
  font-weight: bold;
  font-size: 8pt;
  color: #b22222;
  font-family: verdana;
}

.retailprice {
  font-size: 8pt;
  color: #000000;
  font-family: verdana;
  text-decoration: line-through;
}

.totalbox {
  text-align: center;
  color: #990000;
  font-weight: bold;
}

.adbox {
  padding: 10px;
  font-size: 9pt;
  margin-bottom: 10px;
  border: 1px solid gainsboro;
}
a.editme {
  text-decoration: none;
  color: #4a4d5c;
}
.commandbar {
  padding: 3px;
  font-size: 8pt; /*	background-color: blue;*/
  border: 1px solid gainsboro;
}

#footer {
  clear: both;
  border-top: solid 1px #d4d9de;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
  
}
.mainproductimage {
  width: 220px;
  text-align: center;
  float: left;
  padding-bottom: 10px;
}

.productbox {
  width: 237px;
  border: 1px solid #c5c5c5;
  margin: 5px;
}

.productdata {
  border: none;
  border-collapse: collapse;
}
.productdata td, .productdata th {
  font-weight: normal;
  padding: 2px;
  text-align: left;
}
.price {
  font-weight: bold;
  color: #c00;
}
del.price {
  color: #000;
  text-decoration: line-through;
}
h1.accent {
  font-size: 12px;
  font-weight: bold;
  color: #990000;
  margin: 0px;
  margin-bottom: 5px;
}
.smalltext {
  font-size: 8pt;
  color: #666666;
  font-family: verdana;
}
.adbox h3 {
  font-weight: bold;
  font-size: 10pt;
  font-family: verdana;
  color: #C7C030;
  margin-top: 1px;
  margin-bottom: 3px;
}
.loginheader {
  height: 30px;
  font-weight: bold;
  font-size: 10pt;
  color: #666666;
  font-family: verdana;
  background-color: #f5f5f5;
  text-align: center;
}
.logincell {
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}
.logtable {
  border: 1px solid #cccccc;
  background-color: #cccccc;
}

#CatHeader {
  background: url( 'images/CatHeader.gif' );
  height: 36px;
  width: 193px;
}

#ServoMotorHeader {
  background: url( 'images/ServoMotorHeader.gif' );
  height: 36px;
  width: 193px;
}

.subcategorytext {
  margin-left: 25px;
  font-size: 10pt;
}
#subcategory {
  background: url( 'images/SubCatButton.gif' ) repeat;
}
#ManHeader {
  background: url( 'images/ManHeader.gif' ) no-repeat;
	background-position:right;
  height: 36px;
  width: 193px;
}
#ManCategoryHeader {
  background: url( 'images/ManCategoryHeader.gif' ) no-repeat;
  background-position :right;
  height: 36px;
  width: 193px;
}
.mantext
{	margin-left: 30px;
	font-weight: bold;
	font-size: 10pt;
}
#man {
  height: 100%;
  width: 100%;
}
#manend {
  height: 100%;
  width: 100%;
}
#man1 {
  background: url( 'images/ManButton.gif' ) no-repeat;
  background-position :right;
  height: 26px;
}
html > body #man {
  position: relative; /* Necessary for menu to position in Opera */
}
#man ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#man li {
  display: inline;
}
#man li a:link, #man li a:visited 
{
  background: url( 'images/ManButton.gif' ) no-repeat;
	color:Black;	
	margin-left: 0px;
	text-indent: 35px;
	font-weight: bold;
	font-size: 10pt;
	display: block;
  background-position :right;
  float: right;  
  width: 193px;
  height: 26px;  
  text-decoration: none;  
}
#man li a:active, #man li a:hover , #man li a.selected
{
  color: White;
  background: url( 'images/ManButtonSel.gif' ) no-repeat;
  background-position:left;
}
html > body #man li a:link, html > body #man li a:visited {
  width: 193px;
  height: 26px;
}
#otherlist 
{
	margin-left: 20px;
}
#otherlist ul 
{
	margin-top: 2px;
	margin-bottom: 2px;
}
#subotherlist {
	margin-left: 40px;
}
#subotherlist ul 
{
	margin-top: 2px;
	margin-bottom: 2px;
}
#category {
  height: 100%;
  width: 100%;
}
html > body #category {
  position: relative; /* Necessary for menu to position in Opera */
}
#category ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#category li {
  display: inline;
}
#category li a:link, #category li a:visited 
{
  background: url( 'images/CatButton.gif' ) no-repeat;
	color:Black;	
	margin-left: 0px;
	text-indent: 15px;
	font-weight: bold;
	font-size: 10pt;
	display: block;
  float: left;  
  width: 203px;
  height: 26px;  
  text-decoration: none;  
}
#category li a:active, #category li a:hover , #category li a.selected
{
  color: White;
  background: url( 'images/CatButtonSel.gif' ) no-repeat;
}
html > body #category li a:link, html > body #category li a:visited {
  width: 203px;
  height: 26px;
}

.productspecifications ul
{
	margin-left: 15px;
}

#ProductDetailsSection
{
  background: url( 'images/ProductDetailsBox.gif' ) no-repeat;
  position: absolute;
  top: 320px;
  left: 200px;
  width: 730px;		
  height: 750px;
  z-index: 100;
  padding: 10px;
}

#PurchaseOptions
{
  position: absolute;
  top: 330px;	/* 650 */
  left: 10px;	/* 250 */
  width: 450px;			
  background: #fff;
  z-index: 100;
}

#PurchaseOptionsPrice
{
	position:absolute;
    z-index: 100;
    left: 0px;	
    top: 80px;
    font-weight:bold;
    text-align: center;
}
#PurchaseOptionsQuantity
{
	position:absolute;
    z-index: 100;
    left: 0px;	
    top: 110px;
    font-weight:bold;
    text-align: center;
}
#PurchaseOptionsAvailability
{
	position:absolute;
    z-index: 100;
    left: 00px;	
    top: 140px;
    font-weight:bold;
    text-align: center;
}
#PurchaseOptionsEbay
{
	position:absolute;
    z-index: 100;
    left: 00px;	
    top: 160px;
    font-weight:bold;
    text-align: center;
}
#PurchaseOptionsActions
{
	position:absolute;
    z-index: 100;
    left: 00px;	
    top: 205px;
    font-weight:bold;
    text-align: center;
}

#Questions
{
	position:absolute;
    z-index: 100;
    left: 200px;	
    top: 250px;
    font-weight:bold;
    text-align: center;
}
#PurchaseOptionsPic
{
	background: url( 'images/PurchaseOptions.gif' ) no-repeat;
	width: 100px;
	height:72px;
	position:absolute;
    z-index: 100;
    left: 0px;
}
#PurchaseOptionsNewPic
{
	background: url( 'images/PurchaseOptionsNew.gif' ) no-repeat;
	width: 112px;
	height:72px;
	position:absolute;
    z-index: 100;
    left: 100px;
}
#PurchaseOptionsSurplusPic
{
	background: url( 'images/PurchaseOptionsSurplus.gif' ) no-repeat;
	width: 112px;
	height:72px;
	position:absolute;
    z-index: 100;
    left: 212px;
}
#PurchaseOptionsExchangePic
{
	background: url( 'images/PurchaseOptionsExchange.gif' ) no-repeat;
	width: 112px;
	height:72px;
	position:absolute;
    z-index: 100;
    left: 324px;
}
#PurchaseOptionsRepairPic
{
	background: url( 'images/PurchaseOptionsRepair.gif' ) no-repeat;
	width: 112px;
	height:72px;
	position:absolute;
    z-index: 100;
    left: 435px;
}
#PurchaseOptionsAsIsPic
{
	background: url( 'images/PurchaseOptionsAsIs.gif' ) no-repeat;
	width: 118px;
	height:72px;
	position:absolute;
    z-index: 100;
    left: 547px;
    top: 1px;
}
#PriceTitle
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 10px;
    top: 0px;
    font-size:small;
}
#NewPrice
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 119px;
    top: 0px;
}
#SurplusPrice
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 234px;
    top: 0px;
}
#ExchangePrice
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 347px;
    top: 0px;
}
#RepairPrice
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 439px;
    top: 0px;
}
#AsIsPrice
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 543px;
    top: 0px;
}

#QuantityTitle
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 10px;
    top: 0px;
    font-size:small;
}
#NewQuantity
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 119px;
    top: 0px;
}
#SurplusQuantity
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 234px;
    top: 0px;
}
#ExchangeQuantity
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 347px;
    top: 0px;
}
#RepairQuantity
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 439px;
    top: 0px;
}
#AsIsQuantity
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 543px;
    top: 0px;
}

#AvailabilityTitle
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 10px;
    top: 0px;
    font-size:small;
}
#NewAvailability
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 119px;
    top: 0px;
}
#SurplusAvailability
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 234px;
    top: 0px;
}
#ExchangeAvailability
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 347px;
    top: 0px;
}
#RepairAvailability
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 439px;
    top: 0px;
}
#AsIsAvailability
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 543px;
    top: 0px;
}
#EbayTitle
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 10px;
    top: 0px;
    font-size:small;
}
#NewEbay
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 114px;
    top: 0px;
}
#SurplusEbay
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 220px;
    top: 0px;
}
#ExchangeEbay
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 338px;
    top: 0px;
}
#RepairEbay
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 440px;
    top: 3px;
}
#AsIsEbay
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 540px;
    top: 0px;
}
#ActionsTitle
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 10px;
    top: 0px;
    font-size:small;
}
#NewAction
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 114px;
    top: 0px;
}
#SurplusAction
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 220px;
    top: 0px;
}
#ExchangeAction
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 338px;
    top: 0px;
}
#RepairAction
{	
	width: 125px;
	position:absolute;
    z-index: 100;
    left: 440px;
    top: 3px;
}
#AsIsAction
{	
	width: 75px;
	position:absolute;
    z-index: 100;
    left: 560px;
    top: 3px;
}

.productsummarydisplaywrapper {
  width: 237px;
  padding-top: 20px;
}

.productsummaryimageholder {
  text-align: center;
  vertical-align: top;
}

.productsummarytext {
  padding-left: 20px;
}

.retailprice {
  font-weight: bold;
  color: black;
  text-decoration: line-through;
}
.yousave {
  font-weight: bold;
  color: #336600;
}
.hookline {
  font-size: larger;
  color: #5b626c;
  font-style: italic;
}
.coreboxbody {
  background-image: url(images/core_box_bg.gif);
  width: 140px;
  padding-left: 20px;
  padding-right: 20px;
}
.coreboxtop {
  background-image: url(images/core_box_top.gif);
  height: 22px;
  width: 180px;
}
.coreboxbottom {
  width: 180px;
  background-image: url(images/core_box_bottom.gif);
  height: 22px;
}
.coreboxheader {
  width: 180px;
  background-image: url(images/core_box_bg.gif);
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.coreboxbodybig {
  background-image: url(images/core_box_bg big.gif);
  width: 460px;
  padding-left: 20px;
  padding-right: 20px;
}
.coreboxtopbig {
  background-image: url(images/core_box_top big.gif);
  height: 22px;
  width: 500px;
}
.coreboxbottombig {
  width: 500px;
  background-image: url(images/core_box_bottom big.gif);
  height: 22px;
}
.coreboxheaderbig {
  width: 500px;
  background-image: url(images/core_box_bg big.gif);
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

.fivepixspacer {
  height: 5px;
}
.tenpixspacer {
  height: 10px;
}
.twentypixspacer {
  height: 20px;
}
.sectionoutline {
  border: 1px solid #cccccc;
  padding: 15px;
}

checkout-visited {
  font-size: 16pt;
  color: #dcdcdc;
  font-family: verdana;
}
checkout-current {
  font-size: 16pt;
  color: #990000;
  font-family: verdana;
}
/* Rating */
.ratingstar {
  font-size: 0pt;
  width: 13px;
  height: 12px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
}

.filledratingstar {
  background-image: url(Images/FilledStar.png);
}

.emptyratingstar {
  background-image: url(Images/EmptyStar.png);
}

.savedratingstar {
  background-image: url(Images/SavedStar.png);
}
fieldset {
  padding: 10px;
  -moz-border-radius: 1em;
  /*
  border-radius: 1em;
*/
}
.loadingbox {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid lightsteelblue;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
}

.selected {
  color: #E03300;
  font-weight: bold;
}

.notselected {
  color: #CCC;
  font-weight: bold;
}

.payPalLink {
  color: #E03300;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1em;
}

.adminHeader {
  position: absolute;
  color: #004A78;
  font-size: 1.5em; 
  left: 110px; 
}

.image_rotate
{
	overflow: auto;	
}

#default_pics
{	
	position: absolute;
    z-index: 100;
    left: 454px;
    top: 315px;
    font-size:small;
}

	#content-main-three-column {
	width:100%;
	float:left;
	}
	
	ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}


ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}
	
	.photo-border {
	border:1px solid #cecece;
	padding:4px;
	margin-bottom:5px;
	display:block;
}

.photo-float-right {
	float:right;
	margin-left:10px;
	}
	
.RedLink {
	padding: 10px 20px 10px 0;
}

.RedLink a:link {
	color: Red;
	font-weight: bold;
	font: Verdana;
	font-size: 14px;
	text-decoration: underline;
}

.RedLink a:visited {
	color: Red;
	font-weight: bold;
	font: Verdana;
	font-size: 14px;
	text-decoration: underline;
}

.RedLink a:active, 
.RedLink a:hover {
	color: Red;
	font-weight: bold;
	font: Verdana;
	font-size: 14px;
	text-decoration: none;
}

.videoList {
	padding: 5px 0px 0 0px;
}

.videoThumbs {
	padding: 20px 25px 10px 75px;
}

.LearningCenterContent {
	padding: 5px 5px 5px 5px;
}

.VideosBtn {
	padding: 10px 0 0 15px;
}

.browsebox {
	height: 325px;
}
