/* CSS Document */

body {
    margin:0;
    padding: 0;
    text-align: center;
    font: 10pt arial,verdana, sans-serif;
	background-color:#D6D6D6;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
    color: #333333;
	background-color:#ffffff;
}

/*----------------------------------- MAIN MENU ----------------------------*/

#nav {
	position:relative;
	width:750px; 
	z-index:100;
	text-align:center;
	background:url(../images/nav-bg.jpg) repeat-x #9D3500;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
	display:block;
	width:90px;
	height:26px;
	padding-right:2px;
	padding-top:7px;
	font: 10pt arial,verdana, sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	border-width:0 1px 0 0;
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {
	float:left;
	background:#7484ad;
	background:url(../images/nav-bg.jpg) repeat-x #9D3500;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/* Make the hovered list color persist */
#pmenu li:hover > a {color:#A2D7FF;}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
	display:block;
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 30px 30px 30px; 
	background:transparent url(transparent.gif);
	width:90px;
}

/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-31px; top:22px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; color:#A2D7FF;}

/* For accessibility of the top level menu when tabbing 
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}*/

/* Set up the pointers for the sub level indication 
#pmenu li.fly {background:#7484ad url(images/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#7484ad url(images/drop.gif) no-repeat right center;}*/


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px; 
	background:transparent url(transparent.gif);
	width:90px;
}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-31px; top:22px; lef\t:-32px; to\p:23px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/*------------------------------------ TOP SECTION --------------------------*/

#top-section {
	width:750px;
	margin:0;
	padding:0;
}

#quick-login {
	background:url(../images/toprow-bg.jpg) repeat-x left top #F76100;
	color:#ffffff;
	padding:4px 10px 4px 0;
	text-align:right;
}

#frm-quick-login {
	margin:0;
	padding:0;
}

#frm-quick-login label {
	font-weight:bold;
	font-size:9pt;
	padding-right:5px;
}

#heading {height:161px; margin:0; padding:0;}

/*#nav {
	width:750px;
	background:url(../images/nav-bg.jpg) repeat-x #9D3500 left top;
	text-align:center;
	margin:0;
	padding:0;
}

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

#nav li {
	float:left;
	width:90px;
	height:26px;
	border-right:1px solid #fff;
	padding-right:2px;
	padding-top:7px;
}

#nav a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	width:93px;
}

#nav a:hover {color:#A2D7FF;}*/

#main-content-area {
	width:730px;
	margin:20px 10px 20px 10px;
	padding:0;
}

#main-content-area h1 {
	font-size:18pt;
	color:#FD7112;
	width:auto;
	padding-bottom:6px;
	letter-spacing:-1px;
}

.orange_header
{
	font-size:16pt;
	color:#FD7112;
	width:auto;
	padding:10px 0 5px 0;
	margin:0;
	letter-spacing:-1px;
}

#main-content-area h3 {
	border-bottom:1px dotted #999999;
	padding-bottom:4px;
}

#content-section {
	border-top:3px solid #CACACA;
	margin-top:10px;
}

/*------------------------------------- HOME PAGE STYLES -----------------------------*/

#welcome-section {
	width:538px;
	float:left;
}

#welcometop {
	background:url(../images/welcometop.jpg) no-repeat top left;
	width:538px;
	height:54px;
	margin:0;
	padding:0;
}

#welcomebottom {
	background:url(../images/welcomebottom.jpg) no-repeat;
	width:538px;
	height:24px;
	margin:0;
	padding:0;
}

#welcomecontent {
	background:url(../images/welcomebg.jpg) repeat-y;
	width:538px;
	margin:0;
	padding:0;
}

#bullimg {
	float:right;
	margin: 5px 10px 0 10px;
}

#welcometxt {
	padding:4px 0 0 10px;
}

.bull-homeimg {
	width:167px;
	height:140px;
	border:1px solid #22D225;
}

#signup-ad {
	width:180px;
	/*background:url(images/signup-box.jpg) no-repeat left top;*/
	float:right;
}

#signup-ad h2 {
	font-size:14pt;
	font-weight:bold;
	margin:0;
	padding:0;
}

a.more-link {
	color:#FF6600;
}

.more {display:block;text-align:right;}

a.more-link:hover {text-decoration:none;}

.reg-btn {
	border:none;
}

.loggedin-options {
	margin:0;
	padding:0;
	list-style:none;
}

.loggedin-options li {
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.loggedin-options a {
	color:#ffffff;
	font-weight:bold;
}

.loggedin-options a:hover {
	text-decoration:none;
}


/*----------------------------------GADGETS------------------------------------------*/

#gadgets {
	width:730px;
	padding:0 10px 0 10px;
}

.adbox {
	width:221px;
	height:134px;
	background:url(../images/gadget-box.jpg) no-repeat left top;
	padding:10px 5px 5px 10px;
	float:left;
	margin-right:5px;
	color:#ffffff;
}

.newsinfo {
	height:98px;
}

.linkarea {
	text-align:right;
	padding:0 5px 0 0;
}

/*------------------------------MAIN LOGIN PAGE------------------------------------*/

#main-login-frm {
	background-color:#F0F0F0;
	padding:10px;
}

#main-login-frm label {
	width: 5em;
	float: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	padding-bottom:2em;
}

#main-login-frm br {
	clear:left;
}

/*-------------------------------- SIGN UP PAGE-----------------------------------*/


#frmaddcustomer label {
	width: 14em;
	float: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	padding-bottom:1em;
}

#fname, #sname, #tradingas, #email, #password, #add1, #add2, #city, #county, #postcode, #hometel, #mobtel, #buyinggroup {
	width:250px;
}

#frmaddcustomer br {
	clear:left;
}

#frmaddcustomer #submit {
	width:90px;
	height:30px;
}

#frmselectbg {
	background-color:#F0F0F0;
	padding:10px;
}

#frmselectbg label {
	width: 14em;
	float: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	padding-bottom:1em;
}

#frmselectbg br {
	clear:left;
}

#frmselectbg #submit {
	width:90px;
	height:30px;
}


#frmsignup {
	background-color:#F0F0F0;
	padding:10px;
}

#frmsignup label {
	font-weight:bold;
}

.templabel {
	font-weight:bold;
}

#frmsignup br {
	clear:left;
}

#frmsignup #submit {
	width:90px;
	height:30px;
}

#backbtn {
	width:90px;
	height:30px;
}

/*----------------------------------- MY ACCOUNT PAGES ----------------------------------------*/

#account-menu {
	width:151px;
	height:220px;
	background-color:#F0F0F0;
	padding:10px;
	border:1px solid #C8C8C8;
	float:left;
}

#account-menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#account-menu li {
	padding:8px 0 8px 0;
}

#account-menu a {
	color:#666666;
	font-weight:bold;
}

#account-menu a:hover {
	text-decoration:none;
}

#account-info {
	width:528px;
	float:right;
	margin-right:10px;
}

#account-info h2 {
	font-size:14pt;
	color:#666666;
	letter-spacing:-1px;
}

#tableheader td {
	background-color:#F76100;
	color:#ffffff;
	font-weight:bold;
	padding:4px 0 4px 2px;
}

.tablerow td {
	padding-top:14px;
	padding-bottom:14px;
	border-bottom: 1px solid #EAEAEA;
	padding-left:2px;
}

#frm-edit-details label {
	width: 14em;
	float: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	padding-bottom:1em;
}

#myfname, #mysname, #myemail, #mytradingas, #mypwd, #myadd1, #myadd2, #mycity, #mycounty, #mypcode, #myhtel, #mymtel, #mybuyinggroup, #confnewpwd, #oldpwd, #newpwd, #newemail {
	width:250px;
}

#frm-edit-details br {
	clear:left;
}


#frm-edit-details #submit {
	width:130px;
	height:30px;
}


#frm-orderperiod {
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	padding:8px 0 8px 5px;
}

#frm-orderperiod label{
	font-weight:bold;
}

.plus {color: #669900;}
.minus {color: #CC0000;}

.details {
	margin:0;
	padding:0;
	list-style-type:none;
}

.ac-row td {padding-bottom:10px;}

.ac-field {
	font-weight:bold;
	color:#FF6600;
	padding-right:15px;
}

/* ------------------------------------ SHOPPING CART DISPLAY + CHECKOUT--------------------------*/

#cart-header {
	background-color:#E1E1E1;
	font-weight:bold;
}

#cart-header td {
	padding:4px 0 4px 2px;
}

#delivery_name, #delivery_street1, #delivery_street2, #delivery_city, #delivery_county, #delivery_postcode {
	width:250px;
}

#ecart_checkout_form {
	background-color:#F0F0F0;
	padding:10px;
}

/*----------------------------- BULL DETAIL PAGE -----------------------------------------*/

#functional-container {
	background:url(../images/functional-bg-whole.jpg) no-repeat left top;
	height:117px;
	width:406px;
	padding-left:16px;
	padding-top:8px;
}

#functional-content {
	background:url(../images/functional-bg.jpg) repeat-x left top;
	margin-left:16px;
	padding-top:8px;
	height:117px;
	width:368px;
	float:left;
}

#functional-right {
	background:url(../images/functional-bg-right.jpg) no-repeat right top;
	width:22px;
	height:117px;
	float:right;
}

#production-container {
	background:url(../images/production-bg.jpg) no-repeat left top;
	width:327px;
	height:113px;
	padding:5px 0 5px 20px;
}

#bull-detail-right {
	width:410px;
	float:right;
}

#bull-detail-left {
	width:280px;
	float:left;
}

.bull-detail-subtitle {
	font-weight:bold;
	font-size:12pt;
	padding-bottom:10px;
	display:block;
}

#production {
	margin-bottom:20px;
}

#functional {
	margin-bottom:20px;
}

.bull-thumbnail {
	border:none;
	width:80px;
	height:60px;
	float:left;
}

.bull-mainimg {
	width:290px;
	border:2px solid #333333;
	margin-bottom:7px;
}

#bull-image-gallery {
	width:280px;
}

.thumbnail
{
  float: left;
  width: 80px;
  margin-right:7px;
  margin-bottom:7px;
  border:1px solid #333333;
}

#bull-detail-area {
	border-top:2px solid #FD6502;
	padding-top:10px;
}

#bull-detail-title {
	font-size:22pt;
	color:#000000;
	margin:0;
	padding:0;
	letter-spacing:-1px;
}

#bull-description {color:#000000;}

.price-box {
	font-weight:bold;
	padding-left:20px;
}

#bull-detail-top {	
	width:730px;
}

#bull-top-left {
	width:280px;
	float:left;
}

#bull-options {
	width:290px;
}

.bottomline {
	font-size:8pt;
}

.bottomline td {
	padding-right:15px;
	padding-top:8px;
	padding-bottom:4px;
}

.conflink:link {text-decoration:none; color:#333333;}
.conflink:visited {text-decoration:none; color:#333333;}
.conflink:hover {text-decoration:underline; color:#333333;}

.sirestack {padding-left:30px;}

.bullGalleryImg {
	width:300px;
	height: 213px;
	margin-bottom:7px;
}

.galleryimage
{
  float: left;
  width: 300px;
  height: 213px;
  margin: 0 30px 55px 0;
  border: 2px solid #333333;
}

.caption {font-weight:bold;}

.nineptfont {font-size: 9pt}

.bullicons {
	margin:15px 0 15px 0;
}
/*----------------------------- SEARCH RESULTS PAGE -----------------------------------------*/

#search-results {
	border-top:3px solid #CACACA;
	margin-top:10px;
}

.bull-result {
	border-bottom:2px dashed #cccccc;
	padding-bottom:10px;
	padding-top:20px;
}

.bull-img {
	width:260px;
	float:left;
}

.bull-info {
	width:445px;
	float:right;
	background-color:#E9E9E9;
	padding:5px 10px 5px 10px;
	border:1px solid #D1D1D1;
}

.bull-thumb {
	width:250px;
	height:180px;
	border:2px solid #333333;
}

.result-title {
	font-weight:bold;
	font-size:14pt;
}

.bullname {
	font-weight:bold;
	font-size:14pt;
}

.toprow td {
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
}

.price {
	color: #EF5E01;
	font-weight: bold;
	text-align:right;
}

#bull-att-list {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
}

#bull-att-list li {
	padding-bottom:10px;
}

#bull-options-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

#bull-options-list li {
	padding-bottom:10px;
}

#bull-options-list a {
	color:#0066CC;
}

#bull-options-list a:hover {color:#333333;}

a.page-link {
	color:#0066CC;
	padding-right:10px;
	font-size:11pt;
}

a.page-link:hover {color:#333333;}

#filter-results {
	font-weight:bold;
}

.tr-info {
	text-align:right;
}


/*----------------------------- SEARCH RESULTS PAGE (new) -----------------------------------------*/

#search-results-new {
	border-top:1px solid #FD6500;
	margin:0;
	padding:0;
}

.bull-thumb-new {
	width:130px;
	margin:0 0 4px 20px;
	border:1px solid #333333;
}

.bull-thumb-new-old {
	width:193px;
	height:140px;
	margin-top:10px;
	border:2px solid #333333;
}

.bull-listing {
	border-bottom:1px solid #FD6500;
	padding-top:10px;
	padding-bottom:10px;
	
}

.info-left-two {
	width:490px;
	float:left;
	padding-left:10px;
}

.info-left {
	float:left;
	padding-left:10px;
}

.bull-options {
	width:165px;
	float:left;
	padding-top:15px;
}

.orangebox {
	background:url(../images/orangeboxlisting.jpg) no-repeat left center;
	width:165px;
	height:26px;
	margin-bottom:5px;
	text-align:center;
	padding-top:7px;
	font-weight:bold; 
	color:#000000;
	font-size:12pt;
}

.bull-infobox {
	background:url(../images/infoboxlisting.jpg) no-repeat left center;
	width:310px;
	height:107px;
	float:right;
	margin-top:15px;
	margin-left:6px;
}

.bull-infobox-two {
	width:544px;
	float:right;
	margin-top:15px;
	margin-left:6px;
	font-size:9pt;
}

.bull-infobox-three {
	width:310px;
	float:right;
	margin-top:15px;
	margin-left:6px;
}

.bullinfobox {
	background-color:#CDFFCC;
	border-left:4px solid #339832;
	border-right:4px solid #339832;
	margin:0;
	padding:0 7px 0 7px;
}

.bullinfoboxtwo {
	background-color:#CDFFCC;
	border-left:3px solid #339832;
	border-right:3px solid #339832;
	margin:0;
	padding:0 7px 0 7px;
}

.img-right {
	width:193px;
	float:right;
	margin-right:5px;
	padding-right:10px;
}

.paddingrow {padding-bottom:10px;}

.listtable {
	margin:0 0 0 15px;
}

.titletbl {
	margin:0;
	padding:0;
}

#bull-list-title {
	font-size:12pt;
	color:#000000;
	margin:0;
	padding:0;
	letter-spacing:-1px;
}

a.listlink {text-decoration:none; font-size:12pt;}
a.listlink:link {color:#000000;}
a.listlink:visited {color:#000000;}
a.listlink:hover {color:#000000; text-decoration:underline;}

.addtocart {margin-left:8px;}

.sirestack {padding-left:20px; color:#A2A2A2;}

/*-------------------------------------COMPARE RESULTS ----------------------------*/

.compare-this {
	border:1px solid #666666;
	width:220px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}

.bull-thumb-compare {
	width:210px;
	height:160px;
	border:2px solid #333333;
}

/* ------------------------------------ FORGOTTEN PASSWORD --------------------------------------*/

#frm-get-pwd {
	background-color:#F0F0F0;
	border:1px solid #D3D3D3;
	padding:10px;
}

#frm-get-pwd label {
	font-weight:bold;
}

#emailaddress {
	width:300px;
	margin-top:10px;
}

/*--------------------------- ADD BUYING GROUP PAGE -------------------------------------------*/

#frmaddbg{
	background-color:#F0F0F0;
	padding:10px;
}

#frmaddbg label {
	width: 14em;
	float: left;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	padding-bottom:1em;
}

#bgname, #bgcontact, #bgadd1, #bgadd2, #bgtown, #bgcounty, #bgpostcode, #bgtel, #bgemail, #bgpass {
	width:250px;
}

#frmaddbg br {
	clear:left;
}

#frmaddbg #submit {
	width:90px;
	height:30px;
}

/* ----------------------------------- HELP SECTION ------------------------------------*/

#helpsection {
	width:100%;
	padding-bottom:50px;
}

#helpmenu {
	width:190px;
	float:left;

	border:1px solid #D6D6D6;
	border-width:1px 1px 0 1px;
}

#helpmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#helpmenu a:link {
	display:block;
	text-decoration:none; 
	background-color:#EEEEEE;
	padding:7px 5px 7px 5px;
	border-bottom:1px solid #cccccc;
	color:#333333;
	font-weight:bold;
}

#helpmenu a:visited {
	display:block;
	text-decoration:none; 
	background-color:#EEEEEE;
	padding:7px 5px 7px 5px;
	border-bottom:1px solid #cccccc;
	color:#333333;
	font-weight:bold;
}

#helpmenu a:hover {
	color:#FF6600;
	font-weight:bold;
	display:block;
	text-decoration:none; 
	background-color:#E2E2E2;
	padding:7px 5px 7px 5px;
	border-bottom:1px solid #cccccc;
}
	

#helpcontent {
	width:520px;
	float:right;
}

.genul {
	margin:0;
	padding:0 0 0 20px;
}



/* ------------------------------------ SUBTITLES--------------------------------------*/

.subtitle1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
	padding-right:15px;
}

.subtitle2 {
	font-weight:bold;
	font-size:9pt;
	padding-right:15px;
	border: 1px solid #669900;
	padding:4px;
}

.subtitle3 {
	font-size:9pt;
	padding-right:15px;
	border: 2px solid #FF0000;
	padding:4px;
}

.subtitle4 {
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:5px 0 5px 0;
	font-weight:bold;
}

#tblsignup {
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:5px 0 5px 0;
}


.subtitle5 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
	padding-right:15px;
	color:#333333;
}


.subtitle6 {
	color:#A2A2A2;
	font-size:12pt;
}

.subtitle7 {
	background-color:#E6F2FF;
	border:1px solid #A8D3FF;
	padding:4px;
}

.subtitle8 {
	color:#A2A2A2;
	font-size:10pt;
}

.subtitle9 {
	font-weight:bold;
	color: #FF6600;
}

.subtitle10 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12pt;
	padding-right:15px;
}

.greybold {
	font-weight:bold;
	color:#666666;
}


.subtitle10 {
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:5px 0 5px 0;
	font-weight:bold;
	background-color:#EAEAEA;
	padding-left:10px;
	font-size:11pt;
}

.account-heading {
	background-color:#F4F4F4;
	border:1px solid #D6D6D6;
	padding:4px 0 4px 5px;
	font-weight:bold;
}

/*---------------------------------CONTACT PAGE -------------------------------------*/

#contact-frm label {
	font-weight:bold;
}

#cont-name, #cont-email, #cont-tel, #primary-stock, #cont-message {
	width:230px;
}

#contact-area {
	width:730px;
	padding-top:20px;
}

#contact-form {
	width:250px;
	float:left;
}

#contact-info {
	width:300px;
	background-color:#F0F0F0;
	border:1px solid #D3D3D3;
	float:right;
	padding:15px;
	margin-right:90px;
}


/*----------------------------------------------------------------------------------*/

#footer {
	background:url(../images/toprow-bg.jpg) repeat-x left top #F76100;
	color:#ffffff;
	padding:4px 0 4px 10px;
	font-size:9pt;
	clear:both;
	width:740px;
}

#footer .strapline {
	float:left;
	width:360px;
	margin-left:10px;
}

#footer .footerlinks {
	float:right;
	width:340px;
	text-align:right;
}

#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li {
	display:inline;
	padding-right:6px;
}

#footer ul li a {
	color:#FFFFFF;
}

#footer ul li a:hover {
	text-decoration:none;
}

.footerno {font-weight:bold; padding-left:5px;}

.clear {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}


#tbl-bill-info {
	margin-bottom:15px;
}

#tbl-bill-info td {
	padding:4px 25px 4px 0;
}

#tbl-del-info {
	margin-bottom:15px;
}

#tbl-del-info td {
	padding:4px 25px 4px 0;
}

#ecart_checkout_form label {
	font-weight:bold;
}

.error-message {
	font-weight:bold;
	color:#660000;
	font-size:9pt;
}

a.gen-link {
	color:#0066CC;
}

a.gen-link:hover {color:#333333;}

.grey-box {
	background-color:#F0F0F0;
	border:1px solid #D3D3D3;
	padding:10px;
	width:700px;
}

.grey-box ul  {
	margin-left:18px;
}

.grey-box li {
	padding-bottom:10px;
}

.tandcList {
	margin:0;
	padding:0;
	list-style-type:none;
}

.tandcList li {
	padding-bottom:10px;
	padding-left:10px;
}

.tandcList li ul li {
	padding-top:10px;
}

#editbg #submit {
	width:80px;
	height:28px;
	margin-top:10px;
}

/*---------------------------------GOAT LIST DISPLAY------------------------------*/

#goatcontainer {

padding: 5px;
width:720px;
border-bottom:1px solid #FD6500;
}

#goatheader {

padding: 5px;
margin: 5px;
}

#goatdetails {

padding: 5px;
margin: 5px;
width: 710px;
}
/*
#goatdetailscontainer {
padding: 5px;
margin: 5px;
float:left;
width:510px;
}
*/
#goatprice  {
padding: 5px;
margin: 5px;
float:left;
width:200px;

}

#goatSelect {
padding: 5px;
margin: 5px;
display:inline;
}

#goatdescription {
margin:5px;
float:right;
width:450px;
}

#goattable {
padding:5px;
border-right-style:solid;
border-right-width:3px;
border-right-color:#3D913C;
border-left-style:solid;
border-left-width:3px;
border-left-color:#3D913C;
background-color:#CDFFCA;
}

.descrip_top {
background:url(../images/goatinfoboxlisting_top.jpg) no-repeat left center;
display:block;
height:18px;
}

.descrip_bottom {
background:url(../images/goatinfoboxlisting_bottom.jpg) no-repeat left center;
display:block;
height:18px;
}

/*
#goaticons {
padding:5px;
margin:5px;
float:right;
width:130px;
}
*/

#goatBreedSelect {
width:280px;
}

.goatname {
font-size:12pt;
color:#000000;
margin:0;
padding:0;
letter-spacing:-1px;
}

.goatBreedName {
font-weight:bold;
display:block;
background-color:#FD7112;
text-align:center;
}

.goatBreedName a:link {color:#ffffff; text-decoration:none;}
.goatBreedName a:visited {color:#ffffff; text-decoration:none;}
.goatBreedName a:hover {color:#ffffff; text-decoration:underline;}

.goatBreed {
border:1px solid #E5E5E5;
padding:3px;
width:118px;
height:119px;
float:left;
margin:0 10px 10px 0;
}

.goat-orangebox {
background:url(../images/orangeboxlisting.jpg) no-repeat left center;
width:165px;
height:33px;
margin-bottom:5px;
text-align:center;
padding-top:10px;
font-weight:bold; 
color:#000000;
font-size:12pt;
display:block;
}

/*---------------------------------- OTHER BULLS DISPLAY ----------------------------------*/

.selectCategory {
	border:1px solid #E5E5E5;
	padding:3px;
	width:140px;
	height:130px;
	float:left;
	margin:0 10px 10px 0;
}

.selectCategoryThumb {
	width:140px;
	height:110px;
	border:none;
}

.selectCategoryName {
	font-weight:bold;
	display:block;
	background:#FD7112;
	text-align:center;
}

.selectCategoryName a:link {color:#ffffff; text-decoration:none;}
.selectCategoryName a:visited {color:#ffffff; text-decoration:none;}
.selectCategoryName a:hover {color:#ffffff; text-decoration:underline;}

.greyrow {
background-color:#F0F0F0;
}

.greyrow td {
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	padding:4px 0 4px 5px;
}

#getbreed {margin:0; padding:0;}

#getbreed label { font-weight:bold;}

#frmsearch label { font-weight:bold;}

#frm-order-bulls {margin:0; padding:0;}

#frm-order-bulls label { font-weight:bold;}

.clear {
clear:both;
}

#moreinfo {width:300px;}

#myname, #myemail, #mystock, #myphone, #friendsname, #friendsemail, #friendstock, #friendphone {width:200px;}

#yourmsg{width:390px;}

.error {color:#660000; font-weight:bold;}

.errorbox {
	background-color:pink;
	border: 1px solid #990000;
	display:block;
	padding:2px 0 2px 5px;
	font-weight:bold;
	color: #990000;
}

.errorDisplay {
	color: #990000;
	font-weight: bold;
}

div.errorDisplay {
	background: pink;
	border: 1px solid #990000;
	padding: 5px;
	margin:15px 0 8px 0;
}

.errorDisplay li {
	font-weight: normal;
}

#newsarea {
	border-top:3px solid #DADADA;
}

.newslisting{
	padding:10px 0 10px 0;
	border-bottom:1px solid #DADADA;
}

.newsthumb {
	width:80px;
	border:1px solid #666666;
	float:left;
}

.newsdesc {
	width:635px;
	float:right;
}

.newsthumbsmall {width:80px;}

.greybold {
	color:#666666;
	font-weight:bold;
}

#newsstory {
	margin:0 0 30px 0;
}

.newsthumbbg {float:left; margin-right:10px; width:200px; border:1px solid #666666;}

a.newslink:link {color:#005E8A; text-decoration:underline;}
a.newslink:visited {color:#005E8A; text-decoration:underline;}
a.newslink:hover {color:#005E8A; text-decoration:none;}

a.whitelink:link {color:#fff; text-decoration:underline;}
a.whitelink:visited {color:#fff; text-decoration:underline;}
a.whitelink:hover {color:#fff; text-decoration:none;}

a.whitelinknl:link {color:#fff; text-decoration:none;}
a.whitelinknl:visited {color:#fff; text-decoration:none;}
a.whitelinknl:hover {color:#fff; text-decoration:underline;}

.voucherlisting {
	width:130px;
	height:70px;
	border:1px solid #DADADA;
	padding:5px 5px 10px 5px;
	text-align:center;
	float:left;
	margin:0 5px 10px 0;
}

.vouchername {
	margin:0;
	padding:0;
	display:block;
	font-weight:bold;
}

.voucherimg {
}

.gentblrow td {
	padding:6px 15px 6px 0;
}

#submenu {
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
}

#submenu li {
	margin:0 0 4px 0;
}

#submenu a {
	display:block;
	width:185px;
	height:24px;
	background:url(../images/submenubg.jpg) no-repeat;
	text-transform:uppercase;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	padding:5px 0 0 0;
}

#submenu a:link {color:#333;}
#submenu a:visited {color:#333;}
#submenu a:hover {color:#F46507;}

#contactinfo {
	width:100%;
	margin:0;
	padding:0;
}

.contactleft {
	width:500px;
	float:left;
	margin:0;
	padding:0;
}

.contactright {
	width:200px;
	float:right;
	margin:0;
	padding:0;
}

/*------------ validation styles---------*/

.error_box
{
	background-color:#FFEBE8;
	border:1px solid #DD3C10;
	padding:4px 5px 4px 5px;
	margin:0 0 10px 0;
}

.error_box ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.error_box li
{
	padding-top:6px;
}

.error_list
{
	padding-top:6px;
	padding-left:15px;
}

.pricing_info
{
	background:url(../images/pricing_bg.jpg) repeat-y;
	font-weight:bold;
	margin-bottom:5px;
	color:#000000;
}

.pricing_info table
{
	margin:0 4px 0 5px;
}