﻿/* Sensodyne Questions.css */

@import url("Main.css");

/* Layout
------------------------------------------------------------- */

#questnav {margin-left:5px; float:left;}
#QuestionTable td {width:207px; padding-bottom:8px;} 

.QuestList li {margin-bottom:10px;}
.QuestHead {color:#1d97c3; font-size:14px; font-weight:bold;}

/* Links
------------------------------------------------------------- */
a.questmenu:link  {color:#666666; text-decoration:none;}
a.questmenu:visited {color:#666666; text-decoration:none;}
a.questmenu:hover {color:#1d97c3; text-decoration:underline;}

/* Navigation
------------------------------------------------------------- */
#questnav.what #whatis a {color:#1d97c3; text-decoration:none;} 
#questnav.trig #trigger a {color:#1d97c3; text-decoration:none;} 
#questnav.prob #problem a {color:#1d97c3; text-decoration:none;} 
#questnav.sense #sensitive a {color:#1d97c3; text-decoration:none;} 
#questnav.tooth #toothbrush a {color:#1d97c3; text-decoration:none;} 
#questnav.seri #serious a {color:#1d97c3; text-decoration:none;} 
#questnav.white #whitening a {color:#1d97c3; text-decoration:none;} 
#questnav.dyne #sensodyne a {color:#1d97c3; text-decoration:none;} 

#questnav.what #whatis a:hover {text-decoration:underline;} 
#questnav.trig #trigger a:hover {text-decoration:underline;} 
#questnav.prob #problem a:hover {text-decoration:underline;} 
#questnav.sense #sensitive a:hover {text-decoration:underline;} 
#questnav.tooth #toothbrush a:hover {text-decoration:underline;} 
#questnav.seri #serious a:hover {text-decoration:underline;} 
#questnav.white #whitening a:hover {text-decoration:underline;} 
#questnav.dyne #sensodyne a:hover {text-decoration:underline;} 
