@charset "utf-8";

/* Copyright Muchachamaca SCP, Spain - All rights reserved */

.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 */

html { overflow-y: scroll; }	/* force vertical scrollbar */

body, td, th, a, p, li, h1, h2, h3, h4, h5, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #204040;
}

body {
	text-align: center;	/* IE way to center blocks */
	margin: auto;		/* NS way to center blocks */
	margin-top: 0px;
	background-color: #eeeeee;
	width: 966px;	 /* 950+ 2*8*/
	position: relative;
}

img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

table {
	border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin: 1em 0 1em 0;
}
h2 {
	font-size: 11px;
	margin-top: 1.5em;
}

a { color: inherit; }
a:link { }
a:visited { }
a:hover { text-decoration: underline; }
a:active { }

label {
	padding-left: 5px;
}

td {
	vertical-align: top;
}

sup {
	font-size: 70%;
}

a.subtle { text-decoration: none !important; }
a.subtle:hover { text-decoration: underline !important; }

input[type='checkbox'] {
	position: relative;
	top: 2px;
}
input[type=text].fakename { display: none; }

#centerpage
{
	text-align: left;
	background-color: white;
	width: 966px;
	margin:0 auto;
}

#header {
	position: relative;
	height: 125px;
	border-bottom: 1px solid #9a9a9a;
}

#topline {
/*	background-color: #A9A5A5;*/
/*	padding: 10px 20px 10px 20px;*/
	height: 20px;
}
#topline a {
	text-decoration: underline;
}

#langmenu {
	text-align: right;
	color: #D8D0D0;
}

#langmenu a:link { color: #D8D0D0; text-decoration: none; }
#langmenu a:visited { color: #D8D0D0; text-decoration: none; }
#langmenu a:hover { color: white; text-decoration: none; }
#langmenu a:active { color: #D8D0D0; text-decoration: none; }

#face {
	width: 950px;
	text-align: left;
	margin: 0;
	padding: 0 8px 8px 8px;
	background-color: white;
}

#topmenu {
	position: absolute;
	right: 5px;
	bottom: 9px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
}
#topmenu li {
	/* somehow, the font-size & family needs to set here; just in the a is not enough */
	/* this goes for FF and IE8 */
	font-family: "Courier New", Courier, monospace;
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid white;
}
#topmenu li:hover { border-bottom: 2px solid #CCAAAA; }
#topmenu li a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: black;
	text-decoration: none; 
	line-height: 23px;
	padding: 5px 0;
}
/*
#topmenu li a:link		{ text-decoration: none; }
#topmenu li a:visited	{ text-decoration: none; }
#topmenu li a:hover		{ text-decoration: none; }
#topmenu li a:active	{ text-decoration: none; }
*/

#pagetitle {
	margin: 60px 0 0 90px;
	height: 40px;
}

#content {
	width: 950px;
	min-height: 302px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	position: relative;
}
#content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
#content h2 {
	margin-bottom: 1px;
}
#content p {
	margin-top: 5px;
	line-height: 1.4em;
}
#content p a { text-decoration: underline; }

.closep {
	margin-top: 10px;
	margin-bottom: 10px;
}

#slab-panel {
	height: 130px;
	background-color: #f6f6f6;
	border-top: 16px solid #5d2d2d;
	padding-top: 20px;
	text-align: center;
}
#slab-panel a {
	text-decoration: none;
}
.slab {
	width: 260px;
	height: 110px;
	display: inline-block;
	position: relative;
	margin-left: 40px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#footer {
	background-image: url(/v4/images/interface/footer-bg.gif);
	text-align: left;
	height: 149px;
	padding: 0 8px;
}
/*
#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color: #666666; text-decoration: none; }
#footer a:hover { color: #666666; text-decoration: underline; }
#footer a:active { color: #666666; text-decoration: none; }
*/

#mailing-list {
	float: right;
	margin: 11px 0 0 0;
}

#contact-info {
	padding: 15px 0 30px 0;
}

#copyright {
	text-align: justify;
	color: #999999;
}

#webdesign {
	text-align: right;
	margin-top: 10px;
}

#webdesign a:link { color: #999999; text-decoration: none; }
#webdesign a:visited { color: #999999; text-decoration: none; }
#webdesign a:hover { color: #333333; text-decoration: none; }
#webdesign a:active { color: #999999; text-decoration: none; }


.gallery-legend {
	position: absolute;
	padding: 15px;
	color: white;
}
.gallery-legend p {
	color: white;
}
.gallery-legend h1 {
	color: white;
}

#slideshow-nav-buttons {
	display: none;
}
.slideshow-nav {
	position: absolute;
	top: 250px;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 10px;
}
.slideshow-nav:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slideshow-nav.prev {
	left: 10px;
}
.slideshow-nav.next {
	right: 10px;
}

.jc_thumbnail {
	margin-left: 9px;
	cursor: pointer;
}

.jc_thumbnail_pendant_10 {
	margin-right: 11px;
	cursor: pointer;
}

.jc_thumbnail_pendant_15 {
	margin-right: 7px;
	cursor: pointer;
}

.jc_thumbnail_pendant {
	margin-right: 4px;
	cursor: pointer;
}

#cart-column {
	float: right;
	margin: 1px 0 0 0;
	padding: 0;
}

.faqs {
}
.faqs ul {
	margin-top: 7px;
	margin-bottom: 7px;
}
.faqs ol {
	margin-top: 7px;
	margin-bottom: 7px;
}
.faq_question {
	margin-top: 14px;
}

.faq_question a:link	{ color: black; font-weight: bold; text-decoration: none; }
.faq_question a:visited	{ color: black; font-weight: bold; text-decoration: none; }
.faq_question a:hover	{ color: black; font-weight: bold; text-decoration: underline; }
/*.faq_question a:active	{ color: black; font-weight: bold; text-decoration: none; }*/

.faq_answer {
	display: none;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.button {
	cursor: pointer;
}

#submenu {
	margin: 25px 25px 0 0;
	padding: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
#submenu ul {
	margin: 0;
	padding: 0;
	cursor: default;
}
#submenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block; /* overridden in ie7.css */
	cursor: default;
	border-right: 1px solid #947bcd;
	border-top: 1px solid #947bcd !important;
	border-bottom: 1px solid #947bcd !important;
	line-height: 18px;
}
#submenu li a {
	color: black;
	margin: 0;
	padding: 0 10px 0 10px;
}
#submenu li a:link		{ background-color: white; text-decoration: none; }
#submenu li a:visited	{ background-color: white; text-decoration: none; }
#submenu li a:hover		{ background-color: white; text-decoration: none; color: #BB4A35; }
#submenu li a:active	{ background-color: white; text-decoration: none; }

.form_letterbox {
	border: 1px solid #979372;
	border-right-width: 0px;
	width: 14px;
	height: 14px;
	margin: 0;
/*	padding: 2px 2px;*/
	text-align: center;
	font-size: 10px;
}

/*---------------------------*/


.smalltext {
	font-size: 10px
}
.smalltext p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*---------------------------*/

#content .press_block {
	width: 600px;
	border: 1px solid #DDDDDD;
	padding: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#content .press_block h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}
#content .press_block h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #666666;
	margin: 0;
	text-decoration: none;
}
#content .press_block h1 a:hover { text-decoration: underline; }
#content .press_block p {
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 10px;
}
#content .press_block a { text-decoration: underline; }

#content .press_article {
/*	width: 450px; */
/*	background-color: #FFFFE8; */
}

#content .press_article h1 {
	font-size: 24px;
	font-weight: bold;
}

#content .press_author {
	margin-top: -10px;
}

#content .press_caption {
	font-size: 9px;
}

.event-calendar-table-column {
	width: 220px;
	padding-left: 20px;
}
.event-calendar-table-column h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
}
.event-calendar-table-column h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.retail-shops-table-column {
}
.retail-shops-table-column h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-weight: bold;
}
.retail-shops-table-column h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-weight: bold;
}


/*---------------------------*/

.cart_table {
}
.cart_table table {
	font-size: 10px;
	margin: auto;
	padding: 0;
}
.cart_table th {
	padding-bottom: 3px;
	border-bottom: 1px solid #614883;
	text-align: left;
}
.cart_table td {
	padding-top: 6px;
	padding-bottom: 3px;
/*	border-bottom: 1px dashed #85774A; */
	border-bottom: 1px solid #e8e8f0;
	text-align: left;
}

.cart_table_form {
}
.cart_table_form table {
	font-size: 10px;
	margin: auto;
	padding: 0;
}
.cart_table_form th {
	padding-bottom: 3px;
	border-bottom: 1px solid black;
	text-align: left;
}
.cart_table_form td {
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #CCCCCC;
	text-align: left;
}

/*---------------------------*/

.contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.contactform p {
	font-size: 10px;
}

.contactform td {
	vertical-align: middle;
}

.contactform td input[type="text"] {
	width: 320px;
	height: 16px;
}

/*-------------*/

.align-middle td {
/*	vertical-align: middle; only in ie7.css */
}

/*-------------*/

#dhtmltooltip {
	position: absolute;
	left: -300px;
/*	width: 150px;*/
	border: 1px solid black;
	padding: 8px 12px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
/*	opacity: 0.9;
	filter: alpha(opacity=90);*/
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
/*	opacity: 0.9;
	filter: alpha(opacity=90);*/
}

/*-------------*/
