@charset "utf-8";
@import 'box3x3.css';
@import 'header.css';
@import 'content.css';
@import 'bottomMenu.css';
@import 'footer.css';
@import 'cart.css';
@import 'details.css';
@import 'forms.css';
@import 'offer.css';
@import 'dropDown.css';
@import 'dropDownTheame.css';
@import 'wBox.css';
@import 'clientPanel.css';
@import 'rightMenu.css';
@import 'table_container.css';

* {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
}

html, body {
    height: 100%;
    min-height: 100%;
}

hr {
    color: #f1f2f2;
    background-color: #f1f2f2;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
}

/*
#logoLink {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 350px;
    height: 70px;
    text-indent: -9999px;
    float: left;
}
*/

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.77em;
    color: #58595b;
}

img {
    border: 0px;
    border-collapse: collapse;
    border-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
	font-weight: normal;
	color: #016CA4;
	text-decoration: underline;
}
a:visited {
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



em{
	color:red;
}



button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}



ul {
    list-style: inside;
}

p {
    margin: 5px;
    margin-top: 10px;
}


#main {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.clear {
    clear: both;
    margin-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #f1f2f2;
}

.lowerFont {
    color: #acacac;
    font-size: 11px;
}

.addon {
    margin-bottom: 15px;
}

.addon p {
    padding: 10px;
    margin-right: 200px;
    width: inherit;
}

.addon .item {
    width: 257px;
    float: left;
    height: 40px;
    margin-right: 10px;
    padding-top: 5px;
	padding-right: 25px;
    padding-bottom: 5px;
    border-right: 1px solid #f1f2f2;
}

.addon .item h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.btn_blue {
    background-image: url("../images/btn_blue.png");
    color: white;
}

.btn_green {
    background-image: url("../images/btn_green.png");
    color: white;
}

.btn_orange {
    background-image: url("../images/btn_orange.png");
    color: white;
}

.btn_white {
    background-image: url("../images/btn_white.png");
    color: #0286BF;
}

.btn_blue, .btn_white, .btn_orange, .btn_green {
    background-repeat: no-repeat;
    width: 145px;
    height: 22px;
    display: block;
    font-weight: 800;
    margin: 5px;
    padding-left: 9px;
    padding-top: 9px;
    font-size: 0.87em;
}

#content h1 {
    font-size: 20px;
}

.round10 {
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* Konqueror */
    -moz-border-radius: 10px; /* Firefox */
    border-radius: 10px;
}

.handCursor {
    cursor: pointer;
}

#userStatus {
    font-size: 12px;
    text-align: right;
    text-transform: none;
    margin-top: 27px;
    padding-right: 5px;
}

#userStatus form {
    padding-top: 5px;
}

#docList {
    list-style: none;
}

#docList li {
    float: left;
    padding: 10px;
    text-align: center;
    width: 155px;
}

form {
    outline: none;
    outline-style: hidden;
}

.btnMenu {
	background: none;
	color: white;
	font-weight: 600;
    background-image: url("../images/top_menu_btn.png");
    width: 126px;
    height: 28px;
    padding-left: 0px;
    padding-top: 0px;
    border: 0px;
	
	margin-top: -5px;
    background-repeat: no-repeat;
    cursor:pointer;
}

.faq_entry h3 {
    cursor:pointer;
}

.faq_entry div {
    display:none;
}

