/**
 * (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: 4px; text-align: center; vertical-align: middle; }

.jsDisabled .i4gt-controller { display: none; }

.jsDisabled .i4gt-body { -ms-overflow-x: hidden; overflow-x: hidden; overflow: auto; padding-right: 18px; }
.jsEnabled .i4gt-body { overflow: hidden; visibility: hidden; }
#i4gt-wrapper .i4gt-body { height: 320px; position: relative; text-align: left; }

#i4gt-wrapper .i4gt-items { display: block; height: 100%; line-height: 14px; list-style: none; margin: 0; padding: 0; position: absolute; top: 0; left: 0; }
#i4gt-wrapper .i4gt-items li { margin: 0; padding: 4px; 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: 150px; vertical-align: top; }
#i4gt-wrapper .i4gt-item-product small { display: block; line-height: 12px; font-size: 10px; }
#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 { background-color: #666666; border: 1px solid #CCCCCC; width: 135px; }
#i4gt-wrapper a { color: #006600; font-weight: bold; text-decoration: none; }
#i4gt-wrapper a:hover { color: #990000; }