/**
 * Acumen for Magento
 * http://gravitydept.com/to/acumen-magento
 *
 * @author	 Brendan Falkowski
 * @package	gravdept_acumen
 * @copyright  Copyright 2011 Gravity Department http://gravitydept.com
 * @license	All rights reserved.
 * @version	1.1.0
 */

/*--------------------------------------------------------------------------------------------------*/
/*  CUSTOM OVERRIDES FOR BASE.CSS
/*--------------------------------------------------------------------------------------------------*/

/* your code here */

.homepagetop img {
	width: 100%;
}

#wrapper {border: none;}

a { color:#810316; text-decoration:none; }
a:hover { color:#41000A; text-decoration:underline; }

a:focus, a:active
	{ color:#41000A; }

#container {width: 1004px; background: none;}

body, button, input, select, table, textarea
	{ font-family: 'Arial', 'Helvetica', 'sans-serif';  background: none repeat scroll 0 0 #fff; }
	
body
	{background-image: url("/skin/frontend/gravdept/acumen/media/custom/background.gif");	background-repeat: repeat-x;}

h1 {font-size: 15px;}

.button {
	background: none repeat scroll 0 0 #810316;
}

textarea:focus, .input-text:focus {
	border-color: #810316;
}

#header  {background-image: url("/skin/frontend/gravdept/acumen/media/custom/title.jpg");	background-repeat: repeat-x; height: 220px; margin: 0;}

#logo {height: 177px;}

#header-bar {background: #fcd2d3 !important;}

#account .links a {
	color: #810316;
}

#account .links a:hover {
	color: #41000A;
}

#mini-cart:hover ul.links li a {
	color: #41000A;
}

#nav li.level0 > a{
	color:#810316;
	 text-decoration:none !important;
	padding: 8px 6px;
 }

.menu .liner, .menu ul.level0, .search-autocomplete ul {
	background: none repeat scroll 0 0 #fcd2d3;}

.menu, .search-autocomplete {
	background: none;
	border-radius: 5px 5px 5px 5px;
	box-shadow: none;
}

#nav ul.level0 a {color: #810316;}

#nav ul.level0 a:hover {color: #41000A; text-decoration:underline;}

.breadcrumbs {background: none; margin: 0px;}

.grid {width: 1004px;}

.grid .push_5 {
	left: 430px;
}

.grid .grid_5 {
	width: 400px;
}

.grid .grid_8 {
	width: 654px;
}
.grid .grid_9 {
 /*   width: auto; */
}
.grid_9 {
   width: 740px !important;
}
.grid_3{
	margin-left: 0px
}
#category-landing {padding: 0px 15px 0px 17px; width: 972px;}


.toolbar {
	border-bottom: 1px solid #fcd2d3;
	border-top: none;
}

.block-title {
	border: none;
	padding: none;
}

/* product styles */

.product-image img {border: 5px solid #fcd2d3;}
.product-image:hover img {border-color: #810316;}
.grid-block {width: 1004px; margin: 0px;}

.product-grid .product-image img { width:200px; height: 267px;}

.availability.in-stock {
	color: #810316;
}

/* slider */

.slide-product-list .product-image img {
	height: 267px;
	width: 200px;
}


.grid-slider .slides-container a:hover:after, .promo-slider .slides-container a:hover:after, .promo-slider .promos li a:hover:after, .static-promo a:hover:after, .wide-slider .slides-container a:hover:after, .thumb-slider .slides-container a:hover:after, .thumb-slider .slides-pagination li a:hover:after {
	border: 5px solid #810316;
}


.product-slider.cols_4, .product-slider.cols_4 .slides-container, .product-slider.cols_4 .slides-container > div {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

/* footer */ 

#footer-contact , .block-title, .blog-title{
	background-image: url("/media/wysiwyg/pages/titlebar.jpg");
	border-radius: 5px;
	font-family: 'Helvetica Neue',arial,sans-serif;
	height: 40px;
	margin-bottom: 20px;
	padding: 0px;
}


#footer-contact h1, .block-title  h1, .block-title  h2{
	font-size: 24px;
	font-style: italic;
	padding-top: 6px;
	text-align: center;
	color: #810316;
	font-family: Times New Roman;
	margin: 0px;
}
.block-title{
	margin-top: 12px;
}
.block-title h1, .block-title h2 {
	margin-left: 20px;
	text-align: left;
}
.seperator {
	height: 73px;
	margin: 0 auto;
	padding: 0;
	width: 829px;
	clear: both;
}
#footer-bar {background: #fcd2d3 !important;}

/*cart styles */

.cart-item-contents {
	min-height: 100px;
}

.flex-table thead tr:first-child {
	border-top: none;
}

.flex-table thead tr:last-child {
	border-bottom: 1px solid #fcd2d3;
}

.flex-table tbody tr {
	border-bottom: 1px solid #fcd2d3;
}

.flex-table tfoot tr:last-child {
	border-bottom: 1px solid #fcd2d3;
}
.cross-sell-list .product-image img {
	height: 267px;
	width: 200px;
}

.cross-sell-list {
	margin-bottom: 10px;
	margin-top: 30px;
	overflow: hidden;
}

#mini-cart-list .product-name {
	color: #810316;
	display: inline-block;
}

#mini-cart-list .product-name:hover {
	color: #810316;
	text-decoration: undeline;
}


/* messages */

.messages .success-msg {
	border-left: 5px solid #810316;
}

/* currency popup */

.xe a {
	font-size: 11px;
	font-weight: 500;
	padding: 1px 7px;
	text-transform: capitalize;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Helvetica Neue',arial,sans-serif;
	line-height: 20px;
	 transition: all 0.2s linear 0s;
	vertical-align: middle;
	white-space: nowrap;
	background: none repeat scroll 0 0 #810316;

}

.prev {
	display: block !important;
}
.next {
	display: block !important;
}

.items {
	background-color: #F6F0EE;
	border: 1px solid #D8C1BA;
	float: left;
	height: 175px;
	margin: 0 13px 13px 0;
	overflow: hidden;
	width: 324px;
}
.items img{
	float: right;
	width: 87px;
	height: auto;
	margin: 5px;
}
.items p {
	margin: 4px;
}
.items a, .items a:hover, .items a:visited {
	float: left;
	font-weight: bold;
	margin: 4px 0;
	width: auto;
}
.wp-permalink {
	width: 316px !important;
	margin: 4px !important;
}
.row-end{
 margin-right: 0px;
}
.post-title h1{
   font-weight: bold;
}

.block-title  span{
	font-size: 24px;
	font-style: italic;
	padding-top: 6px;
	text-align: center;
	color: #810316;
	font-family: Times New Roman;
	margin: 0px;
	margin-top: 12px;
	margin-left: 20px;
	text-align: left;
	font-weight: normal;
}
.blog-search input {
   width: 190px; 
  }

.blog-title h1{
	font-size: 24px;
	font-style: italic;
	padding-top: 6px;
	text-align: center;
	color: #810316;
	font-family: Times New Roman;
	margin: 0px 0px 24px 0px;
	margin-top: 12px;
	margin-left: 20px;
	text-align: left;
	font-weight: normal;
}

.blog-search {
	padding: 0 4px 0 0 !important;
}

.doll-hospital{
	width: 320px;
	background-color: #D7C1BA;
	background-image: url("/media/wysiwyg/pages/hospital.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
	height: 360px;
	margin: 0 0 13px 13px;
	display:none;
}
.doll-hospital h1{
	color: #810316;
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	padding: 8px 0 0 8px;
	text-align: left;
	margin: 0px;
}
.doll-hospital p{
	color: #41000A;
	font-size: 14px;
	padding: 8px 8px 0;
	text-align: left;
	margin-bottom: 0px;
	line-height: 1.4;
}
.teddy-bear-hospital{
	width: 480px;
	background-color: #900419;
	float: left;
	height: 280px;
	margin: 0 0 13px 0;
}
.teddy-bear-hospital h1 {
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	padding: 8px 0 0 8px;
	text-align: left;
	margin: 0px;
}
.teddy-bear-hospital p {
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 8px 0;
	text-align: left;
	margin-bottom: 0px;
	line-height: 1.4;
}
..teddy-bear-hospital img {
	padding: 8px;
}
.antique-teddy-bears{
	width: 480px;
	background-color: #FCD2D2;
	background-image: url("/media/wysiwyg/pages/antique_bears.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	float: right;
	height: 280px;
	margin: 0 0 13px 13px;
}
.antique-teddy-bears h1 {
	color: #82091C;
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	padding: 8px 0 0 8px;
	text-align: left;
	margin: 0px;
}
.antique-teddy-bears p {
	color: #41000A;
	font-size: 14px;
	padding: 8px 8px 0;
	text-align: left;
	margin-bottom: 0px;
	line-height: 1.4;
}
.menu {
	width: 250px !important;
}
#nav li.level1 {
	width: 100%;
}

#account {
	border: none;
}
.call-us {
	clear: both;
	margin-left: 50px;
	margin-top: 48px;
}
.call-us p{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px #ff0000;
}
.call-us a, .call-us a:hover, .call-us a:visited{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px #ff0000;
}
.call-us a:hover{
	text-decoration: underline !important;
}
.japanese {
	width: 300px;
	margin-top: 8px;
}
.japanese p, .japanese a, .japanese a:hover, .japanese a:visited{
	color: #FFFFFF;
}
.japanese a:hover {
	text-decoration: underline !important;
}
#mini-cart {
	float: right;
}
.buttons-set {
	margin: 10px 0;
}

.product-grid td {
	padding: 0 50px 30px 0;
}
#cart-table {
 width: 730px; 
}

#search-form {
/*	margin: 22px 8px 0 0; */
}
.button-large {
	font-size: 20px;
}


.sp-cms-block {
	margin-bottom: 16px;
}
.sp-cms-block > p {
	line-height: 1;
}
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
.sp-cms-block > ul {
	list-style: outside none disc;
	margin-left: 14px;
}
.sp-cms-block > ol {
	list-style: outside none number;
	margin-left: 14px;
}

#category-landing > h1 {
	font-size: 20px;
	font-style: italic;
	margin: 15px 0;
}
.teddy-bear-hospital a {
	color: #ffffff;
}
#search-form input {
	width: 140px;
}
#cookie-law {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

#cookie-law a, #cookie-law a:hover, #cookie-law a:visited {
	color: #202020;
	text-decoration: underline;
}
#cookie-law p {
	color: #202020;
	margin: 0;
	padding: 5px;
	text-align: center;
}

.sp-facebook {
	border-radius: 3px;
	height: 50px;
	left: 4px;
	overflow: hidden;
	position: fixed;
	top: 4px;
	width: 50px;
	z-index: 999;
}
.payment-icons-list li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	height: 50px;
	margin-right: 10px;
	text-indent: -9999px;
	width: auto;
}
.paypal {
	width: 44px !important;
}
.payment-icons-list .paypal {
	background-image: url("../img/icon/sprite.png");
	background-position: -530px -120px;
	height: 28px;
}
.availability.out-of-stock {
  color: #f00;
  font-size: 24px;
}
#catalog-layered-list .availability {
	color: #f00;
	font-size: 16px;
	margin: 0;
}