﻿#BasketStatus{
	font-size: 0.687em;	
}

/**************** Category Thumbs **********************************/
#CategoryList 
{
	margin: 5px 0 15px;
	border-top: solid 1px #DA2F33; 
	border-bottom: solid 1px #DA2F33;
	padding-bottom: 13px; 
}
#CategoryList td
{
	padding: 0 15px;
	width: 120px;	
}
#CategoryList img.thumb {
	border: solid 10px #FFF;
}
#CategoryList div.category-btn {
	display: block;
	border-top: solid 3px #FFF;
	padding: 4px 8px;
	text-align: center;	
	overflow: auto;
	height: 35px;
}
#CategoryList div.dogs
{
	padding-top: 11px;
	height: 26px;
	background: #dc2f33 url(../../Images/ArrowWhite.gif) no-repeat 104px 16px;
}
#CategoryList div.cats
{
	padding-top: 11px;
	height: 26px;
	background: #78a392 url(../../Images/ArrowWhite.gif) no-repeat 104px 16px;
}
#CategoryList div.smallanimals
{
	padding-top: 11px;
	height: 26px;
	background: #ec8e1d url(../../Images/ArrowWhite.gif) no-repeat 104px 16px;
}
#CategoryList div.pigeons
{
	background: #213b85 url(../../Images/ArrowWhite.gif) no-repeat 104px 16px;
}
#CategoryList div.category-btn a {
	/*color: #78A392;*/
	color: #FFF;
	font-size: 0.812em;
	font-weight: bold;
	text-decoration: none;
}
#CategoryList div.category-btn img {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
}
#CategoryList div.category-img{
	width: 120px;
	text-align: center;
	padding: 4px 0;
	background-color: #FFF;
}

#ProductThumbs {
	margin: 5px 0 15px;
	border-bottom: solid 1px #DA2F33; 
}
#ProductThumbs td {
	padding: 0 0 10px 10px;
	border-top: solid 1px #DA2F33;
}
#ProductThumbs a img {
	margin-top: 10px;
}
#ProductThumbs div.desc {
	height: 2.3em;
	padding-top: 10px;
	line-height: 1.1;
}
#ProductThumbs div.desc a
{
	text-decoration: none;
	color: #000;
}
#ProductThumbs strong
{
	display: block;	
	font-size: 0.687em;
	padding-bottom: 2px;
}
#ProductThumbs div.more-btn {
	margin-top: 7px;
}
#ProductThumbs div.spec-offer {
	float: left;
	padding: 9px 0 0 4px;
}
#ProductThumbs div.spec-offer 
{
	background: #FFF url(../../Images/LogoSpecialOffer.gif) no-repeat 0px 4px;
}
#ProductThumbs div.spec-offer strong
{
	padding-left: 16px;
}


/* Shopping Basket */
#Basket{
	font-size: 0.687em;
}
#Basket p
{
	font-size: 1em;	
}
#Basket table
{
	margin: 20px 0;
}
#Basket strong
{
	font-size: 1.09em;
}
#Basket thead th{
	border: solid 1px #FFF;
	padding: 3px;
	background-color: #E1E0E0;
	border-bottom: solid 2px #FFF;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1.09em;
}
#Basket tbody td{
	background-color: #F2F2F2;
	padding: 6px;
	text-align: center;
	border-bottom: none;
	border-top: none;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}
#Basket tbody td span.attr{
	font-size: 1em;
}
#Basket tbody td span.offer{
	font-size: 1em;
	color: #FF0000;
}
#Basket tbody td span.free{
	font-size: 0.8em;
	color: #FF0000;
}
#Basket tbody td span.qty{
	padding: 0 7px 0 7px;
	margin-bottom: 6px;
}
#Basket tfoot{
	font-weight: bold;	
}
#Basket tfoot td
{
	padding: 6px 4px 6px 0;	
}
#Basket tfoot .SubTotal{
	font-weight: normal;
	border-top: solid 2px #FFF;
	text-align: center;
	padding: 6px 0;
	background-color: #E1E0E0;
	font-weight: bold;
	font-size: 1em;
}
#Basket tfoot .Discount{
	font-weight: normal;
	border-top: solid 2px #FFF;
	text-align: center;
	padding: 6px 0;
	background-color: #E1E0E0;
	font-weight: bold;
	font-size: 1em;
	color: #DC2F33;
}
#Basket tfoot .Postage{
	font-weight: normal;
	border-top: solid 2px #FFF;
	text-align: center;
	padding: 6px 0;
	background-color: #E1E0E0;
	font-weight: bold;
	font-size: 1em;
}
#Basket tfoot .Total{
	font-weight: normal;
	border-top: solid 2px #FFF;
	text-align: center;
	padding: 6px 0;
	color: #FFF;
	background-color: #669989;
	font-weight: bold;
	font-size: 1em;	
}
#Basket tfoot .Checkout{
	font-weight: normal;
	text-align: right;
	padding-top: 20px;	
}
#Basket a.Plus{
	background-color: #FFF;
	font-weight: bold;
	color: #13631E;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
} 
#Basket a.Minus {
	color: #C20B0B;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}

/* Checkout Process */
#Checkout{
	font-size: 0.687em;
}
#Checkout table th{
	border-bottom: solid 1px #ff0000;
	text-align: left;
	padding: 10px 6px;
	font-weight: normal;
}
#Checkout table td.instructions{
	padding: 4px 0 15px 0;
}
#Checkout label, 
#Checkout input,
#Checkout select,
#Checkout p
{
	font-size: 1em;	
}

/* Paging Control */
div.paging
{
	text-align: right;
	font-size: 0.687em;
	color: #000;
	padding: 0;
	margin: 0 0 10px;	
}
div.paging a
{
	color: #276133;
}

/* Checkout Order Confirm */
table.OrderConfirm
{
	font-size: 1em;
}
table.OrderConfirm tr td
{
	font-weight: normal;
} 