/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/





/* Stndard HTML Tags */

html,body{

/* Margins */
	margin: 0px;
	padding: 0px;
	border:none;
	
}

body {

/* Font */
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 11px;
	line-height: 1.4em;
	
/* Backgrounds */
	background-color: #fff;
	/*background-image: url(img/global/illut-oben2.gif);*/
	background-image: url(img/global/090313_illu-oben.gif);
	background-position:  center 1px;
	background-repeat: no-repeat;	
		
}

img{
	border:0;
}

A {
  color: #555;
  text-decoration: none;
  /*padding: 2px;*/
}

A:hover {
  color: white !important;
  background-color: #a4b22c;
  /*padding: 2px;*/
  
}
a:focus, a:active {
	outline: 0;
}

#NaviLeft A:hover, #NaviRight A:hover {
	/*padding: 2px;*/
}
#NaviLeft .infoBoxHeading a {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#pureflame-logo A:hover,
.productdetail_image A:hover{  
  background: none;  
}


a img, a:hover img {
	border:none;	
	padding: 0px !important;
	margin: 0px;	
	background: none;
	/*padding: 0px !important;	*/
}

.imgbutton:hover {
	background: none;
	padding: 0px;
	margin: 0px;
}
.ProductImage:hover {
	background:none;
}

FORM {
	display: inline;		   
}

P{
	display: block;
	margin: 10px 0;		   
}

ul{
	display: block;
	margin: 0 30px;
}




/* Div Classes / ID`s */

#SITE{
	margin: 0px;
	padding: 0px;
	width: 900px;
		
/* Zentrierung */
	position:relative;
	margin: auto;
	/*
	left: 50%;
	margin-left: -450px;
	*/
	
	border-top: 1px solid white;
	border-bottom: 2px solid #98b301;
	
	background-image: url(img/global/topline.gif);
	background-position: 0px 155px;
	background-repeat: repeat-x;
}

#topBar{
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	position:absolute;
	top:12px;
	left:17px;
	width: 866px;
	height: 40px;
	
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	*/
}
#topBar a{ 
	color: #999999;
	font-weight: bold;	
}

#pureflame-logo {
	position:absolute;
	top:16px;
	left:33px;
	width: 112px;
	height: 120px;	
}
/*
#topBar a{
	color: #ccc;
	padding: 0px 10px 0px 10px;
	margin-top: 20px;
}
*/
#Header{
	margin-bottom: 5px;
	margin-top: 2px;
	width: 100%;
}
/*
#Header h1{
	height: 60px;
	width: 200px;
	background: #79a615 url(img/Index/Header.gif) no-repeat center;
	cursor: pointer;
	float:left;
	padding: 5px 0px;
}

#Header h1 span{
	display:none;
}
*/

/* Tab Bar */

ul#tabBar{
	position: absolute;
	top: 143px;
	left: 193px;
	height: 24px;
	width: 707px;
	font-weight: bold;			
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

ul#tabBar li{
	margin: 0px;
	padding: 0px;	
	height: 20px;
	background-color: #bdbdbd;	
	padding-top: 4px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 12px;	
	float: left;	
	
}
ul#tabBar .open{
	background-color: #98b301;
}

ul#tabBar  a{	
	color: white;
	text-transform: uppercase;
}

ul#tabBar .closed {
	background-color: #bdbdbd;	
}
ul#tabBar .closed:hover {
	background-color: #98b301;
	cursor: pointer;
}

/*
div#tabBar a#home{
	width: 85px;
	background: url(img/tabBar/tabHome.gif) no-repeat;
}

div#tabBar a#productsNew{
	width: 105px;
	background: url(img/tabBar/tabNeueProdukte.gif) no-repeat;
}

div#tabBar a#register{
	width: 76px;
	background: url(img/tabBar/tabRegister.gif) no-repeat;
}

div#tabBar a#angebote{
	width: 91px;
	background: url(img/tabBar/tabAngebote.gif) no-repeat;
}

div#tabBar a#erweiterteSuche{
	width: 121px;
	background: url(img/tabBar/tapErweiterteSuche.gif) no-repeat;
}
*/

#SubHeader{	
	width: 900px; 
	height: 20px;
	position: absolute;
	top: 150px;
	left: 0px;		
	text-align: right;
}
#Subheader a, Subheader a:visited {
	color: #656565;
	font-weight: bold;	
}



#ContentBody{	
	padding-top: 165px;			
	margin-Bottom: 5px;	
	overflow:hidden;		
}

#NaviLeft{
	width: 185px;
	float: left;
}

#NaviRight{
	width: 185px;
	float: right;
}

#MainContent{
	width: 474px;	
	margin-left: 192px;				
	
	font-size: 12px;
	/*
	display: block;
	overflow: hidden;
	*/
	
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	/*
	background-image:url(img/boxes/maincontent_top.gif);
	background-repeat:no-repeat;
	*/
}

.mc_borderimage {
 	margin-left: 192px;	
 	height: 5px;
}
#mc_bordertop {
	background-image:url(img/boxes/maincontent_top.gif);
	background-repeat:no-repeat;
}
#mc_borderbottom {
	background-image:url(img/boxes/maincontent_bottom.gif);
	background-repeat:no-repeat;
}

#MainContent .leftContent{
	/*width: 38%;*/
	float:left;
	padding: 1%;
	text-align: center;
}

#MainContent .leftContent img{
	display: block;
}

#MainContent .rightContent{
	margin: 0 0 0 40%;
	padding: 10px;
	border-left: 1px dashed #ddd;
}

#MainContent .rightContent h1{
	font-size: 14px;
	font-weight: bold;
}
/*
.clearFloater{
	padding: 10px;

	border: solid #ddd;
	border-width: 0px 1px;

	float:left;
	display: block;
	width: 500px;
}
*/

#Footer{
	margin-Bottom: 5px;
	padding: 5px;
	width: 100%;
	clear:left;
	background: #79a615 url(img/global/cornerRightTop.gif) no-repeat top right;
	color: #fff;
}

#Footer a{
	color: #fff;
}


.ContentBox{
	margin: 2px;
	padding: 10px;
	width: 210px;
	float:left;
	/*border: 1px solid red;*/
}


.ContentBox .productimg{
	width: 122px;	
	/*float:left;*/
}

.ContentBox .productdesc {
	width: 84px;
	overflow:hidden;
	
}


.ContentBoxLeft{
	border: solid #eaeaea;
	border-width: 0 1px 0px 0;
	background: url(img/global/new.gif) no-repeat 98% 2%;
}

.ContentBoxRight{
	border: solid #eaeaea;
	border-width: 0 0 0px 0;
	background: url(img/global/new.gif) no-repeat 98% 2%;
}


.ContentBoxFullsize{
	margin: 0px;
	padding: 10px;
	height: auto;
	float:left;
	border-bottom: 1px solid #ccc;
}

.borderDiv{
	height:1px;;
	background: #eaeaea;
	clear: left;
}

h1.ContentBoxHeading{
	color: #5a7b0f;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 1.2em;
	padding: 0px;
}

.ContentBoxContents{
	padding: 5px;
}

/*
a.ProductImage{
	padding: 5px;
	float:left;
}

a.ProductImage:hover{
}
*/

.ProductsDescription{
	padding: 10px 0px;
	margin: 0px;
	text-align:center;
	font-size: 10px;
}

.ProductsDescription p{
	padding: 0;
	margin: 0;
}

.optionsContainer{
	background: #eaeaea;
	padding: 10px;
}

.optionsContainer h3.moduleHeading{
	padding: 0px;
	margin: 0px;
	color: #555;
}

.ShippingLink, .ShippingLink a{
	font-size: 9px;
	color: #ccc;
}

h1.ProductPrice{
	color: #5a7b0f;
	font-weight: bold;
}




.productdetail_image {
	text-align:center;	
}
.productdetail_desc {
	padding-top: 30px;
	padding-bottom: 30px;
}
.productdetail_addinfo {

}
.productdetail_options {
	width: 100%;	
}
.productdetail_options td {
	
}
.productdetail_options td.right {
	text-align:right;
	width: 50%;	
}


/* Navigation */
/*
A.aktive_kategorie{
	color:#5a7b0f;
}

A.aktive_kategorie:hover{
	color:#5a7b0f;
}

.boxCategories .unterkategorie a{
}

.boxCategories A.unterkategorie, 
.boxCategories A.unterkategorie:hover, 
.boxCategories A.aktive_unterkategorie, 
.boxCategories A.aktive_unterkategorie:hover 
{
	background: #f8fbe1;
	border-bottom: 1px dotted #eaeaea;
	color:#5a7b0f;
}
*/




/* Boxen Styles */

.infoBoxHeading {
	font-size: 12px;
	color: #a4b22c;
	/*padding: 5px;*/
	background: #fff;
	text-transform:uppercase;
	padding-bottom: 4px;
	/*font-weight: bold;*/
}


.infoBoxHeading_right {
	font-size: 12px;
	color: #5a7b0f;
	padding: 5px;
	background: #fff;
	font-weight: bold;
}

.infoBoxHeading_active {
	font-size: 12px;
	color: #fff;
	padding: 5px;
	background: #5a7b0f;
	font-weight: bold;
}

div.infoBox, 
span.infoBox 
{
	border: 1px solid #ddd;
	border-width: 0px 1px;
}

div.infoBox_right, 
SPAN.infoBox_right 
{
	border: 1px solid #ddd;
	border-width: 0px 1px;
}

/*
.boxText{ 
  color: inherit;
}

#NaviLeft .boxText { 
	padding: 4px 0px 4px 0px;
}

#NaviRight .boxText { 
	padding: 3px 5px;
}
*/

/* Boxes with grey Header*/

div.boxCart .infoBoxHeading_right, div.boxWhatsnew .infoBoxHeading_right{
	background: #f1f1f1;
}

/* Box Serch */
div.boxSearch{
  float:right;
	width: 180px;
	background: transparent;
	border: none;
	padding-top: 7px;
}
div.boxSearch div.infoBoxHeading span{
  visibility: hidden;
}
div.boxSearch a{
  color: #fff;
}
div.boxSearch div.infoBoxHeading{
	background: #79a615 url(img/boxes/headingBoxSearch.gif) no-repeat bottom left;
} 

div.boxSearch div.boxText, 
div.boxSearch div.boxText a
{
	color: #fff;
	padding: 2px 10px 2px 10px;
}

/* Linke Navigationsleiste */
/*
.boxCategories a, 
.unterkategorie a, 
.boxContent a, 
.boxInformation a
{
	display: block;
	background-image: url(img/plus.gif);
	padding: 5px 0px 5px 13px;
	background-repeat: no-repeat;
	background-position: 2px 7px;
	border-bottom: 1px dotted #eaeaea;
}
*/

/* Module Styles */




/* Global Elements */

.underline {
	border-bottom: 1px solid #5a7b0f;
}

.boxSpacer{
	display: block;
	clear: both;
	height: 5px;
}

.leftFloater{
	float:left;
}

.rightFloater{

	float:right;
}

.leftAligner{
	text-align:left;
}

.rightAligner{
	text-align:right;
}



.buttonDelete input{
	/*border: 1px solid #CC0000;*/
	/*color:#FF0000;*/
	margin:0;
}

.toolBar{
  /*background: #f8fbe1;*/
	padding: 5px;
}

.toolBar hr,  hr, div.hrDiv{
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #ddd;
	background: #ddd;
}



















.contentsTopics, 
.pageHeading, 
.moduleHeading,

#ContentBody h1,

h1.contentsTopics, 
h1.pageHeading, 
h1.moduleHeading
{
	color: #a4b22c;
	font-size: 16px;
	font-weight: bold;
	padding-top: 22px;
	padding-bottom: 12px;
	line-height: 1.5em;	
}
h1.autoc {
	text-align:center;
}
h3.moduleHeading
{
	color: #5a7b0f;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
}

.section{
	margin: 10px 0px;
}


.boxTextBG {
	font-size: 10px;
	background-color: #f1f9eb;
	width: 100%;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	/*background-color: #ffb3b5;*/
	border: 2px solid red;
	padding: 6px;
	margin-left: 9px;
	margin-right: 9px;
}
.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 {
font-weight: bold;
}

A.headerNavigation:hover {
}


.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 td {
	border: 2px solid #98b301;
	padding: 6px;
}

.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: Helvetica, Arial, sans-serif;
  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 {
	padding-left: 7px;
	padding-right: 7px;	
}

.infoBox a {
	/*color: #999999;*/
}


.infoBox .infoBoxHeading a  {
	color: #a4b22c;
	
}

.infoBox ul{
	padding: 0px;
	margin: 0px;
	border: 1px solid white;
	list-style-type: none;
}
.infoBox li{
	padding-left:10px;
	background-image:url(img/global/dot_modules.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	margin-bottom: 4px;	
}
.infoBox ul .open a {
	color: #a4b22c;
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Helvetica, 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;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


TR.subBar {
  background: #f4f7fd;
}


.subBar {
  font-size: 10px;
  color: #000000;
}

.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;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

.formArea {
  background: #f1f9eb;
	padding: 5px;
}


.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.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: #999;
	font-size: 80%;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
	background-color: #f5f5f5;
	padding: 3px;
	margin: 3px;
}
.moduleRowOver { 
	background-color: #f1f1f1;
	padding: 3px;
	margin: 3px;
}
.moduleRowSelected {
	background: #ddd;

	color: #cc0000;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	
	}

.checkoutshippg_price {
	width: 326px;
}	
.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 */
.sitemap_heading { 
	font-size: 10pt; 
	color: #5a7b0f; 
	background-color: #e6fc52; 
	padding-top: 2px; 
	padding-bottom: 2px;
	border-bottom: 1px solid #5a7b0f;
}

.sitemap_heading a {
	color:#5a7b0f;
}

.sitemap_heading a:hover {
	color:#CCCCCC; 
	text-decoration:none;
}

.sitemap_sub {
	font-size: 9pt; 
	color: #5a7b0f; 
	padding: 2px 2px;
	border-left: 1px solid #5a7b0f;
}

.sitemap_sub a {
	color:#5a7b0f;
}
.sitemap_sub a:hover {
	color:#5a7b0f; 
	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;
}

/* nur f�r <= IE6 */
* html img#capTop_Content, * html img#capBottom_Content{
  width: 100%;
}

* html #MainContent{
  width: 516px;
	overflow: hidden;
}

* html .ContentBox{
  width: 210px;
}

/* / nur f�r <= IE6 */



/* Hacks & Standard HTML Tags */
* { margin:0; padding:0; font-size: 100%; }

html { height: 100% }

fieldset, img { border:0; }

select, input, textarea { font-size: 99%; display:inline }

div { height: 100%; }

.clear{
	clear: both; 
	display: block;  
}

.clearfix {display: inline-block;}
.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%;
}


#bottom {		
	/*height: 100px;		*/
	/*background-image: url(img/global/illut-unten2.gif);*/
	background-image: url(img/global/090213_illu-unten.gif);
	background-position: top center;			
	text-align:center;
	vertical-align:bottom;	
	padding-top: 17px;
	padding-bottom: 100px;
}
#bottom .claim {
	color: #98b302;	
	font-size: 12px;
	margin-bottom: 32px;
}
#bottom .shopcopyright {
	margin-bottom: 2px;
}



.box_open {
	background-image: url(img/boxes/capTop_boxBlank.gif);
	background-repeat:no-repeat;
	height: 4px;
}
.box_close {
	background-image: url(img/boxes/capBottom_boxBlank.gif);
	background-repeat:no-repeat;
	height: 4px;
	margin-bottom: 5px;
}
.box_innerseparator {
	height: 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-image: url(img/boxes/greypixel.gif);
	background-repeat: repeat-x;	
}


.boxText .label {
	font-size: 10px;	
	width: 73px;		
	float:left;
}
.boxText INPUT {
	font-size: 10px;	
	border: 1px solid #eaeaea;
	width: 87px;		
}
.boxText .inputpair {
	clear: both;
	border: 1px solid white;
}
.boxLogin .button{
	margin-top: 5px;
}

.tmp_t2col {
	width: 100%;
}
.tmp_t2col td {
	width: 50%;
	vertical-align:top;
}



#MainContent ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#MainContent ul li {
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-image: url(img/global/dot_content.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#MainContent ul {	
	list-style-position:inside;
}


#MainContent ul.hoizontalItemLister{
	padding: 10px;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;	
}

#MainContent ul.hoizontalItemLister li
{
	display:block;
	float:left;
	padding: 5px;
	background-image: none;
	/*border: 1px solid red;*/
}

#MainContent ul.hoizontalItemLister li a h1{
	font-size: 14px;
	font-weight: bold;
}


#MainContent ul.hoizontalItemLister .productdesc {
	width: 270px;
}
#MainContent ul.hoizontalItemLister h1{
	padding: 0px;
}
#MainContent ul.hoizontalItemListerLabels {
	padding: 0px;
	margin: 0px;
	width: 480px;
}
ul.hoizontalItemListerLabels .productdesc {
	padding-left: 14px !important;
}
ul.hoizontalItemListerLabels .buttonDelete {
	padding-right: 0px !important;
}
/*
ul.hoizontalItemListerLabels .price {
	padding-right: 38px !important;
}
*/



.accordion h3 {
	color: #a4b22c;
	font-size: 13px;
	padding-left: 0px;
	margin-top: 3px;
	font-weight: normal;
	float:left;
	cursor: pointer;
	max-width: 445px;
	margin-left: 5px;
	border: 1x solid red !important;
}
.accordion .check {
	width: 17px;
	height: 17px;
	float:left;
	background-image: url(img/global/dot_content_l.gif);
	background-repeat: no-repeat;	
}
.accordion h3:hover {
	color: white;
	background-color: #a4b22c;
	padding-left: 2px;
	padding-right: 2px;
}
.accordion .element {
	clear:both;
	padding-bottom: 10px;
}
.accordion .foot {
	margin-top: 20px;	
	/*color: #a4b22c;*/
	text-align:center;
}







#cart_quantity .productdesc h1 {
	font-size: 14px !important;	
}


.checkout_shipping_i1 {
	width: 250px;
}
.checkout_shipping_actualaddress {
	font-size: 11px;
}


.linkblock {
	cursor: pointer;
}
.linkblock a:hover,
.linkblock a
 {
	color: #8b8b8b !important;
	background: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.infoBox.first {
  padding-top: 14px;
}
.linkblock .infoBoxHeading a {
	color: #a4b22c !important;
}
.linkblock:hover .highlight a,
.linkblock.active .highlight a{
	background-color: #a4b22c;
	color: white !important;
}
.linkblock .subhead,
.linkblock .head {
	text-align:center;
}

.linkblock_n {
  padding-bottom: 10px;
}

.infoBox.linkblock_n li {
  padding-left: 7px;
}
.linkblock_n .subhead,
.linkblock_n .head {
	text-align:left;
	margin-left: 5px;
}

.linkblock .subhead a,
.linkblock .head a {
	color: #a4b22c !important;
}
.linkblock .head a {
	font-size: 14px;
}
.linkblock .subhead {
	padding-top: 4px;
}
.linkblock .head {
	margin-bottom: 6px;
	margin-left: 0;
}
.linkblock .head.standalone {
	margin-top: 6px;
	margin-bottom: 12px;
}
.linkblock ul .left {
	text-align:right;
	width: 30px;
}
.linkblock ul .right {	
	width: 120px;
	margin-left: 2px;
}
.linkblock ul div {
	float:left;
}
.linkblock li {
	letter-spacing: -0.03em; 
}
.linkblock,
.linkblock ul li {
	clear:both;
}
.linkblock_n ul.products a:hover,
.linkblock_n ul.products li.active a {
  /*
  background-color: #a4b22c;
	color: white !important;
	*/
	text-decoration: underline;
}


.productshortinfo {
	height:auto;
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	min-height: 128px;
}
.productshortinfo div{
	height:auto;
}
.productshortinfo .productimg {	
	padding-top: 16px;
}
.productshortinfo .productimgabs {	
	position: absolute;
	top: 16px;
	left: 0px;
}
.productshortinfo .toptext{
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	text-align:right;
}
.productshortinfo .bottomtext{	
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align:right;
}
.productshortinfo .text{	
	text-align:right;
	padding-top: 50px;
	padding-left: 224px;
}
.productshortinfo .text .shortdesc {
	padding-bottom: 10px;
}
 
.productshortinfo h3 a {
	font-size: 16px;
	color: #8b8b8b;	
}
.productshortinfo .cat {
	margin-top: 2px;
	color: #98b302;
}
.productdetail_options .price,
.productshortinfo .price {
	color: #98b302;
	padding-bottom: 3px;	
}
.productdetail_options .price .large,
.productshortinfo .price .large{
	font-size: 24px;
	line-height: 1.2em;
}
.productshortinfo .buyinfo {
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 10px;
}
.productdetail_options .buyinfo {
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 10px;
}
.backlink {
	font-size: 10px;
	cursor: pointer;
}
/*
.productshortinfo .buyrow .info {
	float: right;
	margin-right: 6px;
}
.productshortinfo .buyrow .button {
	float: right;
}
.productshortinfo .buyrow .clr {
	clear:both;
}
*/
/*
hr.productlisting {
	clear:both;
}
'/

/* fck */
.boldgreen	{
	font-weight:bold;
	color: #a4b22c;
}
.green	{
	color: #a4b22c;
}
.greenbig	{
	color: #a4b22c;
	font-size: 14px;
}
.big {
	font-size: 14px;
}




