.welcome-msg {
    float: left;
    font-size: 0.95em;
}
#header-cart {
    position: absolute;
    z-index: 20;
    width: 200px;
    right: 0;
    top: 7px;
}
#header-cart .head {
    margin-bottom: 7px;
    padding-right: 8px;
}
#header-cart .head h4 {
    cursor: pointer;
    float: none;
    display: inline;
    padding-left: 15px;
    background: url(../images/icon-cart.gif) no-repeat 0 50%;
}
#header-cart .head h4,
#header-cart .head h4 a {
    color: #ababab;
    font-size: 0.95em;
    font-weight: normal;
}
#cart-content {
    background: #292a34;
    border: 1px solid #727379;
    border-top: none;
    padding: 0 3px 5px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius: 0 0 8px 8px;
    color: #aaa;
    position: absolute;
    top: 23px;
    right: 0px;
    width: 200px;
}
#cart-content .product-images {
    float: left;
}
#cart-content .product-images img {
    border: 1px solid #a9a9a9;
}
#cart-content .product-details {
    margin: 0 0 0 60px;
}
#cart-content h6 {
    color: #1E7EC8;
    text-indent: 5px; 
}
#cart-content li {
    clear: both;
}
#cart-content a:hover {
    color: #aaa;
}
#cart-content .actions a span {
    cursor: pointer;
}
#cart-content #center-buttons {
    padding-top: 5px;
    clear: both;
    text-align: center;
}

#slider
{
    height: 200px;
    position: relative;
    width: 930px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid #ccc;
}
div.scroller
{
    height: 200px;
    overflow: hidden;
    width: 930px;
    zoom: 1;
}
div.scroller .content 
{
    padding: 0;
}
div.slidercontrolwr
{
    position: absolute;
    right: 15px;
    top: 15px;
}
div.scroller img
{
    border: none;
}
div.scroller div.section
{
    float: left;
    height: 200px;
    overflow: hidden;
    width: 930px;
}
div.scroller div.content
{
    width: 10000px;
    float: left;
}
.slidercontrol
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.slidercontrol a
{
    color: #aaa;
    filter: alpha(opacity=60);
    float: left;
    height: 14px;
    margin: 0px 2px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    text-indent: -1000px;
    width: 14px;
}
.slidercontrol a:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}
.content .sliderdescription
{
    background: url(../images/grid.gif) repeat left top;
    color: #222;
    filter: alpha(opacity=50);
    font: 12px bold Helvetica, sans-serif;
    left: 15px;
    opacity: 0.5;
    padding: 10px;
    position: relative;
    top: -100px;
    width: 650px;
}
div.sliderdescription:hover, .sliderdescription.active
{
    background-color: #fff !important;
}
.content a
{
    font: 12px bold Helvetica, sans-serif;
    text-decoration: none;
}
.aprev
{
    background: url(../images/aprev.gif) no-repeat 3px 3px;
}
.anext
{
    background: url(../images/anext.gif) no-repeat 3px 3px;
}
.astop
{
    background: url(../images/astop.gif) no-repeat 3px 3px;
}
.aplay
{
    background: url(../images/aplay.gif) no-repeat 6px 3px;
}

.footerl .mini-newsletter {
    float: left;
    clear:both;
    width:390px;
    text-align: left;
}
.footerl {
    float: left;
}
.footerl .mini-newsletter h4{
    color: #505050;
    margin-right: 10px;
}
.footerl form, .footerl .mini-newsletter h4 {
    float: left;
    line-height: 30px;
    font-size: 11px;
}
.footerl .mini-newsletter input.input-text {
    float: left;
}
.footerl .form-button-alt{
    float: right;
    margin:3px 0px 0px 6px;
}

.form-button, .form-button-alt {
    background: url(../images/gradient-gray.gif) repeat-x 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px;
    margin: 0px;
    vertical-align:top;
    padding: 3px 6px;
    color: #FFF;
}
.form-button:hover, .form-button-alt:hover {
    border-color: #000;
    color: #000;
}

h4, h3, .category-head h2 {
    font-size: 12px;
    font-weight: bold;
    color: #007ed3;
}


.col-main p{
	margin-left:  0px;
	margin-right:  0px;
}
.tax-details {
	margin-left:5px;
	font-size:11px;
}
/*Tabs*/
.TabbedPanels {
	margin: 10px 0 20px 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 8px;
	margin: 0px 3px 0px 0px;
	font: bold 12px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;	
}

.TabbedPanelsTabSelected {
	background-color: #F0F8FF;
	border-bottom: 1px solid #F0F8FF;
	font-weight:bold;
}
.TabbedPanelsTabHover {
	background-color: #FF6600;
	color:#FFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;	
    -webkit-border-bottom-right-radius: 8px;	
	background-color: #F0F8FF;
}

.TabbedPanelsContent {
	padding: 10px;
	line-height:18px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/*Accordion*/
.Accordion {

	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background:#F0F8FF url(../images/plus.gif) no-repeat 5px 7px;
	margin: 0 0 1px 0;
	padding: 2px 2px 2px 25px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color:#333;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 15px;
	border-left:1px solid #FF6600;
	border-right:1px solid #FF6600;
	border-bottom:1px solid #FF6600;	

}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FF6600;
	color:#FFF;
}
.AccordionPanelTabHover {
	color: #000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #F0F8FF;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #F0F8FF;
}

/*More Infos*/
#moreInformations {
	padding:8px;
	margin:10px 0;
	border:1px solid #D8D8D8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#moreInformations li {
	padding:3px 0 3px 15px;
	background:url(../images/listArrow.gif) no-repeat 0 7px;
}
#moreInformations li a {
	text-decoration:none;
}
/*Startseite Produkte*/
.twoColumnStartpage {
	width:100%;
}
.twoColumnStartpage h2, .twoColumnContent h2 {
	font-size:14px;
	color:#06F;
}
.productsLeftColumn {
	width:250px;
	float:left;
}
.productsRightColumn {
	width:250px;
	float:right;
}
.twoColumnContent {
	width:100%;
}
.twoColumnContentContainer {
	background:url(../images/twoColumnContentSeparator.gif) repeat-y;
}
.twoColumnTabContentContainer {
	background:url(../images/twoColumnTabContentSeparator.gif) repeat-y;
}
.contentLeftColumn {
	width:48%;
	float:left;
	padding-right:5px;
}
.contentRightColumn {
	width:48%;
	float:left;
	padding-left:5px;	
}
.clear {
	clear:both;
}
.twoColumnContent li, .TabbedPanelsContent li {
	list-style: url(../images/contentListArrow.gif) outside;
	padding:2px 0;
	margin-left:30px;
}
.fltLeft {
	float:left;
	margin:0 10px 10px 0;
}
.fltRight {
	float:right;
}
.howToImg {
	margin:0 0 20px 0;
	float:left;
	width:60px;
}
.howToText {
	margin:0 0 20px 10px;
	float:left;
	width:360px;
}
.special-price .price-label {
	font-size:14px;
}
.newProduct {
	width:490px;
	height:147px;
	background:url(../images/startseite/bgNewVersion.gif) no-repeat;
	margin:10px 0 0 0 ;
}
.newProductText {
	position:absolute;
	width:350px;
	height:107px;
	margin:40px 0 0 140px;
}
.newProductLink {
	text-align:right;
	margin:0 0 25px 0;
}
.newProductText li{
	list-style: url(../images/contentListArrow.gif) outside;
	padding:1px 0;
}
#shortView {
	margin-top:25px;
}
.shortView {
	font-size: 12px;
	color: #333333;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:5px;
	background-image: url(../images/shortViewLi.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	list-style-type: none;
	text-align:left;
}
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #F0F2F3;
	padding:5px;
	border: 1px #999 dashed;
	width:250px;
	text-align:left;
}

#con {
	width:100%;
	height:100%;
	background: url(http://www.flash-kostenlos.de/skin/frontend/default/sector12/images/alphaBG.png) repeat;
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;	
	z-index:5000;
}

#flashCon {
	width:780px;
	padding-left:15px;
	padding-top:15px;
	height:350px;
	background-color:#FFFFFF;
	position:absolute;
	top:100px;
	left: 50%;
	margin-left: -390px;	
}

#hideProduct {
	visibility:hidden;

}