/* ======================================================= */
/* Main Settings                                           */
/* ======================================================= */

.clearfix, .clear { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}


/* ======================================================= */
/* Header Settings                                         */
/* ======================================================= */

#header-border {
	background: url(../images/header_bg.png) repeat-x;
	width: 980px;
	height: 4px;
	display: block;
}

#header {
	background: #fff;
	
	display: block;
	min-height: 75px;
}

#top-content {
	display: block;
	margin-bottom: 35px;
	font-size: 12px;
}

#top-content p.no-menu {
	color: #222222;
	font-size: 11px;
	line-height: 1.6em;
	right: 0px;
	position: absolute;
	margin-top: 30px;
}

#top-content p.no-menu a:link, #top-content p.no-menu a:visited, #main-menu-wrapper p.no-menu a:link, #main-menu-wrapper p.no-menu a:visited {
	color: #000 !important;
	
}

ul#inner-menu {
	float: right;	
}

ul#inner-menu li {
	display: block;
	float: left;
	margin-right: 5px;
}

ul#inner-menu li a:link, ul#inner-menu li a:visited{
	background: #ffd62c;
	color: #222222;
	font-size: 11px;
	padding: 5px 10px;
	text-decoration: none;
}

#header-custom-message {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	font-size: 11px;
	text-align: right;
}

ul#inner-menu li a:hover {
	background: #222;
	color: #fff;
}

#logo {
	padding-top: 18px;

}

#social-list {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
}

#social-list li {
	display: block;
	float: left;
	margin-left: 5px;
}

#main-menu-wrapper {
	position: absolute;
	right: 0px;
	top: 32px;
}

#main-menu-wrapper p.no-menu {
	font-size: 11px !important;
	border-bottom: 1px dotted #222;
	color: #222;
	padding: 0 1px;
	margin: 0 -1px;
	text-decoration: none;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}




#main-menu, #main-menu *, #store-home-menu, #store-home-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#main-menu, #store-home-menu {
	line-height:	1.0;
}
#main-menu ul, #store-home-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#main-menu ul li, #store-home-menu ul li {
	width:			100%;
}
#main-menu li:hover, #store-home-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#main-menu li, #store-home-menu li {
	float:			left;
	position:		relative;
}
#main-menu a, #store-home-menu a {
	display:		block;
	position:		relative;
}
#main-menu li:hover ul,
#main-menu li.sfHover ul, #store-home-menu li:hover ul, #store-home-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#main-menu li:hover li ul, #store-home-menu li:hover li ul, #store-home-menu li.sfHover li ul,
ul#main-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li:hover ul, #store-home-menu li li:hover ul, #store-home-menu li li.sfHover ul
ul#main-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#main-menu li li:hover li ul, #store-home-menu li li:hover li ul, #store-home-menu li li.sfHover li ul,
ul#main-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li li:hover ul, #store-home-menu li li li:hover ul, #store-home-menu li li li.sfHover ul,
ul#main-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* ======================================================= */
/* Menu Settings                                           */
/* ======================================================= */

#main-menu-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#main-menu-wrapper ul a, #store-home-wrapper ul a {
	display: block;
	position: relative;
}

#main-menu-wrapper ul li, #store-home-wrapper ul li {
	float: left;
	position: relative;
	z-index: 40;
}

#main-menu-wrapper ul li:hover, #store-home-wrapper ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#main-menu-wrapper ul ul, #store-home-wrapper ul ul {
	position: absolute;
	top: -9999em;
	width: 150px; /* left offset of submenus need to match (see below) */
}

#main-menu-wrapper ul ul li, #store-home-wrapper ul ul li { width: 100%; }

/*  Make sub menus appear */
#main-menu-wrapper ul li:hover ul, #store-home-wrapper ul li:hover ul, #store-home-wrapper ul li.sfHover ul, 
#main-menu-wrapper ul li.sfHover ul {
	left: -1px;
	top: 20px; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
#main-menu-wrapper ul li:hover li ul,
#main-menu-wrapper ul li.sfHover li ul,
#main-menu-wrapper ul li li:hover li ul,
#main-menu-wrapper ul li li.sfHover li ul,
#main-menu-wrapper ul li li li:hover li ul,
#main-menu-wrapper ul li li li.sfHover li ul,
#store-home-wrapper ul li:hover li ul,
#store-home-wrapper ul li.sfHover li ul,
#store-home-wrapper ul li li:hover li ul,
#store-home-wrapper ul li li.sfHover li ul,
#store-home-wrapper ul li li li:hover li ul,
#store-home-wrapper ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#main-menu-wrapper ul li li:hover ul,
#main-menu-wrapper ul li li.sfHover ul,
#main-menu-wrapper ul li li li:hover ul,
#main-menu-wrapper ul li li li.sfHover ul,
#main-menu-wrapper ul li li li li:hover ul,
#main-menu-wrapper ul li li li li.sfHover ul,
#store-home-wrapper ul li li:hover ul,
#store-home-wrapper ul li li.sfHover ul,
#store-home-wrapper ul li li li:hover ul,
#store-home-wrapper ul li li li.sfHover ul,
#store-home-wrapper ul li li li li:hover ul,
#store-home-wrapper ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#main-menu-wrapper ul a, #store-home-wrapper ul a {
	padding: 0 10px;
	color: #aeaeae;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#main-menu-wrapper ul li a:hover,
#main-menu-wrapper ul li:hover,
#main-menu-wrapper ul li.sfHover a,
#main-menu-wrapper ul li.current-cat a,
#main-menu-wrapper ul li.current_page_item a,
#main-menu-wrapper ul li.current-menu-item a,
#store-home-wrapper ul li a:hover,
#store-home-wrapper ul li:hover,
#store-home-wrapper ul li.sfHover a,
#store-home-wrapper ul li.current-cat a,
#store-home-wrapper ul li.current_page_item a,
#store-home-wrapper ul li.current-menu-item a {
	text-decoration: none;
	color: #000;
}

/* 2nd level skin */
#main-menu-wrapper ul ul, #store-home-wrapper ul ul {
	padding: 10px 15px 10px 15px;
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
}

#main-menu-wrapper ul ul li, #store-home-wrapper ul ul li {
	height: 35px;
	line-height: 35px;
	float: none;
	background: none;
	border-bottom: 1px solid #f0f0f0;
}

#main-menu-wrapper ul ul li:last-child, #store-home-wrapper ul ul li:last-child {	border-bottom: none; }

#main-menu-wrapper ul ul li a, #store-home-wrapper ul ul li a {
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	padding:0;
	font-weight: normal;
}

#main-menu-wrapper ul li.sfHover ul a, #store-home-wrapper ul li.sfHover ul a { color: #999; }

#main-menu-wrapper ul li.sfHover ul a:hover, #store-home-wrapper ul li.sfHover ul a:hover { color: #444; }

/* ======================================================= */
/* Homepage settings                                       */
/* ======================================================= */

#homepage-wrapper {
	background: #fff;
	display: block;
	width: 980px;
	margin-top: 10px;
}

#empty-static {
	border: 4px dashed grey;
	height: 200px;
	font-size: 12px;
	text-align: center;
	line-height: 200px;
}

#slider-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

#rhinoslider li { list-style:none; }

#rhinoslider {
	width: 940px;
}

.bxSlider {
	padding: 20px 20px 15px 20px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#slider h1, #slider h2, #slider h3 {
	font-size: 40px;
	color: #222222;
	letter-spacing: -2pt;
	margin-bottom: 20px;
}

#slider p, #slider, #home-page-content p, #main-home-area {
	font-size: 13px;
	line-height: 1.6em;
	color: #555555;
}

#slider p, #home-page-content p, #main-home-area p, #main-home-area a{
	margin-bottom: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: 300;
}

.rhino-container a {
	margin-bottom: 0px !important;
}

.bx-content {
	margin-top: 10px;
}

#home-page-content h1,
#home-page-content h2,
#home-page-content h3,
#home-page-content h4,
#home-page-content h5,
#home-page-content h6 {
	color: #202020;
	margin-bottom: 10px;
	letter-spacing: -2pt;
}

div.widget {
	margin-bottom: 20px;
}

#main-home-area a:link, #main-home-area a:visited {
	background-color: #F7CF27;
	border: solid 1px #F7CF27;
	color: #101010;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}

#main-home-area a:hover {
	text-decoration: underline;
	background: #101010;
	color: #fff;
	border: 1px solid #000;
}

#main-home-area div.widget_meta ul li, #main-home-area div.widget_categories ul li, #main-home-area div.widget_archive ul li, #main-home-area div.widget_links ul li, #main-home-area div.widget_pages ul li, #main-home-area div.widget_recent_comments ul li{
	border-bottom: 1px solid #f3f3f3;
	padding: 3px 0px 3px 0px;
}

#divider-bg {
	background: url(../images/small_divider.png) repeat-x;
	display: block;
	height: 7px;
	margin-bottom: 10px;
}

#bottom-divider {
	display: block;
	height: 20px;
}

#home-teaser  {
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
	font-style: italic;
	margin-bottom: 25px;
}


/* ======================================================= */
/* Modules                                                 */
/* ======================================================= */

div.scroller h4 {
	color: #222222 !important;
	font-size: 12px;
	background: url(../images/small_divider.png) 0px 7px repeat-x;
	margin-bottom: 15px;
}

div.scroller h4 span {
	background: #fff;
	padding-right: 10px;
}

div.scroller-product {
	text-align: center;
}

div.scroller-product .product-name {
	font-size: 12px;
	margin-bottom: 0px !important;
}

div.scroller-wrapper {
	width: 940px;
}

.list_carousel {
	
	width: 940px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 14px;
	text-align: center;
	width: 220px;
	
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

#products-scroller li {
	display: block;
	float: left;
	padding: 0px 15px 25px 15px;
	margin-bottom: 10px;
	
}

.list_carousel ul li {
	border: 1px solid #ededed !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.list_carousel h3 {
	margin-bottom: 0px !important;
}

.list_carousel .prices {
	font-weight: 600 !important;
	font-size: 14px !important;
}

.list_carousel a {
	background: none !important;
	border: none !important;
	padding:0px !important;
}

.list_carousel .scroller-details {
	background: #f7f7f8;
	padding: 10px;
}

.list_carousel .scroller-details .product-name {
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	padding:0px !important;
}

.list_carousel .scroller-details .product-name a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.scroller-details p {
	margin-bottom: 0px !important;
}

.list_carousel ul li img {
	margin-bottom: -4px !important;
}

a.add-to-cart-btn-home {
	background-color: #F7CF27 !important;
	border: solid 1px #F7CF27 !important;
	color: #101010 !important;
	padding: 3px 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomright: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

/*  Catalog module */

.module-catalog {
	background: url(../images/small_divider.png) repeat-x;
	margin-top: 20px;
	padding-top: 30px;
}

#inner-page div.category h2.cat-heading {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
	letter-spacing: -2pt;
}

/* ======================================================= */
/* Inner page                                              */
/* ======================================================= */

#breadcrumb {
	background: url(../images/small_divider.png) repeat-x bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#inner-wrapper {
	background: white;
	display: block;
	width: 980px;
	margin-top: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	line-height: 1.6em;
	color: #555555;
	font-weight: 300;
}

#inner-wrapper p {
	margin-bottom: 10px;
}

#inner-wrapper h1,
#inner-wrapper h2,
#inner-wrapper h3,
#inner-wrapper h4,
#inner-wrapper h5,
#inner-wrapper h6 {
	color: #202020;
	margin-bottom: 10px;
	
}

#inner-wrapper #sidebar a {
	text-decoration: none;
}

#inner-wrapper #sidebar a:hover {
	text-decoration: underline !important;
	color: #000;
}

#inner-wrapper #page-content a:link, #inner-wrapper #page-content a:visited, #inner-wrapper #sidebar p a, #crumbs a {
	color: #000 ;
	text-decoration: none;
}

#sreg-form label {
	display: block;
}

#sreg-form input[type=text], #sreg-form input[type=password], div.wpcf7 input[type=text], div.wpcf7 input[type=password], div.wpcf7 textarea {
	width: 300px;
}

#inner-wrapper a:hover {
	text-decoration: underline !important;
}

.catalog-product-image a, .catalog-product .product-name a{
	
	border: none !important;
}

.catalog-product {
	text-align: center;
	margin-bottom: 20px;
}

.catalog-product .product-name a {
	font-size: 13px;
	color: #222222;
	font-weight: bold;
	line-height: 1.3em !important;
	padding: 0px !important;
}

.catalog-product .product-name a:hover {
	color: #222 !important;
	text-decoration: underline;
}

.catalog-product .product-excerpt {
	font-size: 12px !important;
}

.catalog-product .product-name {
	margin-bottom: 10px !important;
}

.catalog-product p.price {
	color: #101010;
	font-weight: bold;
}

#inner-wrapper #page-content #category-selector {
	position: absolute;
	right: 0px;
}

#inner-wrapper #page-content #mycart a {
	border: none !important;
}

#inner-wrapper #page-content #mycart a:hover {
	text-decoration: underline;
}

#inner-wrapper #page-content #mycart .cat-align form {
	text-align: center !important;
	margin-top: 10px;
}

#home-catalog-button {
	position: absolute;
	right: 0px;
	margin-top: -40px;
	font-size: 12px !important;
	padding: 0px 3px !important;
}

#sidebar .widget-heading {
	margin-bottom: 10px;
	background: url(../images/small_divider.png) 0px 7px repeat-x;
	font-size: 14px !important;
}

#sidebar .widget-heading span {
	background: #fff !important;
	padding-right: 10px;
}

#sidebar div.widget ul li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #f2f2f4;
}

#sidebar div.widget a, #sidebar div.widget a:visited {
	background: transparent;
	border: none;
	padding: 0px;
	color: #101010; 
}

#sidebar div.widget a:hover {
	text-decoration: underline;
	color: #000;
}

#sidebar div.widget_mycartcategorieswidget {
	background: #121212;
	padding: 15px;
}

#sidebar div.widget_mycartcategorieswidget .widget-heading {
	color: #fff;
	font-size: 28px !important;
	letter-spacing: -2pt;
	margin-bottom: 20px;
	
}

#sidebar div.widget_mycartcategorieswidget .widget-heading span {
	background: transparent !important;
}

#sidebar div.widget_mycartcategorieswidget ul.children {
	padding-left: 20px;
	font-size: 12px !important;
}

#sidebar div.widget_mycartcategorieswidget ul.children li {
	background: none;
}

#sidebar div.widget_mycartcategorieswidget ul.children li:last-child {
	border: none;
}

#sidebar div.widget_mycartcategorieswidget ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #2f2e2e;
	background: transparent url(../images/footer_links.png) no-repeat right center;	
}

#sidebar div.widget_mycartcategorieswidget ul li > ul {
	background: transparent url(../images/footer_links.png) no-repeat right top !important;	
}

#sidebar div.widget_mycartcategorieswidget ul li a:link, #sidebar div.widget_mycartcategorieswidget ul li a:visited {
	background: transparent !important;
	color: #747474 !important;
	text-decoration: none;
	border: none;
}

#sidebar div.widget_mycartcategorieswidget ul li a:hover {
	color: #fff !important;
}

#sidebar div.widget_mycartsearchwidget form label, #sidebar div.widget_mycartsearchwidget form input[type=submit], #sidebar div.area-description {
	display: none !important;
}

#newsletter-teaser {
	background: url(../images/teaser.png) no-repeat;
	display: block;
	width: 942px;
	height: 101px;
}

#newsletter-teaser .teaser-content h2 {
	margin-bottom: 0px !important;
	font-size: 18px;
	color: #3e3e3e;
}

#newsletter-teaser .teaser-content p {
	margin-top: 5px;
}

#newsletter-teaser .teaser-content {
	position: absolute;
	margin-left: 25px;
	margin-top: 30px;
}

#newsletter-teaser .alo_easymail_form_table tr {
	display: block;
	float: left;
}

#newsletter-teaser .alo_easymail_form_table {
	margin-top: 0px;
}

#newsletter-teaser .alo_easymail_form_table input[type=text] {
	width: 200px;
}

#newsletter-teaser #alo_easymail_widget_form input[type=submit] {
	background: url(../images/teaser_button.png);
	display: block;
	width: 183px;
	height: 52px;
	text-align: center;
	color: #8a6629;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	position: absolute;
	margin-left: 632px;
	margin-top: -10px;
	border: none;
	box-shadow: none;
}

#newsletter-teaser #alo_em_widget_loading, #newsletter-teaser #alo_easymail_widget_feedback {
	position: absolute;
	margin-left: 550px;
	margin-top: 10px;
}

#newsletter-teaser .alo_em_widget_loading {
	display: block;
	text-indent: -9999px;
	font-size: 0px;
	width: 16px;
	height: 16px;
	background: url(../images/ajax-loader.gif) no-repeat;
}

#newsletter-teaser .alo_easymail_widget_ok {
	background: url(../images/newsletter_confirmation.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
}

#newsletter-teaser .alo_easymail_widget_error {
	display: block;
	background: url(../images/newsletter_error.png) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	font-size: 0px;
}

#newsletter-teaser #teaser-button {
	background: url(../images/teaser_button.png);
	display: block;
	width: 183px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	right: 20px;
	margin-top: 25px;
}

#teaser-button:hover, #twitter-button {
	text-decoration: none !important;
}

#newsletter-teaser .teaser-content {
	background: url(../images/newsletter.png) no-repeat left top;
	min-height: 64px;
	margin-top: 20px !important;
	padding-top: 15px;
	font-size: 12px;
	padding-left: 80px;
	line-height: 1.6em;
}



#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#sidebar .form-login-heading {
	display: none !important;
}

li.no-border {
	border: none !important;
}

input,
textarea,
.uneditable-input {
  display: inline-block;
  width: 195px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio, .checkbox {
  padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}

#sidebar .widget_twitter_widget ul li {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: whiteSmoke;
	border: 1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#footer-wrapper .widget_twitter_widget ul li {
	background: none;
}

#footer-wrapper .widget_twitter_widget ul li a:link, #footer-wrapper .widget_twitter_widget ul li a:active {
	color: #fff !important;
}

#footer-wrapper div.phm.fbConnectWidgetHeaderTitle.uiBoxLightblue {
	background: #fff !important;
}

/* ======================================================= */
/* Catalog Settings                                        */
/* ======================================================= */

#page-content #mycart input.selectall {
	width: 50px !important;
}

div#product-tags {
	padding-top: 5px;
	border-top: 1px dotted #D2D2D2;
	font-style: italic !important;
	font-size: 11px !important;
}

#product-tags span {
	color: #404040 !important;
}

#product-details .price {
	margin-bottom: 10px !important;
	display: block;
}

#page-content .previews li#preview-fill {
	margin-bottom: 15px !important;
}

.gallery .thumbnails li img {
	border: 1px solid #efefef;
}

.gallery .thumbnails li {
	margin-bottom: 15px;
}

#product-details-tab h1, #product-details-tab h2, #product-details-tab h3, #product-details-tab h4, #product-details-tab h5, #product-details-tab h6 {
	line-height:1.6em;
}

.catalog-product .product-name a, .catalog-product .price{
	font-weight: 500 !important;
}

#page-content h2,
#page-content h3,
#page-content h4,
#page-content h5,
#page-content h6 {
	font-weight: 400;
}

#product-details-tab {
	margin-top: 15px;
	margin-bottom: 15px;
}

dl.details {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background: white;
	-webkit-border-radius: 0.27em;
	-moz-border-radius: 0.27em;
	border-radius: 0.27em;
	box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
	-webkit-box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
	-moz-box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
	-o-box-shadow: 0 0 0 0.27em rgba(0, 0, 0, 0.015);
	margin: 0.27em 0.27em 1.61803399em 0.27em;
	border-collapse: separate;
}

dl.details dt {
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#F6F6F6));
	background: -webkit-linear-gradient(white, #F6F6F6);
	background: -moz-linear-gradient(center top, white 0%, #F6F6F6 100%);
	background: -moz-gradient(center top, white 0%, #F6F6F6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f6f6f6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f6f6f6)";
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: .618em;
	font-weight: 600 !important;
	color: #404040;
}

dl.details dd {
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: .618em;
}
dl.details dt {
min-width: 190px;
}

ul.variations li {
	display: block;
	float: left;
	margin-right: 10px !important;
}

ul.variations label {
	font-weight: 600 !important;
	color: #404040;
	font-size: 12px !important;
}

#mycart-cart-ajax img {
	display: none !important;
}

ul.variations {
	margin-bottom: 15px !important;
}

div.fullwidth#page-content {
	margin-bottom: 50px;
}

table {
  max-width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.table {
  width: 100% !important;
  margin-bottom: 18px !important;
}
.table th, .table td {
  padding: 8px !important;
  line-height: 18px !important;
  text-align: left !important;
  vertical-align: top !important;
  border-top: 1px solid #ddd !important;
}
.table th {
  font-weight: bold !important;
}
.table thead th {
  vertical-align: bottom !important;
}
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0 !important;
}
.table tbody + tbody {
  border-top: 2px solid #ddd !important;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px !important;
}
.table-bordered {
  border: 1px solid #ddd !important;
  border-collapse: separate !important;
  *border-collapse: collapsed !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd !important;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0 !important;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0 !important;
  -moz-border-radius: 4px 0 0 0 !important;
  border-radius: 4px 0 0 0 !important;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0 !important;
  -moz-border-radius: 0 4px 0 0 !important;
  border-radius: 0 4px 0 0 !important;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px !important;
  -moz-border-radius: 0 0 0 4px !important;
  border-radius: 0 0 0 4px !important;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0 !important;
  -moz-border-radius: 0 0 4px 0 !important;
  border-radius: 0 0 4px 0 !important;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9 !important;
}
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #f5f5f5 !important;
}
table .span1 {
  float: none !important;
  width: 44px !important;
  margin-left: 0 !important;
}
table .span2 {
  float: none !important;
  width: 124px !important;
  margin-left: 0 !important;
}
table .span3 {
  float: none !important;
  width: 204px !important;
  margin-left: 0 !important;
}
table .span4 {
  float: none !important;
  width: 284px !important;
  margin-left: 0 !important;
}
table .span5 {
  float: none !important;
  width: 364px !important;
  margin-left: 0 !important;
}
table .span6 {
  float: none !important;
  width: 444px !important;
  margin-left: 0 !important;
}
table .span7 {
  float: none !important;
  width: 524px !important;
  margin-left: 0 !important;
}
table .span8 {
  float: none !important;
  width: 604px !important;
  margin-left: 0 !important;
}
table .span9 {
  float: none !important;
  width: 684px !important;
  margin-left: 0 !important;
}
table .span10 {
  float: none !important;
  width: 764px !important;
  margin-left: 0 !important;
}
table .span11 {
  float: none !important;
  width: 844px !important; 
  margin-left: 0 !important;
}
table .span12 {
  float: none !important;
  width: 924px !important;
  margin-left: 0 !important;
}

#cart-table input[type=text] {
	width: 40px;
}

#cart-table button.remove {
	background: transparent url(../images/delete.png) no-repeat center;
	box-shadow: none !important;
	border: none !important;
	text-indent: -9999px;
}

.small-tb {
	width: 13%;
}

.small-tb-n {
	width: 6%;
}

div.methods {
	padding-left: 5px;
}

form#checkout li {
	padding-left: 5px;
}

input[type=text]#shipping-address, input[type=text]#shipping-xaddress{
	width: 430px !important;
}

input[type=text]#shipping-state {
	width: 195px !important;
}

div.inline{
	
	margin-top: 10px;
}

.link-right {
	float: right;
}

#cart-links {
	margin-bottom: 20px;
}

.table-cart thead tr, tr.totals th, .transaction tr th {
	color: #000 !important;
}

#mycart fieldset {
	border: none !important;
}

#mycart fieldset legend {
	color: #555 !important;
	background-color: white;
	border: 1px solid #DDD !important;
	border-bottom-color: #fff;
	cursor: default !important;
	padding-top: 9px !important;
	padding-bottom: 9px !important;
	padding-right: 12px;
	padding-left: 12px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#mycart fieldset address {
	border-top: 1px solid #DDD;
	margin-top: -11px;
	padding-top: 10px;
}

#page-content #mycart ul.mycart.account li {
	display: block;
	float: left;
	padding-left: 45px;
	height: 40px;
	width: 300px;
	margin-bottom: 20px;
}

#page-content #mycart ul li .area-description {
	padding-top: 10px;
}

#page-content #mycart ul li.My.Account {
	background: transparent url(../images/account_userinfo.png) no-repeat  0px 15px !important;
}

#page-content #mycart ul li.Downloads {
	background: transparent url(../images/account_download.png) no-repeat  0px 20px !important;
}

#page-content #mycart ul li.Order.History {
	background: transparent url(../images/account_orders.png) no-repeat  0px 20px !important;
}

/* Custom link settings */
#page-content #mycart ul li.FAQs {
	background: transparent url(../images/account_faq.png) no-repeat  0px 20px !important;
}

#page-content #mycart ul li.Logout {
	background: transparent url(../images/account_logout.png) no-repeat  0px 20px !important;
}

#customer-area input[type=text], #customer-area input[type=password] {
	width: 300px;
}

#customer-area input[type=text], #customer-area input[type=password]{
	margin-bottom: 10px;
}

div.pagination, div.wp-pagenavi {
  height: 36px !important;
  margin: 18px 0 !important;
 
}
div.pagination ul, div.wp-pagenavi {
  display: inline-block !important;
 text-transform: capitalize;
  *display: inline !important;
  /* IE7 inline-block hack */

  *zoom: 1 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  
}

div.pagination li, div.wp-pagenavi span, div.wp-pagenavi a {
  float: left !important;
  text-decoration: none !important;
  border: 1px solid #ddd !important;
  border-left-width: 0 !important;
  line-height: 34px;
}

div.pagination li a {
	padding: 9px 14px !important;
}

div.wp-pagenavi span, div.wp-pagenavi a {
	padding: 0px 14px 0px;
}

div.pagination li.disabled, div.pagination li.active {
	padding: 0 14px;
}

div.pagination a:hover, div.pagination li.active, div.wp-pagenavi .current, div.wp-pagenavi a:hover {
  background-color: #f5f5f5 !important;
}
div.pagination li.active a {
  color: #999999 !important;
  cursor: default !important;
}
div.pagination li.disabled a, div.pagination li.disabled a:hover {
  color: #999999 !important;
  background-color: transparent !important;
  cursor: default !important;
}
div.pagination li:first-child, div.wp-pagenavi span:first-child, div.wp-pagenavi a:first-child  {
  border-left-width: 1px !important;
  -webkit-border-radius: 3px 0 0 3px !important;
  -moz-border-radius: 3px 0 0 3px !important;
  border-radius: 3px 0 0 3px !important;
}
div.pagination li:last-child, div.wp-pagenavi span:last-child, div.wp-pagenavi a:last-child  {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
} 
div.pagination-centered {
  text-align: center !important;
}
div.pagination-right {
  text-align: right !important;
}

/* ======================================================= */
/* Blog Settings                                           */
/* ======================================================= */

.post-image {
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 4px;
	display: block;
}

.read-more-link {
	left: -10px;
	top: 0px;
}

#respond label {
	display: block;
}

.read-more-link a {
	text-decoration: none !important;
}

.read-more-link:hover {
	text-decoration: none !important;
}

.post-image {
	margin-bottom: 15px;
}

ul.post-meta-info {
	height: 35px;
	line-height: 35px;
	border: 1px dotted #f0f0f0;
	margin-bottom: 20px;
}

ul.post-meta-info li {
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-right:1px dotted #f0f0f0;
}

.post-layout {
	margin-bottom: 50px;
}

.post-title a {
	color: #000 !important;
}

#comments{margin-top:50px;}

#comments .date{
	padding-left:2px;
	color:#BBBBBB;
	font-size:9px;
	line-height:15px;
	text-transform:uppercase;
}

.comment-text{
	color:#555;
	left:25px;
	margin:10px 0;
	min-height:90px;
	overflow:hidden;
	padding-right:40px;
	padding-top:8px;
	position:relative;
	
}

.comment-author{
	float:left;
	overflow:hidden;
	width:90px;
}


.small_frame img {
	background: #fff;
	padding: 5px;
	border: 1px solid #eaeaea;
}

h4#comments { 
	clear: both;
	margin: 45px 0 5px 0;
	font-size:20px;
}


.commentlist cite {
	display:inline-block;
	font-style:normal;
	line-height:16px;
	padding-left:2px;
	padding-top:5px;
	text-transform:capitalize;
}

.commentlist cite , .commentlist cite a:link, .commentlist cite a:visited {color: #666;}
.commentmetadata ,.commentlist .reply {
	float:left;
	font-size:10px;
	margin-right:5px;
	text-transform:lowercase;
}

.commentlist {margin: 0 0 20px 0;}

.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 10px;
	overflow:hidden;
	clear:both;
}

.commentlist > li {
	background: url('../images/header_space.png') repeat-x left bottom;
	padding-bottom: 10px;
}

.commentlist li ul li { margin-left: 20px;}

.cancel-comment-reply a{ 
	color:#bbb;	
	font-size:9px;
	padding-left:2px;
	text-transform:uppercase;
	line-height:15px;
}

.comms-navigation, .navigation { 
	clear: both;
	display: block;
	margin-bottom:0px;
	overflow: hidden;
	font-size: 12px;
}

.children {padding: 0;}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

#commentform { padding-top:20px; }

#respond{
	clear:both;
	padding-bottom:20px;
	margin-top: 20px;
}

#respond h3{margin-bottom:0px;}

.date { 
	color:#555 !important;
	font-size:10px;
	text-transform:uppercase;
	line-height:15px;
}

.awaiting_moderation{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	display:inline-block;
	font-size:10px;
	margin-bottom:10px;
	padding:0 10px;
}
	
.logged{margin-bottom:5px;}


/* author box */ 

.authorbox { 
	font-size:13px;	
	line-height:20px; 
	padding:20px 20px 0 20px;	
	margin:3px 0 50px 0; 
	border-top:1px solid #d7d7d7; 
	border-bottom:1px solid #d7d7d7;
	 background:#efefef;
}

.authorbox .avatar { 
	float:left; 
	margin:0 20px 20px 0; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}

.authorbox .author_name { 
	padding:5px 0 0px 0; 
	font-size:15px;
}

.authorbox .author_desc	{ margin:0;}

.authorbox .author_links	{ 
	margin:-12px 0 0 0; 
	text-align:right;
}

.authorbox .author_links a	{ 
	font-size:12px; 
	padding:0 20px 0 0;
}

/* share bar */ 

#share-bar { 
	background: #e4e4e4;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 605px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#share-bar li {
	margin-right: 13px;
	display: inline;
}

#respond textarea {
	width: 500px;
	padding: 10px;
}
#respond .required, .comment-notes {
	display:  none;
}

/* ======================================================= */
/* Preload settings                                        */
/* ======================================================= */

.post-load {
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50% !important; 
	display:block; 
	position: relative; 
	height:220px; 
	width:686px;  
}

ul#foo0 li a.carousel-load, ul#foo1 li a.carousel-load, ul#foo2 li a.carousel-load, ul#foo3 li a.carousel-load, ul#foo4 li a.carousel-load  {
	background: transparent url(../images/ajax-loader.gif) no-repeat 70% 60% !important; 
	display:block; 
	position: relative; 
	height:170px; 
	width:160px;
}

#page-content .list_carousel li {
	width: 160px !important;
	margin-right: 15px;
	margin-bottom: 30px;
}

#page-content .list_carousel li a.carousel-load {
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 60% !important;
	height: 140px !important;
}

#rhinoslider li {
	background: transparent url(../images/bar-loader.gif) no-repeat 50% 50% !important; 
	display:block; 
	position: relative; 
	height:300px; 
	width:940px;
}

.cat2row {
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50% !important; 
	display:block; 
	position: relative; 
	width: 335px;
	height: 253px;
	
}

.cat3row {
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50% !important; 
	display:block; 
	position: relative; 
	width: 215px;
	height: 215px;
	
}

.cat4row {
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50% !important; 
	display:block; 
	position: relative; 
	width: 155px;
	height: 253px;
	
}

#homepage-wrapper h2.product-name a {
	background: none !important;
}

/* ======================================================= */
/* Footer Settings                                         */
/* ======================================================= */

#footer-wrapper {
	background: #101010 repeat;
	color: #747474;
	font-size: 13px;
	line-height: 1.6em;
	padding-top: 20px;
	font-weight: 300;
	
}

#footer-wrapper p, #footer-wrapper a:link, #footer-wrapper a:visited {
	color: #747474;
	line-height: 1.6em;
	margin-bottom: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	
}

#footer-wrapper a:link, #footer-wrapper a:visited {
	text-decoration: none;
}

#footer-wrapper a:hover {
	color: #fff;
}

#footer-wrapper .widget-heading {
	color: #e5e5e5;
	font-size: 18px;
	
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: transparent url(../images/footer-headings.png) repeat-x bottom;
	
}

#footer-wrapper ul li {
	border-bottom: 1px solid #262525;
	padding-bottom: 5px;
	padding-top: 5px;
	background: transparent url(../images/footer_links.png) no-repeat right center;	
}

#footer-wrapper ul li.no-border {
	background: none !important; 
}

#bottom-footer {
	background: #101010 repeat;
	border-top: 1px solid #262525;
	color: #5e5e5e;
	font-weight: bold;
	font-size: 12px;
}

#bottom-footer a:link, #bottom-footer a:visited {
	color: #fff;
	text-decoration: none;
}

#bottom-footer .container {
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
	line-height: 1.4em;
}

#footer-wrapper .form-login-heading, #footer-wrapper .area-description {
	display: none;
}

/* Browser fixes */

body.firefox div#page-content.fullwidth, body.opera div#page-content.fullwidth {
	margin-bottom: 0px !important;
}

body.firefox form#checkout p.submit, body.opera form#checkout p.submit {
	margin-bottom: 0px !important;
	padding-bottom: 50px !important;
}

body.firefox #inner-wrapper p, body.opera #inner-wrapper p  {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}