header {
    background-color: #1466ae;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.site-title {
    font-size: 17px;
    font-weight: bold;
}

.top_bar_left {
    width: 200px;
    height: 134px;
}

.top_bar_center {
    height: 105px;
}

.top_bar_center h1 {
    margin: 0px;
    padding: 0px;
}

.top_bar_right {
    width: 400px;
    height: 134px;
    margin-right: 20px;
    text-align: right;
}

.title_wrapper {
    margin-top: 98px;
}

.content_wrapper {

}

.currency_wrapper {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18) none repeat scroll 0% 0%;
    margin: 5px;
    opacity: 1;
    pointer-events: auto;
    border-style: solid;
    color: rgb(255, 255, 255);
    border-width: 0px 0px 0px 3px;
}

.phone_wrapper {
    margin-top: 21px;
    margin-right: 5px;
    font-size: 18px;
    margin-top: 0px;
}

.logo_wrapper a.logo {
    display: block;
    width: 140px;
    height: 135px;
    background: url(../../images/new/logo.png) top center no-repeat;
    margin-top: 17px;
    margin-left: 40px;
}

ul.menu {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

ul.menu li {
    margin: 0px;
    list-style: none;
    display: inline-block;
    text-align: center;
}

.top_menu_wrapper ul.menu {
    border-bottom: 0px solid #3F9FB8;
    background-color: #1b6bb1;
    box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.top_menu_wrapper ul.menu li {
    margin: 0px;
    padding: 14px 25px;
    list-style: none;
    display: inline-block;
    text-align: center;
    border-right: 0px solid #3F9FB8
}

.top_menu_wrapper ul.menu li.last {
    border: 0px;
}

ul.menu a {
    text-decoration: none;
    color: white;
}

ul.menu a:hover {
    /*color: #3F9FB8;*/
    text-decoration: underline;
}

.container_footer_wrapper ul.menu li {
    margin: 0px 20px;
}

.container {
    margin: 0 0 100px 0;
}

.left_block {
    float: left;
    width:  300px;
}

.image_wrapper {
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
}

.service_padd {

}

.right_block {
    margin-left: 318px;
}

.content_wrapper {

}

div.content_padd h3 {
    margin: 0.5em 0;
}

div.desc_padd {

}
table.tbl tr th {
    text-align: center;
}
table.tbl tr td {
    padding-left: 25px;
}
table.tbl tr td, table.tbl tr th {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.tbl tr td:first-child {
    text-align: left;
    border-left-width: 0px;
    padding-left: 10px ;
}
table.tbl{
    text-align: left;
    border-spacing: 0px;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    width: 635px;
}

.features_list {

}

.features_list li {

}

.feature_value {
    padding-left: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul.simplelist {
    margin: 0px;
    padding: 0px;
}

ul.simplelist li {
    list-style: none;
}

ul.info_list li {
    padding-left: 0px;
    margin-bottom: 2px;
}

ul.features_list li {
    margin-bottom: 2px;
}

ul.info_list {
    margin-left: 20px;
}
ul.info_list li{
    list-style-type: disc;
}

.fl-left {
    float:left;
}

.fl-right {
    float: right;
}

ul.spec_list li {
    list-style-type:none;
    margin-bottom: 2px;
    margin-left: 5px;
}
ul.spec_list li:before {
    content:"-";
    margin-right: 10px;
}

div.small_desc {
    font-size: 13px;
    color: #49535b;
    font-style: italic;
}

div.big_desc {
    font-size: 14px;
}
div.mleft5 {
    margin-left:5px;
}

ul.search_list {
    list-style: none;
    padding:0px;
    margin: 0px;
    padding-bottom: 10px;
}

ul.search_list li {
    display: inline-block;
    width: 370px;
}

select.search_select,
input.search_input {
    width: 360px;
    font-size: 14px;
    border-color: #cccccc;
    border-style: solid;
    padding: 3px;
    border-width: 2px;
    border-radius: 0px;
}

input.search_price {
    width: 178px;
    font-size: 14px;
    border-color: #cccccc;
    border-style: solid;
    padding: 3px;
    border-width: 2px;
    border-radius: 0px;
}

div.free_shipping_wrapper {
   margin-top: 13px;
   margin-right: 5px;
   font-weight: bold;
   font-size: 16px;
}

.product-pictures {
    margin: 0px; padding: 0px;
}

.product-pictures li {
    display: block;
    height: 300px;
    width: 300px;
    box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.3);
}

.table {
    display: table;
}

.table .cell {
    display:table-cell;
    vertical-align:middle;
    text-align:center
}

ul.picture_thumb {
    margin: 0px;
    padding: 0px;
}

ul.picture_thumb li.preview_item {
    border: #e2dede solid 1px;
    cursor:pointer;
    float:left;
    margin-left: 0px;
    display: block;
}

.pointer {
    cursor:pointer;
}