h2 {
    margin: 0;
    font-size: 1em;
    clear: both;
}

p {
    margin: 0 0 1em 0;
}

#content {
    width: 604px;
}

#productDetails {
    position: relative;
    float: left;
}

.item {
    float: left;
    margin: 0;
    padding: 20px 0 40px 0;
    height: 112px;
    border-bottom: 1px solid #CCC;
}

.img {
    float: left;
    width: 120px;
    height: 130px;
    padding-left: 20px;
}

.img div {
    width: 120px;
    height: 120px;
}

.imgLink {
    width: 120px;
    text-align: center;
    display: block;
    margin-top: 5px;
}

#prodimg-1 {
    background: transparent url(../images/content/product1.jpg) no-repeat 0 0;
}

.selected #prodimg-1 {
    background: transparent url(../images/content/product1.jpg) no-repeat 0 -120px;
}

#prodimg-2 {
    background: transparent url(../images/content/product2.jpg) no-repeat 0 0;
}

.selected #prodimg-2 {
    background: transparent url(../images/content/product2.jpg) no-repeat 0 -120px;
}

#prodimg-3 {
    background: transparent url(../images/content/product3.jpg) no-repeat 0 0;
}

.selected #prodimg-3 {
    background: transparent url(../images/content/product3.jpg) no-repeat 0 -120px;
}

.description {
    float: left;
    width: 344px;
    height: 130px;
    padding: 0 10px;
}

.select {
    width: 78px;
    float: left;
    height: 100px;
    padding: 30px 20px 0 0;
    text-align: center;
    color: #E12F29;
    font-weight: bold;
}

.selected {
    background: #FFFFE7;
}

label, button {
    display: block;
    font-weight: bold;
}

textarea {
    height: 9em;
}

#broker {
    margin: 0 0 0 144px;
    padding-top: 10px;
}

#drawForm #broker {
    margin: 0 0 0 70px;
}

#broker .error {
    margin: 0 0 0 6px;
    padding: 0;
}

#broker label {
    margin: 20px 0 2px 6px;
}

.textfield, textarea, select {
    background: #F3F3F3;
    border-top: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    width: 320px;
    padding: 4px 2px 4px 4px;
}

.custtextfield{
	
    background: #F3F3F3;
    border-top: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    width: 315px;
	
	
    padding: 4px 2px 4px 0px;
}

#state, #shipState {
    width: auto;
    padding: 3px;
    margin-right: 20px;
}

#city,  #shipCity {
    width: 135px;
    margin-right: 20px;
}

#postcode, #shipPostcode {
    width: 50px;
}

.address {
    margin-top: 10px;
    background: #FFFFE7;
    padding: 1px 10px 10px 0;
    width: 450px;
}

.address div {
    float: left;
}

.address span {
    display: block;
    float: right; 
    padding: 28px 10px 0 10px;
}

.address span.error {
    display: inline;
    float: none; 
    padding: 0;
}

#broker .address label {
    padding-top: 0;
    margin-top: 10px
}

#broker label span {
    font-weight: normal;
}

#sms {
    background: transparent url(../images/presentation/icon-sms.png) no-repeat right center;
    padding-right: 20px;
}

#otherAddress {
    margin: 20px 0 20px 6px;
}

#otherAddress label {
    display: inline;
    font-weight: normal;
}

#claim {
    background: transparent url(../images/presentation/button_submit_entry.gif) no-repeat; 
    width: 138px;
    height: 29px;
    border: 0;
    margin: 20px 0 0 6px;
    cursor: pointer;
}

#register {
    background: transparent url(../images/presentation/button_register.jpg) no-repeat; 
    width: 100px;
    height: 32px;
    border: 0;
    margin: 20px 0 0 6px;
    cursor: pointer;
}

#ttEmail {
    cursor: help;
}

.ckw-tooltip {
    border: 1px solid #333;
    padding: 10px 20px 10px 30px;
    width: 400px;
    background : #FFFFE7 url(../images/presentation/icon-information.png) no-repeat 10px 10px;
}

.example {
    font-style: normal;
    margin: 2px 0;
    font-size: 0.9em;
    color: #666;
}

.example strong {
    margin-left: 6px;
}

#imgWin {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    width: 400px;
    height: 533px;
    border: 1px solid #AEAEAE;
    display: none;
    margin: 0;
}

#imgWin .titlebar{
    height: 28px;
    line-height: 28px;
    background: #FFF url(../images/presentation/bg-win.png) repeat-x;
    padding: 0 8px;
    border-bottom: 1px solid #AEAEAE;
    font-weight: bold;
}

#imgWinClose {
    float: right;
    cursor: pointer;
}
