/*
Theme Name: Mobilia
Theme URI: http://bednarmultimedia.com/
Author: Bednar Multimedia
Version: 2.0 (alpha)
*/

@import url('department-images.css');

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x:hidden;

}
h4 {
	margin-bottom:8px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline:none;
}
a img {
	border: none;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	clear:both;
	float: left;
	margin: 0 0 0 -202px;
	width: 100%;
	padding:20px 0 0 0;
}
#container #content {
	margin: 0 0 0 187px;
}
#primary {
	clear:both;
	float: left;
	overflow: hidden;
	width: 182px;
	margin:0;
	margin-top:-28px;
	padding:0;
}
#primary .widget-area {
}
#secondary {
	float: right;
	overflow: hidden;
	width: 186px;
	margin:0;
	padding:0;
}
#footer {
	clear: both;
	width: 100%;
}
#content,
body.single .product_post {
	min-height:320px;
	padding-bottom:20px;
	width:773px;
	overflow:hidden;
}


/*
LAYOUT: One column layout
DESCRIPTION: Two-column fixed layout with one sidebar on each side of content
*/

#productContainer {
}
#productContainer #content {
	width:748px;
	float:right;
	margin:15px 0 5px 10px;
}
/*


/*
LAYOUT: One column layout
DESCRIPTION: Two-column fixed layout with one sidebar on each side of content
*/

#oneColumnContainer {
}
#oneColumnContainer #content {
	width:738px;
	float:right;
	margin:15px 0 5px 20px;
}
/*
/*
LAYOUT: Two column layout
DESCRIPTION: Two-column fixed layout with one sidebar on each side of content
*/

#twoColumnContainer {
}
#twoColumnContainer #content {
	width:562px;
	float:left;
	margin:5px 0 0 5px;
}

body.page-template-home-php #twoColumnContainer #content {
	padding-bottom:0;
	margin-bottom:0;
}
/*
LAYOUT: Home column
*/
#alt-container {
}
#alt-container #content {
	width: 370px;
	float:left;
	margin:15px 0 0 20px;
}
#alt-container2 {
}
#alt-container2 #content {
	width: 290px;
	float:left;
	margin:0 0 0 20px;
}
#alt-container3 {
}
#alt-container3 #content {
	width: 330px;
	float:left;
	margin:30px 0 0 20px;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	padding:15px 0;
	margin: 0 auto;
	width: 900px;
}
/*

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font: 75% Verdana, Helvetica, sans-serif, Arial;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#main,
.wrapper {
	margin: 0 auto;
	width: 940px;
}
.wrapper {
	background: #fff;
	margin-top: 0;
	padding: 0;
	border-bottom:5px solid #fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	background-image:url(images/bg_container_left.png);
	background-repeat:repeat-y;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #626657;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	border:1px solid #ccc;
	background-color:#f7f9eb;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #B6121B;
	text-decoration:none;
}
a:visited {
	color: #B6121B;
	text-decoration:none;
}
a:active,
a:hover {
	color: #B6121B;
	text-decoration:none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.noBullets {
		list-style:none;
		margin:0;
		padding:0;
}
img.bannerImage_horiz {
		margin-top:5px;
		margin-left:5px;
		width:752px;
		height:auto;
}
img.bannerImage {
	width:360px;
	height:auto;
	margin-top:20px;
}
h1.entry-title,
h1.page-title {
		margin: 15px 0;
		font-size:22px;
}
h2.entry-title {
	font-size:18px;
}
.box {
	background-color:#F7F9EB;
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:15px;
}
.backlink {
	padding:0 0 -15px 0;
	font-size:11px;
	color:#666;
}
/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
}
#site-title {
	width:182px;
	height:182px;
	font-size: 30px;
	margin: 0 0 0 0;
	padding:0;
	position:relative;
	z-index:99999;
}
#site-title a {
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
}


/* =Menu
-------------------------------------------------------------- */
.meteor-slides {
	z-index: 1;
}
#meteor-slideshowhome-page-slideshow {
	margin-top:-20px;
	padding-top:0;
}
#access {
	background: #232020;
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 182px;
	width: 758px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	z-index:99999;
}
#access a {
	color:#fff;
	display: block;
	line-height: 28px;
	width:185px;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	border-right:2px solid #fff;
	text-transform:lowercase;
	background:#232020;
}
#access ul ul {
	/* box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); */
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	float: left;
	width: 185px;
	z-index: 99999;
}
#access ul ul li {
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #232020;
	line-height: 1em;
	padding: 6px 10px;
	width: 165px;
	height: auto;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	border:none;
	border-top:2px solid #fff;
	text-align:left;
}
#access li:hover > a {
	color:#fff;
	background-color:#232020;
}
#access ul ul :hover > a {
	color:#fff;
	background-color:#8c8e91;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background-color:#222222;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background-color:#222222;
}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	color: #fff;
	background-color:#8c8e91;
}
* html #access ul ul li.current_page_item a,
* html #access ul ul li.current-menu-ancestor a,
* html #access ul ul li.current-menu-item a,
* html #access ul ul li.current-menu-parent a,
* html #access ul ul li a:hover {
	color: #fff;
	background-color:#8c8e91;
}

#access li.menu-item-4334 a {
		border-left:5px solid #fff;
}
#access li.menu-item-4333 a {
		border-right:none;
}
#access li#menu-item-4333 ul {
	width:195px;	
}
#access li#menu-item-4333 ul a {
	width: 172px;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #fff;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc;
}
#content .wp-caption img {
	margin: 0;
	padding:0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px 0;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #B6121B;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #B6121B;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #B6121B;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #cc0000;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */
li#text-7 {
}
.widget-area ul {
	list-style: none;
	margin:0;
	padding:0;
}
.widget-area li.widget-container {
	list-style:none;
	margin:0 0 0 0;
	background-color:#e0e0e0;
	padding:10px;
	border-top:5px solid #fff;
	width:162px;
	overflow:hidden;
}
#secondary .widget-area li.widget-container {
	width:166px;
	margin-bottom:2px;
}
.widget-area li.widget_sp_image {
	list-style:none;
	padding:0px;
	margin:0px;
	width:182px;
	overflow:hidden;
	background:none;
	}
	
#secondary .widget-area li.widget_sp_image {
	width:186px;
}
.widget-area ul ul {
	list-style: none;
	margin:0;
}
.widget-area ul ul.menu a {
	color:#666;
	font-size:11px;
	font-weight:normal;
}
.widget-area ul ul.menu a:hover {
	color:#B6121B;
	text-decoration:none;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
}
.widget-container {
}
.featuredItem {
	border:1px solid #ccc;
	width:174px;
	padding:5px;
	height:183px;
	float:right;
}
.featuredItem h3 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:2px;
}
.featuredItem h4 {
	text-align:center;
}
.featuredItem img.attachment-thumbnail {
	margin:10px auto 0 auto;
	display:block;
}.featuredItem img.attachment-featured-thumb {
	margin:5px auto 0 auto;
	display:block;
}
.widget-title {
	color: #666;
	font-weight: bold;
	text-transform:uppercase;
	font-size:11px;
}
#first #nav_menu-3 .widget-title {
	width:182px;
	height:55px;
	background-image:url(images/Mobilia-logo-long2.png);
	background-repeat:no-repeat;
	text-indent:-10000px;
	margin:-10px -10px 0 -10px;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#footer-widget-area {
	overflow: hidden;
	margin:0;
}
#footer-widget-area .widget-container,
#footer-widget-area #first {
	height:180px;
	float: left;
	width: 164px;
	list-style:none;
	margin:0 5px 0 0;
	background-color:#e0e0e0;
	padding:10px;
	border-top:5px solid #fff;
	overflow:hidden;
}

#footer-widget-area #first {
	width:162px;
}
#footer-widget-area #first .widget-container {
	float:none;
	padding:0;
	margin:0 0 10px;
	background:none;
	border:none;
	height:auto;
	width:auto;
}

#footer-widget-area #fifth .widget-container {
	margin-right:0;
	width:166px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #B6121B;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
}
#colophon {
	overflow: hidden;
	padding: 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #666;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#copyrightInfo {
		color:#ccc;
		font-size:11px;
		font-family:Tahoma, Verdana, Geneva, sans-serif;
		font-weight:normal;
}
#copyrightInfo a {
		font-weight:normal;
		color:#ccc;
}

/* ---------------------------------------------- Newsletter Sign-up Form ----------------------------------- */

form#mc_embed_signup {
	margin:0;
	padding:0;
	font-size:9px;
	}
form#mc-embedded-subscribe-form input.email {
}

/* ---------------------------------------------- FORM CSS -------------------------------------------------- */

span#reason span.wpcf7-list-item {
	display:block;
	margin-top:3px;
	}
form#searchform {
	padding-top:10px;
}
form#searchform input#s {
	width:120px;
	border:1px solid #ccc;
	background-color:#f7f9eb;
	margin:0;
	display:block;
	padding:4px 3px;
	height:15px;
	float:left;
	font-size:12px;
	}
form#searchform button {
	padding:0;
	margin:0;
	border:none;
	display:block;
	cursor:pointer;
	background-color:#f5f5f5;
	width:25px;
	height:25px;
	float:left;
	}
form#searchform #searchsubmit {
	padding:0;
	margin:0;
	border:none;
	display:block;
	cursor:pointer;
	width:25px;
	height:25px;
	float:left;
	background-image:url(/wp-content/themes/mobilianc/images/button_search.gif);
	text-indent:-10000px;
	}
form#searchform button img {
	margin:0;
	margin-left:-3px;
	margin-top:-1px;
	padding:0;
	border:none;
	height:25px;
	width:25px;
	}

form.wpcf7-form {
	display:block;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

form.wpcf7-form label{
  display:block;
  font-weight:bold;
  }

form.wpcf7-form span.wpcf7-list-item{
	display:block;
}
.twoBlock form.wpcf7-form textarea {
	width:400px;
}
form#contact label{
	display:block;
	margin-top:10px;
	}
	
.wpcf7-response-output {
	display:block;
	margin-bottom:20px;
	padding:20px;
	border:1px solid #7db818;
	text-align:center;
	background-color:#e7ffbe;
	}
.wpcf7-validation-errors {
	border:1px solid #7db818;
	}
	
div.wpcf7-mail-sent-ok {
	border:1px solid #7db818;
}

div.wpcf7-mail-sent-ng {
	border:1px solid #7db818;
}

div.wpcf7-spam-blocked {
	border:1px solid #7db818;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 100;
	background: #e7ffbe;
	border: 1px solid #7db818;
	font-size: 10pt;
	display:block;
	width: 200px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
div.wpcf7 fieldset {
	display:block;
	border:none;
	margin:0;
	padding:0;
	float:left;
	padding:10px;
	}

/* ------------------  product pages ----------------------------------- */
#crumbs {
	padding:15px 0 15px 0;
	font-size:11px;
	color:#666;
	}
#SortBy {
	margin:10px 0;	
	display:none;
	}
#crumbs a:hover {
	text-decoration:underline;
}
.productInfo {
	float:right;
	width:235px;
	padding-top:30px;
	padding-right:15px;
	padding-left:10px;
	border-left:1px solid #ccc;
	min-height:320px;
	margin-right:10px;
}
img.item_image {
	margin:0;
}
#item_price {
	font-size:14px;
	margin-bottom:15px;
}
h2#productTitle {
	font-size:18px;
	color:#333;
	margin-bottom:5px;
}
#productContainer h1, #productContainer h2, #productContainer h3, #productContainer h4 {
	clear:none;
}
ul#additionalInfo {
	font-size:90%;
	display:block;
	}
ul#additionalInfo li {
	margin-bottom:5px;
	}
.imageArea {
	text-align:center;
	float:left;
	background-color:#fff;
	float:left;
	width:480px;
	
}

.item-price {
	font-size:11px;
	}
h3.productHeader {
		font-size:14px;
		font-weight:bold;
}
ul#dimensions {
	margin-bottom:10px;
}
.shiba-nav {
}
.imageArea img {
}
#alt-container2 .picture-slides-container .navigation-controls {
	display:none;
}
#content .picture-slides-thumbnails li img {
	border:2px solid #fff !important;
	margin:0;
	padding:0
}
#content .picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	background:#333;
	border:2px solid #333 !important
}
span.picture-slides-image-counter,
a.picture-slides-start-slideshow,
a.picture-slides-stop-slideshow {
	margin:0 10px;
	display:inline-block;
}
div#relatedProducts {
	clear:both;
	border-top:4px solid #ccc;
	margin-top:20px;
	padding-top:20px;
}
#relatedProducts div.category-products {
	display:block;
	}
/* ------------ TILES ------------------------ */
div.tiles {
	width:773px;
	overflow:hidden;
	
}
div#featuredProducts {
}
div.tiles div.imageBox img {
	border:none;
	}

div.tiles h2.page-title {
	margin:0 0 15px 0;
	}
div.tiles .tileInfo {
	position:absolute;
	text-align:center;
	margin:120px 0 0 0;
	width:165px;
	
}
div.tiles h3.entry-title  {
	margin:5px 0 0 0;
	font-size:12px;
	display:block;
	}
div.tiles h3.entry-title a {
	font-weight:bold;
	}
div.tiles div.post,
div.tiles div.page {
	text-align:center;
	display:block;
	width:165px;
	height:180px;
	float:left;
	overflow:hidden;
	margin:0 13px 13px 0;
	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
	}
div.tiles div.post:hover a,
div.tiles div.page:hover a {
		color:#333;
}
div.tiles div.post:hover,
div.tiles div.page:hover {
}
div.tiles div.imageBox {
	background:none;
	width:165px;
	height:120px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
div.tiles div.imageBox img {
	border:none;
	}
	/*
div.tiles div.category-portfolio {
	display:block;
	width:176px;
	height:190px;
	float:left;
	overflow:hidden;
	margin:0 10px 10px 0;
	}
*/
div.tiles div.category-portfolio a {
	color:#232020;
	font-size:11px;
}	
.wraptocenter { 
display: table-cell;
vertical-align: middle;	
width:165px;
height:120px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* = Portfolio
-------------------------------------------------------------- */
div#portfolioTiles {
	width:380px;
	float:right;
	overflow: hidden;
	margin-top:40px
}	

div#portfolioTiles div.post,
div#portfolioTiles div.page {
	height:160px;
}
/* ------------------------ Product Categories ------------------------------------- */
ul#productCategories {
	overflow:hidden;
	width:773px;
	}
ul#productCategories, ul#productCategories ul {
	margin:0;
	padding:0;
	list-style:none;
	}
ul#productCategories li {
	width:165px;
	display:block;
	margin-right:13px;
	margin-bottom:13px;
	float:left;
	padding:5px;
	color:#adadad;
	line-height:1.25em;
	overflow:hidden;
	height:160px;
	border:1px solid #ccc;
	text-align:center;
	}
	
body.category-products ul#productCategories li {
	height:250px;
	text-align:left;
}

body.category-products ul#productCategories ul li {
	height:auto;
	text-align:left;
}
div#productDepartments2 ul#productCategories li {
	height:50px;
	}
ul#productCategories ul li {
	display:block;
	width:165px;
	height:auto;
	padding:0;
	font-size:10px;
	margin-bottom:0;
	border:none;
	}
ul#productCategories a,
ul#productCategories a:link,
ul#productCategories a:visited {
	padding-top:130px;
	width:165px;
	display:block;
	height:20px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
	background-repeat:no-repeat;
	background-position:top center;
	}
ul#productCategories a:hover {
	color:#B6121B;
	text-decoration:none;
	}
ul#productCategories ul li a,
ul#productCategories ul li a:link,
ul#productCategories ul li a:visited {
	font-size:12px;
	font-weight:normal;
	background:none;
	height:auto;
	padding:0;
	margin:0;
	margin-bottom:3px;
	}

ul#productSubCats {
	display:block;
	list-style:none;
	margin:0 0 10px 0;
	padding:10px;
	color:#999;
	font-size:11px;
}
ul#productSubCats li {
	display:inline;
	text-transform:lowercase;
	}
ul#productSubCats li a {
	padding:0 10px;
	}
body.archive h2.entry-title {
	clear:none;
}
body.archive .post-summary {
	border-top:1px solid #ccc;
	padding:20px 0;
}
img.summary-thumbnail {
	float:right;
	margin-left:20px;
	display:block;
	
}
div.team-listing {
	border-top:1px solid #ccc;
	padding:10px 0;f
	clear:both;
}
div.team-listing h3 {
	clear:none;
	font-weight:bold;
}
div.team-listing img.team-member-image {
	float:left;
	padding-right:10px;
}
div.team-content {
padding-left:100px;
}
/* = Page Navigation
-------------------------------------------------------------- */

.wp-pagenavi {
	font-size:12px;
	clear:both;
	padding:10px 0 20px 0;
	}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #333;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:hover {	
	color: #1c1e1c;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #1c1e1c;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 6px; 
	margin: 2px 2px 2px 2px;
	border-left:1px solid #cccccc;
	color:#666;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000000;
	background-color: #FFFFFF;
}

.entry-utility {
	clear:both;
}
/* = Links Page
-------------------------------------------------------------- */
ul#links-page {
	width:360px;
	float:right;
	overflow: hidden;
	margin:15px 0 0 0;
	list-style:none;
	padding:0;
}
ul#links-page ul {
	list-style:none;
	margin:0;
	padding:0;
}
ul#links-page li,
ul#links-page ul li {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
	float:left;
}

ul#links-page ul li {
}
/* = Google Maps Page
-------------------------------------------------------------- */
body.page-id-79 #content {
	padding-top:30px;
}
div.googleMaps {
	width:440px;
	float:right;
	overflow: hidden;
	margin-top:40px
}
/* = Comments Page
-------------------------------------------------------------- */

blockquote.quotescollection a,
blockquote.quotescollection a:active,
blockquote.quotescollection a:hover,
blockquote.quotescollection a:visited,
blockquote.quotescollection a:link {
	color:#B6121B;
	text-decoration:none;
	cursor:pointer;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =2013 Home Page Template
-------------------------------------------------------------- */

.page-template-home_2013-php .wrapper {
	background-image:none;
}

.page-template-home_2013-php #twoColumnContainer #content {
	width:940px;
	float:left;
	margin:5px 0 0 0;
	min-height:640px;
	padding:0;
}
.page-template-home_2013-php #twoColumnContainer #content p {
	margin-bottom:0;
}
.page-template-home_2013-php #content img {
	max-width:940px;
	height:auto;
}
.page-template-home_2013-php #access {
	background: #232020;
	display: block;
	float: left;
	margin: 92px 0 0 0;
	padding: 0 0 0 0;
	width: 940px;
	height:32px;
}

.page-template-home_2013-php #access a {
}
.page-template-home_2013-php #access li:last-child a {
	border-right:none;
}
.page-template-home_2013-php #access li#menu-item-9448 a {
	background-image:url(images/logo_mobilia_square.png);
	background-repeat:no-repeat;
	background-size:cover;
	text-indent:-10000px;
	height:185px;
	width:185px;
	margin:-80px 0 0 0;
	border-right:none;
}
.page-template-home_2013-php #access li#menu-item-9451 a {
	border-left:2px solid #fff;
}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	.wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}