﻿@import url(../contentStyles.css);

/*############################################################# 
#                                                             #
#   Stylesheet for site specific rules.                       #
#   Included only on frontend. Do not style CMS content       #
#   here as it is not included in the management system       #
#   for preview. Style CMS content in ContentStyles.css       #
#                                                             #
#############################################################*/


/* Layout
========================================================================================== */
body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #669989 url(../../Images/BackgroundPaws.gif) repeat;
	color: #000;
}
body.white
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	color: #000;
}

p, li, label span, select, label{
	font-size: 0.687em;
	color: #000;
}
h1 {
	font-weight: bold;
	font-size: 1.31em;
	color: #DA2F33;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-size: 1.125em;
	color: #DA2F33;
	margin-bottom: 5px;
}
#nav-left h1,
#nav-left h2 {
	font-size: 0.875em;
	color: #276133;
	margin-bottom: 5px;
}
h3 {
	color: #8A8A8E;
	font-size: 1em;
	font-weight: bold;
}
h3.red {
	color: #DA2F33;
	font-size: 0.875em;
}
em {
	font-style: italic;
}
ul {
	list-style-image: url(../../Images/BulletHeart.gif);
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
input.SearchBox
{
	font-size: 1.2em;
	margin-right: 4px;	
}

/***************** Navigation Elements *******************************/
#nav {
	/*background-color: #005d29;*/
	background-color: #666666;
	text-align: center;
	color: #FFF;
	font-size: 0.75em;
	font-weight: bold;
	padding: 5px 0;
}
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding: 0 10px;
}
#nav a.last
{
	border-right: none;
}

#nav-left {
	padding: 5px 0 10px 15px;
	background-color: #FFF;
}	
td.nav-product img {
	margin-bottom: 8px;
}

#nav ul.mainMenu{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style-image: none;
}
#nav li {
    font-size: 0.9em;
    list-style: none;   
    position: relative;
}
#nav ul.mainMenu li{
    float: left;
   	border-right: solid 1px #fff;
}
#nav ul.mainMenu li.last{
   	border-right: none;
}
#nav ul.mainMenu ul{
    display: none;
    position: absolute;
    top: 12px;
    left: 0;
  	background-color: #666666;
  	list-style-image: none;
    margin: 0;
    padding: 0;
    width: 160px;
  	padding-top: 4px;
}
#nav ul.mainMenu li:hover ul{
    display: block;
}
#nav ul.mainMenu ul li{
    float: none;
    text-align: left;
    padding: 2px 0;
    border: none;
}

/**************** Content ******************************************/
#content {
	padding: 0 30px 30px 30px;
	background: #FFF url(../../Images/HeaderHomeBottom.jpg) no-repeat top right;
}

/**************** Basket/Search tray *******************************/
#basket-search {
	padding-bottom: 6em;	
}
#basket-details {
	text-align: right;
	color: #666;
	font-size: 0.687em;
	font-weight: bold;
	border-bottom: solid 1px #DA2F33; 
	padding-right: 4px;
}
#basket-details span {
	padding-right: 10px;
}
#basket-details a {
	color: #666;
	text-decoration: none;
}
#basket-details a.checkout {
	color: #DA2F33;
	font-weight: bold;
	display: block;
	padding: 4px 0;
	text-align: right;
}
td.search {
	text-align: right;
	padding-top: 5px;
	color: #DA2F33;
	font-size: 0.55em;
	font-weight: bold;
}
td.search label{
	display: none;
}

/**************** Product Offers **********************************/
.product-offer
{
	color: #d5093c;
	margin-top: 10px;
	border: solid 1px #DA2F33;
	display: block;
	padding: 10px;
	font-size: 0.687em;
	font-weight: bold;
	background: #FFF url(../../Images/imgSpecialOffer.gif) no-repeat 400px center;
}
.product-offer h3
{
	color: #DA2F33;
	font-size: 1.3em;
	font-weight: bold;
}
.product-offer-note
{
	color: #d5093c;
	display: block;
	padding: 10px;
	font-size: 0.687em;
}

/**************** Misc Classes *************************************/
.grey-box {
	background-color: #F2F2F2;
}
.grey-box-inside {
	padding: 10px;
}
.right-shadow { /* right shadow for grey boxes */
	background: url(../../Images/ShadowPixelMiddle.gif) repeat-y top left;
}
a.no-underline {
	text-decoration: none;
}
h2 a.no-underline {
	color: #276133;
}
p a.no-underline {
	color: #000;
}
.red-border {
	border-bottom: solid 1px #DA2F33; 
	padding-bottom: 15px;
	margin-bottom: 15px;	
}
.offers {
	font-weight: bold;
	color: #DA2F33;
	text-decoration: none;
	font-size: 0.75em;
}
.breadcrumbs {
	font-size: 0.687em;
}
.breadcrumbs, .breadcrumbs a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div.foot {
	width: 731px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 0.7em;
	text-align: center;
	padding-top: 10px;
}
div.foot a:link, div.foot a:visited, div.foot a:hover {
	color: #000;
	text-decoration: none;
}

.zz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* CMS Menu
========================================================================================== */
.DynamicMenu
{
    z-index: 2;
	position: relative;
}
.DynamicMenu a
{
    display: block;
	line-height: 1.5em;
}

/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 30px 50px;
}
.Sitemap h1
{
	font-size: 1em;	
}
.Sitemap li
{
	font-size: 0.76em;
	margin-left: 15px;
	padding-bottom: 3px;	
}
.Sitemap ul 
{
    margin: 10px 0;
}
.Sitemap p
{
	font-size: 0.9em;
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns 
{
    float: right;
    padding-right: 7px;
}
.pnlParaBtns select 
{
    position: relative;
    top: -4px;
}
.SiteHeader 
{
    float: right;
}
.pnlConfirm 
{
    clear: both;
    padding: 40px;
    text-align: center;
}
.paraControls
{
    clear: both;
}
.paraControls a:link,
.paraControls a:visited,
.paraControls a:hover,
.paraControls a:active 
{
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}