/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

/*
COLOR SHEME

	Blau (sehr dunkel) = #226689
	Blau (dunkel) = #096b9d
	Blau (hell) = #058fcd

*/

/* base css */

/*
 * ****************************************************
 * CSS-Framework 
 * 
 * Copyright Squidio eCommerce Solutions - www.squidio.de
 * 
 * Released under the GNU General Public License
 * ****************************************************
 */

/* site structure */
@import url("css/structure.css");

/* typography */
@import url("css/typo.css");

/* forms */
@import url("css/forms.css");

/* misc = everything else */
@import url("css/misc.css");

/* CSS NAVIGATION (pre) */
@import url("css/adx.css");

/* MODUL HIGHSLIDE */
@import url("css/highslide.css");

/* global HTML-Elements and classes */
@import url("css/global.css");



/* Div Classes / ID`s */

#Header{
	margin-Bottom: 5px;
}

div#mainMenue div{
	/* Disabled for Menu Height*/
	/*height: 36px;*/
	display:block;
}

div#mainMenue div.left{
	width: 10px;
	height: 36px;
	background: url(img/mainMenue/mainMenue_left.gif) no-repeat left;
	float:left;
}
div#mainMenue div.repeat{
	background: url(img/mainMenue/mainMenue_repeat.gif) repeat-x;
	float:none;
	margin: 0;
	padding: 0;
	height: 36px;
}
div#mainMenue div.right{
	width: 10px;
	height: 36px;
	background: url(img/mainMenue/mainMenue_right.gif) no-repeat right;
	float:right;
}

#SubHeader{
	margin: 5px 0px;
	padding: 5px 0px 5px 0px;
}

#ContentBody{
	overflow:hidden;
	height: 100%;
	margin-top: 5px;
}

#MainContent{
	margin: 5px 0 0 0px;
}

.padding_5{
	padding: 5px;
}

#MainContent .backBar{
	background:url(img/Index/bgMainContent.gif) repeat-y;
}

#MainContent div.left{
	width: 400px;
	float:left;
	margin: 0px;
}

#MainContent div.right{
	margin: 0 0 0 410px;
	padding: 0;
}

/* Boxen Main Content */

/* All Boxes */
#MainContent div.left img.captionPic{
	float: left;
	margin-right: 5px;
}

#MainContent div.left p{
	padding: 5px 0px;
}

.box1, .box2, .box3{
	margin: 0px 0 5px 0;
	padding: 0;
}

.box1 div, .box2 div, .box3 div{
	margin: 5px 0;
}

.box1 h1 a, .box2 h1 a, .box3 h1 a, .box1 h1 a{
	color: #fff;
	padding: 3px 10px;
	display:block;
	font-size: 12px;
}

.box1 h1, .box2 h1, .box3 h1, .box1 h1{
	padding: 0;
	margin: 0;
}

/* Box 1 */
#MainContent .left .box1 h1{
	display:block;
	background: url(img/Index/captionHeading_1.gif) #a3a4a6 no-repeat right top;
}

#MainContent .left .box1 h1 a{
	background: url(img/Index/cornerCaptionHeading_1.gif) no-repeat left top;
}

/* Box 2 */
#MainContent .left .box2 h1{
	display:block;
	background: url(img/Index/captionHeading_2.gif) #f0a100 no-repeat right top;
}

#MainContent .left .box2 h1 a{
	background: url(img/Index/cornerCaptionHeading_2.gif) no-repeat left top;
}

/* Box 3 */
#MainContent .left .box3 h1{
	display:block;
	background: url(img/Index/captionHeading_3.gif) #3d9b35 no-repeat right top;
}

#MainContent .left .box3 h1 a{
	background: url(img/Index/cornerCaptionHeading_3.gif) no-repeat left top;
}




#Footer{
	margin-Bottom: 5px;
	width: 100%;
	clear:left;
}

#ContentBox{
/* NEW PRODUCTS DEFAULT */
	width: 188px;
	float: left;
	margin: 5px;
	border: 1px solid #eaeaea;
}

.ContentBoxHeading{
	padding: 5px;
}

.ContentBoxContents{
	padding: 5px;
}

.ProductImage{
	padding: 0px 30px 0px 30px;
}

.ProductsDescription{
}

.ShippingLink, .ShippingLink a, .ShippingLink a:hover, .shippingLink, .shippingLink a, .shippingLink a:hover{
	font-size: 9px;
	color:#999;
	padding: 3px 0;
}



/* Boxen Styles */

.infoBoxHeading {
	font-size: 10px;
	font-weight: bold;
	background: #88bb00;
	color: #ffffff;
	padding: 8px;
	background-color: #669900;
}

.infoBoxHeading_right {
	font-size: 10px;
	font-weight: bold;
	background: #dddddd;
	color: #000000;
	padding: 8px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #cccccc;
}

div.infoBox, span.infoBox {
  font-size: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  background: #E6E6E6; 
  border-color: #cccccc;
}

div.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  background: #E6E6E6; 
  border-color: #cccccc;
}

input#searchForm{
  border: none;
  background: url(img/mainMenue/bgSearchForm.gif) no-repeat left top;
	padding: 2px 2px 2px 20px;
	height: 17px;
	
	color:#0a5176;
	
	float: left;
	margin: 3px 5px 0px 2px;
	width: 128px;
}



/* Stndard HTML Tags 

BODY{

	margin: 0;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
	line-height: 1,4em;
	
	background: #e5e5e5 url(img/Index/testBgBody_middleRepeat.gif) repeat-y center top; 

}

img{
	border:0;
}

A {
  color: #000;
  text-decoration: none;
}

A:hover {
  text-decoration: none;
}

FORM {
	display: inline;		   
}

h1, h2, h3, h4, h5, h6{
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
}
h1 {
	font-size: 130%;		   
}
h2, h3 {
	font-size: 120%;		   
}
h4, h5, h6 {
	font-size: 110%;		   
}

p {
	margin: 10px 0px;
}

ul, ol{
	margin: 10px 20px;
}



.productListContainer h1, .productListContainer h2, .productListContainer h3{
	font-size: 100%;
}

.pageHeading, h1.pageHeading, .moduleHeading, .contentsTopics {
  font-size: 14px;
  font-weight: bold;
}

h1.capTop {
  padding: 10px;
}

h1.capBottom {
	margin: 0;
	height: 27px;
	color: #CCCCCC;
}

*/


/* Modules */

ul.allOverBar{ 
	background: url(img/module/trenner_900x30.gif) no-repeat;
	height: 30px;
	overflow: hidden;
	color: #333;
	margin: 5px 0 10px 0;
	display: block;
	color: #2975a7;
}
ul.allOverBar li{
	padding: 8px 10px 7px 10px;
	list-style: none;
	display: block; 
	height: 30px;
	float: left;
	text-align: center;
}

ul.allOverBar li#navTrail{
	width: 30px;
	padding: 8px 5px;
}
ul.allOverBar li#infoTel{
	border-left: 1px solid #eee;
	width: 380px;
	white-space: nowrap;
}
ul.allOverBar li#account{
	border-left: 1px solid #eee;
	width: 100px;
}
ul.allOverBar li#cart{
	border-left: 1px solid #eee;
	width: 165px;
}
ul.allOverBar li#lang{
	border-left: 1px solid #eee;
	float:right;
	width: 40px;
	padding: 8px 5px;
}
ul.allOverBar li#lang a img{
	margin: 0 2px;
	float: left;
}


.allOverBar span.text{ 
	display: block;
	margin-top: 1px;
}

ul.allOverBar li img{ 
	float: left;
	margin: 0 5px;
}

.allOverBar, .allOverBar a, .allOverBar h1{ 
	color: #2975a7;
	font-weight: bold;
}

.allOverBar a:hover{ 
	color: #2975a7;
}

.rightFloater{
	float:right;
}
.leftFloater{
	float:left;
}

.toolBar{
	padding: 5px;
	background: #f9f9f9;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 3px 0;
}

.toolBarTrans{
	padding: 5px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px;
}

.productListContainer{
  background: #e2e1dd url(img/index/bgSidebar.gif) repeat-y;
	margin-bottom: 10px;
}

div.productListContainer div.rightCol{
	width: 280px;
	float: right;
	margin: 0;
	padding: 10px;
}

div.productListContainer div.leftCol{
	margin:0 310px 0 0;
	padding: 10px;
}

.productItem{
	width: 220px;
	padding: 6px;
	font-weight: bold;
	float:left;
	background: #fff;
	text-align: center;
}

.productItem_left{
	border: dashed #ccc;
	border-width: 0 1px 1px 0;
}

.productItem_right{
	border: dashed #ccc;
	border-width: 0 0 1px 0;
}

.productItem h1{
	font-size: 11px;
	font-weight: normal;
}

.productItem a{
	font-weight: bold;
}

.productItem img{
	padding: 5px;
}

.horizontalSpacer{
  height: 10px;
	display:block;
}

.underline{
  border-bottom: 1px solid #d7edf8;
}


/* PRODUCT SLIDER */
.productSliderContainer{ 
	/* gesamter Scroll Container (sichtbarer Bereich) */		
	width: 355px; 
	overflow:hidden;
	text-align: left;
	margin: 0px;
}

.productSliderContainer .infoBoxHeading{ 
	/* Überschrift */		
	padding: 5px;
	font-weight:bold;
	font-size:14px;
	color:#555;
}

#productSlider { 
	background: #f1f1f1;
	margin: 0 5px; 
}

div.scroller { 
	/* gesamter Scroller (sichtbarer Bereich) */		
	width: 100%;
	height: 180px;
	overflow:hidden;
	background: #f1f1f1;
}

.productSliderContainer div.scroller div.section {
	/* Objekte im Scroller (einzeln) */		
	width: 355px; 
	height: 160px;
	margin: 10px 0;
	overflow:hidden;
	float:left;
}

.productSliderContainer div.scroller div.content {
	/*
	Breite des Scroll Inhaltes (teils Unsichtbar)
	Berechnung = Anzahl der Produkte x Breite des Objektes 
	Opional kann eine maximale Breite gewählt werden
	*/	
	width: 50000px;
}

.productSliderContainer  div.section a{
	height: 160px;
	width: 166px; 
	padding: 5px;
	display: block;
	float:left;
	background: #f9f9f9;
}
.productSliderContainer  div.section a:hover{
	background: #f9f9f9;
}

.productSliderContainer  div.section img{
	border-right:  1px dotted #f1f1f1;
}

.productSliderContainer  div.section a h2.ProductPrice{
	color: #777;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	margin: 0;
	padding: 0px;
}

.productSliderContainer  div#section1, 
.productSliderContainer div#section2, 
.productSliderContainer div#section3, 
.productSliderContainer div#section4, 
.productSliderContainer div#section5, 
.productSliderContainer div#section6, div#section7 
{
	/* Section Spezifisch */
}

/* Control Bar Bottom */

a.controlBar_buttonBack{
	width:30px;
	height:180px;
	background: #666 url(img/productSlider/sliderButtonBack.gif) no-repeat center top;
	float:left;
}
a.controlBar_buttonBack:hover{
	background: #666 url(img/productSlider/sliderButtonBack.gif) no-repeat center top;
}
a.controlBar_buttonNext{
	width:30px;
	height:180px;
	background: #666 url(img/productSlider/sliderButtonNext.gif) no-repeat center top;
	float:right;
}
a.controlBar_buttonNext:hover{
	background: #666 url(img/productSlider/sliderButtonNext.gif) no-repeat center top;
}
/* EOF PRODUCT SLIDER */


/* +++++++++++++++++++++ XTC STANDARD ++++++++++++++++++++++++++ */
.boxText { 
	padding: 4px 5px 4px 5px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-weight: bold;
	background-color: #ffb3b5;
	padding: 3px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}


.headerNavigation {
}

A.headerNavigation { 
}

A.headerNavigation:hover {
}


.conditions {
  background-color: #FFCCCC;
}

.confirmEdit{background: #99FF99}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}


.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}


.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}


.footer {
  font-size: 10px;
	background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}


.productListing-data {
  font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


TR.subBar {
  background: #f4f7fd;
}


.subBar {
  font-size: 10px;
}

.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}


.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}


.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}


.fieldKey {
  font-size: 12px;
  font-weight: bold;
}


.fieldValue {
  font-size: 12px;
}


.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
	color: #333;
	padding: 2px;
}

input.text, input.password{
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	color: #666;
}
input.hidden{
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	color: #666;
}
input.text:focus, input.password:focus{
	background: #fff;
	border: 2px solid #ffe476;
	padding: 1px;
	color: #666;
}



TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #e9f0f4;
  border: 1px solid #cfdee6;
 }


.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color: #ccc;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  color: #ccc;
}
.copyright A{
  color: #ccc;
}
.copyright A:hover{
  color: #ccc;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
}

.moduleRow{
	padding: 3px;
	font-weight:bold;
}
.moduleRowOver{ 
	background-color: #dee9ee;
	font-weight:bold;
	padding: 3px;
}
.moduleRowSelected, #defaultSelected{
	background-color: #c2eaf9;
	color: #226689;
	font-weight:bold;
	padding: 3px;
}

/* sitewide font classes */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading { 
	font-size: 10pt; 
	color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; 
	padding-bottom: 2px;
}

.sitemap_heading a {
	color:#FFFFFF;
}

.sitemap_heading a:hover {
	color:#CCCCCC; 
	text-decoration:none;
}

.sitemap_sub {
	font-size: 9pt; color: #000000; 
	background-color: #E6E6E6; 
	padding: 2px 2px;
}

.sitemap_sub a {
	color:#000000;
}
.sitemap_sub a:hover {
	color:#999999; 
	text-decoration:none;
}


/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning { 

	font-size: 10px; 
	background-color: #ffb3b5; 
}
.messageStackSuccess { 

	font-size: 10px; 
	background-color: #99ff00; 
}

/* input requirement */

.inputRequirement { 

	font-size: 10px; 
	color: #ff0000; 
}

.tableShop {
	background-color: #ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.tableListingI {
	background-color: #f1f1f1;
}

.tableListingII {
	background-color: #f9f9f9;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}



/* Hacks & Standard HTML Tags */
* { margin:0; padding:0; }

html { height: 100% }

fieldset, img { border:0; }

select, input, textarea { font-size: 99%;}

span.hr{
		border-top-width:1px;
		margin:4px 0px;
		border-color:#999;
		width: 100%;
		display:block;
}

.clear{
	clear: both; 
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

* html #contentWrapper{
	width: 860px;
}
* html .headerRight{
	position: absolute;
	margin-top: -80px;
}

/* End hide from IE-mac */

.ie6Fix{
    width:99%;
}

/* 
#################################
           MODULE 
#################################
*/

/* Rounded Corners */
.rcTopContainer, .rcBottomContainer{
	background: transparent;
	position: absolute;
	height: 10px;
}
.rcBottomContainer{
	margin-top: -10px;
}

.rcTopContainer .topLeft{
	background:url(img/Index/cornerReverse_uni.gif) no-repeat top left;
	width:10px;
	height:10px;
}
.rcTopContainer .topRight{
	background:url(img/Index/cornerReverse_uni.gif) no-repeat top right;
	width:10px;
	height:10px;
	float: right;
}
.rcBottomContainer .bottomLeft{
	background:url(img/Index/cornerReverse_uni.gif) no-repeat bottom left;
	width:10px;
	height:10px;
}
.rcBottomContainer .bottomRight{
	background:url(img/Index/cornerReverse_uni.gif) no-repeat bottom right;
	width:10px;
	height:10px;
	float: right;
}

.rcContainerContent{
	padding: 1%;
}





/* PRODUCT SLIDER */

.productSliderContainer{ 
	/* gesamter Scroll Container (sichtbarer Bereich) */		
	width: 800px; 
	overflow:hidden;
	background: url(img/productSlider/bgProductBar.gif) repeat-x top;
}

.productSliderContainer .infoBoxHeading{ 
	/* Überschrift */		
	padding: 5px;
	font-weight:bold;
	font-size:14px;
}

div.scroller { 
	/* gesamter Scroller (sichtbarer Bereich) */		
	width: 100%; 
	height: 100px;
	overflow:hidden;
}

div.scroller div.section {
	/* Objekte im Scroller (einzeln) */		
	width: 775px; 
	height: 110px;
	overflow:hidden;
	float:left;
	padding:1em;
		
}

div.scroller div.content {
	/*
	Breite des Scroll Inhaltes (teils Unsichtbar)
	Berechnung = Anzahl der Produkte x Breite des Objektes 
	Opional kann eine maximale Breite gewählt werden
	*/	
	width: 500000px;
}

img.productImage{
	float:left;
	margin-right: 1em;
	padding: 0.0em 1.6em;
}

div.section .itemContent{
	margin: 0 auto;
}

div.section .itemContent h2{
	margin: 0;
	padding: 0px;
}

div.section .itemContent h2, div.section .itemContent h2 a, div.section .itemContent h2 a:hover{
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

div#section1, div#section2, div#section3, div#section4, div#section5, div#section6, div#section7 {
/* Section Spezifisch */
}

/* Control Bar Bottom */

div.controls{ 
/* Produkt Bar (Leiste links) */		
	padding-top: 140px;
	padding-left: 15px;
	display: none;
}

div#controlBar span, div#controlBar a{
	height: 25px;
	display:block;
	float:left;
}

div#controlBar .controlBar_left{
	width:4px;
	/* background:url(img/productSlider/controlBar_left.gif) no-repeat; */
}
div#controlBar .controlBar_middle{
	padding-left:4px;
	/* background:url(img/productSlider/controlBar_middle.gif) repeat-x; */
	float:none;
}

div#controlBar .controlBar_middle .itemControl a{
	color:#FFF;
	float:left;
	display:block;
	padding:3px;
}
div#controlBar a.controlBar_buttonBack{
	width:30px;
	background:url(img/productSlider/controlBar_buttonBack.gif) no-repeat;
	float:right;
}
div#controlBar a.controlBar_buttonBack:hover{
	width:30px;
	background:url(img/productSlider/controlBar_buttonBack_over.gif) no-repeat;
}
div#controlBar a.controlBar_buttonNext{
	width:30px;
	background:url(img/productSlider/controlBar_buttonNext.gif) no-repeat;
	float:right;
}
div#controlBar a.controlBar_buttonNext:hover{
	width:30px;
	background:url(img/productSlider/controlBar_buttonNext_over.gif) no-repeat;
}
div#controlBar .controlBar_right{
	width:5px;
	/* background:url(img/productSlider/controlBar_right.gif) no-repeat; */
	float:right;
}

/* EOF PRODUCT SLIDER */


