/*
 * urban rituelle template file
 * © 2009 e-motion design
 */
 
/** general styles **/
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A6463;
	background-color: #FFFFFF;
	text-align: left;
}
.mceContentBody,
.mceContentBody td,
.mceContentBody th {
	font-size: 10px;	
}

h1, h2, h3, h4, h5, h6, legend,
.contentheading,
.componentheading,
.componentheading-search-results {
	color: #A4968D;
	margin: 1em 0;
	font-weight: normal;	
}
legend,
.contentheading,
.componentheading,
.componentheading-search-results {
	padding: 1em 0 0;
	margin: 0;	
}
h1 { font-size: 180%; line-height: 150%; }
.contentheading,
.componentheading,
.componentheading-search-results,
h2 { font-size: 140%; line-height: 150%; }
h3, legend { font-size: 120%; line-height: 120%; }
h4 { font-size: 110%; line-height: 120%; }
h5 { font-size: 100%; line-height: 120%; }
h6 { font-size: 90%; line-height: 120%; }

p, ul, ol, hr { margin: 1em 0; }
ul, ol { padding-left: 20px; }	
img { border: none; }
a {
	color: #6A6463;
	text-decoration: underline;
}
a:hover {
	color: #A4968D;
}
.fancy-hr {
	display: block;
	height: 10px;
	width: 270px;
	margin: 1em auto;
	clear: both;
}
hr {
	color: #FFFFFF;
	height: 1px;
	background: none;
	border: none;
	border-bottom: 1px dashed #DDD5C2;
}
.article_separator { display: none; }
.contentpaneopen,
.contentpaneopen-search-results {
	width: 100%;
}

/* end general styles */
/*--------------------------------*/
/** form styles **/

form, fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
.contentpaneopen-search-results fieldset {
	padding: 10px;
	border-bottom: 1px dashed #DDD5C2;
}
input, textarea, .inputbox, button, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	background-color: #F7F6F2;
	border: 1px solid #EAE6DA;
	color: #8C7A69;
}
input[type="radio"], input[type="checkbox"] {
	background-color: transparent;
	border: none;
		
}

.artforms-button, 
.button,
button {
	border-color: #DDD5C2;
	color: #8C7A69;
	background-color: #EAE6DA;
	cursor: pointer;
}
.artforms-button:hover, 
.button:hover,
button:hover {
	border-color: #8C7A69;
}

.button , .button:hover {
	border: 1px solid #ddd5c2;
	text-decoration: none;
	background-color: #EAE6DA;
	color: #8C7A69;
}
a.button , a.button:hover {
	padding: 3px 5px;
}

/* login form */

#form-login-username,
#form-login-password,
#form-login-remember {
	text-align: left;	
}

#form-login-username label,
#form-login-password label,
#form-login-remember label {
	display: block;
	width: 100px;
	float: left;
}
#modlgn_remember {
	margin: 2px 0;
	background: none;
	border: none;
}

.moduletable-logout input {
	margin: 20px 0 20px 23px;
}

/* artforms */

#artforms-box {
	width: 550px;
}
.form-item {
	float: left;
	clear: left;
	margin: 3px 0;
	width: 530px;
}
.form-label,
.form-label-hidden {
	float: left;
	width: 190px;
}
.form-label-hidden {
	visibility: hidden;
}
.form-input {
	float: left;
}
.form-req {
	float: left;
}
#artforms-reqtext,
#artforms-buttons {
	clear: left;
	float: left;
	padding-left: 190px;
	width: 300px;
}
#artforms-reqtext {
	margin: 15px 0 5px;
}
.artforms-errorfield,
.artforms-errorftxt {
	font-weight: bold;	
}

/* newsletter signup form */

.mainnewsletter .normalsublayout div {
	padding-bottom: 5px;
	text-align: left;
}
.normalsublayout label {
	display: block;
	float: left;
	margin-right: 5px;
	width: 40px;
}
.normalsublayout input {
}
.normalsublayout .button {
	margin-left: 45px;	
}
/* end form styles */
/** system style overrides **/

#system-message dd ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	color: #6A6463;
	background: #F7F6F2;
	border: 1px dashed #EAE6DA;
}
#system-message .componentheading {
	padding: 0;	
}


/* system style overrides */
/** section styles **/

#header .wrap, #content, #footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
/*--------------------------------*/
#header {
	position: absolute;
	top: 0;
	width: 100%;
}
#header .wrap {
	position: relative;
	height: 180px;
	background: transparent url('../images/header-bg.jpg') no-repeat left top;
}
#logo {
	position: absolute;
	left: 351px;
	top: 17px;	
}
/*--------------------------------*/
#content {
	min-height: 500px;
/*	padding-top: 210px;	*/
	margin-top: 190px; /* revert back to padding after testing */
	font-size: 110%;
	line-height: 170%;
	overflow: auto;
}
.wide-left #main-wrap,
.wide-right #main-wrap,
.narrow #main-wrap {
	float: left;	
}
.wide-right #main-wrap {
	width: 890px;	
}
.full #main {
	clear: both;
	width: 930px;
	margin: 0 auto;	
}
.wide-right #main {
	float: right;
	width: 650px;
	display: inline;
}
.wide-left #main {
	float: left;
	width: 600px;
	display: inline;	
}
.narrow #main {
	float: right;
	width: 380px;
}

#left {
	width: 215px;
	float: left;
	display: inline;
	padding-right: 4px;
	border-right: 1px dashed #DDD5C2;
	margin: 10px 20px 0 0;
}
#right {
	width: 320px;
	float: right;
	margin-right: 20px;
	display: inline;
}
#top {
	clear: both;
	overflow: auto;
}
#bottom {
	clear: both;
	padding-top: 30px;
	overflow: auto;
}
.module, .module-bordered, .module-bordered-collapse {
	float: left;
	width: 280px;
	margin: 20px;
	display: inline;
}

.module-bordered div,
.module-bordered-collapse div {
	background: transparent url('../images/mod-bg-rpt.gif') repeat-y left top;
}
.module-bordered div div,
.module-bordered-collapse div div {
	background: transparent url('../images/mod-bg-top.gif') no-repeat left top;
}
.module-bordered div div div,
.module-bordered-collapse div div div {
	background: transparent url('../images/mod-bg-bottom.gif') no-repeat left bottom;
	overflow: auto;
	padding: 20px;
	text-align: center;
}
.module-bordered div div div {
	min-height: 200px;
}
.module-bordered div div div div,
.module-bordered-collapse div div div div {
	background: none;
	overflow: visible;
	padding: 0;
	min-height: 0;
}

.moduletable-cart {
	position: absolute;
	top: 10px;
	left: 700px;
	background: transparent url('../images/cart-bg-bag.jpg') no-repeat left top;
	height: 98px;
	width: 130px;
	padding: 10px 0 0 90px;
	font-size: 110%;
	line-height: 150%;
}
.moduletable-cart h2 {
	margin: 0;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	color: #6A6463;
}
.moduletable-cart .items {}
.moduletable-cart .price {
	font-weight: bold;
}
.moduletable-cart .show-cart {
	text-transform: lowercase;
	clear: both;
}
.moduletable-cart .checkout {
	margin: 5px 0 0;
}
.moduletable-cart .checkout a {
	display: block;
	height: 17px;
	width: 75px;
	padding: 2px 8px;
	background: transparent url('../images/checkout-bg.gif') no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 17px;
}

.module-left {
	width: 210px;
 	background: transparent url('../images/left-mod-bg-rpt.png') repeat-y left top;
}
.module-left div {
	 background: transparent url('../images/left-mod-bg-top.png') no-repeat left top;
}
.module-left div div {
	 background: transparent url('../images/left-mod-bg-bottom.png') no-repeat left bottom;
	 width: 210px;
}
.module-left div div div {
	 background: transparent none;
	 padding: 20px;
	 width: auto;
}
.module-left div div div div {
	padding: 0;
}

.module-left h3 {
	font-weight: bold;
	margin-top: 0;
}

.module-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.module-left li {
	padding: 4px 0;
	line-height: 120%;	
}
.module-left .level1 a {
	text-decoration: none;
}
.module-left ul ul {
	display: none;
	padding: 0 0 0 10px;	
}
.module-left .current {
	background-color: #FFFFFF;
	border-top: 1px dashed #DDD5C2;
	border-bottom: 1px dashed #DDD5C2;
}
.module-left .current ul {
	display: block;	
}
.module-left .level2 .current {
	border: none;	
}
.module-left .active {
	font-weight: bold;	
}


.shop-login {
	margin: 0 0 10px;	
}
.shop-login .form-label {
	float: left;
	width: 70px;
	clear: both;
	margin-bottom: 5px;
}
.shop-login .form-input {
	clear: none;
	width: 100px;
}
.shop-login .form-button {
	overflow: auto;
	clear: both;	
}
.shop-login .form-button input {
	float: left;
	margin: 5px 0 5px 70px;
	clear: both;
	display: inline;
}
.shop-login .links {
	clear: both;	
}

.module-search {
	margin: 10px 7px;
	overflow: auto;
}
.module-search input {
	float: left;
	padding: 0;
	border: none;
	background: transparent;
}
.module-search .inputbox-search {
	background: transparent url('../images/search-bg.gif') no-repeat left top;
	padding: 3px 10px;
	width: 152px;
	height: 18px;
}

.browse-cats a {
	text-decoration: none;
}

/*--------------------------------*/
#footer {
	margin-top: 20px;
	height: 185px;
	position: relative;
	background: transparent url('../images/footer-bg.jpg') no-repeat left bottom;
}

#footer .moduletable-social {
	position: absolute;
	left: 24px;
	bottom: 23px;
}

#footer .moduletable-links {
	position: absolute;
	left: 245px;
	bottom: 23px;	
}
#footer .moduletable-links ul {
	margin: 0;
	padding: 0;
}
#footer .moduletable-links li {
	list-style-type: none;
	background: transparent url('../images/footer-bullet.gif') no-repeat left top;
	font-size: 120%;
	line-height: 19px;
	padding: 0 5px 10px 25px;
}

#footer .moduletable-newsletter-signup {
	position: absolute;
	left: 562px;
	bottom: 37px;
	height: 107px;
	width: 333px;
	padding: 20px 20px;
	background: transparent url('../images/footer-newsletter-bg.jpg') no-repeat left top;
}
#footer .subintro {
	float: left;
	width: 130px;
	padding: 10px 10px 0 15px;	
}
#footer .subintro p {
	font-size: 110%;
	padding: 1em 0;
}
#footer .normalsublayout {
	float: left;
	padding: 16px 0 0;
	width: 170px;
}
#footer .normalsublayout label {
	font-size: 11px;
	line-height: 19px;	
}
	
#footer .moduletable-footer-text {
	position: absolute;
	bottom: 20px;
	left: 572px;	
}
#footer .moduletable-footer-text table.contentpaneopen {
	width: auto;
}
#footer p {
	margin: 0;	
}

/* end section styles */
/*--------------------------------*/
/** moomenu styles **/
.moduletable_menu {
	position: relative;
	top: 130px;
	left: 15px;
	float: left;
}
.moduletable_menu ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
}
.moduletable_menu ul li {
	display: block;
	float: left;
	position: relative;
	padding-bottom: 20px;
}
.moduletable_menu ul li.active {
	background: transparent url('../images/menu-current.gif') no-repeat center bottom;
}
#header .moduletable_menu ul li a,
#header .moduletable_menu ul li span.separator {
	display: block;
	float: left;
	height: 28px;
	padding: 0 18px;
	border-left: 1px solid #C5BCB4;
	border-right: 1px solid #E2DED9;
	line-height: 28px;
	font-size: 130%;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: #8C7A69;	
}
#header .moduletable_menu ul .item94 a,
#header .moduletable_menu ul .item95 a,
#header .moduletable_menu ul .item96 a,
#header .moduletable_menu ul .item97 a,
#header .moduletable_menu ul .item98 a,
#header .moduletable_menu ul .item99 a,
#header .moduletable_menu ul .item100 a,
#header .moduletable_menu ul .item101 a
 {
	text-transform: none;
}

#header .moduletable_menu ul li.item1 a { border-left: none; }
#header .moduletable_menu ul li.item20 a { border-right: none; }
#header .moduletable_menu ul li span.separator { cursor: default; }

.moduletable_menu ul li ul {
	display: block;
	height: auto;
	position: absolute;
	z-index: 99;
	left: -999em;
	top: 28px;
	width: 150px;
	clear: both;
	background-color: #F7F6F2;
}

.moduletable_menu ul li ul ul {
   margin: 0 0 0 225px;
   font-size: 1em;
   top: -5px;
   padding: 5px 0 0;
}
.moduletable_menu ul li.item8 ul ul,
.moduletable_menu ul li.item19 ul ul {
	margin: 0 0 0 205px;	
}

.moduletable_menu ul li li {
	width: 150px;
	padding: 0;
}
.moduletable_menu ul li.item3 ul,
.moduletable_menu ul li.item3 li,
.moduletable_menu ul li.item8 ul,
.moduletable_menu ul li.item8 li,
.moduletable_menu ul li.item14 ul,
.moduletable_menu ul li.item14 li,
.moduletable_menu ul li.item19 ul,
.moduletable_menu ul li.item19 li {
	width: 210px;	
}
.moduletable_menu ul li.item7 ul,
.moduletable_menu ul li.item7 li {
	width: 230px;	
}
	
.moduletable_menu ul li li.active {
	background: none;
}
#header .moduletable_menu ul li li a,
#header .moduletable_menu ul li li span.separator {
	display: block;
	background: none;
	float: none;
	border: none;
	text-align: left;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	margin: 0 5px;
	padding: 0 14px;
}
#header .moduletable_menu ul li li a {	
	border-left: 1px solid #EAE6DA !important;
	border-right: 1px solid #EAE6DA !important;
	border-bottom: 1px dashed #DDD5C2 !important;
}
#header .moduletable_menu ul li li.parent a {
	background: transparent url('../images/menu-arrow.gif') no-repeat 97% center;	
}
#header .moduletable_menu ul li li.parent a:hover {
	background: #FFFFFF url('../images/menu-arrow-active.gif') no-repeat 97% center;
}
#header .moduletable_menu ul li li.parent li a,
#header .moduletable_menu ul li li.parent li a:hover {
	background: none;	
}
#header .moduletable_menu ul li li span.separator {
	height: 20px;
	line-height: 20px;
	padding: 0;
	border: none;
	text-align: center;
	color: #F7F6F2;
}
#header .moduletable_menu ul li li.item25 span.separator,
#header .moduletable_menu ul li li.item27 span.separator,
#header .moduletable_menu ul li li.item29 span.separator,
#header .moduletable_menu ul li li.item31 span.separator,
#header .moduletable_menu ul li li.item35 span.separator,
#header .moduletable_menu ul li li.item38 span.separator, 
#header .moduletable_menu ul li li.item76 span.separator,
#header .moduletable_menu ul li li.item77 span.separator {
	border-bottom: 1px dashed #DDD5C2 !important;
}
#header .moduletable_menu ul li li.item27,
#header .moduletable_menu ul li li.item31 {
	background: transparent url('../images/submenu-top-150.gif') no-repeat left bottom;
}

#header .moduletable_menu ul li li.item28,
#header .moduletable_menu ul li li.item32 {
	background: transparent url('../images/submenu-bottom-150.gif') no-repeat left top;
}
#header .moduletable_menu ul li li.item25,
#header .moduletable_menu ul li li.item29,
#header .moduletable_menu ul li li.item38,
#header .moduletable_menu ul li li.item76 {
	background: transparent url('../images/submenu-top-210.gif') no-repeat left bottom;
}
#header .moduletable_menu ul li li.item26,
#header .moduletable_menu ul li li.item30,
#header .moduletable_menu ul li li.item39,
#header .moduletable_menu ul li li.item77 {
	background: transparent url('../images/submenu-bottom-210.gif') no-repeat left top;
}
#header .moduletable_menu ul li li.item35 {
	background: transparent url('../images/submenu-top-230.gif') no-repeat left bottom;
}
#header .moduletable_menu ul li li.item36 {
	background: transparent url('../images/submenu-bottom-230.gif') no-repeat left top;
}
#header .moduletable_menu ul li li li.item66 a,
#header .moduletable_menu ul li li li.item87 a,
#header .moduletable_menu ul li li li.item92 a { /* top item in sub sub menu */
	border-top: 1px dashed #DDD5C2 !important;
}

#header .moduletable_menu ul li li.sfhover a,
#header .moduletable_menu ul li li.parent li.sfhover a {
	background-color: #FFFFFF;
}
#header .moduletable_menu ul li li.sfhover li a {
	background-color: transparent;
}
#header .moduletable_menu ul li li.sfhover li a {
	background-color: transparent;
}
#header .moduletable_menu ul li li.current a {
	background: #EAE6DA;
}
#header .moduletable_menu ul li li.current.parent a {
	background: transparent url('../images/menu-arrow-current.gif') no-repeat 97% center;
}
.moduletable_menu ul li li a span {
	padding: 2px;
	background: none;	
}

.moduletable_menu ul li ul {
	left: -999em;
}
.moduletable_menu ul li:hover ul ul, .moduletable_menu ul li:hover ul ul ul {
	left: -999em;
}
.moduletable_menu ul li:hover ul, .moduletable_menu ul li li:hover ul, .moduletable_menu ul li li li:hover ul {
	left: auto;
}

/* end moomenu styles */

/* added for the fader on the main page */
.moduletable_fader {
	margin-right: 40px;
}

/* other styles */

.styled-table, .gallery {
	border-collapse: collapse;
}
.styled-table td, .gallery td {
	padding: 20px;
}
.styled-table td {
	border-bottom: 1px dashed #DDD5C2;
}

/*--------------------------------*/
/* Firefox anchor links within SEO template fix
.gecko .anchorLink a { position: relative; }
*/
