body {
    font-family:"Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}

.container_12 {
    background-color: #fff;
    color:#000;
    box-shadow:0px 0px 10px #333;
    -moz-box-shadow:0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
}

#header_space {
}

div.spacer {
    margin-top: 10px;
    margin-bottom: 10px;
}

div#navbar {
    margin-bottom: 5px;
}

div.spacer {
    background-color: #7766cc;
    height: 15px;
}

div#navbar, div.lang {
    background-color: #7766cc;
}

div.lang {
    font-size: 14px;
    color: #fff;
    width: 90%;
    height: 33px;
    text-align: center;
}

div.topSection div {
    border: solid 10px #e5e5e6;
    height: 280px;
}

div.topSection div p {
    margin: 10px;
}

#header {
    border-top: 2px solid #7766cc;
}

#myImageFlow {
    background-image: url("../images/background.gif");
}

.side_title {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    display: block;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-left: 13px;
    text-decoration: none;
    border-bottom: 2px solid #e3e3e3;
}

ul.menu {
    list-style: none;
    margin-bottom: 10px;
}

ul.menu li {
    border-bottom: 2px solid #e3e3e3;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.menu li a {
    font-size: 16px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
}

ul.menu li a:hover {
    color: #ee6622;
}

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

.clicked {
    font-size: 50px;
    font-weight: bold;
}

#sidebar {
    width: 200px;
    float: left;
}

#content {
    width: 730px;
    float: right;
}

#content_area {
    margin: 15px 0px 15px 15px;
    color: #000;
}

.header_text {
}

/* content area */
#lcontent {
    margin-bottom: 20px;
    height: 190px;
    background-color: #fff;
    border: 3px solid #e5e3e4;
}

#lcontent_area {
    margin-left: 10px;
}

#lcontent_title {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

#lcontent_desc {
    margin: 10px 240px 0px 0px;
}

#long_tabe {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#long_table td {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding: 0px;
    color:#000;
    line-height:20px;
}

/* list product */
#list_product {
    display: inline;
    float: left;
    width: 150px;
    margin: 0px 20px 20px 0px;
    padding: 0px;
    text-align: center;
}

#list_product a {
    display: block;
    text-decoration: none;
}

/* product images and specification layout */
#product_images {
    width: 310px;
    float: left;
}

#product_specification {
    float: right;
    width: 400px;
}

#product_specification span {
    display: block;
    margin-bottom: 5px;
}

/* Table */
#table_wrapper {
    margin-top: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.1em;
}

th {
    background: #7766cc;
    color: #fff;
    font-weight: bold;
    padding: 2px 11px;
    text-align: left;
    border-right: 1px solid #fff;
    line-height: 1.2;
}

td {
    padding: 6px 11px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

td * {
    padding: 6px 11px;
}

tr.alt td {
    background: #eee;
}

tr.over td {
    background: #eee;
}

/* carousel related */
.also_text {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.next {
    background: #fff url("../images/webicon/001_21.png");
    width: 24px;
    height: 24px;
    border: none;
    margin-bottom: 10px;
}

.prev {
    background: #fff url("../images/webicon/001_23.png");
    width: 24px;
    height: 24px;
    border: none;
    margin-bottom: 10px;
}

.carousel {
    margin-bottom: 30px;
}

.products_carousel a {
    display: block;
}

.product_gallery a {
    margin-right: 3px;
}

.galleryview {
	font-size: 12px;
	text-align:center;
}
/*
 Footer-Styles
 */
div#footer {
    background-color: #fff;
    border-bottom: 5px solid #7766cc;
    border-top: 5px solid #7766cc;
}

#footer {
    font-size: 11px;
    color: #333;
}

div.footer_column {
    margin: 10px auto;
    width: 550px;
}

div.footer_column p {
    margin-bottom: 5px;
}
