/* CSS file for the www.golfclubhireorbuy.com website */
/* (c) by Outsource Graphix - http://www.ogx.ie/ */

/* xhtml tag definitions */

* { 
  margin: 0;
  padding: 0;
}

div.cb {
	clear: both;
}

.access {
  display: none;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(gfx/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #589F37;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*--wrapper--*/

div#wrapper {
	width: 740px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	background: url(gfx/contentbg.gif) repeat-y; 
}

div#wrapper2 {
	width: 740px;
	height: auto;
	margin: 0 auto;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	background: #00ac37; 
}

div#content2 {
	padding: 10px 20px 5px 20px;
	border: none;
}

div#content2 form {
	border: none;
}

div#top {
	display: block;
	height: 128px;
	width: 740px;
	background-image: url(gfx/top.jpg);
	position: relative;
}

div#logo {
	left: 4px;
	top: 19px;
	position: absolute;
}

h1 {
	text-indent: -9999px;
}

h1 a {
	display: block;
	width: 185px;
	height: 108px;
}

#siteTagLine {
	display: none;
}

div#cart {
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
}

div#cart p {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

div#cart p.vc {
	position: absolute;
	right: 0;
	top: 20px;
	text-align: center;
	width: 70px;
	height: 22px;
	padding: 4px;
	background: url(gfx/vcbg.gif) no-repeat;
}

div#cart p a {
	color: #fff;
	text-decoration: none;
}

div#cart p a:hover {
	text-decoration: underline;
}

ul#topMenu {
	position: absolute;
	bottom: 0px;
	right: 0;
	height: 29px;
	list-style: none;
	margin: 0 5px 12px 0;	
	list-style: none;
	display: block;
	float: right;
	background: #00B33B;
}

#topMenu li {
	display: block;
	margin: 0;
	height: 29px;
	width: 110px;
	float: left;
	text-align: center;
}


#topMenu li.topMenuFirstItem {
  width: 100px;
}

#topMenu li.topMenuLastItem {
  width: 150px;
}

#topMenu li a {
	display: block;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(gfx/topMenuBg.gif) repeat-x;
}

#topMenu li a:hover {
	color: #000;
	background: url(gfx/topMenuBg.gif) repeat-x;
	text-decoration: none;
}

#topMenu li a span {  
	display: block;
  background: url(gfx/topMenuLeft.gif) left 0 no-repeat;
}

#topMenu li a span span {
	padding: 10px 15px 5px 15px;
	display: block;
  background: url(gfx/topMenuRight.gif) right 0 no-repeat;
}


#topMenu li.topMenuFirstItem a span {
  background: url(gfx/topMenuFirst.gif) left 0 no-repeat;
}

#topMenu li.topMenuFirstItem a span span {
	padding: 10px 15px 6px 27px;
	display: block;
  background: url(gfx/topMenuRight.gif) right 0 no-repeat;
}

#topMenu li.topMenuLastItem a span {
  background: url(gfx/topMenuLeft.gif) left 0 no-repeat;
}

#topMenu li.topMenuLastItem a span span {
	padding: 10px 23px 6px 15px;
	display: block;
  background: url(gfx/topMenuLast.gif) right 0 no-repeat;
}

#subMenu, #navi-products, #subMenu2 {
	list-style: none;
}

#subMenu li, #navi-products li, #subMenu2 li {
	display: block;
	font-size: 13px;
}

#subMenu li ul li, #navi-products li ul li, #subMenu2 li ul li {
	display: block;
	font-size: 11px;
	
}

#subMenu li a, #navi-products li a, #subMenu2 li a {
	text-decoration: none;
	color: #fff;
	height: 16px;
	padding: 7px;
	display: block;
	background: url(gfx/menuleft1.gif) 0 0 no-repeat;
}

#subMenu li a:hover, #navi-products li a:hover, #subMenu2 li a:hover {
	text-decoration: none;
	color: #fff;
	height: 16px;
	padding: 7px;
	display: block;
	background: url(gfx/menuleft1.gif) 0 -30px no-repeat;
}

#subMenu li ul li a, #navi-products li ul li a, #subMenu2 li ul li a {
	text-decoration: none;
	color: #00407a;
	height: 14px;
	padding: 5px;
	display: block;
	background: url(gfx/leftsubmenu.gif) 0 0 no-repeat;
}

#subMenu li ul li a:hover, #navi-products li ul li a:hover, #subMenu2 li ul li a:hover {
	text-decoration: none;
	color: #fff;
	height: 14px;
	padding: 5px;
	display: block;
	background: url(gfx/leftsubmenu.gif) 0 -25px no-repeat;
}

div#content {
	width: 740px;
/*	background-color: #6BBC43; */
}

div#sidebar {
	float: left;
	width: 186px;
	height: auto;
/*	background-color: #6BBC43; */
}

div#txtbg {
	float: left;
	width: 553px;
	min-height: 472px;
}

div.txt {
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 14px;
}

h2 {
	font-size: 1.1em;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(gfx/h2bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3 {
	font-size: 1.0em;
	color: #fff;
	margin-bottom: 2px;
}

h3.allcome {
	margin-bottom: 10px;
}

div#txtbg .yellow {
	color: #ffff00;
}

div#txtbg p.grey {
	color: #ccc;
}

h4 {
	font-size: 0.9em;
	color: #fff;
}

form h4 {
	color: #000;
}

p.bc {
	font-size: 0.7em;
	color: #fff;
	margin-bottom: 12px;
}

div#txtbg p.bc a {
	color: #00ff53;
	font-weight: bold;
	text-decoration: none;
}

div#txtbg p.bc a:hover {
	text-decoration: underline;
}

p {
	color: #fff;
	font-size: 0.9em;
	line-height: 130%;
	margin-bottom: 15px;
	text-align: justify;
}

div.txt ul {
	margin-left: 17px;
	margin-bottom: 15px;
}

div.txt ul li {
	color: #fff;
	font-size: 0.9em;
	line-height: 130%;
	list-style-image: url(gfx/li.jpg);
}


div#sidecont {
	background-image: url(gfx/sideconttop.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: 5px;
	margin-left: 6px;
	width: 174px;
	height: 100%;
}



div#sidebar div#sidecont div#leftlogos a img, 
div#sidebar div#sidecont div#leftlogos a {
	border: none;
	margin: auto;
}

div#content div#sidebar div#sidecont div#leftlogos p#ppwrdby {
	font-size: 9px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

div#sidebar div#sidecont div#leftlogos a#realexlogo img {
	margin: 0 0 0 30px;
}

div#sidebar div#sidecont div#leftlogos a#aiblogo img {
	margin: 20px 0 15px 65px;
}

div#sidebar div#sidecont div#leftlogos {
 background: #67b744;
}

div#sidebar div#sidecont div#leftlogos img {
	margin: 0 auto;
}

div.hbc {
	float: left;
	display: block;
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.hbc h3 {
	margin-bottom: 0px;
}

div.hbc h3 a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 23px;
	background-image: url(gfx/hbc-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.hbc h3 a:hover {
	color: #79C94C;
}

div.hbc img {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.hbc p.mi {
	margin-top: -5px;
}

div.hbc p.mi a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 23px;
	background-image: url(gfx/hbc-btbg.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.hbc p.mi a:hover {
	color: #79C94C;
}

ul.submenu {
	
}

ul.submenu li {
	list-style: none;	
}

img.specoffer {
	margin-bottom: -5px;
}

div.club {
	display: block;
	width: 104px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.clubtx {
	min-height: 70px;
	background-image: url(gfx/co-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #7AC94C;
	margin-top: -5px;
	padding-top: 4px;
}

div.club img {
	border: 2px solid;
	border-color: #00B23A;
}

div.clubtx p {
	text-align: center;
	font-size: 0.75em;
}

div.clubtx p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.clubtx h4 {
	text-align: center;
}

div.cust {
	display: block;
	width: 150px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 15px;
	float: left;
}

div.cust h4 {
	display: block;
	width: 130px;
	height: 21px;
	background-image: url(gfx/h4bg.jpg);

	padding-left: 20px;
	padding-top: 3px;
}

div#txtbg div.cust h4 a {
	text-decoration: none;
	color: #fff;
}

div#txtbg div.cust p {
	display: block;
	width: 144px;
	background-color: #029132;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

div#txtbg div.cust a.productListImageMini {
	display: block;
	width: 150px;
	background: #029132;
	text-align: center;
}

div#txtbg div.cust a.productListImageMini img {
	margin: 0 auto;
}

div#txtbg div.cust p a {
	color: #fff;
	border-bottom: 1px dotted;
	text-decoration: none;
}

div.cust p a:hover {
	color: #91C3DC;
}

div.cust img {
	display: block;
	border: 2px solid;
	border-color: #029132;
}

div.infpg img {
	border: 2px solid;
	border-color: #029132;
	float: left;
}

div.desc {
	float: left;
	display: block;
	width: 178px;

	background-color: #029132;
	margin-left: 24px;
}

div.desc h4 {
	margin-left: 9px;
	margin-top: 5px;
	margin-right: 9px;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}

div.desc p {
	margin-left: 9px;
	margin-top: 5px;
	margin-right: 9px;
}

h3.und {
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

div.match {
	margin-top: 20px;
}

div#foot {
	display: block;

	background-color: #027a29;
}

div#foot ul#accred {
	margin-left: 6px;
	padding-top: 3px;
}

div#foot ul#accred li {
	float: left;
	list-style: none;
	color: #fff;
	font-size: 0.7em;
	padding: 0 5px 0 5px; 
	border-right: 1px #fff solid;
}

div#foot ul#accred li a {
	color: #fff;
	text-decoration: none;
}

div#foot ul#accred li a:hover {
	color: #91C3DC;
}

p.db {
	float: right;
	font-size: 0.7em;
	margin-right: 10px;
}

p.db a {
	color: #fff;
	text-decoration: none;
}

p.db a:hover {
	color: #91C3DC;
}

div#foot p#disc {
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 10px;
}

div.desc p.pr {
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 100%;
}

div.desc p.pr span {
	font-size: 0.7em;
}

fieldset input#quantity {
	width: 30px;
	margin-left: -8px;
	margin-right: 5px;
}

fieldset input.button {
	width: 114px;
	color: #fff;
	font-weight: bold;
	font-size: 0.7em;
	background-color: #7AC94C;	
}

.hError-wrapper {
	background: #b91617;
	padding: 5px 10px 0 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px #fff solid;
	border-top: 1px #fff solid;
	}

th {
	text-align: left;
	}

form {
	margin-bottom: 15px;
	border-bottom: 2px solid;
	border-top: 2px solid;
	border-color: #00B23A;
	padding-bottom: 10px;
}

fieldset {
	border: none;
	margin-left: 18px;
}

legend {
	font-weight: bold;
	color: #00B23A;
	padding-top: 7px;
}

label {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 10px 0 0 0;
}

input {
	background-color: #fff;
	border-color: #EEEEEE;
}

textarea {
	border: 1px solid;
	border-color: #9AA09D;
}



form.cuform {
	padding: 15px 0 15px 0;
	background: #218441;
}

input#send {
	background-color: #fff;
	border-color: #EEEEEE;
	color: #9AA09D;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 8px;
}

input#send:hover {
	color: #00B23A;
}


table caption {
  display: none;
}

div#content form.productPageCart {
	background-color: #029132;
	padding: 5px;

}

div#content form.productPageCart select {
	width: 160px;
}

div#content form.productPageCart input#Quantity {
	width: 30px;
	text-align: center;
}

div#content form.productPageCart label {
color: #fff;
font-size: 13px;

}

table.rates td {
	background: #00AC37;
	color: #fff;
}

table th {
	background: #c7ffaa;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	color: #245e0b;
}

div#txtbg a {
 color: #0679f2;
	 text-decoration: underline;
}

div#txtbg a:hover {
	color: #47a0ff;
	text-decoration: none;
}

div#txtbg div.txt a {
 color: #fff;
	 text-decoration: underline;
}

div#txtbg div.txt a:hover {
	color: #fff;
	text-decoration: underline;
}

div#txtbg div.txt form a, div#txtbg div.txt table a {
 color: #0679f2;
	 text-decoration: underline;
}

div#txtbg div.txt form a:hover, div#txtbg div.txt table a:hover {
	color: #47a0ff;
	text-decoration: none;
}

table td {
	background: #b0f18e;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
}

div#content form.paymentsPlugin {
	background: transparent;
}

th.cProductName,
td.cProductName {
  width: 200px;
}

th.cProductUnitPrice,
td.cProductUnitPrice {
  width: 50px;
}

th.cProductQuantity,
td.cProductQuantity {
  width: 55px;
}

form.cart input {
  background: #519734;
  color: #fff;
	border: none;
  border-top: 2px #3f7d25 solid;
  border-right: 2px #6cb54d solid;
  border-bottom: 2px #6cb54d solid;
  border-left: 2px #3f7d25 solid;
  padding: 2px 5px 2px 5px;
  font-size: 0.8em;
  margin: 0 5px 7px 0;
  width: 20px;
  text-align: center;
  font-weight: bold;
}

th.cProductPrice,
td.cProductPrice {
  width: 50px;
}

th.cProductOptions,
td.cProductOptions {
  width: 55px;
}

form.cart input.button {
  width: 160px;
  font-size: 0.7em;
  font-weight: bold;
  margin: 5px 0 0 0;
  border-top: 2px #6cb54d solid;
  border-right: 2px #3f7d25 solid;
  border-bottom: 2px #3f7d25 solid;
  border-left: 2px #6cb54d solid;
  padding: 2px 5px 2px 5px;
}

form.cart table {
	width: 505px;
}

form.cart {
	background: transparent;
	border: none;
}

form.cart table td.cProductName {
  padding: 10px;
}

form.cart table td.cProductName a {
  display: block;
  background: transparent;
}


form.cart table td.cSubtotal {
  color: #000;
  font-weight: bold;
}
*/

h3.delivery {
  margin-top: 20px;
}

div.message {
	padding: 10px 10px 0 10px;
	margin: 0 0 15px 0;
	background: #2b9ceb;
	border: 1px #fff solid;
}

hr.inshowparts {
	margin: 20px 0 10px 0;
	}

div.custWide {
	width: 470px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 15px;
	float: left;
	background: #029132;
	padding: 10px;
}

div.custWide .custWideContent h3 {
	display: block;

	height: 21px;
	margin-bottom: -2px;
	padding-left: 20px;
	padding-top: 3px;
}

div#txtbg div.custWide h3 a {
	text-decoration: none;
	color: #fff;
}

div#txtbg div.custWide p {
	display: block;
	background-color: #029132;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}

div#txtbg div.custWide a.productListImageMini {
	display: block;
	background: #029132;
	text-align: center;
	float: left;
}


div#txtbg div.custWide p a {
	color: #fff;
	border-bottom: 1px dotted;
	text-decoration: none;
}

div.custWide p a:hover {
	color: #91C3DC;
}

div.custWide img {
	display: block;
	border: 2px solid;
	border-color: #029132;
}

.custWideTxt {
	float: left;
	padding: 0 0 0 10px;
	}

div#txtbg div.custWide p.removeFromSetLink {
	display: block;
	margin: 5px 0 0 0;
}

div#txtbg table p {
	color: #000;
}

div#txtbg div.custWide p.removeFromSetLink a {
	display: block;
	background: #2b9ceb;
	padding: 3px 5px 3px 5px;
	border-top: 2px #86ccfd solid;
	border-right: 2px #107bc6 solid;
	border-bottom: 2px #107bc6 solid;
	border-left: 2px #86ccfd solid;
}

div#txtbg p.removeFromSetLink2 a.removeFromSetLinkAnchor {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

div#txtbg div.custWide p.removeFromSetLink a:hover {
	display: block;
	background: #228bd4;
	padding: 5px 3px 1px 7px;
	border-top: 2px #107bc6 solid;
	border-right: 2px #86ccfd solid;
	border-bottom: 2px #86ccfd solid;
	border-left: 2px #107bc6 solid;
}

div#txtbg p.orderFinalPlace {
	display: block;
	width: 100px;
}

div#txtbg p.oflink a {
	color: #fff;
}

div#txtbg p.orderFinalPlace a {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background: #2b9ceb;
	border-top: 2px #97d4ff solid;
	border-right: 2px #1479c0 solid;
	border-bottom: 2px #1479c0 solid;
	border-left: 2px #97d4ff solid;
	text-decoration: none;
}

div#txtbg p.orderFinalPlace a:hover {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background: #2b9ceb;
	border-top: 2px #1479c0 solid;
	border-right: 2px #97d4ff solid;
	border-bottom: 2px #97d4ff solid;
	border-left: 2px #1479c0 solid;
	text-decoration: none;
}


