@charset "UTF-8";
/* CSS Document */

a.viewcart:link {color: white;
	text-decoration: blink;}
a.viewcart:visited {color: white;
	text-decoration: none;}
a.tviewcart:hover {
	 color: #CCCCCC;
	 text-decoration: none;}
a.viewcart:active {color: white;
	text-decoration: none;}

a.topright:link {color: white;
    size:9px;
	text-decoration: none;}
a.topright:visited {color: white;
	size:9px;
	text-decoration: none;}
a.topright:hover {
	 size:9px;
	 color: #CCCCCC;
	 text-decoration: none;}
a.topright:active {color: white;
	size:9px;
	text-decoration: none;}
	
a.navbar2:link {
	color: white;
	padding: 2px 5px;
	text-decoration: none;}
a.navbar2:visited {
	color: white;
	padding: 2px 5px;
	text-decoration: none;}
a.navbar2:hover {color: white;
	 padding: 2px 5px;
	 background-color: #666;
	text-decoration: none;}
a.navbar2:active {color: white;
	padding: 2px 10px;
	text-decoration: none;}
	
.style3 {color: #003366;}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #003366;
}

/* cart css*/

div.proname {
	text-align:center;
	}
	
td.product {
border: 1px solid #3B4754;
background-image:url(layoutimages/fluffybgwht.jpg);
background-color: #FFF;
width: 230px;
} 

td.detailimage {
border: 1px solid #3b4754;
background-image:url(layoutimages/fluffybg.jpg);
}

div.detaildescription {
border: 1px solid #3b4754;
background-color:#FFFFFF;
padding: 10px 10px;
text-align: center;
font-style: bold;
}

td.pagenums {
	background-image:url(layoutimages/fluffybgwht.jpg);
	border: 1px solid #3b4754;	
	}
	
