
/*
***************************************************
****************************************************
****************************************************
*/
.zoomSmallImageCont
{
  position: relative;
}

.zoomSmallImageCont img
{
  border: 1px solid #999;
  padding: 2px 0px 0px 0px;
}

.zoomBigImageCont
{
  overflow: hidden;
  position: absolute;
  background: #fff;
  z-index: 110;
  border: 1px solid #999;
  visibility: hidden;
}

.zoomBigImageCont img
{
  border: 0px;
}

.zoomHeader
{
  position: relative;
  z-index: 10;
  left: 0px;
  top: 0px;
  padding:0px;
}

.zoomHeader a
{
  color: #fff;
}

.zoomPup
{
  z-index: 10;
  visibility: hidden;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

.zoomPosition
{
  width:253px;
  height:253px;
  left: 270px;
  top: 0px
}


/*** PRODUCT PREVIEW ***/
#preview_div
{
  display: none;
  position: absolute;
  z-index:110;
}

.border_preview
{
	z-index:100;
	position:absolute;
	background: #fff;
	border: 1px solid #959595;
}

.preview_temp_load
{
	vertical-align:middle;
	text-align:center;
	padding: 0px;
}

.preview_temp_load img
{
	vertical-align:middle;
	text-align:center;
}

.preview_temp_footer
{
  height: 30px;
  background: #959595;
  padding: 0px;
  margin: 0px;
  font-size: 9px;
  color: #fff;
  padding:5px;
}
/*** PRODUCT PREVIEW ***/

/*** HOMEPAGE IMAGE FADER ****/

#homepage_images { position: relative; width:558px; height:222px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
#homepage_images li { display: block; }
#homepage_images img { border:0px; padding:0px 0px 0px 0px; }

/****** END OF FADER STYLES ****/

.discontinued_desc
{
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  color: #CC0000;
  font-weight: bold;
  text-align: center;
}

/*************************ONE CLICK CROSS SELLING*******************************/

#scrollbox_title {
  height:25px;
  width:642px;
  background: url("../images/cross_selling_popup_title.gif") no-repeat;
}

#scrollbox {
  height:220px;
  width:668px;
  overflow-y:auto;
  border-top:1px solid #F69901;
  border-bottom:1px solid #F69901;
  background-color:#A3A3A3;
}

#scrollbox table {
  border-collapse:collapse;
}

#one_click_table td {
  background-color:#FFF;
  padding:4px 4px 4px 4px;
  border:1px solid #F69901;
}

.cross_img,
.cross_title,
.cross_price,
.cross_qty {
  height:63px;
  overflow:hidden;
  border:1px solid #F69901;
  border-top:0px;
  float:left;
  background-color:#FFF;
}

.cross_img {
  width:84px;
  text-align:center;
}

.cross_title {
  width:354px;
  border-left:0px;
  padding:20px 5px 0px 5px;
  height:43px;
}

.cross_price {
  width:84px;
  border-left:0px;
  padding-top:20px;
  height:43px;
  text-align:center;
}

.cross_qty {
  width:105px;
  border-left:0px;
  padding-top:20px;
  height:43px;
}

#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader
{
font-size:12px;
color:#000;
background-color:#FFF;
padding:10px 0 0px 0;
margin:0 auto;
display:block;
width:135px;
text-align:left;
z-index:255;
}

#progress
{
height:5px;
font-size:1px;
width:1px;
position:relative;
top:1px;
left:10px;
background-color:#fff;
}

#loader_bg
{
background-color:#ccc;
position:relative;
top:8px;
left:8px;
height:7px;
width:113px;
font-size:1px
}

/************* tesimonials *****************/

#tesimonials {
  padding:6px 0px 6px 0px;
  background: url("../images/grad.gif")top left no-repeat;
}

#tesimonials #testimonial_form {
  padding-left:6px;
  padding-top:10px;
}

#tesimonials #testimonial_form input.textbox {
  width:180px;
  margin-right:10px;
}

#tesimonials #testimonial_form textarea {
  width:310px;
  height:30px;
}

.article_header  {
  height:18px;
  width:578px;
  background: url("../images/article_header.gif" ) top left no-repeat;
  padding:6px 6px 0px 6px;
  margin:15px 0px 0px 0px;
  font-weight:bold;
  overflow:hidden;
}

#tesimonials p,
#tesimonials h1.title {
  padding-left:6px;
  padding-right:6px;
}

#tesimonials p {
  margin:10px 0px 0px 0px;
}

/************* contact us page *****************/

.contact_us_text {
  width:230px;
  float:left;
  padding:20px 0px 0px 0px;
}

#contact_us_map {
  width:500px;
  float:right;
  margin:10px 0px 0px 0px;
  border:1px solid #9B993A;
}


#map_canvas {
  width:500px;
  height:250px;
}


.cms_page_directions {
	background: #EEEEDE url(../images/cms_page_bg.gif) bottom left no-repeat;
	min-height:665px;
	height:auto !important;
	height:665px;
	padding:0px 10px 10px 10px
}

#map {
  width:725px;
  height:300px;
  position:relative;
  left:5px;
  margin:10px 0px 0px 0px;
}

#route {}

#ask_question_form textarea,
#ask_question_form input.textbox {
  width:200px;
}

#tell_friend_form textarea,
#tell_friend_form input.textbox {
  width:230px;
}

/********************************************************/

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


/* AA commented out jcarousel css and included tango-skin.css with new style for the featured brands

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
/*
.jcarousel-container-horizontal {
  width: 560px;
  height: 60px;
  overflow: hidden;
}

.jcarousel-container {
    position: relative;
    top: 3px;
    left: 8px;
    margin: 0;
    padding: 0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 130px;
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
*/
/************ faqs *****************/

#faqs .hide {
  display: none;
}

#faqs .show {
  display: block;
}

.error_message,
.mandatory_star,
.html_message{
	font-weight: bold;
	color: #ff0000;
}

.rand_image{
	float:left;
	display: inline;
	margin: 0px 5px 0px 0px;
}

.address_select{
	width: 140px;
}

/************ standard forms *****************/

.form_label {
  width:110px;
}

.basket_label {
  display:none;
}

.basket_remove {
  width:40px;
}

/***************************************************/
/***************************************************/

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

select, input, textarea {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin:0px 0px 0px 0px;
  font-weight:normal;
}

h1 {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;;
  font-size: 14px;
}

h2 {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  color:#7F7C03;
  font-size:15px;
}

p {
  margin:0px 0px 0px 0px;
  padding:3px 0px 3px 0px;
}

strong.customer {}

a {
  color:#000000;
  text-decoration:underline;
}

a:hover {
  color:#000000;
  text-decoration:underline;
}

.white a {
  color:#fff;
  text-decoration:none;
}

.white a:hover {
  color:#fff;
  text-decoration:underline;
}


form {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

html {
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  /*background: url(../images/parent_container_bg.gif) 50% 0% repeat-y;*/
  height:100%;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  padding: 0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  height:100%;
	background: url(../images/parent_container_bg.gif) 50% 0% repeat-y;
}

/******************* Main Holders *******************/

#parent_container  {
  width: 942px;
  margin: 0px auto;
  background: url(../images/parent_container_bg.gif) 0px 0px repeat-y;
  overflow:hidden;
  padding:0px 20px 0px 20px
}

/*
#site_container  {
  width: 962px;
  margin: 0px auto;
  padding:0px 0px 0px 20px
}
*/

#header_container {
  /*overflow:hidden;*/
  height: 180px;
  background: url(../images/header_container_bg.png) no-repeat;
}

#body_container {}

#left_column {
  width: 165px;
  float: left;
  position:relative;
  left:10px;
  padding: 0px 0px 0px 0px;
  overflow:hidden;
}

#right_column {
  width: 756px;
  float: left;
  position:relative;
  left:10px;
  padding: 0px 0px 0px 0px;
  overflow:hidden;
}

/******************* footer_container *******************/

#footer_container {
  clear:both;
  width: 982px;
  margin: 0px auto;
  height: 37px;
}

#footer_container ul {
  margin: 0px 0px 0px 0px;
  padding: 11px 0px 0px 250px;
}

#footer_container li {
  display: inline;
  color: #BF455F;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#footer_container a {
  color: #7F7C03;
  text-decoration: none;
}

#footer_container a:hover {
  color: #7F7C03;
  text-decoration: underline;
}

/******************* top_container *******************/

#top_container {}

#top_container p {
  float:left;
  width: 516px;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  float:left;
}

#top_container p img {
  border:0px;
}

/******************* top_basket *******************/

#top_basket {
  float: right;
  width: 142px;
  height: 82px;
  overflow:hidden;
  padding:10px 11px 0px 0px;
}

#top_basket_contents {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0px 10px 0px 10px;
  text-align:right;
  font-size:11px;
}

#top_basket_contents span {
  color: #E6B500;
}

#top_basket_contents #basket_items {
  margin:5px 0px 0px 0px;
}

#top_basket_contents #basket_total {
  margin:2px 0px 0px 0px;
}

/******************* top_search *******************/

#top_search {
  height: 32px;
  width:380px;
  position:relative;
  left:11px;
  clear:both;
  padding:0px 0px 0px 0px;
  float:left;
}

#top_search label span{
  display:none;
}

#top_search #search_box {
  background: url(../images/search_box.gif) top left no-repeat;
  padding:3px 0px 0px 5px;
  width:182px;
  height:19px;
  display:block;
}

#top_search .searchButton {
  margin-left:2px;
}

#top_search #query {
  color:#000000;
  border:0px;
  width:172px;
}

/******************* top_menu *******************/

#top_menu {
  height: 33px;
  float:right;
  width:546px;
  padding: 0px 1px 0px 0px;
}

#top_menu ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#top_menu li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 2px;
  display:block;
  height:33px;
  float:left;
}

#top_menu a {
  display:block;
  height:33px;
}

#top_menu span {
  display:none;
}

#top_menu li.about {
  background: url(../images/img_top_nav_about.gif) no-repeat;
  width:93px;
}

#top_menu li.account {
  background: url(../images/img_top_nav_account.png) no-repeat;
  width:120px;
}

#top_menu li.contact {
  background: url(../images/img_top_nav_contact.gif) no-repeat;
  width:108px;
}

#top_menu li.home {
  background: url(../images/img_top_nav_home.gif) no-repeat;
  width:65px;
}

#top_menu li.checkout {
  background: url(../images/img_top_nav_checkout.png) no-repeat;
  width:142px;
}

/**************** top_phone ****************/

#top_phone {
  padding:0px 0px 0px 11px;
}

/******************* left_menu *******************/

#left_menu_title {
  height:36px;
  background: url("../images/left_menu_title.gif") 0px 0px no-repeat;
}

#left_menu ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

#left_menu li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}


#menu_pet {
  padding: 5px 0px 0px 0px;
}

#menu_horse,
#menu_bird,
#menu_small,
#menu_clothing,
#menu_gifts {
  padding: 2px 0px 0px 0px;
}

#menu_gifts {
  padding: 2px 0px 14px 0px;
}

#menu_pet li span,
#menu_horse li span,
#menu_bird li span,
#menu_small li span,
#menu_clothing li span,
#menu_gifts li span {
  padding: 6px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  display:block;
  height:24px;
  width:147px;
  overflow:hidden;
  font-size:12px;
  font-weight:bold;
  z-index:10;
  position:relative;
}

#menu_pet li span {
  background: url(../images/bg_departments_pet.gif) no-repeat;
}

#menu_horse li span {
  background: url(../images/bg_departments_horse.gif) no-repeat;
}

#menu_bird li span {
  background: url(../images/bg_departments_bird.gif) no-repeat;
}

#menu_small li span {
  background: url(../images/bg_departments_small.gif) no-repeat;
}

#menu_clothing li span {
  background: url(../images/bg_departments_clothing.gif) no-repeat;
}

#menu_gifts li span {
  background: url(../images/bg_departments_gifts.gif) no-repeat;
}

#left_menu li a {
  color: #FFFFFF;
  text-decoration:none;
}

#left_menu li li a {
  color: #000000;
  text-decoration:none;
}

#left_menu ul li a:hover {
  text-decoration: underline;
}

#left_menu ul ul {
  list-style: none;
  padding: 16px 0px 0px 0px;
  margin: 0px 0px -13px 0px;
  background: url(../images/bg_departments_pet_top.gif) top left no-repeat;
  width:158px !important;
  width:156px;
  position:relative;
  top:-16px;
  overflow-x:hidden;
}

#left_menu #menu_horse ul ul {
  background: url(../images/bg_departments_horse_top.gif) top left no-repeat;
}

#left_menu #menu_bird ul ul {
  background: url(../images/bg_departments_bird_top.gif) top left no-repeat;
}

#left_menu #menu_small ul ul {
  background: url(../images/bg_departments_small_top.gif) top left no-repeat;
}

#left_menu #menu_clothing ul ul {
  background: url(../images/bg_departments_clothing_top.gif) top left no-repeat;
}

#left_menu #menu_gifts ul ul {
  background: url(../images/bg_departments_gifts_top.gif) top left no-repeat;
}

#left_menu li li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 1px;
  border-bottom:1px solid #FFFFFF;
  width:155px;
  overflow:hidden;
  font-weight:bold;
}

#left_menu li li span {
  background: #DBE2EE none;
  font-size: 10px;
  padding: 3px 0px 3px 10px;
  margin: 0px 0px 0px 0px;
  min-height:1px;
  height:auto !important;
  height:1px;
  overflow:visible;
}

#menu_horse li li span {
  background: #C6C08B none;
}

#menu_bird li li span {
  background: #DDB8C0 none;
}

#menu_small li li span {
  background: #D0BA9F none;
}

#menu_clothing li li span {
  background: #DDD9B8 none;
}

#menu_gifts li li span {
  background: #DDCEB8 none;
}

#left_menu ul ul ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: none;
  position:relative;
  top:0px;
}

#left_menu li li li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom:0px solid #FFFFFF;
  overflow:visible;
  font-weight:normal;
  background: #DBE2EE none;
  color:#477DAD;
}

#menu_horse li li li {
  background: #C6C08B none;
  color:#7F7C03;
}

#menu_bird li li li {
  background: #DDB8C0 none;
  color:#945461;
}

#menu_small li li li {
  background: #D0BA9F none;
  color:#7C4E15;
}

#menu_clothing li li li {
  background: #DDD9B8 none;
  color:#B1AD87;
}

#menu_gifts li li li {
  background: #DDCEB8 none;
  color:#BA7106;
}

#left_menu li li li span {
  background:none;
  font-size: 10px;
  padding: 3px 0px 3px 10px;
  margin: 0px 0px 0px 0px;
  min-height:1px;
  height:auto !important;
  height:1px;
  overflow:visible;
  width:135px;
  font-weight:normal;
}

#left_menu li li li li span {
  background:none;
  font-size: 10px;
  padding: 3px 0px 3px 18px;
  margin: 0px 0px 0px 0px;
  min-height:1px;
  height:auto !important;
  height:1px;
  overflow:visible;
  width:135px;
  font-weight:normal;
}

#left_menu li li.menu_end{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px -1px;
  height:8px !important;
  height:13px;
  overflow:hidden;
  width:159px;
  background: url(../images/menu_end.gif) top left no-repeat;
  display:block;
  border-top:0px solid red;
}


#left_menu #menu_horse .menu_end {
  background: url(../images/menu_end_horse.png) top left no-repeat;
}

#left_menu #menu_bird .menu_end {
  background: url(../images/menu_end_bird.png) top left no-repeat;
}

#left_menu #menu_small .menu_end {
  background: url(../images/menu_end_small.png) top left no-repeat;
}

#left_menu #menu_clothing .menu_end {
  background: url(../images/menu_end_clothing.png) top left no-repeat;
}

#left_menu #menu_gifts .menu_end {
  background: url(../images/menu_end_gifts.gif) top left no-repeat;
}

/******************* left_newsletter *******************/

#left_newsletter {
  height:65px;
  width:157px;
  background: url("../images/left_newsletter_bg.png") top left no-repeat;
  overflow:hidden;
  margin:0px 0px 0px 0px;
  padding:90px 0px 0px 8px;
}

#left_newsletter label {
  display:none;
}

#left_newsletter #emailaddress {
  color:#969696;
  width:130px;
  font-size:10px;
  padding:0px 0px 0px 0px;
}

#left_newsletter .joinButton {
  margin-top:2px;
}

/******************* welcome_container *******************/

#welcome_container {
  height: 40px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: url(../images/welcome_container_bg.gif) no-repeat;
}

#welcome_container p,
#welcome_container h1 {
  color:#FFFFFF;
  padding:9px 0px 0px 10px;
  margin:0px 0px 0px 0px;
  font-size:15px;
  font-weight:bold;
}

#welcome_container a {
  color:#FFFFFF;
  text-decoration:none;
}

#welcome_container a:hover {
  text-decoration:underline;
}

/******************* home_promos *******************/

#large_home_promo {
  width: 756px;
  height: 191px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 14px 0px;
  overflow:hidden;
  position: relative;
}

#small_home_promo {
  width: 433px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow:hidden;
  float:left;
}

#small_home_promo_2 {
  width: 308px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow:hidden;
  float:right;
}

#large_home_promo img,
#small_home_promo img,
#small_home_promo_2 img  {
  border:0px;
}

/******************* featured_products *******************/

#featured_products_title {
  height:38px;
  width:756px;
  overflow:hidden;
  background: url("../images/featured_products_title.png") top left no-repeat;
  margin: 4px 0px 0px 0px;
}

#featured_products {}

#featured_products .featured_product {
  width: 121px;
  height: 274px;
  background: url(../images/featured_product_pet.png) no-repeat;
  float: left;
  margin: 0px 6px 0px 0px;
}

#featured_products .menu_horse {
  background: url(../images/featured_product_horse.png) no-repeat;
}

#featured_products .menu_bird {
  background: url(../images/featured_product_bird.png) no-repeat;
}

#featured_products .menu_clothing {
  background: url(../images/featured_product_clothing.png) no-repeat;
}

#featured_products .menu_small {
  background: url(../images/featured_product_small.png) no-repeat;
}

#featured_products .menu_gifts {
  background: url(../images/featured_product_gifts.png) no-repeat;
}


#featured_products .end {
  margin: 0px 0px 0px 0px;
}

#featured_products .featured_product_category {
  padding: 10px 8px 0px 8px;
  margin: 0px 0px 0px 0px;
  height:31px;
  overflow:hidden;
  color:#FFFFFF;
  font-weight:bold;
  font-size:11px;
}

#featured_products .featured_product_image {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align:center;
}

#featured_products .featured_product_text {
  color: #FFFFFF;
  padding: 7px 8px 0px 8px;
  margin: 0px 0px 0px 0px;
  height: 41px;
  overflow:hidden;
}

#featured_products .featured_product_text a {
  color: #FFFFFF;
  text-decoration: none;
}

#featured_products .featured_product_text a:hover {
  color: #000000;
  text-decoration: none;
}

#featured_products .featured_product_saving {
  color: #FFFFFF;
  padding: 10px 8px 0px 8px;
  margin: 0px 0px 0px 0px;
}

#featured_products .featured_product_price {
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 8px 0px 8px;
  margin: 0px 0px 0px 0px;
  font-size:12px;
}

#featured_products .featured_product_price_only {
  color: #FFFFFF;
  font-weight: bold;
  padding: 25px 8px 0px 8px;
  margin: 0px 0px 0px 0px;
  font-size:12px;
}

#featured_products .featured_product_view {
  padding: 12px 0px 0px 6px;
  margin: 0px 0px 0px 0px;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
}

#featured_products .featured_product_view a {
  color: #FFFFFF;
  text-decoration: none;
}

#featured_products .featured_product_view a:hover {
  color: #000000;
  text-decoration: none;
}

/******************* breadcrumb_container *******************/

#breadcrumb_container {
  height:28px;
  overflow:hidden;
  background: url("../images/breadcrumb_bg.gif") top left no-repeat;
  margin:0px 0px 0px 0px;
  padding:8px 0px 0px 0px;
  font-weight:bold;
}

p#breadcrumb {
  color:#FFFFFF;
  padding:0px 0px 0px 15px;
  margin:0px 0px 0px 0px;
  line-height:22px;
  display:inline;
}

#breadcrumb_container h1 {
  font-size:11px;
  font-weight:bold;
  display:inline;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}


p#breadcrumb a,
#breadcrumb_container a {
  color:#FFFFFF;
  text-decoration:none;
}

p#breadcrumb a:hover,
#breadcrumb_container a:hover {
  color:#FFFFFF;
  text-decoration:underline;
}


/*********************** category_promos ***********************/

#category_promo,
#category_promo_2 {
  width: 376px;
  height: 100px;
  overflow:hidden;
  padding:2px 0px 0px 0px;
  margin:0px 0px 0px 0px;
}

#category_promo {
  float:left;
  text-align:left;
}

#category_promo_2 {
  float:right;
  text-align:right;
}

/*********************** Product Filters ***********************/

#browse_options {
  float: left;
  width:200px;
}

#browse_options label {
  display:none;
}

/*********************** Product Paging ***********************/

.product_paging_container {
  font-size: 10px;
  font-weight: bold;
  color: #AA072A;
  text-align: right;
  margin: 12px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 20px;
}

.product_paging_container select {
  color: #000000;
  border-top: 2px solid #969696;
  border-left: 2px solid #969696;
  font-size: 10px;
  margin: 0px 5px 0px 0px;
}

.product_paging_container a {
  font-weight: bold;
  color: #000000;
}

.product_paging_container a:hover {
  text-decoration: none;
}

/*********************** subcategories ***********************/

#subcategories {
  padding:0px 0px 5px 0px;
}

/*********************** subcategories - parent ***********************/

#subcategories .sub_category {
  width: 245px;
  height: 175px;
  margin: 9px 10px 1px 0px;
  background: url(../images/sub_category_bg_pet.png) no-repeat;
  overflow:hidden;
  float:left;
}

#subcategories .end {
  margin: 9px 0px 1px 0px;
}

#subcategories .sub_category_text  {
  height:28px;
  padding:3px 0px 5px 0px;
  text-align:center;
  line-height:15px;
  overflow:hidden;
  display:block;
}

#subcategories .sub_category_image {
  text-align:center;
}

#subcategories .sub_category_text a  {
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

#subcategories .sub_category_text a:hover {
  color:#000000;
  text-decoration:none;
}

/*********************** subcategories - child ***********************/

#subcategories .sub_category_small {
  width: 143px;
  height: 175px;
  margin: 9px 10px 1px 0px;
  background: url(../images/sub_category_bg_small_pet.gif) no-repeat;
  overflow:hidden;
  float:left;
}

#subcategories .end {
  margin: 9px 0px 1px 0px;
}

#subcategories .sub_category_small_text {
  height:28px;
  padding:3px 0px 5px 0px;
  text-align:center;
  line-height:15px;
  overflow:hidden;
  display:block;
  position:relative;
}

#subcategories .sub_category_small_text a {
  padding:0px 5px 0px 5px;
}

#subcategories .sub_category_small_image {
  text-align:center;
}

#subcategories .sub_category_small_text a  {
  color:#FFFFFF;
  text-decoration:none;
  /*font-weight:bold;*/
}

#subcategories .sub_category_small_text a:hover {
  color:#000000;
  text-decoration:none;
}

/*********************** Product Listings ***********************/

.product {
	width: 121px;
	height: 218px;
	float: left;
	margin: 6px 6px 0px 0px;
	background: url(../images/product_bg.gif) no-repeat;
	overflow:hidden;
	position:relative;
}

.product_sale_sash {
  position:absolute;
  top:4px;
  left:4px;
}

#product_listings .end,
#related_products .end
{
	margin: 6px 0px 0px 0px;
}


#product_listings .menu_horse,
#related_products .menu_horse {
	background: url(../images/product_bg_horse.gif) no-repeat;
}

#product_listings .menu_bird,
#related_products .menu_bird {
	background: url(../images/product_bg_bird.gif) no-repeat;
}

#product_listings .menu_small,
#related_products .menu_small {
	background: url(../images/product_bg_small.gif) no-repeat;
}

#product_listings .menu_clothing,
#related_products .menu_clothing {
	background: url(../images/product_bg_clothing.gif) no-repeat;
}

#product_listings .menu_gifts,
#related_products .menu_gifts {
	background: url(../images/product_bg_gifts.gif) no-repeat;
}

.product .image {
	padding: 5px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

.product .text {
	font-size: 11px;
	padding: 5px 7px 0px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
	height: 43px;
	overflow:hidden;
}

.product .text_attrib {
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
	height: 14px;
	overflow:hidden;
}

.product .text a {
  color: #000000;
  text-decoration: none;
}

.product .text a:hover {
  color: #000000;
  text-decoration: underline;
}

.product .price {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.product .price_saving {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/*********************** main_product ***********************/

#product_left {
  float: left;
  width: 265px;
  margin: 17px 0px 5px 3px;
}

#product_right {
  float: right;
  width: 483px;
  padding: 0px 0px 0px 0px;
  margin: 17px 0px 0px 0px;
}

/*********************** Product Left ***********************/

#product_thumbs {
  width: 266px;
  float: left;
  padding:5px 0px 0px 0px;
}

#product_thumbs .click_enlarge {
  padding: 4px 0px 0px 6px;
  clear: both;
  font-size: 9px;
  color: #000000;
}

#product_thumbs .click_enlarge span {
  color: #AA072A;
  font-size: 11px;
}

#main_image img {
  border: 1px solid #ECEDED;
}

#product_thumbs p{
  float: left;
  width: 57px;
  height: 57px;
  border: 1px solid #ECEDED;
  margin: 5px 5px 0px 0px !important;
  margin: 5px 4px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
  padding: 1px;
}

/*********************** Product Right ***********************/

#product_right_top img {
  padding:0px 0px 15px 0px;
}

#product_right select {
  width: 140px;
}

#product_right .text {
  font-size: 12px;
  color: #DE0019;
}

#product_right .textbox {
  border-top: 2px solid #969696;
  border-left: 2px solid #969696;
  font-size: 10px;
  color: #666666;
}

h1.product_title {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 12px 0px 0px;
  color: #000000;
  font-weight:bold;
}

.short_desc {
  padding: 12px 0px 0px 0px;
  color: #000000;
}

.short_desc p {
  margin: 0px 0px 5px 0px;
  padding: 5px 12px 0px 0px;
  line-height:14px;
}

.short_desc ul {
  margin: 0px 12px 0px 12px;
  padding: 0px 0px 0px 0px;
}

.short_desc li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height:14px;
}



/*********************** Product Variations ***********************/

#productVariations_tile {
  background:url(../images/productVariations_tile.gif) repeat-y;
  margin:10px 0px 0px 0px;
}

#productVariations_end {
  background:url(../images/productVariations_end.gif) bottom left no-repeat;
}

#productVariations {
  background:url(../images/productVariations_header.gif) top left no-repeat;
  padding:2px 2px 0px 2px;
  width:475px;
  overflow:hidden;
}

#productVariations th {
  border-right:1px solid #FFFFFF;
  height:28px;
  overflow:hidden;
  text-transform:uppercase;
  padding:0px 5px 0px 5px;
  color:#FFFFFF;
}

#productVariations th.end,
#productVariations td.end {
  border-right:0px;
}

#productVariations td {
  border-right:1px solid #E6E6E6;
  border-top:1px solid #E6E6E6;
  padding:3px 5px 3px 5px;
}

#productVariations td table td {
  border: 0px;
  padding: 0px 3px 0px 0px;
}

#productVariations .rrp_price {
  text-decoration:line-through;
}

#productVariations .price_product {
  font-weight:bold;
}

/*********************** Product Information ***********************/

.middle_box_header {
  background: url(../images/middle_box_header_bg.gif) no-repeat;
  height:23px;
  width:737px;
  margin: 10px 0px 0px 0px;
  padding:6px 10px 0px 10px;
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
}

.middle_box_header_brand {
  background: url(../images/brand_profile_header.gif) no-repeat;
  height:23px;
  width:737px;
  margin: 10px 0px 0px 0px;
  padding:6px 10px 0px 10px;
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
}

.gen_content {
  padding:3px 10px 10px 10px;
  line-height:15px;
}

.manufacturer_desc {
  background: #DBE2EE url(../images/brand_profile_bg.gif) bottom left no-repeat;
  margin: 0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.manufacturer_desc a{
  color:#000000;
  text-decoration:none;
}

.manufacturer_desc a:hover {
  color:#000000;
  text-decoration:underline;
}

/*********************** Basket ***********************/

#cms {
  background: #EEEEDE url(../images/cms_page_bg.gif) bottom left no-repeat;
	min-height:675px;
	height:auto !important;
	height:675px;
	padding:0px 10px 0px 10px
}

#cms_basket {
  background: #EEEEDE url(../images/cms_page_bg.gif) bottom left no-repeat;
	min-height:1px;
	height:auto !important;
	height:1px;
	padding:0px 10px 5px 10px
}

.basket_text {
  background: #EEEEDE;
  /*border-top:1px solid #FFFFFF;*/
}

.basket_text_alt {
  background: #EEEEDE;
}

.basket_text_alt a, .basket_text a {
  color: #000000;
}

.basket_table {
  font-size: 10px;
}

.basketheader, .table_row_header {
  background: #AA072A;
}

.basketheader td,.table_row_header {
  font-weight: bold;
  color: #ffffff;
}


/*********************** cms_page ***********************/

.cms_page  {
  background: #EEEEDE url(../images/cms_page_bg.gif) bottom left no-repeat;
	min-height:675px;
	height:auto !important;
	height:620px;
}

.cms_page a {
  color:#000000;
  text-decoration:none;
}

.cms_page a:hover {
  color:#000000;
  text-decoration:underline;
}

.cms_page p {
  padding:5px 0px 5px 0px;
}

.cms_about_us  {
  background: url(../images/cms/cms_about.jpg) bottom left no-repeat;
	min-height:675px;
	height:auto !important;
	height:675px;
}

.cms_delivery_returns  {
  background: url(../images/cms/cms_delivery.jpg) bottom left no-repeat;
	min-height:675px;
	height:auto !important;
	height:675px;
}

.cms_contact_us  {
  background: url(../images/cms/cms_contact.jpg) bottom left no-repeat;
	min-height:675px;
	height:auto !important;
	height:675px;
}

#cms_page_left  {
	min-height:656px;
	height:auto !important;
	height:656px;
	border-right:1px solid #9B993A;
	float:left;
	margin:19px 0px 0px 0px;
	line-height:15px;
}

#cms_page_right  {
	float:right;
	margin:19px 0px 0px 0px;
	line-height:15px;
}

/**********************/

.cms_about_us #cms_page_left  {
	width:586px;
	min-height:646px;
	height:auto !important;
	height:646px;
	padding:0px 10px 10px 10px;
}

.cms_about_us #cms_page_left h1  {
	width:479px;
	height:70px;
	padding:0px 0px 0px 0px;
	background: url(../images/cms/cms_about_header.gif) bottom left no-repeat;
	display:block;
}

.cms_about_us #cms_page_left h1 span {
  display:none;
}

.cms_about_us #cms_page_left h2  {
	color:#9B993A;
	font-size:14px;
	padding:10px 0px 0px 0px;
}

.cms_about_us #cms_page_right  {
	width:148px;
	min-height:656px;
	height:auto !important;
	height:656px;
}

.cms_about_us #cms_page_right ul  {
	padding:0px 0px 0px 16px;
	margin:0px 0px 0px 0px;
	list-style:none;
}

.cms_about_us #cms_page_right li  {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	list-style:none;
	height:111px;
	width:110px;
	overflow:hidden;
}

.cms_about_us #cms_page_right h2  {
	padding:0px 0px 0px 16px;
}


.cms_about_us #cms_page_right p  {
	padding:5px 35px 10px 16px;
	font-size:10px;
}

/**********************/

.cms_delivery_returns #cms_page_left  {
	width:481px;
	min-height:656px;
	height:auto !important;
	height:656px;
	padding:0px 10px 0px 10px;
}

.cms_delivery_returns #cms_page_left h1  {
	width:328px;
	height:70px;
	padding:0px 0px 0px 0px;
	background: url(../images/cms/cms_delivery_header.gif) bottom left no-repeat;
	display:block;
}

.cms_delivery_returns #cms_page_left h1 span {
  display:none;
}

.cms_delivery_returns #cms_page_left td td {
	padding-left:0px;
	border-bottom:1px solid #1A171B;
}

.cms_delivery_returns #cms_page_left h2  {
	color:#9B993A;
	font-size:14px;
	padding:10px 0px 0px 0px;
}

.cms_delivery_returns #cms_page_right  {
	width:243px;
	min-height:656px;
	height:auto !important;
	height:656px;
}

.cms_delivery_returns #cms_page_right h2  {
	color:#9B993A;
	font-size:14px;
	padding:0px 0px 2px 0px;
}


/**********************/

.cms_contact_us #cms_page_left  {
	width:482px;
	min-height:656px;
	height:auto !important;
	height:656px;
	padding:0px 10px 0px 10px;
}

.cms_contact_us #cms_page_left h1  {
	width:479px;
	height:70px;
	padding:0px 0px 0px 0px;
	background: url(../images/cms/cms_contact_header.gif) bottom left no-repeat;
	display:block;
}

.cms_contact_us #cms_page_left h1 span {
  display:none;
}

.cms_contact_us #contact_form_box h2  {
	color:#9B993A;
	font-size:14px;
	padding:10px 0px 3px 0px;
}

.cms_contact_us #cms_page_right  {
	width:243px;
	min-height:656px;
	height:auto !important;
	height:656px;
}


#contact_form_box {
  float:right;
  width:244px;
}

#contact_form_box .textbox {
  width:220px;
  margin:3px 0px 8px 0px;
}


.branch_info_top {
  margin:0px 11px 0px 0px;
  padding:0px 0px 10px 0px;
  line-height:15px;
}

.branch_info {
  border-top:1px solid #4F4D4C;
  margin:0px 11px 0px 0px;
  padding:10px 0px 10px 0px;
  line-height:15px;
}

/*********************** CMS Titles ***********************/

#sitemap_title {
	width:347px;
	height:43px;
	padding:19px 0px 0px 0px;
	background: url(../images/cms/cms_sitemap_header.gif) bottom left no-repeat;
	display:block;
}

#sitemap_title span {
  display:none;
}

#cms h2  {
	color:#9B993A;
	font-size:14px;
	padding:0px 0px 0px 0px;
}

#cms h2 a  {
	color:#9B993A;
	text-decoration:none;
}

#terms_conditions_title {
	width:347px;
	height:35px;
	padding:19px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	background: url(../images/cms/cms_terms_header.gif) 0px 19px no-repeat;
	display:block;
}

#terms_conditions_title span {
  display:none;
}

#privacy_policy_title {
	width:347px;
	height:43px;
	padding:19px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	background: url(../images/cms/cms_privacy_header.gif) 0px 19px no-repeat;
	display:block;
}

#privacy_policy_title span {
  display:none;
}


#payment_information {
	width:347px;
	height:35px;
	padding:19px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	background: url(../images/cms/cms_secure_header.gif) 0px 19px no-repeat;
	display:block;
}

#payment_information span {
  display:none;
}



/*********************** My Account ***********************/

#my_account_page {
  background: #EEEEDE url(../images/cms_page_bg.gif) bottom left no-repeat;
	min-height:656px;
	height:auto !important;
	height:656px;
	padding:19px 10px 0px 10px
}

#my_account_page h1  {
	width:259px;
	height:70px;
	padding:0px 0px 0px 0px;
	background: url(../images/cms/cms_account_title.gif) bottom left no-repeat;
	display:block;
}

#my_account_page h1 span {
  display:none;
}

#my_account_page h2  {
	color:#9B993A;
	font-size:14px;
	padding:5px 0px 3px 0px;
}

/*********************** Product Enquiry ***********************/


#brochure_form {}

#brochure_form .textbox {
  width:400px;
  margin:3px 0px 8px 0px;
}

/***************** BUNDLES **************************/

#bundle_table {
  padding:0px 0px 0px 0px;
}

#bundle_table .bundle_table_prices  {
	padding:10px 10px 0px 10px;
	text-align:center;
}


#bundle_table .bundle_table_title a {
  color:#1a171b;
	font-size:13px;
  text-decoration:none;
  font-weight:bold;
}

#bundle_table .bundle_table_title a:hover {
  color:#1a171b;
  text-decoration:underline;
}

#bundle_table p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#1a171b;
}

#bundle_table p.bundle_table_save {
	color:#477dad;
	text-transform:uppercase;
	font-weight:bold;
}

#bundle_table p.bundle_table_price {
	color:#aa072a;
	font-size:24px;
	font-weight:bold;
	padding:5px 0px 10px 0px;
}

#bundle_table .bundle_table_view {
  text-align:right;
}

#bundle_table .bundle_table_view img {
  margin:18px 0px 5px 0px;
}

#bundle_contents td {
  padding:5px 0px 5px 0px;
}

#bundle_contents img {
  padding:0px 10px 0px 0px;
}

#bundle_table td {
  padding:10px 10px 10px 10px;
}

#bundle_table td.bundles_space img,
#bundle_contents td.bundles_space img {
  background-color:#477dad;
  padding:0px 0px 0px 0px;
}

/*********************** Competition ***********************/
#cms_page_com{
	float:left;
}
#comp_all{
	float:left;
	padding-top:10px;
}
.comp_list_header{
	float:left;
	color: #9b993a;
	font-weight: bold;
	font-size:14px;
	padding:0px 0px 10px 0px;
	width: 418px;
}
.comp_list_header a{
	color: #9b993a;
}
.comp_content_outer{
	float:left;
	padding:0px 10px 0px 10px;
	width:736px;
}
.comp_content{
	float:left;
	border-bottom:2px solid #c4c083;
	padding:10px 0px 10px 0px;
	width:736px;
}
.comp_content_last{
	border:none;
}
.comp_content .comp_info{
	float:left;
	padding:0px 40px 10px 0px;
	width:400px;
}
.comp_content .dom_img{
	float:right;
	width:255px;
	position: relative;
}
.comp_content .dom_img img{
	border:none;
}
#back_to_archive{
	float:left;
	font-weight:bold;
	padding-top:10px;
}
.competition_closed{
	float:left;
	font-weight:bold;
	width:418px;
	padding:0px 0px 10px 0px;
}
.closing_date{
	float:left;
	width:418px;
	padding:10px 0px 0px 0px;
}
.closing_date_final{
	float:left;
	width:418px;
	padding:30px 0px 0px 0px;
}
.com_close_img{
	position: absolute;
	left:0px;
	top:0px;
}
.entry_form{
	float:left;
	width:480px;
	padding:10px 0px 0px 0px;
}
.input_com_form{
	width:300px;
	margin:5px 0px 5px 0px;
}
.competiton_entry_heading{
	font-weight:bold;
	color:#9b993a;
	font-size:14px;
}
.entry_terms{
	float:left;
	width:254px;
	padding:10px 0px 0px 0px;
}
.disclaimer{
	float:left;
	width:254px;
	font-weight:bold;
	padding-bottom:10px;
}
.required_button{
	float:left;
	padding:10px 0px 0px 0px;
}
.required_field{
	float:left;
	padding:10px 0px 0px 40px;
}
.competition_archive{
	float:left;
	width:746px;
	height:87px;
	background-image: url(/images/competition_archive_bg.gif);
	padding:35px 0px 0px 10px;
}
.find_us{
	float:left;
	padding:10px 0px 10px 0px;
}
.error_message{
	float:left;
	padding:10px 0px 0px 0px;
	width:736px;
}
#qo_text{
	padding:0px 0px 0px 10px;
}
.winner{
	color: #bb1135;
}
.comp_info a img{
	border:none;
}

#cat_desc{
  padding: 0px 5px 5px 5px;
}

#cat_desc h1{
  display: block;
  margin: 0px;
  padding: 5px 0px;
}

#cat_desc_image{
  float: right;
  padding: 0px 0px 10px 20px;
}

#cat_desc_image a img{
  border: 0px;
}

#lower_cat_desc{
  text-align: center;
  padding: 5px 0px;
}

#expressdeliverybanner {
	float: right;
}

#cat_desc_text p{padding: 5px 0;}

/*********************** index page ***********************/

#cms_index {
postion:relative;
padding: 10px 2px 5px 2px;
font-size:9px;
}

#header_social_buttons {height: 25px; width: 160px; float: left;padding: 56px 0 0 105px;}
#header_social_buttons #facebook_container {width: 47px; float: left; text-align: right; margin: 0; overflow:hidden;}
#header_social_buttons #twitter_container {width: 61px; float: left; text-align: right; margin: 0 0 0 7px;}
#header_social_buttons #google_container {width: 32px; float: left; text-align: right; margin: 0 0 0 10px;}
