/********************** Tabs */
.tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #496778;  zoom: 1;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #f2f2f2; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; ; text-decoration: none;}
.tabs li.active a,
.tabs li.active a:hover { background:#496778;  font-weight:bold; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}

.downloaddocuments {
    border-color: #CCCCCC;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    /*margin-left:10px;*/
    /*border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    border-top-color: gray;*/
}
.downloaddocuments h4 {
    background-color:#066262;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    height:22px;
    padding-left:20px;
    padding-top:0px;
    text-align:left;
    /*width:260px;*/
}
.downloaddocuments ul {
    padding-left: 25px;
}
.downloaddocuments li {
    /*height:30px;*/
    list-style-image:url(../images/reddot.gif);
    margin-bottom: 2px;
    /*margin-left:10px;
    vertical-align:top;*/
}
.downloaddocuments a:hover {
    color:#E51837;
    text-decoration:none;
}
.downloaddocuments a {
    color:#066262;
    text-decoration:none;
}