﻿/********************** Tabs */
.tabs { margin-top: 15px ; overflow:hidden;  font-family:georgia;font-size:13px;}
.tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:1em; line-height:1em;  background:#62593a; height:30px; }
.tabs li.first          { border-left:0; }
.tabs li.last           { border-right:0; }
.tabs a                 { display:block; padding:9px 10px; color:white; text-decoration: none;height:30px;}
.tabs a:hover           { background-color:#8d932f; text-decoration:none; color:#444; ; text-decoration: none; }
.tabs li.active a,
.tabs li.active a:hover { background:#8d932f;  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; }