html {
  height: 100%;
}

body {
  font-family: Arial;
  font-size: 13px;
  height: 100%;
	min-height: 100%;
	position: relative;
}

html > body {
  height: auto;
  min-height: 100%;
}

a, a:visited, a:link {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.inner-wrapper {
  width: 954px;
  margin: 0 auto;
  padding: 0 23px;
}

.wrapper {
  padding-bottom: 48px;
}

.header {
  background-color: #000;
  position: relative;
  z-index: 100;
}

.content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.header a {
  color: #fff;
}

.header .inner-wrapper {
/*  height: 154px;*/
  position: relative;
  padding: 0;
}

.header .user-area {
  position: absolute;
  top: 17px;
  right: 45px;
  color: #fff;
  z-index: 100;
}

.header .user-area ul {
  font-size: 10px;
}

.header .user-area ul a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}

.header .user-area .user-links {
/*  display: inline;*/
  font-size: 10px;
  color: #999;
  text-align: right;
  margin-top: 5px;
}

.header .user-area .user-links a {
  color: #999;
  border-bottom: 1px dotted #999;
}

.header .user-area .login-form {
  display: none;
}

.header .user-area .login-form div.form-forgot {
  display: none;
}

.header .user-area .login-form.forgot-form div.form-login {
  display: none;
}

.header .user-area .login-form.forgot-form div.form-forgot {
  display: block;
}

.header .user-area .login-form label {
  color: #000;
}

.header .user-area li {
  display: inline;
  margin: 0 0 0 16px;
}

.header .user-area li a {
  text-decoration: none;
}

.header .user-area li.open {
  margin: 0 4px;
}

.header .user-area li.open a {
  background-color: #fff;
  color: #000;
  padding: 0 4px;
}

.header .call {
  position: absolute;
  top: 35px;
  right: 50%;
  color: #8f8e8e;
  font-size: 14px;
}

.header .call .phone {
  color: #e81a6d;
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}

.header .menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.header .menu li {
  float: left;
  margin-right: 1px;
/*  background: url("/images/appearance/oscar/menu_lt.gif") no-repeat top left #272626;*/
  background-color: #272626;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.header .menu li a {
  display: block;
  padding: 13px 19px;
  font-size: 16px;
  text-decoration: none;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-radius: 4px 4px 0 0;
/*  background: url("/images/appearance/oscar/menu_rt.gif") no-repeat top right;*/
}

.header .menu li a img {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -3px;
}

.header .menu li.current, .header .menu li:hover {
/*  background-image: url("/images/appearance/oscar/menu_hover_lt.gif");*/
  background-color: #fff;
}

.header .menu li.current a, .header .menu li:hover a {
/*  background-image: url("/images/appearance/oscar/menu_hover_rt.gif");*/
  color: #000;
}

.header .menu li.products.current, .header .menu li.products, .header .menu li.products:hover {
/*  background-image: url("/images/appearance/oscar/menu_hover_lt_red.gif");*/
  background-color: #e81a6d;
}

.header .menu li.products.current a, .header .menu li.products a, .header .menu li.products:hover a {
/*  background-image: url("/images/appearance/oscar/menu_hover_rt_red.gif");*/
  color: #fff;
}

.header .logo {
  position: absolute;
  top: 15px;
}

.header .cart {
/*  position: absolute;*/
/*  right: 45px;*/
/*  top: 70px;*/
  padding: 60px 45px 50px 0;
  color: #fff;
/*  background: url("/images/appearance/oscar/empty_cart.gif") no-repeat 15px -4px;*/
/*  padding: 10px;*/
  overflow: hidden;
}

.header .cart .inner-cart {
  border: 1px solid #ccc;
  float: right;
  padding: 5px;
}

.header .cart.full {
/*  background-image: url("/images/appearance/oscar/full_cart.gif");*/
/*  top: 55px;*/
}

.header .cart.full .inner-cart {
  border: none;
  padding: 0;
}

.header .cart .quantity {
  color: #e81a6d;
  font-size: 18px;
  margin-right: 0px;
  position: relative;
  top: 2px;
}

.header .cart .text, .header .cart .text a {
  color: #fff;
}

.button {
  background-color: #000;
  padding: 4px;
  color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button.grey {
  background-color: #6E6E6E;
}

.header .cart .button {
  background-color: #E4246E;
  padding: 4px;
  color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
}

.header .cart .total {
  display: block;
  padding: 5px 0;
  text-align: right;
}

.header .cart .total .number {
  color: #E81A6D;
}

.header .cart form {
  text-align: right;
}

.footer {
/*  margin-top: 100px;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 1000;
}

.footer .inner-wrapper {
  border-top: 1px solid #ddd;
  padding: 17px 23px;
  font-size: 11px;
  color: #8f8d8d;
}

.footer a {
  color: #c3004f;
}

.footer .links {
  display: inline;
  margin-left: 50px;
}

.footer .links li {
  display: inline;
  margin-right: 18px;
}

.footer .copyright {
  display: inline;
}

.login-form {
	display: none;
	position: absolute;
	top: 14px;
	right: 0px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	padding: 10px;
	width: 340px;
	z-index: 100;
}

.login-form label {
	display: block;
	width: 55px;
	padding-top: 6px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.login-form input.text {
	width: 170px;
	padding: 2px 0;
	display: block;
	float: left;
	font-size: 13px;
	padding: 4px 0;
}

.login-form .buttons {
	margin-top: 10px;
}

.login-form a.forgot {
	color: #000;
/*  margin-left: 65px;*/
}

.login-form input.button {
  position: absolute;
  top: 10px;
  right: 10px;
	background-color: #000;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.login-form .row {
  margin-bottom: 4px;
  clear: both;
  overflow: hidden;
}

.header .login-form .row {
/*  position: relative;*/
}

.categories div.products {
  float: right;
  width: 628px;
  border: 1px solid #e1e1e1;
  padding: 20px 0 0;
}

.categories .right-menu {
  float: left;
  width: 324px;
}

.columns {
  overflow: hidden;
}

.slogan {
  font-size: 33px;
  text-align: center;
  padding: 12px 0 18px;
}

.gallery, .slideshow {
  position: relative;
  margin-bottom: 24px;
}

.gallery .img img, .slideshow .img img {
}

.slideshow .nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.slideshow .nav li {
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #999;
  cursor: pointer;
  margin-right: 10px;
  text-indent: -3000px;
}

.slideshow .nav li.stop, .slideshow .nav li.play {
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent !important;
}

.slideshow .nav li.stop {
        background-image: url("/images/appearance/stop.png");
}

.slideshow .nav li.play {
	background-image: url("/images/appearance/play.png");
}

.slideshow nav li.scroll_image {

}

.slideshow .nav li.current {
  background-color: #E81A6D;
}

.columns .block {
  width: 424px;
  background-color: #efefef;
  padding: 14px 25px;
}

.columns.main-blocks .block {
  background: none;
}

.columns .block.about {
  float: left;
}

.columns .block.newsletter {
  float: right;
}

.columns .block.newsletter label {
  margin-bottom: 7px;
  display: block;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.block h2 {
  margin-bottom: 5px;
  font-size: 20px;
}

.block p {
  line-height: 1.7em;
}

.block.about, .block.newsletter {
  min-height: 108px;
  margin-bottom: 24px;
}

.columns .item {
  width: 224px;
  text-decoration: none;
  min-height: 185px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  margin-right: 16px;
  float: left;
  padding-top: 160px;
}

.columns .item a {
  text-decoration: none;
  border: none;
}

.columns .item.last {
  margin-right: 0;
}

.columns .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
}

.columns.item .img img {
  display: block;
  width: 222px;
}

.columns .item .title {
  font-size: 16px;
  display: block;
  margin: 0 20px 10px;
}

.columns .item .desc {
  color: #8F8F8F;
  font-size: 13px;
  line-height: 1.6em;
  padding: 0 20px 10px;
}

.order-now .cal {
	overflow: hidden;
	margin: 15px 0 10px;
}

.order-now .cal li {
	float: left;
}

.order-now .cal li span {
	display: block;
	padding: 0px 2px;
/*  width: 13px;*/
  padding: 3px;
	text-align: center;
}

.order-now .cal li span.dow {
	color: #7f7f7f;
	font-size: 9px;
}

.order-now .cal li.today {
/*  border: 1px solid #dfdfdf;*/
}

.order-now .cal li.past {
	color: #d9d9d9;
}

.order-now .cal li.newweek {
	font-size: 1px;
	padding: 0;
	border: none;
	border-left: 1px solid #dfdfdf;
	height: 55px;
}

.order-now .cal li.weekend .dom {
	color: #999;
}

.order-now .cal li.delivery {
/*  background-color: #1d638e;
  border-color: #1d638e;*/
}

.order-now .cal li.delivery .dow {
	color: #8fb1c7;
}

.order-now .cal li.delivery .dom {
	color: #fff;
}

.order-now .row {
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

.order-now label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  padding-top: 7px;
}

.order-now .row input.text {
  width: 100px;
}

.order-now .row textarea {
  width: 175px;
  height: 80px;
  color: #000;
  resize: none;
}

.order-now .row select {
	font-size: 14px;
  width: 260px;
}

.order-now .tooltip {
  display: block;
  float: right;
  font-size: 10px;
  margin-right: 25px;
  padding-top: 4px;
}

p.column{
  width: 100px;
  float: left;
  clear: none;
/*  padding: 5px 0;*/
}

p.column label {
  display: block;
}

p.column input {
  width: 50px;
}

p.column.left {
  width: 75px;
}

p.column.right {
  padding-left: 0;
  margin: 0;
  width: 125px;
}

.order-now .recieve .row label {
	display: inline;
	float: none;
}

.order-now .recieve .title {
	padding: 8px 0;
	color: #000;
	font-size: 20px;
	margin: 15px 0 10px;
	background: url("/images/h3_stripe.gif") repeat-x center left;
}

.order-now .recieve .title span {
  background-color: #efefef;
  padding-right: 10px;
}

.order-now .price {
  display: block;
  float: right;
  font-weight: bold;
  margin: 0px;
  text-align: right;
  width: 100px;
}

.order-now .recieve input.radio {
	margin-right: 8px;
}

.order-now .recieve .row {
	margin-bottom: 8px;
}

.order-now .resume span.cost {
	display: block;
	float: right;
	padding-top: 6px;
	font-size: 16px;
}

.order-now .resume label {
  float: left;
  font-size: 20px;
  font-weight: normal;
}

.order-now .resume.row {
  margin-bottom: 15px;
}

.order-now .buttons {
  text-align: center;
}

.order-now .buttons .button {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

.order-now .price input#zip {
  width: 70px;
}

.order-now .recieve label {
  font-weight: normal;
}

.columns div.left {
  width: 620px;
  float: left;
}

.columns div.right {
  width: 320px;
  float: right;
}

.columns .block.order-now {
  width: auto;
  margin-bottom: 10px;
}

.breadcrumb li {
	display: inline;
	background: url("/images/appearance/toucink/chevron.gif") no-repeat center right;
	padding: 0 20px 0 13px;
}

.breadcrumb li.last {
	background-image: none;
}

.breadcrumb li.first {
	padding-left: 0;
}

.breadcrumb li a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.breadcrumb li span {
	font-size: 20px;
	border-bottom: 1px dotted #000000;
}

.breadcrumb {
	padding: 15px 0;
}

.block.order-now h2 {
  margin: -14px -25px 15px;
  padding: 14px 25px;
  background-color: #000;
  color: #fff;
}

.inner .images {
  overflow: hidden;
}

.inner .gallery .img {
  margin-bottom: 10px;
}

.inner .gallery-scrollable img {
/*  width: 85px;
  height: 85px;*/
  /* border-bottom: 5px solid #ddd; */
  display: block;
  /* padding-bottom: 5px; */
}

.inner .gallery-scrollable div.thumb {
  float: left;
  margin: 0px 13px 0px 0;
  border: 1px solid #ccc;
  padding: 1px;
  text-align: center;
  width: 85px;
  position: relative;
  height: 85px;
}

.inner .gallery-scrollable div.thumb img {
  /* border-color: #e81a6d; */
  display: inline;
}

input.narrow {
  width: 70px;
}

input.ultra-narrow {
  width: 30px;
}

h1 {
  font-size: 25px;
  padding: 25px 15px 20px;
}

.pagination {
  clear: both;
  overflow: hidden;
}

h1.w-search {
	position: relative;
	padding-right: 230px;
}

h1.w-search .search {
	font-size: 13px;
	position: absolute;
	top: 50%;
	margin-top: -1.2em;
	right: 15px;
}

h1.w-search .search input.text {
  border: 1px solid #999999;
  font-size: 14px;
  padding: 7px;
  width: 300px;
}

h1.w-search .search input.button {
  color: #fff;
  background-color: #000;
  font-weight: bold;
  padding: 7px;
  font-size: 14px;
  margin-left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
}

.right-menu li {
  margin-right: 10px;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
}

.right-menu li.current {
  margin-right: 0;
}

.right-menu li a {
  display: block;
  padding: 16px 36px;
  background-color: #ededed;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #ededed;
}

.right-menu li a:hover {
  background-color: #fff;
  border-color: #e81a6d;
}

.right-menu li.current a, .right-menu li.current a:hover  {
  background-color: #e81a6d;
  color: #fff;
  border-color: #e81a6d;
}

.right-menu li span.quantity {
  float: left;
  margin-right: 15px;
}

.right-menu li.current a {
  background: url("/images/appearance/oscar/arrow_right.png") no-repeat 290px 50% #e81a6d;
}

.categories div.products .item {
  margin: 0 20px 20px;
  float: none;
  width: auto;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.categories div.products .item .img {
  float: left;
  margin-right: 20px;
  position: static;
  width: auto;
}

.categories div.products .item .img img {
  width: 152px;
  display: block;
}

.categories div.products .item .title {
  float: left;
  text-align: left;
/*  width: 150px;*/
  padding-top: 20px;
  margin: 0;
}

.categories div.products .item .desc {
/*  float: right;*/
  float: left;
  margin-right: 20px;
/*  width: 220px;*/
  width: 380px;
  padding: 0;
  padding-top: 12px;
  line-height: 1.1em;
}

.categories div.products .item:hover {
  cursor: pointer;
  background-color: #ededed;
  border-color: #e81a6d;
  text-decoration: underline;
}

.categories div.products .item:hover, .categories div.products .item:hover * {
  cursor: pointer;
}

.categories .pagination {
  padding: 10px;
}

.categories .pagination a {
  border: 1px solid #E1E1E1;
  color: #000000;
  text-decoration: none;
}

.categories .pagination a, .categories .pagination span {
  line-height: 20px;
  margin-left: 5px;
  padding: 3px 7px;
  text-align: center;
}

.categories .pagination .current {
  color: #d0d0d0;
}

/* calculator */

.order-now .calculator {
  overflow: hidden;
  clear: both;
  margin: 20px 0 20px 0px;
}

.order-now .calculator .days-of-week {
  overflow: hidden;
}

.order-now .calculator .days-of-week li {
  float: left;
  width: 14%;
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-bottom: 4px;
}

.order-now .calculator ul.cal {
  margin: 0;
  width: auto;
  overflow: hidden;
  height: auto;
}

.order-now .calculator ul.cal li {
  width: 14%;
  margin: 0;
  padding: 0;
}

.order-now .calculator ul.cal li span {
  display: block;
  border: 1px solid #efefef;
}

.order-now .calculator ul.cal li.holiday span {
  color: #ccc;
}

.order-now .calculator ul.cal li.delivery .dom {
  display: block;
  margin: 0 auto;
  background-color: #c62549;
}

.order-now .calculator ul.cal li.today .dom {
  background-color: #ddd;
/*  margin: 0 5px;*/
  display: block;
  border: 1px solid #d3d3d3;
}

/* /price calculator */

/* register */
.register .user-data {
	overflow: hidden;
	padding-left: 56px;
}

.register .user-data .column {
	float: left;
	width: 256px;
	margin-right: 50px;
}

.register .login-block .user-data .column {
  float: none;
  margin: 0;
  width: auto;
}

.register .login-block form {
  background-color: #efefef;
  padding: 15px 0;
}

.register .login-block h2 {
  margin-bottom: 10px;
}

.register .user-data .column.last {
	margin-right: 0;
}

.register .user-data .column .row {
	margin-bottom: 15px;
	position: relative;
}

.register .user-data .column .row.confirmation {
  padding-top: 45px;
}

.register .user-data .column label {
	display: block;
	float: left;
	width: 86px;
	padding-top: 6px;
}

.register .user-data .column input.text, .register input.text {
	width: 150px;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #999999;
   padding: 6px 0;
}

.register .user-data .column .fieldWithErrors input.text {
  border: 2px solid #f00;
}

.register .user-data .column .row.text {
	margin-left: 88px;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 0;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 160px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
}

.register .user-data .column .row select {
  width: 150px;
}

.register .row.terms {
  padding: 10px 120px 0 142px;
  clear: both;
}

.register .row.terms a {
  color: #000;
  text-decoration: underline;
}

.register .captcha {
	padding-left: 141px;
	position: relative;
	overflow: hidden;
}

.register .captcha .cap img {
  width: 110px;
  height: 30px;
}

.register .captcha label {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
}

.register .captcha .captcha-img {
	position: absolute;
	top: 0;
	left: 338px;
}

.register .buttons {
	margin: 25px 0;
	padding: 25px 0;
	text-align: center;
	background-color: #efefef;
	clear: both;
}

.register .login-form .buttons {
  padding: 0;
  margin: 10px 0 4px;
  background-color: transparent;
  text-align: left;
}

.register .login-block .buttons {
  margin: 10px 0 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}

.register .login-block .buttons {
  padding-left: 142px;
}

.register .login-block.login-area .buttons {
  padding-left: 90px;
}

.register .or {
  float: left;
  width: 100px;
  display: block;
  margin: 100px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}

.register .login-block.login-area .login {
  width: auto;
  padding-left: 10px;
}

.register .buttons .button {
	float: none;
	width: 115px;
	margin: 0 auto;
}

/* payment */
.payment .content {
  padding-top: 20px;
}

.payment .columns .column {
	width: 317px;
	float: left;
}

.payment .columns .column.last {
	width: 270px;
}

.payment .row label {
	width: 117px;
	float: left;
	display: block;
	padding-top: 6px;
	text-align: right;
	margin-right: 15px;
}

.payment h2 {
  padding: 10px 0 9px 20px;
	margin-bottom: 10px;
	font-size: 24px;
	position: relative;
}

.payment .row {
	margin-bottom: 12px;
}

.payment .row.select {
	margin-bottom: 20px;
}

span.add {
	background: url("/images/printer/admin/add-to-my.png") no-repeat center left;
	display: block;
	padding: 7px 0 8px 40px;
}

span.add span {
	text-decoration: none;
	background: url("/images/appearance/toucink/dotted_black.gif") repeat-x bottom left;
}

span.add span:hover {
	background-image: none;
}

.payment .row.link {
	margin: 0px;
}

.payment select {
	padding: 3px;
	width: 125px;
}

.payment .column .state select{
  width: 60px;
}


input.text.ultra-narrow {
	width: 20px;
}

.payment .row label.inline {
	display: inline;
	float: none;
	margin-left: 17px;
}

.payment .buttons .button {
	margin: 0 auto;
	float: none;
}

.payment .payment-item {
	overflow: hidden;
	padding: 0 10px;
}

.payment .payment-item .columns {
  position: relative;
}

.payment .payment-item.border {
  border-bottom: 1px solid #aaa;
  margin: 0 10px;
  padding: 0;
}

.payment .payment-item.border h2 {
  padding-left: 10px;
}

.payment .payment-item .row label {
  width: 107px;
}

.payment input.text, .payment textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999999;
  padding: 6px 0;
  width: 180px;
}

.payment input.text.ultra-narrow {
  width: 32px;
}

.payment input.text.narrow {
  width: 60px;
}

textarea {
	color: #B4B4B4;
	font-family: Arial;
	padding: 3px;
	resize: none;
}

.payment textarea {
	width: 169px;
	border: 1px solid #b3b3b3;
}

.payment textarea.second {
	margin-left: 132px;
	display: block;
	margin-top: 12px;
}

input.narrow  {
	width: 46px;
}

.payment h2 span.checkbox {
	position: absolute;
	left: 132px;
	font-size: 11px;
	top: 16px;
	font-weight: normal;
}

.payment h2 .checkbox label {
	float: none;
	display: inline;
}

.payment h2 .checkbox input {
	margin-right: 5px;
}

table.table {
	width: 98%;
	margin: 10px auto;
}

table.table th {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.confirmation-info table.table th {
  border-top: 1px solid #ccc;
}

table.table th a {
	text-decoration: none;
}

table.table td {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
}

.admin.dashboard .item {
	margin-bottom: 20px;
}

table.cart td {
	vertical-align: middle;
}

table.cart td.type .product-name {
	font-weight: bold;
	position: relative;
	top: -.6em;
	margin-left: 5px;
}

table.cart td.details {
	color: #666;
	font-size: 11px;
}

table.cart td.quantity {
/*  text-align: center;*/
}
table.cart .price {
	width: 100px;
	text-align: center;
	font-weight: bold;
}

table.cart .actions a.delete {
	background: url("/images/printer/admin/icon-delete.png") no-repeat;
	display:block;
	height:18px;
	margin: 0px auto 0;
	width:18px;
}

table.cart div.summary {
	float: right;
	width: 200px;
}

.dashboard table.cart div.summary {
  margin-right: 0px;
}

table.cart tr.order-summary td {
	border-bottom: none;
	font-size: 13px;
}

table.cart .order-summary .label {
	display: block;
	float: left;
	font-weight: bold;
	width: 90px;
	margin-right: 8px;
	text-align: right;
}

table.cart .order-summary .label.top {
	padding-top: 3px;
}

table.cart .order-summary .value {
	display: block;
	float: left;
	font-weight: bold;
}

#apply_discount, #apply_zip_code, #remove_zip_code {
  background-color: #000;
}

table.cart .order-summary .row {
	clear: both;
	overflow: hidden;
	margin-bottom: 4px;
}

table.cart .order-summary input.text {
	padding: 1px;
	color: #000;
	font-size: 12px;
}

div.buttons.cart-buttons {
	margin: 0 auto;
	text-align: center;
}

div.buttons.cart-buttons.margin {
  margin: 0 0 15px;
}

div.buttons.cart-buttons .button {
  padding: 8px 12px;
}

.login {
	width: 350px;
	margin: 100px auto 100px;
}

.login label, form.forgot label {
	display: block;
	width: 80px;
	text-align: right;
	margin-right: 10px;
	float: left;
	padding-top: 5px;
}

.register .login {
  margin: 10px 0;
  padding-left: 56px;
}

.register .login-block {
  margin-top: 20px;
  position: relative;
}

.register .login-block.account-area {
  width: 500px;
  float: left;
}

.register .login-block.account-area.centered {
  float: none;
  margin: 0 auto;
}

.register .login-block.login-area {
  width: 330px;
  float: right;
}

.register .login-block.login-area form.forgot {
/*  padding-left: 56px;*/
  display: none;
}

.register .login-block.login-area form.forgot .row.buttons {
  padding-left: 90px;
}

.register .login-block.login-area form.forgot .row.buttons .button {
  width: auto;
}

.register .content {
/*  padding-top: 20px;*/
}

.login .row, .login p {
	margin-bottom: 10px;
	overflow: hidden;
}

.login .row a, .login .row a:visited, .login .row a:link, .login-block a, .login-block a:visited {
  color: #999;
}

.login p input.text {
    width: 200px;
    padding: 3px;
    color: #444;
}

.login p.controls {
    padding-left: 90px;
}

.login p.controls .save {
    margin-left: 0;
    cursor: pointer;
}

.login .buttons {
	margin: 20px 10px;
	text-align: center;
}

a#remove_discount {
  display: block;
  float: right;
  background: url(/images/printer/admin/icon-delete.png) no-repeat 50%;
  width: 18px;
  height: 18px;
  border: none;
  margin-top: 0px;
  margin-left: 5px;
  /*float: left;*/
}

/* errors */
div.errorExplanation {
    padding: 15px;
/*    margin: 20px 0;*/
/*    border: 2px solid #dd4444;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
    position: static;
    width: auto;
    z-index: 1001;
    background-color: #fff;
}

div.errorExplanation h2 {
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.payment .buttons {
  clear: both;
  text-align: center;
  padding-bottom: 15px;
}

.payment .buttons .button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  border: none;
}

.static-page div.page-content img {
  float: left;
  margin-right: 10px;
}

div.products .empty {
  padding: 0 20px 20px;
}

.dashboard table.table th, .dashboard table.table th.price, .dashboard table.table td.price {
  text-align: left;
}

.dashboard table.table th {
  font-size: 11px;
  color: #999;
/*  font-weight: normal;*/
}

.dashboard table.table th.type {
  padding-left: 40px;
}

.flash {
  display: none;
  position: fixed;
  left: 50%;
  top: 0;
  width: 954px;
  z-index: 1001;
  border: 2px solid #d44;
  margin: 0 0 0 -477px;
}

.flash .message {
  background-color: #fff;
  border: 2px solid #300;
  color: #c00;
  padding: 20px;
  margin: 10px;
}

.columns.main-blocks {
  /*background: url("/images/appearance/oscar/columns_bg.gif") repeat-y center top #efefef;*/
  background-color: #efefef;
  position: relative;
}

.columns.main-blocks .center-stripe {
  background-color: #fff;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  font-size: 1px;
  line-height: 1px;
}

.table-wrapper {
  background-color: #f7f7f7;
  padding: 0 10px;
}

.mainpage .columns h2 {
  padding-top: 20px;
}

.mainpage .columns .block h2 {
  padding-top: 0;
}

.static-page .page-content {
  padding: 0 30px 10px;
}

.static-page .page-content p {
  margin-bottom: 15px;
}

.static-page .page-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}

.login-form #confirmation_notice {
  margin-left: 65px;
  color: #000;
  padding-top: 5px;
  font-size: 11px;
}

body.payment .payment-block {
  width: 460px;
  margin-bottom: 15px;
  position: relative;
  float: left;
  background-color: #efefef;
  overflow: visible;
}

body.payment .content {
  position: static;
}

body.payment .form {
  overflow: hidden;
}

body.payment .payment-block a.action {
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: #000;
}

body.payment .payment-block a.action .add {
  padding: 0;
  background-image: none;
  color: #000;
}

body.payment .payment-block a.action .add span {
  background-image: none;
  text-decoration: underline;
}

body.payment .payment-block.right {
  float: right;
}


.order-info {
  padding: 10px 0;
  overflow: hidden;
}

.order-info .column {
  width: 300px;
  float: left;
  margin-right: 10px;
}

.order-info .column.last {
  float: right;
  margin-right: 0;
}

.order-info .bottom {
  clear: both;
  padding-top: 10px;
}

.order-info .caption {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.order-info .label {
  font-weight: bold;
}

.order-info .row .label {
  display: block;
  width: 150px;
  float: left;
  margin-right: 3px;
  text-align: right;
}

.important {
  background-color: #000;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  color: #fff;
}

.em {
  font-style: italic;
}

.confirmation {
  padding: 20px 0;
}

.confirmation p {
  padding: 0 20px 10px;
}

.confirmation .buttons {
  padding: 10px 20px;
}

.confirmation .buttons .button {
  padding: 10px;
}

.confirmation div {
  margin-bottom: 10px;
}

table.cart td.details .value {
  display: inline;
  float: none;
  font-weight: bold;
}

#form_confirmation_notice {
  padding: 10px 10px 0;
}

#card_block {
  display: none;
}

.ui-effects-wrapper {
  display: none;
}

body.register .content form.forgot {
  display: none;
}

.fieldWithErrors input {
  border: 1px solid red;
  padding: 5px 7px;
}

.fieldWithErrors label {
  color: #f00;
}

.register .fieldWithErrors input.text {
  border-color: #f00;
}
