/* html5 setup */

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

/* typography */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 13, 2010 */
@font-face {
	font-family: 'SommetBold';
	src: url('fonts/sommetbold-webfont.eot');
	src: local('☺'), url('fonts/sommetbold-webfont.woff') format('woff'), url('fonts/sommetbold-webfont.ttf') format('truetype'), url('fonts/sommetbold-webfont.svg#webfont8hhKG5YC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SommetBlack';
	src: url('fonts/sommetblack-webfont.eot');
	src: local('☺'), url('fonts/sommetblack-webfont.woff') format('woff'), url('fonts/sommetblack-webfont.ttf') format('truetype'), url('fonts/sommetblack-webfont.svg#webfontVC9huSGX') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3 {
	font-family:SommetBold,Helvetica,Sans-serif;
	font-weight:normal;
	color:#666;
	margin:0 0 8px;
}

h1 {
	font-size:30px;
	line-height:32px;
}

#content h1 {
	color:#28849D;
	padding:6px 0;
	border-bottom: 1px solid #ddd;
}

#content h2,
#content h3 {
	padding:10px 0 0;
	margin:0 0 4px;
}

h2 {
	font-size:23px;
	line-height:26px;
}

h3,
h3.title {
	font-size:16px;
	line-height:19px;
	margin:0 0 6px;
}

p,
#content ul {
	margin:0 0 8px;
}

/* hyperlinks */

a {
	color:#28849d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* global layout */

body {
	background: #fff url(images/header-bg.png) repeat-x 0 -238px;
}

body.admin-menu {
	background: #fff url(images/header-bg.png) repeat-x 0 -218px;
}

body.front {
	background: #fff url(images/header-bg.png) repeat-x 0 0;
}

#container {
	width:1000px;
	margin:0 auto;
}

#logo {
	width:252px;
	float:left;
	margin:0 10px 0 0;
}

#login-nav {
	margin: -4px 0 0 6px;
	padding: 0 30px 0 0;
	text-align: right;
}

.ad-leader {
	margin-top:10px;
	width:728px;
	float:left;
	text-align:center;
}

header {
	position:relative;
	height:106px;
}

.front header {
	height:344px;
}

#main {
	width:1000px;
	min-height:183px;
	background:url(images/top-nav-bg.png) no-repeat 0 0;
}

#topnav {
	width:945px;
	height:31px;
	margin:0 12px 0 29px;
	padding:21px 0 0 0;
	position:relative;
}	
#topnav ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#topnav ul li {
	float:left;
	margin-right:0px;
}
#topnav ul li.last {
	margin:-5px 0 0 0;
}
#topnav ul li a {
	font-family:SommetBold,Helvetica,Sans-serif;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	color:#666;
	text-shadow:1px  1px  0px  #fff;
	text-decoration:none;
	padding:8px 8px 5px;
    border:1px solid transparent;
}
#topnav ul li a.sf-with-ul {
	background:transparent url(images/bg_topnav_arrow.png) 95% 12px no-repeat;
	padding:8px 20px 5px 8px;
}
#topnav ul li a.sf-with-ul span.sf-sub-indicator {
	display:none;
}
#topnav ul li a:hover {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #ccc;
}
#topnav ul li ul {
	position:absolute;
	z-index:10000;
	padding:6px 0 2px;
	background:#fff;
	border:1px solid #ddd;
}
#topnav ul li ul li {
	float:none;
	margin:0;
	padding:3px 12px 6px;
}

#content-container {
	width:986px;
	background:url(images/bg-content-two.png) repeat-y 0 0;
}

.no-sidebars #content-container {
	background:url(images/bg-content-one.png) repeat-y 0 0;
}

#content-container-inner {
	width:1000px;
	min-height:300px;
	margin:0;
	background:url(images/bottom-bg.png) no-repeat 0 bottom;
	padding:12px 0 0;
}

#content-wrap {
	width:940px;
	margin:0 auto;
}

#content {
	width:604px;
	margin:0;
	float:left;
}

.no-sidebars #content {
	width:940px;
}

#sidebar {
	width:300px;
	float:right;
}

footer {
	width:100%;
	min-height:140px;
	background:url(images/footer-bg.png) repeat-x 0 0;
}

#footer-content {
	width:972px;
	margin:0 auto;
	min-height:40px;
	background:url(images/bg-footer-inner.png) no-repeat 0 0;
	color:#28849d;
	text-align:center;
	padding-top:55px;
}

.no-sidebars #footer-content {
	background:url(images/bg-footer-inner-one.png) no-repeat 0 0;
}

.node-type-product #footer-content {
	background:url(images/bg-footer-inner-half.png) no-repeat 0 0;
}

#hover-preview {
	z-index: 1000;
  position:absolute;
  border:1px solid #fff;
  background:#fff;
  padding:5px;
  display:none;
  color:#000;
	-moz-box-shadow: 0 0 20px #444;
	-webkit-box-shadow: 0 0 20px#444;
	box-shadow: 0 0 20px #444;
}
.imagecache-product_thumb {
	border:1px solid #ccc;
}
.imagecache-product_thumb_small {
	border:1px solid #ccc;
}

/* homepage styles */

#featured-content {
	width:520px;
	height:204px;
	position:absolute;
	top:120px;
	left:14px;
	padding:26px 0 0 452px;
	background:url(images/flyers.png) no-repeat -10px 6px;
}

#featured-content  li {
    color:#fff;
    font-size:20px;
}

#featured-content  ol {
    padding-left:26px;
}

#featured-content li {
    line-height:24px;
}

#shadow {
	height:6px;
	width:972px;
	position:absolute;
	bottom:-6px;
	left:14px;
	background:url(images/shadow.png) no-repeat 0 0;
}

#featured-content h1 {
	color:#28849D;
	font-size:30px;
	text-shadow:2px  2px  0px  #000;
	margin-bottom:20px;
}

#featured-content ul {
	list-style-type:none;
}


#featured-content ul li {
	color:#dfdfdf;
	font-size:20px;
	margin-bottom:5px;
	text-shadow:1px  1px  0px  #000;
}

#featured-content p {
	color:#dfdfdf;
	font-size:20px;
	text-shadow:1px  1px  0px  #000;
	padding:0 64px 0 0;
}

/* Carousel */

.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius:0 0 10px 10px;
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-top:0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding:10px 40px;
	width:520px;
	margin:0 0 10px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height:auto;
	width:auto;
}
.jcarousel-skin-tango .jcarousel-item {
	height:143px;
	width:130px;
	text-align:center;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right:0;
	padding:4px 0;
}
#block-views-flyer_cat_carousel-block_1 h3,
#block-views-flyer_cat_carousel-block_2 h3,
#block-views-flyer_cat_carousel-block_3 h3 {
	font-family:SommetBold,Helvetica,Sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-shadow:1px 1px 0 #FFFFFF;
	padding:8px 12px 2px;
	margin:0 2px 0 0;
	border:1px solid #dcdcdc;
	background:#efefef;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	width: 576px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background-image:url('images/prev-horizontal.png');
	height:50px;
	top:57px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background-image:url('images/next-horizontal.png');
	height:50px;
	top:57px;
}
.view-flyer-cat-carousel .view-header {
	position:absolute;
	top:7px;
	right:16px;
}

/* Tags */

.view-product-tags .item-list li {
	float:left;
	font-size:12px;
	line-height:1;
	margin:0;
}
.view-product-tags .item-list li a {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:0 50% rgba(0, 0, 0, 0.07);
	border:1px solid #CCCCCC;
	color:#666666;
	float:left;
	font-weight:normal;
	margin:0 4px 5px 0;
	padding:2px 6px 3px;
	text-decoration:none;
	white-space:nowrap;
}
.view-product-tags .item-list li a:hover {
	background:rgba(227, 227, 227, 0.7);
	text-decoration:none;
}

/* Designer List */

.view-designers-list .views-row {
	border-bottom:1px solid #d8d8d8;
	display:inline-block;
	margin:0;
	padding:0 0 5px;
	width:286px;
}
.view-designers-list .views-row-first {
	border-top:1px solid #d8d8d8;
	padding:5px 0;
}
.view-designers-list .views-field-field-designer-profile-image-fid {
	float:left;
	background:#f6f6f6;
	width:25px;
	height:25px;
	padding:3px;
	border:1px solid #ccc;
}
.view-designers-list .views-field-title {
	float:left;
	margin:6px 0 0 8px;
}
.view-designers-list .views-field-title a:link,
.view-designers-list .views-field-title a:visited,
.view-designers-list .views-field-title a:active {
	text-decoration:none;
}
.view-designers-list .views-field-title a:hover {
	text-decoration:underline;
}

/* Recently Viewed List */
.view-recently-viewed {
	margin:0 0 12px;
}
.view-recently-viewed li {
	float:left;
	width:100px;
	height:115px;
	margin:0 0 12px;
	text-align:center;
}

/* Category and Tag Views */
/*
.add-to-cart input.form-submit {
	margin:-2px 0 0;
  padding:0;
  color:#28849d;
  font-size:11px;
  font-weight:normal;
  text-transform:uppercase;
  background:none;
  -moz-border-radius:none;
  -webkit-border-radius:none;
}
.add-to-cart input.form-submit:active {
	background:none;
}
*/
.view-designer-products,
.view-page-category,
.view-recently-viewed {
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
}
.view-designer-products .thumb,
.view-page-category .thumb,
.view-recently-viewed .thumb {
	margin:0 0 4px;
}
.view .image-gallery-nodes ul li {
	float:left;
	background:none;
	display:inline;
	height:166px;
	text-align:center;
	width:150px;
	vertical-align:top;
	margin:0 0 40px;
}

/* Product Page */
.node-type-product #content-container {
	background:url(images/bg-content-half.png) repeat-y 0 0;
}
.node-type-product #content {
	width:460px;
}
.node-type-product #sidebar {
	text-align:center;
	width:460px;
}
.node-type-product .imagecache-product {
	margin:0 0 8px;
}
.node-type-product #content h1 {
	margin:0 0 10px;
	padding:6px 0 0;
}
#price-wrap {
	float:right;
	width:100px;
	text-align:center;
	border:1px solid #ccc;
  padding:19px 20px 15px;
  margin:0 0 12px;
  background:#f8f8f8;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.product-info {
	margin:0 0 6px;
}
.uc-price-display {
	clear:none;
	float:none;
	font-size:26px;
	font-family:SommetBold,Helvetica,Sans-serif;
	font-weight:normal;
	color:#666;
	padding:0;
	margin:0;
	text-align:left;
	width:auto;
}
.designer-name img {
	vertical-align:middle;
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:3px;
	margin:0 4px 0 0;
}

/* User Profile page */

.imagecache-user_image_default {
	vertical-align:middle;
	border:1px solid #ccc;
	background:#f6f6f6;
	padding:3px;
	margin:0 10px 0 0;
	float:left;
}
.profile-header {
	margin:0 0 14px;
}
.node-type-profile #content h1 {
	margin:0;
	padding:30px 0 0;
	line-height:26px;
	border:none;
}
.node-type-profile #content h2 {
	font-size:15px;
	line-height:18px;
	color:#ccc;
	padding:0;
}

/* User Profile Edit Page */
#edit-field-designer-profile-image-0-ahah-wrapper {
	margin:0 0 20px;
}
#edit-field-designer-profile-image-0-ahah-wrapper .filefield-element,
#content #edit-field-designer-profile-image-0-upload-wrapper {
	margin:0;
}
 
/* Search form */
#topnav #search-block-form label,
#topnav #search-block-form .form-submit {
	display:none;
}
#topnav #search-block-form .form-text {
	width:146px;
	background:#fff url(images/bg_search.png) 4px 50% no-repeat;
  border:1px solid #ccc;
	padding:5px 5px 5px 19px;
  width:120px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

/* Search Results */
.page-search .box-title {
	font-size:13px;
	font-weight:bold;
}
.page-search #content .form-item {
	margin-bottom:6px;
}
#search-form {
	margin:0 0 14px;
}
#search-form .form-text {
	width:300px;
}

/* Service Links */
.service-links li {
	margin:0 3px 0 0;
}

/* Drupal overrides */

div.view div.views-admin-links li {
	padding:0 4px;
}
.print_html, .print_mail, .print_pdf {
	margin-left:0;
}

/* Flyer categories and tags */
.view .image-gallery-nodes ul {
	text-align:left;
}

/** Tabs CSS - Adds styles for the primary and secondary tabs. */
div.tabs {
  margin: 0 0 10px;
}

ul.primary {
  margin: 0;
  padding: 0 0 0 10px;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  line-height: normal;
  background: url(../images/tabs/tab-bar.png) repeat-x left bottom;
}

ul.primary li {
  float: left;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0 0 0 5px; /* width of tab-left.png */
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  color: #777;
  background-color: transparent;
  background: url(../images/tabs/tab-left.png) no-repeat left -38px;
}

ul.primary li a .tab {
  display: block;
  height: 20px; /* 24px (parent) - 4px (padding) */
  margin: 0;
  padding: 4px 13px 0 6px;
  border-width: 0;
  line-height: 20px;
  background: url(../images/tabs/tab-right.png) no-repeat right -38px;
}

ul.primary li a:hover {
  border-width: 0;
  background-color: transparent;
  background: url(../images/tabs/tab-left.png) no-repeat left -76px;
}

ul.primary li a:hover .tab {
  background: url(../images/tabs/tab-right.png) no-repeat right -76px;
}

ul.primary li.active a,
ul.primary li.active a:hover {
  border-width: 0;
  color: #000;
  background-color: transparent;
  background: url(../images/tabs/tab-left.png) no-repeat left 0;
}

ul.primary li.active a .tab,
ul.primary li.active a:hover .tab {
  background: url(../images/tabs/tab-right.png) no-repeat right 0;
}

ul.secondary {
  margin: 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  white-space: nowrap;
  background: url(../images/tabs/tab-secondary-bg.png) repeat-x left bottom;
}

ul.secondary li {
  float: left;
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-right: none;
}

ul.secondary a {
  display: block;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
  text-decoration: none;
  color: #777;
  background: url(../images/tabs/tab-secondary.png) repeat-x left -56px;
}

ul.secondary a .tab {
  display: block;
  height: 18px; /* 24px (parent) - 6px (padding) */
  margin: 0;
  padding: 3px 8px;
  line-height: 18px;
}

ul.secondary a:hover {
  background: url(../images/tabs/tab-secondary.png) repeat-x left bottom;
}

ul.secondary a.active,
ul.secondary a.active:hover {
  border: 1px solid #c0c0c0;
  color: #000;
  background: url(../images/tabs/tab-secondary.png) repeat-x left top;
}

/**
 * Breadcrumb =========================================================
 */
#utility {
	padding:0 0 10px;
}

#utility a {
  margin:0px 5px;
}

/**
 * Page ===============================================================
 */
#page { background:#fff; }

/**
 * Tabs ===============================================================
 */
div.page-header { padding:10px 20px; }

div.page-header h2.page-title {
  padding:10px 0px;
  font-size:24px;
  font-weight:bold;
  letter-spacing:-1px;
  }

div.tabs ul.links {
  border-top:1px solid #ddd;
  padding:9px 0px 10px;
  }

div.page-header ul.links li a { padding:0px 20px 0px 0px; }

div.page-header ul.links li.active a {
  font-weight:bold;
  color:#333;
  }

/**
 * Admin ==============================================================
 */
div.admin div.right,
div.admin div.left {
  width:50%;
  float:left;
  }

div.admin-panel {
  margin:0px 0px 10px;
  padding:10px;
  background:#fff;
  }

div.right div.admin-panel { margin-left:10px; }
div.left div.admin-panel { margin-right:10px; }

/**
 * Page content =======================================================
 */
#page #content {
  background:#f8f8f8;
  border-top:1px solid #ddd;
  padding:19px 20px 20px;

  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-radius-bottomleft:5px;
  -webkit-border-radius-bottomright:5px;
  }

#page #content div.block {
  margin:20px 0px 0px;
  border-top:1px solid #ddd;
  padding:19px 0px 0px;
  }

#page #content h2.block-title {
  font-weight:300;
  font-size:18px;
  margin:0px 0px 10px;
  }

#page #content div.block-content {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  background:#fff;
  padding:10px;
  }

/**
 * Footer =============================================================
 */
#footer {
  text-align:center;
  color:#fff;
  font-size:13px;
  line-height:20px;
  padding:20px 10px 60px;
  }

#footer a { color:#adf; }
#footer a:hover { color:#fff; }

/**
 * Popup messages =====================================================
 */
#growl {
  font-size:13px;
  line-height:20px;

  position:fixed;
  right:10px;
  top:10px;
  width:300px;
  z-index:100;
  }

#growl div.messages span.close {
  float:right;

  width:20px;
  height:20px;
  display:block;

  overflow:hidden;
  text-indent:-999px;

  background:url(images/close.png) no-repeat;
  }

  #growl div.autoclose span.close { display:none; }

#growl div.messages {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;

  margin:5px 0px;
  background:#eff;
  opacity:.9;
  padding:20px;
  }

#growl div.error { 
    background:#fee; 
    display:none; /* dont show error messages */
}

/**
 * Tables =============================================================
 */
table {
  border:5px solid #fff;
  background:#f0f8fa;
  font-size:13px;
  margin:0px 0px 20px;
  }

  div.block table { margin:0px; }

table tr.odd { background:#f0f8fa; }

table thead tr,
table tr.even { background:#f6fbfc; }

table td,
table th {
  border:1px solid #fff;
  padding:5px 10px 4px;
  vertical-align:top;
  }

table.views-view-grid .views-field-title {
  font-size:18px;
  font-weight:bold;
  }

/**
 * Lists ==============================================================
 */
dl dd {
  padding-left:20px;
  font-size:13px;
  }

/**
 * Blocks =============================================================
 */
/*#sidebar a { color:#adf; }*/
/*#sidebar a:hover { color:#fff; }*/

div.view div.views-admin-links {
	width:auto; /*bug with Views2 edit links*/
}

/** Rollover edit links for blocks */
div.block {
  position: relative;
}
div.block div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}

#sidebar div.block {
  padding:10px 10px 10px 0px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-bottomleft:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  }

#sidebar div.block h2.block-title {
  padding:0px 10px 10px;
  background:url(images/dots.png) 0px 100% repeat-x;
  font-size:18px;
  font-weight:300;
  }

/* Menu blocks */
#sidebar div#block-user-1 div.block-content,
#sidebar div.block-menu div.block-content { padding:0px; }

#sidebar ul.menu a {
  font-size:13px;
  display:block;
  padding:5px 5px 5px 10px;
  background:url(images/dots.png) 0px 100% repeat-x;
  }

#sidebar ul.menu a.active {
  background:url(images/mask.png);
  color:#fff;
  }

#sidebar ul.menu li li a {
  font-size:11px;
  line-height:20px;
  padding-left:20px;
  }

div.block ul.menu li li li a { padding-left:30px; }
div.block ul.menu li li li li a { padding-left:40px; }
div.block ul.menu li li li li li a { padding-left:50px; }
div.block ul.menu li li li li li li a { padding-left:60px; }
div.block ul.menu li li li li li li li a { padding-left:70px; }
div.block ul.menu li li li li li li li li a { padding-left:80px; }

/**
 * Nodes ==============================================================
 */
div.node {
  padding:0px 0px 19px;
  margin:0px 0px 10px;
  border-bottom:1px solid #ddd;
  }

  div.node-page {
    margin:0px;
    padding:0px;
    border:0px;
    }

h2.node-title {
  font-weight:300;
  font-size:18px;
  }

div.node-links,
div.node-submitted {
  color:#666;
  font-size:13px;
  }

div.node-submitted { margin:0px 0px 20px; }

div.node-links ul.links {
  margin:20px 0px 0px;
  -moz-border-radius:5px;
  background:#fff;
  float:right;
  }

  div.node-links ul.links li a {
    float:left;
    padding:0px 10px;
    }

div.node div.field { margin:0px 0px 10px; }

div.prose { line-height:20px; }

/**
 * Pagers =============================================================
 */
#main div.pager {
  background:#fff;
  padding:5px;
  margin:10px 0px;
  font-size:11px;
  line-height:30px;
}

#main div.pager ul.pager-links,
#main div.pager ul.pager-list {
  margin:0px;
  padding:0px;
  float:left;
  }

#main div.pager ul.pager-links { float:right; }

#main div.pager li.pager-current,
#main div.pager a {
  padding:0px 10px;
  margin-right:1px;
  }

#main div.pager li.pager-current { background:#f0f8fa; }
#main div.pager a:hover { background:#f6fbfc; }

/**
 * Live Chat =============================================================
 */

.lpStaticButtonAddTextTD,
.lpPoweredBy,
.lpEmtStarRating {
	display:none;
}

#fonts {
    display:none;
}

/************************************************** 16-07-2014*********************************************/
.messages .close{
	display:none;
}

/************************************************** 18-07-2014 *******************************************/
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
  margin: .75em 0 .75em;
  padding: .5em 1em;
}
div.status {
  color: #33a333;
  border-color: #c7f2c8;
}