body
{
  background: #000000;
  font-family: Comic Sans MS;
}

.CATUnitCost
{
	display:none;
}

.CATProductListItem
{
	display:block;
	padding-top:12px;
}

table
{
  font-family: Comic Sans MS;
}

.HostedBy
{
  font-size: 10px;
}

.main
{
background: #000000;
height: 100%;
width: 100%;
position: relative;
}

.main_table
{
position: relative;
}

.layout_table
{
position: relative;
}

/* SHOPPING CART */

.ShoppingCart
{
  width: 180px;
}

.ShoppingCartRow
{
  font-size: 12px;
}

.ShoppingCartRowQuantity
{
  font-size: 10px;
}

.ShoppingCartAltRow
{
  font-size: 12px;
}

.ShoppingCartAltRowQuantity
{
  font-size: 10px;
}

.ShoppingCartname
{
  font-weight:bold;
  color: green;
}

.Catalog
{
  
}

.Catalog2
{
  width: 450px;
}

.CategoryTitle
{
  display:block;
  font-weight:bold;
  font-size: 14px;
  color: green;
  margin-top: 12px;
}

.ProductTD
{
  text-align: center;
  border: solid 1px #B8DC7D;
  width: 95px;
  background: #f3f8eb;
  position: relative;
}

.ProductTD
{
  text-align: center;
  border: solid 1px #B8DC7D;
  background: #f3f8eb;
  position: relative;
}

.ProductTD2
{
  text-align: center;
  border: solid 1px #B8DC7D;
  background: #f3f8eb;
  position: relative;
}

.ProductTD table
{
  position: relative;
  height:230px;
  width: 100%;
}

.ProductTD2 table
{
  position: relative;
  height:230px;
  width: 100%;
}

.ProductName
{
 display: block;
 color: green;
 font-size: 10px;
}

.ProductName2
{
 display: block;
 color: green;
 font-size: 14px;
}

.ProductNote
{
  display: block;
  color: black;
  font-size: 10px;
}

.ProductNote2
{
  display: block;
  color: black;
  font-size: 10px;
}

.ProductPrice
{
 display: block;
 color: black;
 font-size: 12px;
}

.ProductPrice2
{
 display: block;
 color: black;
 font-size: 12px;
 margin-left: 10px;
 margin-right: 10px;
}

.ProductActions a
{
 display: block;
 color: green;
 font-size: 11px;
 text-decoration: none;
}

.ProductActions a:link, .ProductActions a:visited, .ProductActions a:active
{
 color: green;
 font-size: 12px;
 text-decoration: none;
}

.ProductActions a:hover
{
 color: orange;
 font-size: 12px;
 text-decoration: none;
}

.ProductActions2 a:link, .ProductActions2 a:visited, .ProductActions2 a:active
{
 color: green;
 font-size: 12px;
 text-decoration: none;
}

.ProductActions2 a:hover
{
 color: orange;
 font-size: 12px;
 text-decoration: none;
}

.ProductImage img
{
  width: 95px;
  border: solid 1px gray;
}

.ProductImage2 img
{
  border: solid 1px gray;
}

.ProductId
{
 display: block;
 color: black;
 font-size: 9px;  
}

.ProductCategory, .ProductDescription
{
 display: none;
}

.ProductDescription2
{
  color: black;
  font-size: 9px;  
}

.ProductDetail
{
  width:300px;
}

.ProductDetail .ProductTD
{
  text-align: center;
  border: solid 1px #B8DC7D;
  background: #f3f8eb;
}

.ProductDetail .ProductDescription
{
 display: block;
 color: black;
 font-size: 9px;  
}

.ProductDetail .ProductTD table
{
  height:100%;
  width: 100%;
}

.ProductDetail .ProductImage img
{
  border: solid 1px gray;
  width: 100%;
}

/* TOP MENU */

.TopMenuPane
{
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  height: 25px;
}

.TopMenu
{
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
  height: 25px;
  color: #FFFF99;
}

.TopMenu ul
{
  padding:0;
  margin: 0;
  margin-left:10;
  margin-top:3;
  list-style-type:none;
}

.TopMenu ul li
{
  display: block;
  float: left;
  list-style-type:none;
  padding-left: 10px;
  font-size: 14px;
  height: 14px;
  color: #FFFF99;
}

.TopMenu ul li a, .TopMenu ul li a:link, .TopMenu ul li a:visited
{
  color: #FFFF99;
  font-size: 12px;
  font-family: tahoma;
  font-weight: bold;
  text-decoration: none;
}

/* Theme Style Sheet */

.HeaderTable
{
	font-family: tahoma;
	width: 778px;
	height: 131px;
	border: solid 0px red;
}

.Search
{
	padding: 5px;
}

.Footer
{
	font-family: tahoma;
}

.MenuTop
{
	height: 10px;
	font-size: 0px;
}

.Menu
{
	background-color: Silver;
	border-bottom: #000000 0px solid;
}

.MenuBottom
{
	height: 0px;
	font-size: 0px;
}

.Logo
{
	width: 197px;
	text-align: center;
}

.Banner
{
	width: 581px;
	background-repeat:no-repeat;
	background-position: top right;
}

.SkinContentLeft
{
	padding: 0 0 0 0;
}
.SkinContentMiddle
{
	padding: 0 0 0 0;
}

.SkinContentRight
{
	padding: 0 0 0 0;
}

.SkinContentBottom
{
	padding: 10 0 0 0;
}

.SkinContentTop
{
	padding: 0 0 0 0;
	padding-top: 5px;
}


/*-- default links visited and active  --*/a:link, a:visited, a:active
{
	color: #666;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
/*-- default links hover               --*/a:hover
{
	color: #444;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}
/*-- normal  links visited and active  --*/a.Normal:link, a.Normal:visited
{
	color: #666;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- normal  links hover               --*/a.Normal:hover
{
	color: #444;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
/*-- admin button-link style           --*/a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active
{
	color: #6A6A6A;
	border: 1px solid #ABABAB;
	background: #EFEFEF;
	padding: 2px 3px 3px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}
/*-- admin button-link style hover     --*/a.CommandButton:hover
{
	color: #6A6A6A;
	border: 1px solid #868686;
	background: #DFDFDF;
	padding: 2px 3px 3px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}
/*-- search button in search form      --*/.SearchButton
{
	background: transparent;
	padding: 13px 15px 4px 11px;
	cursor: hand;
	font-size: 1px;
	margin: 0 0 0 0px;
}


.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active
{
	color: black;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.LOGIN_object:hover, a.USER_object:hover
{
	color: silver;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.footer
{
  color: silver;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/*SOLPART MENU */

p
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 5px;
}

/* DATA TABLE */

.DataTable
{
  border-collapse: collapse;
  font-size: 10px; 
}

.DataTableHeader 
{
  background: #b8dc7d;
  color: white;
  text-align: left;
}

.DataTableHeader td a
{
  background: #b8dc7d;
  color: black;
  padding-right: 10px;
  text-align: left;
  font-weight: bold;
}

.DataTableRow
{
}

.DataTableRow td
{
  padding-right: 10px;
}

.DataTableAltRow
{
  background: #aaaaaa;
}

.DataTableAltRow td
{
  padding-right: 10px;
}

.DataTableRowSelected
{
  background: #c8ec8d;
}

.MainMenu_MenuContainer 
{
	padding-left:10px;
}

.MainMenu_MenuIcon 
{
	display:none;
}

.MainMenu_MenuItemSel {
background-color:#fee2ba;
color:black;
cursor:pointer;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-style:normal;
font-weight:bold;
}

.MainMenu_SubMenu 
{
	border:solid 1px black;
	font-family:Tahoma,Arial,Helvetica;
	color:#999999;
}

.ContentTitle
{
background-image: url(images/welcome.jpg);
background-repeat: no-repeat;
position: relative;
height: 28px;
margin-left: 128px;
margin-top: 28px;
}

.Contenthome
{
width: 200px;
height: 175px;
position: relative;
margin-left: 128px;
overflow: hidden;
}

.Left1Title
{
background-image: url(images/yourwatchingltv.jpg);
background-repeat: no-repeat; 
position: relative;
height: 68px;
margin-left: 178px;
margin-top: 28px;
}
.Left1
{
width: 144px;
height: 160px;
position: relative;
padding-left: 5px;
padding-right: 5px;
margin-left: 178px;
overflow: hidden;
}

.Left2
{
width: 319px;
height: 167px;
position: relative;
overflow: hidden;
margin-top: 118px;
overflow: hidden;
}

.clickhere
{
width: 320px;
height: 250px;
position: relative;
margin-top: 35px;
margin-left: 5px;
}

.Right1Title
{
background-image: url(images/lizardtales.jpg);
background-repeat: no-repeat;
position: relative;
height: 28px;
margin-left: 20px;
margin-top: 28px;
}

.Right1
{
width: 215px;
height: 285px;
position: relative;
left: 10px;
overflow: hidden;
}

.Right2Title
{
background-image: url(images/giftsforlizardlovers.jpg);
background-repeat: no-repeat;
position: relative;
height: 47px;
margin-left: 20px;
margin-top: 32px;
}

.Right2
{
width: 215px;
height: 376px;
position: relative;
left: 10px;
overflow: hidden;
}

.link-home
{
width: 59px;
height: 26px;
position: relative;
top: -37px;
left: 56px;
}

.link-shop
{
width: 78px;
height: 34px;
position: relative;
left: 56px;
top: -26px;
}

.link-news
{
width: 59px;
height: 27px;
position: relative;
top: -17px;
left: 63px;
}

.link-aboutus
{
width: 103px;
height: 22px;
position: relative;
left: 40px;
top: 0px;
}

.link-faqs
{
width: 70px;
height: 36px;
position: relative;
left: 64px;
top: 9px;
}

.link-places
{
width: 79px;
height: 22px;
position: relative;
left: 52px;
top: 20px;
}

.link-contactus
{
width: 106px;
height: 41px;
position: relative;
left: 43px;
top: 36px;
}

.subbackground
{
	background-image: url(images/leftsub.jpg);
	background-repeat: no-repeat;	
}

.subbackground2
{
	background-image: url(images/newleftsub.jpg);
	background-repeat: no-repeat;	
}


.subbottomleft
{
	background-image: url(images/leftsubstretch.jpg);
	background-repeat: no-repeat;	
}
