/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #EAECEE;
	color: White;
	text-align: center;
}

#wrapper {
 width: 960px;
 margin: 0px auto;
 text-align: left;
 background: White;
 color: Black;
}

#container {
	display: block;	
	margin: 0 auto;
	position: relative;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}

/* --- Header section ------------------------------------------------ */
#header {
	height: 310px;
	margin: 0px;
	position: relative;
	zoom: 1;
}

#header img { display: block; }

#header #title {
	height: 70px;
	margin: 0px 10px 0px 10px;
}

#header #basketshort {
 position: absolute;
 top: 200px;
 left: 604px;
 width: 175px;
 height: 56px; 
 color: #6A6456;
}

#header #basketshort a { color: White; text-decoration: none; }
#header #basketshort a:hover { text-decoration: underline; }

#header #headersearch { 
 position: absolute;
 top: 214px;
 left: 319px;
 width: 180px;
 height: 52px; 
}

#searchbox {  }

#searchbox input.field {
 width: 135px;
 font: 17px Arial, Helvetica, sans-serif;
 color: #6A6456;
 background: White;
 position: absolute;
 top: 8px;
 left: 0px; 
}

#searchbox input.button {
 border: none;
 position: absolute;
 top: 0px;
 right: 0px;
} 

#searchbox #searchbutton { 
 text-align: left; 
 margin: 0px 0px 0px 4px;
 padding: 0px; 
 background: transparent url(../templateimages/content/search_go.gif) no-repeat 0px 0px;
}

#photo_advert {
 width: 250px;
 height: 386px;
 position: absolute;
 top: 0px;
 right: 0px;
 overflow: hidden;
}

#home_focal {
 background: White;
 width: 496px;
 height: 237px;
 overflow: hidden;
}

/* Top links */
	
#header2 { display: none; }

#header2 .links2 {
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}

#header2 .links2 a:hover	{
	color: black;
	text-decoration: underline;
}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 0px;
	margin: 0px;
	background: White;
}

.center { text-align: center; }

/* Dynamic page content section of page body */
#pagecontent {
	width: 790px;	
	float: left;
	margin-left: 10px;
	padding: 0px;
}

#pagecontent_pad {
	padding: 2px 10px 5px 10px;
}

/* Left hand section of page body */
#left {
	width: 150px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	overflow: hidden;	
}

#lhs_categories {
 background: transparent url(../templateimages/content/CATS_top.gif) no-repeat 0px 0px;
 margin-top: 2px; 
 padding: 10px 0px 0px 0px; 
}

#lhs_categories h4 {
 text-indent: -9999;
 margin: 0px;
 padding: 0px;
 height: 22px;
 background: transparent url(../templateimages/content/CATS_title.gif) no-repeat 0px 0px;
}

#lhs_categories div#lhs_cats_outer {
 background: transparent url(../templateimages/content/CATS_background.gif) repeat-y 0px 0px; 
}

#lhs_minibasket {
 margin-top: 10px;
 margin-bottom: 10px;
}

#lhs_minibasket h1 {
 font-size: 85%;
 text-indent: -9999;
 background: transparent url(../templateimages/content/Title-LHS-Basket.gif) no-repeat 0px 0px;
 height: 20px;
}

/* --- Category menu ------------------------------------------------- */
#categorymenu { margin: 0px; padding: 0px; }
#categorymenu div { background-image: none; }

#categorymenu ul {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	border: 0;	
	border-right: 1px solid #9D9F9A;	
}

#categorymenu ul li {
	list-style: none;
	width: 150px;	
	padding: 10px 0px 0px 0px;
}

#categorymenu ul li div { font-size: 9pt; }
#categorymenu ul li div a { display: block; padding: 1px 2px 2px 2px; color: #666666; }
#categorymenu ul li div a:hover { color: Black; }
#categorymenu ul ul { margin: 0px 0px 0px 10px; padding: 0px; border-right: none;}
#categorymenu ul li { padding-top: 10px; }
#categorymenu ul ul li { padding-top: 0px; }
#categorymenu ul ul li div { font-weight: normal; font-size: 8pt; }

#categorymenu ul ul li div a {
 background: transparent url(../templateimages/content/cats_menu_bullet1.gif) no-repeat 0px 4px;
 padding-left: 10px;
 padding-bottom: 4px;
 color: #666666;
}

#categorymenu ul ul li div a:hover { color: Black;}
#categorymenu ul ul ul { margin-top: 0px; }
#categorymenu ul ul ul li div a { padding-left: 10px; }
#categorymenu ul ul ul ul li div a { padding-left: 20px; }
#categorymenu ul ul ul ul ul li div a { padding-left: 30px; }
#categorymenu ul ul ul ul ul ul li div a { padding-left: 40px; }

/* --- Footer -------------------------------------------------------- */
#footer {
 background: transparent url(../templateimages/content/footer_background.gif) repeat top;
 clear: both;
 text-align: left;
 height: 59px; 
}

#footer #emergency { width: 150px; float: left; }
#footer #copyright { float: left; width: 600px; color: White; padding-left: 20px; }
#footer #copyright a { color: White; font-weight: normal; }
#footer #copyright a:hover { text-decoration: underline; }

#footer #basemenu { float: left; padding-left: 20px; }
#footer #basemenu ul { margin: 10px 0px 10px 0px; padding: 0px; }
#footer #basemenu li { list-style: none; margin: 0px; padding: 0px; display: inline; }
#footer #basemenu a { font-size: 8pt; color: White; margin-right: 6px; }
#footer #basemenu a:hover { text-decoration: underline; }

/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad { padding: 0px 5px 0px 8px; }

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* ------------ Top lists -------------------------------------------- */
#toplists {
	padding: 0;
	width: 100%;
	clear: both;
}

#toplists .box {
	width: 373px;
	font-size: 8pt;
	float: left;	
	padding-bottom: 10px;
}

#toplists .pad {
	margin: 0px 15px 10px 0px;
}

#toplists ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#toplists ul li {
	list-style: none;
	float: none;
	clear: both;	
	background: transparent url(../templateimages/content/cats_menu_bullet1.gif) no-repeat 0px 3px;
 padding-left: 14px;
 padding-bottom: 4px;
}

#toplists ul li div a { color: #3B3B3B; }
#toplists ul li div a:hover { color: #1D5895; }

#toplists ul li div {
	display: block;
	font-size: 8pt;		
}

#toplists h4.latestproducts {
 margin: 2px 0px 8px 0px;
 padding: 0px;
 width: 370px;
 height: 30px;
 text-indent: -9999;
 background: transparent url(../templateimages/content/title-latest.gif) no-repeat top left; 
}

#toplists h4.topsellers {
 margin: 2px 0px 8px 0px;
 padding: 0px;
 width: 370px;
 height: 30px;
 text-indent: -9999;
 background: transparent url(../templateimages/content/title-topsellers.gif) no-repeat top left; 
}

.rrp {
 text-decoration: line-through;
}

#home_region1 {
 clear: both;
 padding-top: 10px;
 border-top: 1px solid #CBD5DB;
}

#home_region2a .products_shortened .box { height: 250px; }
#home_region2b .products_shortened .box { height: 250px; }
#home_region2c .products_shortened .box { height: 250px; }

#home_region2a .minprice { display: none; }
#home_region2b h2, #home_region2b .minprice { display: none; }
#home_region2c h2, #home_region2c .minprice { display: none; }

#home_region5 { margin-top: 2px; }

div.page p {
 text-align: justify;
 font: 8pt/12pt Verdana,Arial,Helvetica,Sans-Serif; 
}

div.page ul {
 text-align: justify;
 list-style: square;
 font: 8pt/12pt Verdana,Arial,Helvetica,Sans-Serif; 
}

div.page li { margin-bottom: 3px; }

div.page p.intro { font-weight: bold; }

div.page h3 { font-size: 14px; color: #1D5895; }

.float_left {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 border: none;
}

.float_right {
 float: right;
 margin-left: 10px;
 margin-bottom: 10px;
 border: none;
}

.ifyouhaveone {
 float: right !important;
 padding-left: 10px;
}

/* ------------ Homepage Specials ------------------------------------ */
.specials {
	clear: both;
	margin-top: 10px;
}

.specials h2 {
	display: block;
	margin-bottom: 12px;
}

p.highlight {
 text-align: center !important;
 font-weight: bold !important;
 color: Red;
}

#warning_product {
	display: block;		
	background-color: #FFCCCC;
	border: 1px solid Red;
	margin: 10px 190px 10px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}

#warning_product h2 {
 background: Red;
 color: White;
 text-align: center;
 padding: 4px 12px;
 text-transform: uppercase;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px; 
 -webkit-border-top-right-radius: 10px;
}

#warning_product p { color: Black; padding: 4px 12px; font-weight: bold;}

#warning_basket {
	display: block;		
	background-color: #FFCCCC;
	border: 1px solid Red;
	margin: 10px 0px 10px 0px;	
	border-radius: 10px;
	-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
}

#warning_basket h2 {
 background: Red;
 color: White;
 text-align: center;
 padding: 4px 12px;
 text-transform: uppercase;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px; 
 -webkit-border-top-right-radius: 10px; 
}

#warning_basket p { color: Black; padding: 4px 12px; font-weight: bold;}

.faq {
 
}

.faq p.question {
 font-weight: bold;
 padding: 0px;
 margin: 0px 0px 12px 0px;
}

.faq p.answer {  
 margin: 0px 0px 30px 30px;
 display: none;
}



/* IE6 css fixer v0.4: Fri, 02 Oct 2009 12:46:33 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#left,
#pagecontent,
#footer #emergency,
#footer #copyright,
#footer #basemenu,
#toplists .box,
.float_left,
.float_right,
.ifyouhaveone {display:inline;}

/* convert min height values */
#centrecontainer {height:100%;}


/* add zoom:1 to overflow:hidden */
#photo_advert,
#home_focal {zoom:1;}

/* add zoom:1 to pos:relative elements */
#container,
#header {zoom:1;}

/* Pagination */
.paging {
 margin: 8px 0px;
 padding: 4px 0px;
 background: transparent url(../templateimages/back_fade2.png) repeat-x top; 
}
.paging a { font-weight: normal; font-size: 1em; padding: 1px;}
.paging a:hover { background: Orange; color: White;}
.paging strong { color: #1D5895; }

.paging_header { text-align: center; padding-bottom: 4px; border-top: 1px solid silver;}
.paging_footer { text-align: center; }

.petdetailstable {
 padding-bottom: 8px;
 width: 400px;
}