﻿
body, td { font: 11px Arial, Helvetica, sans-serif; color: #7f8082; }

/* ***************** */

h1 { margin:0; padding:0; font-size: 30px; }

/* individual page header */
h2 { 
	margin:0 0 5px; 
	padding:10px 20px 10px 5px;
	font-size:16px;
}

/* page section header */

h3 {
	margin:0 0 5px;
	padding:5px 20px;
	font-size:20px;
}

h4 {
	font-size:15px;
}

h5 {
	font-size:10px;
}

/* sidebar components */

/* Left Sidebar */
#left h4 { /*#066*/
	padding:4px 12px 3px;
	background:#002675 url(../images/css/corner-dark-blue-top-left.gif) no-repeat top left;
	color: #ffe86b;
	font-size: 12px;
	line-height: 18px;
	background-color:#002675;
}

#left .content {
	border: 1px solid #002675;
	border-top:none;
	margin: 0 0 5px;
	padding: 8px 8px 10px;
	color: #002675;
	background: #F8F8F4;
}

/*Left side bar category wrapper*/

#categorynav {}

#searchbox {border:solid 1px #000;}
#searchbox .short {width:120px; border:solid 1px #000;font-size:80%;}
#searchbox .findimage {vertical-align:text-bottom;}

/* Right SideBar */
#right h4 {
	padding:4px 12px 3px;
	background:#e6e9e0  url(../images/css/Farrells-Header-Button-B.jpg) no-repeat top right; 
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

#right .content {	
	border: 1px solid #e6e9e0;
	border-top:none;
	margin: 0 0 5px;
	padding: 8px 8px 10px;
	background: #F8F8F4;
}

#cart h4 /*#066*/
{ 
	background:#002675; 
	color: #ffe86b; 
	font-size: 12px;
	line-height: 18px;
	padding-left: 40px;
}
#cart h4 a { float:right; vertical-align:middle; }
#cart h4 a img { display:block; }
#cart .content 
{
	border:1px solid #002675; 
	border-top:none; 
}
#cart .CartItemList
{
	max-height:500px;
	overflow:auto;	
}
.cartitem { padding:0 0 2px; margin:0; color:#888; }
.cartitem a { display:block; overflow:hidden; line-height:16px; height:16px; }
.cartitem a:hover { background:#E7ECF9; text-decoration:none; }
.cartitem span { display:block; overflow:hidden; line-height:16px; height:16px; }
#cart .total { text-align:right; padding:5px 0 5px; font-weight:bold; }
#cart .total span { float:left; }
#cart .buttons { text-align:left; }
#cart .buttons a { margin:5px 0 0; padding:0 5px 0 0; height:16px; line-height:16px; display:block;  }
#cart .buttons a:hover { background:#E7ECF9; text-decoration:none; }
#cart .buttons a img { float:left; background:#fff; vertical-align:middle; margin:0 5px 0 0; padding:0; }

/*Product category boxes*/

#prodcat {
	width:410px;
	margin: 0 auto;
	border:0;
}

#prodcat span
{
	width:200px;
	border:0;
}

/*Product Qty class*/
.basketqty 
{
	width:15px;
	border:solid 1px #000;
}


/*Product Paging */

.ProductPaging {}
.ProductPaging table 
{
	border:solid 1px #ddd;
	margin:0;
	width:auto;
}

/* My Shopping Cart */
.BasketItmColumn {}
.BasketItmColumn td
{
	padding-bottom:15px;
	border-bottom:solid 1px #0cf;
}

/* Product Info Page */
.ProductInfo 
{
	float:left;
	display:block ;
	margin: 5px 5px 15px 0;
	width:200px;
	border:0;
}

.ProductImage 
{
	float:left;
	display:block ;
	margin: 5px 5px 15px 0;
	border:0;
}

.ErrorMessage
{
    font-size:large ;
    color: Red ; 
}    

#footertext
{
	width: 450px;
	text-align:center;
}
.warningImage
{
	margin-right:5px;
	margin-left:5px;
	vertical-align:bottom;
}