/* CSS Document */

.catlinks {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	link: #FFFFFF;
	vlink: #FFFFFF;
	alink: #ff3366;
	text-decoration: none;
	ahover: #ff3366;
}
.viewcart {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #ffff33;
	link: #ffff33;
	vlink: #ff3366;
	alink: #ff3366;
	text-decoration: none;
	ahover: #ffff33;

}
.txt_grey {
	font-family: verdana;
	font-size: x-small;
	color: #666666;
	link: #666666;
	vlink: #666666;
	alink: #666666;
	text-decoration: none;
	ahover: #ffff33;
}
.txt_grey_mid {
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #999999;
	link: #999999;
	vlink: #999999;
	alink: #999999;
	text-decoration: none;
	ahover: #ffff33;
	
}
.txt_pink {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #ff3366;
	link: #ff3366;
	vlink: #ff3366;
	alink: #ff3366;
	text-decoration: none;
	ahover: #ff3366;
	
}
.txt_white_xxsmall {
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #ffffff;
	link: #ffffff;
	vlink: #ffffff;
	alink: #ffffff;
	text-decoration: none;
	ahover: #ffffff;
	
}
.txt_black_xxsmall {
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	link: #000000;
	vlink: #000000;
	alink: #000000;
	text-decoration: none;
	ahover: #000000;
}
.basket {
    font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color: #cccccc;
	border-color: #ff3399;
	width: 140px;
	border-width: 1px;	
}
.sizeselect {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	border-color: #CCCCCC;
	border-width: 1px;
	border-left-width: 1px;
	width: 100px;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #ff3399;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000000;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
padding: 5px;
z-index: 5;
}
