/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4376 2006-09-03 20:42:22Z drbyte $
 */

body {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 70.5%;
	color: #333333;
	/*background-color: #e5edf5;*/
	background: url(../images/bg.png) repeat;
	}

a img {border: none;}

a{
	color: #333333;
}
a:link, #navEZPagesTOC ul li a {
	/*color: #0066CC;*/
	text-decoration: none;
	}
 
a:visited {
/*	color: #0066CC;*/
	text-decoration: none;
	}

a:hover, 
#navEZPagesTOC ul li a:hover, 
#navMain ul li a:hover, 
#navSupp ul li a:hover{
	color: #000000;
	}
a:active {
	color: #0066CC;
	}

h1 {
	font-size: 1.3em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.05em;
	}

.biggerText {
	font-size: 1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}
LABEL {
	
}
.optionName {
	width: 135px;
}
h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
	
/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 990px;
	vertical-align: top;
	background: transparent url(../images/bg_hd.png) repeat-x;
	}
	
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#logo, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 5px 5px;
}
#headerWrapper {
	height: 137px;
}
#bannerTwo {
	height: 54px;
	padding-bottom:2px;
	padding-right: 162px;
}
* html #bannerTwo {
	height: 50px;
	margin-bottom: -10px;
}
#contentMainWrapper {
	background: url(../images/bg_content.png);
	padding: 1em 0em 1em 0em;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
#languageContainer {
	width: 100%; 
	position: relative;
}
.language {
	z-index: 1000;
	float: right;
}
#hotlineContainer { 
	position: absolute;
	width: 990px;
	z-index: 0

}
#hotlineContainer img{
	right: 6px; 
	top: 42px;
	float: right;
	position: absolute;
	float: right;
	margin: 0px;
	padding: 0px;
}

/* product Attributes */

#productAttributes{
	margin: 0em 0em;
	width: 460px;
	font-weight: bold;
}
 #productAttributes {
	padding:0px 0px 0px 0px;
	margin: 0em 0em;
	background:#ffffff url(../images/bg_grey_box_body.png);
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: block;
}
.wrapperAttribsOptions {
}
.wrapperAttribsOptions input{
	margin-right: 5px;
}
#productAttributes h3{
	padding: 2px 2px;
	margin: 0px 0px;
	font-size: 130%;
	color: #009CFF;
	height: 20px;
	background:#ffffff;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#productAttributes h4{
	color: #333333;
	margin: 0px 10px 0px 0px;
}

.attribsRadioButton {
}
label.attribsRadioButton {
	display: block;
	padding-bottom: 5px;
	margin-top: 0px;
}
* html label.attribsRadioButton {
	margin-top: 3px;
	padding-top: 2px;
}

label.attribsRadioButton:hover {
	color: #0E9DE5;
}

#productAttributes input{
	float: left;
}
	
.productAttributesValues {
	width: 305px;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	/*background-color: #9a9a9a;*/
	font-weight: bold;
	color: #ffffff;
	height: 31px;
	width: 100%;
	}

	/* hauptnavigation */
#navCatTabsWrapper {
	clear: both;
	background: url(../images/bg_hd_nav.png) no-repeat;
	padding:0;
	margin:0;
}
#navCatTabs ul{
	float: right;
	margin: 0em;
	padding: 0em;
	list-style-type: none;
	padding-top: 2px;
	text-align: center;
}
* html #navCatTabs ul{
	padding-top: -4px;
}
#navCatTabs ul li {
	margin: 0; 
	padding: 0px;
	float: left; 
	display: block; 
	font-size: 110%;
	/*height: 24px;*/
}
#navCatTabs ul li a {
	margin: 0; 
	padding: 0px;
	color: #FF6600; 
	font-weight: bold; 
	display: block; 
	line-height: 24px; 
	width: 105px; 
	color: #E5E5E5;
	display: block;
	text-transform: uppercase;
}
#navCatTabs ul li a:hover {
	color: #FFFFFF;
}
#navCatTabs ul li a .category-subs-selected{
	background: url(../images/bg_hd_nav_active.png) center no-repeat;
	color: #FFFFFF;
	display: block;
}

/* categories box parent and child categories */
#categoriesContent a{
	display: block;
	color: #666666;
	font-weight: bold;
	float: left;
	font-size: 100%;
}
#categoriesContent a:hover{
	color: #0E9DE5;
}
span.category-subs-parent {
	color: #0E9DE5;
}
span.category-subs-selected {
	color: #0E9DE5;
}
/* end categories box links */

#navMain ul, #navSupp ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navMain ul {
	background:url(../images/bg_hd_top.gif) top right no-repeat;
	padding: 0px;
	text-align: left;
	width: 100%;
}
#navMain ul li, #navSupp ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #FFFFFF;
	white-space: nowrap;
	}


#navMain ul li a {
	color: #71BFFF;
}

#navMain ul li a:hover {
	color: #009CFF;
}

#navSupp{
	background:url(../images/bg_footer.png);
	background: url(../images/bg_hd_nav.png) top no-repeat;
	height: 28px;
	padding: 0px;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}
#navSupp ul li a {
	color: #E5E5E5;
}
#navSupp ul li a:hover {
	color: #FFFFFF;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
	
#navEZPagesTop {
	background-color: #ffff33;
	}
	

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 1em 0em;
	padding: 2px 1px;
	}
	
#navBreadCrumb {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px 0px 0px 9px;
	padding: 5px 0px 0px 10px;
	background: url(../images/bg_breadcrumb.gif) no-repeat;
	height: 24px;
	width: 635px;
	}

#navBreadCrumb {
	color: #000000;
}
#navBreadCrumb a {
	color: #333333;
}
#navColumnOne {
	/*background: url(../images/bg_left_column.png)*/
	}

#navColumnTwo {
	/*background: url(../images/bg_left_column.png)*/
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/  .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding: 0.8em;
	}
	
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin-top: 0em;
	border: 1px solid #cccccc;
	padding: 1em;
	background:#ffffff url(../images/bg_grey_box_body.png);
	}

.tableHeading TH {
	border-bottom: 1px dotted #6FBDFF;
	}

.tableHeading, #cartSubTotal {
	background-color: #FFFFFF;
	background: url(../images/bg_center_blue_body.png);
	 }

#cartSubTotal {
	border-top: 1px solid #666666;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #333333;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #666666;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  font-weight: bold;
  }

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
	/*background: url(../images/bg_grey_box_body.png);*/
	padding: 2px 0px;
}

h1#productName {
	font-size: 150%;
}
h1#productName:first-letter {
	padding:2px;
	background-color: #333333;
	color: #FFFFFF;
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
	border-bottom: 1px dotted #0E9DE4; 
	cursor: help;
}

.attributesComments img {
	margin-left: 5px;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,h3.rightBoxHeading, h3.rightBoxHeading a  {
	font-size: 1.05em;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 25px;
	display: block;
	text-align: left;
	clear: both;
	}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;	
	padding: 0.0em 0.5em 0.5em 0.5em;
	}
#whatsNew h3.leftBoxHeading, 
#whatsNew h3.leftBoxHeading a,
#alsoPurchased h3.leftBoxHeading, 
#alsoPurchased h3.leftBoxHeading a,
h3.rightBoxHeading, 
h3.rightBoxHeading a  {
	font-size: 1.05em;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 25px;
	display: block;
	text-align: left;
	}	
	
/* left box */


 .leftBoxHeading {
	background: url(../images/bg_grey_box_heading.png) no-repeat;
	height: 29px;
 }
 
h3#whatsnewHeading.leftBoxHeading {
	background: url(../images/bg_grey_box_heading.png) no-repeat;
	height: 29px;
 }
h3#whatsnewHeading.leftBoxHeading a,
h3#whatsnewHeading.leftBoxHeading a:hover{
	color: #ffffff;
}
.leftBoxContainer {
	background:#ffffff url(../images/bg_grey_box_body.png);
	padding-bottom: 1em;
	}
	
.sideBoxContent {
	padding: 0em 0.4em 0em 0.4em;
	text-align: left;
	}


h3.leftBoxHeading a:hover {
	text-decoration: none;
	color: #FFFFFF;
	} 
	
	
/* right box */


 .rightBoxHeading {
	background: url(../images/bg_grey_box_heading.png) no-repeat;
	height: 29px;
 }
.rightBoxContainer {
	background: url(../images/bg_grey_box_body.png);
	padding-bottom: 1em;
}
.rightBoxContent {
	/*background-color: #ffffff;*/
	}

h3.rightBoxHeading a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}

	
/* center box */

.centerColumn {
	padding-top: 7px;
	width: 645px;
}
/* centerbox */
h2.centerBoxHeading {
	background: url(../images/bg_center_orange_heading.png);
	color: #333333;
	height: 24px;
	line-height: 24px;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 7px;
	text-align: left;
}
h1#indexCategoriesHeading, #productListHeading{
	background: url(../images/bg_center_grey_heading.png);
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 7px;
	text-align: left;
}
.centeredContent  {
	margin:0;
	padding: 5px 0px;
 }
 
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, /*.centerBoxContentsNew,*/ .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	/*background-color: #0000CC;*/
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background: url(../images/bg_odd_blue.png);
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background: url(../images/bg_even_blue.png);
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

	/* extraboxes */
#shoppingcartHeading {
	background: url(../images/bg_cart_box_heading.png) no-repeat;
	height: 24px;
}
#shoppingcart.rightBoxContainer {
	background:#ffffff url(../images/bg_cart_box_body.png);
	padding-bottom: 1em;
}
#shoppingcartHeading.rightBoxHeading {
	padding: 0em 0.5em 0em 0.5em;
	margin: 0;
}

/* IE fix */
* html .leftBoxHeading a,* html .rightBoxHeading a {
	margin: 5px 0 0 0;
}

/* cat Box Divider */
#catBoxDivider {
	background-color: #009CFF;
}

/* center box categorien liste */
.categoryListBoxContents a{
	background: url(../images/bg_grey_box_body.png);
	padding: 2px;
	margin: 2px;
	display: block;
	border: 1px solid #E5E5E5;
}
.categoryListBoxContents a:hover{
	background: url(../images/bg_blue_box_body.png);
}

/* whats new */
#alsoPurchased  , #whatsNew{
	display: block;
	background: url(../images/bg_center_orange_body.gif) repeat-x;
}

* html #alsoPurchased {
	position: absolute;
}


/* productListing */
#productListing  th{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}

#productListing td{
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 4px;	
}

th.productListing-heading,  th.productListing-heading a{
	margin:0;
	padding: 0;
	color: #333333;
}
tr.productListing-rowheading {
	background-image: url(../images/bg_center_blue_heading.png);
	background-position:  no-repeat;
	width: 645px;
	height: 24px;
	line-height: 22px;
}
th.productListing-heading  {
	padding-left: 4px;
	text-align: left;
	
}
.productListing-odd:hover, .productListing-even:hover {
	background: #FFFFFF;
}

.productListing-odd {
	background: url(../images/bg_odd_blue.png);
}

.productListing-even {
	background: url(../images/bg_even_blue.png);
}

.productListing-data {
	text-align: left;
	padding: 2px;
}

.productListing-data h3 {
	margin: 0px;
	font-weight: normal;
}

/* infoShoppingCart */
#infoShoppingCart div {
	background: #FFFFFF;
}

/* popup versandkosten */
#popupShippingEstimator div{
	background: #FFFFFF;
}


/* warenkorb seite */
table#cartContentsDisplay th {
	background: url(../images/bg_center_blue_body.png);
	color: #333333;
}

/* product listing anzeige */
#productsListingTopNumber, #productsListingBottomNumber {
	margin: 10px 0px;
	background:#ffffff url(../images/bg_grey_box_body.png);
}

/* product detail List */
ul#productDetailsList {
	display: none;
}

/* search button sidebox */
input.searchButton {
	background: url(../images/bg_button.png);
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #333333;
	padding: 2px 0px 2px 0px;
	width: 65%;
}
 #searchContent a {
	font-size: 110%;
	display: block;
	padding-top: 5px;
	font-weight: bold;
	font-variant:small-caps;
 }

#specialHighlights{
	padding: 0px;
	margin: 0px;
	display: block;
}

* html #specialHighlights{
	margin-left: -5px;
}

#specialHighlights a{
	cursor: pointer;
	display: block;
}

#specialHighlights h2 {
	background:#ffffff url(../images/bg_highlight_orange_header.png) no-repeat;
	color: #FFFFFF;
	/*
	background:#ffffff url(../images/bg_highlight_blue_header.png) no-repeat;
	color: #333333;
	*/
	padding: 2px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height: 20px;
	height: 25px;
}
#specialHighlights #oneHighlight {
	background:#ffffff url(../images/bg_grey_box_body.png);
	width: 204px; 
	margin: 0px 5px 5px 5px; 
	float: left; 
	text-align: center;
}
#specialHighlights #oneHighlight .image{
	padding-top: 5px;
	height: 110px;
	}
#specialHighlights #oneHighlight .info{
	font-weight: bold;
	font-size: 115%;
	height: 170px;
	}
#specialHighlights #oneHighlight .buynow{
	height: 30px;
	text-align: right;
	padding-right: 5px;
	}
	
/* tooltips */
div#qTip {
  padding: 3px;
  border: 2px solid #C1E0FF;
  display: none;
  background: #D8E8FF;
  color: #333333;
  font: bold 11px Arial, Verdana, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
  width: 200px;
}

/* options*/
