/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;	
	color: #000000;
	}

a img {border: none; }

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

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

a:active {
	color: #0000FF;
	}

h1 {
font-family:Georgia, "Times New Roman", Times, serif ;
	font-size: 2.0em;
	color: #774B4A;
	}

h2 {
	font-size: 1.4em;
	color: #774B4A;
	}

h3 {
	font-size: 1.3em;
	color: #774B4A;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;		
	}
	
Select {
margin-top:6px;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #305118;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 981px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#cartBoxListWrapper {
background-color:#D1F2C5;
padding:3px;
border: 1px dotted #783840;
}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;	
	} 
	
	#navColumnTwoWrapper {
margin-top:5px;
}

* html #navColumnTwoWrapper {
margin-top:-1px;
}

#navColumnOneWrapper {
margin-top:1px;
}
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 3px;
	padding-top:3px;
	}
	
* html #navColumnOneWrapper, #navColumnTwoWrapper {
	padding-top:0px;
	margin-right: 0px;	
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
#checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 100%;
	}
	
.wrapperAttribsOptions {
	margin: 0em 0em 0em 0em;
	background-color:#FFE8FF;
	min-height:30px;
	border:dashed 1px #774B4A;

	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0 0 1em 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

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

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

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

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 4px 10px 0 6px;
	background-color: #ffffff;
	/*font-size: 0.95em;
	font-weight: bold;*/
	margin: 0em;
	margin-left:3px;
	margin-top:3px;
	}
	
* html #navBreadCrumb {}
	

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0em;
	}

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

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 0em;
	border: 0px solid #000000;
	
	
	margin-left: 1.6em;
	/*background-color:#FFCBFF;*/
	}
	
* html #cartAdd {
margin-left: 0.8em;
}

.tableHeading TH {
	border-bottom: 1px solid #305118;
	}

.tableHeading, #cartSubTotal {
	background-color: #ADC999;
	 }

#cartSubTotal {
	border-top: 1px solid #305118;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	
	}

.tableRow, .tableHeading {
	height: 2.2em;
	}
	
#cartSubTotal {
	height: 155px;
	}
	
* html #cartSubTotal {
	height: 0px;
	}
	

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}
	
	#cartBoxVoucherBalance {
	font-size: 0.9em;
	color: #774B4A;
	}
	

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 0.5em 0em ;
	/*border: 1px solid #D49E7C;	*/
	border: 1px dashed #305118;	
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #D49E7C;
	height: 1%;
	margin: 1.1em 0;
	
	}

h2.centerBoxHeading {
	font-size: 1em;
	color: #774B4A;
	}

/*sideboxes*/


h3.leftBoxHeading a {
	font-size: 1.1em;
	color: #774B4A;
	}
	
	h3.leftBoxHeading {
	font-size: 1.2em;
	color: #774B4A;
	}
	
	,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.0em;
	color: #774B4A;
	}
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #774B4A;
}

.leftBoxHeading {
	margin: 0em;
	background-image: url(../../../../img/alps-back-2.jpg);
	background-repeat:no-repeat;
	background-color: #DACBF1;
	padding: 0.5em 0.2em;
	}
	
.centerBoxHeading {
	margin: 0em;
	background-image: url(../../../../img/alps-back.jpg);
	background-repeat:no-repeat;
	background-color: #DACBF1;	
	padding: 0.5em 0.2em;
	}
	
.rightBoxHeading {
	margin: 0em;
	background-color: #fff;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	margin: 0em;
	border: 1px solid #D49E7C;	
	margin: 1px 0 6px 0;
	}
	
.rightBoxContainer {
	margin: 0em;
	border: 1px solid #D49E7C;	
	margin: 1px 0 6px 0;
	}

.sideBoxContent2 {
	background-color: #FFf; /*#FFE6EB*/
	padding: 0em;
	}
	
	.sideBoxContent {
	background-color: #FFf; /*#FFE6EB*/
	padding: 0.4em;
	line-height:1.5em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #774B4A;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #774B4A;
	}

.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, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #305118;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	}
A.category-links, A.category-links:visited {
	color: #305118;
	text-decoration: none;
	font-size: 1.1em;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #305118;
	text-decoration: none;
	font-size: 1.1em;
	border:none;
	}
SPAN.category-subs-parent {
	background-color:#FFB8D8;
	font-weight: bold;
	font-size: 1.1em;
	}
SPAN.category-subs-selected {
	background-color:#FFD8F0;
	font-weight: bold;
	font-size: 1.1em;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

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

.bold {
	font-weight: bold;
	}

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

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

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

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #ffe8ff;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #FFE8FF;
	
	height: 2em;
	color: #774B4A;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

#top{
float:left;
width:980px;
margin-top:0px;
min-height:28px;
height:28px;
}

#topline{
float:left;
width:980px;
margin-top:14px;
min-height:23px;
height:23px;
background-image:url(../../../../img/heup1.jpg);
background-repeat:no-repeat;
}

#footerline{
float:left;
width:980px;
margin-top:1px;
min-height:23px;
height:23px;
background-image:url(../../../../img/fodo1.jpg);
background-repeat:no-repeat;
}

#leftt{
float:left;
width:170px;
background-image:url(../../../../img/hele1.jpg);
background-repeat:no-repeat;
margin-top:21px;
min-height:120px;
height:120px;
}

#line {
margin:6px 0 1px 0;
border-bottom:dotted #501615 1px;
}

#text {
padding:5px 5px 0 5px;
text-align:left;
}

#text2 {
padding:5px 35px 5px 5px;
text-align:left;
}

#text2 h1 {
padding:5px 35px 0px 7px;
margin-top:26px;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif ;
	font-size: 2em;
	/*color: #FFE8FF;*/
	color: #FFA9E0;
}


#text3 a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#305118;
padding:4px 5px 0px 5px;
text-align:center;
}

#text4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#aaa;
padding:3px 5px 0px 5px;
text-align:center;
}

#midt{
background:#fff;
background-image:url(../../../../img/pi1.jpg);
background-repeat:no-repeat;
min-height:141px;
height:141px;
float:left;
width:640px;
}

#rightt{
float:left;
width:170px; 
background-image:url(../../../../img/seup1.jpg);
background-repeat:no-repeat;
margin-top:50px;
min-height:91px;
height:91px;
}

#columnLeft {
background-color: #aaa;
}

.left { 
background-color:#fff;
text-align:left;
width: 390px;
float: left;
}

* html .left {
width: 382px;
}

.right {
background-image: url(../../../../img/alps-back2.jpg);
	background-repeat:no-repeat; 
background-color:#ffe8ff;
text-align:center;
width: 218px;
float: left;
padding:45px 0px 30px 0px;
margin-left:11px;
border-left: 0px solid #FF7898;
}

* html .right {
	margin-left:0px;
	}

.headup {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#A36D6D;
padding:4px 5px 0px 5px;
text-align:center;
}

.wido {width:550px;margin-left:40px;}

.wido p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
}

.catDescContent {width:550px;margin:30px 0px 0px 40px;}

.cloud {
font-family: arial, sans-serif;


	text-decoration: none;
	
	}
	
 #password-confirm{
 /*margin-left:30px;*/
 }
 
 #search { text-align:center; }
	#search p { padding: 10px 0 0 0; margin: 0; }
	#search h3 { color: #774B4A; background: inherit; font-size: 1em; border-bottom: 0px solid #eee; margin: 5px 0 0 0; }

 .centerColumn a {
	text-decoration: none;
	}
	
	.centerColumn a:visited {
	text-decoration: none;
	}

.mopi {
float:left;
margin:0 3px 3px 0;
width:90px;
height:90px; 
border: 1px solid rgb(212, 158, 124);
}

.soldout {
width:180px;
margin:10px 0 20px 0;
padding:3px 3px 6px 3px;
background:#FFDDF1;
border: #FF0000 1px dashed;
}

.conus {
width:180px;
margin:55px 0 0 13px;
padding:5px 5px 5px 5px;
background:#D1F2C5;
border: 1px dotted #783840;
color:#783840;
}

.core {
margin:0 0 0 0;
padding:5px 0 5px 0;
color:#783840;
}

*:first-child+html .conus {
margin:55px 0 0 0px;
}

* html .conus {
margin:55px 0 0 0px;
}



.taf {
text-align:center;
margin:3px 0 0 0;
font-weight:bold;
font-size:1.1em;
color:#783840;
}

.taf2 {
text-align:left;
margin:3px 0 0 3px;
}

.taf p {
color:#FF7898;
font-style:italic;
font-size:1.1em;
margin:5px 0 1px 0;
}

.taf2 p {
color:#FF7898;
font-style:italic;
font-size:1.1em;
margin:5px 0 0 0;
}

.taf3 {
	margin: 0em 0em 2em 0em;
	padding: 3px 3px 6px 16px;
	background-color:#DACBF1;
	border:dashed 1px #774B4A;
	text-align:left;
	height:1%;
}

.taf3 p {
color:#FF7898;
font-style:italic;
font-size:1.1em;
margin: 0em 0em 0em 0em;
}

.ts FORM, .ts INPUT {
margin:0 0 9px 1px;
}

* html .ts FORM, .ts INPUT {
margin:0 0 6px 0;
}

.picu {
margin:4px 0 0 3px;
}

* html .picu {
margin:1px 0 0 6px;
padding-top:17px;
}

.categoryListBoxContents {
font-size:1.2em;
margin-bottom:30px;
font-weight:bold;
}

.categoryListBoxContents a {
text-decoration: none;
border: none; 
}

.picu {
min-height:182px;
height:182px;
background-repeat:no-repeat;
}

.picu2 {

margin-top:-8px;
width:275px;
padding:0px 0px 0px 1px;
	
}

.picu2 p {
padding:7px 0px 0px 6px;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	/*color: #FFE8FF;*/
	color: #FFA9E0;
	}

*:first-child+html .picu2 {
margin-top:0px;
}

.leftm { 
background-color:#fff;
text-align:left;
width: 390px;
float: left;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5B1B1B;
}

.rightm { 
background-color:#fff;
text-align:right;
width: 220px;
float: right;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5B1B1B;
	margin-top:10px;
}

.sslen {
margin: 20px 0px 15px 0px;
text-align:center;
}

.cathea {
font-size: 1.1em;
	color: #774B4A;
	font-weight:bold;
	text-align:center;
	margin:15px 0 10px 0;
	}
	
#countb {
background-color:#D5D8FD;
width:100%;
height:16px;
border-bottom:#305118 dashed 1px;
text-align:center;
font-size : 10px; 
font-family : Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight:bold;
color:#305118;
}

#countb a, #countb a:visited, #countb a:hover, #countb a:active {
color:#305118;
text-decoration: underline;
}

#countb p {
margin-top:0px;
padding: 0 0 2px 0;
}

#countb img {
position:relative;
top:2px;
}

#countr {
background-color:#FFD8F0;
width:100%;
height:16px;
border-bottom:#305118 dashed 1px;
text-align:center;
font-size : 10px; 
font-family : Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight:bold;
color:#305118;
}

#countr a, #countr a:visited, #countr a:hover, #countr a:active {
color:#305118;
text-decoration: underline;
}

#countr p {
padding: 0 0 2px 0;
}

#countr img {
position:relative;
top:2px;
}

.searchad {
text-align:center;
font-size: 1.3em;
	color: #000;
	font-weight:bold;
}

#imdruck {
  display: none;
  }
  
.love {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 1.2em;
margin:0px 0 12px 0;
width:360px;
font-style:italic;
}