*{-moz-box-sizing: border-box !important;}
body {    /*this affects all stuff outside all other elements below*/
background: #362209 url(/content/images/bg.jpg) repeat-x;
	color:#8c8c8c;
	margin: 0 0 0 0;
	font: 14px Century gothic, Helvetica, sans-serif;
	text-align: center;
}
body a{
	color: #8c8c8c;
	text-decoration:none;
	font: 14px Century gothic, Helvetica, sans-serif;
}
body span{
	text-decoration:none;
}
body a:hover{
	text-decoration:none;
}
#page {

	margin-left: auto;
	margin-right: auto;
	min-width: 800px ;  /*firefox only*/
	max-width: 950px ;  /*firefox only*/
	text-align: left;
	padding:0px;
	/*width: 80%;*//*experimental, not working, not being used*/
	width: 800px;
}
p {
  padding-left: 10px;
}

#masthead{
border: 0px solid white;
	/*background:url(http://scoreadvertising.com/content/images/mast_head_bg.jpg);*/
	/*background-position: top right;*/
	padding:0px;
	margin: 0 0 0 0;
	text-align:left;
}
#masthead img{
	display:block;
}
#scrollingmarquee marquee{
font-size: 14px;
color:#f0e5da;
border: 0px solid white;
position: absolute;
width: 715px;
height:30px;
	margin: 3 0 0 80;
	padding:0px;
}

#scrollingmarquee  {
position: absolute;
margin:0px;
	height:30px;
	/*	color:#000;*/
}
#homeLink img {
z-index:999;
	border: 0px solid red;
	/*float:right;	position: relative; clear:both;			/* floats right */
	position:absolute;					/* floats left */
	cursor: pointer;
	margin:0 0 0 0;
	width:229px;
	height:70px;
}
#homeLinkIcon {
font-family:Century gothic, Helvetica, sans-serif;
color:#a5a9b2;
font-size:10px;
font-weight: bold;
background-image: url(/content/images/spacer.gif);
z-index:100;
	border: 1px solid green;
	/*float:right;	position: relative; clear:both;			/* floats right */
	position:absolute;	display:block;					/* floats left */
	cursor: pointer;
	margin:0;
}

#phoneButton{
font-family:Century gothic, Helvetica, sans-serif;
font-weight:bold;
border: 0px solid red;
width:120px;
margin:43 0 0 240;
text-align:right;
		position: absolute;
	/*	position:absolute;*/								/* floats left */
	height: auto;
}


#phoneButton a{
color:#a5a9b2;
font-size: 12px;
letter-spacing: 1px;
}
#customDiv1{
border: 1px solid red;
	/*visibility:hidden;*/
	/*float:right;	position:relative; clear:both;  */           /* floats right */
	position:absolute;											/* floats left */
	background-image: url(/content/images/weather.gif);
	margin-top:-140px;
	margin-left:450px;
	width: 110px;
	height: 40px;
	cursor: pointer;
}
#customDiv2{
border: 0px solid white;
	margin-top:-120px;
	margin-left:250px;
	position:absolute;
}
#customDiv3{
border: 1px solid blue;
	margin-top:-80px;
	margin-left:350px;
	position:absolute;
}
#customDiv4{
border: 1px solid purple;
	margin-top:-60px;
	margin-left:450px;
	position:absolute;
}

/******************** classes for loginForm, shows when logged OUT only  ***************/
	#loginform {
	/*float:right;	 position:relative;				/* floats right */
	position:absolute;						/* floats left */
border:0px solid red;
		padding:0px;
		margin:30 0 0 455;

	}
	#loginform form{
border:0px solid red;

	}
	#loginform fieldset label {
font-family:Century gothic, Helvetica, sans-serif;
color:#8c8c8c;
font-size: 13px;
		display: inline;
		margin-left:5px;

	}
	#loginform fieldset {
  	margin:0px;
		padding:0px;
		display: inline;
		clear:both;
	border:0px solid red;

  }
	#loginform fieldset div{
		display: inline;
		float: left;
		padding:3px;
	}
	#loginform  input{
		border: 1px solid #3b3b3b;
		background-color:#464e5d;
		color:#8c8c8c;
	}
	#loginform  ledgend{


	}
	#loginform  .loginbutton{
	color:#8c8c8c;
		margin:0 0 0 5;
		border: 1px solid #3b3b3b;
		background-color:transparent;
	}
	#rememberme{
		clear:both;
	}
	#rememberme input{
	border:0px solid red;
	background-color:transparent;
	}
	#forgotPin a{
	font-family:Century gothic, Helvetica, sans-serif;
color:#8c8c8c;
font-size: 9px;
	z-index:140;
    position:absolute;    /* floats left */
		margin-top:56px;
		margin-left:640px;
		border: 0px solid red;
		width:auto;
		height:auto;
	}
#warning{
position:absolute;
color:red;
margin:-43 0 0 30;
}
/******************** END classes for loginForm   shows when logged OUT only***************/



/***************************stuff displayed while logged in only */
	#welcomeUser {
		/*float:right;	position:relative; clear:both;  */				/* floats right */
		position:absolute;
		margin:28px 0px 0px 655px;
z-index:999;
	}
	#welcomeUser a{
		color:#19614b;
		font-size:12px;
	}
	#logOut{
	border: 0px solid red;
		float:right;	position:relative; clear:both;					/* floats right */
		/*position:absolute;*/											/* floats left */

	}
	#sectionMenu{
	font-size:13px;
  color:#87898e;
	text-align:right;
  height:34px;
  width: 279px;
	border: 0px solid red;
	position:absolute;
		/*position:absolute;												 floats left */
	margin:30 0 0 500;
	padding:15 15 0 0;

	}
	div#sectionMenu a{
	font-size:11px;

	}
	a#sectionLink {
	font-size:11px;
color:#87898e;
	}

	#sectionHilite {
		font-weight:bold;
		color:#b1956f;
		text-decoration:none;
	}
#sectionHilite a:hover{
		text-decoration:none;
	}

/*************************** END stuff displayed while logged in only */





/**************************************************************/
/***************  end of masthead stuff, following ************/
/*************** deals with page content stuff  ***************/
/**************************************************************/


#pageContent {
background: #0c0d11 url(/content/images/page_content_bg.jpg) no-repeat;
/*font: 14px Century gothic, Helvetica, sans-serif;*/
background-position: top center;
border-width: 0 1 1 1;
border-color: #000000;
border-style:solid;
	margin-top:-15px;
	width: 800px;
	padding:0px;
	}
#pageContent hr{
border: 1px solid #333130;
}
#pageContent span{
}
  #pageContent form{
  color: #808000;
  font-size:12px;
  font-weight:bold;
  }
  #pageContent font{
  
  
  }
  #pageContent strong font{
  
  }
  #pageContent font a{
  
  }
  #pageContent form input{
  color: #a7a6a6;
background-color: #2a3440;
border: 1px solid #434e5b;
  }
  #pageContent form textarea{
  color: #a7a6a6;
background-color: #2a3440;
border: 1px solid #434e5b;
  }
  #niceForm{
    float: left;
    width: 680px;
    border: 0px solid #333; padding: 0px;
    margin: 0px auto;
}
#catalogsearch form input{
color: #a7a6a6;
background-color: #fff;
border: 1px solid #434e5b;
}
/* ^^^^^^^^^^^^   submenu (inside #pageContent)   ^^^^^^^^^^^^^^^^ */
#iconMenu {
border:0px solid blue;
float:right;
height:40px;
margin:0pt 20px 0pt 0pt;
text-align:center;
}
#iconMenuIcon img {
border:medium none;
}
#iconMenuIcon {
color:#7A92AE;
float:left;
margin:0pt 10px;
text-align:center;
}
#iconMenu a {
text-decoration:none;
font-size:11px;
}
#iconMenu a:hover {
text-decoration:underline;
}
span.iconMenuIcon a {
color:#7A92AE;
text-decoration:none;
}

	#sub_menuContainer {
  border: 0px solid red;

  padding:30 0 2 10;
  
  }
  #sub_menuContainer span{
color: #737373;
  }

  .sub_menu {
		padding: 1px;

	}

  .sub_menu  a{
		color: #737373;
	}

	#sub_menuContainer span a {
		text-decoration: none;
		  font:normal 14px Century gothic;

	 }

	#sub_menuContainer a:hover{
		text-decoration: none;
			color:#d6a210;
	}

	#sub_menuContainer #sub_menu_sel {
		font-weight:bold;
		text-decoration:none;
		color:#d6a210;
		  font:normal 14px Century gothic;

	}

/* ^^^^^^^^^^^^   end of sub menu   ^^^^^^^^^^^^^^^^ */


/* classes for validator */
	.tfvHighlight{
		color: red;
		text-align: right;
		padding: 0px;
	}
	.tfvNormal{
		text-align: right;
		padding-right: 0px;
	}

  .smallFormElements{
    margin-top:3px;
  	font-size: 9px;
  	font-family: Century gothic,Century gothic, Helvetica, sans-serif;
  }

  div.row {
    clear: both;
    padding-top: 4px;
    font-size: .8em;
  }

  div.row span.label {
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
  }


  div.row span.formw {
    float: right;
    width: 520px;
  }

  #niceForm{
    float: left;
    width: 680px;
    border: 0px solid #333; padding: 0px;
    margin: 0px auto;
  }


/* end classes for validator */


/* ^^^^^^^^^^^^   MENU 1  ^^^^^^^^^^^^^^^^^^ */
	#dropmenu1{
	position: absolute;
  border: 0px solid #A0B057;
	padding:0px;
	width:800px;
  margin:75 0 0 1;

	}
	#dropmenuHilite1 span{
	color:#ffffff;
	font-weight:bold;
}
	#dropmenuHilite1 a:hover{
	color:#076045;

	}
	#dropmenu1 ul{
		border: 0px solid yellow;
		margin:0px;
		padding:0px;
		list-style:none;
		width:100%;
		padding: 4px 0px 4px 0px;
	}

	#dropmenu1 li{
		border: 0px solid green;
		display:inline;
		margin:0px;
		padding:0 4 0 8;
		letter-spacing:-.0175em;
		padding: 4px 0px 4px 0px;
}

	#dropmenu1 ul li a {
	  color: #41250d;
	  font-family: "baskerville",times, serif;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
    padding: 4px 4px 4px 4px;
	}

	#dropmenu1 ul li a:hover{
		color: #f3bf09;
		text-decoration:none;
		background-color: #7c5f42;
		padding: 4px 4px 4px 4px;
	}

	#dropmenu1 a:hover{
		color: #666666;
		text-decoration:none;
	}

	.dropmenudiv1{
		position:absolute;
		top: 0;
		text-decoration:none;
  	font-weight:normal;
  	font-family:Century gothic, Helvetica, sans-serif;
		visibility: hidden;
		margin: 0 0 0 -10;
		width:130px;
		/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}
	.dropmenudiv1 a{
	  text-decoration: none;
		display: block;
		border: 1px solid #3e2d21;
		font-weight: bold;
		font-size: 13px;
		color:#402f1b;
		text-align: center;
		/*padding-left: 11px;
		padding-right: 11px;*/
		padding-top: 6px;
		padding-bottom: 8px;
		background-image: url(/content/images/menu_bg_off.jpg);
	}
	.dropmenudiv1 a:hover{
		color: #f3bf09;
		text-decoration: none;
		background-color: #664e36;
		background-image: url(/content/images/menu_bg_on.jpg);
	}
	.dropmenudiv1 span:hover{
		color: #f3bf09;
		text-decoration: none;
		background-color: #664e36;
		background-image: url(/content/images/menu_bg_on.jpg);
	}
/* ^^^^^^^^^^^^  end of MENU 1  ^^^^^^^^^^^^^^^^^^ */

/* ^^^^^^^^^^^^   MENU 2  ^^^^^^^^^^^^^^^^^^ */

	#dropmenu2{
		position:absolute;
		border: 0px solid red;
		margin:225 0 0 0;
		padding:0 0 1 0;


	}

	#dropmenuHilite2 span{
			color:#B47810;
	}

	#dropmenu2 ul{
	border: 0px solid red;
		margin:0 0 0 0;
		padding:0 0 8 0;
		list-style:none;
		width:100%;
	}

	#dropmenu2 li{
    padding-top:5px;
		padding-bottom:8px;
		display:inline;
		margin-left:38px;
}

	#dropmenu2 ul li a {
		color: #41250d;
		font-family: "baskerville",times, serif;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		padding:2px ;
		margin:0px;
	}

	#dropmenu2 ul li a:hover{
		color: #744f22;
		text-decoration:none;
	}

	#dropmenu2 a:hover{
		color: #91966b;
		text-decoration:none;
	}

	.dropmenudiv2{
		background-image: url(/content/images/menu_bg.jpg);
		position:absolute;
		top: 0;
		text-decoration:none;
		z-index:100;
		visibility: hidden;
		margin-top: -2px;
		margin-left:-45px;
		width:140px;
		/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}

	.dropmenudiv2 a{
	text-decoration: none;
		display: block;
		border-left: 1px solid #3e2d21;
		border-right: 1px solid #3e2d21;
border-bottom: 1px solid #3e2d21;
		font-weight: bold;
		font-size: 13px;
		color:#503914;
		text-align: center;
		padding-left: 11px;
		padding-right: 11px;
		padding-top: 6px;
		padding-bottom: 8px;

	}
		.dropmenudiv2 a:hover{
		color: #19614b;
		text-decoration: none;
	}
/* ^^^^^^^^^^^^  end of MENU 2  ^^^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^  floating menu at bottom contains copyright   ^^^^^^^^^^^^^^^^^^ */
  .floatmenu{
  	padding-left: 4px;
  	padding-right: 4px;
  	font-size: 11px;
  	font-weight:normal;
  	font-family:Century gothic, Helvetica, sans-serif;
  	color: #F6EBDC;
  }
  .floatmenu a {
  	color: #F6EBDC;
  	text-decoration: none
  }

  .floatmenu a:hover {
  	color: #4d4d4d;
  	text-decoration: none
  }

  .copyrights{
  	color: #736f6d;
  	font-size: 10px;
  	font-family:Century gothic, Helvetica, sans-serif;
  }
  .copyright a{
  	color: #736f6d;
  	font-size: 10px;
  	font-family:Century gothic, Helvetica, sans-serif;
	}
  .copyright a:hover{
  	color: #976f0d;
	}
  .copyrights hr {
  	color: #736f6d;
  	border-bottom-width: 0px;
  	border-top-width: 1px;
  	border-style: solid;
  	height: 0px;
  	width: 100%;
  }
/* ^^^^^^^^^^^^  end of floating menu   ^^^^^^^^^^^^^^^^^^ */



/*INDEX PAGE  RECENT PHOTOS AND NEWS*/

	.indexbox{
			border: solid red 0px;
			width:100%;
			height:410px;
			margin:20 0 0 0;
	}
	.newsbox{
		border: solid blue 0px;
		margin:0 0 0 4;
		float:left;
		width:375px;
		height:365px;
		padding: 80 0 0 10;
		background-image: url(/content/images/current_news.gif);
background-repeat:no-repeat;

	}
	.newscontent {
	margin-left:-9px;
	border: solid red 0px;
width:315px;
height:245px;
font-size:11px;

	}
	.newscontent b{
		font-family: Century gothic, Arial, Helvetica, sans-serif;
font-size:14px;
color:#9b5c28;
padding: 0;
	}
	.newscontent td{
font-family: Century gothic, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#63605e;
padding:0;
	}
	.newscontent a{
	border: solid red 0px;
background-repeat:no-repeat;
background-position: bottom right;
font-family: "baskerville", serif;
font-style: italic;
text-align: left;
font-size:10px;
color:#0c7253;
	}
	.newsboxPad{
		border: solid blue 0px;
		margin:0 0 0 20;


	}
	.photobox{
		border: solid blue 0px;
		margin:0 0 0 0;
		float:right;
		width:389px;
		height:365px;
		padding: 100 10 20 40;
		background: url(/content/images/photogallery.gif) no-repeat;
	}
	.photoboxPad{
		border: solid blue 0px;
		height:250px;
		margin-top:-40px;
		margin-left:30px;
	}
.indexFloat {
margin:15px;
  float:left;
  }
 
.indexFloat p{
font-size:10px;
margin:20px;
  float:left;
  }
  .indexFloat a img{
  
    border: solid #7e7e7e 1px;
}
/* END INDEX PAGE  RECENT PHOTOS AND NEWS*/





/* *************  roster *****************/
.filterMenu{
float:right;
margin:3 5 0 10;
color:#d6a210;
}
.filterMenu p{
display: inline;
margin:0 10 0 10;
}
.filterMenu a{
display: inline;
margin:0 10 0 10;
}
  .roster_detail_staff{
  color:#14785a;
  font-family: Century gothic, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin-left:320px;
  }
.roster_detail_top{
background:  url(/content/images/golfer.gif) no-repeat ;
background-position: center left;
font-weight:bold;
line-height: auto;
text-align: left;
margin-left: 17px;
padding-top: 25px;
padding-left: 30px;
font-size:12px;
color: #254d0f;
height:95px;
}
  .roster_detail_topTitle{
  color:#855936;
  font-family: Century gothic, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:22px;
  margin: 0px;

  }

.roster_detail_mid{
border: 0px solid #ffffff;
width:754px;
height:54;
background:  url(/content/images/dashes.gif) no-repeat ;
font-family: Century gothic, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color: #254D0F;
margin:0 0 0 32;

  }
  .roster_detail_bot{
width:750px;
font-size:13px;
color: #727277;
  margin: -30 0 0 32;
  font-size:12px;
  color: #254d0f;
  }
  .roster_detailText{
  margin:50 0 0 175;
   
  }

  .rosterName{
  color:#7b5127;
  font-family: century gothic,sans-serif;
  font-weight:bold;
  font-size:33px;
  text-align:left;
  margin-left:350px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0 0 5 0px;
  line-height: 40px;
  }
  .rosterSubTitle{
color:#ca9735;
font-family: Century gothic, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
  margin:0px;
  }
  .membertype{
  color:#c8950e;
  font-family: Century gothic, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:16px;
  margin:0px;
  padding:0px;
  }
  .rosterphoto{
  border: 1px #515456 solid;
  position: absolute;
  margin-left: 40px;
  margin-top: 80px;
  }
  .rosterphotoCustom{
  border: 3px white solid;
  position: absolute;
  margin-left: 0px;
  margin-top: 105px;
  }

  .rosterdetails a:hover{
  text-decoration:none;

  }
  .rosterdetails a{
  color:#b89535;
  text-decoration:none;
  font-family: Century gothic, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin:0px;
  }
  
  .rosterdetails{
  color: #8c8c8c;
font-family: Century gothic, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
  }
  .RosterRolodex{
    text-align:center;
    margin: 10 0 10 0;
    padding:0px;
  }
	.RosterLetters {
		font-family: Arial, Helvetica, sans-serif;
 		font-size: 14px;
 		color: #b1956f;
 		font-weight:bold;
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.rostereditImage{
	position:absolute;
  margin-top:-335px;
  margin-left:-60px;
  } 
/* *************  roster *****************/



/****************    Catalog   *****************************/
  #catalogbreadcrumbs {
  	width:350px;
  	font:  bold 13px Arial;
  	margin-bottom: 50px;
  	color: #8c8c8c;
  	text-decoration: none;
  }

  #catalogbreadcrumbs a {
  	text-decoration: none;
  	color: #8c8c8c;
  }
  .catalogbreadcrumbsHilite {
  	color: #4382c7;
  }
  #catalogbreadcrumbs a:hover {
  	text-decoration: underline;
  }


  #baskettotal{
  	position: absolute;
  	font: 10px Verdana;
      width: 160px;
      height: 50px;
  	color: #fc2043;
  	background: white url(/content/images/cart.jpg) 0 0 no-repeat;
  	cursor: pointer;
  	margin-top: 10px;
  	margin-left: 360px;
  	border:solid #AAC0D5 2px;
  	padding: 5 5 5 50;
  }
  #baskettotal a{
  	color: gray;
  }

  #catalogsearch{
  	position: absolute;
  	font: 10px Verdana;
  	color:  gray;
  	margin-top: 10px;
  	margin-left: 540px;
  	border:solid #AAC0D5 0px;
  	padding: 5px;
  }

  #catalogsearch input{
  	color:  gray;
  	font-size: 10px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;

  }


  .catalogcontainer{
      width: 780px;
      height: 100%;
  	padding:10px;
  	border:solid #333333 2px;
  	background-color: #FFFFFF;
  }

  .catalogcontainerTop{
  /*	background: url("/demo/gold/content/images/catalogContainerTop.gif") 0 0 no-repeat;*/
  }

  .catalogcontainerBot{
  /*	background: url("/demo/gold/content/images/catalogContainerBot.gif") 100% 100% no-repeat;

  */
  }
  .catalogcontainerLeft{
  /*	background: url("/demo/gold/content/images/catalogContainerLeft.gif") 0 100% repeat-y;
  	height:100%;


  	*/
  }
  .catalogcontainerRight{
  /*	background: url("/demo/gold/content/images/catalogContainerRight.gif") 100% 0 repeat-y;
  	height:100%;


  	*/
  }


#catalogcategory img{


bottom:0px;
}


  #catalogcategory{
  background: #D9D7D8 url(/content/images/catalog_category_top.jpg) repeat-x;
  	font: bold 13px Verdana;
  	color:#828282;
      width: 145px;
     height: 182px;
 float:left;
  /*	background-color: #E1E1E1;*/
  	border:solid #D9D7D8 1px;
  	padding: 5 0 2 2;

	margin: 15px;
  	
  }
  
#catalogcategory p a{
text-decoration: none;
}
#catalogcategory p {
vertical-align:middle;

margin: 1;
height:30px;
}

  .catalogproductFeature{
  	font:  11px Verdana;
      width: 145px;
  	color:#828282;
  
  	height: 180px;
  	float: left;
  /*	background-color: white;
  	border:solid #AAC0D5 2px;*/
  	padding: 0px;
  vertical-align: middle;
  	margin: 15px;
  }
  .catalogproductFeature a{

  /*	background-image: url(/demo/gold/content/images/1star3a.gif);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px; */
  	text-decoration: none;
  	font: bold 13px Verdana;
  	color: #FF9900;
display:block;
  }

  .FeaturedProductPhrase{

  }

  /*a.catalogproductFeature:after {
    font-weight: bold;
    color: navy;
    content: "Reference: ";
    }*/

  .catalogproduct{
  	font:  11px Verdana;
      width: 145px;
  	color:#828282;
  	float: left;
  /*	background-color: white;
  	border:solid #AAC0D5 2px;*/
  	padding: 0px;
  vertical-align: middle;
  	margin: 15px;


  }
  .catalogproduct img{
  	border:solid #828282 1px;

  }
  .catalogproduct a{
  	font: bold 13px Verdana;
  	color: #828282;
  	text-decoration: none;
  }



  .catalogdescriptionTabs{
  	float:left;
  	margin:0 0 -16 15;
  	border-bottom:solid #D9D7D8 1px;
  	height:19px;
  	width:78%;
  }

  .catalogdescriptionTabs ul{
  	position:relative;
  	margin-left: 0;
  	padding-left: 0;
  	display: inline;


  }
  .catalogdescriptionTabs li{
  	background:#F2F2F2;
  	margin-left: 0;
  	margin-bottom: 0;
  	padding: 2px 15px 5px;
  	border: 1px solid #D9D7D8;
  	list-style: none;
  	display: inline;
  	font: bold 11px Verdana;
  	color: #4382c7;
  }
  .catalogdescriptionTabs li.here {
  	background:#FFFFFF;
  	border-bottom: 1px solid #fff;
  	list-style: none;
  	display: inline;
  }


  .catalogShortdescription{
  float:left;
  font: bold 11px Verdana;
  width:78%;
  padding:10px;
  margin:15px;

  }

  .catalogdescription{

  /*background:#EBDEC5;*/
  background:#FFFFFF;
  float:left;
  border-bottom:solid #D9D7D8 1px;
  border-left:solid #D9D7D8 1px;
  border-right:solid #D9D7D8 1px;
  border-top:solid #D9D7D8 1px;
  width:78%;
  padding:10px;
  margin:15px;
  }
  .catalogFullSizeImage{
  	font: bold 11px Verdana;
  	background-color: white;
  	border:solid #AAC0D5 2px;

  }
  .catalogdetailImage{
  float:left;
  width:210px;
  height:auto;
  margin-left:40px;
     padding-right:30px;
  }
  .productviewpriceDiscount{
  	font: bold 11px Verdana;
  color: #FA0328;
  }

  #addtomyCatalog{
  float: left;
  position: relative;
  }
/****************    Catalog   *****************************/

/****************    GOOGLE MAPS   *****************************/
#googleframe{
border: 1px solid gray;
background-color: red;
margin-left:10px;
}

/****************    END GOOGLE MAPS   *************************/
/****************    lightbox   *****************************/
#GB_overlay {
  background-image: url(/content/images/overlay.png);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 150%;
  
}

* html #GB_overlay {
  
  background-color: transparent;
  background-image: url(/content/images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  text-align:center;
  position: absolute;
  z-index: 101;
  height: 100%;
}

#GB_frame {
  text-align:center;
}

#GB_caption {
  color:white;
  z-index: 151;
  cursor: pointer;
  border: 0px solid purple;
}

#GB_captiontop {
  margin-top:60px;
  color:white;
  cursor: pointer;
}


#GB_window img {
  cursor: pointer;
  border: 6px white solid;
}

#GB_printbutton{
position: absolute;		
left:700px;
top:40px;
}
/****************    lightbox   *****************************/

/****************    escoremail mailform   *****************************/
#mailform {
margin: 20 0 10 50;
}

#mailform form table tbody tr td div{
text-align:left;
margin: 10 0 10 50;
}


/****************    mailform   *****************************/
