/**

 * Main CSS Stylesheet

 *

 * @package templateSystem

 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $

 */

 

/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */



input#searchTop {

	/* background: url("../images/red/rounded-search-input-top.gif") top left no-repeat;
*/
}

#navMainWrapper {
text-align: right;
float: right;
}

h3.leftBoxHeading, h3.rightBoxHeading {

	color: #333;
	background-color: #cabfa1;	
	line-height:18px; 
	display:block;

	width:178;



}
.valuta {

	background-color: #cabfa1;	
	line-height:18px; 	
	
color: #333;


	/*display:block; */

font-family:"Times New Roman", Times, serif;

	font-size:1.5em;

	text-align:center;

	margin-top:0px;

	margin-bottom:0px;

	width:180px;
}
#navMain a {

	background:url("../images/grey/tableftE.gif") no-repeat right top;
height: 33px; 
text-align: right;
}

#navMain a span {

	
height: 33px;
text-align: right;
}

#navMain a span.last {
text-align: right;
	
height: 33px;
}

/* end main color changes */





#headerWrapper {

	background:#fff;  /* background color behind logo and sales text, white default */

}

input:focus, select:focus, textarea:focus {

	background:#e0e8ef; /* background color for input boxes, light blue default */

}

.messageStackWarning, .messageStackError {

	background:#990000;  /* background color for warning messages, red default */

}

.messageStackSuccess {

	background:#929292;  /* background color for success messages, grey default */

}

.messageStackCaution {

	background:#FFFF99;  /* background color for caution messages, yellow default */

}

#cartSubTotal,  .rowOdd {
	
	background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */

}

TR.tableHeading {

	background:#cacaca; /* background color for various table headings (including shopping cart heading), medium grey default */

}

.rowEven {

	background:#F0F0F0;  /* background color for even listings, very light grey default */

}

#navEZPagesTop {

	background:url("../images/ezbg.gif") repeat-x;  /* grey background image behind ezpages section */

}

#contentMainWrapper {

	background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */

	background-color:#fff; /*background color for the main "content" of the site */

}

#contentMainWrapperb {

	background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */

}

input.search {

	/* background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
*/
}

/* font color changes */





a:link {

	color:#4f4f4f; /* main site links color */

	text-decoration:none;

}

a:visited {

	text-decoration:none; /* color of links after customer has visited them */

	color:#313131;

}

a:hover {

	color:#000; /* color when links are hovered over */

	text-decoration:none;

}



h3.leftBoxHeading, h3.rightBoxHeading {

	color:#333; /* right and left box heading color */

}

.leftBoxHeading a, .rightBoxHeading a {

	color:#666; /* right and left box LINK heading color */

}

.leftBoxHeading a:hover, .rightBoxHeading a:hover {

	color:#E8E9E9; /* right and left box LINK heading color when hovered over*/

}

#navMain a span {

	color:#333; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */

}

#navMain a:hover span {

	color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */

}

#tagline {

	color:#333; /* tagline text color */

}

#productPrices {

	color:#666; /* color of price */

	font-size:1.8em;

}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {

	color:#990000; /* color of sale prices and alerts */

}

.messageStackWarning, .messageStackError {

	color:#fff; /* color of warning message text */

}



/* bold text */

.bold, .important, #tagline, #navEZPagesTop, LEGEND, #navSupp ul li a, #navCatTabs ul li a, #navEZPagesTOCWrapper, #cartSubTotal, .cartBoxTotal, #cartBoxEmpty, #cartBoxVoucherBalance  {

	font-weight:700;

}

/* end of site font color changes */





/* site and main content width section */

	



/* end IE only */

/* end site and main content width section */





/*wrappers - page or section containers*/

.headerBG {
	background:url("../images/grey/tableftE.jpg") right top;
	float:left;
	align: top;
	height: 66px;
	width:100%;

}

#headerWrapper {
    height: 66px;
	float:left;
	align: top;
	width:100%;

}

#navMainWrapper {

	height:33px;
color: #333;
text-align: right;
float: right;
vertical-align: middle;
	width:100%;
	

}

#logoWrapper {

	width:auto;

}
.symbol { position: absolute ;
top: 0px;
left: 0px;


}
.logon { position: absolute ;
top: 0px;
left: 201px;


}

#logo {

	float:left;

	padding-left:15px;

	text-align:center;

}

#taglineWrapper {

	width:75%;

	float:left;

}

#tagline {

	font-size:1.1em;

	text-align:center;

	padding:25px 8px 35px;

}

#navEZPagesTop {

	width:auto;

	padding:7px 0;

}

#navEZPagesTop a {

	padding:0 8px;

}

#contentMainWrapper {

    line-height:1.4;

	min-height: 100%;

}

#contentMainWrapperb {

	min-height: 100%;

}

* html #contentMainWrapper {

	height: 100%;

}

.outer {

	padding-left: 0px; /* Same width as margin-left for the float-wrap div */

	padding-right: 0px; /* Our right column width */

}

.inner {

	width: 100%;

}

.float-wrap {

	float: left;

	width: 97%;

	margin-left: 0px; /* Same length as .outer padding-left but with negative value */

}

#content {

	float: left;

	margin-right: 0px; /* Same length as .outer padding-left but with negative value */

	width: 100%;

	line-height:1.6;

	position: relative; /* IE needs this  */

}

.contentWrap {

	padding: 5px 0 5px 5px;

}

#navColumnOne {

	float: right;

	position: relative; /* IE needs this  */

}

#navColumnTwo {

	float: left;

	margin-left: -10px; /* This negative margin-right value is in this example the same as the right column width. */

	position: relative; /* IE needs this  */

}

* html #navColumnTwo {

	margin-left: -12px /*!important;  Fixes IE6 Issue */

}

/* end wrappers - page or section containers*/



* {

	

	margin:0;

	padding:0;

	

}

body {

	font-family: tahoma, verdana, arial, helvetica, sans-serif;

	font-size:73.5%;

	margin-top:20px;
	background-color: #f5f4f2;
}

a img {

	border:none;

}

ul, ol {

	text-align:left;

	padding-left:25px;

	margin:0 0 10px 10px;

}

h1 {

	font-size:1.3em;

}

h2 {

	font-size:1.2em;

}

h3 {

	font-size:1.1em;

}

h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {

	font-size:1em;

}

LEGEND {

	color:#333;

}

.biggerText {

	font-size:1.1em;

}

h1, h2, h3, h4, h5, h6 {

	margin:.3em 0;

}



CODE {

	font-family:tahoma, arial, verdana, helvetica, sans-serif;

	font-size:1em;

}

FORM, SELECT {

	display:inline;

	font-size:1em;

	margin:.5em;

}

option {

	padding-right:.5em;

}

INPUT {

	margin:.3em .5em;

}

html>/**/body input[type=checkbox], html>/**/body input[type=radio] {

	float:left;

	clear:both;

}

html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {

	margin:0 .2em .5em 0;

	float:left;

}

.ratingRow input[type=radio] {

	float:none;

	margin:0 .5em;

}

TEXTAREA {

	margin:auto;

	display:block;

	width:95%;

}

FIELDSET {

	padding:.5em;

	margin:.5em 0;

	border:1px solid #cccccc;

}

LEGEND {

	padding:.3em;

}

h4.optionName {

	padding-right:1em;

}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float:left;

}

LABEL.inputLabel {

	width:90%;

	float:left;

	margin:.3em;

}

LABEL.inputLabelPayment {

	width:15em;

	float:left;

	padding:.5em;

}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {

	width:12em;

	float:left;

}

ADDRESS {

	font-style:normal;

	padding-right:40px;

}

.clearBoth {

	clear:both;

	height:0;

	font-size:0;

	line-height:0;

}

.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearfix {

	display: inline-block;

}

/* Hides from IE-mac \*/

* html .clearfix {

	height: 1%;

}

.clearfix {

	display: block;

}

/* End hide from IE-mac */



HR {

	height:1px;

	margin:.5em 0;

	border:none;

	border-bottom:1px solid #9a9a9a;

}

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {

	padding:.2em;

}

/* product info page css */



#cartAdd {

	width:125px;

	text-align:center;

	margin:10px auto;

	float:right;

	padding-right:10px;

}

#cartAdd input {

	margin:.3em 0 0 0;

}

#productDescription {

	border:1px solid #bfbfbf;

	margin-top:20px;

	clear:both;

}

#rightFloat {

	float:left;

	width:45%;

}

#leftFloat {

	float:left;

	text-align:center;

}

#productDetailsList {

	float:left;

}

#productAttributes {

	width:90%;

	float:left;

	border:0px solid #bfbfbf;

	padding-left:5px;

	margin:1px;

}

#productImage {

	margin:0 auto;

	text-align:center;

}

.imgLink {

	text-align:center;

	margin:0 auto;

	display:block;

	width:100%;

}

#friendReview {

	width:180px;

	padding:15px 0 10px 0;

	float:left;

	clear:left;

	text-align:left;

}

.reviewCount {

	float:left;

	padding-left:2px;

}

#productReviewLink {

	padding:5px 0;

}

.wrapperAttribsOptions {

	line-height:2em;

	width:auto;

	float:left;

}

.wrapperAttribsOptions h4 {

	padding-right:15px;

}

/* end product info page css */



/* css for top menu tabs */

.navBack {

	float:left;
background:url("../images/grey/tabrightE.gif") right top;	  
	height:33px;
	text-align: left;
}

#navMain {

	float:left;
background:url("../images/grey/tabrightE.gif") right top;	  
text-align: left;
	font-size:12px;
	line-height:normal;
vertical-align: middle;
	height:33px;

}

#navMain ul {

	float:left;
text-align: left;
	list-style:none;

}

#navMain li {
	display:inline;
/*padding-left: 10px;
padding-right: 10px; */
background:url("../images/grey/tabrightE.gif") right top;
}

#navMain a {
background:url("../images/grey/tabrightE.gif") right top;
background-position:100% 0;
float:left;
 
color: #333;
text-align:left;
vertical-align: middle;
cursor:pointer;
	height:33px;
	text-decoration:none;
}

#navMain a span {

 
	float:left;

	display:block;
vertical-align: middle;
	text-align:left;
	cursor:pointer;

	height:33px;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navMain a span {


	float:none;

}

/* End IE5-Mac hack */



#navMain a:hover {
color: #666;
text-align:left;

vertical-align: middle;
	
height:33px;

}

#navMain a:hover span {
color: #666;

vertical-align: middle;
text-align:left;

	
height:33px;
}

/* end css for top menu tabs */

	

.navNextPrevWrapper {
float: left;
	margin-bottom:1em;
text-align: left;
}

.navPrevCounter {

	font-size:.9em;

}

.navNextPrevList {

	display:inline;

	white-space:nowrap;

	padding:0 2px;

	list-style-type:none;

	position:relative;

}

#navSuppWrapper {

	width:100%;

	margin:0 auto;

	float:left;

}

#navSupp {

	margin:0 auto;

	text-align:center;

	padding-top:1em;

}

#navSupp ul {

	list-style-type:none;

	text-align:center;

	line-height:1.5em;

	padding: .3em 0;

}

#navCatTabs ul {

	list-style-type:none;

	margin-left:0px;

	padding-left:0px;

	text-align:left;

}

#navSupp li{

	display:inline;

	padding:0 .5em;

	color:#000;

}
#navCatTabs li {

	display:inline;

	padding:0 .5em;

	color:#FFF;

}


.category-top { padding-left: 10px; font-weight: bold; font-size:16px;
	color: #000;
	
	height:53px;

}



#navCatTabs li a:link{

	font-family:tahoma;

	font-weight:normal;

	font-size:1.4em;

	display:inline;

/*	padding:0 .5em; */

	color:#FFF;

	

}



#navCatTabs li a:visited{

	font-family:tahoma;

	font-weight:normal;

	font-size:1.4em;

	display:inline;

/*	padding:0 .5em; */

	color:#FFF;



}

#navCatTabs li a:hover{

	font-family:tahoma;

	font-weight:normal;

	font-size:1.4em;

	display:inline;

/*	padding:0 .5em; */

	color:#FFF;

	text-decoration:underline;

}





#navSupp ul li a, #navCatTabs ul li a {

	text-decoration:none;

	white-space:nowrap;

	display:inline;

	width:0;

}

#navEZPagesTOCWrapper {

	float:right;

	height:1%;

	border:1px solid #000;

}

#navEZPagesTOC ul {

	padding: .5em 0;

	list-style-type:none;

	line-height:1.5em;

}

#navEZPagesTOC ul li {

	white-space:nowrap;

}

#navEZPagesTOC ul li a {

	padding:0 .5em;

}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {

	margin:.5em;

}

#navMainSearch {

	float:left;

	width:33px;

}

input.search {

	/*border: 0;

	width: 100px;  width of text-display area 

	padding: 3px 15px 4px 20px;

	font-size: 11px;*/

}

input#searchTop {
/*
	border: 0;

	width: 115px;  width of text-display area 

	padding: 4px 15px 5px 20px;

	font-size: 12px;
*/
}

* html input#searchTop {

	background-attachment: fixed;

}

#navBreadCrumb {

/*	text-align:left; */

	line-height:1.6em;

	font-size:.95em;

	padding:.2em 0;

}

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align:top;

}

#productDescription, .shippingEstimatorWrapper {

	padding:.5em;

}

.important {

	padding:.5em;

}

.gvBal {

	float:right;

}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

	//padding:.8em;

}
#bannerSeven, #bannerFive, #bannerSix {

	padding-top: 2px;

}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size:.9em;

}

#siteinfoLegal {

	padding-bottom:1em;

	clear:both;

}

.tableHeading TH {

	border-bottom:1px solid #cccccc;

}

#cartSubTotal {

	border-top:1px solid #cccccc;

	text-align:right;

	line-height:2.2em;

	padding-right:2.5em;

}

.tableRow, .tableHeading, #cartSubTotal {

	height:2.2em;

}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {

	padding:.5em 0 0;

}

#cartProdTitle {

	text-align:center

}

.cartUnitDisplay, .cartTotalDisplay {

	text-align:center;

	padding-right:.2em;

}

.cartRemoveItemDisplay input[type=checkbox] {

	float:none;

	margin-bottom:1em;

}

#scUpdateQuantity {

	width:1.8em;

}

#scProductsHeading {

	padding-left:2em;

}

.cartQuantity {

	width:4em;

}

.cartNewItem {

	position:relative;  /*do not remove-fixes stupid IEbug*/

}

.cartOldItem {

	position:relative;   /*do not remove-fixes stupid IEbug*/

}

.cartBoxTotal {

	text-align:right;

	padding-right:10px;

}

.cartRemoveItemDisplay {

	width:5em;

}

.cartAttribsList {

	margin-left:1em;

}

#mediaManager {

	width:50%;

	margin:.2em;

	padding:.5em;

}

.mediaTitle {

	float: left;

}

.mediaTypeLink {

	float: right;

}

.normalprice, .productSpecialPriceSale {

	text-decoration:line-through;

}

.orderHistList {

	margin:1em;

	padding:.2em 0;

}

#ezPageBoxList li {

	padding:.2em 0;

}

.totalBox {

	width:5.5em;

	text-align:right;

	padding:.2em;

}

.lineTitle, .amount {

	text-align:right;

	padding:.2em;

}

.amount {

	width:5.5em;

}

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {

	margin:.5em 1em 0 0;

}

#cartImage {

	margin:.5em 1em;

}

.attribImg {

	width:20%;

	margin:.3em 0;

}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin:2px;
	margin-top: -5px;
	padding-left: 0px;
padding-right: 2px;
	padding-top: -5px;
}

.centerBoxContentsProducts {

	margin:0 auto;

	text-align:center;

	width:95%

}

h3.leftBoxHeading {

	font-family:"Times New Roman", Times, serif;

	font-size:1.5em;

	text-align:center;

	margin-top:0px;

	margin-bottom:0px;

	width:180px;
}

h3.rightBoxHeading {

	font-family:"Times New Roman", Times, serif;

	font-size:1.5em;

	text-align:center;

	margin-top:0px;

	margin-bottom:0px;

	width:2px;
}

h2.centerBoxHeading {

	margin: 0;
background:url("../images/new_bg.png") top left no-repeat;
	padding-top:7px;

	text-align:center;

	/* border:1px solid #bababa;

	line-height:normal; */
height: 45px;
	width:100%;

}

h2.alsoBoxHeading {

	margin: 0;
background:url("../images/andrakopte.png") top left no-repeat;
	padding-top:7px;

	text-align:center;

	/* border:1px solid #bababa;

	line-height:normal; */
height: 45px;
	width:100%;

}

.leftBoxHeading, .rightBoxHeading {
	font-size:1.5em;
}

.sideBoxContent {

	font-size:1.1em;

	padding:5px;

}











.sideBoxContent ul {

	text-align:left;

	list-style-type:none;

	padding:0 0 0 10px!important;

	margin:0!important;

}

.sideBoxContent li {

}

#categoriesContent, #documentcategoriesContent {

	text-align:left;
color: #000;
	padding-left:0px;

}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {

	text-align:center;

}
.additionalImages img { 
width: 45px;
max-height: 100px;}

.productListing-data img {

	padding:10px;

}

#upProductsHeading {

	text-align:left;

}

#upDateHeading {

	text-align:right;

}

/*misc*/

.back {

	float:left;

}

.forward, #shoppingCartDefault #PPECbutton {

	float: right;

}

.rowOdd {

	height:1.5em;

	vertical-align:top;

}

.rowEven {

	height:1.5em;

	vertical-align:top;

}

.hiddenField {

	display:none;

}

.visibleField {

	display:inline;

}

#accountLinksWrapper li {

	padding:.5em 0;

	display:block;

	list-style:none;

}

.accountTotalDisplay, .accountTaxDisplay {

	width:20%;

	text-align:right;

}

.accountQuantityDisplay {

	width:10%;

	vertical-align:top

}

TR.tableHeading {

	height:2em;

}

#siteMapList {

	width:90%;

	float:right;

}

.ratingRow {

	margin:1em 0 1.5em 0;

}

LABEL#textAreaReviews {

	font-weight:normal;

	margin:1em 0;

}

.information {

	padding: 10px 3px;

	line-height: 150%;

}

#shoppingcartBody #shippingEstimatorContent {

	clear: both;

}

.seDisplayedAddressLabel {

	background-color:#85C285;

	text-align: center;

}

.seDisplayedAddressInfo {

	text-transform: uppercase;

	text-align: center;

	font-weight: bold;

}

#seShipTo {

	padding: 0.2em;

}

.smallProductImage {

	padding:1em;

}

#sendSpendWrapper {

	border:1px solid #cacaca;

	float:right;

	margin:0 0 1em 1em;

}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {

	width:46%;

}

/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */



#productMainImage {

	float:left;

	/* background: url("../images/shadowAlpha.png") no-repeat bottom right !important;

	background: url("../images/shadow.gif") no-repeat bottom right; */

	margin: 10px 0 0 10px !important;

	margin: 10px 0 0 5px; 

}

#productMainImage img {

	display: block;

	position: relative;

	background: #fff;

	margin: -3px 6px 6px -3px;

	border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */

	padding: 4px;

}

#productMainImageAdd {

	float:left;

	/* background: url("../images/shadowAlpha.png") no-repeat bottom right !important;

	background: url("../images/shadow.gif") no-repeat bottom right; 

	margin: 10px 0 0 10px !important;

	margin: 10px 0 0 5px; 
*/
}

#productMainImageAdd img {

	display: block;

	position: relative;

	background: #fff;

	margin: -3px 6px 6px -3px;

	border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */

	padding: 4px;

}



.category-box a:link{

	font-weight:bold;

	color:#000;

	text-decoration:none;

/*	font-style:italic; */

	text-decoration:none;

	float:left;

	clear:left;

	color:#000;

	width:178px;

	line-height:33px;

	padding-left:3px;

	font-size:1.2em;

	background-image:url(../images/menu-normal-bg.gif);

	background-position: bottom left;

	background-repeat:repeat-x;	

}



.category-box a:visited {

/*	font-style:italic; */

	font-weight:bold;

	text-decoration:none;

	float:left;

	clear:left;

	color:#000;

	width:178px;	

	background-image:url(../images/menu-normal-bg.gif);

	background-position: bottom left;

	background-repeat:repeat-x;

	line-height:33px;

	padding-left:3px;

	font-size:1.2em;	



}



.category-box a:hover {

/*	font-style:italic; */

	font-weight:bold;

	text-decoration:none;

	float:left;

	clear:left;

	color:#000;

	width:178px;	

	color:#000;

	text-decoration:none;



background-image:url(../images/menu-roll-bg.gif);

	background-position: bottom left;

	background-repeat:repeat-x;		

		padding-left:3px;

		font-size:1.2em;	

	

}
.category-box a span {

	
	font-weight:bold;

	text-decoration:none;

	float:left;

	clear:left;

	color:#000;

	width:178px;	

	background-image:url(../images/menu-roll-bg.gif);

	background-position: bottom left;

	background-repeat:repeat-x;
	margin-left: -3px;
	line-height:33px;

	padding-left:3px;

	font-size:1.2em;
}

.category-box a:hover span {

	font-weight:bold;

	text-decoration:none;

	float:left;

	clear:left;

	color:#333;

	width:178px;	

	color:#333;

	text-decoration:none;



background-image:url(../images/menu-roll-bg.gif);

	background-position: bottom left;

	background-repeat:repeat-x;		

		padding-left:3px;

		font-size:1.2em;	

}





.sideBoxContent a:link{

	color:#000;

	text-decoration:none;

}

.sideBoxContent a:visited{

	color:#000;

	text-decoration:none;

}

.sideBoxContent a:hover{

	color:#666;

	text-decoration:none;

}







.category-left {

	font-style:italic;

	text-decoration:none;

	float:left;

	clear:left;

	margin-bottom:5px;

	padding-bottom:5px;

	padding-left:5px;

	margin-left:0px;

	color:#FFF;

	display:block;

	width:178px;

	background-image:url(../images/menu-normal-bg.gif);

	background-position: bottom left;

	background-repeat:repeat-x;



}



.category-left a{

	font-style:italic;

	text-decoration:none;

	display:block;

	color:#FFF;

}

.category-left a:visited{

	font-style:italic;

	text-decoration:none;

	display:block;

	color:#FFF;

}

.category-left a:hover{

	font-style:italic;

	text-decoration:none;

	display:block;

	color:#FFF;

	

background-image:url(../images/menu-roll-bg.gif);

	background-position: bottom left;

	background-repeat:repeat-x;	

	

}



.category-subs-selected {
padding-left: 25px; font-weight: bold;
	font-style:italic;
color: #000;
	text-decoration:none;

}
.category-sub { 
padding-left: 25px; font-weight: bold;
	font-style:italic;
color: #000;
	text-decoration:none;
}
.category-sub-has { 
padding-left: 40px; font-weight: bold;
	font-style:italic;
color: #000;
	text-decoration:none;
}

.category-subs-selected a:link{
padding-left: 25px; font-weight: bold;
	font-style:italic;
color: #000;
	text-decoration:none;

}





.category-products {
padding-left: 25px;
	font-style:italic;

	text-decoration:none;

}

.category-products  a:link{
padding-left: 25px;
	font-style:italic;

	text-decoration:none;

}



.top-right-links {

	font-size:10px;

}



.top-right-links a:link{

	font-size:10px;

	text-decoration:underline;

}

.top-right-links a:visited{

	font-size:10px;

	text-decoration:underline;

}

.top-right-links a:hover{

	font-size:10px;

	text-decoration:none;

}





.img-bg-space {

	padding:1px;

	padding-top:5px;

	/*background-color:#FFF;

	border:1px solid #666; */

	margin:0;

	display:block;

	float:left;

	

}



.img-bg-space-big {

	padding:1px;

	background-color:#FFF;

	border:1px solid #666;

	margin:0;

	display:block;

	float:left;

	width:5px;

}

	

.myClassName {

 /* -webkit-border-radius:5px;

  -moz-border-radius:5px;

  height:290px;

  width:100px; */

 





} 





.listingPrice{

	font-size:1.5em;

	color:#999;

	text-align:right;

	padding-right:3px;

	font-weight:bold;

	float:right;

}



.scale {

	width:100%;

	height:auto;

}





/* end css for product image drop shadow */

.pics { height: 365px; width: 600px; padding:0; margin:0; align: right; overflow: hidden }
.pics img { max-height: 360px; width: 595px; padding: 0; border: 0 solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.infoContent80 {width:605px; max-height:365px; border:0 solid #fec9d8; padding:0; margin:5px; font-size:0; line-height:0; overflow:hidden; }
			.infoContent80 img { margin:2px; }

/* @group rounded-corners pics */

div.column *, div#bilder p, div#outside p{
	margin:5px;
	margin-top:-15px;
	padding-top: -15px;
	text-align: center;
	
}
div#bilder, div#outside {
	
	overflow:hidden;
	width:99%;
	position:relative	;
	/*
	border:1px solid #A0AD5E;
	*/
	text-align: center;
	margin-bottom:-1px;
}
div#bilder p{
	margin:1px;
	margin-top:-15px;
	padding-top: -15px;
	text-align: left;
	
}
div#bilder {
	
	overflow:hidden;
	width:99%;
	position:relative	;
	/*
	border:1px solid #A0AD5E;
	*/
	text-align: left;
	margin-bottom:-1px;
}

div.wrapper {
	margin:7px;
	
	position:relative;
	float:left;
	vertical-align:top;
}
div.wrapper img{	
	float:left;
	border:0 none;
}
div.wrapper div{	
	position:absolute;
	left:0;
	height:7px;
	width:100%
}
div.wrapper div.tl{
	background:transparent url(../images/tl.gif) top left no-repeat;
	top:0
}
div.wrapper div.tr{
	background:transparent url(../images/tr.gif) top right no-repeat;
	top:0;
	}

div.wrapper div.bl{
	background:transparent url(../images/bl.gif) bottom left no-repeat;
	bottom:0
}
div.wrapper div.br{
	background:transparent url(../images/br.gif) bottom right no-repeat;
	bottom:0;
}
div.column {
	width:35%;
	float: right;
	background-color: #B5C4A5;	
	margin-left:10px
} 
h1 {
	color: #7A8536;	
	font:bold 160% tahoma;	
}
h4.id { 
	padding:0;
	margin:0;
	font-family:tahoma;
	color:#7A8536 ; 
	text-align:right ;
	background:#E4E5D7 ;	
	padding-right: 10px
}			  

div#outside img{
	float: left;	 
	margin:10px 20px
}
.post_title { 
position:relative; 
font-family: tahoma; 
} 
 
.post_title h1 { 
font-family: tahoma; 
font-size:18px;
text-align: left; 
color: #fff; 
text-shadow: black 0.1em 0.1em 0.2em;
 filter: shadow(color=#666666, opacity=50%,strength=2);
padding:0; 
padding-left:20px; 
margin:0; 
} 

.nav_title h1 { 
font-family: tahoma; 
font-size:12px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
text-align: right; 
color: #333; 
padding-top: 10px; 
margin:0; 
} 

.nav_title a { 
font-family: tahoma; 
font-size:12px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
text-align: right; 
color: #333; 
padding-top: 10px; 
margin:0; 
} 
.nav_title a:hover { 
font-family: tahoma; 
font-size:12px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
text-align: right; 
color: #666; 
padding-top: 10px; 
margin:0; 
} 
 .cat_nav  { 
font-family: tahoma; 
font-size:12px;
color: #fff; 
text-align: right;
} 
 .cat_nav2  { 
font-family: tahoma; 
font-size:12px;
color: #000; 
text-align: right;

} 
.post_title h6 { 
/*position:absolute; 
top:0; 
left:0; 
font-size:15px; 
color:#fff; 
padding:0; 
padding-left:15px; 
margin:0;  */
}



#jhoger { 
text-align: left;
padding: 3px;
padding-top: 12px;
}

#demo3 {
  width: 170px;
  padding: 1px;
  padding-top: 5px;
  background-color:#FFF;
  border: solid 1px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.files {
	clear:left; float:left;
	}
.filesHead {
	font-weight: bold; margin-bottom: 5px;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

.centerColumn{
min-width: 900px;
}

.bottomListContent a:link{

	color: #C1C1C1;

	text-decoration:none;

}

.bottomListContent a:visited{

	color: #C1C1C1;

	text-decoration:none;

}

.bottomListContent a:hover{

	color: #7C7C7C;

	text-decoration:none;

}

a.bottom_list-subs-selected {
color: #999;
font-size:12px;
font-weight: bold;
}

a.bottom_list-products {
color: #000;
}
.bottom_list-products { font-size:9px;

}
.bottomListContent a.bottom_list-subs:link .bottomListContent a.bottom_list-subs:visited{
color: #666;
}

.bottomListContent a.bottom_list-top:link .bottomListContent a.bottom_list-top:visited{
color: #333;
}

.bottom_list-top { font-size:12px;
font-weight: bolder;
}
.bottom_list-subs { font-size:10px;
font-weight: bold;
}
 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}