/* TapesUK.co.uk CSS Document */

a: link { 
	color: #333333;
	text-decoration: none;
}
	
a: visited {
	color: #333333;
	text-decoration: none;
}
	
a: hover {
	color: #FF0000;
	text-decoration: underline;
	cursor: default;
}

a: active { 
	color: #333333;
	text-decoration: none;
}

#dropinboxv2cover {
	width: 320px; /*change width to desired */
	height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position: absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow: hidden;
	visibility: hidden;
}

#dropinboxv2 {
	width: 300px; /*change width to above width-20. */
	height: 175px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 2px solid black; /*Customize box appearance*/
	background-color: lightyellow;
	padding: 4px;
	position: absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}
	
.awmAnchor {
	position: relative;
}	
	
.NavLink a: link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.NavLink a: visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
	
.NavLink a: hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3300;
	font-size: 12px;
}
	
.Chart {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#SEOText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}

/*#JSText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	width: 500px;
	height: auto;
	overflow: auto;
	margin: auto;
}*/

#JSText h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.Products {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}	
	
.Only {
	color: #FF0000;
}
	
.ProdTitle {
	font-size: 12px;
	color: #CC0000;
}
	
.Logo {
	background-image: url(toplogo_full.jpg);
}

.Square2{
	background-image: url(rounded_square_02.gif);
}
	
.Square4 {
	background-image: url(rounded_square_04.gif);
}
	
.Square6 {
	background-image: url(rounded_square_06.gif);
}	
	
.Square8 {
	background-image: url(rounded_square_08.gif);
}		
	
.PurpleDot {
	background-image: url(purple_dot.gif);
}
