/*   Template-Styling*/
@import url(template.css);
/* / Template-Styling*/


html {
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color: #333333;
	scrollbar-base-color: #C93116;
	scrollbar-darkshadow-color: #f0f0f0;
	scrollbar-face-color: #EDF1BC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #BAC929;
	scrollbar-arrow-color: #C93116;
}
body {
	/* Margins */
	margin: 0;
	padding: 0;
	background-color:#F7DFAE;
 height: 100% 	
/* Font */
	color: #333;
	font-size: 11px;
	line-height: 1, 2em;
	/* Backgrounds */
	background: #F7D5A7 url(images/bg1.jpg);
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
/* Links */
a {
	color: #8BAC3B;
	text-decoration: none;
}
a:hover {
	color: #B43246;
	text-decoration: none;
}
a:focus {
	outline:none;
}
P {
	display: block;
	margin: 10px 0;
}
ul {
	display: block;
	margin: 0 30px;
}
.h1, h2, h3, h4 {
	color: #5C4225;
	margin: 15px 0px 5px 0px;
}
* html ul.productListing li {
	float:left;
	display: block;
	width: 158px;
	height: 225px;
}
* html ul.productListing li.ContentBoxLeft, * html ul.productListing li.ContentBoxMiddle {
	margin-right: 15px;
	display: inline;
}
/* Hacks & Standard HTML Tags */
* {
	margin:0;
	padding:0;
	font-size: 100%;
}
fieldset, img {
	border:0;
}
.clear {
	clear: both;
	display: block;
}
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
* html .clear {
	height: 1%;
}
/* End hide from IE-mac */

.ie6Fix {
	width:99%;
}
/*   Produkt Navi*/

#CatNavi a.spacer-top {
	margin-top: 15px;
}
#CatNavi a.spacer-bottom {
	margin-bottom: 15px;
}
/* Hauptnavi*/ 
#CatNavi, #CatNavi ul, #CatNavi li {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#CatNavi {
}
#CatNavi li {
	display: inline;
	margin: 0;
	padding: 0
}
#CatNavi a {
	font-size: 11px;
	color: #859120;
	padding: 6px 0px 6px 5px;
	background: url(img/global/categoriesLevel1.png) repeat-x left top;
	text-indent: 13px;
}
#CatNavi a span {
	display: block;
	margin: 0;
	padding: 3px 0;
	float: none;
	clear: both
}
#CatNavi a:hover {
	color: #ffffff;
	background: url(img/global/categoriesLevel1.png) repeat-x left bottom;
}
/* Aktiv-Zustand*/ 
#CatNavi a.Current {
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0px 6px 5px;
	color: #ffffff;
	background: url(img/global/categoriesLevel1.png) repeat-x left bottom;
	text-indent: 13px;
}
/* Aktiv-Zustand Kategorie, wenn Unterkategorie aktiv ist*/
#CatNavi a.CurrentParent {
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0px 6px 5px;
	color: #ffffff;
	background: url(img/global/categoriesLevel1.png) repeat-x left bottom;
	text-indent: 13px;
}
/* Subnavi*/ 
#CatNavi .CatLevel1 a span {
	padding-left: 2px
}
#CatNavi .CatLevel2 a span {
	padding-left: 10px
}
#CatNavi .CatLevel3 a span {
	padding-left: 18px
}
#CatNavi .CatLevel4 a span {
	padding-left: 26px
}
#CatNavi .Current a, #CatNavi .CurrentParent a {
	font-size: 10px;
	color: #AFBE2C;
	padding: 7px 0px 6px 5px;
	background: url(img/global/categoriesLevel2.png) repeat-x left top;
	text-indent: 30px;
}
#CatNavi .Current a:hover {
	font-size: 10px;
	padding: 7px 0px 6px 5px;
	color: #B43246;
	background: url(img/global/categoriesLevel2.png) repeat-x left bottom;
	text-indent: 30px;
}
#CatNavi .CurrentParent a:hover {
}
#CatNavi a.Current2 {
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0px 6px 5px;
	color: #ffffff;
	background: url(img/global/categoriesLevel1.png) repeat-x left bottom;
	text-indent: 13px;
}
#CatNavi a.Green {
	color: green
}
#CatNavi a.Red {
	color: red
}
#CatNavi a.Blue {
	color: blue
}
/* Aktiv-Zustand
ul.NaviList, ul.NaviList li { list-style-type: none; margin: 0; padding: 0 }
ul.NaviList li  { display: inline; margin: 0; padding: 0 }
ul.NaviList     { margin: 3px; padding: 0; width: 176px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #fff }
ul.NaviList a     { color: black; display: block; margin: 0; padding: 0; width: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #e3e3e3 }
ul.NaviList a span  { display: block; margin: 0; padding: 3px 0 3px 2px; float: none; clear: both }
ul.NaviList a:hover  { text-decoration: none; background-color: #fff }
ul.NaviList li.Current a, 
ul.NaviList li.Current a:hover  { background-color: #ddd }*/ 

/* Admin-Box */ 
div.abox {
	/* Zentrierung */
	left: 0px;
	z-index: 99999;
	width: 250px;
}
td, tr {
	font-size: 11px;
	line-height: 16px;
	padding: 4px;
}
/* Hinweis Info*/
.hinweis-txt {
	font-size: 10px;
	font-weight: bold;
	color: #B43246;
	line-height: 20px;
	background-color: #ffffff;
	padding: 1px;
}
/* Box Serch */
div.search-txt {
	font-size: 10px;
	color: #CE9684;
	line-height: 22px;
}
div.boxSearch {
	width: 164px;
	background: transparent;
	border: none;
	float:right;
	vertical-align: middle;
}
div.boxSearch input.text {
	display: block;
	padding: 2px;
	margin-top: -1px;
	width: 117px;
	border: 1px solid #B3312B;
	vertical-align: middle;
	margin-right: 10px;
	background: url(img/global/bgModuleHeading.gif) repeat-x center;
	font-size:10px;
	color: #8B201D;
}
div.boxSearch div.infoBoxHeading {
	background: transparent;
	float: left;
	padding-right: 0;
	color: #dedede;
	display: none
}
div.boxSearch div.infoBoxHeading span {
}
div.boxSearch a {
	color: #fff;
}
div.boxSearch div.boxText, div.boxSearch div.boxText a {
	color: #fff;
	padding: 0px 10px;
	border: 0px;
	background: transparent;
!important
}
ul.linklist a {
	display: block;
	padding: 2px;
}
/* PRODUKTLISTE KOMPAKT (ohne DETAILS) */
ul.productListing {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.productListing li.ContentBox {
	list-style: none;
	float:left;
	display: block;
	width: 180px;
	/*width: 186px;*/
	min-height: 290px;
	margin-bottom: 12px;
	background: url(img/global/bgProductListingItem.png) no-repeat;
}
ul.productListing li.ContentBoxLeft {
	margin-right: 17px;
	display: inline;
}
ul.productListing li.ContentBoxMiddle {
	margin-right: 11px;
	display: inline;
}
ul.productListing li.ContentBoxLast {
	display: inline;
}
ul.productListing .name {
	font-weight: bold;
	color: #CE3246;
	margin: 10px;
	display: block;
	text-align: center;
}
ul.productListing .ProductImage {
	display: block;
	text-align: center;
}
ul.productListing .preis {
	display: block;
	position: absolute;
	width: 143px;
	height: 30px;
	margin-top: 219px;
	margin-left: 15px;
	line-height: 15px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color: #f5f5f5;
}
ul.productListing .preis a.button {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: -25px;
}
ul.productListing .preis .productOldPrice {
	position: absolute;
	margin-top: -10px;
	color: #ddd;
	font-size: 8px;
}
ul.productListing .bottomBar {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #000000;
	position: absolute;
	margin-top: 187px;
	margin-left: 5px;
}
ul.productListing .bottomBar .button {
	display: block;
	height: 20px;
	line-height: 18px;
	width: auto;
	float: left;
	margin-right: 15px;
	color: #48aad4;
}
ul.productListing .bottomBar .button img {
	float: left;
	margin-right: 5px;
	height:18px;
}
ul.productListing .thisShippingLink {
	display: block;
	position: absolute;
	width: 143px;
	height: 10px;
	margin-top: 250px;
	font-size: 9px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#C0AA83;
}
/* PRODUKTLISTE 1Col */
ul.productList {
	margin: 0;
	padding: 0;
}
ul.productList li {
	list-style: none;
	display: block;
	background: url(img/global/bgProductListItem.png) no-repeat top;
	height: 150px;
	overflow: hidden;
}
ul.productList li.ContentBoxBottom {
	display:block;
	overflow: hidden;
	height: 81px;
	width: 570px;
	padding: 0;
	background: url(img/global/bgProductListItem.png) no-repeat center bottom;
	margin-bottom: 8px;
}
ul.productList .ProductImage {
	margin: 10px;
	float: left;
}
/* mit Details */
ul.productList h5 a.name {
	color: #B43246;
	font-family:Verdana;
	font-size:15px;
	margin: 10px 0;
	display: block;
}
ul.productList p {
	margin: 10px 0;
	line-height: 18px;
}
ul.productList .ContentBoxBottom .preis {
	display: block;
	font-size:16px;
	font: Verdana;
	font-weight: bold;
	float: right;
	text-align: right;
	color: #fff;
	margin-top: 5px;
	margin-right: 40px;
}
ul.productList .ContentBoxBottom .bottomBar {
	display: block;
	height: 22px;
	padding: 5px 10px;
	font-weight: normal;
	color: #666;
	overflow: hidden;
}
ul.productList .bottomBar .button {
	display: block;
	height: 20px;
	line-height: 20px;
	width: auto;
	float: left;
	margin-right: 20px;
	color: #48aad4;
}
ul.productList .bottomBar .button img {
	float: left;
	margin-right: 5px;
}
ul.productList .ContentBoxBottom .thisShippingLink, ul.productList .ContentBoxBottom .thisShippingLink a {
	color: #999;
	margin-top: 10px;
}
/* PRODUCT INFO */
ul.pInfo_product {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center top;
}
ul.pInfo_product li {
	list-style: none;
	float: left;
	padding: 15px;
}
ul.pInfo_product li.image {
	width: 230px;
	text-align: center;
}
ul.pInfo_product li.info {
	margin: 0 auto;
	width: 255px;
}
/* Produktpreis */
ul.pInfo_product li.info h1.name {
	color:#B43246;
	font-family:Verdana;
	font-size:15px;
	margin-bottom: 24px;
}
ul.pInfo_product li.bottomCorner {
	display:block;
	height: 10px;
	width: 580px;
	padding: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center bottom;
}
.moPicThumbnails {
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.moPicThumbnails a {
	padding: 5px;
	float: left;
}
.moPicThumbnails a img {
	width: 50px;
	float: left;
	background: #ddd;
	padding: 2px;
}
.moPicThumbnails a img:hover {
	background: #146597;
}
.buynow {
	margin-top: 10px;
	line-height:25px;
}
.buynow input.text {
	display:block;
	float:left;
	margin:0 5px;
	padding: 1px;
	height: 15px;
	width: 15px;
}
/* PRODUCT OPTIONS */
.optionsItemContainer {
	display: block;
	overflow: hidden;
	background: url(img/global/bgOptionsItem.png) no-repeat top left;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 255px;
}
.optionsItemContainer .content {
	display: block;
	padding: 5px 10px;
}
.optionsItemContainer fildset {
	display: block;
 background: #000:
}
.optionsItemContainer fildset div.legend {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	color: #146597;
}
.optionsItemContainer label {
	display: block;
	float: left;
	padding: 3px;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
}
.optionsItemContainer select {
	padding: 3px;
}
.optionsItemContainer .bottomCorner {
	display: block;
	height: 10px;
	background: url(img/global/bgOptionsItem.png) no-repeat bottom left;
}
.optionsContainer {
	background: #eaeaea;
	padding: 10px;
}
.optionHeading {
	padding: 5px 50px 5px 10px;
	margin: 0px;
	border-bottom: 0px;
	background: url(img/global/optionsHeading.gif) no-repeat right;
	display: inline;
	color: #fff;
	font-weight: bold;
}
.subModuleContainer {
	padding: 10px 0;
}
.subModuleContainer .content {
	padding: 10px;
	background: #fff;
}
.modulNavigation {
	display: block;
	margin-top: 15px;
}
.optionsContainer h3.moduleHeading {
	padding: 0px;
	margin: 0px;
	color: #555;
}
.ShippingLink, .ShippingLink a {
	font-size: 9px;
	color:#C0AA83;
}
h1.ProductPrice {
	color: #146597;
	font-weight: bold;
}
.borderDiv {
	height:1px;
	background: #ddd;
	clear: left;
	display: block;
	margin: 10px 0;
}
/* Boxen Styles */
.infoBoxHeading {
	font-size: 10px;
	font-weight: bold;
	text-indent: 10px;
	color: #3c8db0;
	text-transform: uppercase;
}
.infoBoxHeading img {
	display: block;
}
.infoBoxHeading_right {
	font-size: 10px;
	font-weight: bold;
	text-indent: 10px;
	color: #76aa38;
	text-transform: uppercase;
}
.infoBoxHeading_right img {
	display: block;
}
div.infoBox, span.infoBox {
}
div.infoBox_right, SPAN.infoBox_right {
}
.boxText {
	color: inherit;
	padding: 4px 0px 0px 0px;
}
/* LEFT NAVI LINKS */
.boxContent a, .boxCategories a {
	display: block;
	color: #414449;
}
/* Kategorien */
.boxCategories a {
}
.boxCategories a.kategorie {
	color: #666;
	padding: 6px 0px 6px 5px;
	background: url(img/global/categoriesLevel1.png) repeat-x left top;
	text-indent: 13px;
}
.boxCategories a.kategorie:hover {
	color: #B43246;
	background: url(img/global/categoriesLevel1.png) repeat-x left bottom;
}
.boxCategories a.aktive_kategorie {
	color: #B43246;
	padding: 6px 0px 6px 5px;
	background: url(img/global/categoriesLevel1.png) repeat-x left bottom;
	text-indent: 13px;
}
.boxCategories a.aktive_kategorie:hover {
	color: #000000;
}
/* Unterkategorien */
.boxCategories a.unterkategorie {
	font-size: 10px;
	color: #F3952F;
	padding: 6px 0px 6px 5px;
	background: url(img/global/categoriesLevel2.png) repeat-x left top;
	text-indent: 30px;
}
.boxCategories a.unterkategorie:hover {
	color: #B43246;
	background: url(img/global/categoriesLevel2.png) repeat-x left bottom;
}
.boxCategories a.aktive_unterkategorie {
	font-size: 10px;
	padding: 6px 0px 6px 5px;
	color: #B43246;
	background: url(img/global/categoriesLevel2.png) repeat-x left bottom;
	text-indent: 30px;
}
a.sitemap {
	position: absolute;
	display: block;
	float: right;
	width: 40px;
	height: 30px;
	background: url(/templates/broeg-obst/images/spacer.gif) no-repeat right;
	margin-left: 125px;
	margin-top: 2px;
}
/* BOX Admin */
.boxAdmin {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	border: 1px solid #fff;
	background: #262626;
}
.boxAdmin .infoBoxHeading_right {
	display: none;
}
.boxAdmin h3 {
	display: none;
}
.boxAdmin .item {
	color: #414449;
	padding: 5px 30px;
	background: #6fb23e url(img/global/bgModuleHeading.gif) repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.boxAdmin .item:hover {
	color: #fff;
	background: #438e00 url(img/global/tabStyle_30.gif) repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.boxAdmin .item a {
	color: #414449;
	text-decoration:none;
	font-weight: bold;
}
.boxAdmin .item:hover a {
	color: #fff;
}
.boxAdmin .button {
	padding: 10px;
}
/* BOX Warenkorb */
div.boxCart .boxText {
	padding: 10px 15px;
	color: #93794A;
}
div.boxCart .boxText strong {
	color: #93794A;
	font-weight: normal;
}
div.boxCart a.goToCart {
	position: absolute;
	display: block;
	float: right;
	width: 40px;
	height: 30px;
	background: url(img/grafischeHeader/german/boxCartHeading.png) no-repeat right;
	margin-left: 125px;
	margin-top: 2px;
}
div.boxCart a.goToCart span {
	display: none;
}
/* BOX Newsletter */
.boxNewsletter {
	display: block;
	height: 100px;
	background: url(img/global/bgBoxNewsletter.png) no-repeat center;
}
.boxNewsletter fieldset.newsletter {
	display: block;
	padding: 30px 3px;
}
.boxNewsletter fieldset.newsletter label {
	display: none;
}
.boxNewsletter fieldset.newsletter input.text {
	display: block;
	padding: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	width: 116px;
	border: 1px solid #ddd;
	vertical-align: middle;
	margin-right: 10px;
	background: url(img/global/bgModuleHeading.gif) repeat-x center;
	font-size:10px;
	color: #93794A;
}
.boxNewsletter fieldset.newsletter input.image {
	margin-left: 3px;
}
/* BOX Hersteller */
.boxNewsletter fieldset.newsletter input.image {
	margin-left: 3px;
}
/* BOX Informationen */
.boxInformation a {
	display: block;
	padding: 3px 10px 3px 20px;
	background: url(img/global/arrowCategories.png) no-repeat 10px 8px;
	color: #666;
}
/* BOXES GREEN */
.boxBestsellers .infoBoxHeading_right {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: url(img/grafischeHeader/uni/boxBgGreen.gif) left top;
	text-indent: 20px;
}
.boxBestsellers .boxText {
 background: #;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 9px;
}
.boxBestsellers {
	background: url(img/grafischeHeader/uni/boxBgGreen.gif) left bottom;
	overflow: hidden;
}
/* BOX Bestseller */
a.boxBestsellers_item {
	padding: 5px 10px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #F3952F;
	display: block;
	font-weight: normal;
	color: #A89F97;
}
a.boxBestsellers_item:hover {
	color:#B43246;
}
a.boxBestsellers_item .bestSellersCount {
	font-size: 12px;
	height: 20px;
	margin-right: 5px;
	font-weight: bold;
	overflow: hidden;
	float: left;
	vertical-align: middle;
}
.blue {
	color: #146597;
}
.error, .hinweis {
	padding:10px;
}
.error {
	border: 1px solid #f00;
	color:#f00;
}
.hinweis {
	border: 1px solid #390;
	color:#390;
}
/* Nice Table */
table.list {
	width: 100%;
	border-collapse:collapse;
	background: url(img/module/sitemap/sitemap_heading.gif) left top no-repeat;
}
table.list th.lastheading {
	background: url(img/module/sitemap/sitemap_heading.gif) right top no-repeat;
	border: 0;
}
table.list th {
	padding: 6px 10px;
	color: #fff;
	border-right:1px solid #fff;
}
table.list th.hinweis {
	background: #c0d4da;
	color: #262626;
	padding: 5px 10px;
	border: none;
}
table.list td {
	padding: 3px 10px;
	border-bottom: 1px solid #F0E1C5;
}
table.list tr.row1 {
	background: #fff;
}
table.list tr.row2 {
	background: #F8EFE0;
	border-collapse:collapse;
}
table.list tr.row1:hover, table.list tr.row2:hover {
	background: #FCDBB6;
}
/* Global Elements */
.boxSpacer {
	display: block;
	clear: both;
	height: 10px;
}
.leftFloater {
	float:left;
}
.rightFloater {
	float:right;
}
.leftAligner {
	text-align:left;
}
.rightAligner {
	text-align:right;
}
ul.categoryLister {
	list-style: none;
	overflow: hidden;
	width: 580px;
	margin: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center top;
}
ul.categoryLister li {
	display:block;
	list-style: none;
	float:left;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	width: 30%;
	height: 140px;
}
ul.categoryLister li.categoryListLeft {
	border-right: 1px solid #ddd;
}
ul.categoryLister li.categoryListMiddle {
	border-right: 1px solid #ddd;
}
ul.categoryLister li.categoryListLast {
}
ul.categoryLister li a h1 {
	font-size: 14x;
	font-weight: bold;
}
ul.categoryLister li a img {
}
ul.categoryLister li.bottomCorners {
	display:block;
	height: 10px;
	width: 580px;
	padding: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center bottom;
}
/* SHOPPING CART */
ul.cartItemLister {
	list-style: none;
	overflow: hidden;
	width: 520px;
	margin: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center top;
}
ul.cartItemLister li {
	display:block;
	list-style: none;
	float:left;
	padding: 5px;
	text-align: center;
	height: 140px;
}
ul.cartItemLister li.bottomCorners {
	display:block;
	height: 10px;
	width: 520px;
	padding: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center bottom;
}
/* CHECKOUT LEISTE */
.checkoutLeiste {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.buttonDelete input {
	border: 1px solid #CC0000;
	color:#FF0000;
	margin:0;
}
.toolBar {
	padding: 5px;
}
.toolBar hr, hr, div.hrDiv {
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #ddd;
	background: #ddd;
}
.gradient_ttb_300 {
	background: url(img/global/gradient_ttb_300.gif) repeat-x center;
	padding: 10px;
}
FORM {
	display: inline;
}
select, input, textarea, checkbox, radio {
	font-size: 99%;
	display:inline
}
TEXTAREA {
	width: 100%;
	font-size: 11px;
}
.formArea h3 {
	color: #939F24;
	padding: 10px 0;
}
input.text {
	padding: 1px;
}
.contentsTopics, h1.contentsTopics, .pageHeading, h1.pageHeading, .moduleHeading, h1.moduleHeading {
	color: #93794A;
	font: Verdana, Arial, Tahoma, sans-serif;
	font-size: 15px;
	text-indent: 26px;
	font-weight: bold;
	padding: 5px 0 3px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #93794A;
	background-image:url(/templates/broeg-obst/images/site.png);
	background-repeat:no-repeat;
	background-position: 4px 10px;
}
/* --- SM-MOD ---*/
div.category_description {
	position:absolute;
	overflow:auto;
	bottom: -15px;
	margin-bottom: 10px;
	height:  100px;
	font-size: 11px;
	color: #B59B6C;
}
.content {
	padding-bottom: 120px;
}
/* / --- SM-MOD ---*/

h3.moduleHeading {
	color: #414449;
	font-weight: normal;
	margin: 0;
	padding: 3px 0;
}
.underline {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.section {
	margin-bottom: 25px;
}
.boxTextBG {
	font-size: 10px;
	background-color: #F8EFE0;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}
.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.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;
}
.conditions {
	background-color: #FFCCCC;
}
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;
}
.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}
.headerError {
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
.headerInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.infoBoxContents {
	font-size: 10px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	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;
}
.splitPageResult {
	margin: 10px 0;
}
.splitPageResult #splitNavigation {
	padding: 10px;
}
.splitPageResult #splitNavigation b {
	position: relative;
	padding: 3px 2px;
	border: 1px solid #146597;
	color: #146597;
}
.splitPageResult #splitNavigation A.pageResults {
	color: #146597;
	font-weight: bold;
	padding: 3px 2px;
	margin: 0 2px;
}
.splitPageResult #splitNavigation A.pageResults:hover {
	padding: 3px 2px;
	color: #f70;
}
TR.subBar {
	background: #f4f7fd;
}
.subBar {
	font-size: 10px;
	color: #000000;
}
.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;
}
SPAN.greetUser {
	font-size: 11px;
	color: #93794A;
	font-weight: bold;
}
.formArea {
	background: #F8EFE0;
	padding: 10px;
}
.formArea label {
	display: block;
	width: 150px;
	float: left;
	padding: 5px;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	line-height: 1.5;
	text-align:center;
	color: #CCCCCC;
	clear:left;
}
.parseTime {
	font-size: 11px;
	line-height: 1.5;
	text-align:center;
}
A.copyright {
	color: #ccc;
}
A.copyright:hover {
	color: #ccc;
	text-decoration: underline;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	color: #cc0000;
}
SPAN.productOldPrice {
	color: #f60;
	font-size: 80%;
	text-decoration: line-through;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
SPAN.productDiscountPrice {
	color: #ff0000;
	font-weight: bold;
}
.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}
.moduleRow {
	background-color: #F8EFE0;
	padding: 3px;
	margin: 3px;
}
.moduleRowOver {
	background-color: #E3D7BF;
	padding: 3px;
	margin: 3px;
}
.moduleRowSelected {
	background: #FCDBB6;
	padding: 3px;
	margin: 3px;
}
.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}
/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 {
	font-size: 7pt;
}
.heading2 {
	font-size: 9pt;
}
.heading3 {
	font-size: 10pt;
}
.heading4 {
	font-size: 12pt;
}
.heading5 {
	font-size: 16pt;
}
/* Sitemap Tables */
th.sitemap_heading {
	background: url(img/module/sitemap/sitemap_heading.gif) right center no-repeat;
	padding-right: 5px;
}
.sitemap_heading a {
	display: block;
	padding: 6px;
	padding-right: 0px;
	background: url(img/module/sitemap/sitemap_heading.gif) left center no-repeat;
	color: #fff;
	text-align: left;
}
.sitemap_heading a:hover {
	color:#eee;
	text-decoration:none;
}
.sitemap_sub {
	font-size: 9pt;
	color: #800000;
	padding: 2px 2px;
}
.sitemap_sub a {
	display: block;
	padding: 5px 10px;
	background: url(img/global/bgModuleHeading.gif) repeat-x;
	color: #262626;
	margin-left: 5px;
}
.sitemap_sub a:hover {
	text-decoration:none;
	color: #48aad4;
}
/* 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: #eaf3f5;
}
.tableListingII {
	background-color: #e3eff2;
}
.tableBody {
	padding: 5px;
}
.onepxwidth {
	width: 1px;
}
/* GLOBAL ELEMENTS FOR REUSE */
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clb {
	clear: both;
}
/* MODS */
.productNavigator {
	display: block;
	height: 20px;
	width: 240px;
	overflow: hidden;
	position: absolute;
	margin-left: 3px;
	margin-top: -20px
}
.productNavigator .desc {
	display: block;
	height: 20px;
	float: right;
	margin: 4px 15px;
	color: #B43246;
}
.productNavigator a span {
	display: none;
}
.productNavigator a.next {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	background: url(img/productNavigator/buttons.gif) no-repeat top right;
}
.productNavigator a.next:hover {
	background: url(img/productNavigator/buttons.gif) no-repeat bottom right;
}
.productNavigator a.previous {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	background: url(img/productNavigator/buttons.gif) no-repeat top left;
}
.productNavigator a.previous:hover {
	background: url(img/productNavigator/buttons.gif) no-repeat bottom left;
}
/* UI Tabs */
.ui-tabs-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* classes for tooltips */
.hovertip {
	position: relative;
	display: none; /* in case javascript is disabled */
	width: 240px;
	font-size: 12px;
	z-index: 100;
	margin-left: 5px;
	margin-top: 10px;
}
.hovertip_wrap0 {
	margin-top: 10px;
	z-index: 100;
	border-top: 10px solid #438e00;
}
.hovertip_wrap0 a {
	margin: 0;
	background: url(img/global/bgProductTooltip.png) no-repeat left top;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.hovertip_wrap0 a img {
	padding-top: 10px;
}
.hovertip_target a {
	display: block;
	width: 50px;
	float:left;
	font-weight: bold;
}
html>body .hovertip_wrap0 {
	margin-left: 5px;
	margin-top: 10px;
	z-index: 100;
	display: none;
	position: absolute;
}

