/* LTS Online Repair Registration Center July 2009 - btober*/

html * {
margin: 0;
padding: 0;
}

* {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 10pt;
}

html {
height: 100%;
}

body {
height: 100%;
overflow: hidden;
background: #f2f2f2;

}

img {
border: 0px;
}

img, div, li, a {
behavior: url(iepngfix.htc);
}

a {
color: inherit;
text-decoration: none;
font-size: inherit;
}

a:hover {
text-decoration: underline;
}

a.active {
outline: none;
}

:focus {
-moz-outline-style: none;
}

span.nobr {
white-space: nowrap;
}

strong {
font-size: inherit;
}

.clear {
clear: both;
}

li {
list-style-type: none;
}

span.green {
color: #007a5e;
}

#wrapper {
width: 920px;
height: 100%;
background: url(../images/bgshadow.png) repeat-y;
margin: 0 auto;
}

#container {
width: 900px;
height: 100%;
margin: 0 auto;
background: url(../images/bg.gif) no-repeat #d8ebe6;
}

#header {
height: 64px;
width: 100%;
position:relative;
}

#header .left {
float: left;
}

#header .right {
float: right;
}

#content {
width: 710px;
margin: 45px auto 0 auto;
}

#content img.head {
margin-left: 5px;
}

#tabs {
width: 710px;
height: 65px;
}

#tabs li {
width: 142px;
height: 65px;
float: left;
margin-left:47px;
}
#tabs li.first {
	margin-left:0;
}

#main {
width: 710px;
height: 325px;
background: url(../images/mainbg.png) no-repeat;
padding: 25px 30px;
}

.inner {
position: relative;
width: 650px;
height: 265px;
display: none;
}

.inner h2 {
font-size: 12pt;
}

.inner p {
margin-top: 8pt;
line-height: 16pt;
color: #595959;
}

.nav {
position: absolute;
height: 94px;
width: 744px;
bottom: -17px;
left: -47px;

}

.nav .left {
float: left;
}

.nav .right {
float: right;
}

.nav .linkright {
float: right;
width: auto;
padding: 0 10px 0 0px;
margin-top: 32px;
height: 30px;
line-height: 30px;
background: url(../images/nav_bg.png) repeat-x;
}

.nav .linkleft {
float: left;
width: auto;
padding: 0 0 0 10px;
margin-top: 32px;
height: 30px;
background: url(../images/nav_bg.png) repeat-x;
}

.nav p {
font-size: 12pt;
margin: 0;
line-height: 30px;
color: #007a5e;
font-weight: bold;
}

.navright, .navleft {
cursor: pointer;
}

#repairselect {
width: 560px;
margin: 10px auto 0 auto;
height: 180px;
}

#repairselect .repairoptions {
width: 559px;
height: 81px;
margin-top: -1px;
border: 1px solid #d9d9d9;
background: #e6e6e6;
display: none;
position: relative;
z-index: 10;
}

#repairselect .repairoptions fieldset {
margin: 0 0 0 10px;
}

#repairselect .repairoptions fieldset .formrow {
height: 27px;
line-height: 27px;
margin: 0;
}

#repairselect .repairoptions fieldset .formrow label {
width: auto;
}

#repairselect #repairs {
width: 560px;
height: 105px;
position: relative;
z-index: 11;
}

#repairselect #repairs li {
float: left;
text-align:center;
width: 112px;
height: 105px;
}

#repairselect #repairs li img{
vertical-align: top;
max-width:90px;
height:70px;
margin:0 auto;
}

#repairselect #repairs li p {
width: 109px;
margin-right: -1px;
height: 24px;
line-height: 23px;
border: 1px solid transparent;
text-align: center;
}

#repairselect #repairs li p.active {
width: 109px;
margin-right: -1px;
height: 24px;
line-height: 23px;
border-width: 1px 1px 0 1px;
border-style:  solid;
border-color: #d9d9d9;
border-bottom: 1px solid #e6e6e6;
background: #e6e6e6;
text-align: center;
font-weight: bold;
color: #007a5e;
}

form {
line-height: 11pt;
}

fieldset {
margin-top: 8pt;
border: none;
}

fieldset .half {
width: 325px;
float: left;
}

fieldset .formrow {
margin-bottom: 6px;
}

fieldset .formrow label {
display: inline-block;
width: 100px;
color:#333333;
}

fieldset .formrow label.long {
width: 325px;
}

fieldset .formrow label.radio {
width: auto;
margin: 0 10px 0 5px;
}

fieldset .formrow input.text {
width: 180px;
background: #e6e6e6;
border: 1px solid #d9d9d9;
color: #595959;
font-size: 9pt;
padding: 2px;
}

fieldset .formrow input.text:focus {
background: #d8ebe6;
border: 1px solid #99cabf;
outline: none;
}

fieldset .formrow textarea {
width: 320px;
height: 70px;
background: #e6e6e6;
border: 1px solid #d9d9d9;
color: #595959;
font-size: 9pt;
padding: 2px;
}

fieldset .formrow textarea:focus {
background: #d8ebe6;
border: 1px solid #99cabf;
outline: none;
}

fieldset .formrow input.small, fieldset .formrow select.small {
width: 80px;
}

fieldset .formrow input.med {
width: 135px;
}

fieldset .formrow span#extwarranty {
visibility: hidden;
}

fieldset .formrow span#extwarranty label {
font-style: italic;
font-size: 9pt;
}

input#repairlink {
display: none;
}

.repairoptions fieldset p {
font-size: 8pt;
line-height: 9pt;
margin: 0 20px;
color: #666666;
}

.repairoptions fieldset p a {
color: #007a5e;
text-decoration: underline;
font-size:8pt;
}

#mp3pricesview, .priceview {
	min-width:900px;
}

#mp3pricestable, .priceviewtable {
width: 900px;
height: 314px;
background: #fff;
border: 1px solid #d9d9d9;
padding: 3px;
}
#avpricestable, #consolepricestable {
height:224px;
}

/*
#mp3pricesview {
width: 800px;
height: 400px;
display: none;

}

#mp3pricestable {
width: 800px;
height: 314px;
background: #fff;
border: 1px solid #d9d9d9;
padding: 3px;
}
*/

#mp3pricestable caption, .priceviewtable caption{
height: 20px;
font-size: 12pt;
color: #007a5e;
font-weight: bold;
margin-bottom: 5px;
}

#mp3pricestable tr.line, .priceviewtable tr.line {
background: #e6e6e6;
}

#mp3pricestable td, #mp3pricestable th, .priceviewtable td, .priceviewtable th  {
width: 92px;
text-align: center;
padding: 4px;
}

#mp3pricestable td, .priceviewtable td {
height: 12px;
line-height: 12px;
text-align: center;
font-size: 8pt;
color: #333;
}

#mp3pricestable th, .priceviewtable th {
height: 22px;
background: #007a5e;
color: #fff;
}

#mp3pricestable th p, .priceviewtable th p {
font-size: 8pt;
font-weight: normal;
}

#mp3pricestable td.image {
height: 144px;
background: #fff;
}

#mp3pricestable td.leftcol, #mp3pricestable th.leftcol, #mp3pricestable td.leftcol2, .priceviewtable td.leftcol, .priceviewtable th.leftcol, .priceviewtable td.leftcol2 {
text-align: left;
}

#mp3pricestable td.leftcol, .priceviewtable td.leftcol {
background: #d8ebe6;
}

#mp3pricestable td.leftcol2, .priceviewtable td.leftcol2 {
background: #c3d4cf;
}

#mp3pricestable col.alternate, .priceviewtable col.alternate {
background: #f2f2f2;
}

p#mp3tabledisclaim, .tabledisclaim {
margin: 7px;
font-size: 8pt;
line-height: 10pt;
color: #999999;
width:900px;
}
#zoom {
 z-index:100;
}
/*
p#mp3tabledisclaim {
margin: 7px;
font-size: 8pt;
line-height: 10pt;
color: #999999;
}
*/

#repairs li		{ cursor:pointer; }

a#ChatStat {
    position: absolute;
    right: 190px;
    top: 14px;
}

#header_contact {
    float: right;
    width: auto;
}
