/* @override http://springmountainsolutions.com/dd09/css/doordont.css */

@import url(style.css);

#dodont_select {
  text-align: center;
  line-height: 25px;
  font-size: 25px;
  font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
  color: #fff;
  margin: 0 0 5px 0;
  height: 26px;
  display: block;
}

/* Do On */

#dodont_select.do_on {
  width: 44px;
	background-color: #cd0072;
}
#do {
  left: 12px;
  width: 44px;
  text-align: center;
}

#dont {
  left: 65px;
  width: 76px;
  text-align: center;
}

.do_on li {
	margin: 0; 
	padding: 0; 
  position: absolute;
}

.do_on a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.do_on #do a:hover, .do_on #do a:active {
  background-color: #cd0072;
  color: #fff;
}
    
.do_on #dont {
  color: #fff;
}
	
.do_on #dont a {
	color: #a19e9e;
	margin: auto;
}

.do_on #dont a:hover {
	color: #fff;
	background-color: #9c9c9c;
}

/* Dont On */

#dodont_select.dont_on {
  width: 141px;
	background-color: #fff;
}


.dont_on li {
	margin: 0; 
	padding: 0; 
  position: absolute;
}

.dont_on a {
  display: block;
  text-decoration: none
}
    

.dont_on #do a {
	color: #a19e9e;
}

.dont_on #do a:hover, .dont_on #do a:active {
  color: #fff;
  background-color: #9c9c9c;
}

    
.dont_on #dont {
	background-color: #f0ab56;
}
	
.dont_on #dont a {
	color: #fff;
}

.so_wrap {
	float: left;
	padding: 8px 0 2px 2px;
	width: 330px;
  height: 18px;
}

/* S/O text style */
.so_icon {
	width: 13px;
	display: inline;
	vertical-align: middle;
}

.so_text {
  display: inline;
	font-size: 11px;
	padding-right: 6px;
	vertical-align: middle;
  margin-left: 5px;
  color: #9c9c9c;
}

/*.support .so_icon {
  background: url(../images/66_grey_support.png) no-repeat;
}

.support .so_icon a:hover {
  background: url(../images/66_black_support.png) no-repeat;
}

.support.yes .so_icon {
  background: url(../images/66_pink_support.png) no-repeat;
}

.oppose .so_icon {
  background: url(../images/66_grey_oppose.png) no-repeat;
}

.oppose .so_icon a:hover {
  background: url(../images/66_black_oppose.png) no-repeat;
}

.oppose.yes .so_icon {
  background: url(../images/66_orange_oppose.png) no-repeat;
}*/

ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}


