/**
 * (de) I4GT Basis-Stylesheet
 * (en) I4GT core stylesheet
 *
 * (de) Bitte keine Änderungen an diesen Styles vornehmen und das Anpassungs-Stylesheet am Ende dieser Datei dafür verwenden
 * (en) Don't make any changes to these styles, use the custom stylesheet below instead
 *
 * @copyright		Schottenland GmbH
 * @link				http://www.schottenland.de
 * @package			i4gt
 * @version			1.0
 */

#i4gt-wrapper { cursor: default; display: block; font-size: 12px; overflow: hidden; }
#i4gt-wrapper a { outline: 0; }
#i4gt-wrapper a img { border: 0 none; }

#i4gt-wrapper .i4gt-head { padding: 0px; text-align: center; vertical-align: middle; }

.jsDisabled .i4gt-controller { display: none; }

.jsDisabled .i4gt-body { -ms-overflow-x: hidden; margin-left: 12px; margin-bottom: 10px; margin-right: 12px; overflow-x: hidden; overflow: auto; }
.jsEnabled .i4gt-body { overflow: hidden; margin-left: 12px; margin-bottom: 10px; margin-right: 12px; visibility: hidden; }
#i4gt-wrapper .i4gt-body { height: 335px; position: relative; text-align: left; margin-top: 10px; }

#i4gt-wrapper .i4gt-items { display: block; height: 100%; line-height: 14px; list-style: none; margin: 0 auto; padding: 0; position: absolute; top: 0;  }
#i4gt-wrapper .i4gt-items li { margin: 0; padding: 0px; text-align: left; width: auto; }
#i4gt-wrapper .i4gt-items img { display: block; }

#i4gt-wrapper .i4gt-item-rss p { margin: 4px 0; }
#i4gt-wrapper .i4gt-item-rss span { font-weight: bold; line-height: 2; }

#i4gt-wrapper .i4gt-item-product img { margin: 4px 0; width: 259px; vertical-align: top; border: 1px solid; border-color: #000000; }
#i4gt-wrapper .i4gt-item-product small { display: block; line-height: 12px; font-size: 11px; }
#i4gt-wrapper .i4gt-item-product em { display: block; font-style: normal; font-weight: bold; font-size: 150%; line-height: 1; margin-top: 4px; }

/**
 * (de) I4GT Anpassungs-Stylesheet
 * (en) I4GT custom stylesheet
 *
 * (de) Für eigene Anspassungen bitte diesen Stylesheet Abschnitt verwenden, die bereits vorhandenen Styles sind als Beispiel zu verstehen
 * (en) To overwrite the base stylesheet use this stylesheet block, the existing styles are examples
 *
 * @package			i4gt
 */

#i4gt-wrapper a { color: #3c3c3c; font-weight: bold; text-decoration: none; }
#i4gt-wrapper a:hover { color: #EE7F00; }