
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

@media screen {
	html body img.skype_pnh_logo_img {
		display: none !important;
	}
	html body span.skype_pnh_container span.skype_pnh_highlighting_inactive_common span.skype_pnh_text_span {
		color: #514848 !important; /* Your link color */
	}
}

html, body {
	Font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

body {
	/*font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;*/
	font-size: 0.9em;
	font-size: 1.2vw;
	font-weight: normal;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border : 0;
}

h1, h1.home-title {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-style: normal;
	font-weight: lighter;
	font-size: 3.5rem;
	font-size: 5vw;
    text-align: center;
    color: white;
    background-color: #781818;
    padding: 0.5em 0;
}

h1 {
	background-image: url('../img/theme/header-bg.jpg');
}

h1.home-title {
    background-image: none;
}

h2 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-style: normal;
	font-weight: lighter;
	font-size: 2rem;
	font-size: 2.75vw;
    line-height: 2.8rem;
    margin-top: 1.3rem;
	margin-bottom: 0.6rem;
	color: #463737;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    font-style: normal;
    font-weight: normal;
	font-size: 1.3rem;
	font-size: 2vw;
}

h4 {
    font-style: normal;
    font-weight: normal;
	font-size: 1.1rem;
	font-size: 1.75vw;
}

h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
	font-size: 1.9vw;
}

p, li {
	font-size: 1rem;
	font-size: 1.3vw;
    line-height: 1.5em;
	line-height: 1.9vw;
    color: #781818;
}

a {
	text-decoration: none;
}

a img:hover {
	-o-filter: brightness(110%) saturate(1);
	-ms-filter: brightness(110%) saturate(1);
	-webkit-filter: brightness(110%) saturate(1);
	filter: brightness(110%) saturate(1);
}

.suite {
	display: inline-block;
	margin-top: 1.2rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	float: right;
}

ul {
	list-style-position: inside;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/************************************/
/*				COULEURS			*/
/************************************/

body {
	color: #781818;
}

a {
	color: #781818;
}

/************************************/

#container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 0;
}

/* images = 260px, goutières = 32px */

#content {
	width: 100%;
	padding: 1.9em 0;
	padding: 2.4vw 0;
}

article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 0;
}

.category-teaser {
	width: 90%;
    padding: 2em 5%;
}

.slogan {
	width: 90%;
	margin: 2em 0;
	padding: 2em 5%;
	border: 1px solid #781818;
}

.category-teaser h2, .category-teaser h3, .category-teaser h4, .category-teaser p, .category-teaser a {
	font-size: 0.9rem;
	font-size: 1.2vw;
	line-height: 1.3em;
	line-height: 1.6vw;
	font-weight: lighter;
    color: #187878;
}

.category-subtitle {
	text-transform: uppercase;
}

.col_1_of_1 {
	clear: both;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.col_1_of_2, .col_1_of_3, .col_2_of_3, .col_1_of_4, .col_2_of_4 {

}

.col_1_of_3 {
	width: 33.3333%;
}

.col_2_of_3 {
	width: 66.6666%;
}

.col_1_of_4 {
	width: 25%;
}

.col_1_of_2, .col_2_of_4 {
	width: 50%;
	float: left;
	/*border: 1px solid grey;*/
}

.header {
	width: 100%;
	/*position: fixed;
	z-index: 12;
	top: 0;*/
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
}

.header-bkgrd {
    background-image: url("../theme/header_bg.jpg");
}

.header-content {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.logo {
    width: 100%;
    max-width: 250px;
    margin: -1em auto 0 auto;
    /*background-color: white;*/
}

.header-menu-icons {
	position: absolute;
    top: 0.9em;
	right: 2%;
	font-size: 1.7rem;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.menuIcon {
	display: block;
	font-family: arial, sans-serif;
	font-size: 1.7rem;
	color: #480e0e;
	background-color: white;
	text-align: right;
	padding: 0.2rem;
	margin-top: 0.65rem;
}

.header-menu-cart {
	width: 100%;
	max-width: 65px;
	margin-top: -0.3em;
	margin-right: 0.5em;
}

.header-menu-envelope {
	width: 100%;
	max-width: 45px;
	margin-top: 0.2em;
	margin-left: 0.4em;
}

.home-image-link {
	width: 100%;
	background-color: black;
}

.links-wrapper p {
	float: left;
	width: 44%;
	max-width: 528px;
	padding: 0 3%;
	color: #e3d494;
}

.links-wrapper p a {
	color: #e3d494;
	font-size: 1rem;
	font-size: 1.25vw;
}

.contact-bottom {
	margin-left: 0;
	text-align: left;
	padding: 0.3em 0 0.3em 3%;
}

.contact-enveloppe {
	float: left;
	margin-top: -0.5em;
	margin-right: 1%;
	margin-left: 1%;
}

.facebook-bottom {
	float: right;
	width: 40%;
	text-align: right;
	margin-right: 2%;
	padding: 0.3em 3% 0.3em 0;
}

.facebook-icon {
	float: right;
	margin-top: -0.5em;
	margin-left: 1%;
}

.baseline-menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em 0 2em 0;
	text-align: center;
}

.baseline-menu ul {
	list-style-type: none;
}

.baseline-menu ul li {
	display: inline-block;
	padding: 0 1%;
	border-right: 1px solid #602a2e;
	margin: 0.3rem 0;
}

.baseline-menu ul li:last-of-type {
	border-right: none;
}

/************************************/
/*				SLIDER				*/
/************************************/

#wmc-slider {
	overflow: hidden;
	background-color: white;
	margin-top: 0;
}

.insideOut {
	width: 500%;
	margin-left: 0;
}

.slider {
	width: 100%;
	margin: 0;
	list-style-type: none;
}

.slider li {
	float: left;
	margin-left: 0;
	padding: 0;
	border-left: 1px solid white;
}

#defilement {

}

#leftArrow, #rightArrow, #centerArrow {
	float: left;
	max-width: 100%;
}

#leftArrow, #rightArrow {
	width: 5%;
	cursor: pointer;
}

#centerArrow {
	width: 90%;
}

/************************************/
/*				ACCUEIL				*/
/************************************/


/************************************/
/*				VIEWS				*/
/************************************/

.view {
	margin-bottom: 4em;
}

.view-text {
    padding: 1.2em 5%;
}

/*******************  ITEM  *******************/

.item {
    width: 30%;
	max-width: 360px;
	margin-bottom: 2em;
	border: 1px solid #afafaf;
}

.item-name {
	font-size: 1.2rem;
	font-size: 1.9vw;
	padding-top: 1.2rem;
	padding-left: 5%;
}

.item-image {
	width: 96%;
	margin: 2%;
}

.item-teaser {
	padding: 0 5%;
}

/************************************/
/*				BANNIÈRES			*/
/************************************/

/************************************/
/*				EDITO				*/
/************************************/

/************************************/
/*				VIEWS				*/
/************************************/

/************************************/
/*			SAVOIR FAIRE			*/
/************************************/

/************************************/
/*				FOOTER				*/
/************************************/

.footer {
    position: relative;
    width: 100%;
    background-color: #8d1421;
    margin-top: 4em;
}

/************************************/
/*				CONTACT				*/
/************************************/

#contact-wrapper {
	width: 97.3333%; /*1135.9992*/
	padding-top: 2em;
	padding-bottom: 1.9em;
	margin: 0 1.3333%;
}

.contact-text {
    padding: 2em 5%;
}

.contact-form {
	width: 91.78082%;
	margin: 0 4.10959%;
	background-color: #781818;
	padding-bottom: 2em;
}

#contact_loader_wrapper {
	display: none;
	position: relative;
	width: 100%;
	max-width: 1200px;
	top: -1rem;
	margin: auto;
	background-color: white;
	z-index: 1001;
}

#contact_loader {
	position: absolute;
	top: 1.2rem;
	left: 76%;
	z-index: 1002;
}

.contact-close {
	position: absolute;
	top: 1.3rem;
	left: 92%;
	z-index: 1003;
	cursor: pointer;
	font-size: 1.2em;
}

#contact_body {
	position: absolute;
	top: 1rem;
	background-color: white;
	z-index: 1004;
}

/************************************/
/*		FORMULAIRES DE CONTACT		*/
/************************************/

.contact-form fieldset, .partager fieldset {
	width: 100%;
	border: solid 1px #514848;
	border: none;
	border-radius: 2%;
	padding: 1em 0;
}

.contact-form .edit-field, .partager .edit-field {
	padding-top: 0.5em;
}

.contact-form legend, .partager legend {
	font-size: 1.2em;
	margin-left: 7%;
}

.contact-form label, .partager label {
	display: block;
	width: 85%;
	margin-top: 0.8em;
	margin-left: 7%;
	text-align: left;
	font-size: 1em;
    color: white;
}

.contact-form input, .partager input {
	width: 85%;
	margin-top: 0.4em;
	margin-left: 7%;
	padding: 0.2em 1%;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	font-size: 1em;
}

.contact-form.check-field {
	display: inline-block;
}

.contact-form select {
	margin-left: 7%;
	font-size: 1em;
	font-size: 1.3vw;
	font-weight: 300;
	padding: 0.2rem;
}

.contact-form textarea, .partager textarea {
	width: 85%;
	margin-top: 0.6em;
	margin-left: 7%;
	padding: 0.6em 1%;
	background-color: white;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	font-size: 1em;
}

.contact-form .submit, .partager .submit {
	width: 90%;
	margin-top: 0;
	margin-left: 2.5%;
	text-align: center;
}

.contact-form .submit input[type=submit], .partager .submit input[type=submit] {
	font-size: 1.2em;
	background-color: white;
	padding: 0.3em 0.4em;
	border: none;
}

.coords-submit .submit input[type=submit] {
	background-color: #c79f56;
	color: white;
}

.notempty {
	color: #343434;
	font-weight: normal;
}

.notempty:after {
	color: #e32;
	content: '*';
	display: inline;
}

.captcha {
	width: 160px;
	height: 40px;
	margin-top: 2em;
	margin-left: 7%;
}

.captcha-text {
	margin-top: 0.5em;
	margin-bottom: 0;
	margin-left: 7%;
}

.form-error {

}

.error-message {
	display: inline-block;
	font-size: 1em;
	color: white;
	background-color: #ee4035;
	padding: 0 2% 0.1em 2%;
	margin-top: 0.2em;
}

.select input[type=select] option {
	padding: 0.4em 0;
}

#mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
	z-index: 600;
}

#conditions {
	display: none;
	position: absolute;
	width: 80%;
	max-width: 925px;
	top: 30em;
	margin: auto;
	padding: 5em 10% 4em 10%;
	background-color: #b6c4ca;
}

/*<input type="hidden" name="conditions" value="0"/><input type="checkbox" name="conditions" value="1" label="J&#039;ai lu les conditions de vente et je les approuve sans réserve" onclick="agree()">*/

.checkbox-container {
	position: relative;
	width: 96%;
	margin: 1em 0 2em 0;
}

.checkbox-label {
	display: block;
	position: absolute;
	top: -0.5em;
	left: 5%;
	cursor: pointer;
	user-select: none;
}

.checkmark {
	display: block;
	position: absolute;
	left: 0;
}

/************************************/
/*				IFRAMES				*/
/************************************/

.iframe-resize {
    position: relative;
    padding-bottom: 26.6666%; /* This is the aspect ratio / h/w*100 */
    height: 0;
    overflow: hidden;
}
.iframe-resize iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

/************************************/
/*			PAGINATION				*/
/************************************/

ul.pagination {
	display: block;
	margin: 1rem auto 1rem auto;
	margin-bottom: 1rem;
	text-align: center;
}

.paginator ul.pagination li {
	float: none;
	display: inline-block;
}

ul.pagination li {
	font-family: monospace;
	font-size: 0.875rem;
	margin-left: 0.2rem;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 0.3rem;
}

ul.pagination .first, ul.pagination .prev, ul.pagination .next, ul.pagination .last {
	border: none;
	margin: 0;
	padding: 0;
}

ul.pagination .disabled a {
	color: #cdcdcd;
}

/*ul.pagination .active a {
	color: #514848;
}*/

.paginator p {
	text-align: right;
}

/************************************/
/*			FLASH MESSAGES			*/
/************************************/

.message {
	width: 100%;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0.3em 1%;
	font-weight: 300;
}

.error {
	color: white;
	background-color: #ee4035;
}

.success {
	color: #781818;
}

/************************************/
/*				MENU				*/
/************************************/

#top-menu-wrapper {
	position: fixed;
    z-index: 15;
    width: 100%;
    background-color: rgba(96,  42,  46, 0.65);
}

.top-menu-home, .top-menu {
	display: none;
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	padding: 0.2rem 1% 2.6rem 1%;
    z-index: 13;
}

.top-menu-home {
	margin: 0 auto;
	background-color: rgba(96,  42,  46, 0.65);
}

.top-menu {
	margin: 0.7rem auto;
	background-color: rgba(96, 42, 46, 0.9);
}

.closer {
	width: 100%;
	text-align: right;
	font-size: 2em;
}

.closer img {
	float: right;
	margin-top: 0.4em;
	margin-right: 2%;
}

.menu-button {
	float: right;
	border: 1px solid #b5b2ad;
	padding: 0.1em 1%;
	margin: 0.2em 0 0.2em 1%;
	font-size: 1.2em;
	font-size: 1.6vw;
}

.main-menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.main-menu-top {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.main-menu-top > div {
	width: 25%;
	max-width: 300px;
	margin: 3rem auto 0 auto;
	color: white;
}

.main-menu-top a {
	color: white;
}

.main-menu-top-title {
	font-size: 1.5rem;
	font-size: 2.1vw;
}

.main-menu-top:after {
	content: " ";
	display: table;
	width: 100%;
}

.main-menu-top li, .dropdown {
	display: block;
	float: left;
	width: 24%;
	font-weight: 100;
	padding: 0.3em 1% 0 0;
	font-size: 1.25em;
	font-size: 1.6vw;
	line-height: 1.5em;
	line-height: 2.1vw;
	color: white;
}

.main-menu-top li a, .dropdown a {
	font-weight: 100;
	font-size: 1.25em;
	font-size: 1.6vw;
	color: white;
}

.main-menu-top li a:hover:before {
	content: "> ";
}

.submenu-top {
	width: 95%;
	margin-top: -0.2em;
	padding-top: 0.6em;
	list-style-type: none;
	color: white;
}

.submenu-top li {
	float: none;
	width: 100%;
	text-align: left;
	color: white;
}

.submenu-top li, .submenu-top li a {
	font-size: 1em;
	font-size: 1.35vw;
}

.submenu-top .main-menu-articles a {
	font-size: 0.9rem;
	font-size: 1.2vw;
	/*font-style: italic;*/
}

.submenu-articles {
	width: 95%;
	list-style-type: none;
}

.submenu-articles li {
	font-size: 0.9rem;
	font-size: 1.2vw;
	/*margin-left: 10%;*/
	/*font-style: italic;*/
}

.submenu-articles li a {
	font-size: 0.9rem;
	font-size: 1.2vw;
	font-style: italic;
}

.submenu-top .main-menu-articles a:hover:before, .submenu-articles li a:hover:before, .main-menu-top li a.nopad:hover:before {
	content: "";
}

hr.menu-separator {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #333, #ccc, #333);
	margin-top: 2em;
}

.submenu-free-article {
	position: relative;
	top: -8em;
	padding-left: 0;
}

/************************************/
/*				BOUTIQUE			*/
/************************************/

#contextwin {
	display: none;
	position: absolute;
	z-index: 1110;
	width: 60%;
	max-width: 700px;
	top: 3em;
	left: 50%;
	margin: 0 auto 0 -32.5%;
	padding: 5%;
	background-color: #f7f4f0;
}

#topcart {
	position: absolute;
	z-index: 900;
	display: none;
	top: 0;
	right: 1px;
	background-color: white;
	padding: 1em 2%;
	padding: 1.6vw 2%;
	font-size: smaller;
	border: 1px solid #f7f4f0;
}

#topcart .cartlist {
	margin-top: 0.8em;
	height: auto;
	overflow-y: scroll;
}

.commander, .commander-single {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #816016;
	background-color: #f7f4f0;
	margin-top: 1.2rem;
	padding: 0.5rem 0 0.2rem 0;
}

.commander-single {
	border: 1px solid #C79D56;
}

.panier {
	padding-top: 3em;
	padding-bottom: 1.9rem;
}

.panier h1 {
	color: #622b2f;
	font-weight: 300;
	font-size: 1.8em;
	font-size: 2.4vw;
}

.livraison {
	color: #602a2e;
}

#salesPannel, #checkRedirect {
	display: none;
	top: 6em;
	top: 9vw;
	left: 50%;
	margin-left: -40%;
	background-color: white;
	width: 80%;
	max-width: 960px;
	padding: 0;
}

#salesPannel {
	position: fixed;
	z-index: 10000;
	max-height: 100%;
	overflow-y: scroll;
}

#checkRedirect {
	z-index: 700;
	position: fixed;
}

#spinner {
	z-index: 701;
	display: none;
	position: fixed;
	width: 8%;
	max-width: 100px;
	margin-top: 30vw;
	margin-left: 46%;
}

.pannel {

}

.pannel-top {
	background-color: white;
	width: 94%;
	margin: 2% auto;
	padding-bottom: 2em;
}

.pannel-bottom {
	clear: both;
	background-color: #e6d9ba;
	min-height: 5em;
	min-height: 7vw;
}

.pannel-image {
	float: left;
	width: 35.71%;
	max-width: 300px;
	margin-right: 4%;
}

.pannel-table-wrapper {
	width: 60%;
	margin-left: 40%;
	max-width: 500px;
	margin-top: 2em;
	margin-top: 2.8vw;
}

.pannel-table {
	width: 100%;
	border-collapse: collapse;
}

.pannel-table th, .pannel-table td {
	border-bottom: 1px solid #C79D56;
	padding: 0.5em 0;
	padding: 0.8vw 0;
}

.pannel-table tr {
	background-color: white;
}

.pannel-table tr th {
	text-align: center;
	color: #816016;
}

/*.pannel-table tr:nth-child(even) {
	background-color: #f8f9f9;
}*/

.pannel-table tr:hover {background-color: #f7f4f0;}

.pannel-table td {
	color: #602a2e;
}

.pannel-table .currency, .pannel-table .pannel-q {
	text-align: right;
	padding-left: 5%;
}

.pannel-table .pannel-choice {
	color: #816016;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 5%;
	cursor: pointer;
}

#addResult {
	display: none;
	margin-top: 1em;
	margin-top: 1.4vw;
	text-align: right;
	color: #602a2e;
	padding-right: 5%;
}

#addButton {
	display: none;
	margin: 1em 0;
	float: right;
	cursor: pointer;
	padding-right: 5%;
}

.cart-table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.cart-table tr {
	border-bottom: 1px solid #c79f56;
}

.cart-table tr:last-child {
	border: none;
	padding-top: 2em;
	padding-top: 2.8vw;
}

.cart-table th {
	padding-bottom: 0.6em;
	padding-bottom: 0.8vw;
}

.cart-table td {
	padding: 0.1em 0.3em;
	padding: 0.3vw 0.9em;
}

.cart-table th, .cart-table td {
	border: none;
}

.cart-table .num {
	text-align: right;
}

.cart-shipping-table {
	width: 65%;
	margin-top: 2em;
	margin-top: 3vw;
	margin-left: 0;
	border-collapse: collapse;
	border: none;
}

.cart-shipping-table th {
	border: none;
	padding-bottom: 0.6em;
	padding-bottom: 1vw;
	text-align: left;
}

.cart-shipping-table td {
	border: none;
	padding: 0 2%;;
}

.tva_rate {
	font-size: smaller;
}

#shipping-return {
	width: 32%;
}

.color-one {
	color: #816016;
}

.color-two {
	color: #602a2e;
}

.check-emphasize {
	background-color: #f7f4f0;
}

.boutons-achat-wrapper {
	width: 60%;
	margin: 0 auto;
}

.bouton-payer {
	color: white;
	background-color: #c79f56;
}

.bouton-continuer {
	color: #816016;
	border: 1px solid #816016;
	cursor: pointer;
}

.bouton-payer, .bouton-continuer {
	display: block;
	width: 50%;
	max-width: 510px;
	margin: 2em auto;
	margin: 2.6vw auto;
	text-align: center;
	padding: 0.4em 0.8em;
	padding: 0.6vw 1.2vw;
}

.cart-count {
	display: block;
	position: absolute;
	right: 0;
	/*color: #c79f56;*/
	color: red;
}

.cart-count-num {
	font-size: 1.3rem;
	font-size: 1.85vw;
	display: block;
	position: relative;
	top: 1rem;
	left: -15px;
	color: red;
}

.selected-row {
	background-color: #c79f56;
}

.selected-shipping {
	opacity: 1;
	border: 2px solid #c79f56;
	cursor: default;
}

.unselected-shipping {
	opacity: 0.5;
	border: none;
	cursor: pointer;
}

.cart-table .sous-total {
	border: none;
}

.cart-table .sous-total td {
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	padding-top: 1vw;
	padding-bottom: 1.2vw;
	color: #602a2e;
}

.cart-table .total {
	font-size: 1.2em;
}

.cart-table .total td {
	color: #602a2e;
	font-weight: 300;
	font-size: 1.2em;
	font-size: 1.8vw;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-top: 1.2vw;
	padding-bottom: 1.2vw;
	border-top: 1px solid #c79f56;
	border-bottom: 1px solid #c79f56;
}

/*************************************/

#promptbox {
	position: fixed;
	z-index: 10000;
	width: 100%;
	width: 50%;
	max-width: 600px;
	top: 250px;
	left: 50%;
	margin-left: -25%;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 0.5rem;
	box-shadow: 0.2rem 0.3rem 0.6rem 0 rgba(45, 45, 45, 0.7); /*h-pos v-pos (blur) (spread) (color) (inset);*/
	background-color: white;
	border-color: #e6d9ba;
}

/*#prompbox-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
	z-index: 2000;
}*/

.promptbox-closer {
	display: block;
	font-size: 1em;
	text-align: right;
	margin: 0.4rem 3% 0.6rem 0;
}

.promptbox-closer:hover {

}

#promptbox-table {
	width: 100%;
	margin: 0;
	padding: 0;
}

#prompt_button_1 {
	margin: 0;
	border-bottom-left-radius: 0.5rem;
	border-right-style: solid;
	border-right-width: 1px;
}

#prompt_button_2 {
	margin: 0;
	border-bottom-right-radius: 0.5rem;
}

#prompt_button_1, #prompt_button_2 {
	width: 46%;
	padding: 0.4rem 2%;
	text-align: center;
	vertical-align: middle;
}

#promptbox-confirm {
	width: 96%;
	padding: 0.4rem 2%;
	text-align: center;
	vertical-align: middle;
}

.promptbox-question {
	color: #602a2e;
	background-color: #C79D56;
}

.promptbox-answer {
	width: 100%;
	cursor: pointer;
	color: #602a2e;
	background-color: #C79D56;
}

.promptbox-answer:hover {
	background-color: #C79D56;
	color: white;
}

#prompt_button_1 {
	border-right-color: white;
}


