/* CSS Document */

form {
	margin:0;
	padding:0;
}

img {
	border:0;
}

.break {
	clear:both;
	height:1px;
	overflow:hidden;
}

#container_books {
	width: 756px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px 0 10px 10px;
}

#left {
 	width: 164px;
	float:left;
	margin-right:10px;
}

#right {
	float:left;
	width:581px;
}

#topheader {
	width:758px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	margin:0 0 14px -4px;
	background-image: url(/images/tophdrbg.png);
	background-repeat:no-repeat;
	color:#434343;
}

#topheader a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

#topheader a:hover {
	color:#c90000;
}

.menuheader {
	background-image: url(/images/menuheaderbg.png);
	background-repeat:no-repeat;
	font-size:15px;
	font-family:arial;
	padding:5px 0 3px 7px;
	font-weight:bold;
	border-right:1px solid #bbbbbb;
	color:#434343;
}

a.accountbutton {
	width:70px;
	height:20px;
	margin-top:5px;
	float:left;
	display:block;
	background-repeat:no-repeat
}

a.accountbutton:hover {
	background-position:0px -20px;
}

a.accountbutton.myaccount {
	background-image:url(/images/myaccount.png);
}

a.accountbutton.logout {
	background-image:url(/images/logout.png);
	margin-left:8px;
}

.menu {
	width: 162px;
	border:1px solid #bbbbbb;
	border-top:0;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

.menu h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image: url(/images/gradient1a.jpg);
	padding:5px;
	border-bottom:1px solid #bbbbbb;
	margin:0;
}

.menu h4 {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#333333;

	background:#dddddd;  

	padding:2px 0px 2px 5px;

	margin:0 -6px 3px -6px;

}

.menu p {
	padding:5px;
	margin:0;
}

.menu#searchbox input {
	width:100px;
}

/* category menu styles - these cascade - need to set sub menu styles to overwrite. */

.menu ul{
	list-style:none;
	margin: 0;
	padding:6px;
	font-size:12px;
}

.menu ul li {
	padding:0 0 6px 0;
}

.menu ul li a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.menu ul li a:hover {
	color:#c90000;
	text-decoration:none;
}

.menu ul li.current a {
	color:#CC0000;
}

/* sub category menu styles - styles here will overwrite menu styles above */

.menu ul li ul {
	padding:3px 2px 4px 8px;
	font-weight:normal;
	border-bottom:1px solid #dddddd;
	margin-bottom:5px;
	font-size:11px;
}

.menu ul li ul li {
	padding:0 0 1px 0;
}

.menu ul li ul li a, .menu ul li.current ul li a {
	font-weight:normal;
	text-decoration:none;
	color:#666666;
}

.menu ul li ul li a:hover {
	text-decoration:none;
}

.menu ul li ul li.current a {
	color:#CC0000;
}


/* top menu */

#top_menu {
	padding: 0;
	margin:0;
	height:36px;
}

#top_menu ul {
	list-style:none;
	margin: 0 0 0 0;
	padding:0;
}

#top_menu ul li {
	padding: 0;
	float:left;
	margin:0 0 13px 0;
}

#top_menu ul li a {
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	display:block;
	padding:6px;
	background-color:#dddddd;
	float:left;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

#top_menu ul li a:hover {
	color:#CC0000;
	background-color:#eeeeee;
}

#top_menu ul li#basketlink a {
	border-right: 1px solid #bbbbbb;
	background-color:#AAAAAA;
}

#maincontent {
	width:569px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	border: 1px solid #bbbbbb;
	background-color:#FFFFFF;
	/* background-image: url(./images/gradientbg.png);
	background-position:right;
	background-repeat:none; */
	padding:5px;
	overflow:hidden;
}

#maincontent h1 {
	font-size:17px;
	font-family: arial,verdana,sans-serif;
	margin:-5px -5px 0 -5px;
	padding:4px 0 2px 5px;
	background-image: url(./images/gradient1a.jpg);
	border-bottom:#bbbbbb;
	color:#434343;
}

#maincontent h2 {
	font-size:16px;
	font-weight: bold;
	font-family: arial,verdana,sans-serif;
	font-size: large;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 3px;
	margin-left: 0pt;
}

#maincontent h2.t {
	font-size:15px;
	margin:0 0 0 -4px;
	padding:2px 0 4px 4px;
	background-image: url(/images/gradient3.jpg);
	background-repeat: repeat-x;
}

#maincontent .listing_horiz_text h2.t{
	background-image: url(/images/gradient3-trans.png);
}

#maincontent h3 {
	font-size:15px;
	font-weight: bold;
	font-family: arial,verdana,sans-serif;
	font-size: medium;
}

h3.m {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt; }

#maincontent p {
	margin:0;
	padding-bottom:10px;
}

#breadcrumbs {
	padding:3px 0 10px 0;
	font-size:11px;
}

#breadcrumbs a {
	color:#999999;
}

#breadcrumbs a:hover {
	color:#CC0000;
}

.pharmacybg {
	background-image: url(./images/keyboard120.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* currency styles */

#currency {
	width:760px;
	height:25px;
	padding:0;
	margin-bottom:8px;
	float:left;
}

#currency img#currency-button {
	margin:0;
}

#currency a.currency-type {
	width:50px;
	height:25px;
	display:block;
	background-image:url(/images/pound.png);
	background-repeat:no-repeat
}

#currency a.currency-type.euro {
	background-image:url(/images/euro.png);
}

#currency a.currency-type.dollar {
	background-image:url(/images/dollar.png);
}

#currency a.currency-type:hover, #currency a.currency-type.current {
	background-position:0px -25px;
}

/* shop button styles */

a.shopbutton {
	width:90px;
	height:25px;
	display:block;
	background-repeat:no-repeat
}

a.shopbutton.viewbasket {
	background-image:url(/images/viewbasket.png);
}

a.shopbutton.checkout {
	background-image:url(/images/checkout.png);
}

a.shopbutton.addbasket {
	background-image:url(/images/addbasket.png);
}

a.shopbutton:hover {
	background-position:0px -25px;
}

/* more info */

a.more-info {
	width:70px;
	height:20px;
	display:block;
	background-image:url(/images/more-info.png);
	background-repeat:no-repeat
}

a.more-info:hover {
	background-position:0px -20px;
}

/* box styles - listing page */

.category {
	float: left;
	margin: 0 9px 10px 0;
	width: 134px;
	}

.listing {
	border-top: 1px solid #bbbbbb;
	float:left;
	margin: 0 0 11px 11px;
	width:132px
}

.listing.first {
	margin-left:0;
}

.listing h2 {
	font-size:11px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:4px 0 4px 0 !important;
	margin:0;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	background-image: url(/images/gradient3.jpg);
	background-repeat: repeat-x;
}

.listing h2 a {
	color:#000000;
	text-decoration:none;
}

.listing h2 a:hover {
	color:#CC0000;
}

.listing .listingimg {
	text-align:center;
}

.listing .moreinfo {
	text-align:center;
	margin: 0 auto 0 auto;
	padding:4px 0 4px 0;
}

.listing .pricefrom {
	text-align:center;
}

.listing .pricewas {
	text-align:center;
	color:#c90000;
	text-decoration : line-through;
}


/* basket page */

.basketitem {
	font-size:12px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:1px;
}

.basketitem a {
	color:#000000;
	text-decoration:none;
}

.basketitem a:hover {
	color:#CC0000;
}


/* detail page */

.pd {font-size:13px;width:330px;padding:0 15px 0 15px;}
.pdhr {height:1px;background:#bbbbbb;overflow:hidden;margin-bottom:10px;}
.igrey {color:#bbbbbb;font-style:italic;}

.detail-img {
	float:right;
	margin:12px 5px 5px 8px;
}

.preqd {color:#C90000;}

.checkoutbox {
	border:1px solid #bbbbbb;
	margin-bottom:20px;
}

.addtoorder {
	font-size:14px;
	width:130px;
	font-family:Arial;
	color:#333333;
	background-image: url(/images/addtoorderbg.png);
	background-repeat:no-repeat;
	padding:4px 0 2px 9px;
	margin:15px 0 0 0;
	font-weight:bold;
}

.checkoutbox form {
	padding:5px;
	background-image: url(/images/greygradbg2.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.checkoutbox form select {
	margin-top:2px;
	margin-bottom:5px;
}

.checkoutbox_left {
	width:460px; 
	float:left;
}

.checkoutbox_right {
	float:left; 
	width:87px; 
	text-align:center; 
}

.vatnotice {
	font-size:11px;
	color:#999;
}

.detail #customTitle {
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	width:220px;
}

.productImages {
	float:right;
	display:block;	
}

.productImages img{
	float:none;
}

.featured {
	margin:10px 0 10px 0;
	border:1px dotted #CCCCCC;
	width:180px;
	text-align:center;
	float:left;
}

.featuredName{
	font-size:14px;
	font-weight:bold;
	color:#990033;
}

.message{
	color:#FF0000;
}

#paging {
	border:1px solid #bbbbbb;
	background-color:#EEEEEE;
	padding:4px 4px 2px 4px;
	height:18px;
}

#previous {
	float:left;
	width:75px;
}

#pages {
	float:left;
	text-align:center;
	width:409px;
}

#next {
	width:75px;
	float:left;
	text-align:right;
}

#informationtabs {
	width:567px;
	margin-bottom:20px;
	padding-top:24px;
}

#informationtabs ul#tabs {
	list-style:none;
	margin:0;
	padding:0;
	height:24px;
	margin-top:-24px;
	position:absolute;
	font-size:11px;
}

#informationtabs ul#tabs li {
	float:left;
	margin-left:3px;
}

#informationtabs ul#tabs li a {
	display:block;
	float:left;
	padding:5px;
	color:#666666;;
	font-weight:bold;
	background-color:#dddddd;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	text-decoration:none;
}

#informationtabs ul#tabs li a:hover {
	background-color:#FFFFFF;
	border-top:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
}



#informationtabs ul#tabs li.first a {

	margin-left:5px;

}



#informationtabs ul#tabs li.current a {

	background-color:#FFFFFF;

	border-top:1px solid #bbbbbb;

	border-right:1px solid #bbbbbb;

	border-left:1px solid #bbbbbb;

	border-bottom:1px solid #ffffff;

}



#informationtabs .tabinformation {

	clear:both;

	display:none;

	border:1px solid #bbbbbb;

	width:555px;

	padding:15px 6px 10px 6px;

}



.datasheet {float:right; margin-left:10px;text-align:center;width:140px;}



.hrline {

	height:1px;

	background-color:#bbbbbb;

	overflow:hidden;

	}



#category {display:block;}



#category a {float:left; margin: 0 11px 11px 0;}



.listing_horiz {
	margin-bottom:16px;
	width:569px;
}

.listing_horiz_image {
	float:left;
	width:70px;
}

.listing_horiz_text {
	float:left;
	width:499px;
	font-size:11px;
	color:#434343;
}

.listing_horiz h2 a {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

.listing_horiz h2 a:hover {
	color:#CC0000;
}

.greytext {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	}

#delivery_country_list {
	font-size:12px;
	margin:0;
	padding:0;
	list-style:none;
}

#delivery_country_list li {
	width:275px;
	float:left;
	font-size:9px;
}

.login{
	margin:10px 0 10px 15px;
	width:220px;
	float:left;
}

.loginr{
	margin:10px 0 10px 15px;
	width:265px;
	float:left;
	border-left:#CCCCCC 1px solid; 
	padding-left: 15px;
}

.login td{
	font-weight:bold;
	font-size:11px;
}

.loginr td{
	font-weight:bold;
	font-size:11px;
}

.login td input{
	width: 205px;
}

.loginr td input{
	width: 250px;
}

.error{
	color:#990000;
	font-size: 10px;
	font-weight: bold;
}

.thintext td{
	font-weight:normal;
}

.history td{
	font-size: 12px;
	border-bottom:1px solid #bbbbbb;
}

.history1 td{
	font-size: 12px;
}

.detailcalc{
	font-weight:bold;
	padding-top:5px;
	font-size:13px;
}

.detailvat{
	padding-top:15px;
	font-size:10px;
}

.ordernotes{
	width:555px;
	height:100px;
	padding:5px;
	margin:4px 0 0 0;
}

.subcatlisting a{
	color:#333333;
}

.middlemenu a{
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

.middlemenu li{
	margin-bottom:10px;
}

.middlemenu ul li{
	margin-top:3px;
	margin-bottom:0px;
}

.middlemenu ul li a{
	font-size:12px;
	color:#336633;
}

.farmtype{
	width:175px;
	float:left;
	padding-top:10px;
}

.farmtypelong{
	width:300px;
	margin-top:10px;
}

.othertypefarm{
	background-color:#f5f5f5;
	border:1px solid #CCCCCC;
	width:280px;
	padding:4px;
	color:#333333;
	height:70px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	font-size:12px;
}

.pharm-gsl{ background-color:#EDF4EC !important; }
.pharm-nfa{ background-color:#F9F4D5 !important; }
.pharm-pomvps{ background-color:#FDEDEA !important; }
.pharm-pomv{ background-color:#EACDCC !important; }

.pharmquestions li{
	margin-bottom:20px;
}

.pharmquestions input{
	margin:2px 0;
	vertical-align:middle;
}

.pharm-eu-yes{
	padding-top:10px;
	display:none;
}

.pharm-eu-no{
	display:none;
}

.pharm-treated-count{
	width:40px;
	border:1px solid #CCCCCC;
	background-color:#f5f5f5;
	margin:5px 0 0 0;
}

.pharmerror{
	font-size:12px;
	margin-left:15px;
	color:#CC0000;
}

.confirm-left{
	width:350px;
	float:left;
}

.confirm-right{
	width:210px;
	float:left;
}
