@charset "UTF-8";
/* CSS Document July 18, 2009. Place in /store/images/melonique/styles.css  */
/* Melonique Kuler: 8DD3B8 F2F5C9 C8EA83 66F83 F6E97D */
	html {
		overflow-y:scroll;
	}

	body {
	margin-top:5px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#779F95; /*<ss:value source=$storeVersion.colorScheme.background/>*/
	font-family:Arial, Helvetica, sans-serif; /*<ss:value source=$font.paragraph.face/>*/
	font-size: medium;
	}
	
	a:link, a:visited {
	text-decoration:none;
	color:#668f83;/*<ss:value source=$font.heading.color/>*/
	font-weight:bold;
	}

	a:hover {
		text-decoration:underline;
	}
	
.tbl900 {
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F6D2;
}

/* Custom font definitions
----------------------------------------------- */
	p {
		margin:4px 0;
		line-height:normal;
	}

	.headPrice {
	font-weight:bold;
	color:#8DD3B8
	}

/* Custom form elements
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

.inputFormat {
	height:20px;
	font-size:12px;
	padding:1px; color:#333;
	vertical-align:middle;
}

#search input{
	vertical-align:middle;
 	margin:0;
 	padding:0;
}

.btnSearch {
	vertical-align:middle;
	margin:0;
	padding:0px;
 	color:#668f83;
 	font-size:12px;
 	cursor:pointer;
 }

/* Top Menu 
----------------------------------------------- */

#cartInfo {
	padding-top:5px;
	font-size:12px;
	line-height:3px;
}

#cartInfo a{
	display:block;
}

#cartInfo a:hover {
	background-color:#F1F1EB;
}

#cartInfo img {
	border:0;
	vertical-align:middle;
}

#myAccount,	#shoppingCart {
	width:150px;
	font-weight:100;
	color:668f83;/*<ss:value source=$font.paragraph.color/>*/
}

.cartInfoHeadings {
	color: #668f83;/*<ss:value source=$font.heading.color/>*/
	font-size:14px;
	font-weight:bold;
}

#myAccountDL, #shoppingCartDL {
	padding-left:18px;
}

/* Top NavBar
----------------------------------------------- */
.navBar {
	height:51px; 
	/*background-image: url("<ss:value source="$storeVersion.images['body_bg_mine.gif']"/>"); */
	background-image: url(/images/melonique/body_bg_mine.gif);
	background-repeat: repeat-x;
}

.navBarInner {
	width:840;
	
}

.navBarLeft {
	font-family: Arial, Helvetica, sans-serif; /*<ss:value source=$font.paragraph.face/>*/
	float:left;
	font-size: 14px;
	vertical-align: middle;
	padding-top: 10px;
}

.navBarRight {
	font-family:Arial, Helvetica, sans-serif;  /*<ss:value source=$font.paragraph.face/>*/
	float:right;
	padding-top:5px;
	padding-right:25px;
}
.navBarLeft a:link, .navBarLeft a:visited, .navBarRight a:link, .navBarRight a:visited{
	color:#668F83;
	font-weight:bold;
	font-size:14px;
}

.search {
	width:150px;
	margin-top:5px;
	background-color: #6C0;
}
.navBarCenter {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #900;
	padding-top: 10px;
	font-size: 14px;
	line-height: 16px;
	float: left;
	padding-left: 60px;
}
.fcategorieslist {
	padding: 5px;
	border: 1px solid #789F95;
}
.fproductslist {
	padding: 5px;
	border: 1px solid #789F95;
}
.hpcategory {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #779F95;
}
.hpproduct {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #779F95;
}
/* Left Navigation Column
----------------------------------------------- */
.leftColumn {
	width:170px;
	background-color:#8dd3b8;
	font-size:12px;
	font-family:/*<ss:value source=$font.heading.face/>*/;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
		
.leftColumn h2 {
	display:block;
	font-weight:bold;
	font-size:18px;
	color: #668f83; /*<ss:value source=$font.heading.color/>*/
	margin:0 !important;
	background-color:#f2f5c9;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}			
.vertNav {
	margin:0;
	padding:0;
	font-size:12px;
	color:white;
	background-color:#C3C;
}

.vertNavLink a{
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #FCF2F0;
}

.vertNavLink a:link, .vertNavLink a:visited {
	color:#099;/*<ss:value source=$font.subheading.color/>*/
	text-decoration:none;
}

.vertNavLink a:hover {
	color:#000000;
	text-decoration:underline;
	background-color:#668f83;
}

.vertNavLinkMisc {
	margin:0;
	padding:0;
	font-size:12px;
	background-color:#FBE9D6;
}
.vertNavLinkMisc a{
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #FCF2F0;
}

.vertNavLinkMisc a:link, .vertNavLinkMisc a:visited {
	color:#C9F;/*<ss:value source=$font.subheading.color/>*/
	text-decoration:none;
}

.vertNavLinkMisc a:hover {
	color:#000000;
	text-decoration:underline;
	background-color:#668f83;
}
.viewMoreCat {
	display:none;
}

.viewMoreCats {
	line-height:normal;
	display:block;
	border-bottom:1px solid #F8EFE6;
	font-weight:100;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.viewMoreCats a:link, .viewMoreCats a:visited {
	color:#668f83;
	text-decoration:none;
}

.viewMoreCats a:hover {
	color:#000000;
	text-decoration:underline;
	background-color:#668f83;
}

.leftSubCats a{
	padding:2px 4px 2px 25px;
	line-height:normal;
	display:block;
	font-weight:100;
}

.leftSubCats a:link, .leftSubCats a:visited {
	font-weight:100;
}

.leftSubCats a:hover {
	text-decoration:underline !important;
}

/* Text blocks for home page, customer service, ... */
#textblock {
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#topicheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.textp {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.faqq {
	font-weight: bold;
}
.faqa {
	font-style: italic;
	font-weight: bold;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:#000000;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:80%;
	text-align:left
}

/* Footer ----------------------------------------------- */
.footer {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;/*<ss:value source=$font.heading.face/>*/
	color: #668f83; /*<ss:value source=$font.heading.color/>*/
}
.footerBorders {
	text-align:center;
	padding:15px 0px 15px 0px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #668f83;
	border-bottom-color: #668f83;
}
.searchProductListing {
	background-color: #FFF;
	padding-right: 5px;
	width: 98%;
}
.showcc {
	background-color: #779f95;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.shareit {
	padding-top: 5px;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
