/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/



/* Div Classes / ID`s */

#SITE{
	padding: 0;
	width: 900px;

/* Zentrierung */
	margin: 0 auto;

}

#Header{
	margin-Bottom: 5px;
}

#Header h1#logo{
	width: 200px;
	height: 100px;
	background: url(img/global/logo.jpg) no-repeat top;
	cursor: pointer;
	float:left;
	padding: 5px 0px;
}

#Header h1#logo span{
	display:none;
}
#Header #tools{
	margin-left: 220px;
	height: 30px;
	padding: 5px;
	color: #2a2a2a;
}

#Header #tag{
    position: absolute;
    width: 441px;
	height: 98px;
	margin-left: 0px;
	padding: 0x;
	background: url(img/wortwolke.jpg) no-repeat top;
}

#Header #tools a{
	padding: 5px;
	color: #2a2a2a;
}
#Header #module{
	margin-left: 220px;
	height: 65px;
}


#topBar{
	color: #ccc;
}

/* TOP MENU */
#topBar ul#topMenu{
	margin:0;
	padding:0;
	display:block;
	height: 38px;
	list-style:none;
}
#topBar ul#topMenu li{
	display:block;
	float:left;
	list-style:none;
	height: 40px;
	margin: 0 5px;
}
#topBar ul#topMenu li a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 14px 10px 7px 10px;
}
#topBar ul#topMenu li a:hover, #topBar ul#topMenu li a#active{
	background: #fff url(img/global/bgTopMenu_over.jpg) repeat-x top;
	border: 1px solid #fff;
	color: #000;
	padding: 10px 9px 10px 9px;
}
#topBar ul#topMenu li a#logoff{
/* LOGOUT BUTTON */
	color:#fff;
	background:#c00 url(img/boxes/bgLogoff.gif) repeat-x bottom;
	padding: 10px
}
#topBar ul#topMenu li a#logoff:hover{
	border: 0px;
}
#topBar ul#topMenu li#search{
/* BOX SEARCH */
	display:block;
	float:right;
	width: 170px;
	padding: 5px 15px;
}



/* PRODUKT SLIDER */
#topBar #sliderContainer{

	height: 220px;/*test*/
	margin: 5px;

}
#topBar #tag{
    position: absolute;
    width: 280px;
	height: 170px;
	margin: 10px 280px 0px ;
	margin-left: 610px;


}
.cMargin{margin: 5px;}

/* Tab Bar */
div#tabBar{
	margin: 0px 200px 0px 200px;
	font-weight: bold;
	padding-top: 50px;
}

div#tabBar span{
	visibility: hidden;
}

div#tabBar a{
	float: left;
	height: 24px;
}

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{
	padding: 5px;
	color: #666;
	font-weight: normal;
}

#SubHeader a{
	padding-top: 5px;
	color: #666;
	font-weight: normal;
}

#ContentBody{
	margin-Bottom: 5px;
	overflow:hidden;
	width: 890px;
}

#NaviLeft{
	width: 185px;
	float: left;
}

#NaviRight{
	width: 185px;
	float: right;
}

#MainContent{
	margin: 0 189px;
}
.clearFloater{
	padding: 10px;
	float:left;
	display: block;
	width: 490px;
	margin-bottom: -3px;
}

#MainContent .leftContent{
	width: 200px;
	float:left;
	padding: 5px;
	text-align: center;
}

#MainContent .leftContent a img{
	display: block;
	margin: 0 auto;
}

#MainContent .rightContent{
	margin: 0 0 0 210px;
	padding: 10px;
	border-left: 1px dashed #ddd;
}

#MainContent .rightContent h1{
	font-size: 14px;
	font-weight: bold;
}


#Footer{
	margin-Bottom: 5px;
	padding: 5px;
	clear:left;
	background: #d3dee2 url(img/global/bgFooter.gif) repeat-x center top;
	color: #fff;
}

a.designlink {
	position: absolute;
	right: 50px;
	margin-top: -21px;
	height: 46px;
	width: 250px;
	background:url(img/global/dl.gif) no-repeat left;
	color: #fff;
}
a.designlink span{
	display:none;
}
#Footer #FooterContent{
	padding: 15px;
	width: 870px;

/* Zentrierung */
	margin: 0 auto;
}

#Footer ul.hoizontalItemLister li{
	width: 269px;
	padding: 0 10px;
	border-right: 1px dotted #fff;
	min-height: 250px;
}
#Footer ul.hoizontalItemLister li.last{
	border-right: 0px;
}

#Footer #FooterContent .boxFooterContent{
	padding: 5px;
}
#Footer #FooterContent label{
	float:left;
	display:block;
	width: 100px;
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
	font-size:10px;
}
#Footer #FooterContent .go{
	margin-top: 10px;
	float:right;
}


#Footer ul.hoizontalItemLister li .infoBoxHeading,
#Footer ul.hoizontalItemLister li .infoBoxHeading_right{
	background: transparent;
	color: #fff;
	font-size: 16px;
	border-bottom: 0px;
}

#Footer #FooterContent a{
	color: #fff;
	background: transparent url(img/global/arrowSmallWhite.gif) no-repeat 3% 50%;
	border: solid #cad9e0;
	border-width: 0 0 1px 0;
	padding-left: 20px;
}
#Footer #FooterContent a:hover{
	background: #95b8cc url(img/global/arrowSmallWhite.gif) no-repeat 3% 50%;
}


.ContentBox{
	margin: 2px;
	padding: 10px;
	width: 220px;
	float:left;
}

.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;
	border-bottom: 1px solid #eaeaea;
	clear: both;
	margin: 10px 0;
}

.productinfoDiv{
position:absolute;
left:-999px;
width:200px;
}

h1.ContentBoxHeading{
	color: #4c7489;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

.ContentBoxContents{
	padding: 5px;
}

a.ProductImage{
	padding: 0 5px;
	float:left;
}

a.ProductImage:hover{
}

.ProductsDescription{
	padding: 10px 0px;
	margin: 0px;
}

.ProductsDescription p{
	padding: 0;
	margin: 0;
}

.optionsContainer{
	background: #eaeaea;
	padding: 10px 0px;
}

.optionsContainer h3.moduleHeading{
	padding: 0px;
	margin: 0px;
	color: #555;
}

.ShippingLink, .ShippingLink a{
	font-size: 9px;
	color: #666;
}

h1.ProductPrice{
	color: #4c7489;
	font-weight: bold;
}





/* Navigation */

.boxCategories a,
.unterkategorie a,
.boxContent a,
.boxbannert a,
.boxInformation a
{
	display: block;
	background: #fff;
	padding: 5px 0px 5px 13px;
	background-repeat: no-repeat;
	background-position: 2px 7px;
	border-bottom: 1px solid #ddd;
}

.boxCategories a:hover,
.unterkategorie a:hover,
.boxContent a:hover,
.boxbannert a,
.boxInformation a:hover
{
}

A.aktive_kategorie{
	border-bottom: 1px dotted #eaeaea;
	background: url(img/boxes/bgKategorie_over.gif) no-repeat center;
}

A.aktive_kategorie:hover{
	background: url(img/boxes/bgKategorie_over.gif) no-repeat center;
}

.boxCategories a.unterkategorie, .boxCategories a.aktive_unterkategorie {
	padding-left: 20px;
}

.boxCategories A.unterkategorie,
.boxCategories A.unterkategorie:hover,
.boxCategories A.aktive_unterkategorie,
.boxCategories A.aktive_unterkategorie:hover
{
	background: url(img/boxes/bgKategorie_over1.gif) no-repeat center;
	border-bottom: 1px dotted #eaeaea;
}





/* Boxen Styles */

.infoBoxHeading {
	font-size: 12px;
	color: #666;
	padding: 5px;
	background: #eaeaea url(img/boxes/headingBoxes.gif) repeat-x center;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.infoBoxHeading-bestseller{
    width: 72px;
	height: 53px;
	position: absolute;
	padding: 0px 0px 0px 138px;
	margin-top: -15px;
}

.infoBoxHeading-zahlarten{
    width: 72px;
	height: 53px;
	position: absolute;
	padding: 0px 0px 0px 138px;
	margin-top: -12px;
}

.infoBoxHeading-hersteller{
    width: 72px;
	height: 53px;
	position: absolute;
	padding: 0px 0px 0px 138px;
	margin-top: -20px;
}

.infoBoxHeading-kompetenz{
    width: 72px;
	height: 53px;
	position: absolute;
	padding: 0px 0px 0px 138px;
	margin-top: -15px;
}

.infoBoxHeading_right {
	font-size: 12px;
	color: #666;
	padding: 5px;
	background: #eaeaea url(img/boxes/headingBoxes.gif) repeat-x center;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.infoBoxHeading_active {
	font-size: 12px;
	color: #fff;
	padding: 5px;
	background: #4c7489;
	font-weight: bold;
}

div.infoBox,
span.infoBox
{
	border: 1px solid #ddd;
	border-width: 1px 1px;
}

div.infoBox_right,
SPAN.infoBox_right
{
	border: 1px solid #ddd;
	border-width: 1px 1px;
}

.boxText{
  color: inherit;
}

#NaviLeft .boxText {
	padding: 4px 0px 4px 0px;
}

#NaviRight .boxText {
	padding: 3px 5px;
}

.boxLanguages{float:right; width:43px; padding-right: 5px;}

#BoxBrands { position: relative; cursor: pointer; }
#BoxBrands div { background-color: #fff; margin: 0; padding: 0; cursor: pointer; display: none; position: absolute; top: 20px; left: 0px; width: 181px; height: 300px; overflow: auto; border: solid 1px #222; z-index: 10 }
#BoxBrands:hover div { display: block; }

#BoxBrands ul { text-align: center; margin: 5px 0 0; padding: 0; border-top: 1px dotted #999 }
#BoxBrands li { list-style-type: none; display: inline; margin: 0; padding: 0 }
#BoxBrands a { display: block; border-bottom: 1px dotted #999 }

#BoxBrands h4  {font-size: 12px; color: #666; padding: 5px; background: #eaeaea url(img/boxes/headingBoxes.gif) repeat-x center; font-weight: bold; border-bottom: 1px solid #ddd; }

/* Individual Boxes */
.boxBestsellers{
	border: 0px solid #93b8cb;
}
.boxBestsellers .infoBoxHeading{
	border-bottom: 1px solid #ccc;
	/*background: url(img/global/bgBestsellersHeading.gif) repeat-x center left;*/
	color: #4c7489;
	margin-bottom: 5px;
}

.boxBestsellers a.bestsellerItem{
	padding: 5px;
	display:block;
	background:#fff url(img/global/bgBestsellersCount_over.gif) no-repeat bottom left;
	border-bottom: 1px dotted #93b8cb;
	font-weight: bold;
	color: #666;
}
.boxBestsellers a.bestsellerItem:hover{
	background:#fff url(img/global/bgBestsellersCount_over.gif) no-repeat top left;
	color: #2a2a2a;
}
.boxBestsellers a .count{
	color:#fff;
	margin-right: 10px;
	font-weight: bold;
}

.boxCart{
	width: 230px;
	color: #666;
	font-weight: bold;
}
.boxCart img.cartButton{
	margin-top: -5px;
	float: left;
}
.boxCart .text{
	padding: 5px 0px;
}
.boxCart .text strong{
	color: #c00;
}
/* Module Styles */




/* Global Elements */

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

.boxSpacer{
	display: block;
	clear: both;
	height: 10px;
}

.leftFloater{
	float:left;
}

.rightware{
    position: absolute;
	float:right;
	margin-left: 450px;

}
.rightFloater{
	float:right;

}

.leftAligner{
	text-align:left;
}

.rightAligner{
	text-align:right;
}

ul.hoizontalItemLister{
	padding: 10;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
}

ul.hoizontalItemLister li{
	display:block;
	float:left;
	padding: 5px;
}

ul.hoizontalItemLister li a h1{
	font-size: 14x;
	font-weight: bold;
}

.buttonDelete input{
	border: 1px solid #CC0000;
	color: #FF0000;
	margin:0;
}

.toolBar{
  background: #e5e9ea;
	padding: 5px;
}

.toolBar hr,  hr, div.hrDiv{
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #ddd;
	background: #ddd;
}





/* Stndard HTML Tags */

BODY{

/* Margins */
	margin: 0;
	padding: 0;

/* Font */
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	line-height: 1,4em;

/* Backgrounds */
	background: #fff url(img/global/bgBody.jpg) no-repeat top center;
}

img{
	border:0;
}

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

A:hover {
  color: #777;
  text-decoration: none;
}

FORM {
	display: inline;
}

P{
	display: block;
	margin: 10px 0;
}

ul{
	display: block;
	margin: 0 30px;
}













.contentsTopics,
.pageHeading,
.moduleHeading,

h1.contentsTopics,
h1.pageHeading,
h1.moduleHeading
{
	color: #4c7489;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

h3.moduleHeading
{
	color: #4c7489;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
}

.section{
	margin: 10px 0px;
}


.boxTextBG {
	font-size: 10px;
	background-color: #ecf3f6;
}
.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;
}

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 {
	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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
}

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

A.pageResults{
	color: #4c7489;
	font-weight: bold;
	padding: 5px;
	background: #e5e9ea;
}

A.pageResults:hover {
  background: #4c7489;
	color: #fff;
}


TR.subBar {
  background: #f4f7fd;
}


.subBar {
  font-size: 10px;
  color: #000000;
}

.main, P.main {
  font-size: 11px;
}


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

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

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

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

.formArea {
  background: #e5e9ea;
	padding: 5px;
}


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

.copyright {
  font-size: 11px;
  text-align:center;
	background: #d3dee3;
	padding: 10px;
	margin-top:-5px;
}
.parseTime {
  font-size: 11px;
  text-align:center;
	background: #d3dee3;
}
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;
	}

.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: #4c7489;
  background: #e5e9ea;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #4c7489;
}

.sitemap_heading a {
	color:#4c7489;
}

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

.sitemap_sub {
	font-size: 9pt;
	color: #4c7489;
	padding: 2px 2px;
	border-left: 1px solid #4c7489;
}

.sitemap_sub a {
	color:#4c7489;
}
.sitemap_sub a:hover {
	color:#4c7489;
	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 #topBar{
	margin-top: -19px;
	height: 38px;
}

* html #MainContent{
  width: 500px;
	overflow: hidden;
}

* html .ContentBox{
  width: 219px;
}

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


#tagcloud{
width:900px;
height:auto;
}
#tagcloud .small{
font-weight:normal;
font-size:11px;
text-decoration:none;
color:#006699;
display:block;
float:left;
border:none;
padding:5px;
margin-right:5px;
}
#tagcloud .medium{
font-weight:normal;
font-size:12.667px;
line-height:18px;
display:block;
float:left;
color:#FF9933;
border:none;
padding:2px;
margin-right:5px;
}
#tagcloud .large{
font-weight:bold;
font-size:15px;
line-height:23px;
display:block;
float:left;
color:#333333;
border:none;
padding:1px;
margin-right:5px;
}
#tagcloud .ultra{
font-weight:bold;
font-size:18px;
line-height:29px;
display:block;
float:left;
color:#339933;
border:none;
padding:0px;
margin-right:5px;
}
.xxl{
font-weight:bold;
font-size:18px;
line-height:29px;
display:block;
float:left;
color:#666666;
border:none;
padding:2px;
margin-right:5px;
}
#popCart {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	z-index: 100000;
	display: none;
	padding: 10px 10px 25px 10px;;
}

.popup_header {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 1.0em;

	text-align: center;
	vertical-align:bottom;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 380px;
}

.popup_image {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 0.9em;

	text-align: center;

	color: #000;
	margin: 10px auto;

	padding: 5px;
}

#mycart {
	margin: 0px auto;
	height: 42px;
	width: 320px;
}

.cart_symbol {
	height: 42px;
	width: 48px;
	float: left;
	background-image: url(img/shopping_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.cart_contents {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 0.9em;

	text-align: left;
	color: #000;
	height: 42px;
	float: right;
}

#pop_buttons_box {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 1.0em;

	text-align: center;
	width: 560px;
	height: 28px;
	vertical-align:bottom;
	margin: 10px auto 0 auto;
}

#pop_buttons_box a {
	color: #000;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {
	float: left;
	width: 160px;
	border: 1px solid #000;
}
.cart_button {
	float: right;
	width: 160px;
	border: 1px solid #000;
}
/* reiter */

#southbridgeReiter { margin: 10px 0px; font-family: Arial,Verdana; font-size: 11px;}
#southbridgeReiter ul.tabs { list-style: none; margin: 0px 0px 0px 1px !important; padding: 0px;  }
#southbridgeReiter ul.tabs li { line-height: 22px; float: left; margin: 2px 0px -2px -1px !important; border: 1px solid #ddd !important; border-bottom: 0px !important; }
#southbridgeReiter ul.tabs li.active { line-height: 24px !important; margin: 0px 0px -1px -1px !important; background-color: #fff !important; }

#southbridgeReiter ul.tabs li a { padding: 3px 10px !important; background: #fff url("img/tab_bg.png") repeat-x !important;   }
#southbridgeReiter ul.tabs li a { text-decoration: none; color: #777 !important; cursor: pointer;  }

#southbridgeReiter ul.tabs li a:hover { text-decoration: none; color: #000 !important; background: #fff url("img/tab_bg.png") repeat-x !important; }
#southbridgeReiter ul.tabs li.active a { text-decoration: none; color: #000 !important; background: #fff url("img/tab_bg_active.png") repeat-x !important; }

#southbridgeReiter .body { clear: left; padding: 0px 10px 10px 10px !important; border: 1px solid #ddd !important; background-color: #f9f9f9 !important; }
#southbridgeReiter .body h3 { margin: 10px 0px 10px 0px !important;


.access_step_cc {background-color:#dddddd; padding-left:5px; padding-right:10px;}
.access_step_c2 {padding-left:5px; padding-right:10px;}

.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}


/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
	width: 600px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 32px 60px;
}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 61px;
	height: 58px;
	background: url(images/themes/candy_coated/prev_bg.gif) no-repeat;
}
.candy_coated .next {
	width: 61px;
	height: 58px;
	left: 540px;
	background: url(images/themes/candy_coated/next_bg.gif) no-repeat;
}
.candy_coated .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(images/themes/candy_coated/prev.gif) no-repeat;
}
.candy_coated .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.candy_coated ul {
	border-bottom: 2px solid #eee;
}
.candy_coated li {
	padding: 15px 0;
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 190px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 720px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 32px 0;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 360px;
	height: 23px;
	left: 0;
	background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	background: url(images/themes/business_as_usual/back.gif) no-repeat top right;
}
.business_as_usual .next {
	width: 361px;
	height: 23px;
	right: 0;
	background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background: url(images/themes/business_as_usual/next.gif) no-repeat top left;
}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 8px;
	background: url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
}
.business_as_usual li {
	padding: 15px 0;
	overflow: hidden;
	width: 240px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}

