#tc_mainTextArea.narrow {
  padding-left: 30px;
  padding-right: 30px;
  width: 597px;
}

/* podcasts.html */

.feature {
  margin-top: 5px;
  width: 596px;
  background: url(../images/podcast/podcast_instructionTop.gif) top left no-repeat;
}

.feature .wrapper {
  background: url(../images/podcast/podcast_instructionBottom.gif) bottom left no-repeat;
  padding: 15px 20px;
}

.feature h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.feature p {
  font-size: 12px;
  line-height: 16px;
}

.feature ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  line-height: 16px;
}

.feature li {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  background: url(../images/podcast/podcast_orangeDot.gif) 0px 5px no-repeat;
}

#episodes {
  margin: 0;
  padding: 0;
  width: 596px;
  display: block;
}

#episodes li {
  background: url(../images/podcast/podcast_episodeTop.gif) top left no-repeat;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  zoom: 1;
}

#episodes li .wrapper {
  background: url(../images/podcast/podcast_episodeBottom.gif) bottom left no-repeat;
  padding: 10px 10px 0px 10px;
  zoom: 1;
}
#episodes li .wrapper:after {
  display: block;
  content: '.';
  visibility: hidden;
  clear: both;
  height: 0px;
}

#episodes img {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

#episodes h2 {
  font-size: 16px;
  font-weight: normal;
}

#episodes p {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin-bottom: 10px;
}

#episodes a.download {
  display: inline;
  /* 194 - 35 (padding) = 159 */
  width: 159px;
  /* 27 - 6 (padding) = 21 */
  height: 21px;
  background: url(../images/podcast/podcast_downloadBtn.jpg) top left no-repeat;
  padding: 3px 25px 3px 10px;
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  float: left;
}  
#episodes a.download:hover {  
  background: url(../images/podcast/podcast_downloadBtn_over.jpg) top left no-repeat;  
}

/* garage_talk.html */
#submit_a_question {
  width: 596px;
  background: url(../images/garage_talk/garage_questionBg_top.jpg) top left no-repeat;
  margin-top: 10px;
}
#submit_a_question .forms {
  position: relative;
  width: 556px;
  padding: 5px 20px;
  background: url(../images/garage_talk/garage_questionBg_bottom.jpg) bottom left no-repeat;
}
#submit_a_question h3 {
  font-size: 14px;
  line-height: 27px;
  padding: 5px 0px;
}
#submit_a_question h3 a {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/garage_talk/garage_expandBtn.jpg) top left no-repeat;
  width: 184px;
  height: 27px;
  padding-left: 10px;
  font-weight: normal;
  color: white;
}
#submit_a_question h3 a:hover {
  background: url(../images/garage_talk/garage_expandBtn_over.jpg) top left no-repeat;
}
#submit_a_question.detail h3 a:hover {
  background: url(../images/garage_talk/garage_closeBtn_over.jpg) top left no-repeat;
}
#submit_a_question.detail h3 a:hover {
  background: url(../images/garage_talk/garage_closeBtn_over.jpg) top left no-repeat;
}

#submit_a_question fieldset {
  border: none;
  margin: 0;
  padding: 20px 0px 5px 0px;
}
#submit_a_question legend {
  display: none;
}
#submit_a_question label {
  display: inline;
  float: left;
  clear: left;
  text-align: right;
  width: 70px;
  font-size: 12px;
  font-weight: bold;
  margin: 6px;
  margin-left: 0px;
}
#submit_a_question input, #submit_a_question textarea {
  float: left;
  display: inline;
  width: 300px;
  border: 1px solid black;
  margin: 4px;
  font-size: 12px;
}
#submit_a_question select {
  display: inline;
  float: left;
  margin: 4px;
  margin-right: 20px;
  border: 1px solid black;
  font-size: 12px;
}
#submit_a_question .body {
  width: 400px;
  height: 150px;
}
#submit_a_question .submit {
  border: none;
  margin-left: 80px;
  width: 68px;
  height: 21px;
}

#submit_a_question fieldset.thanks {
  background: white;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 40px 0px;
  width: 400px;
  text-align: center;
  line-height: 36px;
}
#submit_a_question fieldset.thanks h2 {
  font-size: 18px;
}
#submit_a_question fieldset.thanks .submit_another {
  width: 198px;
  height: 21px;
  border: none;
  float: none;
}



#submit_a_question fieldset {
  display: none;
}
#submit_a_question.detail fieldset {
  display: block;
}

#subject_outer_wrapper {
  position: relative;
  width: 597px;
}
#subject_display_wrapper {
  position: absolute;
  right: 0px;
  top: 20px;
  /* 283 - 10 (padding) = 273 */
  *width: 273px; /* only for IE so background image works */
  /* 26 - 6 (padding) = 20 */
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  padding: 3px 0px 3px 10px;
  background-color: #ddd;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding-right: 10px;

  *background: url(../images/garage_talk/garage_diffTopic.gif) top left no-repeat;
  *border: none;
  *padding-right: 3px;
}
#subject_display_wrapper label {
  padding-right: 5px;
}
#subject_display_wrapper select {
  font-size: 11px;
}
#subjects.summary {
  width: 606px;
  margin-left: -10px;
  margin-top: 20px;
}
#subjects.summary li {
  display: inline;
  /* 293 - 20 (padding) = 273 */
  width: 273px;
  /* 207 - 7 (padding) = 200 */
  height: 200px;
  padding: 7px 10px 0px 10px;
  margin-left: 10px;
  margin-bottom: 7px;
  float: left;
  overflow: hidden;
  background: url(../images/garage_talk/garage_panel_bg.gif) top left no-repeat;
}
#subjects.summary h2 {
  margin: 5px;
  font-size: 16px;
}
#subjects.summary span {
  display: block;
  margin: 5px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}
#subjects.summary a.view {
  display: block;
  /* 85 - 20 (padding) = 65 */
  width: 65px;
  height: 19px;
  padding: 0px 10px;
  margin: 5px;
  background: url(../images/garage_talk/garage_viewPost_btn.gif) top left no-repeat;
  color: white;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
}
#subjects.summary a.view:hover {
  background: url(../images/garage_talk/garage_viewPost_btnOver.gif) top left no-repeat;
  color: black;
}

#subjects.detail {
  zoom: 1;
  padding-top: 20px;
}
#subjects.detail li {
/*  padding-top: 20px;*/
  zoom: 1;
}
#subjects.detail img {
  display: none;
}
#subjects.detail h2 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#subjects.detail span {
  display: none;
}
#subjects.detail a.view {
  display: none;
}

#subjects.detail ol.qa_pages ul.qa li {
  background: url(../images/garage_talk/garage_dotLine.gif) top left no-repeat;
  padding: 10px 0px;
  width: 597px;
}
#subjects.detail ol.qa_pages ul.qa {
  background: url(../images/garage_talk/garage_dotLine.gif) bottom left no-repeat;
  padding: 10px 0px;
}
/*#subjects.detail div {
  padding-left: 25px;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 16px;
}*/
#subjects.detail div.first_question,div.first_answer
{
  padding-left: 25px;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 16px;
}
#subjects.detail div.first_question {
  background: url(../images/general/qIcon.gif) 0px 4px no-repeat;  
}
#subjects.detail div.first_answer {
  background: url(../images/general/aIcon.gif) 0px 4px no-repeat;  
}
#subjects.detail a.button {
  background: url(../images/garage_talk/garage_btnBg.jpg) top left no-repeat;
  color: white;
  margin-left: 25px;
  display: block;
  width: 68px;
  height: 21px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
#subjects.detail a.button:hover {
  background-position: 0px -21px;
}

#subjects ol.qa_pages {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#subjects ol.qa_pages li {
  margin: 0;
  padding: 0;
  background: none;
}

#subjects.detail ol.pagination {
  width: 577px;
  /*height: 21px;*/
  list-style-type: none;
  background: #ccc;
  margin: 0;
  margin-top: 10px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#subjects.detail ol.pagination a {
  width: 19px;
  height: 20px;
  display: block;
  color: black;
}
#subjects.detail ol.pagination a:hover {
  text-decoration: underline;
}
#subjects.detail ol.pagination li {
  width: 19px;
  height: 20px;
  margin: 0;
  padding :0;
}
#subjects.detail ol.pagination li.previous {
  text-align: left;
  width: 150px;
  float: left;
}
#subjects.detail ol.pagination li.previous a {
  padding-left: 20px;
  width: 130px;
  background: url(../images/garage_talk/garage_prevIcon.gif) left 4px no-repeat;
  color: #333;
}
#subjects.detail ol.pagination li.previous a:hover {
  background-image: url(../images/garage_talk/garage_prevIcon_over.gif);
  color: black;
}
#subjects.detail ol.pagination li.next {
  text-align: right;
  width: 150px;
  float: right;
}
#subjects.detail ol.pagination li.next a {
  padding-right: 20px;
  width: 130px;
  background: url(../images/garage_talk/garage_nextIcon.gif) right 4px no-repeat;
  color: #333;
}
#subjects.detail ol.pagination li.next a:hover {
  background-image: url(../images/garage_talk/garage_nextIcon_over.gif);
  color: black;
}
#subjects.detail ol.pagination li.current_page {
  background: url(../images/garage_talk/garage_numBg.gif) top left no-repeat;
}

/* states for FAQ section:
 *
 * detail or summary:
 *  When summary mode, all subjects are listed in a summary form.
 *
 *  When in detail mode, only one subject (the selected one) is listed.
 *
 *  Detail mode may be selected by clicking on the 'View Posts' link.
 *
 * detail's selected:
 *  Detail is set when a subject is choosen, at this time the subject
 *  also receives the selected state.
 *
 *  At this point a detailed view is shown, this includes all questions (but no
 *  answers) with a button that is labeled 'Answer'.
 * 
 *  Once detail has been invoked it is not possible to return to the summary
 *  view.
 *
 *  In detail it is possible to switch between subjects with the select box
 *  inside #subject_display_wrapper (which must also be marked with detail).
 *  Javascript is used to facilitate the actual switching.
 *
 * answered:
 *  on a selected subject, any question may become answered, which then shows
 *  the answer.  (the button marked 'Answer' changes to 'Close' via javascript
 *  and is used to remove the answered state).
 *
 */

#subject_display_wrapper {
  display: none;
}
#subject_display_wrapper.detail {
  display: block;
}
#subjects li {
  display: list-item;
}
#subjects.detail li {
  display: none;
}
#subjects.detail li.selected {
  display: list-item;
}
#subjects li ul {
  display: none;
}
#subjects.detail li.selected ul {
  display: block;
}
#subjects.detail li.selected li {
  display: none;
}
#subjects.detail li.selected li.selected_page {
  display: list-item;
}
#subjects.detail li.selected li.selected_page li {
  display: list-item;
}
#subjects.detail li.selected li.selected_page li div.answer {
  display: none;
}
#subjects.detail li.selected li.selected_page li.answered div {
  display: block;
}
#subjects.detail li.selected ol.pagination li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
}

/* counterfeit.html */
#counterfeit_link {
  margin: 15px 0px;
  display: block;
  background: url(../images/shell/counterfeit/Counterfeit_reportBtn.jpg) 0px 0px no-repeat;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 21px;
  padding: 0px 25px 0px 10px;
}
#counterfeit_link:hover {
  background-position: 0px -21px;
  color: black;
}

.qa li 
{
  background:#F5F5F5 none repeat scroll 0%;
  /*border: 1px solid #ccc;*/
  padding: 10px;
  margin-bottom: 10px;
}
.qa p {
  font-size: 12px;
  line-height: 19px;
  padding-left: 25px;
}
.qa p.first_question {
  background: url(../images/general/qIcon.gif) 0px 0px no-repeat;
}
.qa p.first_answer {
  background: url(../images/general/aIcon.gif) 0px 0px no-repeat;
}

#counterfeit_tips_heading {
  font-weight: normal;
  font-size: 20px;
  margin-top: 30px;
}
.counterfeit_tips {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 30px;
}
.counterfeit_tips li {
  padding-left: 22px;
  background: url(../images/shell/counterfeit/Counterfeit_bullet.gif) 6px 3px no-repeat;
  margin: 7px 0px;
}

/* counterfeit_report.html */
#counterfeit_report {
  font-size: 12px;
  padding: 20px 20px 10px 20px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
#counterfeit_report fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#counterfeit_report legend {
  display: none;
}
#counterfeit_report ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}
#counterfeit_report li {
  border-bottom: 1px solid #ccc;
  margin: 0px 25px 10px 25px;
  padding-bottom: 10px;
  font-weight: bold;
}
#counterfeit_report li fieldset {
  margin: 0;
}
#counterfeit_report h4 
{	
  font-size: 12px;
}
#counterfeit_report label {
  display: block;
  color: #999;
  font-weight: bold;
  padding-top: 10px;
}
#counterfeit_report label em {
  font-style: normal;
  font-weight: normal;
  color: black;
}

#counterfeit_report input {
  padding-left: 20px;
}

#counterfeit_report li input,
#counterfeit_report li textarea {
  padding-left: 0px;
  width: 200px;
  border: 1px solid #666;
}
#counterfeit_report textarea.wide {
  width: 400px;
}
#counterfeit_button{
	background-image:url(/images/shell/counterfeit/Counterfeit_submitBtn.jpg);	
	cursor:pointer;	
}


