﻿@import url(global.css);
@import url(container.css);
@import url(nav-top.css);
@import url(header.css);
@import url(nav-middle.css);
@import url(nav-sub.css);
@import url(nav-side.css);
@import url(footer.css);
@import url(content.css);
@import url(boxes.css);
@import url(shop.css);


/* Confirmation Page Styles */
#PlanYourVisit{
	width: 562px;
	height: 138px;
	background: url(../images/homepage/top.gif) top left no-repeat;
	margin-bottom: 1em;
}

.disclaimer{
	width: 100%;
}
ul#ProductList{
	border: none;
	margin: 0;
	padding: 0;
}
li.GrandTotal div.Description{
	float: left;
	font-weight: bold;
	font-size: 1.6em !important;
}
li.GrandTotal div.Total{
	float:right !important;
	margin-right:30px !important;
	font-size: 1.6em !important;
}
li.ProductContainer{
	list-style: none;
	float: left;
	width: 480px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	border: 1px solid gray;
	font-size: 0.8em;
}
li.ProductContainer2{
	list-style: none;
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	padding: 10px 30px 10px 30px;
	border: 1px solid gray;
	font-size: 0.8em;
}
li.ProductContainer3{
	list-style: none;
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	padding: 10px 30px 10px 30px;
	border: 1px solid gray;
	font-size: 0.8em;
}
div.ProductName{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: underline;
	margin-bottom: .2em;
}
div.CustomerBarcode{
	float: right;
	width: 200px;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none;
	margin-bottom: .2em;
	text-align:center;
}
div.CustomerBarcode div.Image{
	
	width: 160px;
	height: 40px;
}
div.CustomerBarcode div.Image img{
	height: 40px;
	width: 14px;
}
div.CustomerBarcode div.Number{
	
	float: left;
	width: 100%;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
}

div.Barcode{
	clear: left;
	float: left;
	width: 155px;
}
div.Barcode div.Image{ 
	float: left;
	width: 160px;
	height: 40px; 
}
div.Barcode div.Image img{
	height: 40px;
	width: 14px;
}
div.Barcode div.Number{ 
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 auto;
}
div.ProductBreakdown{
	float: left;
	width: 200px;
	padding-left: 3px;
}
div.CustProductBreakdown{
	float: left;
	width: 300px;
	padding-left: 3px;
	font-size:small;
	font-weight:bold;
}
div.ProductDescription{
	float: right;
	width: 220px;
	padding-left: 3px;

	/*float:none;*/
}

div.ProductDescription2{
	float: left;
	width: 220px;
	padding-left: 3px;

	/*float:none;*/
}

div.ProductDescription .ContactName{
	font-style: italic;
}
div.Amounts{
	float: right;
	width: 120px;
}
div.Total{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}
div.DateOfVisit{
	clear: left;
	float: left;
	width: 100%;
	margin-top: 0.3em;
}
div.ReceiptNotes{
	clear: left;
	float: left;
	width: 100%;
	margin-top: 0.3em;
}
div.TixCol{
	float: left;
	width: 50%;
}
div.TixCol div, div.Amounts div{
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	width: 100%;
	
}
/* END Confirmation Page Styles */

/* Login Page styles */
#login_options a{
	color: #3333cc;
}
/* Common shop styles */
a.editButton{
	float: right;
	font-weight: bold;
	color: blue;
}
a.button {
    background: transparent url('../images/shop/bg_button_end.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 13px arial, sans-serif;
    height: 19px;
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}

.button2 {
    color: #444;
    display: block;
    font: bold 12px arial, sans-serif;
    height: 19px;
    text-decoration: none;
    cursor:pointer;
}

a.button span {
    background: transparent url('../images/shop/bg_button_start.gif') no-repeat;
    display: block;
    line-height: 9px;
    padding: 5px 0 5px 11px;
}


a.button2 {
    background: transparent url('../images/shop/bg_button_end.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: bold 12px arial, sans-serif;
    height: 19px;
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}
a.button2 span {
    background: transparent url('../images/shop/bg_button_start.gif') no-repeat;
    display: block;
    line-height: 9px;
    padding: 5px 0 5px 11px;
}

.adoptlist {
padding-top:10px;
}

.accordianbutton {
    color: #444;
    display: block;
    font: bold 12px arial, sans-serif;
    height: 19px;
    text-decoration: none;
    cursor:pointer;
    margin-top:-18px;
}

a.accordianbutton {
    background: transparent url('../images/shop/bg_button_end.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: bold 12px arial, sans-serif;
    height: 19px;
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}
a.accordianbutton span {
    background: transparent url('../images/shop/bg_button_start.gif') no-repeat;
    display: block;
    line-height: 9px;
    padding: 5px 0 5px 11px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 11px; /* push text down 1px */
}

a.new_window{
	background: url(../images/common/nav/newwindow.gif) no-repeat top right;
	padding-right: 20px;
}
.data_rider{
	font-style: italic;
	font-size: 0.9em;
}
h4 
{
	color: #90765d !important;
	font-weight: bold;	
	margin: 0.5em 0;
}
img.loading
{
    padding: 0 0 0 45%;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
form.shopform fieldset { margin-bottom: 10px; }
form.shopform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win Fix */
}
form.shopform fieldset ol{
	margin: 0;
	padding: 0;
}
form.shopform fieldset li{
	list-style: none;
	margin: 0;
	padding: 5px;
}
form.shopform label {
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
	width: 140px;
}
form.shopform fieldset fieldset{
	border: none;
	margin: 3px 0 0;
}
form.shopform fieldset fieldset legend{
	padding: 0 0 5px;
	font-weight: normal;
}
form.shopform fieldset fieldset label{
	display: block;
	width: auto;
	margin-left: 20px;
}
form.shopform em{
	font-weight: bold;
	font-style: normal;
	color: #f00;
	margin-right: 5px;
}
form.shopform label.noshopform{
	width: auto;
}	
form.shopform legend { padding-left: 0; }
	
form.shopform legend,
form.shopform label { color: #333; }

form.shopform fieldset div#TotalAmount{
	width: 5em;
	float: right;
	font-weight: bold;
}
form.shopform fieldset div#TotalLabel{
	width: auto;
	float: left;
	font-weight: bold;
}

form.shopform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/shop/shopform-fieldset.gif) left bottom repeat-x;
	font-size: 0.9em;
	}	
form.shopform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/shop/shopform-divider.gif) left bottom repeat-x;
	}
form.shopform fieldset.blue li {
	padding: 5px 10px 7px;
	background: url(../images/shop/shopform-divider-blue.gif) left bottom repeat-x;
	}
form.shopform fieldset.blue{
	border: none;
	border-top: 1px solid #9bbacc;
	background: url(../images/shop/shopform-fieldset-blue.gif) left bottom repeat-x;
	}
form.shopform fieldset.small {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/shop/shopform-fieldset-sml.gif) left bottom repeat-x;
	}
form.shopform fieldset.pink{
	border: none;
	border-top: 1px solid #f6adcd;
	background: url(../images/shop/shopform-fieldset-pnk.gif) left bottom repeat-x;
	}
form.shopform fieldset.pink li {
	padding: 5px 10px 7px;
	background: url(../images/shop/shopform-divider-pnk.gif) left bottom repeat-x;
	}
form.shopform fieldset.nobckgnd li.last{
	background: none;
}
form.shopform fieldset.nobckgnd{
	background: none; 
}
form.shopform fieldset fieldset { font-size: 1em; background: none; }
fieldset div.error_msg a{
	color: red;
	text-decoration: underline;
}
fieldset div.error_msg li{
	border: none;
	background: none;
	list-style-type: disc;
}
.smalltext{
	font-size: 0.9em;
}
.amount{
	width: 7em;
}
div.content div.sub-content div.sub-left {
	padding-right: 0px;
}
#PageNavBottom, #PagingNav {
	float:left;
	margin: 1em 0;
	width: 100%;
}
.pagedivider{
	height:2px;
    width:90%;
    background:#6a5d54;
	margin: 1.5em 5% 1.5em 5%;
	}
#PageNavBottom .NextPage, .OptionFloater .NextPage{
	float: right;
	width: auto;
}
#PageNavBottom .PrevPage, .OptionFloater .PrevPage{
	float: left;
	width: auto;
}
#PagingNav .NextPage{
	float: right;
	width: 20%;
	text-align: right;
}
#PagingNav .PrevPage{
	float: left;
	width: 20%;
}
#PagingNav .PageNumbers{
	float: left;
	width: 60%;
	text-align: center;
}
#PagingNav a:link{
	text-decoration: underline;
	color: #2d3603;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}
#PagingNav a:hover{
	text-decoration: none;
}
ul#shoplist a{
	text-decoration: underline;
	color: #2d3603;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}
ul#shoplist a:hover{
	text-decoration: none;
}
ul#shoplist {
	list-style-type: none;
	padding-left: 20px;
	width: 300px;
}
ul#shoplist li{
	line-height: 1em;
	padding: 5px 0px 5px 18px;
	background: url(../images/shop/paw-bullet.gif) center left no-repeat;
}

ul#shoplist2 a{
	text-decoration: underline;
	color: #2d3603;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}
ul#shoplist2 a:hover{
	text-decoration: none;
}
ul#shoplist2 {
	list-style-type: none;
	padding-left: 20px;
	width: 190px;
	
}
ul#shoplist2 li{
	line-height: 1em;
	padding: 5px 0px 5px 18px;
	background: url(../images/shop/paw-bullet.gif) center left no-repeat;
}

input.addtocart 
{
    display: block;
	width: 99px;
	text-align: center;
	background: url(../images/common/boxes/button.gif) no-repeat center center;
	border: none;
	padding: 3px 5px 2px 4px;
	cursor: pointer;
	min-height: 19px;
	height: auto !important;
	height: 19px;
	font-size: 100%; 
}
#breadcrumbs{
	margin-bottom: 1em;
	font-size: 0.9em;
}
#breadcrumbs a{
	text-decoration: underline;
}
#breadcrumbs .current{
	text-decoration: none;
	font-weight: bold;
}
/* END Common shop styles */

/* Shop Front Styles */
#PictureMenu{
	padding: 10px 0px;
	width: 100%;
	margin-top:0px;
	
}
#PictureMenu a.shop-option{
	width: 95px;
	height: 180px;
	padding-right: 0px;
	
}
.disabledBtn{
	color: #D4D0C8 !important;
}
.panelHeading{
	margin: 0 0 1em 0;
	text-decoration:underline;
}
.panelBorder{
	border: 1px solid #76872B;
	padding: 5px 8px;
	margin: 0 0 1em 0;
}
.tipLink{
	cursor:help;
}
noscript{
	color: red;
}
/* END Shop Front Styles */

/* -- Memberships styles -- */
#ConfirmMembers{
	font-weight: bold;
}
#ConfirmMembers fieldset div{
	margin-bottom: 8px;
}

#ConfirmMembers fieldset.MemberDetails{
	border: 1px solid gray;
	padding: 5px;
}
#ConfirmMembers fieldset.MemberDetails legend{
	margin-left: 20px;
}
.DataField div{
	font-weight: normal;
	display: inline;
	padding-left: 4px;
}

/* -- END Memberships styles -- */
	
/* Bookings styles */
div#BookingOptions{

}
div#BookingOptions a:hover {
	text-decoration: none;
}
div#BookingOptions a{
	float: left;
	margin: 15px 20px;
	text-align: center;
}
div#BookingOptions a div{
	text-decoration: underline;
	line-height: 1.8em;
}
div#BookingOptions a:hover div{
	font-weight: bolder;
}
#GiftAidRider{
	font-size: 0.8em;
	clear: left;
}
#booking_conditions
{
	margin: 1em 0;
}
#booking_conditions ul
{
	list-style-type: circle;
	padding-left: 10px;
}
/* -- END Bookings styles */

/* Shop Wide PriceList styles */
table#PriceList{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	line-height: 1em;
}
#PriceList th, #PriceList td{
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
}
#PriceList tr{
	line-height: 1em;
	padding: 0;
	margin: 0;
}
#PriceList th{
	background-color: #5d9eee;
	color: white;
}
#PriceList td
{
    background-color: #eff6fe;
}
#PriceList .quantity{
	width: 6em;
}
#PriceList .price{
	width: 4em;
}
#PriceList .date{
	width: 100px;
}
#PriceList .subject{
	
}
#PriceList .new{
	color:Red;
	font-weight:bold;
}
#PriceList td.total
{
	width: 5em;
	text-align: right;
}
#PriceList tr#GrandTotal{
	font-size: 1.2em;
	font-weight: bold;
}
#PriceList tr#GrandTotal td 
{
	padding: 7px 7px 7px 7px;
}

/*Pricelist Festive */

table#PriceListFest{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	line-height: 1em;
}
#PriceListFest th, #PriceListFest td{
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: gray;
}
#PriceListFest tr{
	line-height: 1em;
	padding: 0;
	margin: 0;
}
#PriceListFest th{
	background-color: red;
	color: white;
}
#PriceListFest td
{
    background-color: #FFB9C0  ;
}
#PriceListFest .quantity{
	width: 6em;
}
#PriceListFest .price{
	width: 4em;
}
#PriceListFest .date{
	width: 100px;
}
#PriceListFest .subject{
	
}
#PriceListFest .new{
	color:Red;
	font-weight:bold;
}
#PriceListFest td.total
{
	width: 5em;
	text-align: right;
}
#PriceListFest tr#GrandTotal{
	font-size: 1.2em;
	font-weight: bold;
}
#PriceListFest tr#GrandTotal td 
{
	padding: 7px 7px 7px 7px;
}

#txtNotes{
	width: 100%;
	height: 5em;
}
/* FADED TABLE STYLES

table#PriceList{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-color: #C9DCA6 #C9DCA6 #C9DCA6 #C9DCA6;
	border-collapse: collapse;
	background-color: white;
	background: url(../images/shop/shopform-fieldset.gif) left bottom repeat-x;
	width: 100%;
}
#PriceList th, #PriceList td{
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #C9DCA6 #C9DCA6 #C9DCA6 #C9DCA6;
	
}
*/
/* -- END Shop Wide PriceList styles */
#ErrorMessages{
	width: 200px;
	float: right;
	padding-left: 20px;
}
/* User registration styles */
.error_msg{
	color: red;
}

/* Retail styles */

div.retail_container{
    
	float: left;
	width: 230px;
	min-height: 150px;
	margin-top: 1em;
}

div.retail_container a{
	cursor: pointer;
}

div.related_container{
    margin-left:5px;
	float:none;
	width: 150px;
	min-height: 100px;
	margin-top: 1em;
	text-align:center;
}

div.related_container a{
	cursor: pointer;
}

div.related_panel {
float:left; width: 165px; padding-left: 5px; height:360px;
margin-top:20px;
padding-right: 5px; 
border-color: #9AC157;
border-width: 1px; 
border-style: solid;
scrollbar-base-color: #9AC157;
overflow: auto;
}

div.related_container{
    margin-left:5px;
	float:none;
	width: 150px;
	min-height: 100px;
	margin-top: 1em;
	text-align:center;
}

div.fastrack_container a{
	cursor: pointer;
}

div.fastrack_panel {
float:left; width: 170px; padding-left: 5px; height:205px;
margin-top:10px;
padding-right: 5px;
padding-top:10px; 
border-color: #9AC157;
border-width: 1px; 
border-style: solid;
scrollbar-base-color: #9AC157;
overflow: auto;
font-weight:bold;
font-size:8pt;
}

div.PromoDescription{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 140px;
}

div.related_container_horizontal{    	
		
	margin-left:5px;
	float:left;
	width: 230px;
	min-height: 220px;
	margin-top: 1em;
}

div.related_container_horizontal a{
	cursor: pointer;
}

div.related_panel_horizontal {
float:none; width: 500px; padding-left: 5px; max-height:280px;
padding-right: 5px; 
border-color: #9AC157;
border-width: 1px; 
border-style: solid;
scrollbar-base-color: #9AC157;
overflow:auto;
/*
overflow-y: hidden;
overflow-x: scroll;*/
}

.container {
   position: relative;
   
}

/* Adoption styles */

div.animal_container{
	float: left;
	width: 150px;
	min-height: 150px;
	margin-top: 1em;
}
div.animal_pic{
/*
	float: left;
	height: 131px;
	width: 131px;*/
	
	padding: 6px;
	background: url(../images/photos/img-bg-130.gif) top left no-repeat;
}
div.animal_container a{
	cursor: pointer;
}
div.animal_container a:hover{
	font-weight: bolder;
	text-decoration: underline !important;
}
div.animal_container div.description{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 131px;
}
/* -- End Adoption styles */

/* -- Wildest Wishes styles */
div#intro{
	font-size: 0.85em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed gray;	
	margin-bottom: 1.5em;
}
div.wishitem{
	float: left;
	height: auto;
	width: 520px; /* dependant on size of div.sub-left */
	clear: left;
	font-size: 0.85em;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed gray;
}
div.wishitem div.picture{
	height: 80px;
	width: 80px;
	float: left;
}
div.wishitem div.heading{
	height: 40px;
	width: 340px;
	float: left;
	padding-left: 10px;
}
div.wishitem div.price{
	width: 70px;
	height: 40px;
	float: left;
}
div.wishitem div.description{
	padding-left: 90px;
	width: 430px;
}
div.wishitem div.addtocart{
	float: right;
}
/* -- End Wildest Wishes styles */

/* -- Donation styles */
#donations div.description
{
    padding-top: 20px;
}
#bg_img_giftaid
{
	float: right;
	width: 91px;
	height: 93px;
	background: url(../images/photos/img-bg.gif) no-repeat top left;
}
#img_giftaid
{
	width: 85px;
	height: 87px;
	background: url(../images/shop/giftaid.gif) no-repeat 6px 6px;
}
#donations div.photo
{
    padding: 2px;
    margin-left: 15px;
    float: right;
    width: 150px;
    height: 100px;
    border: 1px solid black;
}
div.donation_option p{
	padding: 5px 0 5px 170px;
	margin-top:-60px;
}
div.donation_option{
	width: 100%;
	float: left;
	padding: 10px 0;
}
a#wildest_wishes
{
	float: left;
    background: url(../images/shop/wild_wishes_btn.png) no-repeat top left;
	width: 150px;
	height: 60px;
}
a#regular
{
	float: left;
    background: url(../images/shop/donation_regular_donation_.gif) no-repeat top left;
	width: 150px;
	height: 60px;
}
a#once_off
{
	float: left;
    background: url(../images/shop/donation_oneoff_donation_.gif) no-repeat top left;
	width: 150px;
	height: 60px;
}
#donations div.head_text
{
    font-weight: bold;
    font-style: italic;
}
#donations div.item
{
    margin: 10px 0;
    padding: 5px 0;
    float: left;
    width: 500px;
    height: 1%;
}
/* -- END Donation styles */

/* Side Menu Styles */
a.side-image-holidays{
	width: 181px;
	height: 156px;
}
div.side-nav ul.blue{
	color: #6a5d54;
	width: 176px;
	margin-bottom: 15px;
	background-color: #eff6fe;
	background-image: url(../images/common/boxes/blue-bottom.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
}
div.side-nav ul.bluebdr{
	background-color: #ebe5d9;
	background-image: url(../images/common/boxes/blue-bottombdr.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
}
div.side-nav ul.blue li.title{
	background-color: #5d9eee;
	background-image: url(../images/common/boxes/blue-top.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: top;
	height: auto;
	letter-spacing: 0pt;
	padding-top: 5px 5px 5px 10px;
	line-height: 125%;
	font-weight: bold;
	color: #ffffff;
}
div.side-nav ul.blue li {
	padding: 7px 7px 7px 18px; 
	background: #ebe5d9 url(../images/common/nav/side/dots.gif) no-repeat bottom center;
	color: #436098;
}
	
div.side-nav ul.blue li.last {
	background: #ebe5d9 url(../images/common/boxes/blue-bottom.gif) no-repeat bottom left;
	padding-bottom: 15px; 
}
/* -- END Side Menu Styles  */

/* ViewCart styles */
.basket{
	float: right;
}
#shoppingCart 
{
	width: 100%;
	border-collapse: collapse;
}
#shoppingCart tr
{    
	padding: 0px 5px;
}
#shoppingCart th.total, #shoppingCart td.total{
	text-align: right;
	
}
#shoppingCart tr.grand_total td{
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}
#shoppingCart tr.grand_total{
	font-size: 1.1em;
	font-weight: bold;
}
#shoppingCart th.firstcell, #shoppingCart td.firstcell{
	padding-left: 5px;
}
#shoppingCart th.description2{
text-align:center;
}
#shoppingCart td.remove.firstcell{
	padding-left: 15px;
	text-align:center;
}
#shoppingCart th.lastcell, #shoppingCart td.lastcell{
	padding-right: 0px;
}
#shoppingCart th, #shoppingCart td
{
	border-top: 1px solid green;
	background-color: #FFF5EE;
	padding: 6px 2px;
	border-left: none;
	border-right: none;
}
#shoppingCart div.amount{
	float: right;
	width: 100%;
}
#shoppingCart img.remove_img{
	width: 15px;
	height: 15px;
	background: url(../images/shop/remove_btn.jpg) top left no-repeat;
}
#shoppingCart td.remove{
	width: 10%;
}
#shoppingCart td.description2{
	width: 80%;
	vertical-align:middle;
}
#shoppingCart td.freight{
	width: 80%;
	text-align: right;
}
#shoppingCart td.spacer{
	border-top: none;
}
#shoppingCart td.subtotal{
	width: 80%;
	text-align: right;
	float:right;
}

#shoppingCart td.discount{
	width: 80%;
	text-align: right;
}
#shoppingCart tr.item td{
	background: none;
}
#shoppingCart tr.dotted td{
	border-top: 1px dashed green; 
}
/* END ViewCart styles */

#shoppingCart div.cartItem
{
    clear: left;
    width: 100%;
}
#shoppingCart div.cartItem div
{
    padding: 3px 10px;
    width: 15%;
    float: left;
}
#shoppingCart div.cartItem div.productName
{
    width: 30%;
}
#shoppingCart div.cartItem div.subTotal
{
	padding-left: 100px;
}
#shoppingCart div.cartItem div.productName
{
	padding-left: 40px;
}
/*
#shoppingCart div.cartItem fieldset
{
    width: 100%;
    float: left;
}
#shoppingCart div.removeItem
{
    width: 100%;
    float: left;
}
#shoppingCart div.productName
{
    width: 100%;
    float: left;
}
#shoppingCart div.editProduct
{
    width: 100%;
    float: left;
}
#shoppingCart div.subTotal
{
    width: 100%;
    float: left;
}*/

/* Used for displaying errors for the user.*/
.errorBox
{
    background-color: Red;
}

/* Modal box */
.modal
{
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity:.70;
    font-size: 12px; 
    border: solid 1px #889900; 
    background-color: Black; 
    padding: 5px;
    text-align:center;
    height:30px;
    
}

#modalFrost
{
border:5px solid;
/*border:5px solid red;*/
width:410px;
height:100%;
/*background:url(../images/frost_crab_apples.jpg) top left repeat-x;*/
}

#modal1
{
/*border:5px solid #890;*/
border:5px solid #CCFF66;
/*border:5px solid red;*/
width:410px;
height:100%;
background:url(../images/common/header/lion.jpg) top left repeat-x;
}

#modal2
{
width:410px;
/*color:black;*/
background:white;
filter:alpha(opacity=75);
-moz-opacity:.50;
opacity:.75;
font-family:Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:bold;
line-height:16px;
text-align:center;
color:Black;
}

#modalRate
{
/*border:5px solid #890;*/
border:5px solid;
border-color:#CCFF66;

/*border:5px solid red;*/
width:500px;
height:100%;
background:white;
text-align:left;
padding:15px;
}

.modalRateBG
{
    filter:alpha(opacity=30);
    opacity:0.3;
    -moz-opacity:.30;
    font-size: 12px; 
    border: solid 1px #889900; 
    background-color: White; 
    padding: 5px;
    text-align:center;
    height:30px;
}

#modalFF
{
width:410px;
border:5px solid;
height:100%;
/*color:black;*/
background:white;
filter:alpha(opacity=75);
-moz-opacity:.50;
opacity:.75;
font-family:Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:bold;
line-height:16px;
text-align:center;
}

.modalAccount
{
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity:.70;
    font-size: 12px; 
    border: solid 1px #889900; 
    background-color: White; 
    padding: 25px;
    margin-top:-10px;
    text-align:left;
    height:30px;
}

#modalAccountOuter
{
border:5px solid;
border-color:#CCFF66;
width:200px;
/*color:black;*/
background:white;
/*filter:alpha(opacity=75);
-moz-opacity:.50;
opacity:.75;*/
font-family:Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:bold;
line-height:16px;
text-align:left;
padding:20px;
}

#modalAccountOuter2
{
border:5px solid;
border-color:#CCFF66;
width:300px;
/*color:black;*/
background:white;
/*filter:alpha(opacity=75);
-moz-opacity:.50;
opacity:.75;*/
font-family:Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:bold;
line-height:16px;
text-align:center;
padding:10px;
}

#modalAccountOuter3
{
border:5px solid;
border-color:#CCFF66;
width:300px;
/*color:black;*/
background:white;
/*filter:alpha(opacity=75);
-moz-opacity:.50;
opacity:.75;*/
font-family:Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:bold;
line-height:16px;
text-align:left;
padding:20px;
}

.modalRetailX
{
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity:.70;
    font-size: 12px; 
    border: solid 1px #889900; 
    background-color: Black; 
    padding: 5px;
    text-align:center;
    height:30px;
}

#modalRetail
{
border:5px solid;
/*border:5px solid red;*/
width:100%;
height:100%;
padding:10px;
/*background:url(../images/frost_crab_apples.jpg) top left repeat-x;*/
}

#modal3
{
border:5px solid;
width:600px;
/*color:black;*/
background:white;
/*filter:alpha(opacity=75);
-moz-opacity:.50;
opacity:.75;*/
font-family:Verdana, Arial, Helvetica;
font-size: 12px;
font-weight:bold;
line-height:16px;
text-align:center;
padding:20px;
}
        
#PriceList .book{color:Blue; font-weight:bold;}
#PriceList .test2{color:Red; font-weight:bold;}
#PriceListFest .book{color:red; font-weight:bold;}

.flyOutDiv
{
     display: none; 
     position: absolute; 
     width: 400px; 
     z-index: 3; 
     opacity: 0; 
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0)); 
     font-size: 14px; 
     border: solid 1px #CCCCCC; 
     background-color: #FFFFFF; 
     padding: 5px;
} 

.flyOutDivMpi
{
     display: none; 
     position: absolute; 
     width: 600px; 
     z-index: 3; 
     opacity: 0; 
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0)); 
     font-size: 14px; 
     border: solid 6px #FFFFFF; 
     background-color: #FFFFFF; 
     padding: 5px;
} 

.flyOutDivCloseX
{
 background-color: #666666; 
 color: #FFFFFF; 
 text-align: center; 
 font-weight: bold; 
 text-decoration: none; 
 border: outset thin #FFFFFF; 
 padding: 5px; 
}  

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:Navy; 
    filter:alpha(opacity=30); 
    opacity:0.7; 
    -moz-opacity:.50;
    z-index:1000; 
}

#progressBackgroundFilterRetail { 
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:White; 
    filter:alpha(opacity=30); 
    opacity:0.7; 
    -moz-opacity:.50;
    z-index:1000; 
    
    }
    /*CCFF99 light green*/
#processMessage { 
    color:#0066CC;
    font-weight:bold;
    position:fixed; 
    top:45%; 
    left:36%;
    padding:10px; 
    width:28%; 
    z-index:1001; 
    background-color:#fff;
    /*background:url(../images/common/header/lion.jpg) top left repeat-x;*/
    border:solid 5px #CCFF99;
}

.accordionContent{
/*background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;*/
    font-weight:bold;
}

div.ProductDetails{
	list-style: none;
	float: left;
	width: 480px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	border: 1px solid gray;
	font-size: 0.8em;
}

/*Ratings*/
.ratePanel
{
/*height:200px;*/
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}

.demoarea {
	padding:20px;
	background:#FFF url(../images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url("images/mounts.jpg") repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
	
}

.ContextMenuPanel2
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url("images/mounts.jpg") repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
	color:#003399;
	background-color:#CCFF99;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	/*background-color: #FFE6A0;*/
	background-color:#CCFF99;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

div.event{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 1em;
	/*text-decoration: underline;*/
	margin-bottom: .2em;
	
}

.dropdownRenew
{
background-color:#CCFF99;
color: #003399;
font-weight:bold;
}

#group
{

}

#group ul
{
	list-style-type: circle;
	padding-left: 20px;
}

/* Passowrd Strength
    */
.Weak {
background: red;
color:Black;
font-family:Arial;
font-size:x-small;
font-style:italic;  
padding: 2px 3px 2px 3px; 
    }

.NotGood {
background: #FF3333;
color:Black;
font-family:Arial;
font-size:x-small;
font-style:italic;  
padding: 2px 3px 2px 3px; 
    }

.Good {
background: #99FF99;
color:Black;
font-family:Arial;
font-size:x-small;
font-style:italic;  
padding: 2px 3px 2px 3px; 
    }
    
.Strong {
background: #33FF00;
color:Black;
font-family:Arial;
font-size:x-small;
font-style:italic;  
padding: 2px 3px 2px 3px; 
    }
    
.Excellent {
background: yellow;
color:Black;
font-family:Arial;
font-size:x-small;
font-style:italic;  
padding: 2px 3px 2px 3px; 
    }
    

.BarBorder {
        border-style:solid;
        border-width:1px;
        width:100px;
        vertical-align:middle;
    }

.TextIndicator_TextBox1 {
         background-color:#FF3333;
         font-family:Arial;
         font-size:x-small;
         font-style:italic;  
         padding: 2px 3px 2px 3px;   
         z-index:199999;
    }
    
#PasswordStyle {
font-family:Arial;
         font-size:x-small;
         font-style:italic;  
         padding: 2px 3px 2px 3px; 
}

.passstren
{
z-index:199999;
}
/*
AutoComplete
*/
.AutoCompleteFlyout
{
color:Blue;
background-color:#CCFF99;
cursor: pointer;
border-style:ridge;
padding: 10px 10px 10px 10px;
}

.AutoCompleteFlyoutItem
{
background-color: Transparent;

color: Black;
font-family: Arial;
font-size: 8pt;
}

.AutoCompleteFlyoutHilightedItem
{
background-color: Transparent;

color: Black;
font-family: Arial;
font-size: 8pt;
font-weight: bold;
}

.watermark
{
    color: #C0C0C0;
    font-style: italic;
    font-weight:bold;
}


.bookingpricesleft
{
float:left;
width:235px;
font-weight:bold;
}

.bookingpricesright
{
width: 200px;
margin: 0 auto;
font-weight:bold;
}

.divleft
{
float:left;
width:265px;
font-weight:bold;
}

.divright
{
float:right;
width: 250px;
margin: 0 auto;
font-weight:bold;
}

.divleftreceipt
{
float:left;
width:165px;
font-weight:bold;
}

.divrightreceipt
{
float:right;
width: 350px;
margin: 0 auto;
font-weight:bold;
}

.basketleft
{
float:left;
width:80px;
font-weight:bold;
cursor:pointer;
}

.basketright
{
margin-left:90px;
width: 240px;
font-weight:lighter;
}

#basketright
{
margin-left:90px;
width: 240px;
font-weight:lighter;
}

.calbox
{
font-weight:bold;
}

.closeX
{
float:right;
border: outset #FFFFFF;
font-weight:bold;
margin-right:1px;
font-size:16px;
}

.closeSurvey
{
margin-left:100px;
border: outset #FFFFFF;
font-weight:bold;
margin-right:1px;
font-size:16px;

}

.map
{
font-weight:bold;
font-style:italic;
}

.oldpass
{
color:White;
width:0;
height:0;
border-color:White;
border-width:0;
}

.popupMenu 
{
position:absolute;
visibility:hidden;
background-color:#CCFF66;
opacity:.9;
filter: alpha(opacity=100);
border-width:thin;
border-style:ridge;
border-color:Black;
font-weight:bold;
padding:5px 5px 5px 5px;
}

.popupMenu2 
{

font-size:small;
position:absolute;
visibility:hidden;
background-color:#CCFF66;
opacity:.9;
filter: alpha(opacity=100);
border-width:thin;
border-style:ridge;
border-color:Black;
font-weight:bold;
padding:5px 5px 5px 5px;
}

.calSelected
{
background-color:#CCFF66;
}

#newsletter
{
background-color:#E8F1D4;
}

.MessageTable 
{
 border: 1px solid #666666;    
 width:400px; 	   
 border-collapse: collapse;
}

.MessageTable td 
{ 
border: 1px solid #666666;
}

.MessageTable th 
{
border: 1px solid #666666; 
}

/* Message styles */


.msg_panel 
{
border-color: #9AC157;
border-width: 1px; 
border-style: solid;
scrollbar-base-color: #9AC157;
overflow: auto;
}

.hoverbutton
{
cursor:pointer;
}


