/* Stylesheet for Top Notch Toys */

a { text-decoration: none }

img { border: 0; }
a img { border: 0; }

td
	{ font-family: Arial, sans-serif; font-weight: bold; background-color: #FFFFFF; color: #000000}
	
P
	{
	margin-bottom: 0;
	margin-top: 2px;
	}
	
th
	{ font-family: Arial, sans-serif; background-color: #FFFFFF; color: #000000}
	
.headCellSubline
	{ cursor: default; border: 1px solid #000000; font-size: large; vertical-align: center; text-align: center; background-color: #FF0000; color: #FFFFFF }

#left-pane
	{ float: left; 
	width:23%;  
	margin-top: 2px; 
	padding-bottom: 15px;
	}
	
#navbar
	{
	width: 80%;
	margin-left: 100px;	
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	}
#navbar a:visited
	{ 
	color: #000000;
	}
#navbar a:link
	{ 
	color: #000000;
	}
#navbar a:hover
	{ 
	color: #ff0000;
	}
	
#sidebar
	 { 
	 font-family: Arial Bold, sans-serif;
	 font-size: 12px;
	 color: #000000;
	 text-align: justify; 	 
	 width:85%; 
	 margin: 10px;
	 margin-right: 10px;
	 margin-left: 10px;
	 border: 1px solid #000000;
	 padding: 4px;
	 box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 }
#sidebar a:visited
	{ 
	color: #000000;
	}
#sidebar a:link
	{ 
	color: #000000;
	}
#sidebar a:hover
	{ 
	color: #ff0000;
	}

#content-mid
	 { 
	 float: left; 
	 width:74%; 
	 margin: 2px;
	 margin-right: 8px;
	 margin-left: 8px;
	 }
	 
#content-bottom
	 { 
	 font-family: Arial, sans-serif;
	 font-size: 12px;
	 color: #606060;
	 float: left; 
	 width:95%; 
	 margin: 2px;
	 margin-right: 30px;
	 margin-left: 30px;
	 }

#navpane	 
	{
	font-family: Arial, sans-serif; 
	font-weight: bold;
	width:91%;
	padding-left:2px;
	}

#navpane2 
	{
	font-family: Arial, sans-serif; 
	font-weight: bold;
	width:91%;
	padding-left:10px;
	}
	 
#product-image
	 { float: left; 
	 width:50%; 
	 margin: 2px;
	 margin-right: 8px;
	 margin-left: 8px;
	 }
	 
#product-price
	 { 
	 float: left; 
	 width:27%; 
	 margin: 2px;
	 font-family: Arial, sans-serif;
	 font-weight: bold;
	 }

#customer-review
	{
	float: left;
	width: 40%;
	margin:2px;
	}

#product-bottom
	 { float: left; 
	 width:99%; 
	 margin: 2px;
	 margin-right: 8px;
	 margin-left: 8px;
	 font-family: Arial, sans-serif;
	 font-weight: bold;
	 }

	
#content-right
	{ 
	float: left; 
	width:25%; 
	 margin-top: 2px;
	}

#product-table
	{
	float: left;
	width:100%;
	color:#000000;
	}

.navbuttons
	{
	cursor: pointer;
	border: 1px solid #000000;
	text-align: left;
	font-size:16px;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #000000;
	opacity:0.65;
	box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	}

.navbuttons:hover
	{
	opacity: 1.0;
	}

.navbuttons-current
	{
	cursor: pointer;
	border: 1px solid #000000;
	text-align: left;
	font-size:16px;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #000000;
	opacity:1.0;
	box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	}

.navbuttons-small
	{
	cursor:pointer;
	border: 1px solid #000000;
	text-align: left;
	font-size:12px;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #000000;
	opacity: 0.65;
	box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	}

.navbuttons-small:hover
	{
	opacity: 1.0;
	}

.header
	{ 
	cursor: default;
	font-family: Arial;
	font-size:18px; 
	vertical-align: top;
	border: 1px solid #000000;
	text-align: left;
	padding: 4px;
	padding-left:0px;
	color: #FFFFFF;
	background-color: #FF0000;
	box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	}
.header a:visited
	{ 
	color: #FFFFFF;
	background-color: #FF0000;
	}
.header a:link
	{ 
	color: #FFFFFF;
	background-color: #FF0000;
	}
.header a:hover
	{ 
	color: #FFFFFF;
	background-color: #FF0000;
	}
	
.featured-header
	{ 
	cursor: default;
	font-family: Arial;
	font-size: 18px; 
	vertical-align: top;
	border: 1px solid #000000;
	text-align: center;
	padding: 4px;
	padding-left:0px;
	color: #FFFFFF;
	background-color: #FF0000;
	box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	}

.latest-header
	{ 
	cursor: default;
	font-family: Arial;
	font-size: 18px; 
	vertical-align: top;
	border: 1px solid #000000;
	text-align: center;
	padding: 4px;
	padding-left:0px;
	color: #FFFFFF;
	background-color: #FF0000;
	box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	}	
	
.price
	{
	cursor: default;
	border: 2px solid #000000;
	text-align: center;
	font-size:24px;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #FF0000;
	box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

.featured-price
	{
	cursor: default;
	border: 2px solid #000000;
	text-align: center;
	font-size:24px;
	margin-right:5px;
	margin-left:5px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #FF0000;
	box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

.featured-title
	{
	cursor: default;
	width:49%;
	text-align: center;
	font-size:20px;
	margin-right:5px;
	margin-left:5px;
	padding: 3px;
	color: #000000;
	}
.featured-title a:visited
	{
	color: #000000;
	}
.featured-title a:link
	{
	color: #000000;
	}
.featured-title a:hover
	{
	color: #FF0000;
	}
	
.customer-review
	{
	cursor: default;
	text-align: left;
	color: #000000;
	}
	
.prod-desc-title
	{
	cursor: default;
	border: 1px solid #000000;
	text-align: center;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #FF0000;
	box-shadow: 2px 2px 5px #666666;
	-moz-box-shadow: 2px 2px 5px #666666;
	-webkit-box-shadow: 2px 2px 5px #666666;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 18px;
	}

.prod-desc
	{
	margin-top: 4px;
	cursor: default;
	text-align: left;
	font-size:16px;
	font-weight:normal;
	color: #000000;
	}

.product-table a:hover
	{	
	text-decoration: none;
	color: #FF0000;
	}
	
.product-table 
	{
	color:#000000;
	text-align: center;
	}

.product-table a
	{
	color:#000000;
	text-align: center;
	}

.jumpto
	{
	text-align: right;
	color:#000000;
	text-decoration: none;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

.jumpto a
	{
	color:#000000;
	text-decoration: none;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}

.jumpto a:hover
	{
	text-align: right;
	color:#FF0000;
	text-decoration: none;
	font-family: Arial, sans-serif; 
	font-weight: bold;
	}