<?-- Choice Electric site styles -->

.wizard {
	background-color: #eee;
	border: 1px solid #bbb;
}
.ddheader {
	text-align: left;
	background-color: #ffe080;
}
.ddlabel {
	background-color: #fff0a0;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
.dddata {
	background-color: #fff0a0;
}

a {color:blue}

.glossymenu{ 
	padding: 0;
	margin: 0;
	background: url(../images/menur_bg.gif) repeat-x;  /*tab background image path*/
	height: 46px;
	width: 640px;
}
.glossymenu li{
	float:left;
	list-style: none;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 14px 0 0; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
.glossymenu2{ 
	padding: 0;
	margin: 0;
	background: url(../images/menur2_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	width: 640px;
}
.glossymenu2 li{
	float:left;
	list-style: none;
}
.glossymenu2 li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu2 li a b{
	float: left;
	display: block;
	padding: 0 14px 0 0; /*Padding of menu items*/
}
.glossymenu2 li.current2 a, .glossymenu2 li a:hover{
	color: #fff;
	background: url(../images/menur2_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu2 li.current2 a b, .glossymenu2 li a:hover b{
	color: #fff;
	background: url(../images/menur2_hover_right.gif) no-repeat right top; /*right tab image path*/
}


.box { background:#eee; border: 0px; font-size:13px;}
.box .rtop {display:block; background:#FFF;}
.box .rtop div {display:block; height: 1px;overflow: hidden; background:#bbb}
.box .rtop .r4, .box .rbottom .r4 {margin:0 1px; height: 2px}
.box .rbottom {display:block; background: #FFF}
.box .rbottom div {display:block; height:1px; overflow:hidden; background:#eee}
.box .r1 {margin: 0 5px;}
.box .r2 {margin: 0 3px;}
.box .r3 {margin: 0 2px;}
.box .title { background:#bbb; text-align:center; font-size:130%; font-weight:bold; color:#FFF}
.box li {margin:5px; text-indent:0px; list-style:none}

.spectable { background: #ffe080; border: 0px; font-size:11px;}
.spectable table {padding:2px;}
.spectable .rtop {display:block; background:#FFF;}
.spectable .rtop div {display:block; height:1px; overflow:hidden; background:#ffe080}
.spectable .rtop .r4, .spectable .rbottom .r4 {margin:0 1px; height: 2px}
.spectable .rbottom {display:block; background: #FFF}
.spectable .rbottom div {display:block; height:1px; overflow:hidden; background:#eee}
.spectable .r1{margin: 0 5px;}
.spectable .r2{margin: 0 3px;}
.spectable .r3{margin: 0 2px;}
.spectable .title {background:#ffe080; font-weight:bold; color:#000}
.spectable .odd  {background:#fff0a0}
.spectable .even  {background:#f0f0f0}

.index { background:#bbb; border: 0px; font-size:13px;}
.index .rtop {display:block; background:#FFF;}
.index .rtop div, .index .rbottom div  {display:block; height: 1px;overflow: hidden; background:#bbb}
.index .rtop .r4, .box .rbottom .r4 {margin:0 1px; height: 2px}
.index .rbottom {display:block; background: #FFF}
.index .r1 {margin: 0 5px;}
.index .r2 {margin: 0 3px;}
.index .r3 {margin: 0 2px;}

.index .bigbox {background:#eee; margin:0 5px}
.index .bigbox img{margin:5px}
.index .bigbox .title a{background:#eee; margin:5px; text-align:left; font-size:110%; font-weight:bold; color:red}
.index .bigbox .desc {margin:0 5px;}
.index .bigbox .link {margin:0 5px 5px 5px;}

.index .smallbox {background:#eee; margin:0 5px}
.index .smallbox .image {float:left; width:120px; margin:5px;}
.index .smallbox .content{float:right widht:180px; margin:5px;}
.index .smallbox .content .title a {background:#eee; text-align:left; font-weight:bold; color:red}
.index .smallbox .content .desc {margin:0 5px;}
.index .smallbox .link {margin:0 5px 5px 5px;}

hr {margin:0 5px; width:300px; border:1px dotted #bbb }
