@charset "utf-8";
/* CSS Document */
#stewart_golf_custom_item {
	width:720px;
	height:auto;
	}
	
#video_block{
	width:720px;
	height:auto;
	}

#review_block { 
margin-right:8px;
}
	
#review_block, #QandA_block{
	width:356px;
	height:auto;
	float:left;
	}
	
#review_block h2, #QandA_block h2{
	width:356px;
	height:30px;
	background:url(../images/blocktitle1.gif) no-repeat;
	margin-top:10px;
	}
	
#review_block .collapse, #QandA_block .collapse{
	width:356px;
	padding-bottom:30px;
	background:url(../images/block_back1.gif) bottom no-repeat;
	}

#video_block h2{
	width:720px;
	height:30px;
	background:url(../images/blocktitle2.gif) bottom no-repeat;
	}
	
#video_block .collapse{
	width:720px;
	padding-bottom:30px;
	background:url(../images/block_back2.gif) bottom no-repeat;
	text-align:center;
	}

.demo {
  margin:0;
  position:relative
}
.collapse p {padding:0px 10px 10px; margin:0;}

.collapse object {
	width:640px;
	height:385px;
	margin:0px auto;
	padding-top:10px;
	display:block;
	}

#switch, .switch {display:none;}

/* --- Headings  --- */

h2{font-size:1em; padding:0; margin:0;}


/* --- Links  --- */

a:hover, a:active, a:focus {
  outline:0 none;
  color:#be3b3b;
}

.expand a {
  display:block;
  height:25px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#4a4a4a;
  text-decoration:none;
  line-height:25px;
}

#video_block .expand a {
	width:710px;
	margin:0px auto;
	padding:2px 0px;
	}
	
#review_block .expand a, #QandA_block .expand a {
	width:346px;
	margin:0px auto;
	padding:2px 0px;
	}

.expand a:link, .expand a:visited {
  background-image:url(../images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}

#video_block .expand a:link, #video_block .expand a:visited {
  background-image:url(../images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:99% 50%;
}

.expand a:hover, .expand a:active, .expand a:focus {
}
.expand a.open:link, .expand a.open:visited {
  background:url(../images/arrow-up.gif) no-repeat 98% 50%;
}

#video_block .expand a.open:link, #video_block .expand a.open:visited {
  background:url(../images/arrow-up.gif) no-repeat 99% 50%;
}
