/**
 * 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 5347 2006-12-22 20:26:09Z birdbrain $
 */
 
		* {margin: 0; padding: 0;}

		html,body { height: 100%; }
		#mainWrapper  { min-height: 100%;}
		body
			{
				font-family: Arial,Helvetica,sans-serif;
				font-size: 75%;
				line-height: 1.4em;
				background: #F4E9D8;
				text-align: center;
				color: #000;

			}
		ul, ol
			{
				margin: 1em 2em;
			}
		h1, h2, h3, h4, h5, li li, li p, td p, td, blockquote p {font-size: 1em}
		
		
		

		
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #00699B;
	text-decoration: none;
	}
 
a:visited {
	color: #00699B;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #C0234F;
	}

a:active {
	}

		h1, h2, h3, h4, h5
			{
				line-height: 1.2em;
			}
			
		h1, h2
			{
				font-weight: bold;
				font-family: Times New Roman, serif;
				color: #00699B;
				margin-bottom: 0.4em;
			}
		h1, h2
			{
				text-transform: uppercase;
			}
			
		h1
			{
				font-size: 1.6em;
				font-weight: normal;
				margin: 0 0 1em 0;
				border: none;
			}
		h2
			{
				font-size: 1.2em;
				margin: 1.2em 0 1.4em 0;
			}
		h3
			{
				margin: 1.2em 0 1.4em 0;
			}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}


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;
	color: #000;
	}

LABEL, h4.optionName {
	padding: 0.2em;
	line-height: 1.5em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	padding-right: 20px;
	}
.categoryListBoxContents
	{
        clear: left;
		font-size: 1.2em;
    }

.categoryListBoxContents img
	{
		float: left;
		margin-right: 20px;
    }


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 0 0.5em 0;
	}

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: 2px solid #cc0000;
	margin-bottom: 1em;
	}

.messageStackWarning, .messageStackError {
	background-color: #fff;
	color: #cc0000;
	}

.messageStackWarning img, .messageStackError img {
	float: left;
	margin-right: 1em;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/


		#mainWrapper
			{ /* PAGEHOLDER */
				position: relative;
				text-align: left;
				margin: 0 auto;
				width: 800px;
				background: #fff;
				padding: 0 4px;
				background: #fff url(../images/hgr_pageHolder.gif) repeat-y;
			}
		#headerWrapper
			{
				position: relative;
				height: 194px;
				background: #418EB3 url(../images/hgr_header.jpg) no-repeat;
			}
		#navMainWrapper
			{
				position: absolute;
                width: 100%;
                top: 0;
                left: 0;
			}
        #navMain
			{
				position: absolute;
				top: 0;
				right: 0;
			}
		#logoWrapper
			{
				margin-left: 20px;
			}
			
		#contentMainWrapper
			{
				clear: both;
				width: 100%;

				background: transparent url(../images/hgr_contentMainWrapper.gif) no-repeat;
				border-top: solid 1px #A0C5D7;
			}
		.centerColumn
			{
				min-height: 500px;
				padding-top:20px!important;
				padding-right:20px!important;
            }

			.centerBoxWrapper
			{
                border-top: solid 1px #ccc;
				margin-top: 2em;
            }


#navColumnOneWrapper, #navColumnTwoWrapper {

	}

#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%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks
{

	display: inline;
}

		.navNextPrevWrapper
			{
				float: left;
				text-align: right;
				position: relative;
				width: 100%;
			}
		.navNextPrevWrapper_top
			{
				border-bottom: solid 1px #2F84AD;
				margin-bottom: 20px;
				padding: 2px 0;
			}
		.navNextPrevWrapper_bottom
			{
				border-top: solid 1px #2F84AD;
				margin-top: 20px;
				padding: 4px 0;				
			}

.navNextPrevCounter {
	display: inline;
	position: relative;
	top: -3px;
	margin: 0em 5px;
	font-size: 0.9em;
	}
.navBackToList
	{
		float: left;
	}	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0 2px;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	border-top: solid 1px #ccc;
	margin: 0 15px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#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;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}



		#navEZPagesTop
			{
				background-color: transparent;
				margin-top: 2px;
				padding-left: 189px;
				font-weight: bold;
			}
		#navEZPagesTop a
			{
				float: left;
				line-height: 1em;
				padding: 0.5em 15px;
				font-weight: bold;
				text-decoration: none;	
			}
		#navEZPagesTop a:hover
			{
				color: #FFF3A5;
				background-color: #00699B;
			}
			
		#navBreadCrumb
			{
				padding: 5px 20px 15px 0;
				font-size: 0.9em;
			}
		#navBreadCrumb a
			{
				text-decoration: none;
			}	
			

#navColumnOne {
	
	}

#navColumnTwo {
	 width: 161px!important;
	 margin-right: 5px;
	}

/*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 0;
	}

.alert {
	color: #cc0000;
	margin-left: 0.5em;
	padding: 0.5em 0;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/

#cartContentsDisplay
	{
		border-collapse: collapse;
	}

#cartContentsDisplay td
	{
		background-color: #fff!important;

		border-top: solid 1px #388AB1;
	}
#cartContentsDisplay img
	{
        margin: 2px 10px!important;
    }


#cartAdd {
	padding: 1em 0;
	}

.tableHeading TH {
	border-bottom: 1px solid #388AB1;
	text-align: left;
	font-weight: normal;
	}


#cartSubTotal {
	position: relative;
	border-top: 1px solid #388AB1;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 0.2em;
	padding-left: 0!important;
	}

.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;
	}

#scQuantityHeading, #scProductsHeading { padding-left: 0.5em}

#scUnitHeading, #scTotalHeading { text-align: right; }
	
	
.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 25px;
	}

.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
{
	margin-bottom: 2em;
	padding-top: 2px;
}

.categoryIcon a
{
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
	border: none;
	font-family: Times New Roman, serif;
	color: #00699B;
}

#cartImage {
	margin: 0 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}


/* Kategorie*/



/* ProduktListe */
		#productListing
			{
			}
        #productListing table
			{
                width: 100%;
			}
		#productListing th, #productListing td	
			{
				text-align: left;
				padding: 0 10px 30px 0;
				vertical-align: top;
			}
		#productListing th
			{
				text-align: right;
				padding: 0 0 20px 0;
			}
		#productListing th a
			{
				padding-left: 20px;
			}
		#productListing td
			{
				border-bottom: solid 1px #2F84AD;
				padding: 20px 20px 15px 0;
			}
		#productListing td img, #productMainImage img, .centerBoxWrapper img, .borderImage
			{
				border: solid 1px #69A6C4;
				padding: 2px;
				background: #fff;
			}
		#productsListingTopNumber, #productsListingBottomNumber
			{
				background-color: #FFFBE7;
				float: none;

				padding: 2px 5px;
				text-align: left;
				font-size: 0.9em;
			}
		#productsListingListingTopLinks, #productsListingListingBottomLinks
			{
			font-size: 0.9em;
			}
			
		#productsListingBottomNumber
			{

			}
			
		.tabTable
			{
				clear: both;
				border-collapse: collapse;
			}

		h3.itemTitle { margin: 0; padding: 0; }
		
		.product_price{ font-size: 1.4em; font-weight: bold; color: #C0234F;}
		.taxAddon { font-weight: normal; font-size: 0.6em; color: #000;}
		.centeredContent .taxAddon { font-size: 0.9em;}
		a.moreLink {}
		
		
		.productListing-odd a.moreLink, .productListing-even a.moreLink
		{ display: block; margin-bottom: 1em; }

		
/* ProduktDetail */
 		#productDescription
			 {
			 	clear: both;
				padding: 0.5em 0!important;
			 }
		 #productDescription p
		 	{
				padding: 0!important;
			}
		
		#productMainImage
			{
				text-align: left!important;
			}
		
		.imgLink
			{
				font-size: 0.9em;
				padding-left: 14px;
				background: transparent url(/includes/templates/weinhaus/images/zoom.gif) no-repeat 0 3px;
			}		
		
		
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

		#navColumnOneWrapper, #search
			{
				margin-top: 52px;
			}


        #categories .leftBoxContainerItem
			{

            }




		.leftBoxContainerItem, .sideBoxContent
			{
  				margin: 0 0 0 5px;
				padding: 0 0 10px 0;
				width: 178px;
				color: #072144;
			}
		#categories h3
			{
				color: #fff;
				font-weight: bold;
				padding:  14px 0 6px 26px;
				line-height: 1em;
				margin: 0;
				background: transparent url(/includes/templates/weinhaus/images/hgr_sidebox_categories_head.png) no-repeat left top;
			}

		.leftBoxContainerItem p, .leftBoxContainerItem ul, #ezpagesContent p, #ezpagesContent ul, #reviewsContent p
			{
				margin: 0;	
				padding: 1em 5px;
			}
		.leftBoxContainerItem li , #ezpagesContent li{ padding: 0.2em 0; }


		#categories .leftBoxContainerItem .ch
			{
		   		background: transparent url(/includes/templates/weinhaus/images/hgr_sidebox_categories_shaddow.png) no-repeat left bottom;
            	margin-left: 7px;
				padding-right: 7px;
			}


        #ezpagesContent.leftBoxContainerItem .ch, .sideBoxContent, #reviewsContent.leftBoxContainerItem .ch
			{
		   		background: transparent url(/includes/templates/weinhaus/images/hgr_sidebox_ezPages_shaddow.png) no-repeat left bottom;
            	margin-left: 7px;
				padding-right: 7px;
			}

		#reviewsContent.leftBoxContainerItem .ch
		{

			font-size: 0.9em;
			margin-left: 12px;
			line-height: 1.2em;
        }
		#reviewsContent.leftBoxContainerItem .ch a img
		{
            float: left;
			margin-right: 5px;
        }

		#reviewsContent.leftBoxContainerItem .ch a span
		{
            display: block;
			padding-left: 70px;
        }


		#ezpagesContent a
			{
				font-weight: normal!important;
			}
		#ezpagesContent h3, .leftBoxContainer h3
			{
				color: #00699B;
				font-weight: bold;
				padding:  14px 0 6px 26px;
				margin: 0;
				background: transparent url(/includes/templates/weinhaus/images/hgr_sidebox_ezpagesContent_head.png) no-repeat left top;
			}

        .leftBoxContainer h3
			{
              margin-left: 5px;
            }


		.sideBoxContent
			{
                width: 148px;

			margin: 0 0 2em 0;
			padding: 0.5em 0.5em 10px 0.5em;
			color: #072144;
			font-size: 0.9em;
			background: #FFFBE4 url(/includes/templates/weinhaus/images/hgr_sideBar2Item2Bottom.gif) no-repeat bottom;
			}
        .sideBoxContent ol, .sideBoxContent ul
			{
		       margin: 0;
			   padding: 0;
			}
.rightBoxContainer
{
	width: 158px!important;
}



h3.rightBoxHeading, h3.rightBoxHeading a
{
	color: #00699B;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	padding:  5px 5px 0.3em 5px;
	margin: 0;
	background: #FFF3A5 url(/includes/templates/weinhaus/images/hgr_sideBar2Item2.gif) no-repeat top;
}

.rightBoxHeading {
	color: #00699B;
	font-weight: bold;
	padding:  14px 0 6px 24px;
	margin: 0;
	background: transparent url(/includes/templates/weinhaus/images/hgr_sidebox_ezpagesContent_head.png) no-repeat left top;
	}
.rightBoxHeading label
{
    padding:0;
	margin: 0;
	line-height: 1em;
}


h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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,  .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;

	}

address.back
{
	padding-right: 1em;
	border-right: solid 1px #ccc;
	margin-right: 1em;
}


.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

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 {
	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;
	}
.information {padding: 10px 3px; line-height: 150%;}

/* --------------------- Eigene Styles --------------------- */

/* Menu */
.sg_mainMenu
	{}
.sg_mainMenu, .sg_mainMenu ul, .sg_SpezialMenu
	{
		font-weight: bold;
		list-style: none;
	}
 .sg_SpezialMenu
 	{
        border-top: solid 1px #9CC2D5;
		width: 145px;
    }


.sg_mainMenu ul
	{
		padding: 0 0 5px 5px;
		font-weight: normal;
	}
	
.sg_mainMenu .selected
	{

	}


.sg_mainMenu .selected li a
	{
		color: #00699B;
	}

.sg_mainMenu .selected a, .sg_mainMenu .selected  li.selected a
	{
		color: #C0234F;
	}
/*Warenkorb Box*/	
			#shoppingcart
			{
				width: 158px!important;
			}

			#shoppingcartHeading
			{
				color: #fff;
				font-weight: bold;
				text-align: left;
				font-size: 1em;
				padding:  5px 5px 0.3em 32px;
				margin: 0;
				background: #C0234F url(/includes/templates/weinhaus/images/hgr_sideBar2Item_Wkorb.gif) no-repeat top;
			}
			#shoppingcartContent
			{
				margin: 0 0 2em 0;
				padding: 0.5em 0.5em 10px 0.5em;
				color: #072144;
				font-size: 0.9em;
				background: #F7EFE2 url(/includes/templates/weinhaus/images/hgr_sideBar2ItemBottom_var.gif) no-repeat bottom;
			}
			#shoppingcartContent ul
			{
				margin: 0 ;
			}
			.checkout
			{
                font-weight: bold;
				display: block;
				text-align: center;
				padding: 0;
				margin-top: 5px;
				border-top: solid 1px #C0234F;
				border-bottom: solid 1px #C0234F;
            }


/* Warenkorb*/			
			
.cartQuantityUpdate
	{
		display: none;
	}			

/* Also Purchased */

#alsoPurchased
{
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	width: 100%;
	border-bottom: solid 1px #ccc;
}



#alsoPurchased h2.centerBoxHeading
	{
		clear: both;
		text-align: left;
		font-family: Arial, sans-serif;
		font-size: 1em;
		margin: 1em 0 0.5em 0;

	}

.centerBoxContentsAlsoPurch
	{
		padding-right: 1em;
		width: 100px!important;
		text-align: center!important;
    }

	
#shoppingcartBody #shoppingcart,
#loginBody #shoppingcart,
#createaccountBody #shoppingcart,
#checkoutshippingBody #shoppingcart,
#checkoutpaymentBody #shoppingcart,
#checkoutconfirmationBody #shoppingcart
{ display: none; }




/* Newsboxen */
.newsInfo {
  text-align: left;
  font-style: normal;
}

.newsContent {
font-size: 1.0em;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}


a.download { padding-left: 25px ; }
a.pdf { background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_pdf.gif) no-repeat; }
a.ppt { background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_ppt.gif) no-repeat; }
a.txt { background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_txt.gif) no-repeat; }
a.doc { background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_doc.gif) no-repeat; }
a.xls { background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_xls.gif) no-repeat; }
a.zip { background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_zip.gif) no-repeat; }
a.swf {	background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_swf.gif) no-repeat; }
a.mov {	background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_mov.gif) no-repeat; }
a.mp3 {	background: transparent url(http://www.weinhaus-neuerburg.com/includes/templates/weinhaus/images/media_mp3.gif) no-repeat; }

