*{-moz-box-sizing: border-box !important;}
body {    /*this affects all stuff outside all other elements below*/
	color:  #b2b2b1;
	background-color:#333333;
	margin: 40 0 20 0;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
}
body a{
	color: #959879;
	text-decoration:none;
}
body a:hover{
	text-decoration:underline;
}
#page {
	margin-left: auto;
	margin-right: auto;
	min-width: 780px ;  /*firefox only*/
	max-width: 950px ;  /*firefox only*/
	text-align: left;
	padding:0px;
	/*width: 80%;*//*experimental, not working, not being used*/
	width: 780px;
}
/*experimental, not working, not being used*/
/*#minwidth{
	width:773px;
	height:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
}
#maxwidth{
border: 1px solid red;
	width:900px;
	padding:0px;
	margin:0px;
}
*/
#masthead{
border: 0px solid white;
	/*background:url(http://scoreadvertising.com/demo/floaty/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{
color:#98989c;
border: 0px solid white;
position: absolute;
width: 495px;
	margin: 4 0 0 7;
	
}

#scrollingmarquee  {
border:1px solid #424242;
	background-image: url("/content/images/menu_bar_bg2.gif");
	background-repeat: no-repeat;
	background-position: center;
	width:779px;
height: 23px;
	width:780px;
	
	/*	color:#000;*/
}
#homeLink {
background-image: url("/content/images/spacer.gif");
	
z-index:100;
	border: 0px solid red;
	/*float:right;	position: relative; clear:both;			/* floats right */
	position:absolute;	display:block;					/* floats left */
	cursor: pointer;
	margin-top:-110px;
	margin-left:0px;
	width:208px;
	height:70px;
}
#homeLinkIcon {
color: #959879;
text-decoration:none;
background-image: url("/content/images/spacer.gif");
z-index:100;
	border: 0px solid red;
	/*float:right;	position: relative; clear:both;			/* floats right */
	position:absolute;	display:block;					/* floats left */
	cursor: pointer;
	margin-top:5px;
	margin-left:720px;
	width:70px;
	height:20px;
}
a:hover#homeLinkIcon {
color: #98c51f;
}

#phoneButton{
border: 0px solid red;
width:720px;
margin: 5 0 0 -75;
text-align:right;
		position: absolute; 
	/*	position:absolute;*/								/* floats left */
	height: auto;
}
#phoneButton a{
color:#7f7f83;
text-decoration:none;
}
#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: 1px 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 */

		margin:-123 0 0 200;
			clear:both;
	}
	#loginform fieldset label {
	color:#737878;
		display: inline;
		margin-left:5px;
		font-size:10px;
	}
	#loginform fieldset {
	border: 0px solid yellow;
		margin:0px;
		padding:0px;
		display: inline;
	}
	#loginform fieldset div{
		display: inline;
		float: left;
		padding:3px;
	}
	#loginform  input{
		border: 1px solid #424242;
		background-color:#737878;
	}
	#loginform  ledgend{
	}
	#loginform  .loginbutton{
	font-size:10px;
		margin:2 0 0 5;
		border: 1px solid #424242;
		background-color: #737878;
	border: 1px solid #424242;

	}
	#rememberme{
		clear:both;
	}
	#rememberme input{
	background-color:transparent;
	}
	#forgotPin a{
	background-image: url("/content/images/menu_bar.jpg");
	background-repeat: no-repeat;
height:28px;
width: 266px;
	z-index:100;
    position:absolute;    /* floats left */
		margin:-125 0 0 535;
		border: 0px solid red;
		padding-top:7px;
	padding-left:67px;	
	font-size:11px;
    color:#98989c;
	text-decoration:none;
	}
/******************** END classes for loginForm   shows when logged OUT only***************/



/***************************stuff displayed while logged in only */
	#welcomeUser {
	border: 0px solid red;
		/*float:right;	position:relative; clear:both;  */				/* floats right */
		color: #959879;
		position:absolute;												/* floats left */
		margin-top:-140px;
		margin-left:380px;
	}
	#logOut{
	border: 0px solid red;
		float:right;	position:relative; clear:both;					/* floats right */
		/*position:absolute;*/											/* floats left */
		margin-top:-140px;

	}
	#sectionMenu{
	padding:8 0 0 7;
background-image: url("/content/images/menu_bar.jpg");
background-repeat: no-repeat;
height:28px;
width: 245px;
text-align: center;
	position: absolute; 
	margin:-148 0 0 535;	
	}
	#sectionMenu a{
color:#9898a0;
font-size:11px;
text-decoration:none;
}
	#sectionLink{
color:#9898a0;
	}
	#sectionHilite {
		font-weight:bold;
		text-decoration:none;
	
	}

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





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


#pageContent {
  border: solid #424242;
  border-width: 1px;
	background-color:#333333;
	padding:0px;			
}
#pageContent span{
color:#b2b2b1;
font-size:13px;
}
table{
 margin-left:5px;
}
p{
  pading-left:10px;
}
#pageContent hr{
border:1px #595858 solid;

}
.heading2{
font-family:"Bauhaus 93", sans-serif;
font-size:17px;
font-weight:normal;
color:#bb934e;
}
.bodycopy_black{
font-size:13px;
color:#b2b2b1;
}
/* ^^^^^^^^^^^^   editor css   ^^^^^^^^^^^^^^^^ */
span.head1{
font-size:13px;
}
.paragraph{
font-size:13px;
color: #b2b2b1;
}

span.paragraph{
font-size:13px;
color: #b2b2b1;
}
.paragraph a{
font-size:13px;
color: #7dc3c9;
}
/* ^^^^^^^^^^^^   editor css  ends ^^^^^^^^^^^^^^^^ */
/* ^^^^^^^^^^^^   submenu (inside #pageContent)   ^^^^^^^^^^^^^^^^ */
	#sub_menuContainer {
  border: 0px solid red;
  padding:0 0 5 10;
  font:normal 14px Arial;
  }
  #sub_menuContainer span{
color: #959879;
  }
  
  .sub_menu {
		padding: 3px;
	}

  .sub_menu a{
		color: #9898a0;
		font-size:13px;
		
	}

	#sub_menuContainer span a {
		text-decoration: none;
	 }

	#sub_menuContainer a:hover{
		text-decoration: nonee;
			color:#757575;
	}

	#sub_menuContainer #sub_menu_sel {
		font-weight:bold;
		text-decoration:none;
		color:#bb934e;
		font-size:13px;
	}
	
/* ^^^^^^^^^^^^   end of sub menu   ^^^^^^^^^^^^^^^^ */


/* classes for validator */
	.tfvHighlight{
		color: red;
		text-align: right;
		padding: 0px;
	}
	.tfvNormal{
		color: black;
		text-align: right;
		padding-right: 0px;
	}
	
  .smallFormElements{
    margin-top:3px;
  	font-size: 9px;
  	font-family: arial, Arial, Helvetica, sans-serif;
  }
 
  div.row {
    clear: both;
    padding-top: 4px;
    font-size: .8em;
  }
  
  div.row span.label {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
  }
  
  
  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  ^^^^^^^^^^^^^^^^^^ */
	


#dropmenuHilite1{
	color:#ffffff;
}

#dropmenuHilite1 span{
  color:#ffffff;
}

#dropmenu1{
  border: 1px solid #424242;
  margin:5px 0;
  padding:0px;
}

#dropmenu1 ul{
  border: 0px solid yellow;
  margin:0px;
  padding: 10px 0px;
  font:normal 12px Arial;
  list-style:none;
  width:100%;
}

#dropmenu1 li{
		border: 0px solid green;
		display:inline;
		margin:0px;
		padding: 10px 0px;
}

#dropmenu1 ul li a {
  color: #98989c;
  font-weight: normal;
  text-decoration: none;
  padding: 10px;
  margin:0px;
}

#dropmenu1 ul li a:hover{
  color: #BFBFC2;
  text-decoration:none;
  background-color: #2c2c2c;
  padding: 10px 9px;
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
}

.dropmenudiv1{
  background: #333333;
  position:absolute;
  top: 0;
  text-decoration:none;
  font:normal 13px Arial;
  z-index:100;
  visibility: hidden;
  margin: 0;
  width:134px;
  /*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-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  border-left: 1px solid #424242;
  font-weight: normal;
  font-size: 13px;
  color: #9898a0;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropmenudiv1 a:hover{
  color: #BFBFC2;
  text-decoration: none;
  background-color: #2c2c2c;
}

.dropmenudiv1 span:hover{
  color: #A7C0DC;
  text-decoration: none;
}
/* ^^^^^^^^^^^^  end of MENU 1  ^^^^^^^^^^^^^^^^^^ */


/* ^^^^^^^^^^^^  floating menu at bottom contains copyright   ^^^^^^^^^^^^^^^^^^ */
  .floatmenu{
  	padding-left: 4px;
  	padding-right: 4px;
  	font-size: 11px;
  	font-weight:normal;
  	font-family: Arial, Helvetica, sans-serif;
  	color: #98989c; 
  }
  .floatmenu a {
  color: #98989c; 
  	text-decoration: none
  }

  .floatmenu a:hover {
  	color: #A7C0DC;
  	text-decoration: none
  }
  .copyright a:hover{
   	color: #A7C0DC;
	text-decoration:none;
}
  .copyrights{
  color: #737878; 
  	border-color: #737878;
  	font-size: 10px;
  	font-family: Arial, Helvetica, sans-serif;
  }
 

  .copyright a{
  	border-color: #737878;
	color: #737878; 
  	font-size: 10px;
  	font-family: Arial, Helvetica, sans-serif;
	
	}

  .copyrights hr {
  	border-color: #737878;
  	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:10 0 0 0;
	}
	.newsbox{
		border: solid blue 0px;
		margin:0 0 0 0;
		float:left;
		width:380px;
		height:420px;
		padding: 100 30 20 10;
		background: url(/content/images/recent_news.gif) no-repeat;
	}
	.newscontent  b{
	color:#98989e;
	font-size:13px;
	}
	
	.newscontent a{
	color:#6C8BAA;
	font-size:13px;
	}
	.newsboxPad{
		border: solid blue 0px;
	}
	.photobox{
		border: solid blue 0px;
		margin:0 0 0 0;
		float:right;
		width:360px;
		height:440px;
		padding: 100 10 20 70;
		background: url(/content/images/recent_photos.gif) no-repeat;
	}
	.photoboxPad{
		border: solid blue 0px;
	}

/* END INDEX PAGE  RECENT PHOTOS AND NEWS*/






  /* *************  calendar *****************/
  #calendar table { border-top:1px; border-bottom:0px; border-left:1px; border-right:1px; border-style: solid; border-color: #484a4a; padding: 0; margin:0px; width: 747px; margin-left:15px;}
#calendar th { background: #414040; color: #98989c; margin: 0px; padding: 5px; border-top:1px; border-bottom:0px; border-left:1px; border-right:1px; border-style: solid; border-color: #484a4a; font: normal 11px arial;}

#calendar td { background: #333333; color: #98989c;  padding: 0px; margin:0; height:100px;text-align:left;vertical-align:top; border-bottom:2px;  border-top:0px; border-left:1px; border-right:1px; border-style: solid; border-color: #484a4a; }
#calendar td a { font: 11px arial;}

#calendar td.notInMonth{ background: #333333; }
#calendar ul { list-style: none; list-style-position: outside; padding:0px; margin: 0px 0px 0px 0px}

#daynumber {color: #98989c; font: 11px arial;}

#calendar th.weekend {background: #515151; }
#calendar td.weekend {background: #414040; }
.calendarInput {
	font-size: 13px;
	font-family:  Arial, Helvetica, sans-serif;

}

#CalDividerBar{
	color:#484a4a
	width:100%;
	height:0px;
}
.CalendarMonthLink{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#98989c;
	vertical-align: middle;
}
.CalendarMonthLink a{
	color:#98989c;
	font-size:12px;
	text-decoration:none;
}
.CalendarMonthLink a:hover{

	text-decoration:underline;
}
.calendarIconMenu{
height: 60px;
margin-top:10px;
margin-bottom:0px;

}

span.calendarIcon {
float: right;
height:45px;
width:80px;
color:#7A92AE;
text-align: center;
}
span.calendarIcon a{
color:#7A92AE;
	text-decoration:none;
}

span.calendarIcon a:hover{
	text-decoration:underline;

}
#calendarListNorm td{
font-size:12px;
background-color: #414040;
color:#949595;

}

#calendarListAlt td{
font-size:12px;
color:#949595;
background-color: #515151;
}

#calendarListHili td{
background: #626262;
font-size:12px;
color: #989494;
}

.calendarListview{
margin-top:0px;
margin-bottom:0px;
border-width: 0px; 
}
.calendarListview td{
font-family:  Arial, Helvetica, sans-serif;
font-weight:bold;
color: #4C6E93;
padding: 4px;
}
.calendarListview th{
font-family:  Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color: #4C6E93;
background-color: #454545;
padding: 4px;
}

.calendarListview a{
color: #4C6E93;

	text-decoration:none;
}
.calendarListview a:hover{
	text-decoration:underline;
}
.cal_event_detail_top{
padding-bottom: 10px;
background: #333333 url("/content/images/mag2.gif") no-repeat ;
width: 48px;
height:46px;
background-position: bottom left;
width:700px;
font-weight:normal;
line-height: auto;
text-align: center;
margin-left: 17px;
padding-top: 10px;
padding-bottom: 10px;
font-family:Arial, sans-serif;
font-size:13px;
color: #9e9e9e;
}
.cal_event_detail_mid{
background: url("/content/images/text_bg2.gif") no-repeat ;
text-align: left;
border-width: 1px 1px 0px 1px;
width:725px;
height:40px;
padding: 13px;
font-family:  "Bauhaus 93", sans-serif;
font-weight:normal;
font-size:18px;
color: #bb934e;
margin-left: 17px;
}
.cal_event_detail_bot{
border: solid #5a5b5a;
border-width: 0px 1px 1px 1px;
width:725px;
/*background: #ffffff url("/scorethewebold/content/images/detail_view_bg.gif") repeat-x;*/
margin-left: 17px;
margin-top: -30px;
font-size:12px;
color: #797a79;
padding-top:20px;

}

.cal_event_detail_day{
vertical-align: middle;
font-family:  sans-serif;
font-weight: 600;
font-size:15px;
color: #797a79;
letter-spacing: 3px;
margin-left:50px;
}
.cal_event_detail_month{
font-weight:bold;
vertical-align: middle;
font-family:   sans-serif;
font-size:15px;
color: #636363;
letter-spacing: 5px;
}
.cal_event_detail_date{
vertical-align: middle;
font-weight: normal;
font-family: Times;
font-size:34px;
color: #ffffff;
line-height: 80%;

}
.cal_event_detail_position {

float:right;
margin-top:-15px;
margin-right:25px;
font-family:  Arial, Helvetica, sans-serif;
font-size:11px;
color: #919179;
}
.cal_event_detail_prev a{
margin-top:-15px;
margin-left:10px;
font-family:  Arial, Helvetica, sans-serif;
font-size:13px;
color: #6C8BAA;
	text-decoration:none;
}
.cal_event_detail_next a{
float:right;
margin-top:-20px;
font-family:  Arial, Helvetica, sans-serif;
font-size:13px;
color: #6C8BAA;
	text-decoration:none;
}
.cal_event_detail_prev a:hover{
	text-decoration:underline;

}
.cal_event_detail_next a:hover{
	text-decoration:underline;
	}


.CalCategoryMenu{
	text-decoration:none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.CalCategoryMenu font:hover{
	text-decoration:underline;
}

/*news css */
.newsDetailPhoto{
	float: left;
	margin: 30px;
	border: 3px solid #737272;
	text-align: top;
}
.calDetailPhoto{
	border: 3px solid #737272;
}

/* *************  calendar *****************/


/****************news css *************/
  .newsDetailPhoto{
  	float: left;
  	margin: 30px;
  	border: 3px solid #808080;
  	text-align: top;
  }
  .calDetailPhoto{
  	border: 3px solid #808080;
  }

  .newsDetailStory{
  margin: 30px;
  min-height: 350px ;
  }
/****************news css *************/




/* *************  roster *****************/
.filterMenu{
float:right;
}
.filterMenu p{
display: inline;
margin:0 10 0 10;
}
.filterMenu a{
display: inline;
margin:0 10 0 10;
}
  .roster_detail_staff{
  color:#81A014;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin-left:320px;
  }

  .roster_detail_top{
  background: url("/content/images/roster_top_bg2.gif") no-repeat ;
height:95px;
width:729px;
font-weight:bold;
line-height: auto;
text-align: left;
margin-left: 17px;
margin-top: 37px;
padding-top: 25px;
padding-bottom: 10px;
padding-left: 30px;
font-size:12px;
letter-spacing: 1px;
color: #254d0f;
height:95px;
  }
  .roster_detail_topTitle{
  color:#A11E23;
  font-family:  Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:24px;
  margin: 0px;

  }
  .roster_detail_mid{
  border-top: 1px dashed #5a5b5a;
border-bottom: 1px solid #5a5b5a;
border-left: 1px solid #5a5b5a;
border-right: 1px solid #5a5b5a;
text-align:right;
border-width: 1px 1px 0px 1px;
width:727px;
/*background: url("/scorethewebold/content/images/roster_mid_bg.gif") no-repeat ;
height:66px;*/
font-family:  Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
background-color: #484848;
color: #254D0F;
margin: 0 0 0 17;

  }
  .roster_detail_bot{
  border-top: 1px dashed #5a5b5a;
border-left:  1px solid #5a5b5a;
border-right: 1px solid #5a5b5a;
border-bottom: 1px solid #5a5b5a;
border-width: 0px 1px 1px 1px;
width:727px;
margin: 0 0 0 17;
font-size:12px;
color: #254d0f;
  }
  .roster_detailText{
  padding: 10 0 0 0;
  margin:0 0 0 175;
  }

.rosterName{
  color:#BB934E;
  font-family: "Bauhaus 93", sans-serif;
  font-weight:normal;
  font-size:30px;
  text-align:left;

  margin-left:350px;
  margin-top:0px;
  margin-bottom:0px;
  padding:0 0 5 0px;
  }
  .rosterSubTitle{
  color:#1A7AC6;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:13px;
  margin-right:100px;
  margin:0px;
  }
  .membertype{
  color:#727b4c;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin:0px;
  padding:0px;
  }
  .rosterphoto{
  border: 0px white solid;
  position: absolute;
  margin-left: 40px;
  margin-top: 110px;
  }
  .rosterphotoCustom{
  border: 4px #808080 solid;
  position: absolute;
  margin-left: 0px;
  margin-top: 105px;
  }

  .rosterdetails a:hover{
  text-decoration:underline;
  
  }
  .rosterdetails a{
  
  text-decoration:none;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  margin:0px;
  color: #BB934E;
  }
  
  .rosterdetails{
  color:#5D8692;
  font-family: arial, Arial, Helvetica, sans-serif;
  font-weight:normal;
  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: blue;
 		font-weight:bold;
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.rostereditImage{
	position:absolute;
  margin-top:-280px;
  margin-left:-60px;
  } 
/* *************  roster *****************/








/* *************  holebyhole *****************/
#photoContainerHoleBy{
text-align: center;
	width:320px;
  float: right;
  margin:0px;
}

  .holebyholetable{
  margin-top:70px;
  margin-left:30px;
  color:#a1a2a4;
  background-color:#6b6a6a;
  }
  .holebyholetable td{
  padding:5px 15px 5px 15px;
  text-align:center;
  color:#5D647E;

  font-size:13px;
  font-weight:bold;
  }
  .holebyholedesc{
  padding:5px 15px 5px 0px;
  margin-top:50px;
  margin-left:30px;
  width:320px;
  height:200px;
  color:#8c8c94;
  font-size:13px;
  text-align:justified;
  font-weight:bold;
  }
  .holebyholephoto{
  float:right;
  margin-top:50px;
  margin-right:30px;
  }
  .holenavigation *{
  font-size:14px;
  text-decoration: none;
  color:#8c8c94;
  }

/* *************  holebyhole *****************/

/* *************  holeinone hole in *****************/

#photoContainerHoleIn {
	text-align: center;
	width:280px;
  float: right;
  margin:0px;
}
#holecert{
background:url("/content/images/hole_cert_bg.jpg") repeat-x;
background-color:#3f3f3f;
color: #8c909b;
border: 1px solid #ce8f28;
width:380px;
height:365px;
text-align:center;
}

#holecertFoot{

padding:10px;
float:left;
color: #8c909b;
font: bold 11px arial;
height:auto;
}
#holecert h1{

color: #8AB50E;
font-family: arial, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 22px;
}
#holecert h2{
color: #8c909b;
font-family: arial, Arial, Helvetica, sans-serif;
font-size: 14px;
margin-top:10px;
margin-bottom:10px;

}

#holecert td{

color: #8c909b;

font-family: arial, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 14px;
}
.HoleInSortMenu {
margin-top:-20px;

}

/* *************  holeinone hole in *****************/


/* *************  Gallery *****************/
  #galleryContainer {
  height: 600px;
  width: 740px;
  
  }

/* thumbnail floater */
div.float {
	float: left;
	width: 240px;
	height: 210px;
	padding: 0px;
   text-align: center;
}
div.float a{
color: #8c909b;
font: bold 11px arial;
text-decoration:none;
 }
 div.float a:hover{
text-decoration:underline;
 }


  #photoTitle {
  color: #8c909b;
  font: bold 11px arial;
  }
div.photoborder img {
border: 1px #808080 solid;
}
  #photoDesc {
  	border-color: #000000;
  	border-width: 1px;
  	border-style: transparent;
  	width: 100%;
  	height: auto;
  	overflow: auto;
  color: #8c909b;
  font: bold 11px arial;
  }
  #tightGalleryContainer {
  height: 700px;
  width:600px;
  margin-left:70px;
  margin-top:0px;
  }

  div.floatTight {
  	float: left;
  	width: 120px;
  	height: 148px;

  	padding: 15px;
  color: #8c909b;
  font: bold 11px arial;
   }
  

  div.floatTight img{
  	border: 5px #504f4f solid;
	height:70px;
	width:70px;
   }
  div.floatTight a{
  color: #8c909b;
  font: bold 11px arial;
  text-decoration:none;

   }
   div.floatTight a:hover{
  color: #8c909b;
  font: bold 11px arial;
  text-decoration:underline;
   }

  div.floatTight p{
  padding:0px;
  color: #8c909b;
  margin-top:2px;
  margin-bottom:2px;
   }

  div.float p {
  margin: 0px;
  padding:0px;
     text-align: center;
  color: #8c909b;
  }


  #albdesc {
  	float: left;
  	margin-top: 20px;
  	width: 25%;
  	height: 680px;
  	overflow: auto;
  	color: #8c909b;
  	font: bold 11px arial;
  	text-align: left;
  }

  #albdesc b{
  color: #8c909b;
  font-weight: bold;
  }

  #albdesc a{
  color: #8c909b;
  text-decoration: none;
  }
  #albdesc a:hover{
  text-decoration: underline;
  }



  #photoContainer {
  	float: left;
  	text-align: center;
  	height: 500px;
  	width:55%;

  }
  #navigationContainer img{
  vertical-align: middle;
  }

  #navigationContainer{
  color: #959879;
  margin-left: 50px;
  height: 40px;
  width: 300px;
  }

  #stopButton{
  display: none;
  }

  #startButton{

  }
  #albumThumbFrameBig{
    cursor: pointer;

  background: url("/content/images/albumThumbFrameBig.gif") no-repeat;
  border: black solid 0px;
  margin-left:40px;
  padding-top:37px;
  width:160px;
  height:150px;
  }


  #albumThumbFrame{
  background: url("/content/images/albumThumbFrame.gif") no-repeat;
  border: black solid 0px;
  padding-top:17px;
  padding-left:22px;
  margin-left: 10px;
  width:120;
  height:120;
  }
  #albumThumbFrame img{
  vertical-align: middle;
  text-align: center;
  }
  #thumbNavcontainer{
  	float: right;
  	margin-top:50px;
  	width: 12%;
  	text-align:center;
  }
  #thumbnailsContainer {
  	color: #4E2F16;
  	height: 400px;
  	border-color: #000000;
  	overflow: auto;
  	overflow: hidden;
  }


  #thumbnailsContainer img {
  border-color: #808080;
  border-width: 3px;
  border-style: solid;
  }

  #thumbnailsContainerHoriz {
  float: right;
  	color: #4E2F16;
  	height: 90px;
  	width:200px;
  	border-color: #000000;
  	overflow: auto;
  	overflow: hidden;
  }


  #thumbnailsContainerHoriz img {
  border-color: #808080;
  border-width: 3px;
  border-style: solid;
  }


  .photo{
  border-color: #808080;
  border-width: 5px;
  border-style: solid;
  }

  .thumb{
  border-color: #808080;
  border-width: 1px;
  border-style: solid;
  }

  .photo2{
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  }

  .title {
  	font-family: "Courier New", Courier, mono;
  	font-size: 18px;
  	color: #333333;
  }



  #albTitle {
  	font-family: "Arial";
  	font-size: 18px;
  	color: #8c909b;
  }

  .Container {
    position: absolute;

  left: 100px;
    width: 240px;
    height: 50px;
  /*  background: #FFF url(container_background.gif) no-repeat;*/
  }
  #Scroller-1 {

    position: absolute;
    overflow: hidden;
    width: 240px;
    height: 50px;
  }
  #Scroller-1 p {
    margin: 0; padding: 10px 20px;
    font-family: arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-indent: 20px;
    color: #6F6048;
  }
  .Scroller-Container {
    position: absolute;
    top: 0px; left: 0px;
  }
  .Scrollbar-Up {
    cursor: pointer;
    position: absolute;
    top: -40px; left: 70px;
  }
  .Scrollbar-Down {
    cursor: pointer;
    position: absolute;
    top: 260px; left: 70px;
  }
  .Scrollbar-Left {
    cursor: pointer;
    position: absolute;
    top: 220px; left: 0px;
  }
  .Scrollbar-Right {
    cursor: pointer;
    position: absolute;
    top: 220px; left: 380px;
  }
/****************   Gallery  ************************************/























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

  #catalogbreadcrumbs a {
  	text-decoration: none;
  	color:#787878;
  }
  .catalogbreadcrumbsHilite {
  	color:#bb934e;
  }
  #catalogbreadcrumbs a:hover {
  	text-decoration: underline;
  }


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

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

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

  }


.catalogcontainer{
  width: 730px;
  min-height: 600px;
  padding:10px;
  border:solid #808080 1px;
  background-color: #FFFFFF;
}

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

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

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


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


  	*/
  }


  .catalogcategory{
  background: #D9D7D8 url("/content/images/catalog_category_top.jpg") repeat-x;
  	font: bold 13px arial;
  	color:#828282;
      width: 145px;
   /*   height: 270px;*/
  	float: left;
  /*	background-color: #E1E1E1;*/
  	border:solid #D9D7D8 1px;
  	padding: 5 0 2 2;
  	vertical-align: middle;
  	margin: 15px;
  	text-decoration: none;

  }
  .catalogcategory a{
  	margin-left: 15px;
  }

  .catalogproductFeature{
  	font:  11px arial;
      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("/scoretheweb/content/images/1star3a.gif");
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px; */
  	text-decoration: none;
  	font: bold 13px arial;
  	color: #FF9900;
  }

  .FeaturedProductPhrase{
display:block;
	color: red;
margin: 0 0 0 0;
  }

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

  .catalogproduct{
  	font:  11px arial;
      width: 145px;
  	color:#828282;

  	height: 180px;
  	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 arial;
  	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 arial;
  	color: #4382c7;
  }
  .catalogdescriptionTabs li.here {
  	background:#FFFFFF;
  	border-bottom: 1px solid #fff;
  	list-style: none;
  	display: inline;
  }


  .catalogShortdescription{
  float:left;
  font: bold 11px arial;
  color:#818181;
  width:78%;
  padding:10px;
  margin:15px;

  }

  .catalogdescription{

  /*background:#EBDEC5;*/
  background:#FFFFFF;
  color:#818181;
  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 arial;
  	background-color: white;
  	border:solid #AAC0D5 2px;

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

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

