form {
    margin:0;
    padding:0;
}

#splash {
    width:877px;
    height:67px;
    margin:10px 0 0 0;
    line-height:67px;
    background:url(/images/contacts/splash.jpg) no-repeat left top;
    text-align:left;
}

#splash h1 {
    margin:0 0 0 55px;
    padding:0;
    font-family:Verdana;
    font-weight:bold;
    font-size:18px;
    color:#fff;
}

#splash h1 span {
    color:#fff;
    font-weight:normal;
}

#contacts {
    padding:0px 5px 0 25px;
    text-align:left;
}

#contacts .title {
    display:block;
    padding:8px 0 8px 0px;
    width:500px;
    /*margin-right:220px;*/
    font-size:14px;
    font-weight:bold;
    color:#000;
    background:url(../images/play-16x16.png) no-repeat 4px 8px;
    text-decoration:none;
    behavior:url(/styles/iepngfix.htc);
	border-bottom:1px dashed #000;
}

#contacts .title span {
    margin-left:30px;
}
#contacts .title:hover span {
    text-decoration:underline;
}

#contacts .title:hover {
    background-color:#eee;
    text-decoration:none !important;
}

#contacts .close {
    background:url(../images/play-16x16.png) no-repeat 4px 8px;
}

#contacts .title:hover {
    text-decoration:underline;
}

#contacts .formContainer {
    display:none;
    margin:0 10px 0 0;
    padding:5px 0 0px 0px;
}

#contacts .formContainer a {
    line-height:22px;
    color:#000;
    text-decoration:none;
    background:url(/images/buynow/outline.gif) repeat-x bottom;
}

#contacts .formContainer a:hover {
    background:none;
}

#contacts .formContainer table {
    background:#F1F1F1;
}

#contacts .formContainer table th {
    padding:4px 0;
    background:#FFE27F;
    border-bottom:1px solid #8F8F8F;
    cursor:pointer;
}

#contacts .formContainer table th a {
    color:#000;
    background:none;
    text-decoration:underline;
}

#contacts .formContainer table th a:hover {
    text-decoration:none;
}

#contacts .formContainer table td {
    padding:0 20px 7px 20px;
    border:1px solid #F1F1F1;
    border-width:1px 0;
    color:#000 !important;
}

#contacts .formContainer table td strong {
    display:block;
    margin:15px 0 0 0;
}

#contacts .formContainer table td.messengers {
    padding:10px 20px;
    border-top:1px solid #C3C3C3;
}
#contacts .formContainer table td.messengers strong {
    display:inline;
}

#contacts .formContainer table td.messengers .im {
    padding:0 0 0 20px;
    margin:0 0 0 30px;
    line-height:16px;
    color:#000;
    background:none;
}

#contacts .formContainer table td.messengers .msn {
    background:url(/images/contacts/msn.png) no-repeat left;
}

#contacts .formContainer table td.messengers .icq {
    background:url(/images/contacts/icq.png) no-repeat left;
}

#contacts .formContainer table td.messengers .aim {
    background:url(/images/contacts/aim.png) no-repeat left;
}

#contacts .formContainer table td.messengers .yahoo {
    background:url(/images/contacts/yahoo.png) no-repeat left;
}

#contacts .formContainer table td.messengers .skype {
    background:url(/images/contacts/skype.png) no-repeat left;
}

#contacts .formContainer table td.messengers .im:hover {
    text-decoration:underline;
}

#contacts .formContainer table td .control {
    float:right;
    width:416px;
    font-size:11px;
    color:#8f8f6a;
}

#contacts .formContainer table td .control a {
    color:#fff;
}

#contacts .formContainer table td .sbmt {
    padding-top:10px;
    width:100px;
    text-align:right;
}

#contacts .formContainer table td .control .hint,
#contacts .formContainer table td.invalid .control .hint {
    line-height:14px;
    height:14px;
    text-align:center;
    color:#8F8F8F;
}

#contacts .formContainer table td .control .hintBig,
#contacts .formContainer table td.invalid .control .hintBig {
    line-height:14px;
    height:32px;
    text-align:center;
    color:#8F8F8F;
}

#contacts .formContainer table td.invalid .control .hint {
    color:#8F8F8F;
}

#contacts .formContainer table td.invalid .control .hintBig {
    height:32px;
    color:#8F8F8F;
}

#contacts .formContainer table td .control a {
    padding:0 10px 0 0;
    font-size:12px;
    background:url(/images/buynow/close.gif) no-repeat right;
    text-decoration:underline;
    color:#000;
}
#contacts .formContainer table td .control a:hover {
    text-decoration:none;
}

#contacts .formContainer .colexp {
    padding:0 0 0 10px;
    background:url(/images/buynow/close.gif) no-repeat left;
}

#contacts .formContainer .colexp:hover {
    text-decoration:underline;
    background:url(/images/buynow/close.gif) no-repeat left;
}

#contacts .formContainer table td.current {
    border:1px solid #C3C3C3;
    border-width:1px 0 1px 0;
    background:#FFFCDF;
}

#contacts .formContainer table td.invalid {
    border:1px solid #ECA4A4;
    border-width:1px 0 1px 0;
    background:url(/images/contacts/invalid.gif);
}

#contacts .formContainer .text {
    margin:0;
    width:416px;
    border:1px solid #000;
}

#contacts .formContainer .textarea {
    margin:0;
    width:416px;
    height:70px;
    border:1px solid #000;
}

body:nth-of-type(1) #contacts .formContainer .textarea {
    max-width:416px;
}

#contacts .formContainer .select {
    padding:0;
    margin:0;
    width:420px;
    border:1px solid #000;
    background:#fff;
}

#contacts .formContainer .choseProduct {
    margin:0 0 0 5px;
    width:416px !important;
}


#contacts .formContainer .select,
x:-moz-any-link,
x:only-child {
    width:418px;
}

*:first-child+html  #contacts .formContainer .select {
    width:420px;
}

#contacts .formContainer .submit {
    padding:3px 15px;
}

#contacts .formContainer .checkbox {
    width:14px;
    padding:0;
    margin:0;
}

#contacts .sep {
    margin:0;
    width:100%;
    height:1px;
    width:450px;
    background:url(/images/buynow/outline.gif) repeat-x bottom;
    font-size:1px;
}


#rightSide {
    float:right;
    clear:both;
    margin:15px 0 15px 27px;
    width:184px;
    background:url(/images/rightside_bg.png) repeat-y left;
    text-align:left;
}

#rightSide .top {
    height:100%;
    background:url(/images/rightside_top.gif) no-repeat top left;
}

#rightSide .bottom {
    padding:15px 0 15px 12px;
    background:url(/images/rightside_bottom.gif) no-repeat bottom left;
}

/************ Small habla styles *****************/

#habla_window_div {
    margin:0 0 10px 0;
    width:160px;
    height:181px;
    background:url(/images/contacts/messenger_bg.jpg) no-repeat left top;
}

#habla_window_div .maximize {
    display:block;
    float:right;
    height:18px;
    width:18px;
    background:url(/images/contacts/maximize.gif) no-repeat left top;
}

#habla_window_div .title,
#habla_window_div_big .title {
    display:block;
    padding:5px 15px 8px 10px;
    color:#333355;
}

#habla_window_div #habla_conversation_div,
#habla_window_div_big #habla_conversation_div {
    margin:0 0 0 10px;
    width:133px;
    height:74px;
    border:1px solid #a4b97f;
    background:#fff;
}

#habla_window_div #messageSend,
#habla_window_div_big #messageSend {
    display:block;
    margin:9px 0 0 78px;
    width:67px;
    height:26px;
    background:url(/images/contacts/messenger_send.gif) no-repeat left top;
}

#habla_window_div .input,
#habla_window_div_big .input{
    margin:10px 0 0 10px;
    width:135px;
    text-align:right;
}
#habla_window_div #habla_wcsend_input,
#habla_window_div_big #habla_wcsend_input {
    width:116px;
    border:1px solid #a4b97f;
    font-family:Arial;
}

#habla_window_div #habla_conversation_div p,
#habla_window_div_big #habla_conversation_div p {
    padding:0;
    margin:2px 2px 0 2px;
    font-family:Verdana;
    font-size:10px;
}

#habla_window_div #habla_conversation_div p .habla_conversation_person1,
#habla_window_div_big #habla_conversation_div p .habla_conversation_person1 {
    color:#000;
}
#habla_window_div #habla_conversation_div p .habla_conversation_person2,
#habla_window_div_big #habla_conversation_div p .habla_conversation_person2 {
    color:#00f;
}

#habla_window_div_big {
    position:absolute;
    z-index: 101;
    width:404px;
    height:354px;
    background:url(/images/contacts/big_messenger_bg.png) no-repeat left top;
    height:354px;
    text-align:left;
}

#habla_window_div_big .title {
    display:block;
    padding:8px 15px 10px 10px;
    color:#333355;
}

#habla_window_div_big #habla_conversation_div {
    margin:0 0 0 10px;
    width:376px;
    height:219px;
    border:1px solid #a4b97f;
    background:#fff;
}

#habla_window_div_big .minimize {
    display:block;
    float:right;
    height:17px;
    width:17px;
    background:url(/images/contacts/minimize.gif) no-repeat left top;
}

#habla_window_div_big #habla_wcsend_input {
    width:374px;
    margin:5px 0;
    border:1px solid #a4b97f;
    font-family:Arial;
}

#habla_window_div_big #messageSend {
    margin-left:320px;
}
/* ************************************************************ */

#reachUs {
    margin:0 0 15px 5px;
    width:152px;
    background:url(/images/buynow/cap_bg.gif) repeat-y left;
}

#reachUs .left {
    background:url(/images/buynow/cap_top.gif) no-repeat left top;
}

#reachUs .right {
    padding:0 0 10px 0;
    background:url(/images/buynow/cap_bottom.gif) no-repeat left bottom;
}

#reachUs .title {
    margin:0 0 7px 0;
    padding-top:3px;
    text-align:center;
}

#reachUs .phoneNum {
    display:block;
    line-height:14px;
    margin:0 0 4px 7px;
    padding:0 0 0 22px;
    font-size:11px;
    /*color:#fff;*/
}

#reachUs .usa {
    background:url(/images/contacts/usa.gif) no-repeat left;
}
#reachUs .uk {
    background:url(/images/contacts/uk.gif) no-repeat left;
}
#reachUs .ger {
    background:url(/images/contacts/ger.gif) no-repeat left;
}

#reachUs .sep {
    margin:5px;
    height:1px;
    font-size:1px;
    background:url(/images/buynow/sep.gif) no-repeat top;
    /*background:url(/images/contacts/dots.png) repeat-x top;*/
}

#reachUs p {
    line-height:14px;
    margin:0 10px;
    padding:0;
    color:#000;
    font-size:11px;
    text-align:justify;
}

#reachUs p a {
    color:#47d;
}

#rightSide .info {
    margin:5px 8px 0 8px;
    padding:0 2px 15px 2px;
    font-size:11px;
    color:#000;
    line-height:14px;
    background:url(/images/buynow/sep.gif) no-repeat bottom;
}

#rightSide .last {
    background:none;
    padding-bottom:0px;
}

#rightSide .info a {
    font-size:12px;
    color:#000;
}
#overlay {
    position:absolute;
    z-index:1121;
    background:#FFE17F;
}

#overlay .content {
    margin:10px;
    border:1px solid #F6CA43;
    background:#fff;
    text-align:left;
    font-family:Tahoma;
}

#overlay .bottom {
    padding:15px;
    border-top:1px solid #ccc;
    text-align:right;
}

#overlay .bottom .close {
    color:#838383;
    font-family:Tahoma;
    text-decoration:none;
}

#overlay .bottom .close:hover {
    text-decoration:underline;
}

#overlay .content p {
    margin:0;
    padding:0 15px 15px 15px;
    text-align:justify;
}

#overlay .content p a {
    color:#0049A3;
}

#overlay .content h3,
#overlay .content h2,
#overlay .content h1 {
    margin:15px;
    padding:0;
    font-size:20px;
}

#overlay .content ol,
#overlay .content ul {
    margin:0 15px 15px 15px;
    padding:0;
    text-align:justify;
    list-style:none;
}

#overlay .content ol li,
#overlay .content ul li {
    margin-bottom:10px;
    padding-left:12px;
    background:url(/images/black_romb_s.gif) no-repeat 0 6px;
}

#cover {
    display:none;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    z-index:1120;
    background:#000;
    border:0;
}
